.animate-fade.is-visible {
    opacity: 1;
    transition: opacity 250ms linear; }

.animate-fade.is-hidden {
    opacity: 0;
    transition: opacity 250ms linear;
    pointer-events: none; }

.has-overlay::after {
    content: "";
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0; }

button {
    background: transparent;
    border: 0;
    border-radius: 0;
    box-shadow: none;
    padding: 0; }

.cover-bg {
    height: 100%;
    left: 0;
    position: absolute;
    width: 100%;
    top: 0; }

.text--16, body {
    font-size: 16px;
    line-height: 1.5; }

@media only screen and (max-width: 766px) {
    .text--16 {
        letter-spacing: 0.12px; } }


.text--20 {
    font-size: 20px;
    letter-spacing: 0.15px;
    line-height: 1.6; }

.text--18-24lh,
.text--18 {
    font-size: 18px;
    letter-spacing: 0.13px;
    line-height: 1.78; }

.text--18-24lh {
    line-height: 1.33; }

.text--14-16lh,
.text--14 {
    font-size: 14px;
    letter-spacing: 0.1px;
    line-height: 1.71; }

.text--14-16lh {
    line-height: 1.14; }

.text--12 {
    font-size: 12px; }

.text *,
.title *,
.title-main * {
    color: inherit;
    font-size: inherit;
    font-weight: inherit;
    letter-spacing: inherit;
    line-height: inherit;
    text-transform: inherit;
    text-align: inherit;
    font-style: inherit; }

.list-plain {
    list-style: none;
    padding-left: 0;
    margin-bottom: 0; }

.list-plain {
    font-size: 0;
    line-height: 0; }

.mt-80 {
    margin-top: 80px; }
    @media only screen and (min-width: 767px) and (max-width: 1022px) {
        .mt-80 {
            margin-top: 60px; } }
    @media only screen and (max-width: 766px) {
        .mt-80 {
            margin-top: 56px; } }

.mt-120 {
    margin-top: 120px; }
    @media only screen and (min-width: 767px) and (max-width: 1022px) {
        .mt-120 {
            margin-top: 80px; } }
    @media only screen and (max-width: 766px) {
        .mt-120 {
            margin-top: 48px; } }

.mb-80 {
    margin-bottom: 80px; }
    @media only screen and (min-width: 767px) and (max-width: 1022px) {
        .mb-80 {
            margin-bottom: 60px; } }
    @media only screen and (max-width: 766px) {
        .mb-80 {
            margin-bottom: 56px; } }

.mb-120 {
    margin-bottom: 120px; }
    @media only screen and (min-width: 767px) and (max-width: 1022px) {
        .mb-120 {
            margin-bottom: 80px; } }
    @media only screen and (max-width: 766px) {
        .mb-120 {
            margin-bottom: 48px; } }

.mb-72 {
    margin-bottom: 72px; }
    @media only screen and (min-width: 767px) and (max-width: 1022px) {
        .mb-72 {
            margin-bottom: 60px; } }
    @media only screen and (max-width: 766px) {
        .mb-72 {
            margin-bottom: 40px; } }

.animate-fade.is-visible {
    opacity: 1;
    transition: opacity 250ms linear; }

.animate-fade.is-hidden {
    opacity: 0;
    transition: opacity 250ms linear;
    pointer-events: none; }

*,
*::before,
*::after {
    box-sizing: border-box; }

html {
    font-family: sans-serif;
    line-height: 1.15;
    -webkit-text-size-adjust: 100%;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0); }

article,
aside,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section {
    display: block; }

body {
    margin: 0;
    text-align: left; }

[tabindex="-1"]:focus {
    outline: 0 !important; }

hr {
    box-sizing: content-box;
    height: 0;
    overflow: visible; }

h1,
h2,
h3,
h4,
h5,
h6 {
    margin-top: 0;
    margin-bottom: 1rem; }

p {
    margin-top: 0;
    margin-bottom: 1rem; }

abbr[title],
abbr[data-original-title] {
    text-decoration: underline;
    cursor: help;
    border-bottom: 0;
    text-decoration-skip-ink: none; }

address {
    margin-bottom: 1rem;
    font-style: normal;
    line-height: inherit; }

ol,
ul,
dl {
    margin-top: 0;
    margin-bottom: 1rem; }

ol ol,
ul ul,
ol ul,
ul ol {
    margin-bottom: 0; }

dt {
    font-weight: 700; }

dd {
    margin-bottom: 0.5rem;
    margin-left: 0; }

blockquote {
    margin: 0 0 1rem; }

b,
strong {
    font-weight: 700; }

small {
    font-size: 80%; }

sub,
sup {
    position: relative;
    font-size: 75%;
    line-height: 0;
    vertical-align: baseline; }

sub {
    bottom: -0.25em; }

sup {
    top: -0.5em; }

a {
    text-decoration: none;
    background-color: transparent; }
    a:hover, a:focus {
        text-decoration: none; }

a:not([href]):not([tabindex]) {
    color: inherit;
    text-decoration: none; }
    a:not([href]):not([tabindex]):hover, a:not([href]):not([tabindex]):focus {
        color: inherit;
        text-decoration: none; }
    a:not([href]):not([tabindex]):focus {
        outline: 0; }

pre,
code,
kbd,
samp {
    font-family: monospace;
    font-size: 1em; }

pre {
    margin-top: 0;
    margin-bottom: 1rem;
    overflow: auto; }

figure {
    margin: 0 0 1rem; }

img {
    vertical-align: middle;
    border-style: none; }

svg {
    overflow: hidden;
    vertical-align: middle; }

table {
    border-collapse: collapse; }

caption {
    padding-top: 8px;
    padding-bottom: 8px;
    text-align: left;
    caption-side: bottom; }

th {
    text-align: inherit; }

label {
    display: inline-block;
    margin-bottom: 1rem; }

button {
    border-radius: 0;
    text-transform: none;
    cursor: pointer;
    -webkit-appearance: button; }

input,
select,
optgroup,
textarea {
    margin: 0;
    font-family: inherit;
    font-size: inherit;
    line-height: inherit; }

select {
    word-wrap: normal;
    text-transform: none; }

input {
    overflow: visible; }

[type="button"],
[type="reset"],
[type="submit"] {
    -webkit-appearance: button; }

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
    padding: 0;
    border-style: none; }

input[type="radio"],
input[type="checkbox"] {
    box-sizing: border-box;
    padding: 0; }

input[type="date"],
input[type="time"],
input[type="datetime-local"],
input[type="month"] {
    -webkit-appearance: listbox; }

textarea {
    overflow: auto;
    resize: vertical; }

fieldset {
    min-width: 0;
    padding: 0;
    margin: 0;
    border: 0; }

legend {
    display: block;
    width: 100%;
    max-width: 100%;
    padding: 0;
    margin-bottom: 0.5rem;
    font-size: 1.5rem;
    line-height: inherit;
    color: inherit;
    white-space: normal; }

progress {
    vertical-align: baseline; }

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
    height: auto; }

[type="search"] {
    outline-offset: -2px;
    -webkit-appearance: none; }

[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none; }

::-webkit-file-upload-button {
    font: inherit;
    -webkit-appearance: button; }

output {
    display: inline-block; }

summary {
    display: list-item;
    cursor: pointer; }

template {
    display: none; }

[hidden] {
    display: none !important; }

.container-fluid {
    margin-right: auto;
    margin-left: auto;
    padding-right: 2rem;
    padding-left: 2rem; }

.container {
    display: block;
    margin: 0 auto;
    max-width: calc(100% - 44px);
    padding: 0;
    width: 100%; }
    .container .container {
        padding: 0 !important; }
        @media only screen and (max-width: 766px) {
            .container .container {
                max-width: 100%; } }

.row {
    box-sizing: border-box;
    display: flex;
    flex: 0 1 auto;
    flex-direction: row;
    flex-wrap: wrap;
    margin-left: -6px;
    margin-right: -6px; }

.row.reverse {
    flex-direction: row-reverse; }

.col.reverse {
    flex-direction: column-reverse; }

.col-xs,
.col-xs-1,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9,
.col-xs-10,
.col-xs-11,
.col-xs-12 {
    box-sizing: border-box;
    flex: 0 0 auto; }

[class*='col-'] {
    padding-left: 6px;
    padding-right: 6px; }

.col-xs {
    flex-grow: 1;
    flex-basis: 0;
    max-width: 100%; }

.col-xs-1 {
    flex-basis: 8.333%;
    max-width: 8.333%; }

.col-xs-2 {
    flex-basis: 16.666667%;
    max-width: 16.666667%; }

.col-xs-3 {
    flex-basis: 25%;
    max-width: 25%; }

.col-xs-4 {
    flex-basis: 33.333%;
    max-width: 33.333%; }

.col-xs-5 {
    flex-basis: 41.667%;
    max-width: 41.667%; }

.col-xs-6 {
    flex-basis: 50%;
    max-width: 50%; }

.col-xs-7 {
    flex-basis: 58.333%;
    max-width: 58.333%; }

.col-xs-8 {
    flex-basis: 66.667%;
    max-width: 66.667%; }

.col-xs-9 {
    flex-basis: 75%;
    max-width: 75%; }

.col-xs-10 {
    flex-basis: 83.333%;
    max-width: 83.333%; }

.col-xs-11 {
    flex-basis: 91.667%;
    max-width: 91.667%; }

.col-xs-12 {
    flex-basis: 100%;
    max-width: 100%; }

.col-xs-offset-1 {
    margin-left: 8.333%; }

.col-xs-offset-2 {
    margin-left: 16.666667%; }

.col-xs-offset-3 {
    margin-left: 25%; }

.col-xs-offset-4 {
    margin-left: 33.333%; }

.col-xs-offset-5 {
    margin-left: 41.667%; }

.col-xs-offset-6 {
    margin-left: 50%; }

.col-xs-offset-7 {
    margin-left: 58.333%; }

.col-xs-offset-8 {
    margin-left: 66.667%; }

.col-xs-offset-9 {
    margin-left: 75%; }

.col-xs-offset-10 {
    margin-left: 83.333%; }

.col-xs-offset-11 {
    margin-left: 91.667%; }

.start-xs {
    justify-content: flex-start;
    text-align: start; }

.center-xs {
    justify-content: center; }

.end-xs {
    justify-content: flex-end;
    text-align: end; }

.top-xs {
    align-items: flex-start; }

.middle-xs {
    align-items: center; }

.bottom-xs {
    align-items: flex-end; }

.around-xs {
    justify-content: space-around; }

.between-xs {
    justify-content: space-between; }

.first-xs {
    order: -1; }

.last-xs {
    order: 1; }

@media only screen and (min-width: 767px) {
    .row {
        margin-left: -10px;
        margin-right: -10px; }
    .container {
        max-width: 728px;
        padding-left: 10px;
        padding-right: 10px; }
    .col-sm,
    .col-sm-1,
    .col-sm-2,
    .col-sm-3,
    .col-sm-4,
    .col-sm-5,
    .col-sm-6,
    .col-sm-7,
    .col-sm-8,
    .col-sm-9,
    .col-sm-10,
    .col-sm-11,
    .col-sm-12 {
        box-sizing: border-box;
        flex: 0 0 auto; }
    [class*='col-'] {
        padding-left: 10px;
        padding-right: 10px; }
    .col-sm {
        flex-grow: 1;
        flex-basis: 0;
        max-width: 100%; }
    .col-sm-1 {
        flex-basis: 8.333%;
        max-width: 8.333%; }
    .col-sm-2 {
        flex-basis: 16.666667%;
        max-width: 16.666667%; }
    .col-sm-3 {
        flex-basis: 25%;
        max-width: 25%; }
    .col-sm-4 {
        flex-basis: 33.333%;
        max-width: 33.333%; }
    .col-sm-5 {
        flex-basis: 41.667%;
        max-width: 41.667%; }
    .col-sm-6 {
        flex-basis: 50%;
        max-width: 50%; }
    .col-sm-7 {
        flex-basis: 58.333%;
        max-width: 58.333%; }
    .col-sm-8 {
        flex-basis: 66.667%;
        max-width: 66.667%; }
    .col-sm-9 {
        flex-basis: 75%;
        max-width: 75%; }
    .col-sm-10 {
        flex-basis: 83.333%;
        max-width: 83.333%; }
    .col-sm-11 {
        flex-basis: 91.667%;
        max-width: 91.667%; }
    .col-sm-12 {
        flex-basis: 100%;
        max-width: 100%; }
    .col-sm-offset-0 {
        margin-left: 0; }
    .col-sm-offset-1 {
        margin-left: 8.333%; }
    .col-sm-offset-2 {
        margin-left: 16.666667%; }
    .col-sm-offset-3 {
        margin-left: 25%; }
    .col-sm-offset-4 {
        margin-left: 33.333%; }
    .col-sm-offset-5 {
        margin-left: 41.667%; }
    .col-sm-offset-6 {
        margin-left: 50%; }
    .col-sm-offset-7 {
        margin-left: 58.333%; }
    .col-sm-offset-8 {
        margin-left: 66.667%; }
    .col-sm-offset-9 {
        margin-left: 75%; }
    .col-sm-offset-10 {
        margin-left: 83.333%; }
    .col-sm-offset-11 {
        margin-left: 91.667%; }
    .start-sm {
        justify-content: flex-start;
        text-align: start; }
    .center-sm {
        justify-content: center; }
    .end-sm {
        justify-content: flex-end;
        text-align: end; }
    .top-sm {
        align-items: flex-start; }
    .middle-sm {
        align-items: center; }
    .bottom-sm {
        align-items: flex-end; }
    .around-sm {
        justify-content: space-around; }
    .between-sm {
        justify-content: space-between; }
    .first-sm {
        order: -1; }
    .last-sm {
        order: 1; } }

@media only screen and (min-width: 1023px) {
    .row {
        margin-left: -10px;
        margin-right: -10px; }
    .container {
        max-width: 1042px;
        padding-left: 10px;
        padding-right: 10px; }
    .col-md,
    .col-md-1,
    .col-md-2,
    .col-md-3,
    .col-md-4,
    .col-md-5,
    .col-md-6,
    .col-md-7,
    .col-md-8,
    .col-md-9,
    .col-md-10,
    .col-md-11,
    .col-md-12 {
        box-sizing: border-box;
        flex: 0 0 auto; }
    [class*='col-'] {
        padding-left: 10px;
        padding-right: 10px; }
    .col-md {
        flex-grow: 1;
        flex-basis: 0;
        max-width: 100%; }
    .col-md-1 {
        flex-basis: 8.333%;
        max-width: 8.333%; }
    .col-md-2 {
        flex-basis: 16.666667%;
        max-width: 16.666667%; }
    .col-md-3 {
        flex-basis: 25%;
        max-width: 25%; }
    .col-md-4 {
        flex-basis: 33.333%;
        max-width: 33.333%; }
    .col-md-5 {
        flex-basis: 41.667%;
        max-width: 41.667%; }
    .col-md-6 {
        flex-basis: 50%;
        max-width: 50%; }
    .col-md-7 {
        flex-basis: 58.333%;
        max-width: 58.333%; }
    .col-md-8 {
        flex-basis: 66.667%;
        max-width: 66.667%; }
    .col-md-9 {
        flex-basis: 75%;
        max-width: 75%; }
    .col-md-10 {
        flex-basis: 83.333%;
        max-width: 83.333%; }
    .col-md-11 {
        flex-basis: 91.667%;
        max-width: 91.667%; }
    .col-md-12 {
        flex-basis: 100%;
        max-width: 100%; }
    .col-md-offset-0 {
        margin-left: 0; }
    .col-md-offset-1 {
        margin-left: 8.333%; }
    .col-md-offset-2 {
        margin-left: 16.666667%; }
    .col-md-offset-3 {
        margin-left: 25%; }
    .col-md-offset-4 {
        margin-left: 33.333%; }
    .col-md-offset-5 {
        margin-left: 41.667%; }
    .col-md-offset-6 {
        margin-left: 50%; }
    .col-md-offset-7 {
        margin-left: 58.333%; }
    .col-md-offset-8 {
        margin-left: 66.667%; }
    .col-md-offset-9 {
        margin-left: 75%; }
    .col-md-offset-10 {
        margin-left: 83.333%; }
    .col-md-offset-11 {
        margin-left: 91.667%; }
    .start-md {
        justify-content: flex-start;
        text-align: start; }
    .center-md {
        justify-content: center; }
    .end-md {
        justify-content: flex-end;
        text-align: end; }
    .top-md {
        align-items: flex-start; }
    .middle-md {
        align-items: center; }
    .bottom-md {
        align-items: flex-end; }
    .around-md {
        justify-content: space-around; }
    .between-md {
        justify-content: space-between; }
    .first-md {
        order: -1; }
    .last-md {
        order: 1; } }

@media only screen and (min-width: 1361px) {
    .row {
        margin-left: -15px;
        margin-right: -15px; }
    .container {
        max-width: 1390px;
        padding-left: 15px;
        padding-right: 15px; }
    .col-lg,
    .col-lg-1,
    .col-lg-2,
    .col-lg-3,
    .col-lg-4,
    .col-lg-5,
    .col-lg-6,
    .col-lg-7,
    .col-lg-8,
    .col-lg-9,
    .col-lg-10,
    .col-lg-11,
    .col-lg-12 {
        box-sizing: border-box;
        flex: 0 0 auto; }
    [class*='col-'] {
        padding-left: 15px;
        padding-right: 15px; }
    .col-lg {
        flex-grow: 1;
        flex-basis: 0;
        max-width: 100%; }
    .col-lg-1 {
        flex-basis: 8.333%;
        max-width: 8.333%; }
    .col-lg-2 {
        flex-basis: 16.666667%;
        max-width: 16.666667%; }
    .col-lg-3 {
        flex-basis: 25%;
        max-width: 25%; }
    .col-lg-4 {
        flex-basis: 33.333%;
        max-width: 33.333%; }
    .col-lg-5 {
        flex-basis: 41.667%;
        max-width: 41.667%; }
    .col-lg-6 {
        flex-basis: 50%;
        max-width: 50%; }
    .col-lg-7 {
        flex-basis: 58.333%;
        max-width: 58.333%; }
    .col-lg-8 {
        flex-basis: 66.667%;
        max-width: 66.667%; }
    .col-lg-9 {
        flex-basis: 75%;
        max-width: 75%; }
    .col-lg-10 {
        flex-basis: 83.333%;
        max-width: 83.333%; }
    .col-lg-11 {
        flex-basis: 91.667%;
        max-width: 91.667%; }
    .col-lg-12 {
        flex-basis: 100%;
        max-width: 100%; }
    .col-lg-offset-0 {
        margin-left: 0; }
    .col-lg-offset-1 {
        margin-left: 8.333%; }
    .col-lg-offset-2 {
        margin-left: 16.666667%; }
    .col-lg-offset-3 {
        margin-left: 25%; }
    .col-lg-offset-4 {
        margin-left: 33.333%; }
    .col-lg-offset-5 {
        margin-left: 41.667%; }
    .col-lg-offset-6 {
        margin-left: 50%; }
    .col-lg-offset-7 {
        margin-left: 58.333%; }
    .col-lg-offset-8 {
        margin-left: 66.667%; }
    .col-lg-offset-9 {
        margin-left: 75%; }
    .col-lg-offset-10 {
        margin-left: 83.333%; }
    .col-lg-offset-11 {
        margin-left: 91.667%; }
    .start-lg {
        justify-content: flex-start;
        text-align: start; }
    .center-lg {
        justify-content: center; }
    .end-lg {
        justify-content: flex-end;
        text-align: end; }
    .top-lg {
        align-items: flex-start; }
    .middle-lg {
        align-items: center; }
    .bottom-lg {
        align-items: flex-end; }
    .around-lg {
        justify-content: space-around; }
    .between-lg {
        justify-content: space-between; }
    .first-lg {
        order: -1; }
    .last-lg {
        order: 1; } }

@media only screen and (min-width: 1601px) {
    .row {
        margin-left: -15px;
        margin-right: -15px; }
    .container {
        max-width: 1390px;
        padding-left: 15px;
        padding-right: 15px; }
    .col-xl,
    .col-xl-1,
    .col-xl-2,
    .col-xl-3,
    .col-xl-4,
    .col-xl-5,
    .col-xl-6,
    .col-xl-7,
    .col-xl-8,
    .col-xl-9,
    .col-xl-10,
    .col-xl-11,
    .col-xl-12 {
        box-sizing: border-box;
        flex: 0 0 auto; }
    [class*='col-'] {
        padding-left: 15px;
        padding-right: 15px; }
    .col-xl {
        flex-grow: 1;
        flex-basis: 0;
        max-width: 100%; }
    .col-xl-1 {
        flex-basis: 8.333%;
        max-width: 8.333%; }
    .col-xl-2 {
        flex-basis: 16.666667%;
        max-width: 16.666667%; }
    .col-xl-3 {
        flex-basis: 25%;
        max-width: 25%; }
    .col-xl-4 {
        flex-basis: 33.333%;
        max-width: 33.333%; }
    .col-xl-5 {
        flex-basis: 41.667%;
        max-width: 41.667%; }
    .col-xl-6 {
        flex-basis: 50%;
        max-width: 50%; }
    .col-xl-7 {
        flex-basis: 58.333%;
        max-width: 58.333%; }
    .col-xl-8 {
        flex-basis: 66.667%;
        max-width: 66.667%; }
    .col-xl-9 {
        flex-basis: 75%;
        max-width: 75%; }
    .col-xl-10 {
        flex-basis: 83.333%;
        max-width: 83.333%; }
    .col-xl-11 {
        flex-basis: 91.667%;
        max-width: 91.667%; }
    .col-xl-12 {
        flex-basis: 100%;
        max-width: 100%; }
    .col-xl-offset-0 {
        margin-left: 0; }
    .col-xl-offset-1 {
        margin-left: 8.333%; }
    .col-xl-offset-2 {
        margin-left: 16.666667%; }
    .col-xl-offset-3 {
        margin-left: 25%; }
    .col-xl-offset-4 {
        margin-left: 33.333%; }
    .col-xl-offset-5 {
        margin-left: 41.667%; }
    .col-xl-offset-6 {
        margin-left: 50%; }
    .col-xl-offset-7 {
        margin-left: 58.333%; }
    .col-xl-offset-8 {
        margin-left: 66.667%; }
    .col-xl-offset-9 {
        margin-left: 75%; }
    .col-xl-offset-10 {
        margin-left: 83.333%; }
    .col-xl-offset-11 {
        margin-left: 91.667%; }
    .start-xl {
        justify-content: flex-start;
        text-align: start; }
    .center-xl {
        justify-content: center; }
    .end-xl {
        justify-content: flex-end;
        text-align: end; }
    .top-xl {
        align-items: flex-start; }
    .middle-xl {
        align-items: center; }
    .bottom-xl {
        align-items: flex-end; }
    .around-xl {
        justify-content: space-around; }
    .between-xl {
        justify-content: space-between; }
    .first-xl {
        order: -1; }
    .last-xl {
        order: 1; } }

/* stylelint-disable */
/**
 * Swiper 5.3.8
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * http://swiperjs.com
 *
 * Copyright 2014-2020 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: April 24, 2020
 */
@font-face {
    font-family: 'swiper-icons';
    src: url("data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA") format("woff");
    font-weight: 400;
    font-style: normal; }

:root {
    --swiper-theme-color: #007aff; }

.swiper-container {
    margin-left: auto;
    margin-right: auto;
    position: relative;
    overflow: hidden;
    list-style: none;
    padding: 0;
    z-index: 1; }

.swiper-container-vertical > .swiper-wrapper {
    flex-direction: column; }

.swiper-wrapper {
    position: relative;
    width: 100%;
    height: 100%;
    z-index: 1;
    display: flex;
    transition-property: transform;
    box-sizing: content-box; }

.swiper-container-android .swiper-slide,
.swiper-wrapper {
    transform: translate3d(0px, 0, 0); }

.swiper-container-multirow > .swiper-wrapper {
    flex-wrap: wrap; }

.swiper-container-multirow-column > .swiper-wrapper {
    flex-wrap: wrap;
    flex-direction: column; }

.swiper-container-free-mode > .swiper-wrapper {
    transition-timing-function: ease-out;
    margin: 0 auto; }

.swiper-slide {
    flex-shrink: 0;
    width: 100%;
    height: 100%;
    position: relative;
    transition-property: transform; }

.swiper-slide-invisible-blank {
    visibility: hidden; }

/* Auto Height */
.swiper-container-autoheight,
.swiper-container-autoheight .swiper-slide {
    height: auto; }

.swiper-container-autoheight .swiper-wrapper {
    align-items: flex-start;
    transition-property: transform, height; }

/* 3D Effects */
.swiper-container-3d {
    perspective: 1200px; }

.swiper-container-3d .swiper-wrapper,
.swiper-container-3d .swiper-slide,
.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top,
.swiper-container-3d .swiper-slide-shadow-bottom,
.swiper-container-3d .swiper-cube-shadow {
    transform-style: preserve-3d; }

.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top,
.swiper-container-3d .swiper-slide-shadow-bottom {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
    z-index: 10; }

.swiper-container-3d .swiper-slide-shadow-left {
    background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0)); }

.swiper-container-3d .swiper-slide-shadow-right {
    background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0)); }

.swiper-container-3d .swiper-slide-shadow-top {
    background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0)); }

.swiper-container-3d .swiper-slide-shadow-bottom {
    background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0)); }

/* CSS Mode */
.swiper-container-css-mode > .swiper-wrapper {
    overflow: auto;
    scrollbar-width: none;
    /* For Firefox */
    -ms-overflow-style: none;
    /* For Internet Explorer and Edge */ }

.swiper-container-css-mode > .swiper-wrapper::-webkit-scrollbar {
    display: none; }

.swiper-container-css-mode > .swiper-wrapper > .swiper-slide {
    scroll-snap-align: start start; }

.swiper-container-horizontal.swiper-container-css-mode > .swiper-wrapper {
    scroll-snap-type: x mandatory; }

.swiper-container-vertical.swiper-container-css-mode > .swiper-wrapper {
    scroll-snap-type: y mandatory; }

:root {
    --swiper-navigation-size: 44px;
    /*
  --swiper-navigation-color: var(--swiper-theme-color);
  */ }

.swiper-button-prev,
.swiper-button-next {
    position: absolute;
    top: 50%;
    width: calc(var(--swiper-navigation-size) / 44 * 27);
    height: var(--swiper-navigation-size);
    margin-top: calc(-1 * var(--swiper-navigation-size) / 2);
    z-index: 10;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--swiper-navigation-color, var(--swiper-theme-color)); }

.swiper-button-prev.swiper-button-disabled,
.swiper-button-next.swiper-button-disabled {
    opacity: 0.35;
    cursor: auto;
    pointer-events: none; }

.swiper-button-prev:after,
.swiper-button-next:after {
    font-family: swiper-icons;
    font-size: var(--swiper-navigation-size);
    text-transform: none !important;
    letter-spacing: 0;
    text-transform: none;
    font-variant: initial;
    line-height: 1; }

.swiper-button-prev,
.swiper-container-rtl .swiper-button-next {
    left: 10px;
    right: auto; }

.swiper-button-prev:after,
.swiper-container-rtl .swiper-button-next:after {
    content: 'prev'; }

.swiper-button-next,
.swiper-container-rtl .swiper-button-prev {
    right: 10px;
    left: auto; }

.swiper-button-next:after,
.swiper-container-rtl .swiper-button-prev:after {
    content: 'next'; }

.swiper-button-prev.swiper-button-white,
.swiper-button-next.swiper-button-white {
    --swiper-navigation-color: #ffffff; }

.swiper-button-prev.swiper-button-black,
.swiper-button-next.swiper-button-black {
    --swiper-navigation-color: #000000; }

.swiper-button-lock {
    display: none; }

:root {
    /*
  --swiper-pagination-color: var(--swiper-theme-color);
  */ }

.swiper-pagination {
    position: absolute;
    text-align: center;
    transition: 300ms opacity;
    transform: translate3d(0, 0, 0);
    z-index: 10; }

.swiper-pagination.swiper-pagination-hidden {
    opacity: 0; }

/* Common Styles */
.swiper-pagination-fraction,
.swiper-pagination-custom,
.swiper-container-horizontal > .swiper-pagination-bullets {
    bottom: 10px;
    left: 0;
    width: 100%; }

/* Bullets */
.swiper-pagination-bullets-dynamic {
    overflow: hidden;
    font-size: 0; }

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
    transform: scale(0.33);
    position: relative; }

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active {
    transform: scale(1); }

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
    transform: scale(1); }

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
    transform: scale(0.66); }

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
    transform: scale(0.33); }

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
    transform: scale(0.66); }

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
    transform: scale(0.33); }

.swiper-pagination-bullet {
    width: 8px;
    height: 8px;
    display: inline-block;
    border-radius: 100%;
    background: #000;
    opacity: 0.2; }

button.swiper-pagination-bullet {
    border: none;
    margin: 0;
    padding: 0;
    box-shadow: none;
    -webkit-appearance: none;
    appearance: none; }

.swiper-pagination-clickable .swiper-pagination-bullet {
    cursor: pointer; }

.swiper-pagination-bullet-active {
    opacity: 1;
    background: var(--swiper-pagination-color, var(--swiper-theme-color)); }

.swiper-container-vertical > .swiper-pagination-bullets {
    right: 10px;
    top: 50%;
    transform: translate3d(0px, -50%, 0); }

.swiper-container-vertical > .swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 6px 0;
    display: block; }

.swiper-container-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
    top: 50%;
    transform: translateY(-50%);
    width: 8px; }

.swiper-container-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
    display: inline-block;
    transition: 200ms transform, 200ms top; }

.swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 4px; }

.swiper-container-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
    left: 50%;
    transform: translateX(-50%);
    white-space: nowrap; }

.swiper-container-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
    transition: 200ms transform, 200ms left; }

.swiper-container-horizontal.swiper-container-rtl > .swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
    transition: 200ms transform, 200ms right; }

/* Progress */
.swiper-pagination-progressbar {
    background: rgba(0, 0, 0, 0.25);
    position: absolute; }

.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
    background: var(--swiper-pagination-color, var(--swiper-theme-color));
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    transform: scale(0);
    transform-origin: left top; }

.swiper-container-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
    transform-origin: right top; }

.swiper-container-horizontal > .swiper-pagination-progressbar,
.swiper-container-vertical > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
    width: 100%;
    height: 4px;
    left: 0;
    top: 0; }

.swiper-container-vertical > .swiper-pagination-progressbar,
.swiper-container-horizontal > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
    width: 4px;
    height: 100%;
    left: 0;
    top: 0; }

