/*! modern-normalize | MIT License | https://github.com/sindresorhus/modern-normalize */
/* Document
   ========================================================================== */
/**
 * Use a better box model (opinionated).
 */
html {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

*,
*::before,
*::after {
    -webkit-box-sizing: inherit;
    box-sizing: inherit;
}

/**
 * Use a more readable tab size (opinionated).
 */
:root {
    -moz-tab-size: 4;
    -o-tab-size: 4;
    tab-size: 4;
}

/**
 * Correct the line height in all browsers.
 */
html {
    line-height: 1.15;
}

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
    margin: 0;
}

/**
 * Improve consistency of default fonts in all browsers. (https://github.com/sindresorhus/modern-normalize/issues/3)
 */
body {
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Helvetica, Arial, sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol';
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
    font-size: 2em;
    margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */
/**
 * Add the correct height in Firefox.
 */
hr {
    height: 0;
}

/* Text-level semantics
   ========================================================================== */
/**
 * Add the correct text decoration in Chrome, Edge, and Safari.
 */
abbr[title] {
    -webkit-text-decoration: underline dotted;
    text-decoration: underline dotted;
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
    font-weight: bolder;
}

/**
 * 1. Improve consistency of default fonts in all browsers. (https://github.com/sindresorhus/modern-normalize/issues/3)
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp,
pre {
    font-family: SFMono-Regular, Consolas, 'Liberation Mono', Menlo, Courier, monospace;
    /* 1 */
    font-size: 1em;
    /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
    font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}

sub {
    bottom: -0.25em;
}

sup {
    top: -0.5em;
}

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
    font-family: inherit;
    /* 1 */
    font-size: 100%;
    /* 1 */
    line-height: 1.15;
    /* 1 */
    margin: 0;
    /* 2 */
}

/**
 * Remove the inheritance of text transform in Edge and Firefox.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
    /* 1 */
    text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type='button'],
[type='reset'],
[type='submit'] {
    -webkit-appearance: button;
}

    /**
 * Remove the inner border and padding in Firefox.
 */
    button::-moz-focus-inner,
    [type='button']::-moz-focus-inner,
    [type='reset']::-moz-focus-inner,
    [type='submit']::-moz-focus-inner {
        border-style: none;
        padding: 0;
    }

    /**
 * Restore the focus styles unset by the previous rule.
 */
    button:-moz-focusring,
    [type='button']:-moz-focusring,
    [type='reset']:-moz-focusring,
    [type='submit']:-moz-focusring {
        outline: 1px dotted ButtonText;
    }

/**
 * Correct the padding in Firefox.
 */
fieldset {
    padding: 0.35em 0.75em 0.625em;
}

/**
 * Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
    padding: 0;
}

/**
 * Add the correct vertical alignment in Chrome and Firefox.
 */
progress {
    vertical-align: baseline;
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type='number']::-webkit-inner-spin-button,
[type='number']::-webkit-outer-spin-button {
    height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type='search'] {
    -webkit-appearance: textfield;
    /* 1 */
    outline-offset: -2px;
    /* 2 */
}

    /**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
    [type='search']::-webkit-search-decoration {
        -webkit-appearance: none;
    }

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
    -webkit-appearance: button;
    /* 1 */
    font: inherit;
    /* 2 */
}

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in Edge and Firefox.
 */
details {
    display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
    display: list-item;
}

/*
 * This is used like this color(primary); or color('primary');
 * Exept for white and black colors it has to be used color(white);
 *
 */
/*
 * Use this function to get the value of colors.
 *
 * Usage example;
 * background-color: color(primary);
 *
 * $colors is set in variables/colors
 *
 */
/*
 * Use this function to get the value of a predefined measure.
 *
 * Usage example;
 * padding: font(default-size);
 *
 * $margins is set in variables/fonts
 *
 */
/*
 * Use this function to get the value of a predefined measure.
 *
 * Usage example;
 * padding: mesaure(container-max);
 *
 * $margins is set in variables/measure
 *
 */
body {
    -webkit-transition: padding-top 0.3s ease;
    transition: padding-top 0.3s ease;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Helvetica Neue", Arial, sans-serif;
    font-size: 1rem;
    line-height: 1.5;
    padding-top: 4rem;
}

@media (min-width: 992px) {
    body {
        padding-top: 5rem;
    }
}

.body--lock {
    position: fixed;
    overflow: hidden;
}

.container {
    -webkit-transition: padding 0.3s ease;
    transition: padding 0.3s ease;
    max-width: 90rem;
    padding: 0 1rem;
    margin: 0 auto;
}

@media (min-width: 992px) {
    .container {
        padding: 0 1.25rem;
    }
}

@media (min-width: 1200px) {
    .container {
        padding: 0 2.5rem;
    }
}

input[type=text],
input[type=password],
input[type=email],
input[type=date],
textarea {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    line-height: 1.2;
}

ul {
    padding: 0;
    margin: 0;
}

@-webkit-keyframes spin {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@keyframes spin {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

.is-loading__lock {
    pointer-events: none;
}

.is-loading {
    position: relative;
    overflow: hidden;
}

    .is-loading:before {
        content: '';
        background-color: rgba(255, 255, 255, 0.84);
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        z-index: 10;
    }

    .is-loading:after {
        content: '';
        position: absolute;
        top: calc(50% - .9375rem);
        left: calc(50% - .9375rem);
        border-radius: 50%;
        border: 0.25rem solid #43E58C;
        border-top-color: black;
        -webkit-animation: spin 0.92s infinite linear;
        animation: spin 0.92s infinite linear;
        height: 2rem;
        width: 2rem;
        z-index: 11;
    }

.accordion {
    max-width: 50rem;
    margin-right: auto;
    margin-left: auto;
}

.accordion__item {
    border-bottom: 1px solid #ceceda;
    width: 100%;
}

    .accordion__item:first-child {
        border-top: 1px solid #ceceda;
    }

.accordion__trigger {
    position: relative;
    border: 0;
    padding: 1rem 2rem 1rem 1rem;
    width: 100%;
    background-color: #ebebf0;
    outline: none;
    text-align: left;
    cursor: pointer;
}

@media (min-width: 992px) {
    .accordion__trigger {
        padding: 1.4rem 2.5rem 1.4rem 1rem;
    }
}

/*.accordion__trigger:after {
    content: "\25BC";
    position: absolute;
    font-size: .625rem;
    right: 1.2rem;
    top: 50%;
    line-height: 1;
    -webkit-transform: scale(1) translateY(-50%);
    transform: scale(1) translateY(-50%);
    pointer-events: none;
    -webkit-transition: -webkit-transform 300ms linear;
    transition: -webkit-transform 300ms linear;
    transition: transform 300ms linear;
    transition: transform 300ms linear, -webkit-transform 300ms linear;
}

.is-expanded.accordion__trigger:after {
    -webkit-transform: scale(-1) translateY(-50%);
    transform: scale(-1) translateY(-50%);
}*/

.accordion__panel {
    max-height: 0;
    overflow: hidden;
    -webkit-transition: max-height 200ms linear;
    transition: max-height 200ms linear;
}

.accordion__content {
    padding: 1.5rem 1rem;
}

    .accordion__content ul {
        margin-left: 2rem;
    }

.button {
    -webkit-transition: background-color 0.3s ease;
    transition: background-color 0.3s ease;
    font-size: 1rem;
    border: 0;
    border-radius: 2rem;
    color: white;
    padding: 1rem 2rem;
    text-transform: uppercase;
    font-weight: bold;
    outline: none;
}

    .button:hover {
        cursor: pointer;
    }

.button--primary {
    background-color: #43E58C;
}

    .button--primary:hover {
        background-color: #1ed771;
    }

.button--secondary {
    background-color: #49bdff;
}

    .button--secondary:hover {
        background-color: #16abff;
    }

.button--submit {
    background-color: #2c2f36;
    border-radius: 0;
}

.button--show-more {
    display: block;
    margin: 3rem auto 0 auto;
}

.card {
    -webkit-box-shadow: 0 1px 2px 0 #ececec;
    box-shadow: 0 1px 2px 0 #ececec;
    background-color: white;
    padding: 2rem;
    text-align: center;
}

@media (min-width: 992px) {
    .card {
        padding: 3rem 2rem;
    }
}

.card--white {
    color: black;
}

.card__svg {
    height: 4rem;
    width: 4rem;
    margin-bottom: 1rem;
}

.card__title {
    display: block;
    margin: 0 0 1rem 0;
    font-size: 1.5rem;
    text-transform: uppercase;
}

.card__description {
    display: block;
    margin-bottom: 0;
}

.club-list {
    -webkit-column-count: 1;
    -moz-column-count: 1;
    column-count: 1;
    list-style: none;
    text-align: left;
    margin: 0 auto;
}

@media (min-width: 767px) {
    .club-list {
        -webkit-column-count: 2;
        -moz-column-count: 2;
        column-count: 2;
        max-width: 50rem;
    }
}

@media (min-width: 992px) {
    .club-list {
        -webkit-column-count: 3;
        -moz-column-count: 3;
        column-count: 3;
        max-width: 50rem;
    }
}

.club-list__item {
    position: relative;
    background-color: #ebebf0;
    padding: .3rem;
    border: 2px solid white;
}

    .club-list__item:after {
        content: '';
        position: absolute;
        top: 50%;
        right: .5rem;
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%);
        width: 1.3rem;
        height: 1rem;
        background-repeat: no-repeat;
        background-size: contain;
    }

.club-list__item--pro:after {
    background-image: url("data:image/svg+xml,%0A%3Csvg aria-hidden='true' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 576 512'%3E%3Cpath fill='currentColor' d='M259.3 17.8L194 150.2 47.9 171.5c-26.2 3.8-36.7 36.1-17.7 54.6l105.7 103-25 145.5c-4.5 26.3 23.2 46 46.4 33.7L288 439.6l130.7 68.7c23.2 12.2 50.9-7.4 46.4-33.7l-25-145.5 105.7-103c19-18.5 8.5-50.8-17.7-54.6L382 150.2 316.7 17.8c-11.7-23.6-45.6-23.9-57.4 0z'%3E%3C/path%3E%3C/svg%3E");
}

.club-list__item--basic:after {
    background-image: url("data:image/svg+xml,%3Csvg aria-hidden='true' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 576 512'%3E%3Cpath fill='currentColor' d='M288 0c-69.59 0-126 56.41-126 126 0 56.26 82.35 158.8 113.9 196.02 6.39 7.54 17.82 7.54 24.2 0C331.65 284.8 414 182.26 414 126 414 56.41 357.59 0 288 0zm0 168c-23.2 0-42-18.8-42-42s18.8-42 42-42 42 18.8 42 42-18.8 42-42 42zM20.12 215.95A32.006 32.006 0 0 0 0 245.66v250.32c0 11.32 11.43 19.06 21.94 14.86L160 448V214.92c-8.84-15.98-16.07-31.54-21.25-46.42L20.12 215.95zM288 359.67c-14.07 0-27.38-6.18-36.51-16.96-19.66-23.2-40.57-49.62-59.49-76.72v182l192 64V266c-18.92 27.09-39.82 53.52-59.49 76.72-9.13 10.77-22.44 16.95-36.51 16.95zm266.06-198.51L416 224v288l139.88-55.95A31.996 31.996 0 0 0 576 426.34V176.02c0-11.32-11.43-19.06-21.94-14.86z'%3E%3C/path%3E%3C/svg%3E");
}

.club-list__item--development:after {
    background-image: url("data:image/svg+xml,%0A%3Csvg aria-hidden='true' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512'%3E%3Cpath fill='currentColor' d='M290.74 93.24l128.02 128.02-277.99 277.99-114.14 12.6C11.35 513.54-1.56 500.62.14 485.34l12.7-114.22 277.9-277.88zm207.2-19.06l-60.11-60.11c-18.75-18.75-49.16-18.75-67.91 0l-56.55 56.55 128.02 128.02 56.55-56.55c18.75-18.76 18.75-49.16 0-67.91z'%3E%3C/path%3E%3C/svg%3E");
}

.section .content {
    max-width: 50rem;
    margin-right: auto;
    margin-left: auto;
    margin-bottom: 2.75rem;
}

@media (min-width: 992px) {
    .section .content {
        margin-bottom: 3.25rem;
    }
}

.content--center-text {
    text-align: center;
}

.section .content__title:first-child {
    margin-top: 0;
}

.section .content__text:last-child {
    margin-bottom: 0;
}

.course__title {
    text-align: center;
}

.course__images {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.course__image {
    max-height: 480px;
    margin: 1rem;
}

@media (min-width: 767px) {
    .course__image {
        max-height: 520px;
    }
}

@media (min-width: 992px) {
    .course__image {
        max-height: 600px;
    }
}

.dropdown {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    width: 100%;
}

    .dropdown select {
        background-color: white;
        color: black;
        font-size: inherit;
        padding: .375rem 2.5rem .375rem .705882353rem;
        border: 1px solid #ceceda;
        height: 2.75rem;
        margin: 0;
        border-radius: 0;
        text-indent: 0.01px;
        text-overflow: '';
        width: 100%;
        -webkit-appearance: button;
        /* hide default arrow in chrome OSX */
        -moz-appearance: none;
    }

    .dropdown::before,
    .dropdown::after {
        content: "";
        position: absolute;
        pointer-events: none;
    }

    .dropdown::after {
        /*  Custom dropdown arrow */
        content: "\25BC";
        font-size: .625rem;
        line-height: 1;
        right: 1rem;
        top: 50%;
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%);
    }

    .dropdown::before {
        /*  Custom dropdown arrow cover */
        width: 2rem;
        right: 0;
        top: 0;
        bottom: 0;
        border-radius: 0;
    }

    .dropdown select[disabled] {
        color: rgba(0, 0, 0, 0.3);
    }

.input__label {
    display: none;
}

.input__field {
    border: 1px solid #ceceda;
    height: 2.75rem;
    padding: .375rem .705882353rem;
    width: 100%;
    border-radius: 0;
}

.input__textarea {
    border: 1px solid #ceceda;
    padding: .375rem .705882353rem;
    min-height: 10rem;
    width: 100%;
    max-width: 100%;
    border-radius: 0;
}

.modal__overlay {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.6);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    z-index: 2;
}