.swiper-pagination-white {
    --swiper-pagination-color: #ffffff; }

.swiper-pagination-black {
    --swiper-pagination-color: #000000; }

.swiper-pagination-lock {
    display: none; }

/* Scrollbar */
.swiper-scrollbar {
    border-radius: 10px;
    position: relative;
    -ms-touch-action: none;
    background: rgba(0, 0, 0, 0.1); }

.swiper-container-horizontal > .swiper-scrollbar {
    position: absolute;
    left: 1%;
    bottom: 3px;
    z-index: 50;
    height: 5px;
    width: 98%; }

.swiper-container-vertical > .swiper-scrollbar {
    position: absolute;
    right: 3px;
    top: 1%;
    z-index: 50;
    width: 5px;
    height: 98%; }

.swiper-scrollbar-drag {
    height: 100%;
    width: 100%;
    position: relative;
    background: rgba(0, 0, 0, 0.5);
    border-radius: 10px;
    left: 0;
    top: 0; }

.swiper-scrollbar-cursor-drag {
    cursor: move; }

.swiper-scrollbar-lock {
    display: none; }

.swiper-zoom-container {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center; }

.swiper-zoom-container > img,
.swiper-zoom-container > svg,
.swiper-zoom-container > canvas {
    max-width: 100%;
    max-height: 100%;
    object-fit: contain; }

.swiper-slide-zoomed {
    cursor: move; }

/* Preloader */
:root {
    /*
  --swiper-preloader-color: var(--swiper-theme-color);
  */ }

.swiper-lazy-preloader {
    width: 42px;
    height: 42px;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -21px;
    margin-top: -21px;
    z-index: 10;
    transform-origin: 50%;
    animation: swiper-preloader-spin 1s infinite linear;
    box-sizing: border-box;
    border: 4px solid var(--swiper-preloader-color, var(--swiper-theme-color));
    border-radius: 50%;
    border-top-color: transparent; }

.swiper-lazy-preloader-white {
    --swiper-preloader-color: #fff; }

.swiper-lazy-preloader-black {
    --swiper-preloader-color: #000; }

@keyframes swiper-preloader-spin {
    100% {
        transform: rotate(360deg); } }

/* a11y */
.swiper-container .swiper-notification {
    position: absolute;
    left: 0;
    top: 0;
    pointer-events: none;
    opacity: 0;
    z-index: -1000; }

.swiper-container-fade.swiper-container-free-mode .swiper-slide {
    transition-timing-function: ease-out; }

.swiper-container-fade .swiper-slide {
    pointer-events: none;
    transition-property: opacity; }

.swiper-container-fade .swiper-slide .swiper-slide {
    pointer-events: none; }

.swiper-container-fade .swiper-slide-active,
.swiper-container-fade .swiper-slide-active .swiper-slide-active {
    pointer-events: auto; }

.swiper-container-cube {
    overflow: visible; }

.swiper-container-cube .swiper-slide {
    pointer-events: none;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    z-index: 1;
    visibility: hidden;
    transform-origin: 0 0;
    width: 100%;
    height: 100%; }

.swiper-container-cube .swiper-slide .swiper-slide {
    pointer-events: none; }

.swiper-container-cube.swiper-container-rtl .swiper-slide {
    transform-origin: 100% 0; }

.swiper-container-cube .swiper-slide-active,
.swiper-container-cube .swiper-slide-active .swiper-slide-active {
    pointer-events: auto; }

.swiper-container-cube .swiper-slide-active,
.swiper-container-cube .swiper-slide-next,
.swiper-container-cube .swiper-slide-prev,
.swiper-container-cube .swiper-slide-next + .swiper-slide {
    pointer-events: auto;
    visibility: visible; }

.swiper-container-cube .swiper-slide-shadow-top,
.swiper-container-cube .swiper-slide-shadow-bottom,
.swiper-container-cube .swiper-slide-shadow-left,
.swiper-container-cube .swiper-slide-shadow-right {
    z-index: 0;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden; }

.swiper-container-cube .swiper-cube-shadow {
    position: absolute;
    left: 0;
    bottom: 0px;
    width: 100%;
    height: 100%;
    background: #000;
    opacity: 0.6;
    filter: blur(50px);
    z-index: 0; }

.swiper-container-flip {
    overflow: visible; }

.swiper-container-flip .swiper-slide {
    pointer-events: none;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    z-index: 1; }

.swiper-container-flip .swiper-slide .swiper-slide {
    pointer-events: none; }

.swiper-container-flip .swiper-slide-active,
.swiper-container-flip .swiper-slide-active .swiper-slide-active {
    pointer-events: auto; }

.swiper-container-flip .swiper-slide-shadow-top,
.swiper-container-flip .swiper-slide-shadow-bottom,
.swiper-container-flip .swiper-slide-shadow-left,
.swiper-container-flip .swiper-slide-shadow-right {
    z-index: 0;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden; }

/* stylelint-enable */
.swiper-container-fade.swiper-container-free-mode .swiper-slide {
    transition-timing-function: ease-out; }

.swiper-container-fade .swiper-slide {
    pointer-events: none;
    transition-property: opacity; }
    .swiper-container-fade .swiper-slide .swiper-slide {
        pointer-events: none; }

.swiper-container-fade .swiper-slide-active,
.swiper-container-fade .swiper-slide-active .swiper-slide-active {
    pointer-events: auto; }

/**
 * Owl Carousel v2.3.4
 * Copyright 2013-2018 David Deutsch
 * Licensed under: SEE LICENSE IN https://github.com/OwlCarousel2/OwlCarousel2/blob/master/LICENSE
 */
/*
 *  Owl Carousel - Core
 */
.owl-carousel {
    display: none;
    width: 100%;
    -webkit-tap-highlight-color: transparent;
    /* position relative and z-index fix webkit rendering fonts issue */
    position: relative;
    z-index: 1; }

.owl-carousel .owl-stage {
    position: relative;
    touch-action: manipulation;
    -moz-backface-visibility: hidden;
    /* fix firefox animation glitch */ }

.owl-carousel .owl-stage:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0; }

.owl-carousel .owl-stage-outer {
    position: relative;
    overflow: hidden;
    /* fix for flashing background */
    -webkit-transform: translate3d(0px, 0px, 0px); }

.owl-carousel .owl-wrapper,
.owl-carousel .owl-item {
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0); }

.owl-carousel .owl-item {
    position: relative;
    min-height: 1px;
    float: left;
    -webkit-backface-visibility: hidden;
    -webkit-tap-highlight-color: transparent;
    -webkit-touch-callout: none; }

.owl-carousel .owl-item img {
    display: block;
    width: 100%; }

.owl-carousel .owl-nav.disabled,
.owl-carousel .owl-dots.disabled {
    display: none; }

.owl-carousel .owl-nav .owl-prev,
.owl-carousel .owl-nav .owl-next,
.owl-carousel .owl-dot {
    cursor: pointer;
    -webkit-user-select: none;
    user-select: none; }

.owl-carousel .owl-nav button.owl-prev,
.owl-carousel .owl-nav button.owl-next,
.owl-carousel button.owl-dot {
    background: none;
    color: inherit;
    border: none;
    padding: 0 !important;
    font: inherit; }

.owl-carousel.owl-loaded {
    display: block; }

.owl-carousel.owl-loading {
    opacity: 0;
    display: block; }

.owl-carousel.owl-hidden {
    opacity: 0; }

.owl-carousel.owl-refresh .owl-item {
    visibility: hidden; }

.owl-carousel.owl-drag .owl-item {
    touch-action: pan-y;
    -webkit-user-select: none;
    user-select: none; }

.owl-carousel.owl-grab {
    cursor: move;
    cursor: grab; }

.owl-carousel.owl-rtl {
    direction: rtl; }

.owl-carousel.owl-rtl .owl-item {
    float: right; }

/* No Js */
.no-js .owl-carousel {
    display: block; }

/*
 *  Owl Carousel - Animate Plugin
 */
.owl-carousel .animated {
    animation-duration: 1000ms;
    animation-fill-mode: both; }

.owl-carousel .owl-animated-in {
    z-index: 0; }

.owl-carousel .owl-animated-out {
    z-index: 1; }

.owl-carousel .fadeOut {
    animation-name: fadeOut; }

@keyframes fadeOut {
    0% {
        opacity: 1; }
    100% {
        opacity: 0; } }

/*
 * 	Owl Carousel - Auto Height Plugin
 */
.owl-height {
    transition: height 500ms ease-in-out; }

/*
 * 	Owl Carousel - Lazy Load Plugin
 */
.owl-carousel .owl-item {
    /**
			This is introduced due to a bug in IE11 where lazy loading combined with autoheight plugin causes a wrong
			calculation of the height of the owl-item that breaks page layouts
		 */ }

.owl-carousel .owl-item .owl-lazy {
    opacity: 0;
    transition: opacity 400ms ease; }

.owl-carousel .owl-item .owl-lazy[src^=""], .owl-carousel .owl-item .owl-lazy:not([src]) {
    max-height: 0; }

.owl-carousel .owl-item img.owl-lazy {
    transform-style: preserve-3d; }

/*
 * 	Owl Carousel - Video Plugin
 */
.owl-carousel .owl-video-wrapper {
    position: relative;
    height: 100%;
    background: #000; }

.owl-carousel .owl-video-play-icon {
    position: absolute;
    height: 80px;
    width: 80px;
    left: 50%;
    top: 50%;
    margin-left: -40px;
    margin-top: -40px;
    background: url("owl.video.play.png") no-repeat;
    cursor: pointer;
    z-index: 1;
    -webkit-backface-visibility: hidden;
    transition: transform 100ms ease; }

.owl-carousel .owl-video-play-icon:hover {
    transform: scale(1.3, 1.3); }

.owl-carousel .owl-video-playing .owl-video-tn,
.owl-carousel .owl-video-playing .owl-video-play-icon {
    display: none; }

.owl-carousel .owl-video-tn {
    opacity: 0;
    height: 100%;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
    transition: opacity 400ms ease; }

.owl-carousel .owl-video-frame {
    position: relative;
    z-index: 1;
    height: 100%;
    width: 100%; }

/**
 * Owl Carousel v2.3.4
 * Copyright 2013-2018 David Deutsch
 * Licensed under: SEE LICENSE IN https://github.com/OwlCarousel2/OwlCarousel2/blob/master/LICENSE
 */
.owl-carousel, .owl-carousel .owl-item {
    -webkit-tap-highlight-color: transparent;
    position: relative; }

.owl-carousel {
    display: none;
    width: 100%;
    z-index: 1; }

.owl-carousel .owl-stage {
    position: relative;
    touch-action: manipulation;
    -moz-backface-visibility: hidden; }

.owl-carousel .owl-stage:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0; }

.owl-carousel .owl-stage-outer {
    position: relative;
    overflow: hidden;
    -webkit-transform: translate3d(0, 0, 0); }

.owl-carousel .owl-item, .owl-carousel .owl-wrapper {
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0); }

.owl-carousel .owl-item {
    min-height: 1px;
    float: left;
    -webkit-backface-visibility: hidden;
    -webkit-touch-callout: none; }

.owl-carousel .owl-item img {
    display: block;
    width: 100%; }

.owl-carousel .owl-dots.disabled, .owl-carousel .owl-nav.disabled {
    display: none; }

.no-js .owl-carousel, .owl-carousel.owl-loaded {
    display: block; }

.owl-carousel .owl-dot, .owl-carousel .owl-nav .owl-next, .owl-carousel .owl-nav .owl-prev {
    cursor: pointer;
    -webkit-user-select: none;
    user-select: none; }

.owl-carousel .owl-nav button.owl-next, .owl-carousel .owl-nav button.owl-prev, .owl-carousel button.owl-dot {
    background: 0 0;
    color: inherit;
    border: none;
    padding: 0 !important;
    font: inherit; }

.owl-carousel.owl-loading {
    opacity: 0;
    display: block; }

.owl-carousel.owl-hidden {
    opacity: 0; }

.owl-carousel.owl-refresh .owl-item {
    visibility: hidden; }

.owl-carousel.owl-drag .owl-item {
    touch-action: pan-y;
    -webkit-user-select: none;
    user-select: none; }

.owl-carousel.owl-grab {
    cursor: move;
    cursor: grab; }

.owl-carousel.owl-rtl {
    direction: rtl; }

.owl-carousel.owl-rtl .owl-item {
    float: right; }

.owl-carousel .animated {
    animation-duration: 1s;
    animation-fill-mode: both; }

.owl-carousel .owl-animated-in {
    z-index: 0; }

.owl-carousel .owl-animated-out {
    z-index: 1; }

.owl-carousel .fadeOut {
    animation-name: fadeOut; }

@keyframes fadeOut {
    0% {
        opacity: 1; }
    100% {
        opacity: 0; } }

.owl-height {
    transition: height .5s ease-in-out; }

.owl-carousel .owl-item .owl-lazy {
    opacity: 0;
    transition: opacity .4s ease; }

.owl-carousel .owl-item .owl-lazy:not([src]), .owl-carousel .owl-item .owl-lazy[src^=""] {
    max-height: 0; }

.owl-carousel .owl-item img.owl-lazy {
    transform-style: preserve-3d; }

.owl-carousel .owl-video-wrapper {
    position: relative;
    height: 100%;
    background: #000; }

.owl-carousel .owl-video-play-icon {
    position: absolute;
    height: 80px;
    width: 80px;
    left: 50%;
    top: 50%;
    margin-left: -40px;
    margin-top: -40px;
    background: url(owl.video.play.png) no-repeat;
    cursor: pointer;
    z-index: 1;
    -webkit-backface-visibility: hidden;
    transition: transform .1s ease; }

.owl-carousel .owl-video-play-icon:hover {
    transform: scale(1.3, 1.3); }

.owl-carousel .owl-video-playing .owl-video-play-icon, .owl-carousel .owl-video-playing .owl-video-tn {
    display: none; }

.owl-carousel .owl-video-tn {
    opacity: 0;
    height: 100%;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
    transition: opacity .4s ease; }

.owl-carousel .owl-video-frame {
    position: relative;
    z-index: 1;
    height: 100%;
    width: 100%; }

@font-face {
    font-family: 'Archivo';
    src: local("Archivo Bold");
    src: local("Archivo-Bold");
    src: url("../fonts/Archivo-Bold.woff2") format("woff2");
    src: url("../fonts/Archivo-Bold.woff") format("woff");
    font-weight: bold;
    font-style: normal; }

@font-face {
    font-family: 'Archivo';
    src: local("Archivo Regular");
    src: local("Archivo-Regular");
    src: url("../fonts/Archivo-Regular.woff2") format("woff2");
    src: url("../fonts/Archivo-Regular.woff") format("woff");
    font-weight: normal;
    font-style: normal; }

@font-face {
    font-family: 'Archivo';
    src: local("Archivo Medium");
    src: local("Archivo-Medium");
    src: url("../fonts/Archivo-Medium.woff2") format("woff2");
    src: url("../fonts/Archivo-Medium.woff") format("woff");
    font-weight: 500;
    font-style: normal; }

@font-face {
    font-family: 'Archivo';
    src: url("../fonts/Archivo-SemiBold.woff2") format("woff2");
    src: url("../fonts/Archivo-SemiBold.woff") format("woff");
    font-weight: 600;
    font-style: normal; }

@font-face {
    font-family: 'Druk Text';
    src: url("../fonts/Druk-Medium-Web.woff2") format("woff2");
    src: url("../fonts/Druk-Medium-Web.woff") format("woff");
    font-weight: 500;
    font-style: normal; }

@font-face {
    font-family: 'Druk Text';
    src: url("../fonts/Druk-Bold-Web.woff2") format("woff2");
    src: url("../fonts/Druk-Bold-Web.woff") format("woff");
    font-weight: bold;
    font-style: normal; }

@font-face {
    font-family: 'Druk Text';
    src: url("../fonts/Druk-Heavy-Web.woff2") format("woff2");
    src: url("../fonts/Druk-Heavy-Web.woff") format("woff");
    font-weight: 900;
    font-style: normal; }

.cover-bg {
    background-size: cover;
    background-position: center center; }
    .cover-bg img {
        position: absolute;
        opacity: 0;
        z-index: -1;
        visibility: hidden;
        pointer-events: none;
        width: 0;
        height: 0; }

.bg-gray-dark {
    background-color: #08140f;
    color: #fff; }

.bg-green-dark {
    background-color: #08140f;
    color: #fff; }

.bg-green {
    background-color: #233726;
    color: #fff; }

.bg-black {
    background-color: #000;
    color: #fff; }

.bg-almond {
    background-color: #f2f0ec; }

.has-overlay::after {
    z-index: 1;
    background-color: rgba(0, 0, 0, 0.4); }

.text-left {
    text-align: left; }

.text-right {
    text-align: right; }

.text-center {
    text-align: center; }

.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border: 0; }

.text--white {
    color: #fff; }

.text--bold {
    font-weight: 700; }

.text--uppercase {
    text-transform: uppercase; }

.font-secondary {
    font-family: "Druk Text", sans-serif; }

@media only screen and (max-width: 766px) {
    .hidden-mobile {
        display: none; } }

@media only screen and (max-width: 1023px) {
    .hidden-tablet-p {
        display: none; } }

.visible-mobile {
    display: none; }
    @media only screen and (max-width: 766px) {
        .visible-mobile {
            display: block; } }

.visible-tablet-p {
    display: none; }
    @media only screen and (max-width: 1023px) {
        .visible-tablet-p {
            display: block; } }

html,
body {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    scroll-behavior: smooth; }

::selection {
    background-color: #000;
    color: #fff; }

body {
    color: #000;
    font-family: "Archivo", sans-serif;
    font-weight: 400;
    position: relative;
    height: auto;
    min-height: 100%;
    width: 100%;
    background-color: #fff; }
    body.is-open-menu, body.noscroll {
        overflow: hidden; }
        @media only screen and (min-width: 1023px) {
            body.is-open-menu, body.noscroll {
                overflow: auto; } }

.noselect,
.noselect * {
    -webkit-user-select: none;
            user-select: none; }

.main {
    padding-top: 113px;
    position: relative; }
    @media only screen and (max-width: 1023px) {
        .main {
            padding-top: 66px; } }

table {
    width: 100%;
    font-size: 16px;
    font-weight: 400;
    line-height: 16px;
    margin-bottom: 72px; }
    @media only screen and (max-width: 766px) {
        table {
            display: block;
            overflow-x: auto;
            white-space: nowrap;
            margin-right: -22px;
            width: calc(100% + 22px); } }
    table thead {
        font-weight: 700;
        background-color: #e9e6e0; }
    table td,
    table th {
        border: 1px solid #d7d7d7;
        box-sizing: border-box;
        padding: 15px; }
        @media only screen and (max-width: 1023px) {
            table td,
            table th {
                padding: 12px; } }
    table__title {
        font-size: 18px;
        font-weight: 500;
        letter-spacing: 0.13px;
        line-height: 24px;
        margin-bottom: 24px; }
    table .cel-color {
        background-color: #e9e6e0; }

p {
    margin: 0; }

a {
    text-decoration: none;
    color: inherit;
    transition: color 0.3s ease, border 0.3s ease;
    -webkit-transition: color 0.3s ease, border 0.3s ease; }

h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: inherit;
    font-size: inherit;
    margin: 0; }

:focus {
    outline: none; }

img {
    margin: 0;
    max-height: 100%;
    max-width: 100%; }

.sc-general {
    position: relative; }

.swiper-container:not(.swiper-container-initialized) .swiper-slide:not(:first-of-type) {
    display: none !important; }

form select::-ms-expand {
    display: none; }

input,
select,
textarea {
    box-shadow: none;
    -webkit-appearance: none;
    appearance: none; }

input,
textarea {
    -webkit-appearance: none;
    border-radius: 0; }

input:invalid {
    outline: none; }

textarea::-ms-clear,
input::-ms-clear {
    display: none; }

.animate-fade.is-visible {
    opacity: 1;
    transition: opacity 250ms linear; }

.animate-fade.is-hidden {
    opacity: 0;
    transition: opacity 250ms linear;
    pointer-events: none; }

.arrow {
    width: 48px;
    height: 48px;
    border: 1px solid #000;
    position: relative;
    cursor: pointer;
    border-radius: 100%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    transition: background-color 0.3s ease, box-shadow 0.3s ease, opacity 0.3s ease;
    -webkit-transition: background-color 0.3s ease, box-shadow 0.3s ease, opacity 0.3s ease; }
    @media only screen and (max-width: 1023px) {
        .arrow {
            width: 40px;
            height: 40px; } }
    .arrow .icon {
        border: 0;
        background-color: transparent;
        pointer-events: none; }
    .arrow:hover {
        background-color: #000;
        box-shadow: 0 0 0 3px rgba(0, 0, 0, 0.2); }
        .arrow:hover .icon::before {
            opacity: 1; }

.body-text--16 {
    font-size: 16px;
    line-height: 1.5; }

@media only screen and (max-width: 766px) {
    .body-text--16 {
        letter-spacing: 0.12px; } }

.body-text--18-24lh, .body-text--18 {
    font-size: 18px;
    letter-spacing: 0.13px;
    line-height: 1.78; }

.body-text--18-24lh {
    line-height: 1.33; }

.body-text--14 {
    font-size: 14px;
    letter-spacing: 0.1px;
    line-height: 1.71; }

.body-text p {
    margin-bottom: 32px; }
    @media only screen and (max-width: 766px) {
        .body-text p {
            margin-bottom: 26px; } }

.animate-fade.is-visible {
    opacity: 1;
    transition: opacity 250ms linear; }

.animate-fade.is-hidden {
    opacity: 0;
    transition: opacity 250ms linear;
    pointer-events: none; }

.body-text p a {
    border-bottom: 3px solid #f9c522;
    transition: 0.3s; }
    .body-text p a:hover {
        border-color: #e1b21e; }

.btn::before {
    content: "";
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0; }

.animate-fade.is-visible {
    opacity: 1;
    transition: opacity 250ms linear; }

.animate-fade.is-hidden {
    opacity: 0;
    transition: opacity 250ms linear;
    pointer-events: none; }

.btn {
    text-transform: uppercase;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    position: relative;
    font-size: 14px;
    letter-spacing: 1px;
    line-height: 1.14;
    color: #000;
    padding: 5px 16px;
    height: 48px;
    border: 0;
    background-color: #f9c522;
    text-align: center;
    min-width: 203px;
    overflow: hidden;
    font-weight: 500;
    transition: border 0.3s ease;
    -webkit-transition: border 0.3s ease; }
    .btn::before {
        transition: transform 0.3s ease, opacity 0.3s ease;
        -webkit-transition: transform 0.3s ease, opacity 0.3s ease;
        transform: translate(-100%, 0);
        -webkit-transform: translate(-100%, 0);
        background-color: rgba(255, 255, 255, 0.2); }
    .btn:hover, .btn:focus {
        color: #000; }
        .btn:hover::before, .btn:focus::before {
            transform: translate(0, 0);
            -webkit-transform: translate(0, 0); }
    .btn span {
        display: block;
        width: 100%;
        position: relative;
        z-index: 2; }
    .btn--secondary {
        color: #000;
        border-color: #fff;
        background-color: #fff; }
        .btn--secondary::before {
            background-color: #f9c522; }
    @media only screen and (min-width: 1023px) {
        .btn--large {
            height: 56px;
            font-size: 18px;
            letter-spacing: 1.61px;
            line-height: 1.33; } }
    .btn[aria-disabled='true'] {
        background-color: #d8d8d8;
        pointer-events: none; }
        .btn[aria-disabled='true']::before {
            display: none; }

.animate-fade.is-visible {
    opacity: 1;
    transition: opacity 250ms linear; }

.animate-fade.is-hidden {
    opacity: 0;
    transition: opacity 250ms linear;
    pointer-events: none; }

.checkbox {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    user-select: none; }
    .checkbox__label {
        cursor: pointer;
        position: relative;
        padding-left: 25px;
        margin-bottom: 0;
        transition: color 0.3s ease;
        -webkit-transition: color 0.3s ease; }
        .checkbox__label::before, .checkbox__label::after {
            content: '';
            position: absolute;
            width: 14px;
            height: 14px;
            left: 0;
            top: 4px;
            transition: opacity 0.3s ease, border 0.3s ease, background-color 0.3s ease;
            -webkit-transition: opacity 0.3s ease, border 0.3s ease, background-color 0.3s ease; }
        .checkbox__label::before {
            border: 1px solid rgba(0, 0, 0, 0.5); }
            .bg-green-dark .checkbox__label::before {
                border-color: rgba(255, 255, 255, 0.5); }
        .checkbox__label::after {
            opacity: 0;
            background: #f9c522 url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='7' height='8' viewBox='0 0 7 8'%3E%3Cg%3E%3Cg%3E%3Cpath fill='none' stroke='%23000' stroke-miterlimit='20' d='M0 4.762v0l2.237 1.663v0L6.464 0v0'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E") no-repeat center center/7px auto; }
    .checkbox input {
        position: absolute;
        width: 0;
        height: 0;
        opacity: 0; }
        .bg-green-dark .checkbox input:checked + .checkbox__label {
            color: #f9c522; }
        .checkbox input:checked + .checkbox__label::before {
            border-color: #f9c522;
            background-color: #f9c522; }
        .checkbox input:checked + .checkbox__label::after {
            opacity: 1; }

.icon::before {
    content: "";
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0; }

.animate-fade.is-visible {
    opacity: 1;
    transition: opacity 250ms linear; }

.animate-fade.is-hidden {
    opacity: 0;
    transition: opacity 250ms linear;
    pointer-events: none; }

.icon {
    position: relative;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center center;
    display: block; }
    .icon::before {
        background-repeat: no-repeat;
        background-size: contain;
        background-position: center center;
        opacity: 0;
        transition: opacity 0.3s ease;
        -webkit-transition: opacity 0.3s ease; }
    .icon[class*='icon-arrow-'] {
        width: 27px;
        height: 18px; }
        @media only screen and (max-width: 1023px) {
            .icon[class*='icon-arrow-'] {
                width: 23px;
                height: 16px; } }
    .icon-arrow-right, .icon-arrow-left {
        background-image: url("data:image/svg+xml,%3Csvg version='1.1' id='Layer_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 28 19' enable-background='new 0 0 28 19' xml:space='preserve'%3E%3Cg transform='rotate(-270 23 10)'%3E%3Cpath fill='none' stroke='%23000' stroke-width='0.86' stroke-miterlimit='20' d='M14.2,14.5L14.2,14.5l8.2-8.8l0,0l8.8,8.8l0,0' /%3E%3C/g%3E%3Cg%3E%3Cpath fill='none' stroke='%23000' stroke-width='0.86' stroke-linecap='square' stroke-miterlimit='20' d='M26.5,9.5L0.4,9.4'/%3E%3C/g%3E%3C/svg%3E%0A"); }
        .icon-arrow-right::before, .icon-arrow-left::before {
            background-image: url("data:image/svg+xml,%3Csvg version='1.1' id='Layer_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 28 19' enable-background='new 0 0 28 19' xml:space='preserve'%3E%3Cg transform='rotate(-270 23 10)'%3E%3Cpath fill='none' stroke='%23fff' stroke-width='0.86' stroke-miterlimit='20' d='M14.2,14.5L14.2,14.5l8.2-8.8l0,0l8.8,8.8l0,0' /%3E%3C/g%3E%3Cg%3E%3Cpath fill='none' stroke='%23fff' stroke-width='0.86' stroke-linecap='square' stroke-miterlimit='20' d='M26.5,9.5L0.4,9.4'/%3E%3C/g%3E%3C/svg%3E%0A"); }
    .icon-arrow-left {
        transform: rotate(180deg);
        -webkit-transform: rotate(180deg); }
    .icon[class*='icon-chevron-'] {
        width: 18px;
        height: 12px;
        background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='18' height='11' viewBox='0 0 18 11'%3E%3Cg%3E%3Cg%3E%3Cpath fill='%23000' d='M2.115 0L9 6.805 15.885 0 18 2.105 9 11 0 2.105z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E"); }
        .icon[class*='icon-chevron-']::before {
            background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='18' height='11' viewBox='0 0 18 11'%3E%3Cg%3E%3Cg%3E%3Cpath fill='%23fff' d='M2.115 0L9 6.805 15.885 0 18 2.105 9 11 0 2.105z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E"); }
    .icon-chevron-up {
        transform: rotate(180deg);
        -webkit-transform: rotate(180deg); }
    .icon[class*='icon-chevron-left'], .icon[class*='icon-chevron-right'] {
        width: 10px;
        height: 18px;
        background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='11' height='20' viewBox='0 0 11 20'%3E%3Cg%3E%3Cg%3E%3Cpath fill='none' stroke='%23000' stroke-miterlimit='20' stroke-width='2' d='M10.471 1.06v0L1.53 10.001v0l8.941 8.941v0'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E"); }
        .icon[class*='icon-chevron-left']:before, .icon[class*='icon-chevron-right']:before {
            background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='11' height='20' viewBox='0 0 11 20'%3E%3Cg%3E%3Cg%3E%3Cpath fill='none' stroke='%23fff' stroke-miterlimit='20' stroke-width='2' d='M10.471 1.06v0L1.53 10.001v0l8.941 8.941v0'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E"); }
    .icon[class*='icon-chevron-right'] {
        transform: rotate(180deg);
        -webkit-transform: rotate(180deg); }
    .icon-cross {
        width: 22px;
        height: 22px;
        background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 12 12'%3E%3Cg%3E%3Cg%3E%3Cpath fill='%23b5b8b7' d='M0 1.008L1.008 0 6 4.992 10.992 0 12 1.008 7.008 6 12 10.992 10.992 12 6 7.008 1.008 12 0 10.992 4.992 6z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E"); }
    .icon-cross--white {
        width: 22px;
        height: 22px;
        background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20' viewBox='0 0 20 20'%3E%3Cg%3E%3Cg%3E%3Cpath fill='none' stroke='%23fff' stroke-miterlimit='50' stroke-width='2' d='M18.628 1.37L.95 19.048'/%3E%3C/g%3E%3Cg%3E%3Cpath fill='none' stroke='%23fff' stroke-miterlimit='50' stroke-width='2' d='M18.678 18.678L1 1'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E"); }
    .icon-instagram {
        width: 27px;
        height: 27px;
        background-image: url("data:image/svg+xml,%3Csvg version='1.1' id='Layer_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 27 27' enable-background='new 0 0 27 27' xml:space='preserve' width='27' height='27'%3E%3Cpath fill='%23fff' d='M22,6.5c0-0.9-0.7-1.6-1.6-1.6c-0.9,0-1.6,0.7-1.6,1.6c0,0.9,0.7,1.6,1.6,1.6C21.3,8.1,22,7.3,22,6.5 M13.4,9.2c2.4,0,4.4,2,4.4,4.4c0,2.4-2,4.4-4.4,4.4C11,17.9,9,16,9,13.5c0,0,0,0,0,0C9,11.1,11,9.2,13.4,9.2 M20.2,13.6 c0-3.7-3-6.8-6.8-6.8c-3.8,0-6.9,3.1-6.9,6.8c0,3.7,3.1,6.8,6.8,6.8C17.1,20.4,20.2,17.3,20.2,13.6 M24.2,13.6 c0,1.9-0.1,3.8-0.1,5.8c-0.1,1.6-0.6,3.1-2.1,4c-0.9,0.6-2,0.9-3.1,0.9c-3.7,0-7.4,0-11,0c-1.1,0-2.2-0.2-3.1-0.9 c-1.4-0.9-2-2.3-2-3.8c-0.2-4-0.2-8,0-12c0.2-2.7,1.9-4.5,4.6-4.6c3.3-0.1,6.6-0.1,10-0.1c1,0,2.1,0.1,3.1,0.3 c2.1,0.4,3.4,1.9,3.6,4c0.1,0.9,0.2,1.8,0.2,2.7C24.2,11,24.2,12.3,24.2,13.6L24.2,13.6 M13.9,26.8c1.7-0.1,3.9-0.1,6.1-0.3 c3.1-0.3,5.4-2.2,6.1-5.2c0.3-1.2,0.4-2.5,0.4-3.7c0-3.4,0-6.9-0.1-10.3c0-1.4-0.5-2.8-1.4-3.9c-1.5-2-3.5-2.8-5.9-2.9 C15.8,0.4,12.4,0.4,9,0.4c-0.7,0-1.5,0.1-2.2,0.1C4.5,0.8,2.6,1.9,1.3,3.9c-0.7,1.2-1.1,2.6-1.1,4c0,3.8,0,7.5,0,11.3 c0,1.7,0.5,3.3,1.6,4.7c1.4,1.8,3.4,2.6,5.6,2.7C9.4,26.7,11.4,26.7,13.9,26.8'/%3E%3C/svg%3E%0A"); }
        .icon-instagram::before {
            background-image: url("data:image/svg+xml,%3Csvg version='1.1' id='Layer_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 27 27' enable-background='new 0 0 27 27' xml:space='preserve' width='27' height='27'%3E%3Cpath fill='%23000' d='M22,6.5c0-0.9-0.7-1.6-1.6-1.6c-0.9,0-1.6,0.7-1.6,1.6c0,0.9,0.7,1.6,1.6,1.6C21.3,8.1,22,7.3,22,6.5 M13.4,9.2c2.4,0,4.4,2,4.4,4.4c0,2.4-2,4.4-4.4,4.4C11,17.9,9,16,9,13.5c0,0,0,0,0,0C9,11.1,11,9.2,13.4,9.2 M20.2,13.6 c0-3.7-3-6.8-6.8-6.8c-3.8,0-6.9,3.1-6.9,6.8c0,3.7,3.1,6.8,6.8,6.8C17.1,20.4,20.2,17.3,20.2,13.6 M24.2,13.6 c0,1.9-0.1,3.8-0.1,5.8c-0.1,1.6-0.6,3.1-2.1,4c-0.9,0.6-2,0.9-3.1,0.9c-3.7,0-7.4,0-11,0c-1.1,0-2.2-0.2-3.1-0.9 c-1.4-0.9-2-2.3-2-3.8c-0.2-4-0.2-8,0-12c0.2-2.7,1.9-4.5,4.6-4.6c3.3-0.1,6.6-0.1,10-0.1c1,0,2.1,0.1,3.1,0.3 c2.1,0.4,3.4,1.9,3.6,4c0.1,0.9,0.2,1.8,0.2,2.7C24.2,11,24.2,12.3,24.2,13.6L24.2,13.6 M13.9,26.8c1.7-0.1,3.9-0.1,6.1-0.3 c3.1-0.3,5.4-2.2,6.1-5.2c0.3-1.2,0.4-2.5,0.4-3.7c0-3.4,0-6.9-0.1-10.3c0-1.4-0.5-2.8-1.4-3.9c-1.5-2-3.5-2.8-5.9-2.9 C15.8,0.4,12.4,0.4,9,0.4c-0.7,0-1.5,0.1-2.2,0.1C4.5,0.8,2.6,1.9,1.3,3.9c-0.7,1.2-1.1,2.6-1.1,4c0,3.8,0,7.5,0,11.3 c0,1.7,0.5,3.3,1.6,4.7c1.4,1.8,3.4,2.6,5.6,2.7C9.4,26.7,11.4,26.7,13.9,26.8'/%3E%3C/svg%3E%0A"); }
    .icon-youtube {
        width: 32px;
        height: 27px;
        background-image: url("data:image/svg+xml,%3Csvg version='1.1' id='Layer_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 32 27' enable-background='new 0 0 32 27' xml:space='preserve' width='32' height='27'%3E%3Cpath fill='%23fff' d='M19.7,13.4l-5.6,3.3v-6.5L19.7,13.4z M14.5,7.7c-1.2-0.5-2.6,0.4-2.6,1.7v7.8l0,0.1c0.1,1.4,1.6,2.2,2.8,1.5 l6.7-3.9l0.1-0.1c1.1-0.8,1.1-2.5-0.1-3.2l-6.7-3.9l-0.1-0.1L14.5,7.7z M16.7,2.5c1.2,0,2.5,0,3.8,0.1l1.1,0 c2.8,0.1,4.9,0.3,5.7,0.5c0.9,0.2,1.6,1,1.8,1.9c0.2,0.6,0.3,1.7,0.4,3.2l0,0.6c0.1,1.3,0.1,2.5,0.1,3.8l0,0.9l0,1.5 c0,1.1-0.1,2.2-0.1,3.3c-0.1,1.7-0.3,3-0.4,3.7c-0.2,0.9-0.9,1.6-1.8,1.9c-0.8,0.2-2.7,0.4-5.3,0.5l-0.7,0c-1.1,0-2.3,0.1-3.5,0.1 l-0.3,0l-1.3,0l-1.6,0l-1.3,0c-1.2,0-2.3,0-3.4-0.1l-0.3,0c-2.3-0.1-4-0.2-4.8-0.4l-0.2,0c-0.9-0.3-1.6-1-1.8-1.9 c-0.2-0.8-0.4-2.4-0.5-4.5l0-0.5c0-0.9-0.1-1.7-0.1-2.6l0-0.8v-0.3l0-0.3c0-0.9,0-1.8,0.1-2.7l0-0.8c0.1-2,0.3-3.7,0.5-4.5 C3.1,4,3.8,3.3,4.7,3.1c0.8-0.2,2.9-0.4,5.7-0.5l1.1,0c1.4,0,2.9-0.1,4.3-0.1h0.5L16.7,2.5z M15.8,0.2l-0.5,0c-1.5,0-3.3,0-5,0.1 l-0.6,0C7,0.4,5.1,0.6,4.1,0.9c-1.7,0.5-3,1.8-3.4,3.5C0.4,5.3,0.2,6.7,0.1,8.6l0,0.7C0.1,10.4,0,11.5,0,12.5l0,0.7v0.3l0,0.4 c0,1.1,0,2.3,0.1,3.5c0.1,2.2,0.3,3.9,0.6,5c0.4,1.7,1.7,3,3.4,3.5c0.8,0.2,2.4,0.4,4.6,0.5l1.2,0.1c1.3,0.1,2.8,0.1,4.2,0.1l0.3,0 l1.4,0l1.5,0l1.4,0c1.1,0,2.3,0,3.3-0.1c2.8-0.1,4.8-0.3,5.8-0.5c1.7-0.5,3-1.8,3.4-3.5c0.2-0.8,0.4-2,0.5-3.6l0-0.6 c0.1-1.1,0.1-2.2,0.1-3.4c0-0.4,0-0.8,0-1.1l0-0.4l0-0.7l0-0.8c0-1.1-0.1-2.2-0.1-3.4c-0.1-1.8-0.3-3.3-0.5-4.2 c-0.4-1.7-1.7-3-3.4-3.5c-1-0.3-2.9-0.4-5.6-0.5l-1.2,0c-1.7-0.1-3.5-0.1-4.9-0.1H15.8z'/%3E%3C/svg%3E%0A"); }
        .icon-youtube::before {
            background-image: url("data:image/svg+xml,%3Csvg version='1.1' id='Layer_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 32 27' enable-background='new 0 0 32 27' xml:space='preserve' width='32' height='27'%3E%3Cpath fill='%23000' d='M19.7,13.4l-5.6,3.3v-6.5L19.7,13.4z M14.5,7.7c-1.2-0.5-2.6,0.4-2.6,1.7v7.8l0,0.1c0.1,1.4,1.6,2.2,2.8,1.5 l6.7-3.9l0.1-0.1c1.1-0.8,1.1-2.5-0.1-3.2l-6.7-3.9l-0.1-0.1L14.5,7.7z M16.7,2.5c1.2,0,2.5,0,3.8,0.1l1.1,0 c2.8,0.1,4.9,0.3,5.7,0.5c0.9,0.2,1.6,1,1.8,1.9c0.2,0.6,0.3,1.7,0.4,3.2l0,0.6c0.1,1.3,0.1,2.5,0.1,3.8l0,0.9l0,1.5 c0,1.1-0.1,2.2-0.1,3.3c-0.1,1.7-0.3,3-0.4,3.7c-0.2,0.9-0.9,1.6-1.8,1.9c-0.8,0.2-2.7,0.4-5.3,0.5l-0.7,0c-1.1,0-2.3,0.1-3.5,0.1 l-0.3,0l-1.3,0l-1.6,0l-1.3,0c-1.2,0-2.3,0-3.4-0.1l-0.3,0c-2.3-0.1-4-0.2-4.8-0.4l-0.2,0c-0.9-0.3-1.6-1-1.8-1.9 c-0.2-0.8-0.4-2.4-0.5-4.5l0-0.5c0-0.9-0.1-1.7-0.1-2.6l0-0.8v-0.3l0-0.3c0-0.9,0-1.8,0.1-2.7l0-0.8c0.1-2,0.3-3.7,0.5-4.5 C3.1,4,3.8,3.3,4.7,3.1c0.8-0.2,2.9-0.4,5.7-0.5l1.1,0c1.4,0,2.9-0.1,4.3-0.1h0.5L16.7,2.5z M15.8,0.2l-0.5,0c-1.5,0-3.3,0-5,0.1 l-0.6,0C7,0.4,5.1,0.6,4.1,0.9c-1.7,0.5-3,1.8-3.4,3.5C0.4,5.3,0.2,6.7,0.1,8.6l0,0.7C0.1,10.4,0,11.5,0,12.5l0,0.7v0.3l0,0.4 c0,1.1,0,2.3,0.1,3.5c0.1,2.2,0.3,3.9,0.6,5c0.4,1.7,1.7,3,3.4,3.5c0.8,0.2,2.4,0.4,4.6,0.5l1.2,0.1c1.3,0.1,2.8,0.1,4.2,0.1l0.3,0 l1.4,0l1.5,0l1.4,0c1.1,0,2.3,0,3.3-0.1c2.8-0.1,4.8-0.3,5.8-0.5c1.7-0.5,3-1.8,3.4-3.5c0.2-0.8,0.4-2,0.5-3.6l0-0.6 c0.1-1.1,0.1-2.2,0.1-3.4c0-0.4,0-0.8,0-1.1l0-0.4l0-0.7l0-0.8c0-1.1-0.1-2.2-0.1-3.4c-0.1-1.8-0.3-3.3-0.5-4.2 c-0.4-1.7-1.7-3-3.4-3.5c-1-0.3-2.9-0.4-5.6-0.5l-1.2,0c-1.7-0.1-3.5-0.1-4.9-0.1H15.8z'/%3E%3C/svg%3E%0A"); }
    .icon-facebook {
        width: 18px;
        height: 32px;
        background-image: url("data:image/svg+xml,%3Csvg version='1.1' id='Layer_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 17.6 32' enable-background='new 0 0 17.6 32' xml:space='preserve' width='18' height='32'%3E%3Cpath fill='%23fff' d='M12.4,2.2l0.6,0c0.7,0,1.3,0,1.9,0.1l0.3,0v2.6h-1.6c-2.5,0-3.3,1.1-3.4,3.4l0,3.2l0,0.1c0,0.6,0.5,1,1.1,1 h3.9l-0.4,3.7l-3.5,0l-0.1,0c-0.6,0.1-1,0.5-1,1.1v12.3H6.6V17.5l0-0.1c-0.1-0.6-0.5-1-1.1-1H2.2v-3.7h3.3c0.6,0,1.1-0.5,1.1-1.1 V8.1C6.6,4.4,8.8,2.2,12.4,2.2z M12.4,0l-0.2,0C7.5,0.1,4.4,3.2,4.4,8.1v2.3H1.1c-0.6,0-1.1,0.5-1.1,1.1v6l0,0.1c0,0.6,0.5,1,1.1,1 l3.3,0v12.3c0,0.6,0.5,1.1,1.1,1.1h5.9l0.1,0c0.6-0.1,1-0.5,1-1.1V18.6h3.4c0.6,0,1-0.4,1.1-1l0.7-5.9l0-0.1c0-0.6-0.5-1.1-1.1-1.1 c0,0,0,0,0,0h-4.1V8.3c0-1,0.1-1.1,1-1.1h3c0.6,0,1.1-0.5,1.1-1.1V1.3c0-0.6-0.4-1-1-1.1C15.3,0.1,14.2,0,13,0L12.4,0z'/%3E%3C/svg%3E%0A"); }
        .icon-facebook::before {
            background-image: url("data:image/svg+xml,%3Csvg version='1.1' id='Layer_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 17.6 32' enable-background='new 0 0 17.6 32' xml:space='preserve' width='18' height='32'%3E%3Cpath fill='%23000' d='M12.4,2.2l0.6,0c0.7,0,1.3,0,1.9,0.1l0.3,0v2.6h-1.6c-2.5,0-3.3,1.1-3.4,3.4l0,3.2l0,0.1c0,0.6,0.5,1,1.1,1 h3.9l-0.4,3.7l-3.5,0l-0.1,0c-0.6,0.1-1,0.5-1,1.1v12.3H6.6V17.5l0-0.1c-0.1-0.6-0.5-1-1.1-1H2.2v-3.7h3.3c0.6,0,1.1-0.5,1.1-1.1 V8.1C6.6,4.4,8.8,2.2,12.4,2.2z M12.4,0l-0.2,0C7.5,0.1,4.4,3.2,4.4,8.1v2.3H1.1c-0.6,0-1.1,0.5-1.1,1.1v6l0,0.1c0,0.6,0.5,1,1.1,1 l3.3,0v12.3c0,0.6,0.5,1.1,1.1,1.1h5.9l0.1,0c0.6-0.1,1-0.5,1-1.1V18.6h3.4c0.6,0,1-0.4,1.1-1l0.7-5.9l0-0.1c0-0.6-0.5-1.1-1.1-1.1 c0,0,0,0,0,0h-4.1V8.3c0-1,0.1-1.1,1-1.1h3c0.6,0,1.1-0.5,1.1-1.1V1.3c0-0.6-0.4-1-1-1.1C15.3,0.1,14.2,0,13,0L12.4,0z'/%3E%3C/svg%3E%0A"); }
    .icon-tiktok {
        width: 32px;
        height: 32px;
        background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 16 16'%3E%3Cpath d='M6.52,16a5.11,5.11,0,0,1-5-5,5.11,5.11,0,0,1,5-5.05.55.55,0,0,1,.55.55v3a.55.55,0,0,1-.55.55.94.94,0,0,0-1,1,.94.94,0,0,0,1,1,.94.94,0,0,0,1-1V.55A.54.54,0,0,1,8.06,0h3a.55.55,0,0,1,.55.55,2.09,2.09,0,0,0,.91,1.6A7.58,7.58,0,0,0,14.06,3c.3,0,.46.24.46.54V6.59a.54.54,0,0,1-.54.54,4.73,4.73,0,0,1-2.41-.69V11A5.11,5.11,0,0,1,6.52,16ZM6,7A4,4,0,0,0,2.57,11a4,4,0,0,0,4,3.95,4,4,0,0,0,4-3.95V5.43a.57.57,0,0,1,.3-.49.56.56,0,0,1,.57,0,5,5,0,0,0,2.09,1V3.89a11,11,0,0,1-1.56-.83,3.25,3.25,0,0,1-1.33-2H8.61V11A2,2,0,0,1,6.52,13,2,2,0,0,1,4.43,11,2,2,0,0,1,6,8.93Z' fill='%23fff' /%3E%3C/svg%3E"); }
        .icon-tiktok::before {
            background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 16 16'%3E%3Cpath d='M6.52,16a5.11,5.11,0,0,1-5-5,5.11,5.11,0,0,1,5-5.05.55.55,0,0,1,.55.55v3a.55.55,0,0,1-.55.55.94.94,0,0,0-1,1,.94.94,0,0,0,1,1,.94.94,0,0,0,1-1V.55A.54.54,0,0,1,8.06,0h3a.55.55,0,0,1,.55.55,2.09,2.09,0,0,0,.91,1.6A7.58,7.58,0,0,0,14.06,3c.3,0,.46.24.46.54V6.59a.54.54,0,0,1-.54.54,4.73,4.73,0,0,1-2.41-.69V11A5.11,5.11,0,0,1,6.52,16ZM6,7A4,4,0,0,0,2.57,11a4,4,0,0,0,4,3.95,4,4,0,0,0,4-3.95V5.43a.57.57,0,0,1,.3-.49.56.56,0,0,1,.57,0,5,5,0,0,0,2.09,1V3.89a11,11,0,0,1-1.56-.83,3.25,3.25,0,0,1-1.33-2H8.61V11A2,2,0,0,1,6.52,13,2,2,0,0,1,4.43,11,2,2,0,0,1,6,8.93Z' fill='%23000' /%3E%3C/svg%3E"); }
    .icon-mail {
        width: 16px;
        height: 13px;
        background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='13' viewBox='0 0 16 13'%3E%3Cg%3E%3Cg%3E%3Cpath fill='%23fff' d='M15.383.2c.344 0 .617.275.617.612v11.171a.62.62 0 0 1-.617.617H.613A.619.619 0 0 1 0 11.983V.813C0 .474.273.2.613.2zm-.618 1.752L8.257 8.403a.361.361 0 0 1-.519 0l-6.512-6.45v9.418h13.54zm-.505-.528H1.74l6.258 6.207z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E"); }
    .icon-mail-black {
        width: 16px;
        height: 13px;
        background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='13' viewBox='0 0 16 13'%3E%3Cg%3E%3Cg%3E%3Cpath fill='%23000' d='M15.383.2c.344 0 .617.275.617.612v11.171a.62.62 0 0 1-.617.617H.613A.619.619 0 0 1 0 11.983V.813C0 .474.273.2.613.2zm-.618 1.752L8.257 8.403a.361.361 0 0 1-.519 0l-6.512-6.45v9.418h13.54zm-.505-.528H1.74l6.258 6.207z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E"); }
    .icon-telephone {
        width: 16px;
        height: 16px;
        background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 16 16'%3E%3Cg%3E%3Cg%3E%3Cpath fill='%23fff' d='M3.646.578L5.99 3.592l.035.048c.116.152.191.316.236.48.053.196.062.396.03.605-.03.2-.101.391-.195.56l-.026.031c-.098.16-.227.298-.374.409l-.044.018-1.142.835c-.063.165-.16.525.16.97a14.658 14.658 0 0 0 3.68 3.688c.449.316.817.227.982.156l.853-1.174v-.004c.12-.165.267-.298.44-.405.165-.097.351-.169.556-.2h.026c.192-.026.387-.013.574.031l.03.018c.179.054.343.138.494.258v-.004l3.022 2.35.05.036c.155.13.27.285.364.45.093.19.155.4.164.621.01.223-.03.432-.106.636a1.446 1.446 0 0 1-.374.524 4.287 4.287 0 0 1-.72.547l-.035.018a4.65 4.65 0 0 1-.987.444c-1.658.551-3.431.45-5.129-.115-1.8-.6-3.52-1.73-4.933-3.134C2.202 10.872 1.082 9.156.478 7.347-.087 5.65-.185 3.877.366 2.218c.13-.4.294-.733.467-1.022.173-.289.356-.524.538-.72.155-.169.333-.289.529-.369l.053-.013c.182-.071.373-.098.578-.093.222.013.435.066.622.16l.031.026zM5.03 4.346L2.682 1.334v-.01c-.018-.03-.053-.052-.067-.07l-.017-.005a.338.338 0 0 0-.116-.026c-.04 0-.071 0-.102.004l-.018.009a.307.307 0 0 0-.098.071c-.12.138-.258.302-.386.52-.134.218-.254.48-.36.778-.458 1.39-.365 2.9.124 4.358.529 1.613 1.542 3.164 2.836 4.461 1.297 1.284 2.844 2.302 4.462 2.84 1.462.484 2.964.572 4.36.11.289-.093.538-.213.755-.337l.018-.01a3.49 3.49 0 0 0 .525-.39.227.227 0 0 0 .066-.098h.005a.45.45 0 0 0 .017-.116.468.468 0 0 0-.03-.115c-.01-.036-.032-.053-.058-.076l-.023-.008-3.022-2.35v-.005a.24.24 0 0 0-.075-.04h-.018c-.027-.01-.062-.01-.098-.01h-.009a.347.347 0 0 0-.102.036c-.027.01-.053.031-.08.076h-.005l-.92 1.257a.488.488 0 0 1-.2.191c-.004.01-1.08.769-2.395-.146a16.878 16.878 0 0 1-2.165-1.813v-.004A15.87 15.87 0 0 1 3.67 8.247c-.92-1.315-.151-2.395-.151-2.395a.632.632 0 0 1 .164-.182l1.249-.91.044-.027a.345.345 0 0 0 .058-.058l.013-.018a.193.193 0 0 0 .032-.102.253.253 0 0 0 0-.115c-.01-.027-.018-.054-.04-.067z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E"); }
    .icon-telephone-black {
        width: 16px;
        height: 16px;
        background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 16 16'%3E%3Cg%3E%3Cg%3E%3Cpath fill='%23000' d='M3.646.578L5.99 3.592l.035.048c.116.152.191.316.236.48.053.196.062.396.03.605-.03.2-.101.391-.195.56l-.026.031c-.098.16-.227.298-.374.409l-.044.018-1.142.835c-.063.165-.16.525.16.97a14.658 14.658 0 0 0 3.68 3.688c.449.316.817.227.982.156l.853-1.174v-.004c.12-.165.267-.298.44-.405.165-.097.351-.169.556-.2h.026c.192-.026.387-.013.574.031l.03.018c.179.054.343.138.494.258v-.004l3.022 2.35.05.036c.155.13.27.285.364.45.093.19.155.4.164.621.01.223-.03.432-.106.636a1.446 1.446 0 0 1-.374.524 4.287 4.287 0 0 1-.72.547l-.035.018a4.65 4.65 0 0 1-.987.444c-1.658.551-3.431.45-5.129-.115-1.8-.6-3.52-1.73-4.933-3.134C2.202 10.872 1.082 9.156.478 7.347-.087 5.65-.185 3.877.366 2.218c.13-.4.294-.733.467-1.022.173-.289.356-.524.538-.72.155-.169.333-.289.529-.369l.053-.013c.182-.071.373-.098.578-.093.222.013.435.066.622.16l.031.026zM5.03 4.346L2.682 1.334v-.01c-.018-.03-.053-.052-.067-.07l-.017-.005a.338.338 0 0 0-.116-.026c-.04 0-.071 0-.102.004l-.018.009a.307.307 0 0 0-.098.071c-.12.138-.258.302-.386.52-.134.218-.254.48-.36.778-.458 1.39-.365 2.9.124 4.358.529 1.613 1.542 3.164 2.836 4.461 1.297 1.284 2.844 2.302 4.462 2.84 1.462.484 2.964.572 4.36.11.289-.093.538-.213.755-.337l.018-.01a3.49 3.49 0 0 0 .525-.39.227.227 0 0 0 .066-.098h.005a.45.45 0 0 0 .017-.116.468.468 0 0 0-.03-.115c-.01-.036-.032-.053-.058-.076l-.023-.008-3.022-2.35v-.005a.24.24 0 0 0-.075-.04h-.018c-.027-.01-.062-.01-.098-.01h-.009a.347.347 0 0 0-.102.036c-.027.01-.053.031-.08.076h-.005l-.92 1.257a.488.488 0 0 1-.2.191c-.004.01-1.08.769-2.395-.146a16.878 16.878 0 0 1-2.165-1.813v-.004A15.87 15.87 0 0 1 3.67 8.247c-.92-1.315-.151-2.395-.151-2.395a.632.632 0 0 1 .164-.182l1.249-.91.044-.027a.345.345 0 0 0 .058-.058l.013-.018a.193.193 0 0 0 .032-.102.253.253 0 0 0 0-.115c-.01-.027-.018-.054-.04-.067z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E"); }
    .icon-fax {
        width: 16px;
        height: 15px;
        background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='15' viewBox='0 0 16 15'%3E%3Cg%3E%3Cg%3E%3Cpath fill='%23fff' d='M3.18 3.746V1.173A.37.37 0 0 1 3.543.8h8.914c.202 0 .372.169.372.373v2.573h1.274c.202 0 .372.16.372.364v3.51h.908c.344 0 .617.28.617.612v5.56a.61.61 0 0 1-.617.608H.622A.613.613 0 0 1 0 13.792v-5.56a.62.62 0 0 1 .622-.612h.912V4.11c0-.204.161-.364.372-.364zM2.268 7.62h.912V4.474h-.912zm1.646 0h8.18V1.537h-8.18zm8.915 0h.903V4.474h-.903zm1.95 1.22H1.225v4.34H3.18v-1.355c0-.2.165-.36.362-.36h8.918c.201 0 .371.16.371.36v1.354h1.946zM3.913 13.175h8.18v-.985h-8.18z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E"); }
    .icon-fax-black {
        width: 16px;
        height: 15px;
        background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='15' viewBox='0 0 16 15'%3E%3Cg%3E%3Cg%3E%3Cpath fill='%23000' d='M3.18 3.746V1.173A.37.37 0 0 1 3.543.8h8.914c.202 0 .372.169.372.373v2.573h1.274c.202 0 .372.16.372.364v3.51h.908c.344 0 .617.28.617.612v5.56a.61.61 0 0 1-.617.608H.622A.613.613 0 0 1 0 13.792v-5.56a.62.62 0 0 1 .622-.612h.912V4.11c0-.204.161-.364.372-.364zM2.268 7.62h.912V4.474h-.912zm1.646 0h8.18V1.537h-8.18zm8.915 0h.903V4.474h-.903zm1.95 1.22H1.225v4.34H3.18v-1.355c0-.2.165-.36.362-.36h8.918c.201 0 .371.16.371.36v1.354h1.946zM3.913 13.175h8.18v-.985h-8.18z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E"); }
    .icon-fbmessage {
        width: 16px;
        height: 16px;
        background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 16 16'%3E%3Cg%3E%3Cg%3E%3Cpath fill='%23fff' d='M10.84 6.626L9.194 8.919c-.217-.173-.425-.328-.633-.487-.265-.204-.535-.398-.792-.606-.23-.19-.46-.213-.73-.107-.495.204-.995.394-1.49.59a.354.354 0 0 1-.187.021c.682-.805 1.363-1.611 2.062-2.426.279.217.553.43.823.638.217.177.443.345.66.522.208.168.424.19.663.08.359-.164.717-.323 1.076-.483l.159-.066a.252.252 0 0 1 .035.03m2.328-1.469c-.018-.372-.412-.735-.88-.504-.917.433-1.842.858-2.762 1.297-.106.048-.177.035-.27-.031-.509-.394-1.022-.784-1.535-1.178-.332-.248-.61-.221-.885.098-.54.628-1.076 1.257-1.62 1.885C4.477 7.591 3.734 8.45 3 9.317c-.318.372-.146.886.323.952.124.018.261-.022.38-.066 1.125-.434 2.249-.872 3.373-1.31.124-.054.212-.05.323.04.504.402 1.022.796 1.535 1.194.314.244.637.195.867-.124 1.076-1.5 2.147-3.005 3.217-4.51.067-.098.102-.226.15-.337M3.413 14.23c0-.571-.004-1.142 0-1.713a.766.766 0 0 0-.274-.629c-1.014-.907-1.66-2.027-1.912-3.369-.323-1.74.071-3.315 1.142-4.71 1.106-1.438 2.584-2.284 4.367-2.58 2.12-.35 4.062.097 5.766 1.43 1.23.964 2.031 2.213 2.288 3.762.336 2.01-.257 3.754-1.673 5.21-1.115 1.156-2.496 1.81-4.08 2.032a7.205 7.205 0 0 1-3.274-.288.658.658 0 0 0-.567.062c-.517.306-1.04.602-1.562.903-.062.031-.124.067-.22.12zm-1.128-.15c0 .402.004.8 0 1.199-.01.265.035.5.287.646.253.15.474.053.7-.084.712-.42 1.429-.832 2.141-1.253a.384.384 0 0 1 .332-.04 8.43 8.43 0 0 0 3.73.182c1.88-.34 3.487-1.19 4.74-2.638 1.411-1.625 2.008-3.524 1.712-5.662a6.77 6.77 0 0 0-2.005-3.984C11.868.413 9.377-.326 6.545.13 4.647.43 3.04 1.307 1.779 2.76.32 4.45-.265 6.42.111 8.637c.252 1.487.943 2.77 2.022 3.833.111.111.155.222.155.377-.009.411-.004.819-.004 1.23z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E"); }
    .icon-play {
        width: 24px;
        height: 28px;
        background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='28' viewBox='0 0 24 28'%3E%3Cg%3E%3Cg%3E%3Cpath fill='%23fff' d='M0 0l24 13.726L0 28z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E"); }
    .icon-pencil {
        width: 16px;
        height: 16px;
        background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 16 16'%3E%3Cg%3E%3Cg%3E%3Cpath fill='%23fff' d='M12.117.055A3.88 3.88 0 0 1 16 3.936c0 .986-.383 1.977-1.14 2.732l-7.796 7.781c-.61.61-1.376.973-2.183 1.091a3.91 3.91 0 0 1-1.973-.223l-.223.223v.005c-.839.827-2.133.454-2.552-.532-.233-.523-.183-1.155.332-1.677l.233-.223a3.892 3.892 0 0 1-.224-1.973A3.954 3.954 0 0 1 1.56 8.968L9.105 1.45 8.554.904 4.32 5.122a.37.37 0 0 1-.525 0 .37.37 0 0 1 0-.531L8.286.109a.375.375 0 0 1 .528 0l.829.827a3.9 3.9 0 0 1 2.474-.881zm-7.41 14.249a2.63 2.63 0 0 0 1.186-.491L2.202 10.14c-.265.35-.429.76-.483 1.187-.087.54.009 1.104.26 1.595a.625.625 0 0 1-.087.773l-.538.522c-.278.291.16.723.442.437v.004l.506-.504a.63.63 0 0 1 .76-.132 2.65 2.65 0 0 0 1.646.282zM11.253 8.5L7.524 4.786 2.716 9.59l3.728 3.71zm1.44-1.432L8.969 3.354l-.912.91 3.728 3.708zm1.29-1.282c.505-.509.765-1.186.765-1.85a2.62 2.62 0 0 0-2.63-2.627c-.665 0-1.33.24-1.836.736l-.018.028-.757.75 3.719 3.713z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E"); }
    .icon-search {
        width: 18px;
        height: 18px;
        background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='18' height='18' viewBox='0 0 18 18'%3E%3Cg%3E%3Cg%3E%3Cpath d='M11 6.5C11 9 9 11 6.5 11S2 9 2 6.5 4 2 6.5 2 11 4 11 6.5zM6.5 0a6.5 6.5 0 0 0 0 13c1.61 0 3.09-.59 4.23-1.56l.27.27v.79l5 5 1.5-1.5-5-5h-.79l-.27-.27A6.516 6.516 0 0 0 13 6.5 6.5 6.5 0 0 0 6.5 0'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E"); }
    .icon-filter-white {
        width: 20px;
        height: 20px;
        background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20' viewBox='0 0 20 20'%3E%3Cg%3E%3Cg%3E%3Cpath fill='%23fff' d='M19.239 0c0 .635-.012 1.887-.012 1.887l-6.761 8.481-.016 5.865S7.503 19.887 7.4 19.94l-.015-9.595L.625 1.86V0zm-8.45 9.689s6.373-7.86 6.483-8.01H2.617c.043.082 6.499 8.03 6.499 8.03v6.924c.51-.376 1.66-1.257 1.66-1.257l.014-4.532z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E"); }

.image-aspect__bg, .image-aspect > *, .image-aspect--cover {
    height: 100%;
    left: 0;
    position: absolute;
    width: 100%;
    top: 0; }

.animate-fade.is-visible {
    opacity: 1;
    transition: opacity 250ms linear; }

.animate-fade.is-hidden {
    opacity: 0;
    transition: opacity 250ms linear;
    pointer-events: none; }

.image-aspect {
    position: relative;
    overflow: hidden; }
    .image-aspect::before {
        content: '';
        display: block;
        position: relative;
        height: 0;
        width: 100%; }
    .image-aspect img {
        width: 100%;
        height: 100%; }
    .image-aspect__bg {
        background-size: cover;
        background-position: center center; }
        .image-aspect__bg[style*="background-image"] > img {
            position: absolute;
            opacity: 0;
            z-index: -1;
            pointer-events: none;
            width: 0;
            height: 0; }
    .image-aspect figure {
        margin: 0; }
    .image-aspect picture {
        width: 100%;
        height: auto; }
    .image-aspect--16-9::before {
        padding-bottom: 56.25%; }
    .image-aspect--16-6::before {
        padding-bottom: 37.5%; }
    .image-aspect--16-11::before {
        padding-bottom: 68.75%; }
    .image-aspect--6-7::before {
        padding-bottom: 116.66%; }
    .image-aspect--cover {
        position: absolute; }
        .image-aspect--cover::before {
            display: none; }

.animate-fade.is-visible {
    opacity: 1;
    transition: opacity 250ms linear; }

.animate-fade.is-hidden {
    opacity: 0;
    transition: opacity 250ms linear;
    pointer-events: none; }

.text-field {
    width: 100%;
    max-width: 450px;
    position: relative; }
    .text-field ::placeholder {
        opacity: 1;
        color: #777; }
    .text-field__label {
        display: block;
        margin-bottom: 5px;
        font-weight: 600; }
    .text-field__input {
        width: 100%;
        color: #000;
        height: 48px;
        padding: 0 20px;
        border: 1px solid #303030;
        background-color: #fff;
        letter-spacing: 0.12px;
        transition: border 0.3s ease;
        -webkit-transition: border 0.3s ease; }
    .text-field textarea.text-field__input {
        resize: none; }
    .text-field__message, .text-field__special {
        display: none;
        width: 100%;
        color: #d23a34;
        margin: 5px 0 -12px; }
    .text-field.is-focused {
        border-color: #000; }
    .text-field.is-failed .text-field__input {
        border-color: #d23a34; }
    .text-field.is-failed .text-field__message {
        display: block; }
    .text-field.is-failed-special .text-field__input {
        border-color: #d23a34; }
    .text-field.is-failed-special .text-field__special {
        display: block; }
    .text-field.is-disabled {
        pointer-events: none; }
        .text-field.is-disabled .text-field__label {
            color: #777; }

.form-group {
    margin-bottom: 28px; }


.lead-text {
    font-size: 20px;
    letter-spacing: 0.15px;
    line-height: 1.6; }

.lead-text p {
    margin-bottom: 32px; }
    @media only screen and (max-width: 766px) {
        .lead-text p {
            margin-bottom: 26px; } }

.animate-fade.is-visible {
    opacity: 1;
    transition: opacity 250ms linear; }

.animate-fade.is-hidden {
    opacity: 0;
    transition: opacity 250ms linear;
    pointer-events: none; }

.lead-text {
    margin-bottom: 40px; }
    @media only screen and (max-width: 1023px) {
        .lead-text {
            margin-bottom: 30px; } }

.animate-fade.is-visible {
    opacity: 1;
    transition: opacity 250ms linear; }

.animate-fade.is-hidden {
    opacity: 0;
    transition: opacity 250ms linear;
    pointer-events: none; }

.margin {
    display: block;
    width: 100%; }
    .margin--120 {
        height: 120px; }
        @media only screen and (min-width: 767px) and (max-width: 1022px) {
            .margin--120 {
                height: 80px; } }
        @media only screen and (max-width: 766px) {
            .margin--120 {
                height: 48px; } }
    .margin--80 {
        height: 80px; }
        @media only screen and (min-width: 767px) and (max-width: 1022px) {
            .margin--80 {
                height: 60px; } }
        @media only screen and (max-width: 766px) {
            .margin--80 {
                height: 56px; } }
    .margin--60 {
        height: 60px; }
        @media only screen and (min-width: 767px) and (max-width: 1022px) {
            .margin--60 {
                height: 32px; } }
    .margin--48 {
        height: 40px; }

.animate-fade.is-visible {
    opacity: 1;
    transition: opacity 250ms linear; }

.animate-fade.is-hidden {
    opacity: 0;
    transition: opacity 250ms linear;
    pointer-events: none; }

.notification {
    background-color: #233726;
    color: #fff;
    width: 100%;
    padding: 24px 0;
    opacity: 1;
    position: relative;
    top: 113px;
    left: 0;
    z-index: 10;
    overflow: hidden;
    display: block;
    transition: height 0.3s ease;
    -webkit-transition: height 0.3s ease; }
    @media only screen and (max-width: 1023px) {
        .notification {
            top: 66px;
            padding: 16px 0 24px 0; } }
    .notification .container {
        display: flex;
        align-items: center; }
        @media only screen and (max-width: 1023px) {
            .notification .container {
                align-items: flex-start; } }
    .notification__text {
        width: calc(100% - 16px);
        display: flex;
        align-items: center;
        justify-content: center;
        font-size: 14px;
        font-weight: 600;
        letter-spacing: 0.1px;
        line-height: 16px; }
        @media only screen and (max-width: 1023px) {
            .notification__text {
                display: block; } }
        .notification__text p {
            margin-bottom: 0; }
    .notification__link {
        border-bottom: 3px solid #f9c522;
        transition: 0.3s;
        margin-left: 32px; }
        @media only screen and (max-width: 1023px) {
            .notification__link {
                margin-left: 0;
                margin-top: 12px;
                display: inline-block; } }
        .notification__link:hover {
            border-color: #e1b21e; }
    .notification__close {
        width: 16px;
        height: 16px;
        background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20' viewBox='0 0 20 20'%3E%3Cg%3E%3Cg%3E%3Cpath fill='none' stroke='%23fff' stroke-miterlimit='50' stroke-width='2' d='M18.628 1.37L.95 19.048'/%3E%3C/g%3E%3Cg%3E%3Cpath fill='none' stroke='%23fff' stroke-miterlimit='50' stroke-width='2' d='M18.678 18.678L1 1'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E") no-repeat center/16px auto;
        cursor: pointer; }

.animate-fade.is-visible {
    opacity: 1;
    transition: opacity 250ms linear; }

.animate-fade.is-hidden {
    opacity: 0;
    transition: opacity 250ms linear;
    pointer-events: none; }

.section-title {
    margin-bottom: 48px;
    font-size: 32px;
    font-weight: 400;
    letter-spacing: 0.23px;
    line-height: 40px; }
    @media only screen and (max-width: 766px) {
        .section-title {
            margin-bottom: 32px;
            text-align: left;
            font-size: 26px;
            letter-spacing: 0.19px;
            line-height: 1.23; } }

.title--keyvisual, .title--h1, .title--h2, .title--h3, .title--h4, .title--h5 {
    font-weight: 700;
    font-family: "Druk Text", sans-serif;
    text-transform: uppercase; }

.title--keyvisual {
    font-size: 200px;
    line-height: 1;
    letter-spacing: 2px; }
    @media only screen and (min-width: 1023px) and (max-width: 1360px) {
        .title--keyvisual {
            font-size: 160px; } }
    @media only screen and (min-width: 767px) and (max-width: 1022px) {
        .title--keyvisual {
            font-size: 140px; } }
    @media only screen and (max-width: 766px) {
        .title--keyvisual {
            font-size: 80px;
            letter-spacing: 1.6px;
            line-height: 1.1; } }

.title--h1 {
    font-size: 80px;
    letter-spacing: 1.6px;
    line-height: 88px; }
    @media only screen and (min-width: 767px) and (max-width: 1360px) {
        .title--h1 {
            font-size: 60px;
            line-height: 62px; } }
    @media only screen and (max-width: 766px) {
        .title--h1 {
            font-size: 42px;
            letter-spacing: 1.91px;
            line-height: 48px; } }

.title--h2 {
    font-size: 64px;
    line-height: 72px;
    letter-spacing: 2px; }
    @media only screen and (min-width: 1023px) and (max-width: 1360px) {
        .title--h2 {
            font-size: 52px;
            line-height: 52px; } }
    @media only screen and (min-width: 767px) and (max-width: 1022px) {
        .title--h2 {
            font-size: 48px;
            line-height: 48px; } }
    @media only screen and (max-width: 766px) {
        .title--h2 {
            font-size: 36px;
            letter-spacing: 1.64px;
            line-height: 40px; } }

.title--h3 {
    font-size: 42px;
    letter-spacing: 1.91px;
    line-height: 48px; }
    @media only screen and (min-width: 767px) and (max-width: 1360px) {
        .title--h3 {
            font-size: 34px;
            line-height: 34px; } }
    @media only screen and (max-width: 766px) {
        .title--h3 {
            font-size: 32px;
            letter-spacing: 1.45px;
            line-height: 40px; } }

.title--h4 {
    font-size: 30px;
    letter-spacing: 1.36px;
    line-height: 32px; }
    @media only screen and (max-width: 766px) {
        .title--h4 {
            font-size: 24px;
            letter-spacing: 1.09px;
            line-height: 32px; } }

.title--h5 {
    font-size: 24px;
    letter-spacing: 1.09px;
    line-height: 32px; }

.title--h6 {
    font-size: 23px;
    font-weight: 700;
    letter-spacing: 0.17px;
    line-height: 32px; }
    @media only screen and (max-width: 766px) {
        .title--h6 {
            font-size: 20px;
            letter-spacing: 0.15px;
            line-height: 24px; } }

.title--h7 {
    font-size: 23px;
    font-weight: 700;
    letter-spacing: 0.17px;
    line-height: 1.39;
    color: #08140f; }
    @media only screen and (max-width: 766px) {
        .title--h7 {
            font-size: 20px;
            letter-spacing: 0.15px;
            line-height: 1.2; } }

.animate-fade.is-visible {
    opacity: 1;
    transition: opacity 250ms linear; }

.animate-fade.is-hidden {
    opacity: 0;
    transition: opacity 250ms linear;
    pointer-events: none; }

.animate-fade.is-visible {
    opacity: 1;
    transition: opacity 250ms linear; }

.animate-fade.is-hidden {
    opacity: 0;
    transition: opacity 250ms linear;
    pointer-events: none; }

.tooltip {
    width: 20px;
    height: 20px;
    position: relative;
    margin-bottom: -3px;
    display: inline-block; }
    .tooltip__question {
        background: #233726 url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='8' height='12' viewBox='0 0 8 12'%3E%3Cg%3E%3Cg%3E%3Cpath fill='%23fff' d='M4.632 11.998V9.966H2.648v2.032zm-.096-3.056v-.528c0-.384.099-.699.296-.944.197-.245.504-.528.92-.848a8.95 8.95 0 0 0 .88-.752c.224-.224.416-.517.576-.88.16-.363.24-.8.24-1.312 0-.907-.325-1.608-.976-2.104-.65-.496-1.53-.744-2.64-.744-.853 0-1.576.144-2.168.432-.592.288-1.037.68-1.336 1.176A3.148 3.148 0 0 0-.12 4.094c0 .17.021.357.064.56h1.952l-.016-.432c0-.427.125-.816.376-1.168.25-.352.728-.528 1.432-.528.672 0 1.123.147 1.352.44.23.293.344.616.344.968 0 .341-.09.627-.272.856-.181.23-.464.493-.848.792-.33.256-.595.485-.792.688a2.726 2.726 0 0 0-.512.776c-.144.315-.216.69-.216 1.128v.768z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E") no-repeat center/8px auto;
        z-index: 2;
        width: 100%;
        height: 100%;
        cursor: pointer;
        position: absolute;
        border-radius: 100%; }
    .tooltip__text {
        color: #000;
        border: 1px solid #233726;
        background-color: #f8f8f8;
        z-index: 1;
        padding: 12px 30px 12px 12px;
        display: block;
        font-size: 14px;
        font-weight: 400;
        line-height: 16px;
        position: relative;
        letter-spacing: 0.1px; }
        @media only screen and (max-width: 766px) {
            .tooltip__text {
                width: 100%; } }
        .tooltip__text__wrapper {
            top: 50%;
            left: 20px;
            opacity: 0;
            width: 284px;
            position: absolute;
            pointer-events: none;
            transform: translate(0, -50%);
            -webkit-transform: translate(0, -50%);
            transition: left 0.3s ease, opacity 0.3s ease;
            -webkit-transition: left 0.3s ease, opacity 0.3s ease; }
            @media only screen and (max-width: 766px) {
                .tooltip__text__wrapper {
                    left: 0;
                    top: 40px;
                    width: 100vw;
                    display: flex;
                    padding: 0 36px;
                    justify-content: center;
                    transform: translate(0, 0);
                    -webkit-transform: translate(0, 0); } }
            .tooltip__text__wrapper.is-open {
                left: 40px;
                opacity: 1;
                pointer-events: auto; }
                @media only screen and (max-width: 766px) {
                    .tooltip__text__wrapper.is-open {
                        left: 0; } }
    .tooltip__arrow {
        border-top: 1px solid #233726;
        border-left: 1px solid #233726;
        background-color: #f8f8f8;
        top: 0;
        bottom: 0;
        z-index: 2;
        left: -10px;
        width: 20px;
        height: 20px;
        margin: auto;
        position: absolute;
        transform: rotate(-45deg);
        -webkit-transform: rotate(-45deg); }
        @media only screen and (max-width: 766px) {
            .tooltip__arrow {
                left: 0;
                top: -10px;
                bottom: auto;
                transform: rotate(45deg);
                -webkit-transform: rotate(45deg); } }
    .tooltip__close {
        position: absolute;
        top: 0;
        right: 0;
        height: 30px;
        width: 30px;
        background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='14' height='14' viewBox='0 0 14 14'%3E%3Cg%3E%3Cg%3E%3Cpath d='M.2 1.331L1.331.2l5.6 5.6 5.6-5.6 1.132 1.131-5.6 5.6 5.6 5.6-1.132 1.132-5.6-5.6-5.6 5.6L.2 12.53l5.6-5.6z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E") no-repeat center/14px auto;
        cursor: pointer; }

.animate-fade.is-visible {
    opacity: 1;
    transition: opacity 250ms linear; }

.animate-fade.is-hidden {
    opacity: 0;
    transition: opacity 250ms linear;
    pointer-events: none; }

.breadcrumbs {
    position: relative;
    display: inline-block;
    padding: 0 8px;
    background-color: rgba(0, 0, 0, 0.7); }
    @media only screen and (max-width: 766px) {
        .breadcrumbs {
            left: -8px;
            vertical-align: top;
            padding: 3px 8px; } }
    .breadcrumbs ul {
        display: flex;
        align-items: flex-start; }
        @media only screen and (max-width: 766px) {
            .breadcrumbs ul {
                flex-wrap: wrap; } }
    .breadcrumbs__item {
        display: inline-block;
        vertical-align: middle;
        position: relative;
        font-weight: 500;
        font-size: 10px;
        letter-spacing: 0.07px;
        line-height: 16px;
        margin-right: 20px;
        text-transform: uppercase; }
        @media only screen and (max-width: 766px) {
            .breadcrumbs__item {
                font-size: 12px;
                letter-spacing: 0.09px;
                line-height: 1.33;
                margin-right: 10px; } }
        .breadcrumbs__item:last-child {
            padding-right: 0;
            margin-right: 0; }
        .breadcrumbs__item:hover {
            color: #e1b21e; }
    .breadcrumbs__link {
        display: block;
        padding-right: 14px; }
        .breadcrumbs__link::after {
            content: '';
            position: absolute;
            right: 0;
            top: 48%;
            width: 6px;
            height: 8px;
            background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='7' height='7' viewBox='0 0 7 7'%3E%3Cg%3E%3Cg%3E%3Cpath fill='%23000' d='M0 7l7-3.5L0 0z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E") no-repeat center center/contain;
            transform: translate(0, -50%);
            -webkit-transform: translate(0, -50%); }
            .search .breadcrumbs__link::after,
            .header .breadcrumbs__link::after {
                background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='7' height='7' viewBox='0 0 7 7'%3E%3Cg%3E%3Cg%3E%3Cpath fill='%23fff' d='M0 7l7-3.5L0 0z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E"); }
    .breadcrumbs + div {
        margin-top: 50px; }
        @media only screen and (max-width: 766px) {
            .breadcrumbs + div {
                margin-top: 36px; } }

.animate-fade.is-visible {
    opacity: 1;
    transition: opacity 250ms linear; }

.animate-fade.is-hidden {
    opacity: 0;
    transition: opacity 250ms linear;
    pointer-events: none; }

.contact-block {
    pointer-events: auto;
    z-index: 100;
    width: 100%;
    max-width: 240px;
    padding: 25px 24px;
    position: relative;
    margin-left: auto;
    margin-top: 55px; }
    @media only screen and (max-width: 766px) {
        .contact-block {
            max-width: 100%;
            padding: 30px 25px 16px;
            margin-top: 40px; } }
    .contact-block__title {
        margin-bottom: 25px; }
        @media only screen and (max-width: 766px) {
            .contact-block__title {
                margin-bottom: 20px; } }
    .contact-block p {
        position: relative;
        margin-bottom: 18px;
        padding-left: 35px; }
        @media only screen and (max-width: 766px) {
            .contact-block p {
                padding-left: 65px; } }
        .contact-block p a {
            transition: 0.3s; }
            .contact-block p a:hover {
                color: #f9c522; }
        .contact-block p strong {
            font-size: 16px;
            font-weight: 700;
            line-height: 1.5; }
    .contact-block i {
        position: absolute;
        left: 0;
        top: 6px;
        width: 24px;
        height: 24px; }
        @media only screen and (max-width: 766px) {
            .contact-block i {
                width: 32px;
                height: 32px;
                left: 10px;
                top: 2px; } }

.sc-contact-block {
    pointer-events: none; }
    @media only screen and (min-width: 767px) {
        .sc-contact-block {
            position: absolute;
            top: 0;
            left: 0;
            right: 0;
            bottom: 0;
            z-index: 11;
            transform: translate(0, 0);
            -webkit-transform: translate(0, 0); } }
    @media only screen and (max-width: 766px) {
        .sc-contact-block {
            margin: 0 0 40px;
            position: relative;
            height: auto;
            z-index: 1; } }
    .sc-contact-block .container {
        max-width: 972px; }
        @media only screen and (min-width: 1023px) {
            .sc-contact-block .container {
                position: sticky;
                top: 140px; } }
        @media only screen and (max-width: 1023px) {
            .sc-contact-block .container {
                max-width: 820px; } }

.content-card__mobile:before, .content-card__bg:before {
    content: "";
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0; }

.content-card__mobile, .content-card__mobile__img {
    height: 100%;
    left: 0;
    position: absolute;
    width: 100%;
    top: 0; }

.animate-fade.is-visible {
    opacity: 1;
    transition: opacity 250ms linear; }

.animate-fade.is-hidden {
    opacity: 0;
    transition: opacity 250ms linear;
    pointer-events: none; }

.content-card {
    height: 360px;
    max-width: 1361px;
    padding: 15px 30px;
    background-color: #000;
    position: relative;
    overflow: hidden;
    display: flex;
    align-items: flex-end;
    justify-content: center; }
    @media only screen and (max-width: 766px) {
        .content-card {
            height: 400px; } }
    .content-card-list .content-card {
        max-width: 100%; }
    .content-card__mobile:before, .content-card__bg:before {
        z-index: 1;
        opacity: 0;
        background: #08140f;
        background: linear-gradient(0deg, #08140f 0%, #08140f 27%, rgba(81, 92, 111, 0) 90%);
        transition: opacity 0.6s ease;
        -webkit-transition: opacity 0.6s ease; }
        @media only screen and (max-width: 1023px) {
            .content-card__mobile:before, .content-card__bg:before {
                opacity: 1; } }
    @media only screen and (min-width: 1023px) {
        .content-card__bg .image-aspect__bg {
            transform: scale(1.2);
            -webkit-transform: scale(1.2);
            transition: transform 0.6s ease, opacity 0.6s ease;
            -webkit-transition: transform 0.6s ease, opacity 0.6s ease; } }
    @media only screen and (max-width: 766px) {
        .has-mobile-img .content-card__bg {
            display: none; } }
    .content-card__mobile {
        display: none; }
        @media only screen and (max-width: 766px) {
            .content-card__mobile {
                display: block; } }
        .content-card__mobile__img {
            background-size: cover;
            background-position: center center;
            background-repeat: no-repeat; }
    .content-card__content {
        margin: 0 0 20px;
        z-index: 3; }
        @media only screen and (min-width: 1023px) and (max-width: 1360px) {
            .content-card__content {
                width: 100%; } }
        @media only screen and (min-width: 1023px) {
            .content-card__content {
                position: relative; } }
    .content-card .title {
        margin-bottom: 20px; }
        @media only screen and (min-width: 1023px) {
            .content-card .title {
                opacity: 0;
                transform: translate(0, -10px);
                -webkit-transform: translate(0, -10px);
                transition: transform 0.3s ease 0.65s, opacity 0.3s ease 0.65s;
                -webkit-transition: transform 0.3s ease 0.65s, opacity 0.3s ease 0.65s; } }
        @media only screen and (max-width: 766px) {
            .content-card .title {
                margin-bottom: 12px; } }
        .content-card .title * {
            text-shadow: 0 0 15px rgba(0, 0, 0, 0.8); }
    @media only screen and (min-width: 1023px) {
        .content-card .body-text {
            opacity: 0;
            transition: opacity 0.3s ease 0.65s;
            -webkit-transition: opacity 0.3s ease 0.65s; } }
    .content-card__button {
        margin-top: 32px;
        height: 48px; }
        @media only screen and (max-width: 766px) {
            .content-card__button {
                height: auto;
                margin-top: 25px; } }
        @media only screen and (min-width: 1023px) {
            .content-card__button .btn {
                height: 0;
                overflow: hidden;
                padding: 0 23px;
                vertical-align: top;
                min-width: 1px;
                transition: height 0.3s ease 1s;
                -webkit-transition: height 0.3s ease 1s; } }
    .content-card--xxl {
        margin-bottom: 56px;
        padding-bottom: 0;
        overflow: visible; }
        @media only screen and (max-width: 766px) {
            .content-card--xxl {
                padding: 0;
                justify-content: flex-start;
                margin-bottom: 61px; } }
        .content-card--xxl .content-card__mobile:before,
        .content-card--xxl .content-card__bg:before {
            display: none; }
        .content-card--xxl .title {
            margin-bottom: 15px; }
            @media only screen and (max-width: 766px) {
                .content-card--xxl .title {
                    margin-bottom: 10px; } }
        .content-card--xxl .content-card__content {
            width: 100%;
            max-width: 909px;
            background-color: #08140f;
            min-height: 156px;
            margin: 0 0 -44px;
            text-align: left;
            position: relative;
            padding: 35px 306px 35px 76px; }
            @media only screen and (min-width: 767px) and (max-width: 1022px) {
                .content-card--xxl .content-card__content {
                    padding: 30px 250px 30px 30px; } }
            @media only screen and (max-width: 766px) {
                .content-card--xxl .content-card__content {
                    padding: 24px;
                    max-width: calc(100% - 50px);
                    margin: 0 0 -53px; } }
            .content-card--xxl .content-card__content p {
                margin-bottom: 0; }
        .content-card--xxl .content-card__button {
            position: absolute;
            right: 60px;
            bottom: 40px;
            margin-top: 0; }
            @media only screen and (min-width: 767px) and (max-width: 1022px) {
                .content-card--xxl .content-card__button {
                    right: 30px; } }
            @media only screen and (max-width: 766px) {
                .content-card--xxl .content-card__button {
                    position: relative;
                    right: 0;
                    bottom: 0;
                    margin-top: 32px; } }
        @media only screen and (max-width: 766px) {
            .content-card--xxl .btn {
                padding: 5px 12px;
                width: 100%; } }
    .content-card--xl {
        max-width: 434px;
        height: 400px; }
        @media only screen and (min-width: 767px) and (max-width: 1360px) {
            .content-card--xl {
                height: 320px; } }
        @media only screen and (max-width: 766px) {
            .content-card--xl {
                height: 305px;
                padding: 20px 15px 5px; } }
    .content-card--no-subtitle .title {
        margin-bottom: 48px; }
        @media only screen and (max-width: 766px) {
            .content-card--no-subtitle .title {
                margin-bottom: 32px; } }
    @media only screen and (min-width: 1023px) {
        .content-card.animated .content-card__bg:before {
            opacity: 1; }
        .content-card.animated .image-aspect__bg {
            transform: scale(1);
            -webkit-transform: scale(1); }
        .content-card.animated .title,
        .content-card.animated .body-text {
            opacity: 1;
            transform: translate(0, 0);
            -webkit-transform: translate(0, 0); }
        .content-card.animated .btn {
            height: 48px; } }


.cookie {
    font-size: 14px;
    letter-spacing: 0.1px;
    line-height: 1.71; }

.animate-fade.is-visible {
    opacity: 1;
    transition: opacity 250ms linear; }

.animate-fade.is-hidden {
    opacity: 0;
    transition: opacity 250ms linear;
    pointer-events: none; }

.cookie {
    color: #fff;
    z-index: 998;
    background-color: #1e2622;
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    padding: 32px 0;
    display: none;
    font-weight: 400; }
    .cookie.cookie-not-set {
        display: block !important; }
    @media only screen and (max-width: 766px) {
        .cookie {
            padding: 20px 0 24px 0; } }
    .cookie .cookie-width {
        display: flex;
        align-items: center;
        background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='40' height='40' viewBox='0 0 40 40'%3E%3Cg%3E%3Cg%3E%3Cpath fill='%23fff' d='M16.648 31.66a1.667 1.667 0 0 0 .049-3.33 1.666 1.666 0 0 0-1.69 1.647zm15.03-11.655a1.675 1.675 0 0 0-1.667-1.675 1.676 1.676 0 0 0-1.67 1.658 1.676 1.676 0 0 0 1.666 1.675zM21.674 20a1.675 1.675 0 0 0-1.673-1.669 1.676 1.676 0 0 0-1.664 1.665 1.676 1.676 0 0 0 1.673 1.668zm-9.206 1.663c-1.355.003-2.47 1.138-2.465 2.51.004 1.388 1.131 2.49 2.543 2.486 1.347-.004 2.463-1.14 2.458-2.503zm13.368 3.333a2.5 2.5 0 0 0-2.494 2.508c.001 1.396 1.126 2.495 2.55 2.492 1.334-.003 2.45-1.144 2.447-2.501zm-1.654-13.33a2.496 2.496 0 0 0-2.508 2.491 2.496 2.496 0 0 0 2.51 2.504 2.494 2.494 0 0 0 2.488-2.5zm-9.181-8.329a1.677 1.677 0 0 0 1.667-1.663c0-.933-.747-1.678-1.677-1.673a1.659 1.659 0 0 0-1.651 1.655zm-7.4 8.327c1.34-.044 2.454-1.228 2.4-2.536-.059-1.44-1.21-2.53-2.61-2.466-1.348.06-2.444 1.229-2.388 2.545zm2.444 21.713C6.732 30.9 4.6 27.633 3.702 23.583c-.182-.82-.29-1.652-.337-2.492-.005-.098.023-.142.11-.182a8.558 8.558 0 0 0 2.635-1.816c.26-.266.498-.555.733-.844.069-.085.128-.1.226-.082.605.121 1.216.18 1.834.158 1.91-.07 3.621-.69 5.116-1.88 1.574-1.25 2.59-2.862 3.053-4.818.087-.37.13-.75.183-1.128.012-.09.037-.13.128-.152 3.063-.725 5.523-3.154 6.293-6.208.038-.151.065-.167.23-.127 2.581.616 4.9 1.762 6.921 3.482 2.807 2.388 4.619 5.387 5.44 8.98.324 1.423.456 2.866.392 4.32-.14 3.201-1.131 6.122-2.973 8.746-1.72 2.45-3.946 4.303-6.658 5.57a16.153 16.153 0 0 1-4.707 1.383 18.94 18.94 0 0 1-1.152.123c-.39.029-.78.033-1.061.044zm11.652 6.537a18.686 18.686 0 0 0 3.562-.622 19.91 19.91 0 0 0 6.178-2.881c2.313-1.612 4.219-3.613 5.679-6.024 2.007-3.315 2.987-6.91 2.874-10.794a19.93 19.93 0 0 0-.574-4.288c-.982-3.914-2.967-7.235-5.96-9.94C30.95 3.097 28.03 1.6 24.754.785c-1.048-.26-2.023-.133-2.923.468-.68.454-1.14 1.081-1.331 1.878-.294 1.225-.926 2.23-1.913 3.006-.92.723-1.977 1.074-3.139 1.137a1.656 1.656 0 0 0-1.541 1.894c.052.361.073.722.028 1.086-.161 1.31-.71 2.427-1.676 3.33-.898.839-1.96 1.317-3.189 1.401a5.391 5.391 0 0 1-2.184-.31 2.133 2.133 0 0 0-.626-.142c-.732-.024-1.25.321-1.597.961-.741 1.366-1.872 2.245-3.369 2.658-.79.218-1.286.865-1.293 1.681-.01 1.003.05 2.001.185 2.995.21 1.536.588 3.028 1.158 4.47 1.593 4.032 4.239 7.21 7.873 9.558 3.215 2.077 6.763 3.077 10.896 3.143z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E") no-repeat left top/40px auto;
        padding-left: 64px; }
        @media only screen and (max-width: 766px) {
            .cookie .cookie-width {
                flex-direction: column;
                background-size: 32px;
                padding-left: 0;
                padding-top: 40px; } }
    .cookie__button {
        margin-left: auto; }
        @media only screen and (max-width: 766px) {
            .cookie__button {
                margin-left: 0;
                margin-top: 24px;
                width: 100%; } }
        .cookie__button .btn {
            background-color: #fff; }
            @media only screen and (max-width: 766px) {
                .cookie__button .btn {
                    width: 100%; } }
            .cookie__button .btn:before {
                background-color: #fad14e; }
    .cookie__text {
        display: flex;
        justify-content: center; }
        @media only screen and (max-width: 1361px) {
            .cookie__text {
                display: block; } }
        .cookie__text p {
            margin-bottom: 0; }
    .cookie__link {
        border-bottom: 3px solid #f9c522;
        transition: 0.3s;
        margin-left: 12px; }
        @media only screen and (max-width: 1361px) {
            .cookie__link {
                margin-left: 0;
                margin-top: 8px;
                display: inline-block; } }
        .cookie__link:hover {
            border-color: #e1b21e; }

.floating-nav ul {
    list-style: none;
    padding-left: 0;
    margin-bottom: 0; }

.animate-fade.is-visible {
    opacity: 1;
    transition: opacity 250ms linear; }

.animate-fade.is-hidden {
    opacity: 0;
    transition: opacity 250ms linear;
    pointer-events: none; }

.floating-nav {
    pointer-events: auto; }
    @media only screen and (min-width: 1023px) {
        .floating-nav {
            padding: 24px;
            top: 0;
            position: relative;
            z-index: 9;
            width: 201px;
            pointer-events: auto; } }
    @media only screen and (max-width: 1023px) {
        .floating-nav {
            position: relative;
            width: 100vw;
            left: 50%;
            padding: 18px 32px;
            transform: translate(-50%, 0);
            -webkit-transform: translate(-50%, 0); } }
    .floating-nav .title {
        margin-bottom: 40px; }
        @media only screen and (max-width: 1023px) {
            .floating-nav .title {
                margin-bottom: 30px; } }
    .floating-nav ul {
        margin-bottom: 16px; }
        @media only screen and (max-width: 1023px) {
            .floating-nav ul {
                margin-left: 0; } }
    .floating-nav li {
        width: 100%; }
        .floating-nav li + li {
            margin-top: 32px; }
            @media only screen and (max-width: 1023px) {
                .floating-nav li + li {
                    margin-top: 24px; } }
        .floating-nav li.is-active > .floating-nav__link {
            font-weight: 700;
            opacity: 1; }
    .floating-nav__link {
        display: block;
        height: 16px;
        opacity: 0.8;
        color: #fff;
        letter-spacing: 1px;
        line-height: 1.14;
        text-transform: uppercase;
        transition: opacity 0.3s ease;
        -webkit-transition: opacity 0.3s ease; }
        .floating-nav__link:hover {
            opacity: 1; }

.sc-floating-nav {
    pointer-events: none; }
    @media only screen and (min-width: 1023px) {
        .sc-floating-nav {
            position: absolute;
            top: 0;
            left: 0;
            right: 0;
            bottom: 0;
            z-index: 11;
            transform: translate(0, 0);
            -webkit-transform: translate(0, 0); } }
    @media only screen and (max-width: 1023px) {
        .sc-floating-nav {
            position: relative;
            top: 0;
            margin: -60px 0 60px;
            height: auto; } }
    @media only screen and (max-width: 766px) {
        .sc-floating-nav {
            margin: -40px 0 40px; } }
    @media only screen and (min-width: 1023px) {
        .sc-floating-nav .container {
            position: sticky;
            top: 140px; } }

.information-card ul {
    list-style: none;
    padding-left: 0;
    margin-bottom: 0; }

.animate-fade.is-visible {
    opacity: 1;
    transition: opacity 250ms linear; }

.animate-fade.is-hidden {
    opacity: 0;
    transition: opacity 250ms linear;
    pointer-events: none; }

.information-card {
    position: relative;
    background-color: #f2f2f2;
    margin-bottom: 24px; }
    .information-card__content {
        padding: 30px 38px 24px;
        position: relative;
        min-height: 445px; }
        @media only screen and (max-width: 766px) {
            .information-card__content {
                padding: 20px 25px 25px;
                position: relative;
                min-height: 1px; } }
    .information-card__header {
        min-height: 160px;
        margin-bottom: 10px; }
        @media only screen and (max-width: 766px) {
            .information-card__header {
                min-height: 1px;
                margin-bottom: 33px; } }
    .information-card__contact {
        display: flex;
        flex-direction: column;
        justify-content: flex-end;
        min-height: 83px;
        margin-bottom: 38px;
        letter-spacing: 0.12px; }
        .information-card__contact-item {
            display: flex;
            align-items: center;
            margin-bottom: 4px; }
        .information-card__contact-icon {
            max-width: 30px;
            flex: 0 0 30px; }
        .information-card__contact span {
            flex: auto; }
        .information-card__contact a span {
            display: inline;
            flex: none; }
        .information-card__contact a:hover span {
            text-decoration: underline; }
    .information-card .title {
        margin-bottom: 18px; }
    .information-card__more-link {
        -webkit-touch-callout: none;
        -webkit-user-select: none;
        user-select: none;
        position: relative;
        display: inline-block;
        padding-right: 20px;
        cursor: pointer;
        font-weight: 600;
        letter-spacing: 0.12px; }
        .information-card__more-link span {
            border-bottom: 3px solid #f9c522;
            transition: border 0.3s ease;
            -webkit-transition: border 0.3s ease; }
        .information-card__more-link:hover span {
            border-color: #e1b21e; }
        .information-card__more-link .icon[class*='icon-chevron-'] {
            position: absolute;
            right: 0;
            top: 9px;
            width: 11px;
            height: 7px;
            transition: transform 0.3s ease;
            -webkit-transition: transform 0.3s ease; }
            .is-open .information-card__more-link .icon[class*='icon-chevron-'] {
                transform: rotate(-180deg);
                -webkit-transform: rotate(-180deg); }
        .information-card__more-link i,
        .information-card__more-link span {
            pointer-events: none; }
    .information-card__collapsible-content {
        letter-spacing: 0.12px;
        display: none;
        margin-top: 8px; }
    .information-card__type {
        font-size: 15px;
        margin-bottom: 8px;
        text-transform: uppercase; }
    .information-card ul {
        margin: 15px 0 6px; }
    .information-card li {
        display: flex;
        align-items: flex-start;
        padding: 8px 0;
        border-bottom: 1px solid #d4d4d4; }
        .information-card li .day {
            font-weight: 600; }
        .information-card li .time {
            text-align: right;
            flex: auto;
            padding-left: 10px; }
            @media only screen and (max-width: 766px) {
                .information-card li .time {
                    text-align: left;
                    padding-left: 22px; } }
    .information-card__dropdown + .information-card__dropdown {
        margin-top: 12px; }

.animate-fade.is-visible {
    opacity: 1;
    transition: opacity 250ms linear; }

.animate-fade.is-hidden {
    opacity: 0;
    transition: opacity 250ms linear;
    pointer-events: none; }

.interest-block {
    width: 100%;
    max-width: 300px; }
    @media only screen and (min-width: 767px) and (max-width: 1022px) {
        .interest-block {
            margin-top: 60px; } }
    @media only screen and (max-width: 766px) {
        .interest-block {
            margin-top: 40px; } }
    .interest-block__title {
        margin-bottom: 40px; }
        @media only screen and (max-width: 766px) {
            .interest-block__title {
                margin-bottom: 0; } }
    .interest-block__item {
        display: block;
        letter-spacing: 0.12px;
        margin-bottom: 25px; }
        @media only screen and (max-width: 1023px) {
            .interest-block__item {
                flex: 1;
                text-align: center; } }
        @media only screen and (max-width: 766px) {
            .interest-block__item {
                margin: 25px 0 0; } }
        .interest-block__item-icon {
            width: 40px;
            height: 40px;
            margin-bottom: 9px; }
            @media only screen and (max-width: 1023px) {
                .interest-block__item-icon {
                    display: inline-block; } }
            .interest-block__item-icon img {
                max-height: 100%; }
    @media only screen and (max-width: 1023px) {
        .interest-block [class*='col-'] {
            display: flex;
            justify-content: space-between; } }

.key-info-block__content h6 {
    font-size: 23px;
    font-weight: 700;
    letter-spacing: 0.17px;
    line-height: 1.39;
    color: #08140f; }
    @media only screen and (max-width: 766px) {
        .key-info-block__content h6 {
            font-size: 20px;
            letter-spacing: 0.15px;
            line-height: 1.2; } }

.animate-fade.is-visible {
    opacity: 1;
    transition: opacity 250ms linear; }

.animate-fade.is-hidden {
    opacity: 0;
    transition: opacity 250ms linear;
    pointer-events: none; }

.key-info-block {
    display: flex;
    width: 100%;
    max-width: 50%;
    margin-bottom: 30px;
    flex-basis: 50%; }
    @media only screen and (max-width: 766px) {
        .key-info-block {
            margin-bottom: 30px;
            max-width: 100%;
            flex-basis: 100%; } }
    .key-info-block__icon {
        max-width: 64px;
        flex: 0 0 64px;
        padding-right: 10px;
        margin-top: 6px; }
        @media only screen and (max-width: 766px) {
            .key-info-block__icon {
                max-width: 80px;
                flex: 0 0 80px;
                padding-right: 5px;
                margin-top: 5px;
                text-align: center; } }
        @media only screen and (max-width: 766px) {
            .key-info-block__icon img {
                max-width: 32px; } }
    .key-info-block__label {
        margin: 10px 0 2px; }
        @media only screen and (max-width: 766px) {
            .key-info-block__label {
                margin: 2px 0 8px; } }
    .key-info-block__content {
        flex: auto; }
        .key-info-block__content .text--16 {
            line-height: 16px; }
        .key-info-block__content h6 {
            margin-bottom: 4px; }
            .bg-green .key-info-block__content h6 {
                color: #fff; }

.animate-fade.is-visible {
    opacity: 1;
    transition: opacity 250ms linear; }

.animate-fade.is-hidden {
    opacity: 0;
    transition: opacity 250ms linear;
    pointer-events: none; }

.key-data {
    position: relative;
    display: inline-block;
    letter-spacing: 0.12px;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    user-select: none; }
    .key-data__placeholder {
        position: relative;
        padding-right: 16px;
        cursor: pointer;
        font-weight: 600;
        margin-bottom: 10px; }
        .key-data__placeholder span {
            border-bottom: 3px solid #f9c522;
            transition: border 0.3s ease;
            -webkit-transition: border 0.3s ease; }
        .key-data__placeholder:hover span {
            border-color: #e1b21e; }
        .key-data__placeholder .icon[class*='icon-chevron-'] {
            position: absolute;
            right: 0;
            top: 9px;
            width: 11px;
            height: 7px;
            transition: transform 0.3s ease;
            -webkit-transition: transform 0.3s ease; }
            .is-open-list .key-data__placeholder .icon[class*='icon-chevron-'] {
                transform: rotate(-180deg);
                -webkit-transform: rotate(-180deg); }
        .key-data__placeholder i,
        .key-data__placeholder span {
            pointer-events: none; }
    .key-data__list {
        list-style: none;
        padding-left: 0;
        margin: 33px 0 39px;
        position: relative; }
        @media only screen and (max-width: 1023px) {
            .key-data__list {
                margin: 17px 0 0; } }
        .key-data__list li {
            display: flex;
            align-items: flex-start; }
            .key-data__list li + li {
                margin-top: 16px; }
            .key-data__list li.key-data__info {
                flex-direction: column;
                position: relative;
                padding-left: 42px; }
                @media only screen and (max-width: 1023px) {
                    .key-data__list li.key-data__info {
                        padding-left: 31px; } }
                @media only screen and (max-width: 1023px) {
                    .key-data__list li.key-data__info:first-child {
                        border-top: 1px solid #d4d4d4;
                        padding-top: 25px;
                        margin-top: 30px; } }
                .key-data__list li.key-data__info .key-data__list-icon {
                    position: absolute;
                    left: 12px;
                    margin-right: 0; }
                    @media only screen and (max-width: 1023px) {
                        .key-data__list li.key-data__info .key-data__list-icon {
                            left: 0; } }
                .key-data__list li.key-data__info .key-data__list-text {
                    padding: 0; }
                .key-data__list li.key-data__info .key-data__list-title {
                    margin-bottom: 10px; }
        .key-data__list-icon {
            max-width: 20px;
            flex: 0 0 20px;
            height: 21px;
            margin-right: 12px; }
            .key-data__list-icon img {
                max-height: 100%;
                width: auto; }
        .key-data__list-title {
            display: flex;
            align-items: flex-start;
            max-width: 50%;
            flex: 0 0 50%; }
            .key-data__list-title strong {
                flex: auto; }
        .key-data__list-text {
            flex: auto;
            padding: 0 15px 0 8px; }
            @media only screen and (max-width: 1361px) {
                .key-data__list-text {
                    padding-right: 0; } }
        .key-data__list.regular-list:after {
            display: none; }
        .key-data__list.regular-list a span {
            border-bottom: 3px solid #f9c522;
            transition: border 0.3s ease;
            -webkit-transition: border 0.3s ease; }
        .key-data__list.regular-list a:hover span {
            border-color: #e1b21e; }
    .key-data strong {
        font-weight: 600; }

.animate-fade.is-visible {
    opacity: 1;
    transition: opacity 250ms linear; }

.animate-fade.is-hidden {
    opacity: 0;
    transition: opacity 250ms linear;
    pointer-events: none; }

.list-block {
    background-color: #e9e6e0;
    display: flex;
    position: relative;
    transition: box-shadow 0.3s ease;
    -webkit-transition: box-shadow 0.3s ease; }
    @media only screen and (max-width: 766px) {
        .list-block {
            flex-direction: column;
            min-height: 1px; } }
    .list-block:not(:last-child) {
        margin-bottom: 24px; }
    .list-block__category {
        letter-spacing: 1px;
        margin-bottom: 28px; }
        @media only screen and (min-width: 767px) and (max-width: 1022px) {
            .list-block__category {
                margin-bottom: 20px; } }
    .list-block .title {
        margin-bottom: 15px; }
    .list-block .body-text {
        letter-spacing: 0.12px; }
        .list-block .body-text p {
            margin-bottom: 0; }
            @media only screen and (max-width: 766px) {
                .list-block .body-text p {
                    margin-bottom: 19px; } }
    .list-block__image {
        max-width: 318px;
        flex: 0 0 318px;
        height: 295px;
        position: relative; }
        @media only screen and (min-width: 767px) and (max-width: 1022px) {
            .list-block__image {
                max-width: 260px;
                flex: 0 0 260px; } }
        @media only screen and (max-width: 766px) {
            .list-block__image {
                max-width: 100%;
                flex: 0 0 100%;
                height: 0;
                padding-bottom: 53%; } }
    .list-block__content {
        flex: auto;
        position: relative;
        padding: 30px 24px 0 46px; }
        @media only screen and (min-width: 1023px) and (max-width: 1360px) {
            .list-block__content {
                padding: 25px 24px 0 30px; } }
        @media only screen and (min-width: 767px) and (max-width: 1022px) {
            .list-block__content {
                padding: 20px 20px 0 25px; } }
        @media only screen and (max-width: 766px) {
            .list-block__content {
                padding: 26px 26px 97px; } }
        @media only screen and (min-width: 767px) {
            .list-block__content-inner {
                position: relative;
                min-height: 266px;
                padding-bottom: 90px; } }
        .list-block__content-collapsible {
            display: none;
            will-change: height, padding; }
            @media only screen and (min-width: 767px) and (max-width: 1022px) {
                .list-block__content-collapsible {
                    padding: 5px 0 36px; } }
            @media only screen and (max-width: 766px) {
                .list-block__content-collapsible {
                    padding: 3px 0 6px; } }
            .list-block__content-collapsible [class*='col-']:nth-child(1) .key-data__list::after {
                content: '';
                position: absolute;
                right: 0;
                width: 1px;
                height: 100%;
                background-color: #d4d4d4;
                top: 0; }
                @media only screen and (max-width: 1023px) {
                    .list-block__content-collapsible [class*='col-']:nth-child(1) .key-data__list::after {
                        display: none; } }
    .list-block__footer {
        width: 100%; }
        @media only screen and (min-width: 767px) {
            .list-block__footer {
                display: flex;
                align-items: flex-end;
                justify-content: space-between;
                position: absolute;
                left: 0;
                bottom: 24px; } }
    .list-block .btn {
        min-width: 154px; }
        @media only screen and (max-width: 766px) {
            .list-block .btn {
                position: absolute;
                left: 27px;
                bottom: 26px;
                max-width: calc(100% - 48px); } }
    .list-block:hover {
        box-shadow: 0 0 10px rgba(0, 0, 0, 0.2); }
    .list-block--equipment {
        background-color: #233727;
        color: #fff; }
        .list-block--equipment .key-data__placeholder i {
            background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='18' height='11' viewBox='0 0 18 11'%3E%3Cg%3E%3Cg%3E%3Cpath fill='%23fff' d='M2.115 0L9 6.805 15.885 0 18 2.105 9 11 0 2.105z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E"); }
    .list-block--badge .btn {
        margin-left: auto; }
    .list-block__badge {
        position: absolute;
        max-height: 85%;
        max-width: 90%;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        margin: auto; }
    @media only screen and (max-width: 766px) {
        .list-block .margin--48 {
            display: none; } }

.menu ul {
    list-style: none;
    padding-left: 0;
    margin-bottom: 0; }

.menu ul {
    font-size: 0;
    line-height: 0; }

.animate-fade.is-visible {
    opacity: 1;
    transition: opacity 250ms linear; }

.animate-fade.is-hidden {
    opacity: 0;
    transition: opacity 250ms linear;
    pointer-events: none; }

.menu {
    z-index: 100;
    background-color: #fff; }
    @media only screen and (min-width: 1023px) {
        .menu {
            margin-right: -6px; } }
    @media only screen and (max-width: 1023px) {
        .menu {
            position: fixed;
            left: 0;
            top: 66px;
            width: 100%;
            height: calc(100% - 66px);
            overflow: auto;
            padding: 10px 26px 10px 32px;
            display: flex;
            flex-direction: column;
            order: 1;
            opacity: 0;
            pointer-events: none;
            transition: opacity 0.3s ease;
            -webkit-transition: opacity 0.3s ease; }
            .is-open-menu .menu {
                opacity: 1;
                pointer-events: auto; } }
    @media only screen and (min-width: 1023px) {
        .menu__nav {
            display: flex;
            align-items: center; } }
    .menu__item {
        position: relative;
        display: inline-block;
        vertical-align: middle; }
        @media only screen and (min-width: 1023px) {
            .menu__item {
                border-right: 1px solid #e2e2dc; } }
        @media only screen and (max-width: 1023px) {
            .menu__item {
                width: 100%;
                border-bottom: 1px solid #d4d4d4; } }
        @media only screen and (min-width: 1023px) {
            .menu__item:first-child {
                border-left: 1px solid #e2e2dc; } }
        @media only screen and (min-width: 1023px) {
            .menu__item:hover > .menu__link.level-1 {
                background-color: #e9e6e0; } }
        .menu__item.is-active > .menu__link.level-1::after {
            display: block; }
            @media only screen and (max-width: 1023px) {
                .menu__item.is-active > .menu__link.level-1::after {
                    display: none; } }
        .menu__item li {
            width: 100%; }
            .menu__item li:not(:last-child), .menu__item li:first-child {
                border: 0; }
            @media only screen and (max-width: 1023px) {
                .menu__item li + li {
                    margin-top: 24px; } }
    .menu__link {
        font-size: 14px;
        display: block;
        position: relative; }
        .menu__link.level-1 {
            font-family: "Druk Text", sans-serif;
            text-transform: uppercase; }
            @media only screen and (min-width: 1023px) {
                .menu__link.level-1 {
                    display: flex;
                    align-items: center;
                    justify-content: center;
                    height: 80px;
                    width: 192px;
                    text-align: center;
                    transition: background-color 0.3s ease;
                    -webkit-transition: background-color 0.3s ease;
                    padding: 0 10px;
                    font-size: 22px;
                    font-weight: 500;
                    line-height: 24px;
                    letter-spacing: 1.57px; } }
            @media (min-width: 1361px) and (max-width: 1400px) {
                .menu__link.level-1 {
                    width: 180px; } }
            @media only screen and (min-width: 1023px) and (max-width: 1360px) {
                .menu__link.level-1 {
                    height: 80px;
                    padding: 0 10px;
                    width: 118px;
                    letter-spacing: 0; } }
            @media only screen and (max-width: 1023px) {
                .menu__link.level-1 {
                    font-family: "Druk Text", sans-serif;
                    font-size: 24px;
                    font-weight: 700;
                    letter-spacing: 1.09px;
                    line-height: 1.33;
                    padding: 13px 24px 13px 0; } }
            .menu__link.level-1::after {
                content: '';
                position: absolute;
                bottom: -1px;
                pointer-events: none;
                left: -1px;
                width: calc(100% + 2px);
                height: 8px;
                background-color: #f9c522;
                display: none; }
                @media only screen and (max-width: 1023px) {
                    .menu__link.level-1::after {
                        height: 4px; } }
        .menu__link.level-2 {
            font-size: 14px;
            letter-spacing: 0.1px;
            line-height: 1.71; }
            @media only screen and (min-width: 1023px) {
                .menu__link.level-2 {
                    overflow: hidden;
                    padding: 8px 30px; }
                    .menu__link.level-2::before {
                        background-color: #e1b21e;
                        content: "";
                        top: 0;
                        left: 0;
                        width: 100%;
                        height: 100%;
                        display: block;
                        position: absolute;
                        transition: transform 0.3s ease;
                        -webkit-transition: transform 0.3s ease;
                        transform: translate(-100%, 0);
                        -webkit-transform: translate(-100%, 0); }
                    .menu__link.level-2:hover::before, .menu__link.level-2:focus::before {
                        transform: translate(0, 0);
                        -webkit-transform: translate(0, 0); }
                    .menu__link.level-2 span {
                        z-index: 1;
                        position: relative; } }
            .menu__link.level-2 .menu__icon {
                z-index: 1;
                position: relative;
                margin-right: 12px; }
            @media only screen and (max-width: 1023px) {
                .menu__link.level-2 {
                    font-size: 16px;
                    letter-spacing: 0;
                    line-height: 1; } }
    @media only screen and (min-width: 1023px) {
        .menu__dropdown {
            background-color: #e9e6e0;
            position: absolute;
            left: 0;
            top: 100%;
            width: 318px;
            padding: 23px 30px;
            z-index: 9;
            opacity: 0;
            visibility: hidden;
            pointer-events: none;
            transition: opacity 0.3s ease;
            -webkit-transition: opacity 0.3s ease; } }
    @media only screen and (max-width: 1023px) {
        .menu__dropdown {
            display: none;
            will-change: height, padding;
            padding-bottom: 32px; } }
    @media only screen and (min-width: 1023px) {
        .is-sub-open .menu__dropdown {
            opacity: 1;
            visibility: visible;
            pointer-events: auto; } }
    @media only screen and (max-width: 1023px) {
        .is-sub-open .menu__dropdown {
            display: block; } }
    .menu__dropdown-title {
        font-weight: 600;
        position: relative;
        display: inline-block;
        margin-bottom: 16px; }
        @media only screen and (max-width: 1023px) {
            .menu__dropdown-title {
                font-weight: 700;
                letter-spacing: 1px;
                text-transform: uppercase;
                margin: 16px 0 24px; } }
        .menu__dropdown-title::after {
            content: '';
            position: absolute;
            left: 0;
            bottom: -3px;
            height: 3px;
            background-color: #f9c522;
            width: 0;
            transition: width 0.3s ease;
            -webkit-transition: width 0.3s ease; }
        .menu__dropdown-title:hover::after {
            width: 100%; }
        @media only screen and (min-width: 1023px) {
            .menu__dropdown-title a {
                background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='11' height='10' viewBox='0 0 11 10'%3E%3Cg%3E%3Cg%3E%3Cpath d='M4.711.84L5.614 0 11 4.989l-.031.028L5.614 10l-.903-.84 3.974-3.698-8.612.326.055-1.25 8.238-.297z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E") no-repeat top 2px right/11px auto;
                padding-right: 20px; } }
    @media only screen and (min-width: 1023px) {
        .menu__dropdown ul {
            margin-left: -30px;
            width: calc(100% + 60px); } }
    .menu__dropdown ul .menu__item {
        border-bottom: none; }
    .menu__arrow {
        display: none; }
        @media only screen and (max-width: 1023px) {
            .menu__arrow {
                position: absolute;
                right: 0;
                left: 0;
                top: 0;
                margin: auto;
                width: 100%;
                z-index: 9;
                display: flex;
                align-items: center;
                justify-content: flex-end;
                height: 60px; } }
        .menu__arrow i {
            transition: transform 0.3s ease;
            -webkit-transition: transform 0.3s ease; }
            @media only screen and (max-width: 1023px) {
                .is-sub-open .menu__arrow i {
                    transform: rotate(-180deg);
                    -webkit-transform: rotate(-180deg); } }
    @media only screen and (min-width: 1023px) {
        .menu__buttons {
            display: flex;
            align-items: center;
            margin-left: 34px; } }
    @media only screen and (min-width: 1023px) and (max-width: 1360px) {
        .menu__buttons {
            margin-left: 15px; } }
    .menu .btn {
        margin: 0 5px;
        font-family: "Druk Text", sans-serif;
        font-size: 22px;
        font-weight: 500;
        letter-spacing: 1.57px;
        line-height: 16px;
        min-width: 147px;
        padding: 5px 20px; }
        @media only screen and (min-width: 1023px) and (max-width: 1360px) {
            .menu .btn {
                margin: 0 10px;
                min-width: 138px; } }
        @media only screen and (max-width: 1023px) {
            .menu .btn {
                margin: 32px 0 0;
                width: 100%; } }
        .menu .btn.btn--secondary {
            border: 1px solid #000; }
            .menu .btn.btn--secondary:hover {
                border-color: #f9c522; }
    .menu .quick-nav {
        display: none; }
        .header-main .menu .quick-nav {
            display: block; }
        @media only screen and (max-width: 1023px) {
            .menu .quick-nav {
                display: block; } }
        @media only screen and (max-width: 1023px) {
            .menu .quick-nav ul {
                display: block; } }

.search-btn {
    display: flex;
    width: 24px;
    margin-right: 20px; }
    @media only screen and (min-width: 1023px) and (max-width: 1360px) {
        .search-btn {
            margin-right: 0; } }
    @media only screen and (max-width: 1023px) {
        .search-btn {
            display: none;
            margin: 0;
            position: absolute;
            right: 70px; } }
    .search-btn i {
        width: 24px;
        height: 24px; }
    .search-btn-mobile {
        display: none; }
        @media only screen and (max-width: 1023px) {
            .search-btn-mobile {
                display: block; } }

.menu-overlay {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 99;
    background-color: rgba(0, 0, 0, 0.4);
    opacity: 0;
    pointer-events: none;
    transition: opacity 0.3s ease;
    -webkit-transition: opacity 0.3s ease; }
    @media only screen and (max-width: 1023px) {
        .menu-overlay {
            display: none; } }
    .menu-overlay.is-visible {
        opacity: 1;
        pointer-events: auto; }

.has-submenu .menu__link.level-1 {
    pointer-events: none;
    cursor: default; }

.occupation-block ul li {
    font-size: 18px;
    letter-spacing: 0.13px;
    line-height: 1.78; }

.occupation-block ul li {
    line-height: 1.33; }

.occupation-block ul {
    list-style: none;
    padding-left: 0;
    margin-bottom: 0; }

.animate-fade.is-visible {
    opacity: 1;
    transition: opacity 250ms linear; }

.animate-fade.is-hidden {
    opacity: 0;
    transition: opacity 250ms linear;
    pointer-events: none; }

.occupation-block {
    padding: 42px 0 72px;
    max-width: 1360px;
    border-top: 1px solid #d4d4d4;
    display: flex;
    flex-wrap: wrap; }
    @media only screen and (max-width: 766px) {
        .occupation-block {
            border: 0;
            display: block;
            padding: 0;
            margin-bottom: 46px; } }
    .occupation-block:last-child {
        padding-bottom: 0;
        margin-bottom: 0; }
        .occupation-block:last-child .occupation-block__col--right {
            margin-bottom: 0; }
    .occupation-block:first-child .title {
        margin-top: 0; }
    .occupation-block .title {
        margin-bottom: 40px;
        min-height: 47px; }
        @media only screen and (max-width: 766px) {
            .occupation-block .title {
                min-height: 1px;
                margin: 32px 0; } }
    .occupation-block__col {
        padding: 0; }
        @media only screen and (max-width: 766px) {
            .occupation-block__col {
                margin-bottom: 22px; } }
        @media only screen and (min-width: 767px) {
            .occupation-block__col--left {
                flex: 0 0 43%; } }
        @media only screen and (min-width: 767px) {
            .occupation-block__col--right {
                margin-left: 17%;
                flex: 0 0 40%; } }
    @media only screen and (min-width: 767px) {
        .occupation-block ul {
            max-width: 320px; } }
    @media only screen and (min-width: 767px) {
        .occupation-block ul.without-title {
            margin-top: 85px; } }
    .occupation-block ul li {
        display: block; }
        .occupation-block ul li + li {
            margin-top: 24px; }
            @media only screen and (max-width: 766px) {
                .occupation-block ul li + li {
                    margin-top: 20px; } }
    @media only screen and (min-width: 767px) {
        .occupation-block.no-title ul {
            margin-top: 0; } }
    .occupation-block a {
        border-bottom: 3px solid #f9c522;
        transition: border 0.3s ease, color 0.3s ease;
        -webkit-transition: border 0.3s ease, color 0.3s ease; }
        .occupation-block a:hover, .occupation-block a:focus {
            color: #f9c522; }

.animate-fade.is-visible {
    opacity: 1;
    transition: opacity 250ms linear; }

.animate-fade.is-hidden {
    opacity: 0;
    transition: opacity 250ms linear;
    pointer-events: none; }

.post-block {
    display: flex;
    max-width: 1360px;
    padding: 46px 0 40px;
    border-bottom: 1px solid #d4d4d4; }
    @media only screen and (max-width: 1023px) {
        .post-block {
            display: block;
            padding: 21px 0 57px; } }
    @media only screen and (max-width: 1023px) {
        .post-block:last-child {
            padding-bottom: 0;
            border: 0; } }
    .post-block__title {
        margin-bottom: 12px; }
    .post-block__content {
        padding-right: 30px;
        flex: auto; }
        @media only screen and (max-width: 1023px) {
            .post-block__content {
                padding-right: 0; } }
        .post-block__content p {
            margin: 0; }
    .post-block .body-text--16 {
        margin-top: 24px; }
    .post-block__button {
        max-width: 318px;
        flex: 0 0 318px;
        margin-top: 42px;
        display: grid;
        grid-gap: 32px; }
        @media only screen and (max-width: 1023px) {
            .post-block__button {
                max-width: 100%;
                margin-top: 32px; } }
        .post-block__button .btn {
            min-width: 1px;
            width: 100%; }
            @media only screen and (max-width: 1023px) {
                .post-block__button .btn {
                    width: auto;
                    min-width: 315px; } }

.quick-nav ul {
    list-style: none;
    padding-left: 0;
    margin-bottom: 0; }

.quick-nav ul {
    font-size: 0;
    line-height: 0; }

.animate-fade.is-visible {
    opacity: 1;
    transition: opacity 250ms linear; }

.animate-fade.is-hidden {
    opacity: 0;
    transition: opacity 250ms linear;
    pointer-events: none; }

.quick-nav {
    padding: 5px 0 4px;
    position: relative;
    height: 33px; }
    .quick-nav ul {
        display: flex;
        justify-content: flex-end; }
        @media only screen and (max-width: 1023px) {
            .quick-nav ul {
                margin-left: 0; } }
    .quick-nav li {
        margin: 0 18px; }
        @media only screen and (max-width: 1023px) {
            .quick-nav li {
                margin: 0 0 25px;
                width: 100%; } }
        .quick-nav li:first-child {
            margin-left: 0; }
    .quick-nav__link {
        display: block;
        font-weight: 500; }
        @media only screen and (max-width: 1023px) {
            .quick-nav__link {
                font-size: 14px;
                font-weight: 400;
                letter-spacing: 1px;
                line-height: 1.14;
                text-transform: uppercase; } }
        .quick-nav__link:hover, .quick-nav__link.active {
            color: #f9c522; }

.result-indicator__progress-bar {
    height: 100%;
    left: 0;
    position: absolute;
    width: 100%;
    top: 0; }

.animate-fade.is-visible {
    opacity: 1;
    transition: opacity 250ms linear; }

.animate-fade.is-hidden {
    opacity: 0;
    transition: opacity 250ms linear;
    pointer-events: none; }

.result-indicator {
    position: relative;
    display: block;
    margin: 56px auto 0;
    width: 100%;
    max-width: 247px; }
    @media only screen and (max-width: 766px) {
        .result-indicator {
            max-width: 250px; } }
    .result-indicator__progress {
        display: block;
        width: 100%;
        height: 4px;
        background-color: rgba(0, 0, 0, 0.1);
        position: relative;
        margin: 4px 0 20px; }
        .result-indicator__progress-bar {
            background-color: rgba(0, 0, 0, 0.2); }
    .result-indicator .btn {
        width: 100%;
        border: 1px solid #08140f; }
        .result-indicator .btn::before {
            background-color: #08140f; }
        .result-indicator .btn:hover {
            color: #fff; }
        .result-indicator .btn:focus {
            color: #000; }
            .result-indicator .btn:focus::before {
                transform: translate(-100%, 0);
                -webkit-transform: translate(-100%, 0); }

.animate-fade.is-visible {
    opacity: 1;
    transition: opacity 250ms linear; }

.animate-fade.is-hidden {
    opacity: 0;
    transition: opacity 250ms linear;
    pointer-events: none; }

.search-form {
    position: relative;
    display: flex; }
    .search-form .text-field__input {
        flex: auto;
        border-color: #fff;
        margin-right: 8px; }
        @media only screen and (max-width: 766px) {
            .search-form .text-field__input {
                margin-right: 4px; } }
    .search-form .btn {
        min-width: 1px;
        flex: 0 0 185px;
        max-width: 185px;
        margin: 0; }
        @media only screen and (max-width: 766px) {
            .search-form .btn {
                flex: 0 0 48px;
                max-width: 48px; } }
        .search-form .btn i {
            display: none; }
            @media only screen and (max-width: 766px) {
                .search-form .btn i {
                    display: inline-block; } }
        @media only screen and (max-width: 766px) {
            .search-form .btn span {
                display: none; } }

.search-keywords {
    display: flex;
    margin-top: 22px;
    text-align: left; }
    @media only screen and (max-width: 766px) {
        .search-keywords {
            flex-direction: column;
            margin-top: 36px; } }
    .search-keywords ul {
        flex: auto; }
    .search-keywords li {
        display: inline-block;
        margin: 0 16px 5px 0; }
    .search-keywords__title {
        margin-right: 15px;
        max-width: 150px;
        flex: 0 0 150px; }
        @media only screen and (max-width: 766px) {
            .search-keywords__title {
                max-width: 100%;
                flex: 0 0 100%;
                margin-bottom: 10px; } }
    .search-keywords__link {
        text-decoration: underline; }

.animate-fade.is-visible {
    opacity: 1;
    transition: opacity 250ms linear; }

.animate-fade.is-hidden {
    opacity: 0;
    transition: opacity 250ms linear;
    pointer-events: none; }

@media only screen and (min-width: 767px) and (max-width: 1022px) {
    .social-nav {
        margin-bottom: 50px; } }

.social-nav li {
    display: inline-block;
    margin: 0 12px; }
    @media only screen and (max-width: 766px) {
        .social-nav li {
            margin: 0 25px 0 0; } }

.social-link {
    vertical-align: middle;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 64px;
    height: 64px;
    background-color: rgba(255, 255, 255, 0.1);
    border-radius: 100%;
    transition: background-color 0.3s ease;
    -webkit-transition: background-color 0.3s ease; }
    .social-link:hover {
        background-color: #f9c522; }
        .social-link:hover .icon::before {
            opacity: 1; }

.animate-fade.is-visible {
    opacity: 1;
    transition: opacity 250ms linear; }

.animate-fade.is-hidden {
    opacity: 0;
    transition: opacity 250ms linear;
    pointer-events: none; }

.social-networks {
    position: relative;
    margin-bottom: 12px;
    max-width: 1130px; }
    .social-networks__items {
        padding: 48px 42px;
        display: flex;
        justify-content: space-around; }
        @media only screen and (min-width: 767px) and (max-width: 1360px) {
            .social-networks__items {
                padding: 25px 15px; } }
        @media only screen and (max-width: 766px) {
            .social-networks__items {
                display: block;
                padding: 40px 27px; } }
    .social-networks__title {
        display: block;
        width: 100%;
        max-width: 897px;
        margin: 0 auto 30px; }
        @media only screen and (max-width: 766px) {
            .social-networks__title {
                margin-bottom: 24px; } }
    .social-networks__link {
        display: inline-flex;
        align-items: center;
        width: 100%;
        max-width: 210px;
        padding: 0 5px; }
        @media only screen and (max-width: 766px) {
            .social-networks__link {
                max-width: 250px; } }
        @media only screen and (max-width: 766px) {
            .social-networks__link + .social-networks__link {
                margin-top: 32px; } }
        .social-networks__link:hover {
            color: #f9c522; }
        .social-networks__link-icon {
            max-width: 48px;
            flex: 0 0 48px; }
            @media only screen and (min-width: 767px) and (max-width: 1360px) {
                .social-networks__link-icon {
                    max-width: 38px;
                    flex: 0 0 38px;
                    height: 38px; } }
            @media only screen and (max-width: 766px) {
                .social-networks__link-icon {
                    max-width: 40px;
                    flex: 0 0 40px;
                    height: 48px;
                    text-align: center; } }
        .social-networks__link-text {
            flex: auto;
            padding-left: 20px; }
            @media only screen and (max-width: 766px) {
                .social-networks__link-text {
                    padding-left: 26px; } }

.animate-fade.is-visible {
    opacity: 1;
    transition: opacity 250ms linear; }

.animate-fade.is-hidden {
    opacity: 0;
    transition: opacity 250ms linear;
    pointer-events: none; }

.teaser-card {
    width: 434px;
    background-color: #e9e6e0;
    color: #000;
    display: flex;
    flex-direction: column; }
    @media only screen and (max-width: 766px) {
        .teaser-card {
            width: 234px; } }
    .teaser-card__bg::before {
        padding-bottom: 70%; }
    .teaser-card__bg .image-aspect__bg {
        transition: transform 0.3s ease;
        -webkit-transition: transform 0.3s ease; }
    .teaser-card__content {
        min-height: 328px;
        position: relative;
        padding: 35px 40px 95px;
        flex: 1; }
        @media only screen and (max-width: 766px) {
            .teaser-card__content {
                padding: 25px 25px 70px;
                min-height: 260px; } }
        .teaser-card__content .body-text--14 {
            letter-spacing: 1px;
            margin-bottom: 20px;
            text-transform: uppercase; }
            @media only screen and (max-width: 766px) {
                .teaser-card__content .body-text--14 {
                    font-size: 12px;
                    font-weight: 500;
                    letter-spacing: 0.09px;
                    line-height: 16px; } }
        .teaser-card__content .body-text--16 {
            margin-bottom: 20px; }
        .teaser-card__content .title {
            margin-bottom: 24px; }
            @media only screen and (max-width: 766px) {
                .teaser-card__content .title {
                    line-height: 40px; } }
        .teaser-card__content .btn {
            position: absolute; }
            @media only screen and (min-width: 767px) {
                .teaser-card__content .btn {
                    left: 40px;
                    bottom: 32px;
                    min-width: 234px; } }
            @media only screen and (max-width: 766px) {
                .teaser-card__content .btn {
                    left: 25px;
                    max-width: calc(100% - 50px);
                    bottom: 24px;
                    min-width: 185px; } }
        .teaser-card__content p {
            margin: 0; }
    .teaser-card:hover .image-aspect__bg {
        transform: scale(1.08);
        -webkit-transform: scale(1.08); }
    .teaser-card__badge {
        position: absolute;
        max-height: 85%;
        max-width: 90%;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        margin: auto; }
        .teaser-card__badge__wrapper {
            width: 100%;
            padding-bottom: 70%;
            position: relative; }

.animate-fade.is-visible {
    opacity: 1;
    transition: opacity 250ms linear; }

.animate-fade.is-hidden {
    opacity: 0;
    transition: opacity 250ms linear;
    pointer-events: none; }

.table {
    width: 100%;
    font-size: 16px;
    font-weight: 400;
    line-height: 16px; }
    @media only screen and (max-width: 766px) {
        .table {
            display: block;
            overflow-x: auto;
            white-space: nowrap;
            margin-right: -22px;
            width: calc(100% + 22px); } }
    .table thead {
        font-weight: 700; }
    .table td,
    .table th {
        border: 1px solid #d7d7d7;
        box-sizing: border-box;
        padding: 15px; }
        @media only screen and (max-width: 1023px) {
            .table td,
            .table th {
                padding: 12px; } }
    .table__title {
        font-size: 18px;
        font-weight: 500;
        letter-spacing: 0.13px;
        line-height: 24px;
        margin-bottom: 24px; }
    .table .cel-color {
        background-color: #e9e6e0; }

.animate-fade.is-visible {
    opacity: 1;
    transition: opacity 250ms linear; }

.animate-fade.is-hidden {
    opacity: 0;
    transition: opacity 250ms linear;
    pointer-events: none; }

.career {
    position: relative; }
    .career__content {
        max-width: 577px;
        width: 100%;
        min-height: 540px;
        padding: 80px 70px 50px 80px;
        margin-bottom: 76px;
        position: relative;
        z-index: 3;
        display: inline-block; }
        @media only screen and (min-width: 1023px) and (max-width: 1360px) {
            .career__content {
                max-width: 480px;
                min-height: 450px;
                padding: 60px 40px; } }
        @media only screen and (min-width: 767px) and (max-width: 1022px) {
            .career__content {
                max-width: 400px;
                min-height: 400px;
                padding: 30px; } }
        @media only screen and (max-width: 766px) {
            .career__content {
                margin: -70px 0 0 -22px;
                max-width: calc(100% + 44px);
                width: calc(100% + 44px);
                background-color: #f2f0ec;
                color: #000;
                min-height: 1px;
                padding: 98px 25px 30px; } }
    .career__image {
        background-size: cover;
        background-position: center center;
        position: absolute;
        right: 0;
        width: 100%;
        max-width: 899px;
        height: 536px;
        bottom: 0;
        z-index: 1; }
        @media only screen and (min-width: 1023px) and (max-width: 1360px) {
            .career__image {
                max-width: 630px;
                height: 490px; } }
        @media only screen and (min-width: 767px) and (max-width: 1022px) {
            .career__image {
                max-width: 450px;
                height: 415px; } }
        @media only screen and (max-width: 766px) {
            .career__image {
                position: relative;
                height: 0;
                padding-bottom: 60%;
                margin-left: -22px;
                z-index: 4; } }
        .career__image img {
            position: absolute;
            opacity: 0;
            width: 0;
            height: 0;
            z-index: -1; }
    .career .title {
        margin-bottom: 28px;
        max-width: 380px; }
        @media only screen and (max-width: 766px) {
            .career .title {
                padding: 0 10px; } }
    @media only screen and (max-width: 766px) {
        .career .body-text {
            padding: 0 10px; } }
    @media only screen and (max-width: 766px) {
        .career .body-text p {
            margin: 0; } }
    .career .btn {
        width: 100%;
        margin-top: 36px; }
        @media only screen and (max-width: 766px) {
            .career .btn {
                margin-top: 32px; } }

.animate-fade.is-visible {
    opacity: 1;
    transition: opacity 250ms linear; }

.animate-fade.is-hidden {
    opacity: 0;
    transition: opacity 250ms linear;
    pointer-events: none; }

.brigade-list {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    grid-gap: 40px 32px; }
    @media only screen and (max-width: 1023px) {
        .brigade-list {
            grid-template-columns: 1fr 1fr;
            grid-gap: 20px 16px; } }
    @media only screen and (max-width: 766px) {
        .brigade-list {
            grid-template-columns: 1fr; } }
    .brigade-list .teaser-card {
        width: auto; }
        .brigade-list .teaser-card .btn {
            right: 40px;
            min-width: auto; }

.career-development ul {
    list-style: none;
    padding-left: 0;
    margin-bottom: 0; }

.career-development li {
    position: relative;
    padding-left: 26px; }
    .career-development li::before {
        content: '';
        position: absolute;
        left: 0;
        top: 6px;
        width: 10px;
        height: 10px;
        background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='28' viewBox='0 0 24 28'%3E%3Cg%3E%3Cg%3E%3Cpath fill='%23000' d='M0 0l24 13.726L0 28z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E") no-repeat center center/contain; }

.advantages__list .career-development li::before, .career-development .advantages__list li::before {
    top: 10px; }

.animate-fade.is-visible {
    opacity: 1;
    transition: opacity 250ms linear; }

.animate-fade.is-hidden {
    opacity: 0;
    transition: opacity 250ms linear;
    pointer-events: none; }

.career-development {
    position: relative; }
    .career-development::before {
        content: '';
        position: absolute;
        left: 11px;
        top: 10px;
        width: 1px;
        height: calc(100% - 10px);
        background-color: rgba(0, 0, 0, 0.3); }
        @media only screen and (max-width: 766px) {
            .career-development::before {
                left: 22px; } }
    .career-development__item {
        position: relative;
        padding-left: 54px;
        letter-spacing: 0.12px; }
        .career-development__item + .career-development__item {
            margin-top: 58px; }
            @media only screen and (max-width: 766px) {
                .career-development__item + .career-development__item {
                    margin-top: 34px; } }
        .career-development__item::before {
            content: '';
            width: 16px;
            height: 16px;
            background-color: #000;
            position: absolute;
            left: 4px;
            top: 7px;
            z-index: 3;
            border-radius: 100%; }
            @media only screen and (max-width: 766px) {
                .career-development__item::before {
                    width: 13px;
                    height: 13px;
                    left: 15px;
                    top: 5px; } }
        .career-development__item:last-child::after {
            content: '';
            position: absolute;
            left: 11px;
            top: 10px;
            width: 1px;
            height: calc(100% - 10px);
            background-color: #fff; }
            @media only screen and (max-width: 766px) {
                .career-development__item:last-child::after {
                    left: 22px; } }
    .career-development__sub-item {
        margin-top: 20px;
        position: relative; }
        @media only screen and (max-width: 766px) {
            .career-development__sub-item {
                margin-top: 16px; } }
        .career-development__sub-item::before {
            content: '';
            width: 12px;
            height: 12px;
            border: 2px solid #000;
            background-color: #fff;
            position: absolute;
            left: -49px;
            top: 5px;
            border-radius: 100%; }
            @media only screen and (max-width: 766px) {
                .career-development__sub-item::before {
                    left: -38px;
                    top: 7px; } }
        .career-development__sub-item + .career-development__sub-item {
            margin-top: 34px; }
    .career-development .title {
        margin-bottom: 8px; }
    .career-development strong,
    .career-development b {
        font-weight: 600; }
    .career-development p {
        margin-bottom: 8px; }
    .career-development li {
        padding-left: 20px; }
        .career-development li::before {
            width: 8px;
            height: 8px;
            top: 8px; }
    .career-development a {
        border-bottom: 3px solid #f9c522;
        transition: border 0.3s ease;
        -webkit-transition: border 0.3s ease; }
        .career-development a:hover {
            border-color: #e1b21e; }

.sc-career-development__title {
    margin-bottom: 55px; }
    @media only screen and (max-width: 766px) {
        .sc-career-development__title {
            margin-bottom: 30px; } }

.advantages__list ul {
    list-style: none;
    padding-left: 0;
    margin-bottom: 0; }

.advantages__list li {
    position: relative;
    padding-left: 26px; }
    .advantages__list li::before {
        content: '';
        position: absolute;
        left: 0;
        top: 6px;
        width: 10px;
        height: 10px;
        background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='28' viewBox='0 0 24 28'%3E%3Cg%3E%3Cg%3E%3Cpath fill='%23000' d='M0 0l24 13.726L0 28z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E") no-repeat center center/contain; }

.advantages__list li::before {
    top: 10px; }

.advantages__title {
    margin-bottom: 32px; }
    @media only screen and (max-width: 766px) {
        .advantages__title {
            margin-bottom: 26px; } }

.animate-fade.is-visible {
    opacity: 1;
    transition: opacity 250ms linear; }

.animate-fade.is-hidden {
    opacity: 0;
    transition: opacity 250ms linear;
    pointer-events: none; }

.advantages {
    padding: 48px 0;
    position: relative; }
    @media only screen and (max-width: 1023px) {
        .advantages {
            padding: 25px 0 25px 27px; } }
    .advantages::before {
        content: '';
        position: absolute;
        background-color: #e9e6e0;
        left: 8.5%;
        bottom: 0;
        width: 100vw;
        height: 100%;
        z-index: -1; }
        @media only screen and (min-width: 1023px) and (max-width: 1360px) {
            .advantages::before {
                left: 200px; } }
        @media only screen and (max-width: 1023px) {
            .advantages::before {
                left: 0; } }
    .advantages .body-text {
        max-width: 895px; }
    .advantages__list {
        margin-top: 44px; }
        .advantages__list-title {
            margin-bottom: 12px; }
        @media only screen and (max-width: 766px) {
            .advantages__list [class*='col-'] + [class*='col-'] {
                margin-top: 30px; } }
    .advantages .btn {
        margin-top: 55px;
        padding: 5px 32px; }
        @media only screen and (max-width: 766px) {
            .advantages .btn {
                margin-top: 35px; } }

.sc-advantages {
    overflow: hidden; }

.animate-fade.is-visible {
    opacity: 1;
    transition: opacity 250ms linear; }

.animate-fade.is-hidden {
    opacity: 0;
    transition: opacity 250ms linear;
    pointer-events: none; }

.blog-image {
    position: relative; }
    .blog-image img {
        width: 100%; }

.animate-fade.is-visible {
    opacity: 1;
    transition: opacity 250ms linear; }

.animate-fade.is-hidden {
    opacity: 0;
    transition: opacity 250ms linear;
    pointer-events: none; }

.sc-challenge .center {
    margin: 0 auto; }

.challenge-block {
    display: flex;
    margin-bottom: 40px;
    position: relative; }
    @media only screen and (max-width: 1023px) {
        .challenge-block {
            display: block; } }
    @media only screen and (max-width: 766px) {
        .challenge-block {
            margin-left: -22px;
            width: calc(100% + 44px); } }
    .challenge-block__anchor {
        top: -120px;
        position: absolute; }
        @media only screen and (max-width: 1023px) {
            .challenge-block__anchor {
                top: -72px; } }
    .challenge-block__left {
        background-color: #1e2622;
        color: #fff;
        padding: 40px 56px;
        width: 66%; }
        @media only screen and (max-width: 1023px) {
            .challenge-block__left {
                width: 100%;
                padding: 24px 32px 32px; } }
    @media only screen and (max-width: 1023px) and (max-width: 766px) {
        .challenge-block__left {
            padding: 16px 22px 32px; } }
    .challenge-block__right {
        background-color: #f2f0ec;
        width: 34%;
        position: absolute;
        top: 0;
        right: 0;
        height: 100%; }
        @media only screen and (max-width: 1023px) {
            .challenge-block__right {
                background-color: #1e2622;
                color: #fff;
                position: relative;
                width: 100%;
                height: auto; } }
        .challenge-block__right:after {
            content: '';
            position: absolute;
            bottom: 0;
            left: 0;
            width: calc(100% - 8px);
            height: 94px;
            background-image: linear-gradient(180deg, rgba(242, 240, 236, 0) 0%, #f2f0ec 100%);
            pointer-events: none; }
            @media only screen and (max-width: 1023px) {
                .challenge-block__right:after {
                    display: none; } }
        @media only screen and (max-width: 1023px) {
            .challenge-block__right.empty {
                display: none; } }
    .challenge-block__title {
        display: flex;
        align-items: center;
        margin-bottom: 32px; }
        @media only screen and (max-width: 1023px) {
            .challenge-block__title {
                margin-bottom: 8px;
                display: block; } }
        .challenge-block__title-img {
            width: 90px;
            flex-shrink: 0; }
            @media only screen and (max-width: 1023px) {
                .challenge-block__title-img {
                    height: 40px;
                    width: auto;
                    margin-bottom: 8px; } }
    .challenge-block__subtitle {
        font-size: 23px;
        font-weight: 600;
        display: flex;
        justify-content: space-between;
        align-items: flex-end;
        margin-bottom: 24px; }
        @media only screen and (max-width: 1023px) {
            .challenge-block__subtitle {
                display: block;
                font-size: 20px; } }
    .challenge-block__hashtags {
        display: flex; }
        @media only screen and (max-width: 1023px) {
            .challenge-block__hashtags {
                margin-top: 40px; } }
        .challenge-block__hashtags .hashtag {
            font-size: 18px;
            font-weight: 700;
            margin-left: 12px;
            position: relative;
            transition: color 0.3s ease; }
            @media only screen and (max-width: 1023px) {
                .challenge-block__hashtags .hashtag {
                    margin-right: 12px;
                    margin-left: 0;
                    font-size: 16px; } }
            .challenge-block__hashtags .hashtag:hover {
                color: #f9c522; }
            .challenge-block__hashtags .hashtag:after {
                content: '';
                background-color: #f9c522;
                position: absolute;
                left: 0;
                bottom: 0;
                height: 3px;
                width: 100%; }
    .challenge-block__desc {
        display: flex;
        justify-content: space-between; }
        @media only screen and (max-width: 1023px) {
            .challenge-block__desc {
                display: block; } }
        .challenge-block__desc .btn {
            flex-shrink: 0;
            min-width: 175px;
            margin-left: 32px; }
            @media only screen and (max-width: 1023px) {
                .challenge-block__desc .btn {
                    margin-left: 0;
                    margin-top: 28px;
                    width: 100%; } }
        .challenge-block__desc p {
            margin-bottom: 0; }
    .challenge-block__video {
        margin-bottom: 24px; }
        .challenge-block__answer .challenge-block__video {
            margin-bottom: 12px;
            display: block;
            width: 100%;
            padding-top: 56.36%;
            background-repeat: no-repeat;
            background-position: center;
            background-size: cover;
            position: relative; }
            .challenge-block__answer .challenge-block__video:after {
                content: '';
                position: absolute;
                top: 0;
                left: 0;
                height: 100%;
                width: 100%;
                display: block;
                background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='69' height='69' viewBox='0 0 69 69'%3E%3Cg%3E%3Cg%3E%3Cpath d='M0 .01h68.188v68.169H0z'/%3E%3C/g%3E%3Cg%3E%3Cpath fill='%23fff' d='M23.33 18.85L49.349 33.8 23.33 49.346z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E") no-repeat center/69px auto; }
                @media only screen and (max-width: 1361px) {
                    .challenge-block__answer .challenge-block__video:after {
                        background-size: 56px auto; } }
        .challenge-block__video .sc-video {
            margin-bottom: 0; }
            .challenge-block__video .sc-video .row {
                margin: 0; }
        .challenge-block__video .video-col-wrap {
            width: 100%;
            margin: 0;
            padding: 0;
            flex-basis: 100%;
            max-width: 100%; }
        @media only screen and (min-width: 767px) {
            .challenge-block__video .video__play-button {
                width: 86px;
                height: 86px; } }
        @media only screen and (min-width: 767px) {
            .challenge-block__answer .challenge-block__video .video__play-button {
                width: 68px;
                height: 68px; } }
        @media only screen and (min-width: 767px) {
            .challenge-block__video .video__play-button .icon-play {
                width: 34px;
                height: 39px;
                margin-left: 6px; } }
        @media only screen and (min-width: 767px) {
            .challenge-block__answer .challenge-block__video .video__play-button .icon-play {
                width: 27px;
                height: 32px;
                margin-left: 0; } }
    .challenge-block__answers {
        overflow-y: auto;
        padding: 0 40px 40px 40px;
        height: calc(100% - 96px);
        scrollbar-color: #9e9e9e #d8d8d8;
        scrollbar-width: thin; }
        @media only screen and (max-width: 1023px) {
            .challenge-block__answers {
                padding: 0 32px 32px;
                height: 100%;
                display: flex;
                overflow-x: auto; } }
        @media only screen and (max-width: 766px) {
            .challenge-block__answers {
                padding: 0 22px 32px; } }
        .challenge-block__answers:after {
            content: '';
            display: none;
            width: 32px;
            height: 100%;
            padding: 16px; }
            @media only screen and (max-width: 1023px) {
                .challenge-block__answers:after {
                    display: block; } }
            @media only screen and (max-width: 766px) {
                .challenge-block__answers:after {
                    padding: 11px; } }
        @media only screen and (min-width: 1023px) {
            .challenge-block__answers::-webkit-scrollbar {
                height: 8px;
                width: 8px; } }
        @media only screen and (min-width: 1023px) {
            .challenge-block__answers::-webkit-scrollbar-track {
                background-color: #d8d8d8;
                border-radius: 4px; } }
        @media only screen and (min-width: 1023px) {
            .challenge-block__answers::-webkit-scrollbar-thumb {
                background-color: #9e9e9e;
                border-radius: 4px; } }
        .challenge-block__answers-title {
            padding: 40px 40px 24px 40px; }
            @media only screen and (max-width: 1023px) {
                .challenge-block__answers-title {
                    padding: 0 32px 16px; } }
            @media only screen and (max-width: 766px) {
                .challenge-block__answers-title {
                    padding: 0 22px 16px; } }
    .challenge-block__answer {
        background-color: #fff;
        padding: 16px 24px 20px;
        margin-bottom: 12px; }
        @media only screen and (max-width: 1023px) {
            .challenge-block__answer {
                color: #000;
                width: 261px;
                margin-bottom: 0;
                margin-right: 12px;
                padding: 12px 16px 18px;
                flex-shrink: 0; } }
        .challenge-block__answer:last-of-type {
            margin-bottom: 0; }
            @media only screen and (max-width: 1023px) {
                .challenge-block__answer:last-of-type {
                    margin-right: 0; } }
        .challenge-block__answer-name {
            font-size: 16px;
            font-weight: 700;
            position: relative;
            display: flex;
            margin-bottom: 16px; }
            .challenge-block__answer-name:before {
                content: '';
                width: 24px;
                height: 24px;
                border-radius: 100%;
                margin-right: 12px;
                background: #c9c2b5 url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' width='40px' height='40px' viewBox='0 0 40 40' version='1.1'%3E%3Ctitle%3Eicon-FB%3C/title%3E%3Cg id='icon-FB' stroke='none' stroke-width='1' fill='none' fill-rule='evenodd'%3E%3Cpath d='M9.54112917,16.3492226 C9.54492003,15.8075321 9.56522223,15.7931151 10.1221428,15.792272 C11.8729339,15.7893211 13.6235565,15.7918504 15.3742633,15.7899956 C16.0323579,15.7893211 16.0293252,15.7865389 16.03657,15.141063 C16.0606631,13.0242968 15.9749052,10.8987622 16.1406925,8.79304053 C16.3546659,6.07598842 17.3382697,3.6675102 19.6482558,1.9969114 C20.7420474,1.20583249 21.9727315,0.716667 23.2891734,0.44341892 C25.6963743,-0.056116679 28.1205077,-0.116904049 30.5576985,0.177337173 C31.2585878,0.261899908 31.2636423,0.255408053 31.2456146,0.972041402 C31.1963333,2.92027239 31.1346685,4.86825045 31.0983605,6.81673437 C31.0911999,7.20270467 30.9528754,7.32056977 30.5774953,7.31955806 C29.2755429,7.31593273 27.9722426,7.31104277 26.6719751,7.36643431 C25.7545009,7.40538544 24.864321,7.64988387 24.3375589,8.48041977 C24.0713558,8.90011398 23.8518224,9.4264601 23.8337947,9.91284337 C23.7670755,11.7055228 23.8025411,13.5018275 23.7775214,15.296446 C23.7720457,15.6911845 23.9206477,15.7928622 24.2908891,15.7965718 C26.3906085,15.8175649 28.4899909,15.8681508 30.589626,15.8863617 C30.9796642,15.8897341 31.0567452,16.0073463 31.0025779,16.381176 C30.6868407,18.5583081 30.389721,20.7381381 30.099846,22.9188956 C30.0486271,23.3045286 29.9081123,23.463284 29.4870733,23.457298 C27.7786557,23.4328481 26.0696484,23.4579724 24.3612308,23.4395929 C23.9529122,23.4352088 23.8034678,23.5385726 23.8003509,23.9772365 C23.7656434,28.9126483 23.7101282,33.847807 23.6612681,38.7830501 C23.6555397,39.3681602 23.658067,39.3729659 23.0806757,39.373556 C20.9657929,39.3754952 18.8509943,39.3754952 16.7361114,39.3734717 C16.1761582,39.3728815 16.1505487,39.3405066 16.1438937,38.7728487 C16.0861882,33.865765 16.0283986,28.9586814 15.9690083,24.0515135 C15.961932,23.470366 15.9574672,23.4685112 15.377633,23.4662348 C13.5430216,23.4589842 11.7084102,23.443977 9.87379885,23.4544314 C9.48915216,23.4566235 9.36674926,23.3412877 9.37542614,22.9509333 C9.40010889,21.8443671 9.53354743,17.4426364 9.54112917,16.3492226' id='Fill-1' fill='%23fff'/%3E%3C/g%3E%3C/svg%3E") no-repeat center/13px auto;
                flex-shrink: 0; }
        .challenge-block__answer .body-text {
            line-height: 1.2em; }
        .challenge-block__answer p {
            margin-bottom: 0; }
    .challenge-block__empty {
        position: absolute;
        top: 0;
        left: 0;
        height: 100%;
        width: 100%;
        pointer-events: none;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center; }
        .challenge-block__empty-text {
            color: #787775;
            text-align: center;
            pointer-events: auto; }
            .challenge-block__empty-text .body-text {
                line-height: 1.3; }
    .challenge-block__flag-wrap {
        background-color: #f9f9f7;
        height: 152px;
        width: 152px;
        border-radius: 100%;
        display: flex;
        align-items: center;
        justify-content: center;
        margin-bottom: 48px; }
        .challenge-block__flag-wrap img {
            opacity: 0.13; }

.sc-content-card .col-md-6 .content-card__mobile::after, .sc-content-card .col-md-6 .content-card__bg::after {
    content: "";
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0; }

.animate-fade.is-visible {
    opacity: 1;
    transition: opacity 250ms linear; }

.animate-fade.is-hidden {
    opacity: 0;
    transition: opacity 250ms linear;
    pointer-events: none; }

.sc-content-card .section-title {
    margin-bottom: 16px; }

.sc-content-card .content-card {
    margin-top: 32px; }
    @media only screen and (max-width: 766px) {
        .sc-content-card .content-card {
            margin-top: 16px; } }

@media only screen and (min-width: 1023px) {
    .sc-content-card .col-md-6 .content-card {
        height: 360px; } }

.sc-content-card .col-md-6 .content-card .title {
    font-size: 42px;
    letter-spacing: 1.91px;
    line-height: 48px; }
    @media only screen and (max-width: 766px) {
        .sc-content-card .col-md-6 .content-card .title {
            font-size: 32px;
            letter-spacing: 1.45px;
            line-height: 40px; } }

.sc-content-card .col-md-6 .content-card__mobile::after, .sc-content-card .col-md-6 .content-card__bg::after {
    background-color: rgba(0, 0, 0, 0.2);
    z-index: 1; }

.animate-fade.is-visible {
    opacity: 1;
    transition: opacity 250ms linear; }

.animate-fade.is-hidden {
    opacity: 0;
    transition: opacity 250ms linear;
    pointer-events: none; }

.contact-card__wrapper.is-hidden {
    display: none; }

.animate-fade.is-visible {
    opacity: 1;
    transition: opacity 250ms linear; }

.animate-fade.is-hidden {
    opacity: 0;
    transition: opacity 250ms linear;
    pointer-events: none; }

.detail-page-header .title + div {
    margin-top: 26px; }
    @media only screen and (max-width: 766px) {
        .detail-page-header .title + div {
            margin-top: 16px; } }

.detail-page-header .lead-text {
    margin-bottom: 0; }

.detail-page-header__cards {
    margin: 40px 0;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 20px; }
    @media only screen and (max-width: 766px) {
        .detail-page-header__cards {
            grid-template-columns: 1fr;
            justify-items: center; } }
    .detail-page-header__cards img {
        width: 100%; }
        @media only screen and (max-width: 766px) {
            .detail-page-header__cards img {
                width: auto; } }

@media only screen and (max-width: 1361px) {
    .sc-detail-page-header .row.with-badge {
        flex-direction: column-reverse; } }

.editor-text ul {
    font-size: 18px;
    letter-spacing: 0.13px;
    line-height: 1.78; }

.editor-text ul {
    line-height: 1.33; }

.editor-text h1, .editor-text h2, .editor-text h3, .editor-text h4, .editor-text h5 {
    font-weight: 700;
    font-family: "Druk Text", sans-serif;
    text-transform: uppercase; }

.editor-text h1 {
    font-size: 80px;
    letter-spacing: 1.6px;
    line-height: 88px; }
    @media only screen and (min-width: 767px) and (max-width: 1360px) {
        .editor-text h1 {
            font-size: 60px;
            line-height: 62px; } }
    @media only screen and (max-width: 766px) {
        .editor-text h1 {
            font-size: 42px;
            letter-spacing: 1.91px;
            line-height: 48px; } }

.editor-text h2 {
    font-size: 64px;
    line-height: 72px;
    letter-spacing: 2px; }
    @media only screen and (min-width: 1023px) and (max-width: 1360px) {
        .editor-text h2 {
            font-size: 52px;
            line-height: 52px; } }
    @media only screen and (min-width: 767px) and (max-width: 1022px) {
        .editor-text h2 {
            font-size: 48px;
            line-height: 48px; } }
    @media only screen and (max-width: 766px) {
        .editor-text h2 {
            font-size: 36px;
            letter-spacing: 1.64px;
            line-height: 40px; } }

.editor-text h3 {
    font-size: 42px;
    letter-spacing: 1.91px;
    line-height: 48px; }
    @media only screen and (min-width: 767px) and (max-width: 1360px) {
        .editor-text h3 {
            font-size: 34px;
            line-height: 34px; } }
    @media only screen and (max-width: 766px) {
        .editor-text h3 {
            font-size: 32px;
            letter-spacing: 1.45px;
            line-height: 40px; } }

.editor-text h4 {
    font-size: 30px;
    letter-spacing: 1.36px;
    line-height: 32px; }
    @media only screen and (max-width: 766px) {
        .editor-text h4 {
            font-size: 24px;
            letter-spacing: 1.09px;
            line-height: 32px; } }

.editor-text h5 {
    font-size: 24px;
    letter-spacing: 1.09px;
    line-height: 32px; }

.editor-text h6 {
    font-size: 23px;
    font-weight: 700;
    letter-spacing: 0.17px;
    line-height: 32px; }
    @media only screen and (max-width: 766px) {
        .editor-text h6 {
            font-size: 20px;
            letter-spacing: 0.15px;
            line-height: 24px; } }

.editor-text ul {
    list-style: none;
    padding-left: 0;
    margin-bottom: 0; }

.editor-text ul li {
    position: relative;
    padding-left: 26px; }
    .editor-text ul li::before {
        content: '';
        position: absolute;
        left: 0;
        top: 6px;
        width: 10px;
        height: 10px;
        background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='28' viewBox='0 0 24 28'%3E%3Cg%3E%3Cg%3E%3Cpath fill='%23000' d='M0 0l24 13.726L0 28z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E") no-repeat center center/contain; }

.advantages__list .editor-text ul li::before, .editor-text ul .advantages__list li::before {
    top: 10px; }

.editor-text p + h2,
.editor-text p + h3,
.editor-text p + h4,
.editor-text p + h5,
.editor-text p + h6 {
    margin-top: 72px; }
    @media only screen and (min-width: 767px) and (max-width: 1022px) {
        .editor-text p + h2,
        .editor-text p + h3,
        .editor-text p + h4,
        .editor-text p + h5,
        .editor-text p + h6 {
            margin-top: 60px; } }
    @media only screen and (max-width: 766px) {
        .editor-text p + h2,
        .editor-text p + h3,
        .editor-text p + h4,
        .editor-text p + h5,
        .editor-text p + h6 {
            margin-top: 40px; } }

.editor-text h1, .editor-text h2, .editor-text h3, .editor-text h4, .editor-text h6, .editor-text p {
    margin-bottom: 32px; }
    @media only screen and (max-width: 766px) {
        .editor-text h1, .editor-text h2, .editor-text h3, .editor-text h4, .editor-text h6, .editor-text p {
            margin-bottom: 26px; } }

.animate-fade.is-visible {
    opacity: 1;
    transition: opacity 250ms linear; }

.animate-fade.is-hidden {
    opacity: 0;
    transition: opacity 250ms linear;
    pointer-events: none; }

.editor-text {
    position: relative; }
    .container .editor-text .container {
        max-width: 100%;
        padding: 0; }
    .editor-text h6 + ul {
        margin-bottom: 44px; }
    .editor-text h5 {
        margin-bottom: 24px; }
    .editor-text p a {
        border-bottom: 3px solid #f9c522;
        transition: 0.3s; }
        .editor-text p a:hover {
            border-color: #e1b21e; }
    .editor-text ul {
        margin-bottom: 72px; }
        @media only screen and (max-width: 1023px) {
            .editor-text ul {
                margin-bottom: 40px; } }
        .editor-text ul ul {
            margin: 32px 0; }
        .editor-text ul li + li {
            margin-top: 12px; }
        .editor-text ul li li::before {
            background: #000;
            border-radius: 100%;
            width: 8px;
            height: 8px;
            top: 8px;
            left: 5px; }
        .editor-text ul a {
            border-bottom: 3px solid #f9c522;
            transition: 0.3s; }
            .editor-text ul a:hover {
                border-color: #e1b21e; }
    .editor-text ol {
        list-style: none;
        counter-reset: counter;
        padding: 0;
        margin-bottom: 72px; }
        @media only screen and (max-width: 1023px) {
            .editor-text ol {
                margin-bottom: 40px; } }
        .editor-text ol ol {
            margin: 32px 0; }
        .editor-text ol li {
            counter-increment: counter;
            display: grid;
            grid-template-columns: 25px 1fr;
            grid-gap: 10px; }
            .editor-text ol li:before {
                content: counter(counter) ". ";
                font-weight: 700; }
    .editor-text.has-bg {
        padding: 50px 0 65px;
        color: #fff; }
        @media only screen and (max-width: 1023px) {
            .editor-text.has-bg {
                padding: 25px 0 25px 29px; } }
        .editor-text.has-bg li::before {
            background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='28' viewBox='0 0 24 28'%3E%3Cg%3E%3Cg%3E%3Cpath fill='%23fff' d='M0 0l24 13.726L0 28z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E"); }
        .editor-text.has-bg::before {
            content: '';
            position: absolute;
            background-color: #08140f;
            left: 8.5%;
            bottom: 0;
            width: 100vw;
            height: 100%;
            z-index: -1; }
            @media only screen and (min-width: 1023px) and (max-width: 1360px) {
                .editor-text.has-bg::before {
                    left: 200px; } }
            @media only screen and (max-width: 1023px) {
                .editor-text.has-bg::before {
                    left: 0; } }
    .editor-text img {
        margin-bottom: 72px; }

.sc-editor-text {
    overflow: hidden; }

.fb-share-ui .owl-next:before,
.fb-share-ui .owl-prev:before, .sc-feed #cff .owl-prev:before,
.sc-feed #cff .owl-next:before {
    content: "";
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0; }

.sc-feed #cff .cff-header span {
    color: inherit;
    font-size: inherit;
    font-weight: inherit;
    letter-spacing: inherit;
    line-height: inherit;
    text-transform: inherit;
    text-align: inherit;
    font-style: inherit; }

.animate-fade.is-visible {
    opacity: 1;
    transition: opacity 250ms linear; }

.animate-fade.is-hidden {
    opacity: 0;
    transition: opacity 250ms linear;
    pointer-events: none; }

.fb-share-slider {
    margin-bottom: 32px; }
    .fb-share-slider__wrapper {
        background-color: #f2f0ec;
        box-sizing: border-box;
        padding: 40px 0 64px 0; }
    .fb-share-slider__header {
        display: flex;
        align-items: flex-start;
        justify-content: space-between; }
    .fb-share-slider__slide {
        background-color: #fff;
        padding: 10px; }

.fb-share-ui {
    display: flex; }
    .fb-share-ui .fb-share-arrows {
        display: flex; }
    .fb-share-ui .owl-next,
    .fb-share-ui .owl-prev {
        border: 1px solid #000;
        background-color: transparent;
        width: 48px;
        height: 48px;
        position: relative;
        cursor: pointer;
        border-radius: 100%;
        display: inline-flex;
        align-items: center;
        justify-content: center;
        transition: background-color 0.3s ease, box-shadow 0.3s ease, opacity 0.3s ease;
        -webkit-transition: background-color 0.3s ease, box-shadow 0.3s ease, opacity 0.3s ease; }
        .fb-share-ui .owl-next:before,
        .fb-share-ui .owl-prev:before {
            background: url("data:image/svg+xml,%3Csvg version='1.1' id='Layer_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 28 19' enable-background='new 0 0 28 19' xml:space='preserve'%3E%3Cg transform='rotate(-270 23 10)'%3E%3Cpath fill='none' stroke='%23000' stroke-width='0.86' stroke-miterlimit='20' d='M14.2,14.5L14.2,14.5l8.2-8.8l0,0l8.8,8.8l0,0' /%3E%3C/g%3E%3Cg%3E%3Cpath fill='none' stroke='%23000' stroke-width='0.86' stroke-linecap='square' stroke-miterlimit='20' d='M26.5,9.5L0.4,9.4'/%3E%3C/g%3E%3C/svg%3E%0A") no-repeat scroll center/24px auto; }
        .fb-share-ui .owl-next:hover,
        .fb-share-ui .owl-prev:hover {
            background-color: #000;
            box-shadow: 0 0 0 3px rgba(0, 0, 0, 0.2); }
            .fb-share-ui .owl-next:hover:before,
            .fb-share-ui .owl-prev:hover:before {
                background-image: url("data:image/svg+xml,%3Csvg version='1.1' id='Layer_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 28 19' enable-background='new 0 0 28 19' xml:space='preserve'%3E%3Cg transform='rotate(-270 23 10)'%3E%3Cpath fill='none' stroke='%23fff' stroke-width='0.86' stroke-miterlimit='20' d='M14.2,14.5L14.2,14.5l8.2-8.8l0,0l8.8,8.8l0,0' /%3E%3C/g%3E%3Cg%3E%3Cpath fill='none' stroke='%23fff' stroke-width='0.86' stroke-linecap='square' stroke-miterlimit='20' d='M26.5,9.5L0.4,9.4'/%3E%3C/g%3E%3C/svg%3E%0A"); }
        @media only screen and (max-width: 1361px) {
            .fb-share-ui .owl-next,
            .fb-share-ui .owl-prev {
                height: 44px;
                width: 44px; } }
        @media only screen and (max-width: 766px) {
            .fb-share-ui .owl-next,
            .fb-share-ui .owl-prev {
                height: 40px;
                width: 40px; } }
        .fb-share-ui .owl-next span,
        .fb-share-ui .owl-prev span {
            display: none; }
    .fb-share-ui .owl-prev {
        margin-right: 25px;
        transform: rotate(180deg);
        -webkit-transform: rotate(180deg); }
        @media only screen and (min-width: 1023px) and (max-width: 1360px) {
            .fb-share-ui .owl-prev {
                margin-right: 15px; } }
        @media only screen and (max-width: 1023px) {
            .fb-share-ui .owl-prev {
                margin-right: 12px; } }

.fb-share-ui {
    display: flex;
    align-items: center;
    justify-content: flex-end; }
    @media only screen and (max-width: 766px) {
        .fb-share-ui {
            justify-content: center; } }

.fb-share-pagination {
    line-height: 1.3em;
    position: relative;
    width: auto;
    margin-left: 75px; }
    @media only screen and (max-width: 1361px) {
        .fb-share-pagination {
            margin-left: 25px; } }
    @media only screen and (max-width: 766px) {
        .fb-share-pagination {
            margin-left: 12px; } }
    .fb-share-pagination.owl-dots {
        position: relative;
        left: 0;
        top: 0;
        margin-top: 0; }
        .fb-share-pagination.owl-dots:after {
            content: counter(slides-num);
            font-size: 18px;
            font-weight: 500;
            line-height: 1.3em;
            color: #737373;
            margin-left: -2px; }
    .fb-share-pagination .owl-dot {
        font-family: "Archivo", sans-serif;
        margin: 0;
        counter-increment: slides-num; }
        .fb-share-pagination .owl-dot.active {
            margin: 0 12px; }
            .fb-share-pagination .owl-dot.active:before {
                content: counter(slides-num) " /";
                font-size: 18px;
                font-weight: 500;
                line-height: 1.3em;
                letter-spacing: 1px; }

.sc-feed {
    background-color: #f2f0ec;
    padding: 40px 0 64px 0; }
    .sc-feed #cff {
        background-color: transparent !important;
        float: none !important; }
        .sc-feed #cff .cff-header {
            padding: 0 !important;
            margin: 0 !important;
            font-size: 32px !important;
            font-weight: 400 !important;
            letter-spacing: 0.23px;
            line-height: 40px; }
            @media only screen and (max-width: 766px) {
                .sc-feed #cff .cff-header {
                    font-size: 26px !important;
                    letter-spacing: 0.19px;
                    line-height: 1.23; } }
            .sc-feed #cff .cff-header span {
                display: block;
                height: auto; }
            .sc-feed #cff .cff-header .fa {
                display: none !important; }
        .sc-feed #cff .cff-posts-wrap {
            display: flex !important;
            flex-flow: column; }
            .sc-feed #cff .cff-posts-wrap .owl-stage-outer {
                order: 2; }
            .sc-feed #cff .cff-posts-wrap .owl-controls {
                order: 1; }
        .sc-feed #cff .cff-error-msg {
            display: none; }
        .sc-feed #cff .cff-item {
            display: flex;
            flex-flow: column;
            background-color: white; }
        @media only screen and (min-width: 767px) {
            .sc-feed #cff .owl-carousel .owl-stage,
            .sc-feed #cff .owl-carousel .owl-item {
                display: flex; } }
        .sc-feed #cff .cff-meta-wrap {
            display: flex;
            flex-flow: column;
            margin-top: auto; }
        .sc-feed #cff .cff-post-links,
        .sc-feed #cff .cff-event-meta {
            margin-bottom: 12px;
            margin-top: 0; }
        .sc-feed #cff .cff-expand {
            display: block !important; }
        .sc-feed #cff .cff-page-name,
        .sc-feed #cff .cff-more,
        .sc-feed #cff .cff-post-links {
            color: #233726; }
        .sc-feed #cff .owl-nav {
            pointer-events: none;
            display: flex;
            justify-content: flex-end;
            margin-top: -30px;
            margin-bottom: 40px; }
        .sc-feed #cff .cff_owl-theme .cff_owl-buttons {
            pointer-events: all;
            display: grid !important;
            grid-template-columns: 1fr 1fr;
            grid-gap: 20px; }
        .sc-feed #cff .owl-prev,
        .sc-feed #cff .owl-next {
            pointer-events: all;
            background-color: transparent;
            width: 48px;
            height: 48px;
            border: 1px solid #000;
            position: relative;
            cursor: pointer;
            border-radius: 100%;
            display: inline-flex;
            align-items: center;
            justify-content: center;
            margin: 0;
            top: auto;
            opacity: 1;
            transition: background-color 0.3s ease, box-shadow 0.3s ease, opacity 0.3s ease; }
            .sc-feed #cff .owl-prev:before,
            .sc-feed #cff .owl-next:before {
                background: url("data:image/svg+xml,%3Csvg version='1.1' id='Layer_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 28 19' enable-background='new 0 0 28 19' xml:space='preserve'%3E%3Cg transform='rotate(-270 23 10)'%3E%3Cpath fill='none' stroke='%23000' stroke-width='0.86' stroke-miterlimit='20' d='M14.2,14.5L14.2,14.5l8.2-8.8l0,0l8.8,8.8l0,0' /%3E%3C/g%3E%3Cg%3E%3Cpath fill='none' stroke='%23000' stroke-width='0.86' stroke-linecap='square' stroke-miterlimit='20' d='M26.5,9.5L0.4,9.4'/%3E%3C/g%3E%3C/svg%3E%0A") no-repeat scroll center/24px auto; }
            .sc-feed #cff .owl-prev:hover,
            .sc-feed #cff .owl-next:hover {
                background-color: #000;
                box-shadow: 0 0 0 3px rgba(0, 0, 0, 0.2); }
                .sc-feed #cff .owl-prev:hover:before,
                .sc-feed #cff .owl-next:hover:before {
                    background-image: url("data:image/svg+xml,%3Csvg version='1.1' id='Layer_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 28 19' enable-background='new 0 0 28 19' xml:space='preserve'%3E%3Cg transform='rotate(-270 23 10)'%3E%3Cpath fill='none' stroke='%23fff' stroke-width='0.86' stroke-miterlimit='20' d='M14.2,14.5L14.2,14.5l8.2-8.8l0,0l8.8,8.8l0,0' /%3E%3C/g%3E%3Cg%3E%3Cpath fill='none' stroke='%23fff' stroke-width='0.86' stroke-linecap='square' stroke-miterlimit='20' d='M26.5,9.5L0.4,9.4'/%3E%3C/g%3E%3C/svg%3E%0A"); }
            .sc-feed #cff .owl-prev span,
            .sc-feed #cff .owl-next span {
                display: none !important; }
        .sc-feed #cff .owl-prev:before {
            transform: scale(-1); }
        .sc-feed #cff .owl-next {
            margin-left: 20px; }
        .sc-feed #cff .cff-post-text {
            font-size: 14px;
            margin-top: 0;
            margin-bottom: 20px; }
    .sc-feed .cff-lightbox-wrapper {
        height: 300px; }
    .sc-feed .cff-lightbox-outerContainer {
        height: 100% !important; }

.animate-fade.is-visible {
    opacity: 1;
    transition: opacity 250ms linear; }

.animate-fade.is-hidden {
    opacity: 0;
    transition: opacity 250ms linear;
    pointer-events: none; }

.filter {
    position: relative; }
    @media only screen and (min-width: 1023px) {
        .filter {
            display: flex;
            align-items: center; } }
    @media only screen and (max-width: 1023px) {
        .filter {
            padding: 7px 32px;
            position: fixed;
            width: 328px;
            height: calc(100% - 66px);
            top: 66px;
            background-color: #08140f;
            z-index: 999;
            right: 0;
            transform: translate(100%, 0);
            -webkit-transform: translate(100%, 0);
            transition: transform 0.3s ease;
            -webkit-transition: transform 0.3s ease; }
            .is-open-filter .filter {
                transform: translate(0, 0);
                -webkit-transform: translate(0, 0); } }
    .filter ul {
        list-style: none;
        padding-left: 0;
        margin-bottom: 0; }
    @media only screen and (min-width: 1361px) {
        .filter__title {
            margin-right: 89px; } }
    @media only screen and (min-width: 1023px) and (max-width: 1360px) {
        .filter__title {
            margin-right: 30px; } }
    @media only screen and (max-width: 1023px) {
        .filter__title {
            padding: 20px 100px 20px 0;
            border-bottom: 1px solid rgba(212, 212, 212, 0.25); } }
    .filter__title i:not(.hidden-tablet-p) {
        display: none; }
        @media only screen and (max-width: 1023px) {
            .filter__title i:not(.hidden-tablet-p) {
                width: 12px;
                height: 12px;
                display: inline-block;
                margin-right: 6px; } }
    .filter__title .hidden-tablet-p {
        font-style: normal; }
        @media only screen and (max-width: 1023px) {
            .filter__title .hidden-tablet-p {
                display: none; } }
    .filter__trigger {
        display: none; }
        @media only screen and (max-width: 1023px) {
            .filter__trigger {
                letter-spacing: 1px;
                display: inline-flex;
                align-items: center;
                justify-content: center;
                padding: 14px 0;
                width: 100%;
                cursor: pointer; } }
        .filter__trigger i {
            display: inline-block;
            margin: 0 14px 0 -30px; }
    @media only screen and (min-width: 1023px) {
        .filter__list {
            padding-right: 140px; } }
    @media only screen and (max-width: 1023px) {
        .filter__list {
            padding-bottom: 56px; } }
    .filter__list--secondary .checkbox.level-1 > .checkbox__label {
        padding-left: 0; }
        .filter__list--secondary .checkbox.level-1 > .checkbox__label:before {
            display: none; }
        @media only screen and (min-width: 767px) {
            .filter__list--secondary .checkbox.level-1 > .checkbox__label:after {
                display: none; } }
    .filter__list--secondary .checkbox.level-2 .checkbox__label {
        padding-left: 25px; }
        .filter__list--secondary .checkbox.level-2 .checkbox__label:before {
            display: block; }
        .filter__list--secondary .checkbox.level-2 .checkbox__label:after {
            content: '';
            position: absolute;
            width: 14px;
            height: 14px;
            left: 0;
            top: 4px;
            background: #f9c522 url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='7' height='8' viewBox='0 0 7 8'%3E%3Cg%3E%3Cg%3E%3Cpath fill='none' stroke='%23000' stroke-miterlimit='20' d='M0 4.762v0l2.237 1.663v0L6.464 0v0'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E") no-repeat center center/7px auto;
            transition: opacity 0.3s ease, border 0.3s ease, background-color 0.3s ease;
            -webkit-transition: opacity 0.3s ease, border 0.3s ease, background-color 0.3s ease;
            transform: rotate(0deg);
            -webkit-transform: rotate(0deg); }
    .filter__list--secondary .has-subfilter {
        transition: color 0.3s ease;
        -webkit-transition: color 0.3s ease; }
        @media only screen and (min-width: 767px) {
            .filter__list--secondary .has-subfilter {
                padding: 24px 20px 24px 0;
                background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='18' height='11' viewBox='0 0 18 11'%3E%3Cg%3E%3Cg%3E%3Cpath fill='%23fff' d='M2.115 0L9 6.805 15.885 0 18 2.105 9 11 0 2.105z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E") no-repeat center right/10px auto; } }
    .filter__reset, .filter__redo {
        display: flex;
        align-items: center;
        position: absolute;
        right: 5px;
        top: 50%;
        color: #b5b8b7;
        transform: translate(100%, -50%);
        -webkit-transform: translate(100%, -50%); }
        @media only screen and (min-width: 1023px) and (max-width: 1360px) {
            .filter__reset, .filter__redo {
                transform: translate(0, -50%);
                -webkit-transform: translate(0, -50%); } }
        @media only screen and (max-width: 1023px) {
            .filter__reset, .filter__redo {
                position: absolute;
                right: 25px;
                top: 32px;
                z-index: 9;
                transform: translate(0, 0);
                -webkit-transform: translate(0, 0); } }
        .filter__reset i, .filter__redo i {
            margin-right: 10px;
            width: 12px;
            height: 12px; }
            @media only screen and (max-width: 1023px) {
                .filter__reset i, .filter__redo i {
                    display: none; } }
    @media only screen and (min-width: 1023px) {
        .filter .selected-filters {
            right: -5px;
            transform: translate(100%, 0);
            -webkit-transform: translate(100%, 0); } }
    @media only screen and (max-width: 1023px) {
        .filter .selected-filters {
            width: 100%;
            display: block;
            opacity: 0.71; } }
    .filter .checkbox.disabled .checkbox__label {
        pointer-events: none;
        opacity: 0.4; }
    @media only screen and (min-width: 1023px) {
        .filter .checkbox.disabled:hover {
            color: inherit; }
            .filter .checkbox.disabled:hover .checkbox__label::before {
                border-color: inherit; } }
    @media only screen and (max-width: 1023px) {
        .filter .checkbox__label {
            padding-left: 0;
            width: 100%; }
            .filter .checkbox__label::before {
                display: none; }
            .filter .checkbox__label::after {
                width: 14px;
                height: 16px;
                right: 0;
                left: inherit;
                background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='7' height='8' viewBox='0 0 7 8'%3E%3Cg%3E%3Cg%3E%3Cpath fill='none' stroke='%23f9c522' stroke-miterlimit='20' d='M0 4.762v0l2.237 1.663v0L6.464 0v0'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E") no-repeat center center/contain;
                transform: rotate(10deg);
                -webkit-transform: rotate(10deg); } }
    .filter li {
        display: inline-block; }
        @media only screen and (min-width: 1023px) {
            .filter li {
                padding: 24px 0;
                position: relative; } }
        @media only screen and (max-width: 1023px) {
            .filter li {
                padding: 12px 0;
                width: 100%;
                border-bottom: 1px solid rgba(212, 212, 212, 0.25); } }
        @media only screen and (min-width: 1361px) {
            .filter li:not(:last-child) {
                margin-right: 55px; } }
        @media only screen and (min-width: 1023px) and (max-width: 1360px) {
            .filter li:not(:last-child) {
                margin-right: 30px; } }
        @media only screen and (min-width: 1023px) {
            .filter li:hover > .checkbox {
                color: #f9c522; }
                .filter li:hover > .checkbox .checkbox__label::before {
                    border-color: #f9c522; } }
        @media only screen and (min-width: 1023px) {
            .filter li:hover > .checkbox.disabled .checkbox__label::before {
                border-color: rgba(255, 255, 255, 0.5); } }
        .filter li:hover .sub-filter {
            display: block; }
    .filter .sub-filter {
        background-color: #08140f;
        position: absolute; }
        @media only screen and (min-width: 1023px) {
            .filter .sub-filter {
                left: -30px;
                width: 210px;
                padding: 0 5px 26px 30px;
                top: 100%;
                z-index: 9;
                display: none; } }
        @media only screen and (max-width: 1023px) {
            .filter .sub-filter {
                position: absolute;
                left: 0;
                top: 0;
                width: 100%;
                height: 100%;
                z-index: 3;
                padding: 15px 32px;
                transition: transform 0.3s ease;
                -webkit-transition: transform 0.3s ease;
                transform: translate(100%, 0);
                -webkit-transform: translate(100%, 0); } }
        .filter .sub-filter__title {
            padding-bottom: 20px; }
            @media only screen and (min-width: 1023px) {
                .filter .sub-filter__title {
                    display: none; } }
            .filter .sub-filter__title .icon[class*='icon-chevron-left']::before {
                width: 10px;
                height: 15px;
                opacity: 1; }
        @media only screen and (min-width: 1023px) {
            .filter .sub-filter__item {
                padding: 0;
                width: 100%; }
                .filter .sub-filter__item:not(:last-child) {
                    margin-right: 0; }
                .filter .sub-filter__item + li {
                    margin-top: 16px; } }
    @media only screen and (max-width: 1023px) {
        .filter .is-open-sub .sub-filter {
            display: block;
            transform: translate(0, 0);
            -webkit-transform: translate(0, 0); } }
    .filter .is-open-sub > .checkbox,
    .filter .sub-selected > .checkbox {
        color: #f9c522; }
        @media only screen and (min-width: 1023px) {
            .filter .is-open-sub > .checkbox .checkbox__label::before,
            .filter .sub-selected > .checkbox .checkbox__label::before {
                border-color: #f9c522;
                background-color: #f9c522; }
            .filter .is-open-sub > .checkbox .checkbox__label::after,
            .filter .sub-selected > .checkbox .checkbox__label::after {
                opacity: 1;
                width: 8px;
                height: 1px;
                top: 11px;
                left: 3px;
                background: #000; } }
    .filter .radio-button__label {
        cursor: pointer;
        position: relative;
        margin-bottom: 0;
        transition: color 0.3s ease;
        -webkit-transition: color 0.3s ease;
        width: 100%;
        padding-left: 24px; }
        .filter .radio-button__label:hover {
            color: #f9c522; }
            .filter .radio-button__label:hover:before, .bg-green-dark .filter .radio-button__label:hover:before {
                border-color: #f9c522; }
        .filter .radio-button__label:after {
            content: '';
            position: absolute;
            top: 4px;
            transition: opacity 0.3s ease, border 0.3s ease, background-color 0.3s ease;
            -webkit-transition: opacity 0.3s ease, border 0.3s ease, background-color 0.3s ease;
            width: 14px;
            height: 16px;
            right: 0;
            left: inherit;
            background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='7' height='8' viewBox='0 0 7 8'%3E%3Cg%3E%3Cg%3E%3Cpath fill='none' stroke='%23f9c522' stroke-miterlimit='20' d='M0 4.762v0l2.237 1.663v0L6.464 0v0'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E") no-repeat center center/contain;
            opacity: 0; }
        .filter .radio-button__label:before {
            border: 1px solid rgba(0, 0, 0, 0.5);
            content: '';
            position: absolute;
            top: 4px;
            left: 0;
            width: 14px;
            height: 14px;
            border-radius: 100%;
            transition: border-color 0.3s ease;
            -webkit-transition: border-color 0.3s ease; }
            .bg-green-dark .filter .radio-button__label:before {
                border-color: rgba(255, 255, 255, 0.5); }
    .filter .radio-button input {
        position: absolute;
        width: 0;
        height: 0;
        opacity: 0; }
        .filter .radio-button input:checked + .radio-button__label {
            color: #f9c522; }
            @media only screen and (max-width: 1023px) {
                .filter .radio-button input:checked + .radio-button__label:after {
                    opacity: 1; } }
            .filter .radio-button input:checked + .radio-button__label:before, .bg-green-dark .filter .radio-button input:checked + .radio-button__label:before {
                border: 4px solid #f9c522; }
    .filter .mobile-button {
        display: none; }
        @media only screen and (max-width: 1023px) {
            .filter .mobile-button {
                display: block;
                position: absolute;
                bottom: 14px;
                left: 20px;
                right: 20px;
                z-index: 3; } }
        .filter .mobile-button .btn {
            width: 100%; }
    .filter__option {
        position: relative;
        padding-left: 24px;
        cursor: pointer;
        transition: color 0.3s ease; }
        .filter__option:hover {
            color: #f9c522; }
            .filter__option:hover:before, .bg-green-dark .filter__option:hover:before {
                border-color: #f9c522; }
        .filter__option.is-active {
            color: #f9c522; }
            .filter__option.is-active:before, .bg-green-dark .filter__option.is-active:before {
                border: 4px solid #f9c522; }
        .filter__option:before {
            border: 1px solid rgba(0, 0, 0, 0.5);
            content: '';
            position: absolute;
            top: 4px;
            left: 0;
            width: 14px;
            height: 14px;
            border-radius: 100%;
            transition: border-color 0.3s ease;
            -webkit-transition: border-color 0.3s ease; }
            .bg-green-dark .filter__option:before {
                border-color: rgba(255, 255, 255, 0.5); }

@media only screen and (max-width: 766px) {
    .sc-filter {
        margin: 16px 0; } }

@media only screen and (max-width: 766px) {
    .sc-filter-infos {
        margin: 0; } }

@media only screen and (max-width: 1023px) {
    .sc-filter::before {
        content: '';
        position: fixed;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        z-index: 9;
        background-color: rgba(0, 0, 0, 0.4);
        opacity: 0;
        pointer-events: none;
        transition: opacity 0.3s ease;
        -webkit-transition: opacity 0.3s ease; }
        .is-open-filter .sc-filter::before {
            opacity: 1;
            pointer-events: auto; } }

.animate-fade.is-visible {
    opacity: 1;
    transition: opacity 250ms linear; }

.animate-fade.is-hidden {
    opacity: 0;
    transition: opacity 250ms linear;
    pointer-events: none; }

.gallery .arrow {
    position: absolute;
    z-index: 9;
    top: 50%;
    transform: translate(0, -50%);
    -webkit-transform: translate(0, -50%); }
    @media only screen and (max-width: 1023px) {
        .gallery .arrow {
            display: none; } }
    .gallery .arrow.swiper-button-disabled {
        opacity: 0;
        pointer-events: none; }
    .gallery .arrow--left {
        left: -64px; }
    .gallery .arrow--right {
        right: -64px; }

.main-slider {
    position: relative;
    overflow: visible; }

.thumbnail-slider {
    margin-top: 16px; }
    .thumbnail-slider__slide {
        cursor: pointer; }
        .thumbnail-slider__slide::after {
            content: '';
            display: block;
            width: 100%;
            height: 5px;
            margin-top: 4px;
            background-color: #f9c522;
            opacity: 0;
            transition: opacity 0.3s ease;
            -webkit-transition: opacity 0.3s ease; }
            @media only screen and (max-width: 766px) {
                .thumbnail-slider__slide::after {
                    margin-top: 0; } }
        .thumbnail-slider__slide.swiper-slide-thumb-active::after {
            opacity: 1; }
        .thumbnail-slider__slide .image-aspect {
            height: 77px; }
            @media only screen and (max-width: 766px) {
                .thumbnail-slider__slide .image-aspect {
                    height: 39px; } }
            .thumbnail-slider__slide .image-aspect::before {
                display: none; }

.sc-gallery {
    overflow: hidden; }

.footer-main ul {
    list-style: none;
    padding-left: 0;
    margin-bottom: 0; }

.footer-main__bottom ul {
    font-size: 0;
    line-height: 0; }

.animate-fade.is-visible {
    opacity: 1;
    transition: opacity 250ms linear; }

.animate-fade.is-hidden {
    opacity: 0;
    transition: opacity 250ms linear;
    pointer-events: none; }

.footer-main {
    position: relative;
    z-index: 20; }
    @media only screen and (max-width: 766px) {
        .footer-main {
            padding: 0 10px; } }
    .footer-main__top {
        padding: 68px 0; }
        @media only screen and (min-width: 767px) and (max-width: 1022px) {
            .footer-main__top {
                padding: 60px 0; } }
        @media only screen and (max-width: 766px) {
            .footer-main__top {
                padding-bottom: 0; } }
    .footer-main__title {
        margin-bottom: 24px; }
        @media only screen and (max-width: 766px) {
            .footer-main__title {
                margin-bottom: 15px; } }
        .text-center .footer-main__title {
            margin-top: 40px; }
            @media only screen and (max-width: 766px) {
                .text-center .footer-main__title {
                    margin: 28px 0; } }
    .footer-main__logo {
        position: absolute;
        left: 50%;
        top: 0;
        transform: translate(-50%, -50%);
        -webkit-transform: translate(-50%, -50%); }
    .footer-main__nav li {
        display: block; }
        .footer-main__nav li:not(:last-child) {
            margin-bottom: 8px; }
            @media only screen and (max-width: 766px) {
                .footer-main__nav li:not(:last-child) {
                    margin-bottom: 16px; } }
    .footer-main__contact i {
        display: inline-block;
        margin-right: 10px; }
    .footer-main__contact p {
        position: relative; }
        .footer-main__contact p + p {
            margin-top: 9px; }
            @media only screen and (max-width: 766px) {
                .footer-main__contact p + p {
                    margin-top: 15px; } }
    @media only screen and (max-width: 766px) {
        .footer-main .text-center {
            text-align: left; } }
    @media only screen and (max-width: 766px) {
        .footer-main [class*='col-'] {
            margin-bottom: 52px; } }
    .footer-main a:focus, .footer-main a:hover {
        color: #f9c522; }
    .footer-main__bottom {
        position: relative;
        padding: 5px 0;
        background-color: rgba(255, 255, 255, 0.05); }
        @media only screen and (max-width: 766px) {
            .footer-main__bottom {
                padding: 28px 10px 70px 10px;
                width: calc(100% + 20px);
                margin-left: -10px; } }
        @media only screen and (max-width: 766px) {
            .footer-main__bottom .copywrite-text {
                position: absolute;
                left: 0;
                bottom: 28px;
                padding: 0 22px 0 32px;
                font-weight: 700;
                margin: 0; } }
        .footer-main__bottom p {
            display: inline-block; }
        .footer-main__bottom li {
            display: inline-block;
            vertical-align: middle;
            letter-spacing: 0.12px;
            margin: 5px 0;
            position: relative; }
            @media only screen and (max-width: 766px) {
                .footer-main__bottom li {
                    width: 100%;
                    margin: 0 0 16px;
                    letter-spacing: 0; } }
            .footer-main__bottom li:not(:last-child)::after {
                content: '|';
                display: inline-block;
                font-size: 16px;
                margin: 0 11px; }
                @media only screen and (max-width: 766px) {
                    .footer-main__bottom li:not(:last-child)::after {
                        display: none; } }

.top-button {
    display: none;
    align-items: center;
    justify-content: center;
    width: 54px;
    height: 54px;
    background-color: #08140f;
    border-radius: 100%;
    position: fixed;
    bottom: 10px;
    right: 20px;
    z-index: 0;
    opacity: 0;
    visibility: hidden;
    transition: 0.5s; }
    @media only screen and (max-width: 766px) {
        .top-button {
            display: flex; } }
    .top-button.button-active {
        z-index: 999;
        opacity: 1;
        visibility: visible; }
    .top-button:hover {
        transform: translate(0, -10px);
        -webkit-transform: translate(0, -10px); }
    .top-button i {
        display: inline-block; }
        .top-button i::before {
            opacity: 1; }

.header__image::after, .header--video .header__video__wrapper::after, .header--homepage::before {
    content: "";
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0; }

.header .title h1,
.header .title h2 {
    text-shadow: 0 0 42px rgba(0, 0, 0, 0.85); }

.animate-fade.is-visible {
    opacity: 1;
    transition: opacity 250ms linear; }

.animate-fade.is-hidden {
    opacity: 0;
    transition: opacity 250ms linear;
    pointer-events: none; }

.header {
    height: 600px;
    padding: 30px 0;
    background-color: #000;
    display: flex;
    align-items: center;
    justify-content: center; }
    @media only screen and (min-width: 767px) and (max-width: 1360px) {
        .header {
            height: 520px; } }
    @media only screen and (max-width: 1361px) {
        .header {
            padding: 30px 0; } }
    @media only screen and (max-width: 766px) {
        .header {
            height: calc(var(--vh, 1vh) * 100 - 67px);
            padding: 0 0 30px; } }
    .header__image {
        z-index: 0; }
        .header__image::after {
            z-index: 1;
            background-color: rgba(0, 0, 0, 0.4); }
    .header__icon {
        width: 100%;
        max-width: 433px;
        margin: 0 auto;
        margin-top: 50px; }
        @media only screen and (max-width: 766px) {
            .header__icon {
                max-width: 260px; } }
        .header__icon-img {
            width: 100%;
            padding-top: 57.31%;
            background-repeat: no-repeat;
            background-position: center;
            background-size: contain; }
    .header--video .header__video__wrapper {
        z-index: 0; }
        .header--video .header__video__wrapper::after {
            z-index: 1;
            background-color: rgba(0, 0, 0, 0.4); }
    .header .container {
        position: relative;
        z-index: 3; }
    .header .title--keyvisual {
        margin-bottom: 10px; }
    @media only screen and (max-width: 766px) {
        .header .title--h2 {
            min-height: 94px; } }
    .header .btn {
        margin-top: 60px;
        min-width: 185px; }
        @media only screen and (min-width: 767px) and (max-width: 1360px) {
            .header .btn {
                margin-top: 40px; } }
        @media only screen and (max-width: 766px) {
            .header .btn {
                margin-top: 30px; } }
    .header .body-text {
        max-width: 650px;
        display: block;
        margin: 0 auto;
        margin-top: 16px; }
        @media only screen and (max-width: 766px) {
            .header .body-text {
                text-align: left;
                margin-left: 0;
                margin-top: 0; } }
    .header .search-form {
        margin-top: 76px; }
        @media only screen and (min-width: 767px) and (max-width: 1022px) {
            .header .search-form {
                margin-top: 50px; } }
        @media only screen and (max-width: 766px) {
            .header .search-form {
                margin-top: 60px; } }
        .header .search-form .btn {
            margin: 0;
            min-width: 1px; }
    .header--homepage {
        height: calc(100vh - 113px);
        display: flex;
        align-items: center;
        justify-content: center;
        padding: 30px 0;
        position: relative; }
        @media only screen and (max-width: 1023px) {
            .header--homepage {
                height: calc(100vh - 67px); } }
        @media only screen and (max-width: 766px) {
            .header--homepage {
                padding: 0 10px 50px; } }
        .header--homepage::before {
            background-color: rgba(0, 0, 0, 0.49);
            z-index: 1; }
    .header--news {
        min-height: 328px;
        height: auto;
        padding-bottom: 60px; }
        @media only screen and (min-width: 1361px) {
            .header--news {
                padding-top: 70px; } }
        @media only screen and (max-width: 766px) {
            .header--news {
                height: auto;
                min-height: 1px;
                padding: 20px 10px 10px;
                text-align: left;
                justify-content: flex-start;
                align-items: flex-start; } }
        @media only screen and (max-width: 766px) {
            .header--news [class*='col-'] {
                min-height: 172px;
                display: flex;
                flex-direction: column;
                justify-content: space-between;
                align-items: flex-start; } }
        @media only screen and (max-width: 766px) {
            .header--news .title {
                min-height: 80px; } }
    @media only screen and (min-width: 1361px) {
        .header--image {
            height: 504px; } }
    @media only screen and (min-width: 767px) and (max-width: 1360px) {
        .header--image {
            height: 450px; } }
    @media only screen and (max-width: 766px) {
        .header--image {
            height: auto;
            padding: 20px 10px 10px;
            text-align: left;
            justify-content: flex-start;
            align-items: flex-start; } }
    @media only screen and (max-width: 766px) {
        .header--image [class*='col-'] {
            min-height: 264px;
            display: flex;
            flex-direction: column;
            justify-content: space-between;
            align-items: flex-start; } }
    @media only screen and (max-width: 766px) {
        .header--image .title {
            min-height: 143px; } }
    .header--image .header__image::after {
        background-color: rgba(0, 0, 0, 0.6); }
    .header__video {
        height: 100%;
        width: 100%;
        object-fit: cover; }
        .header__video__wrapper {
            position: absolute;
            min-width: 100%;
            min-height: 100%;
            top: 0;
            left: 0;
            right: 0;
            bottom: 0;
            margin: auto; }
    @media only screen and (min-width: 1361px) {
        .header--search {
            height: 504px;
            padding-bottom: 85px; } }
    @media only screen and (min-width: 767px) and (max-width: 1360px) {
        .header--search {
            height: 450px;
            padding-bottom: 60px; } }
    @media only screen and (max-width: 766px) {
        .header--search {
            height: auto;
            text-align: left;
            padding: 20px 10px 60px; } }
    .header--search .breadcrumbs + div {
        margin-top: 48px; }
        @media only screen and (max-width: 766px) {
            .header--search .breadcrumbs + div {
                margin-top: 40px; } }
    @media only screen and (max-width: 766px) {
        .header .with-icon {
            justify-content: flex-start; } }

.sc-header {
    margin-bottom: 80px; }
    @media only screen and (min-width: 767px) and (max-width: 1360px) {
        .sc-header {
            margin-bottom: 60px; } }
    @media only screen and (max-width: 766px) {
        .sc-header {
            margin-bottom: 40px; } }

.animate-fade.is-visible {
    opacity: 1;
    transition: opacity 250ms linear; }

.animate-fade.is-hidden {
    opacity: 0;
    transition: opacity 250ms linear;
    pointer-events: none; }

.image-slider .image-content-slider {
    width: calc(100% + 30px); }
    @media only screen and (max-width: 1023px) {
        .image-slider .image-content-slider {
            width: 100%; } }
    .image-slider .image-content-slider .swiper-wrapper {
        margin-top: 30px; }
        @media only screen and (max-width: 1023px) {
            .image-slider .image-content-slider .swiper-wrapper {
                margin-top: 0; } }

.image-slider__content {
    padding: 37px 40px 94px;
    min-height: 485px;
    position: relative; }
    @media only screen and (min-width: 1023px) and (max-width: 1360px) {
        .image-slider__content {
            width: calc(100% + 20px);
            padding: 30px 30px 90px; } }
    @media only screen and (max-width: 1023px) {
        .image-slider__content {
            min-height: 1px;
            padding: 87px 30px 33px; } }
    @media only screen and (max-width: 1023px) {
        .image-slider__content .body-text {
            min-height: 72px; } }
    .image-slider__content .body-text p {
        margin-bottom: 0; }

.image-slider .title {
    margin-bottom: 15px; }
    @media only screen and (max-width: 1023px) {
        .image-slider .title {
            margin-bottom: 24px; } }

.image-slider .btn {
    min-width: 252px;
    margin-top: 33px; }
    @media only screen and (min-width: 1023px) {
        .image-slider .btn {
            position: absolute;
            bottom: 33px;
            left: 40px; } }
    @media only screen and (max-width: 766px) {
        .image-slider .btn {
            width: 100%; } }

.image-slider [class*='col-'] {
    position: relative; }

.image-slider__img {
    width: 100%; }
    .image-slider__img .image-aspect {
        height: 549px;
        background-size: cover;
        background-position: center center;
        background-repeat: no-repeat; }
        @media only screen and (min-width: 767px) and (max-width: 1022px) {
            .image-slider__img .image-aspect {
                height: 300px; } }
        @media only screen and (max-width: 766px) {
            .image-slider__img .image-aspect {
                height: 212px; } }
        .image-slider__img .image-aspect::before {
            padding-bottom: 0; }
    .image-slider__img img {
        position: absolute;
        opacity: 0;
        z-index: -1;
        pointer-events: none;
        width: 0;
        height: 0; }

.image-slider__init--2 {
    margin-top: 89px;
    width: 440px; }
    .image-slider__init--2 .image-aspect--16-9 {
        height: 460px; }
    @media only screen and (max-width: 1601px) {
        .image-slider__init--2 {
            width: calc(50vw - 50%); } }
    @media only screen and (max-width: 1023px) {
        .image-slider__init--2 {
            display: none; } }

.image-slider__nav {
    display: flex;
    align-items: center;
    position: absolute;
    justify-content: space-between;
    left: 0;
    top: 0;
    padding: 0 40px 0 39px;
    width: 100%; }
    @media only screen and (max-width: 1023px) {
        .image-slider__nav {
            z-index: 9;
            top: 16px;
            padding: 0 32px 0 38px;
            color: #fff; } }
    @media only screen and (min-width: 1023px) and (max-width: 1360px) {
        .image-slider__nav .arrow {
            height: 44px;
            width: 44px; } }
    @media only screen and (max-width: 1023px) {
        .image-slider__nav .arrow {
            border-color: #fff; }
            .image-slider__nav .arrow:hover, .image-slider__nav .arrow:focus {
                background-color: transparent; } }
    .image-slider__nav .arrow--left {
        margin-right: 25px; }
        @media only screen and (min-width: 1023px) and (max-width: 1360px) {
            .image-slider__nav .arrow--left {
                margin-right: 15px; } }
        @media only screen and (max-width: 1023px) {
            .image-slider__nav .arrow--left {
                margin-right: 12px; } }
    @media only screen and (max-width: 1023px) {
        .image-slider__nav .arrow i::before {
            opacity: 1; } }

.image-slider__counter {
    font-weight: 500;
    margin-left: 20px;
    letter-spacing: 2.25px; }
    @media only screen and (min-width: 1023px) and (max-width: 1360px) {
        .image-slider__counter {
            margin-left: 10px; } }
    .image-slider__counter span {
        display: inline-block; }

@media only screen and (min-width: 1023px) {
    .image-slider .total-slide {
        color: #737373; } }

.sc-image-slider {
    overflow: hidden; }
    @media only screen and (max-width: 766px) {
        .sc-image-slider {
            margin-bottom: 56px; } }

@media only screen and (min-width: 1601px) {
    .slider-center-image {
        flex-basis: 41.667%;
        max-width: 41.667%; } }

@media only screen and (min-width: 1361px) and (max-width: 1600px) {
    .slider-center-image {
        flex-basis: 41.667%;
        max-width: 41.667%; } }

@media only screen and (min-width: 1023px) and (max-width: 1360px) {
    .slider-center-image {
        flex-basis: 38.667%;
        max-width: 38.667%; } }

@media only screen and (min-width: 1601px) {
    .slider-last-image {
        flex-basis: 25%;
        max-width: 25%; } }

@media only screen and (min-width: 1361px) and (max-width: 1600px) {
    .slider-last-image {
        flex-basis: 25%;
        max-width: 25%; } }

@media only screen and (min-width: 1023px) and (max-width: 1360px) {
    .slider-last-image {
        flex-basis: 28%;
        max-width: 28%; } }

.animate-fade.is-visible {
    opacity: 1;
    transition: opacity 250ms linear; }

.animate-fade.is-hidden {
    opacity: 0;
    transition: opacity 250ms linear;
    pointer-events: none; }

.sc-involvement .content-card {
    margin-top: 32px; }
    @media only screen and (max-width: 766px) {
        .sc-involvement .content-card {
            margin-top: 16px; } }

@media only screen and (min-width: 1023px) {
    .sc-involvement [class*='col-']:nth-child(2) .content-card {
        margin-top: 76px; } }

.animate-fade.is-visible {
    opacity: 1;
    transition: opacity 250ms linear; }

.animate-fade.is-hidden {
    opacity: 0;
    transition: opacity 250ms linear;
    pointer-events: none; }

.just-text {
    margin-bottom: 40px; }

.animate-fade.is-visible {
    opacity: 1;
    transition: opacity 250ms linear; }

.animate-fade.is-hidden {
    opacity: 0;
    transition: opacity 250ms linear;
    pointer-events: none; }

.key-info {
    padding: 48px 0 54px;
    position: relative; }
    @media only screen and (max-width: 766px) {
        .key-info {
            padding-bottom: 8px; } }
    .key-info::before {
        content: '';
        position: absolute;
        background-color: #e9e6e0;
        right: 8.5%;
        bottom: 0;
        width: 100vw;
        height: 100%;
        z-index: -1; }
        @media only screen and (max-width: 1361px) {
            .key-info::before {
                right: 50%;
                transform: translate(50%, 0);
                -webkit-transform: translate(50%, 0); } }
        .bg-green .key-info::before {
            background-color: #233726; }
    .key-info__title {
        margin-bottom: 37px; }

.sc-key-info {
    background-color: transparent; }

.animate-fade.is-visible {
    opacity: 1;
    transition: opacity 250ms linear; }

.animate-fade.is-hidden {
    opacity: 0;
    transition: opacity 250ms linear;
    pointer-events: none; }

.list-module__button {
    margin-top: 40px; }

.map, .map__init {
    height: 100%;
    left: 0;
    position: absolute;
    width: 100%;
    top: 0; }

.animate-fade.is-visible {
    opacity: 1;
    transition: opacity 250ms linear; }

.animate-fade.is-hidden {
    opacity: 0;
    transition: opacity 250ms linear;
    pointer-events: none; }

.map__pins {
    position: absolute;
    opacity: 0;
    pointer-events: none; }

.map__init {
    overflow-anchor: none; }
    .map__init.challenge .gm-style .gm-style-iw.gm-style-iw-c {
        border: 1px solid #000;
        padding: 24px !important;
        width: 346px;
        max-width: 346px !important;
        left: -173px; }
        @media only screen and (max-width: 766px) {
            .map__init.challenge .gm-style .gm-style-iw.gm-style-iw-c {
                width: 300px;
                max-width: 300px !important;
                left: -150px;
                padding: 16px !important; } }
        .map__init.challenge .gm-style .gm-style-iw.gm-style-iw-c .gm-ui-hover-effect {
            top: 10px !important;
            right: 12px !important; }

.sc-map {
    position: relative;
    height: 770px; }
    @media only screen and (min-width: 1023px) and (max-width: 1360px) {
        .sc-map {
            height: 550px; } }
    @media only screen and (max-width: 1023px) {
        .sc-map {
            height: 468px; } }
    @media only screen and (max-width: 766px) {
        .sc-map {
            margin-bottom: 20px; } }

.gm-style .gm-style-iw.gm-style-iw-c {
    width: 300px;
    height: auto;
    border: 2px solid #000;
    background-color: #fff;
    border-radius: 0;
    box-shadow: none;
    padding: 20px 48px 20px 24px !important;
    left: -150px;
    transform: translate(0, -50%);
    color: #000;
    max-width: 300px !important;
    max-height: 100vh !important; }
    @media only screen and (max-width: 1361px) {
        .gm-style .gm-style-iw.gm-style-iw-c {
            transform: translate(0, -88%); } }
    .gm-style .gm-style-iw.gm-style-iw-c .gm-style-iw-d {
        overflow: visible !important;
        max-height: 100vh !important; }
    .gm-style .gm-style-iw.gm-style-iw-c .gm-ui-hover-effect {
        top: 16px !important;
        right: 24px !important;
        height: 36px !important;
        width: 36px !important;
        background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='14' height='14' viewBox='0 0 14 14'%3E%3Cg%3E%3Cg%3E%3Cpath d='M.2 1.331L1.331.2l5.6 5.6 5.6-5.6 1.132 1.131-5.6 5.6 5.6 5.6-1.132 1.132-5.6-5.6-5.6 5.6L.2 12.53l5.6-5.6z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E") no-repeat center center/14px auto !important;
        opacity: 1; }
        .gm-style .gm-style-iw.gm-style-iw-c .gm-ui-hover-effect img {
            display: none !important; }
    .gm-style .gm-style-iw.gm-style-iw-c .infowindow-wrapper {
        background-color: #fff;
        margin-bottom: 0; }
    .gm-style .gm-style-iw.gm-style-iw-c .infowindow-title {
        color: #08140f;
        font-size: 23px;
        font-weight: 700;
        line-height: 32px;
        margin-bottom: 16px; }
        .gm-style .gm-style-iw.gm-style-iw-c .infowindow-title.challenge {
            margin-bottom: 8px; }
    .gm-style .gm-style-iw.gm-style-iw-c .infowindow-address {
        color: #000;
        font-size: 14px;
        font-weight: 400;
        line-height: 16px;
        margin-bottom: 12px; }
    .gm-style .gm-style-iw.gm-style-iw-c .infowindow-contact {
        font-size: 14px;
        font-weight: 400;
        margin-bottom: 36px; }
    .gm-style .gm-style-iw.gm-style-iw-c .infowindow-more-link {
        font-size: 14px;
        font-weight: 700; }
        .gm-style .gm-style-iw.gm-style-iw-c .infowindow-more-link .icon {
            top: 5px; }
    .gm-style .gm-style-iw.gm-style-iw-c .infowindow-accordion {
        margin-right: -12px; }
        @media only screen and (min-width: 1023px) and (max-width: 1360px) {
            .gm-style .gm-style-iw.gm-style-iw-c .infowindow-accordion {
                margin-right: -18px; } }
        @media only screen and (max-width: 1023px) {
            .gm-style .gm-style-iw.gm-style-iw-c .infowindow-accordion {
                overflow: scroll;
                height: 80px;
                margin-right: -28px; } }
    .gm-style .gm-style-iw.gm-style-iw-c .infowindow-button .btn {
        width: 100%; }
    .gm-style .gm-style-iw.gm-style-iw-c .infowindow-location {
        font-size: 20px;
        font-weight: 400; }
        @media only screen and (max-width: 766px) {
            .gm-style .gm-style-iw.gm-style-iw-c .infowindow-location {
                font-size: 18px; } }
    .gm-style .gm-style-iw.gm-style-iw-c .infowindow-img {
        text-align: center;
        margin: 20px 0; }
        @media only screen and (max-width: 766px) {
            .gm-style .gm-style-iw.gm-style-iw-c .infowindow-img {
                margin: 12px 0; } }
        .gm-style .gm-style-iw.gm-style-iw-c .infowindow-img img {
            max-width: 100%; }

.gm-style-iw-t:after {
    display: none; }

.infowindow-popup {
    display: none; }

.animate-fade.is-visible {
    opacity: 1;
    transition: opacity 250ms linear; }

.animate-fade.is-hidden {
    opacity: 0;
    transition: opacity 250ms linear;
    pointer-events: none; }

.pre-footer__header {
    margin-bottom: 85px; }
    @media only screen and (min-width: 767px) and (max-width: 1022px) {
        .pre-footer__header {
            margin-bottom: 60px; } }
    @media only screen and (max-width: 766px) {
        .pre-footer__header {
            margin-bottom: 76px; } }
    .pre-footer__header img {
        margin-bottom: 38px; }
        @media only screen and (max-width: 766px) {
            .pre-footer__header img {
                margin-bottom: 28px;
                max-width: 120px; } }

@media only screen and (min-width: 767px) and (max-width: 1022px) {
    .pre-footer__teaser {
        text-align: center; } }

.pre-footer__teaser .image-aspect {
    margin-bottom: 16px; }
    @media only screen and (max-width: 766px) {
        .pre-footer__teaser .image-aspect {
            display: none; } }
    .pre-footer__teaser .image-aspect--16-9::before {
        padding-bottom: 74.85%; }

.pre-footer__bg.image-aspect {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
    z-index: -1; }

@media only screen and (min-width: 767px) {
    .pre-footer__button {
        margin-bottom: 20px; } }

@media only screen and (min-width: 767px) and (max-width: 1022px) {
    .pre-footer [class*='col-']:nth-child(n+3) {
        margin-top: 40px; } }

.pre-footer .btn {
    min-width: 232px; }
    @media only screen and (max-width: 766px) {
        .pre-footer .btn {
            width: 100%;
            margin-top: 16px; } }
    .pre-footer .btn--large {
        min-width: 332px; }
        @media only screen and (max-width: 766px) {
            .pre-footer .btn--large {
                width: auto;
                min-width: 209px; } }

@media only screen and (max-width: 766px) {
    .pre-footer--2 {
        margin-bottom: -20px; } }

.pre-footer--2 .pre-footer__header {
    margin-bottom: 42px; }
    @media only screen and (max-width: 766px) {
        .pre-footer--2 .pre-footer__header {
            margin-bottom: 20px; } }
    @media only screen and (min-width: 767px) {
        .pre-footer--2 .pre-footer__header img {
            max-width: 120px;
            margin: 20px 0 42px; } }
    @media only screen and (max-width: 766px) {
        .pre-footer--2 .pre-footer__header img {
            margin-bottom: 22px; } }

.sc-pre-footer {
    z-index: 10;
    padding: 90px 0 146px;
    margin-top: 80px; }
    @media only screen and (min-width: 767px) and (max-width: 1022px) {
        .sc-pre-footer {
            margin-top: 60px; } }
    @media only screen and (max-width: 766px) {
        .sc-pre-footer {
            margin-top: 64px;
            padding: 76px 0 140px; } }

.animate-fade.is-visible {
    opacity: 1;
    transition: opacity 250ms linear; }

.animate-fade.is-hidden {
    opacity: 0;
    transition: opacity 250ms linear;
    pointer-events: none; }

.sc-post-list .title h3,
.sc-post-list .title h4 {
    padding-bottom: 48px;
    border-bottom: 1px solid #d4d4d4; }
    @media only screen and (max-width: 766px) {
        .sc-post-list .title h3,
        .sc-post-list .title h4 {
            padding-bottom: 27px; } }

.mobile-hamburger:after {
    content: "";
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0; }

.mobile-hamburger {
    background: transparent;
    border: 0;
    border-radius: 0;
    box-shadow: none;
    padding: 0; }

.header-main__right-part {
    font-size: 0;
    line-height: 0; }

.animate-fade.is-visible {
    opacity: 1;
    transition: opacity 250ms linear; }

.animate-fade.is-hidden {
    opacity: 0;
    transition: opacity 250ms linear;
    pointer-events: none; }

.header-main {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    z-index: 100;
    border-bottom: 1px solid #e2e2dc;
    background-color: #fff;
    padding-top: 33px;
    line-height: 1.5; }
    @media only screen and (max-width: 1023px) {
        .header-main {
            padding: 11px 0; } }
    .header-main__logo {
        display: inline-block;
        max-width: 162px; }
        @media only screen and (max-width: 1023px) {
            .header-main__logo {
                max-width: 130px; } }
    .header-main__container {
        display: flex;
        align-items: center;
        justify-content: space-between; }
    .header-main .quick-nav {
        position: absolute;
        left: 0;
        top: 0;
        width: 100%; }
        @media only screen and (max-width: 1023px) {
            .header-main .quick-nav {
                position: relative;
                background: transparent;
                color: inherit;
                order: 2;
                margin-top: 43px;
                height: auto; } }

.mobile-hamburger {
    position: relative;
    cursor: pointer;
    z-index: 11;
    width: 26px; }
    @media only screen and (min-width: 1023px) {
        .mobile-hamburger {
            display: none; } }
    .mobile-hamburger:after {
        z-index: 9;
        transform: scale(1.5);
        -webkit-transform: scale(1.5); }
    .mobile-hamburger .bars {
        background-color: #000;
        height: 3px;
        display: block;
        margin-bottom: 6px;
        width: 100%;
        transition: transform 0.3s ease, background-color 0.3s ease;
        -webkit-transition: transform 0.3s ease, background-color 0.3s ease; }
        .mobile-hamburger .bars:last-child {
            margin-bottom: 0; }
        .is-open-menu .mobile-hamburger .bars:first-child {
            transform: translateY(9px) rotate(225deg);
            -webkit-transform: translateY(9px) rotate(225deg); }
        .is-open-menu .mobile-hamburger .bars:nth-child(2) {
            transform: scale(0);
            -webkit-transform: scale(0); }
        .is-open-menu .mobile-hamburger .bars:last-child {
            transform: translateY(-9px) rotate(315deg);
            -webkit-transform: translateY(-9px) rotate(315deg); }

.animate-fade.is-visible {
    opacity: 1;
    transition: opacity 250ms linear; }

.animate-fade.is-hidden {
    opacity: 0;
    transition: opacity 250ms linear;
    pointer-events: none; }

.teaser {
    max-width: 1052px;
    width: calc(100% - 44px); }
    @media only screen and (max-width: 766px) {
        .teaser__slider {
            width: 100vw;
            left: -22px;
            padding-left: 22px; } }
    .teaser__slider .swiper-slide {
        width: auto;
        height: auto; }
    .teaser__slider .teaser-card {
        height: 100%; }
        @media only screen and (min-width: 767px) {
            .teaser__slider .teaser-card {
                width: 100%; } }

.sc-teaser .section-title {
    margin-bottom: 66px; }
    @media only screen and (max-width: 766px) {
        .sc-teaser .section-title {
            margin-bottom: 34px; } }

.animate-fade.is-visible {
    opacity: 1;
    transition: opacity 250ms linear; }

.animate-fade.is-hidden {
    opacity: 0;
    transition: opacity 250ms linear;
    pointer-events: none; }

.testimonal {
    position: relative; }
    .testimonal__content {
        padding: 25px 40px 50px;
        margin: 55px 0 101px 116px;
        position: relative;
        z-index: 3; }
        @media only screen and (min-width: 767px) and (max-width: 1022px) {
            .testimonal__content {
                margin: 50px 0;
                padding: 30px; } }
        @media only screen and (max-width: 766px) {
            .testimonal__content {
                width: 100vw;
                left: 50%;
                margin: -75px 0 0 0;
                padding: 92px 56px 40px;
                transform: translate(-50%, 0);
                -webkit-transform: translate(-50%, 0); } }
        .testimonal--without-image .testimonal__content {
            padding: 25px 40px 50px 116px; }
            @media only screen and (min-width: 1023px) and (max-width: 1360px) {
                .testimonal--without-image .testimonal__content {
                    padding: 25px 40px 50px 88px; } }
        .testimonal__content .title + div {
            margin-top: 64px; }
            @media only screen and (max-width: 1023px) {
                .testimonal__content .title + div {
                    margin-top: 33px; } }
        .testimonal__content .text {
            padding-right: 20px; }
            @media only screen and (max-width: 1023px) {
                .testimonal__content .text {
                    padding-right: 0; } }
            .testimonal__content .text + div {
                margin-top: 56px; }
                @media only screen and (max-width: 1023px) {
                    .testimonal__content .text + div {
                        margin-top: 26px; } }
    .testimonal__image {
        position: absolute;
        right: 0;
        top: 0;
        height: 100%;
        max-width: 74.5%;
        width: 100%; }
        @media only screen and (min-width: 1023px) and (max-width: 1360px) {
            .testimonal__image {
                max-width: calc(100% - 200px); } }
        @media only screen and (max-width: 766px) {
            .testimonal__image {
                height: auto;
                position: relative;
                max-width: 100%;
                z-index: 4; } }
    .testimonal--without-image .testimonal__content {
        margin: 0;
        width: 896px; }
        @media only screen and (min-width: 767px) and (max-width: 1022px) {
            .testimonal--without-image .testimonal__content {
                margin: 0;
                padding: 30px;
                width: 700px; } }
        @media only screen and (max-width: 766px) {
            .testimonal--without-image .testimonal__content {
                width: 100vw;
                left: 50%;
                margin: -75px 0 0 0;
                padding: 92px 56px 40px;
                transform: translate(-50%, 0);
                -webkit-transform: translate(-50%, 0); } }

.sc-testimonal {
    margin: 104px 0; }
    @media only screen and (min-width: 767px) and (max-width: 1022px) {
        .sc-testimonal {
            margin: 80px 0; } }
    @media only screen and (max-width: 766px) {
        .sc-testimonal {
            margin: 40px 0; } }
    .sc-testimonal.testimonal--without-image {
        margin-bottom: 72px; }
        @media only screen and (max-width: 766px) {
            .sc-testimonal.testimonal--without-image {
                margin-top: 0;
                margin-bottom: 40px; } }

.animate-fade.is-visible {
    opacity: 1;
    transition: opacity 250ms linear; }

.animate-fade.is-hidden {
    opacity: 0;
    transition: opacity 250ms linear;
    pointer-events: none; }

.thank-you__title {
    margin-bottom: 26px; }

.thank-you p + p {
    margin-top: 32px; }

.thank-you .social-networks {
    margin-top: 82px; }
    @media only screen and (max-width: 766px) {
        .thank-you .social-networks {
            margin-top: 10px; } }

.video__poster, .video__iframe-container {
    height: 100%;
    left: 0;
    position: absolute;
    width: 100%;
    top: 0; }

.animate-fade.is-visible {
    opacity: 1;
    transition: opacity 250ms linear; }

.animate-fade.is-hidden {
    opacity: 0;
    transition: opacity 250ms linear;
    pointer-events: none; }

.video {
    position: relative;
    height: 0;
    padding-bottom: 56.25%;
    cursor: pointer; }
    .video__play-button {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        -webkit-transform: translate(-50%, -50%);
        z-index: 9;
        width: 62px;
        height: 62px;
        background-color: #000;
        display: flex;
        align-items: center;
        justify-content: center; }
        @media only screen and (max-width: 766px) {
            .video__play-button {
                width: 56px;
                height: 56px; } }
    .video__iframe-container {
        border: none;
        background-color: #000; }
    .video .hide-on-play {
        transition: transform 0.3s ease, opacity 0.3s ease;
        -webkit-transition: transform 0.3s ease, opacity 0.3s ease; }
    .video:hover .video__play-button {
        opacity: 0.8; }
    .video.is-playing .hide-on-play {
        opacity: 0;
        pointer-events: none; }

.animate-fade.is-visible {
    opacity: 1;
    transition: opacity 250ms linear; }

.animate-fade.is-hidden {
    opacity: 0;
    transition: opacity 250ms linear;
    pointer-events: none; }

.homepage-template .sc-content-card::before {
    content: '';
    pointer-events: none;
    z-index: -1;
    width: 100%;
    height: 1262px;
    background-color: #f2f0ec;
    position: absolute;
    left: 0;
    top: 210px; }
    @media only screen and (min-width: 1023px) and (max-width: 1360px) {
        .homepage-template .sc-content-card::before {
            height: 1065px; } }
    @media only screen and (max-width: 1023px) {
        .homepage-template .sc-content-card::before {
            display: none; } }

@media only screen and (min-width: 1023px) {
    .homepage-template .sc-content-card .col-xs-12:nth-child(3) .content-card {
        margin-top: 86px; } }

.homepage-template .sc-pre-footer {
    margin-top: 0; }

.animate-fade.is-visible {
    opacity: 1;
    transition: opacity 250ms linear; }

.animate-fade.is-hidden {
    opacity: 0;
    transition: opacity 250ms linear;
    pointer-events: none; }

.animate-fade.is-visible {
    opacity: 1;
    transition: opacity 250ms linear; }

.animate-fade.is-hidden {
    opacity: 0;
    transition: opacity 250ms linear;
    pointer-events: none; }

.animate-fade.is-visible {
    opacity: 1;
    transition: opacity 250ms linear; }

.animate-fade.is-hidden {
    opacity: 0;
    transition: opacity 250ms linear;
    pointer-events: none; }

.animate-fade.is-visible {
    opacity: 1;
    transition: opacity 250ms linear; }

.animate-fade.is-hidden {
    opacity: 0;
    transition: opacity 250ms linear;
    pointer-events: none; }

.application-form {
    background-color: #f8f8f8;
    padding: 70px 115px 95px;
    position: relative; }
    @media only screen and (max-width: 766px) {
        .application-form {
            padding: 0;
            background: transparent; } }
    .application-form__title {
        margin-bottom: 34px; }
        @media only screen and (max-width: 766px) {
            .application-form__title {
                margin-bottom: 15px; } }
    .application-form__group {
        margin-bottom: 20px; }
        @media only screen and (max-width: 766px) {
            .application-form__group {
                margin-bottom: 15px; } }
    @media only screen and (min-width: 767px) {
        .application-form__button {
            margin-top: -10px; } }
    .application-form__button .btn {
        width: 100%; }
    @media only screen and (min-width: 767px) {
        .application-form .contact-block {
            position: absolute;
            right: -116px;
            top: 55px;
            z-index: 9; } }
    @media only screen and (max-width: 766px) {
        .application-form .contact-block {
            margin-top: 40px; } }
    .application-form__message {
        color: #d23a34;
        font-weight: 600;
        margin-top: 30px;
        font-size: 17px;
        display: none; }
    .application-form__top-message {
        margin-bottom: 20px; }

.animate-fade.is-visible {
    opacity: 1;
    transition: opacity 250ms linear; }

.animate-fade.is-hidden {
    opacity: 0;
    transition: opacity 250ms linear;
    pointer-events: none; }

.animate-fade.is-visible {
    opacity: 1;
    transition: opacity 250ms linear; }

.animate-fade.is-hidden {
    opacity: 0;
    transition: opacity 250ms linear;
    pointer-events: none; }

.animate-fade.is-visible {
    opacity: 1;
    transition: opacity 250ms linear; }

.animate-fade.is-hidden {
    opacity: 0;
    transition: opacity 250ms linear;
    pointer-events: none; }

.animate-fade.is-visible {
    opacity: 1;
    transition: opacity 250ms linear; }

.animate-fade.is-hidden {
    opacity: 0;
    transition: opacity 250ms linear;
    pointer-events: none; }

.detail-page .sc-blog-image + .sc-key-info,
.detail-page .sc-video + .sc-key-info {
    margin-top: -72px; }
    @media only screen and (max-width: 766px) {
        .detail-page .sc-blog-image + .sc-key-info,
        .detail-page .sc-video + .sc-key-info {
            margin-top: -52px; } }
    .detail-page .sc-blog-image + .sc-key-info .key-info::before,
    .detail-page .sc-video + .sc-key-info .key-info::before {
        height: calc(100% + 78px); }
        @media only screen and (max-width: 766px) {
            .detail-page .sc-blog-image + .sc-key-info .key-info::before,
            .detail-page .sc-video + .sc-key-info .key-info::before {
                height: calc(100% + 46px); } }

.detail-page .interest-block {
    max-width: 100%; }
    @media only screen and (min-width: 1023px) {
        .detail-page .interest-block {
            height: 0; } }
    @media only screen and (min-width: 1023px) and (max-width: 1360px) {
        .detail-page .interest-block {
            padding-left: 25px; } }

.quiz__overlay::before {
    content: "";
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0; }

.quiz__overlay, .quiz-step, .quiz-video__bgvideo-wrapper {
    height: 100%;
    left: 0;
    position: absolute;
    width: 100%;
    top: 0; }

.animate-fade.is-visible {
    opacity: 1;
    transition: opacity 250ms linear; }

.animate-fade.is-hidden {
    opacity: 0;
    transition: opacity 250ms linear;
    pointer-events: none; }

.quiz {
    color: #fff; }
    .quiz__overlay {
        z-index: 2;
        background-color: rgba(0, 0, 0, 0.2); }
        .quiz__overlay::before {
            z-index: 1;
            background-image: linear-gradient(180deg, #08140f 0%, rgba(8, 20, 15, 0.9) 38%, rgba(8, 20, 15, 0) 100%);
            transition: height 0.3s ease;
            -webkit-transition: height 0.3s ease;
            height: 30%; }
    .quiz__content {
        margin: 242px 0 40px;
        padding: 0 40px;
        text-align: center; }
        @media only screen and (max-width: 1023px) {
            .quiz__content {
                padding: 0 14px; } }
        @media only screen and (max-width: 766px) {
            .quiz__content {
                margin: 120px 0 40px; } }
    .quiz__button {
        margin-top: 42px; }
        .quiz__button .btn {
            min-width: 172px; }
            .quiz__button .btn:not([href]):not([tabindex]) {
                color: #000;
                cursor: pointer; }
    .quiz .body-text {
        margin-top: 30px; }
        @media only screen and (max-width: 766px) {
            .quiz .body-text {
                margin-top: 18px; } }

.sc-quiz {
    min-height: 900px; }
    @media only screen and (max-width: 766px) {
        .sc-quiz {
            min-height: 740px; } }
    .sc-quiz .container {
        position: relative;
        z-index: 9; }

.quiz-step {
    opacity: 0;
    pointer-events: none;
    transition: opacity 1s ease;
    -webkit-transition: opacity 1s ease; }
    .quiz-step.is-active {
        opacity: 1;
        pointer-events: all; }
    .quiz-step--video.show-title .quiz__overlay::before {
        height: 100%; }
    .quiz-step--result .quiz__overlay, .quiz-step--intro .quiz__overlay {
        background-color: rgba(0, 0, 0, 0.6); }
    .quiz-step--question .quiz__overlay::before {
        height: 286px; }
    .quiz-step--result {
        transition-delay: 1s; }
        @media only screen and (max-width: 1023px) {
            .quiz-step--result.is-active {
                position: relative;
                height: auto; } }

.quiz-video__bgvideo {
    height: 100%;
    width: 100%;
    object-fit: cover; }
    .quiz-video__bgvideo-wrapper {
        z-index: 0; }

.quiz-video__content {
    display: inline-block;
    margin: 223px 0 40px;
    min-width: 430px;
    opacity: 0;
    transition: opacity 0.3s ease;
    -webkit-transition: opacity 0.3s ease; }
    @media only screen and (max-width: 766px) {
        .quiz-video__content {
            margin: 145px 0 40px;
            min-width: 1px;
            width: calc(100% - 54px); } }

.quiz-video__num {
    font-size: 64px;
    font-weight: 500;
    letter-spacing: 2px;
    line-height: 1.13;
    position: relative;
    margin-bottom: 14px; }
    @media only screen and (max-width: 766px) {
        .quiz-video__num {
            font-size: 36px;
            font-weight: 700;
            letter-spacing: 1.64px;
            line-height: 1.11; } }
    .quiz-video__num::before, .quiz-video__num::after {
        content: '';
        top: 50%;
        height: 1px;
        width: calc(50% - 40px);
        background-color: #979797;
        position: absolute; }
        @media only screen and (max-width: 766px) {
            .quiz-video__num::before, .quiz-video__num::after {
                width: calc(50% - 26px); } }
    .quiz-video__num::before {
        left: 0; }
    .quiz-video__num::after {
        right: 0; }

.quiz-video__title {
    text-shadow: 0 0 42px rgba(0, 0, 0, 0.84);
    color: #fff;
    font-size: 130px;
    letter-spacing: 1.3px;
    line-height: 1; }
    @media only screen and (max-width: 766px) {
        .quiz-video__title {
            font-size: 70px;
            letter-spacing: 0.7px; } }

.quiz-video.show-title .quiz-video__content {
    opacity: 1; }

.quiz-block {
    width: 100%;
    max-width: 563px;
    display: block;
    margin: 194px auto 40px;
    padding: 38px 64px; }
    @media only screen and (max-width: 766px) {
        .quiz-block {
            padding: 28px 22px;
            margin: 114px auto 40px;
            width: calc(100% - 34px); } }
    .quiz-block .title {
        border-bottom: 1px solid #979797;
        padding-bottom: 15px;
        margin-bottom: 34px; }
        @media only screen and (max-width: 766px) {
            .quiz-block .title {
                padding-bottom: 20px;
                margin-bottom: 28px; } }
    .quiz-block__text {
        font-size: 23px;
        font-weight: 600;
        letter-spacing: 0.17px;
        line-height: 1.39;
        margin-top: 12px;
        min-height: 61px; }
        @media only screen and (max-width: 766px) {
            .quiz-block__text {
                font-size: 20px;
                font-weight: 700;
                letter-spacing: 0.15px;
                line-height: 1.2; } }
    .quiz-block__button {
        margin-top: 50px; }
        @media only screen and (max-width: 766px) {
            .quiz-block__button {
                margin-top: 38px; } }
        .quiz-block__button .btn {
            min-width: 130px;
            margin-right: 12px; }
            .quiz-block__button .btn:not([href]):not([tabindex]) {
                color: #000;
                cursor: pointer; }
            @media only screen and (max-width: 766px) {
                .quiz-block__button .btn {
                    min-width: 108px;
                    margin: 0 8px 8px 0; } }

.quiz-result {
    margin-top: 248px; }
    @media only screen and (max-width: 766px) {
        .quiz-result {
            margin-top: 122px;
            padding: 0 15px; } }
    .quiz-result__title {
        display: flex;
        position: relative;
        text-transform: uppercase;
        padding-bottom: 40px;
        margin-bottom: 30px; }
        @media only screen and (max-width: 766px) {
            .quiz-result__title {
                padding-bottom: 34px;
                margin-bottom: 32px; } }
        .quiz-result__title h2 {
            flex: auto;
            opacity: 0;
            transition: opacity 1s ease;
            -webkit-transition: opacity 1s ease;
            transition-delay: 1.66s; }
            .is-active .quiz-result__title h2 {
                opacity: 1; }
    .quiz-result__icon {
        max-width: 54px;
        flex: 0 0 54px;
        text-align: center;
        position: relative;
        top: -7px;
        margin-right: 18px;
        opacity: 0;
        transition: opacity 1s ease;
        -webkit-transition: opacity 1s ease;
        transition-delay: 1.5s; }
        .is-active .quiz-result__icon {
            opacity: 1; }
        @media only screen and (max-width: 766px) {
            .quiz-result__icon {
                margin-right: 6px;
                top: 4px;
                max-width: 32px;
                flex: 0 0 32px; } }
        @media only screen and (max-width: 766px) {
            .quiz-result__icon img {
                max-width: 23px;
                vertical-align: top; } }
    .quiz-result__score {
        position: absolute;
        bottom: 0;
        left: 0;
        letter-spacing: 0.12px;
        line-height: 1.5;
        font-family: "Archivo", sans-serif;
        font-weight: 400;
        opacity: 0;
        transition: opacity 1s ease;
        -webkit-transition: opacity 1s ease;
        transition-delay: 1.75s; }
        .is-active .quiz-result__score {
            opacity: 1; }
        .quiz-result__score strong {
            font-weight: 700; }
    .quiz-result .lead-text {
        margin-bottom: 56px;
        max-width: 662px;
        opacity: 0;
        transition: opacity 2s ease;
        -webkit-transition: opacity 2s ease;
        transition-delay: 1.8s; }
        .is-active .quiz-result .lead-text {
            opacity: 1; }
        @media only screen and (max-width: 766px) {
            .quiz-result .lead-text {
                margin-bottom: 32px; } }
    .quiz-result .btn {
        min-width: 162px;
        opacity: 0;
        transition: opacity 1s ease;
        -webkit-transition: opacity 1s ease;
        transition-delay: 2s; }
        .is-active .quiz-result .btn {
            opacity: 1; }

.related-jobs {
    margin-top: 166px;
    opacity: 0;
    transition: opacity 1s ease;
    -webkit-transition: opacity 1s ease;
    transition-delay: 1.3s; }
    .is-active .related-jobs {
        opacity: 1; }
    @media only screen and (max-width: 1023px) {
        .related-jobs {
            margin: 90px 0 130px;
            padding: 0 15px; } }
    .related-jobs__title {
        margin-bottom: 17px; }
    @media only screen and (max-width: 766px) {
        .related-jobs__slider {
            width: 100vw;
            position: relative;
            left: -37px;
            padding-left: 37px; } }
    @media only screen and (max-width: 766px) {
        .related-jobs__slider .swiper-slide {
            width: auto; } }
    .related-jobs__slider-footer {
        display: flex;
        align-items: center;
        justify-content: space-between;
        margin-top: 16px; }
        @media only screen and (max-width: 766px) {
            .related-jobs__slider-footer {
                margin-top: 26px;
                max-width: 233px; } }
    .related-jobs__slider-counter {
        font-weight: 500;
        letter-spacing: 2.25px;
        color: #e9e9e9;
        width: auto; }
        .related-jobs__slider-counter span {
            color: #b9b9b9; }
    .related-jobs__slider .arrow {
        margin-right: 20px;
        border-color: #fff; }
        @media only screen and (max-width: 766px) {
            .related-jobs__slider .arrow {
                margin-right: 12px; } }
        .related-jobs__slider .arrow[aria-disabled='true'] {
            opacity: 0.5;
            pointer-events: none; }
        .related-jobs__slider .arrow i::before {
            opacity: 1; }
        .related-jobs__slider .arrow:hover {
            background-color: #fff;
            box-shadow: 0 0 0 3px rgba(255, 255, 255, 0.2); }
            .related-jobs__slider .arrow:hover .icon::before {
                opacity: 0; }
    .related-jobs .teaser-card {
        width: 100%; }
        @media only screen and (max-width: 766px) {
            .related-jobs .teaser-card {
                width: 234px; } }
        .related-jobs .teaser-card .body-text {
            margin-top: 0; }
        .related-jobs .teaser-card__content {
            min-height: 264px;
            padding: 29px 30px 95px; }
            @media only screen and (max-width: 766px) {
                .related-jobs .teaser-card__content {
                    min-height: 260px;
                    padding: 29px 25px 95px; } }
        .related-jobs .teaser-card .btn {
            left: 30px; }
            @media only screen and (max-width: 1361px) {
                .related-jobs .teaser-card .btn {
                    min-width: 185px; } }
            @media only screen and (max-width: 766px) {
                .related-jobs .teaser-card .btn {
                    left: 25px; } }

.progress-nav ul {
    list-style: none;
    padding-left: 0;
    margin-bottom: 0; }

.animate-fade.is-visible {
    opacity: 1;
    transition: opacity 250ms linear; }

.animate-fade.is-hidden {
    opacity: 0;
    transition: opacity 250ms linear;
    pointer-events: none; }

.progress-nav {
    font-size: 14px;
    letter-spacing: 0.1px;
    line-height: 1.14;
    text-align: center;
    position: absolute;
    left: 0;
    top: 39px;
    z-index: 5;
    width: 100%; }
    @media only screen and (max-width: 766px) {
        .progress-nav {
            top: 20px;
            padding: 0 13px; } }
    .progress-nav strong {
        font-weight: 700; }
    .progress-nav ul {
        position: relative;
        display: inline-flex;
        width: 100%;
        max-width: 851px; }
        @media only screen and (min-width: 767px) and (max-width: 1022px) {
            .progress-nav ul {
                max-width: 600px; } }
    .progress-nav__step {
        flex: 1;
        display: inline-flex;
        text-align: left; }
        .progress-nav__step:nth-last-child(2) {
            flex: 0;
            border-left: 1px solid #f9c522; }
            .progress-nav__step:nth-last-child(2) .inner-steps {
                display: none; }
        .progress-nav__step.is-active .progress-nav__label {
            color: #f9c522; }
    .progress-nav__label {
        position: absolute;
        bottom: -45px;
        white-space: nowrap;
        transform: translate(-50%, 0);
        -webkit-transform: translate(-50%, 0);
        transition: color 0.3s ease;
        -webkit-transition: color 0.3s ease; }
        @media only screen and (max-width: 766px) {
            .progress-nav__label {
                bottom: -37px; } }
        .progress-nav__label::before {
            content: '';
            position: absolute;
            top: -21px;
            left: 50%;
            width: 0;
            height: 0;
            border-left: 4px solid transparent;
            border-right: 4px solid transparent;
            border-bottom: 8px solid currentColor;
            transform: translate(-50%, 0);
            -webkit-transform: translate(-50%, 0); }
            @media only screen and (max-width: 766px) {
                .progress-nav__label::before {
                    top: -17px; } }
        @media only screen and (max-width: 766px) {
            .progress-nav__label span {
                display: none; } }
    .progress-nav .inner-steps {
        display: flex;
        width: 100%; }
        .progress-nav .inner-steps__item {
            flex: 1;
            height: 16px;
            display: block;
            border-left: 1px solid #fff;
            transition: border 0.3s ease;
            -webkit-transition: border 0.3s ease; }
            .progress-nav .inner-steps__item.is-active {
                border-color: #f9c522; }
    .progress-nav__bar {
        width: 0;
        height: 8px;
        background-color: #f9c522;
        position: absolute;
        left: 0;
        top: 4px;
        transition: width 0.3s ease;
        -webkit-transition: width 0.3s ease;
        max-width: 100%; }
        .progress-nav__bar::after {
            content: '';
            height: 16px;
            width: 3px;
            background-color: #f9c522;
            position: absolute;
            top: 50%;
            right: 0;
            transform: translate(0, -50%);
            -webkit-transform: translate(0, -50%); }

.animate-fade.is-visible {
    opacity: 1;
    transition: opacity 250ms linear; }

.animate-fade.is-hidden {
    opacity: 0;
    transition: opacity 250ms linear;
    pointer-events: none; }

.page-404__bg {
    opacity: 0.4; }

.page-404__image {
    margin-bottom: 40px;
    max-width: 400px;
    display: inline-block; }
    @media only screen and (max-width: 766px) {
        .page-404__image {
            margin-bottom: 40px;
            max-width: 260px; } }

.page-404__content {
    width: 100%;
    padding: 32px 30px; }
    @media only screen and (max-width: 766px) {
        .page-404__content {
            padding: 16px 20px; } }
    .page-404__content .lead-text {
        margin: 10px 0 0; }

.page-404 .row {
    position: relative;
    z-index: 3; }

.sc-page-404 {
    height: 754px;
    padding: 30px 0 120px;
    display: flex;
    align-items: center;
    justify-content: center; }
    @media only screen and (max-width: 766px) {
        .sc-page-404 {
            height: auto;
            min-height: calc(var(--vh, 1vh) * 100);
            padding: 40px 0 80px; } }

.animate-fade.is-visible {
    opacity: 1;
    transition: opacity 250ms linear; }

.animate-fade.is-hidden {
    opacity: 0;
    transition: opacity 250ms linear;
    pointer-events: none; }

.search-template .sc-header {
    margin-bottom: 0;
    padding: 0 0 185px; }
    @media only screen and (max-width: 766px) {
        .search-template .sc-header {
            padding: 17px 0 142px; } }

.animate-fade.is-visible {
    opacity: 1;
    transition: opacity 250ms linear; }

.animate-fade.is-hidden {
    opacity: 0;
    transition: opacity 250ms linear;
    pointer-events: none; }

@media only screen and (max-width: 766px) {
    .sc-search-result {
        margin-bottom: 130px; } }

.sc-search-result__title {
    color: #08140f;
    font-size: 32px;
    letter-spacing: 0.23px;
    line-height: 1.25;
    margin-bottom: 19px;
    padding: 0 32px; }
    @media only screen and (max-width: 766px) {
        .sc-search-result__title {
            font-size: 26px;
            letter-spacing: 0.19px;
            line-height: 32px;
            margin-bottom: 28px;
            padding: 0 12px; } }
    .sc-search-result__title strong {
        font-weight: 700;
        margin-right: 8px; }

.sc-search-result__text {
    margin-bottom: 40px;
    padding: 0 32px; }
    @media only screen and (max-width: 766px) {
        .sc-search-result__text {
            padding: 0 12px; } }

.sc-search-result hr {
    border: 0;
    margin: 68px 32px 57px 32px;
    border-bottom: 1px solid #d4d4d4; }
    @media only screen and (max-width: 766px) {
        .sc-search-result hr {
            margin: 53px 12px 25px 12px; } }

.search-result-block {
    display: block;
    padding: 32px;
    transition: background-color 0.2s ease;
    -webkit-transition: background-color 0.2s ease; }
    @media only screen and (max-width: 766px) {
        .search-result-block {
            padding: 16px 12px; } }
    .search-result-block:hover {
        background-color: #f2f0ec; }
    .search-result-block__url {
        color: #777;
        margin-bottom: 16px; }
        @media only screen and (max-width: 766px) {
            .search-result-block__url {
                margin: 2px 0 10px; } }

.animate-fade.is-visible {
    opacity: 1;
    transition: opacity 250ms linear; }

.animate-fade.is-hidden {
    opacity: 0;
    transition: opacity 250ms linear;
    pointer-events: none; }

.equipment-template .sc-header {
    margin-bottom: 0; }

.animate-fade.is-visible {
    opacity: 1;
    transition: opacity 250ms linear; }

.animate-fade.is-hidden {
    opacity: 0;
    transition: opacity 250ms linear;
    pointer-events: none; }


.animate-fade.is-visible {
    opacity: 1;
    transition: opacity 250ms linear; }

.animate-fade.is-hidden {
    opacity: 0;
    transition: opacity 250ms linear;
    pointer-events: none; }

.animate-fade.is-visible {
    opacity: 1;
    transition: opacity 250ms linear; }

.animate-fade.is-hidden {
    opacity: 0;
    transition: opacity 250ms linear;
    pointer-events: none; }

.contactpage-template .sc-header {
    margin-bottom: 0; }

.animate-fade.is-visible {
    opacity: 1;
    transition: opacity 250ms linear; }

.animate-fade.is-hidden {
    opacity: 0;
    transition: opacity 250ms linear;
    pointer-events: none; }



.animate-fade.is-visible {
    opacity: 1;
    transition: opacity 250ms linear; }

.animate-fade.is-hidden {
    opacity: 0;
    transition: opacity 250ms linear;
    pointer-events: none; }

.challenge-page .first-md {
    order: 1; }

.challenge-page .last-md {
    order: -1; }

@media only screen and (max-width: 1023px) {
    .challenge-page .sc-content-card {
        padding-bottom: 60px; } }

/*# sourceMappingURL=bundle.css.map */