.modal__container {
    background-color: #fff;
    padding: 30px;
    max-width: 700px;
    max-height: 100vh;
    min-width: -webkit-fit-content;
    min-width: -moz-fit-content;
    min-width: fit-content;
    border-radius: 4px;
    overflow-y: auto;
}

.modal__header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.modal__title {
    margin-top: 0;
    margin-bottom: 0;
    font-weight: 600;
    font-size: 1.25rem;
    line-height: 1.25;
    color: #00449e;
    text-align: center;
}

.modal__close {
    background: transparent;
    border: 0;
    margin-left: auto;
    position: relative;
    outline: none;
}

    .modal__close:after {
        content: '';
        position: absolute;
        right: .2rem;
        top: .2rem;
        width: 2.5rem;
        height: 2.5rem;
        background-repeat: no-repeat;
        background-size: contain;
        background-image: url("data:image/svg+xml,%3Csvg aria-hidden='true' focusable='false' role='img' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 352 512'%3E%3Cpath fill='currentColor' d='M242.72 256l100.07-100.07c12.28-12.28 12.28-32.19 0-44.48l-22.24-22.24c-12.28-12.28-32.19-12.28-44.48 0L176 189.28 75.93 89.21c-12.28-12.28-32.19-12.28-44.48 0L9.21 111.45c-12.28 12.28-12.28 32.19 0 44.48L109.28 256 9.21 356.07c-12.28 12.28-12.28 32.19 0 44.48l22.24 22.24c12.28 12.28 32.2 12.28 44.48 0L176 322.72l100.07 100.07c12.28 12.28 32.2 12.28 44.48 0l22.24-22.24c12.28-12.28 12.28-32.19 0-44.48L242.72 256z'%3E%3C/path%3E%3C/svg%3E");
    }

.modal__content {
    margin-top: 2rem;
    margin-bottom: 2rem;
    line-height: 1.5;
    color: black;
}

.modal__btn {
    font-size: .875rem;
    padding-left: 1rem;
    padding-right: 1rem;
    padding-top: .5rem;
    padding-bottom: .5rem;
    background-color: #e6e6e6;
    color: black;
    border-radius: .25rem;
    border-style: none;
    border-width: 0;
    cursor: pointer;
    text-transform: none;
    overflow: visible;
    line-height: 1.15;
    margin: 0;
    will-change: transform;
    -moz-osx-font-smoothing: grayscale;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-transition: -webkit-transform .25s ease-out;
    transition: -webkit-transform .25s ease-out;
    transition: transform .25s ease-out;
    transition: transform .25s ease-out, -webkit-transform .25s ease-out;
}

    .modal__btn:focus, .modal__btn:hover {
        -webkit-transform: scale(1.05);
        transform: scale(1.05);
    }

.modal__btn-primary {
    background-color: #00449e;
    color: #fff;
}

.modal__footer {
    text-align: center;
}

/* keyframes */
@-webkit-keyframes mmfadeIn {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

@keyframes mmfadeIn {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

@-webkit-keyframes mmfadeOut {
    from {
        opacity: 1;
    }

    to {
        opacity: 0;
    }
}

@keyframes mmfadeOut {
    from {
        opacity: 1;
    }

    to {
        opacity: 0;
    }
}

@-webkit-keyframes mmslideIn {
    from {
        -webkit-transform: translateY(15%);
        transform: translateY(15%);
    }

    to {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
}

@keyframes mmslideIn {
    from {
        -webkit-transform: translateY(15%);
        transform: translateY(15%);
    }

    to {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
}

@-webkit-keyframes mmslideOut {
    from {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }

    to {
        -webkit-transform: translateY(-10%);
        transform: translateY(-10%);
    }
}

@keyframes mmslideOut {
    from {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }

    to {
        -webkit-transform: translateY(-10%);
        transform: translateY(-10%);
    }
}

.micromodal-slide {
    display: none;
}

    .micromodal-slide.is-open {
        display: block;
    }

    .micromodal-slide[aria-hidden="false"] .modal__overlay {
        -webkit-animation: mmfadeIn 0.3s cubic-bezier(0, 0, 0.2, 1);
        animation: mmfadeIn 0.3s cubic-bezier(0, 0, 0.2, 1);
    }

    .micromodal-slide[aria-hidden="false"] .modal__container {
        -webkit-animation: mmslideIn 0.3s cubic-bezier(0, 0, 0.2, 1);
        animation: mmslideIn 0.3s cubic-bezier(0, 0, 0.2, 1);
    }

    .micromodal-slide[aria-hidden="true"] .modal__overlay {
        -webkit-animation: mmfadeOut 0.3s cubic-bezier(0, 0, 0.2, 1);
        animation: mmfadeOut 0.3s cubic-bezier(0, 0, 0.2, 1);
    }

    .micromodal-slide[aria-hidden="true"] .modal__container {
        -webkit-animation: mmslideOut 0.3s cubic-bezier(0, 0, 0.2, 1);
        animation: mmslideOut 0.3s cubic-bezier(0, 0, 0.2, 1);
    }

    .micromodal-slide .modal__container,
    .micromodal-slide .modal__overlay {
        will-change: transform;
    }

.navigation {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    z-index: 100;
}

.navigation__nav {
    list-style: none;
    margin: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    z-index: 1;
}

@media (max-width: 1075px) {
    .navigation__nav {
        position: fixed;
        top: 0;
        right: 0;
        bottom: 0;
        left: 23%;
        padding: 5rem 1rem;
        -webkit-transform: translateX(100%);
        transform: translateX(100%);
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        text-align: right;
        overflow: auto;
        -webkit-transition: -webkit-transform 0.1s cubic-bezier(0.4, 0, 1, 1);
        transition: -webkit-transform 0.1s cubic-bezier(0.4, 0, 1, 1);
        transition: transform 0.1s cubic-bezier(0.4, 0, 1, 1);
        transition: transform 0.1s cubic-bezier(0.4, 0, 1, 1), -webkit-transform 0.1s cubic-bezier(0.4, 0, 1, 1);
    }

    .navigation--is-open .navigation__nav {
        -webkit-transform: translateX(0);
        transform: translateX(0);
        background-color: #43E58C;
        -webkit-transition: -webkit-transform 0.1s cubic-bezier(0.4, 0, 1, 1);
        transition: -webkit-transform 0.1s cubic-bezier(0.4, 0, 1, 1);
        transition: transform 0.1s cubic-bezier(0.4, 0, 1, 1);
        transition: transform 0.1s cubic-bezier(0.4, 0, 1, 1), -webkit-transform 0.1s cubic-bezier(0.4, 0, 1, 1);
    }
}

@media (min-width: 1076px) {
    .navigation__nav {
        -webkit-box-pack: end;
        -ms-flex-pack: end;
        justify-content: flex-end;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
    }
}

.navigation__item {
    margin-bottom: .5rem;
}

@media (min-width: 1076px) {
    .navigation__item {
        margin-bottom: 0;
    }
}

.navigation__link {
    padding: .875rem 1rem;
    color: white;
    text-decoration: none;
    text-transform: uppercase;
    font-size: 1.15rem;
    font-weight: bold;
    letter-spacing: .2;
    background-color: #2c2f36;
    padding: .875rem;
    display: inline-block;
}

@media (min-width: 1076px) {
    .navigation__link {
        font-size: 1rem;
        background-color: transparent;
    }
}

.navigation__toggle {
    height: 1rem;
    width: 1.5rem;
    background-color: transparent;
    border: none;
    padding: 0;
    margin: 0;
    outline: none;
    position: relative;
    z-index: 2;
}

@media (min-width: 1076px) {
    .navigation__toggle {
        display: none;
    }
}

.icon-menu {
    position: relative;
    display: inline-block;
    width: 1.75rem;
    height: 1.1875rem;
    vertical-align: middle;
    fill: none;
}

    .icon-menu .icon-menu__item {
        position: absolute;
        left: 0;
        display: block;
        width: 100%;
        height: 3px;
        -webkit-transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
        transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
        -webkit-transition-timing-function: cubic-bezier(0.645, 0.045, 0.355, 1);
        transition-timing-function: cubic-bezier(0.645, 0.045, 0.355, 1);
        background-color: white;
    }

    .icon-menu .icon-menu__item--1 {
        top: 0;
    }

    .icon-menu .icon-menu__item--2 {
        top: 50%;
        margin-top: -2px;
    }

    .icon-menu .icon-menu__item--3 {
        bottom: 0;
    }

.navigation--is-open .icon-menu .icon-menu__item--1 {
    -webkit-transform: translateY(8px) translateX(0) rotate(45deg);
    transform: translateY(8px) translateX(0) rotate(45deg);
    background-color: #2c2f36;
}

.navigation--is-open .icon-menu .icon-menu__item--2 {
    opacity: 0;
    background-color: #2c2f36;
}

.navigation--is-open .icon-menu .icon-menu__item--3 {
    -webkit-transform: translateY(-8px) translateX(0) rotate(-45deg);
    transform: translateY(-8px) translateX(0) rotate(-45deg);
    background-color: #2c2f36;
}

.overlay {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0.3);
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 180ms linear;
    transition: all 180ms linear;
}

.body--lock .overlay {
    opacity: 1;
    visibility: visible;
}

.section {
    -webkit-transition: padding 0.3s ease;
    transition: padding 0.3s ease;
    background-color: white;
    padding: 3.75rem 0;
}

@media (min-width: 1200px) {
    .section {
        padding: 5rem 0;
    }
}

.section__collapsed-container {
    -webkit-transition: max-height 0.3s ease;
    transition: max-height 0.3s ease;
    position: relative;
    max-height: 22.25rem;
    overflow: hidden;
}

    .section__collapsed-container:after {
        content: '';
        position: absolute;
        right: 0;
        bottom: 0;
        left: 0;
        height: 2rem;
        background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0.001)), color-stop(90%, white));
        background-image: linear-gradient(rgba(255, 255, 255, 0.001), white 90%);
    }

.section--gray-medium .section__collapsed-container:after {
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(247, 247, 249, 0.001)), color-stop(90%, #ebebf0));
    background-image: linear-gradient(rgba(247, 247, 249, 0.001), #ebebf0 90%);
}

.section--secondary-light .section__collapsed-container:after {
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(130, 241, 255, 0.001)), color-stop(90%, #82f1ff));
    background-image: linear-gradient(rgba(130, 241, 255, 0.001), #82f1ff 90%);
}

.is-expanded.section__collapsed-container:after {
    background-image: none;
}

.section__container--max-width {
    max-width: 56.25rem;
    margin-right: auto;
    margin-left: auto;
}

    .section__container--max-width > div {
        margin-bottom: 1.4rem;
    }

    .section__container--max-width > p {
        margin-bottom: 2.4rem;
    }

        .section__container--max-width > p > strong {
            display: block;
        }

    .section__container--max-width table {
        border-collapse: collapse;
    }

    .section__container--max-width th,
    .section__container--max-width td {
        text-align: left;
        padding: .5rem;
        border: 1px solid black;
    }

.section--app-section {
    display: grid;
    grid-gap: 1rem;
    max-width: 75rem;
}

@media (min-width: 767px) {
    .section--app-section {
        grid-template-columns: repeat(auto-fit, minmax(21.875rem, 1fr));
    }
}

.section--secondary-light {
    background-color: #82f1ff;
}

.section--gray-medium {
    background-color: #ebebf0;
}

.feedback-form__form {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    max-width: 50rem;
    margin-right: auto;
    margin-left: auto;
}

.feedback-form--success .feedback-form__form {
    display: none;
}

.feedback-form__container {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    margin-bottom: 1.25rem;
}

    .feedback-form__container:last-child {
        margin-bottom: 0;
    }

    .feedback-form__container.feedback-form__container--50 {
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
        width: 100%;
    }

@media (min-width: 767px) {
    .feedback-form__container.feedback-form__container--50 {
        -ms-flex-preferred-size: calc(50% - 1.25rem);
        flex-basis: calc(50% - 1.25rem);
        width: calc(50% - 1.25rem);
    }
}

@media (min-width: 767px) {
    .feedback-form__container.feedback-form__container--left {
        margin-right: 2rem;
    }
}

.feedback-form__container input[type="file"] {
    width: 100%;
}

.feedback-form__spacer {
    margin-right: 2rem;
}

@media (min-width: 767px) {
    .feedback-form__spacer {
        margin-right: 3rem;
    }
}

.feedback-form__message {
    display: none;
    padding: 1rem;
}

.feedback-form__success {
    background-color: #43E58C;
    color: white;
    max-width: 50rem;
    margin-right: auto;
    margin-left: auto;
    text-align: center;
}

.feedback-form--success .feedback-form__success {
    display: block;
}

.feedback-form__error {
    background-color: #FF6663;
    color: white;
}

.feedback-form--error .feedback-form__error {
    display: block;
}

/*.footer {
    background-color: #2c2f36;
    color: white;
    min-height: 10rem;
    padding: 3.75rem 0;
}

@media (min-width: 1200px) {
    .footer {
        padding: 5rem 0;
    }
}*/

.header {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    background-color: #43E58C;
    padding: .5rem 0;
    z-index: 1;
    -webkit-transition: padding 300ms ease, background-color 100ms;
    transition: padding 300ms ease, background-color 100ms;
}

@media (min-width: 992px) {
    .header {
        padding: 1rem 0;
    }
}

.header.header--is-sticky {
    background-color: #43E58C;
}

.header__logo {
    line-height: 1;
    color: white;
    width: 12.5rem;
}

.header__logo-image {
    width: 100%;
}

.header > .container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 0 auto;
}

.header .navigation {
    margin-left: auto;
}

.hero {
    background-color: #ebebf0;
}

.hero__container {
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    width: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0 calc(100% - 5vw));
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0 calc(100% - 5vw));
    padding: 5rem 0;
    color: white;
}

@media (min-width: 992px) {
    .hero__container {
        padding: 8rem 0;
    }
}

.hero__content {
    max-width: 42rem;
    text-align: center;
}

.hero__text {
    margin-bottom: 2rem;
}

.hero__actions {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

    .hero__actions > .button:first-child {
        margin-right: 2rem;
    }

.hero__store-link {
    display: inline-block;
    height: 2.5rem;
}

    .hero__store-link:first-child {
        margin-right: 2rem;
    }

    .hero__store-link > img,
    .hero__store-link > svg {
        height: 100%;
    }
