.clearfix {
    zoom: 1;
}
.clearfix:after,
.clearfix:before {
    content: " ";
    display: block;
    height: 0;
    overflow: hidden;
}
.clearfix:after {
    clear: both;
}
a,
abbr,
acronym,
address,
applet,
article,
aside,
audio,
b,
big,
blockquote,
body,
canvas,
caption,
center,
cite,
code,
dd,
del,
details,
dfn,
div,
dl,
dt,
em,
embed,
fieldset,
figcaption,
figure,
footer,
form,
h1,
h2,
h3,
h4,
h5,
h6,
header,
hgroup,
html,
i,
iframe,
img,
ins,
kbd,
label,
legend,
li,
mark,
menu,
nav,
object,
ol,
output,
p,
pre,
q,
ruby,
s,
samp,
section,
small,
span,
strike,
strong,
sub,
summary,
sup,
table,
tbody,
td,
tfoot,
th,
thead,
time,
tr,
tt,
u,
ul,
var,
video {
    border: 0;
    font-size: 100%;
    font: inherit;
    margin: 0;
    padding: 0;
    vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
    display: block;
}
body {
    line-height: 1;
}
ol,
ul {
    list-style: none;
}
blockquote,
q {
    quotes: none;
}
blockquote:after,
blockquote:before,
q:after,
q:before {
    content: "";
    content: none;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}
*,
:after,
:before {
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
}
.js #flash {
    display: none;
}
body {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 100%;
    margin-top: 80px;
}
@media screen and (min-width: 480px) {
    body {
        margin-top: 100px;
    }
}
body.home {
    margin-top: 0;
}
body.page-template-template-application,
body.page-template-template-market {
    margin-top: 140px;
}
@media screen and (min-width: 480px) {
    body.page-template-template-application,
    body.page-template-template-market {
        margin-top: 170px;
    }
}
@media screen and (min-width: 991px) {
    body.page-template-page-portal-assets,
    body.page-template-page-portal-dashboard,
    body.tax-asset_categories {
        margin-top: 150px;
    }
}
body.scroll-lock,
main {
    overflow: hidden;
}
img,
main {
    display: block;
}
img {
    border: none;
}
a {
    transition: all 0.2s linear;
}
audio,
iframe,
img,
object,
video {
    max-width: 100%;
}
button {
    margin: 0;
    padding: 0;
}
sub,
sup {
    font-size: 60%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}
sup {
    top: -9px;
}
button {
    outline: none;
}
object {
    display: block;
}
strong {
    font-weight: 700;
}
.primary {
    color: #f7d50a;
}
.secondary {
    color: #01447d;
}
.tertiary {
    color: #a5a8b5;
}
.light {
    color: #fff;
}
.body {
    color: #01447d;
}
.foreground {
    background: #f1f5f6;
}
.foreground--split {
    background: #fff;
}
@media screen and (min-width: 1160px) {
    .foreground--split {
        background: linear-gradient(90deg, transparent calc(50% + 480px), #f1f5f6 calc(50% - 480px));
    }
}
.foreground--split-left {
    background: #fff;
}
@media screen and (min-width: 1160px) {
    .foreground--split-left {
        background: linear-gradient(90deg, #f1f5f6 calc(50% - 480px), transparent calc(50% - 480px));
    }
}
.background {
    background: #fff;
}
.background--primary {
    background: #f7d50a;
}
.background--secondary {
    background: #01447d;
}
.background--tertiary {
    background: #a5a8b5;
}
.background--shapes:before {
    background: url(../../assets/svg/shapes-bg.svg) no-repeat;
    background-size: 1000px;
    bottom: 0;
    content: "";
    height: 327px;
    left: 50%;
    position: absolute;
    transform: translate(-50%, 50%);
    width: 1000px;
}
@media screen and (min-width: 768px) {
    .background--shapes:before {
        background-size: 2243px;
        height: 733px;
        width: 2243px;
    }
}
@media screen and (min-width: 2100px) {
    .background--shapes:before {
        background-size: 3000px;
        height: 980px;
        width: 3000px;
    }
}
.background--shapes-center:before {
    bottom: 50%;
}
.z-index-1 {
    position: relative;
    z-index: 1;
}
.z-index-2 {
    position: relative;
    z-index: 2;
}
.align-center {
    text-align: center;
}
.align-left {
    text-align: left;
}
.align-right {
    text-align: right;
}
.align-middle {
    vertical-align: middle;
}
.left {
    float: left;
}
.right {
    float: right;
}
.block,
.img-block {
    display: block;
}
.img-block {
    width: 100%;
}
.inline {
    display: inline-block;
}
.flex {
    display: flex;
}
.relative {
    position: relative;
}
.center {
    left: 50%;
    transform: translate(-50%, -50%);
}
.center,
.center-top {
    position: absolute;
    top: 50%;
}
.center-top {
    left: 0;
    transform: translateY(-50%);
}
.word-break {
    word-break: break-word;
}
.word-break-all {
    word-break: break-all;
}
.overflow-hidden {
    overflow: hidden;
}
.hide {
    display: none !important;
}
.nm {
    margin: 0;
}
.bottom {
    margin-bottom: 25px;
}
@media screen and (min-width: 1080px) {
    .bottom {
        margin-bottom: 30px;
    }
}
.bottom--xxs {
    margin-bottom: 5px;
}
.bottom--sm,
.bottom--xs {
    margin-bottom: 10px;
}
@media screen and (min-width: 480px) {
    .bottom--sm {
        margin-bottom: 15px;
    }
}
.bottom--md {
    margin-bottom: 15px;
}
@media screen and (min-width: 1080px) {
    .bottom--md {
        margin-bottom: 20px;
    }
}
.bottom--lg {
    margin-bottom: 30px;
}
@media screen and (min-width: 1080px) {
    .bottom--lg {
        margin-bottom: 40px;
    }
}
.bottom--xl {
    margin-bottom: 50px;
}
@media screen and (min-width: 1080px) {
    .bottom--xl {
        margin-bottom: 90px;
    }
}
.bottom--xxl {
    margin-bottom: 60px;
}
@media screen and (min-width: 1080px) {
    .bottom--xxl {
        margin-bottom: 120px;
    }
}
@font-face {
    font-display: swap;
    font-family: ProximaNovaA;
    font-style: normal;
    font-weight: 400;
    src: url(../../assets/fonts/proxima_nova_alt_regular-webfont.woff2) format("woff2"), url(../../assets/fonts/proxima_nova_alt_regular-webfont.woff) format("woff");
}
@font-face {
    font-display: swap;
    font-family: ProximaNovaA;
    font-style: normal;
    font-weight: 300;
    src: url(../../assets/fonts/proxima_nova_alt_light-webfont.woff2) format("woff2"), url(../../assets/fonts/proxima_nova_alt_light-webfont.woff) format("woff");
}
@font-face {
    font-display: swap;
    font-family: ProximaNovaA;
    font-style: normal;
    font-weight: 600;
    src: url(../../assets/fonts/proxima_nova_alt_semibold-webfont.woff2) format("woff2"), url(../../assets/fonts/proxima_nova_alt_semibold-webfont.woff) format("woff");
}
@font-face {
    font-display: swap;
    font-family: ProximaNovaA;
    font-style: normal;
    font-weight: 700;
    src: url(../../assets/fonts/proxima_nova_alt_bold-webfont.woff2) format("woff2"), url(../../assets/fonts/proxima_nova_alt_bold-webfont.woff) format("woff");
}
@font-face {
    font-display: swap;
    font-family: ProximaNovaA;
    font-style: normal;
    font-weight: 800;
    src: url(../../assets/fonts/proxima_nova_alt_extrabold-webfont.woff2) format("woff2"), url(../../assets/fonts/proxima_nova_alt_extrabold-webfont.woff) format("woff");
}
.container {
    margin: 0 auto;
    max-width: 1760px;
    padding: 0 30px;
}
@media screen and (min-width: 480px) {
    .container {
        padding: 0 60px;
    }
}
@media screen and (min-width: 991px) {
    .container {
        padding: 0 100px;
    }
}
.container--md-2 {
    max-width: 1560px;
}
.container--md {
    max-width: 1360px;
}
.container--sm {
    max-width: 1160px;
}
.container--xs {
    max-width: 960px;
}
.container--xxs {
    max-width: 660px;
}
@media screen and (max-width: 479px) {
    .container--mob-pad {
        padding: 0 15px;
    }
    .container--mob-np {
        padding: 0;
    }
}
p {
    font-size: 16px;
    line-height: 25px;
    margin-bottom: 25px;
}
@media screen and (min-width: 480px) {
    p {
        font-size: 18px;
        line-height: 30px;
    }
}
.caps {
    text-transform: uppercase;
}
.capitalize {
    text-transform: capitalize;
}
.pro400 {
    font-weight: 400;
}
.pro300,
.pro400 {
    font-family: ProximaNovaA, Helvetica, Arial, sans-serif;
    font-style: normal;
}
.pro300 {
    font-weight: 300;
}
.pro600 {
    font-weight: 600;
}
.pro600,
.pro700 {
    font-family: ProximaNovaA, Helvetica, Arial, sans-serif;
    font-style: normal;
}
.pro700 {
    font-weight: 700;
}
.pro800 {
    font-family: ProximaNovaA, Helvetica, Arial, sans-serif;
    font-style: normal;
    font-weight: 800;
}
.alpha {
    font-size: 28px;
    line-height: 31px;
}
@media screen and (min-width: 425px) {
    .alpha {
        font-size: 32px;
        line-height: 35px;
    }
}
@media screen and (min-width: 480px) {
    .alpha {
        font-size: 40px;
        line-height: 43px;
    }
}
@media screen and (min-width: 768px) {
    .alpha {
        font-size: 50px;
        line-height: 53px;
    }
}
@media screen and (min-width: 1360px) {
    .alpha {
        font-size: 70px;
        line-height: 70px;
    }
}
.beta {
    font-size: 32px;
    line-height: 38px;
}
@media screen and (min-width: 1360px) {
    .beta {
        font-size: 45px;
        line-height: 50px;
    }
}
.gamma {
    font-size: 18px;
    line-height: 25px;
}
@media screen and (min-width: 480px) {
    .gamma {
        font-size: 21px;
        line-height: 28px;
    }
}
@media screen and (min-width: 1360px) {
    .gamma {
        font-size: 24px;
        line-height: 35px;
    }
}
.epsilon {
    font-size: 15px;
    line-height: 18px;
}
@media screen and (min-width: 480px) {
    .epsilon {
        font-size: 18px;
        line-height: 22px;
    }
}
.zeta {
    font-size: 12px;
    line-height: 15px;
}
.base {
    font-size: 16px;
    line-height: 25px;
}
@media screen and (min-width: 480px) {
    .base {
        font-size: 18px;
        line-height: 30px;
    }
}
.base-sm {
    font-size: 16px;
    line-height: 25px;
}
.tracking--n200 {
    letter-spacing: -0.5px;
}
@media screen and (min-width: 480px) {
    .tracking--n200 {
        letter-spacing: -2px;
    }
}
.markdown > :last-child {
    margin-bottom: 0;
}
.markdown h1,
.markdown h2,
.markdown h3,
.markdown h4,
.markdown h5,
.markdown h6 {
    border-bottom: 1px solid #a5a8b5;
    color: #f7d50a;
    font-family: ProximaNovaA, Helvetica, Arial, sans-serif;
    font-size: 32px;
    font-style: normal;
    font-weight: 600;
    line-height: 38px;
    margin-bottom: 30px;
    padding-bottom: 15px;
}
@media screen and (min-width: 1360px) {
    .markdown h1,
    .markdown h2,
    .markdown h3,
    .markdown h4,
    .markdown h5,
    .markdown h6 {
        font-size: 45px;
        line-height: 50px;
        margin-bottom: 45px;
    }
    .markdown h1:not(:first-child),
    .markdown h2:not(:first-child),
    .markdown h3:not(:first-child),
    .markdown h4:not(:first-child),
    .markdown h5:not(:first-child),
    .markdown h6:not(:first-child) {
        margin-top: 45px;
    }
}
.markdown li,
.markdown p {
    color: #01447d;
    font-family: ProximaNovaA, Helvetica, Arial, sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 25px;
}
@media screen and (min-width: 480px) {
    .markdown li,
    .markdown p {
        font-size: 18px;
        line-height: 30px;
    }
}
.markdown blockquote,
.markdown blockquote p {
    color: #01447d;
    font-family: ProximaNovaA, Helvetica, Arial, sans-serif;
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: 25px;
}
@media screen and (min-width: 480px) {
    .markdown blockquote,
    .markdown blockquote p {
        font-size: 21px;
        line-height: 28px;
    }
}
@media screen and (min-width: 1360px) {
    .markdown blockquote,
    .markdown blockquote p {
        font-size: 24px;
        line-height: 35px;
    }
}
.markdown ol,
.markdown ul {
    margin: 0 0 25px 22px;
}
.markdown ul {
    list-style-type: disc;
}
.markdown ul li {
    position: relative;
}
.markdown ul li:not(:last-child) {
    margin-bottom: 8px;
}
.markdown ol {
    list-style-type: decimal;
}
.markdown ol li {
    position: relative;
}
.markdown ol li:not(:last-child) {
    margin-bottom: 8px;
}
.markdown a {
    color: #f7d50a;
}
.markdown--light blockquote,
.markdown--light li,
.markdown--light p {
    color: #fff;
}
.markdown--semibold blockquote,
.markdown--semibold li,
.markdown--semibold p {
    font-weight: 600;
}
.markdown--lg blockquote,
.markdown--lg li,
.markdown--lg p {
    font-size: 18px;
    font-weight: 300;
    line-height: 25px;
}
@media screen and (min-width: 480px) {
    .markdown--lg blockquote,
    .markdown--lg li,
    .markdown--lg p {
        font-size: 21px;
        line-height: 28px;
    }
}
@media screen and (min-width: 1360px) {
    .markdown--lg blockquote,
    .markdown--lg li,
    .markdown--lg p {
        font-size: 24px;
        line-height: 35px;
    }
}
.markdown--semibold-lg blockquote,
.markdown--semibold-lg li,
.markdown--semibold-lg p {
    font-size: 18px;
    font-weight: 600;
    line-height: 25px;
}
@media screen and (min-width: 480px) {
    .markdown--semibold-lg blockquote,
    .markdown--semibold-lg li,
    .markdown--semibold-lg p {
        font-size: 21px;
        line-height: 28px;
    }
}
@media screen and (min-width: 1360px) {
    .markdown--semibold-lg blockquote,
    .markdown--semibold-lg li,
    .markdown--semibold-lg p {
        font-size: 24px;
        line-height: 35px;
    }
}
.section {
    padding: 90px 0;
}
@media screen and (min-width: 480px) {
    .section {
        padding: 120px 0;
    }
}
@media screen and (min-width: 1080px) {
    .section {
        padding: 140px 0;
    }
}
@media screen and (min-width: 1360px) {
    .section {
        padding: 200px 0;
    }
}
.section--md {
    padding: 90px 0;
}
@media screen and (min-width: 480px) {
    .section--md {
        padding: 120px 0;
    }
}
@media screen and (min-width: 1080px) {
    .section--md {
        padding: 140px 0;
    }
}
.section--top {
    padding: 90px 0 0;
}
@media screen and (min-width: 480px) {
    .section--top {
        padding: 120px 0 0;
    }
}
@media screen and (min-width: 1080px) {
    .section--top {
        padding: 150px 0 0;
    }
}
.section--shapes {
    padding: 90px 0 140px;
}
@media screen and (min-width: 480px) {
    .section--shapes {
        padding: 120px 0 200px;
    }
}
@media screen and (min-width: 1080px) {
    .section--shapes {
        padding: 150px 0 380px;
    }
}
.section--shapes-bottom {
    padding: 0 0 140px;
}
@media screen and (min-width: 480px) {
    .section--shapes-bottom {
        padding: 0 0 200px;
    }
}
@media screen and (min-width: 1080px) {
    .section--shapes-bottom {
        padding: 0 0 380px;
    }
}
.section-title {
    border-bottom: 1px solid #a5a8b5;
    padding-bottom: 15px;
}
.section-title--lg {
    margin-bottom: 40px;
}
@media screen and (min-width: 1080px) {
    .section-title--lg {
        margin-bottom: 55px;
    }
}
.intro-section {
    padding: 120px 0 90px;
}
@media screen and (min-width: 480px) {
    .intro-section {
        padding: 120px 0;
    }
}
@media screen and (min-width: 1080px) {
    .intro-section {
        padding: 140px 0;
    }
}
.intro-section--sm {
    padding: 90px 0;
}
@media screen and (min-width: 480px) {
    .intro-section--sm {
        padding: 120px 0;
    }
}
@media screen and (min-width: 1080px) {
    .intro-section--sm {
        padding: 140px 0;
    }
}
.intro {
    display: flex;
    flex-flow: row wrap;
}
.intro__content {
    margin-bottom: 40px;
    width: 100%;
}
@media screen and (min-width: 991px) {
    .intro__content {
        margin-bottom: 0;
        width: 50%;
    }
}
.intro__ctas {
    margin: 0 auto;
    max-width: 300px;
    width: 100%;
}
@media screen and (min-width: 991px) {
    .intro__ctas {
        margin: 0 0 0 auto;
        max-width: 310px;
        width: calc(50% - 40px);
    }
}
.intro__ctas .btn {
    width: 100%;
}
.intro__logo {
    margin: 0 auto;
    max-width: 350px;
    width: 100%;
}
@media screen and (min-width: 991px) {
    .intro__logo {
        margin: 0 0 0 auto;
        width: calc(50% - 40px);
    }
}
.intro__logo-bg {
    align-items: center;
    background: #fff;
    border: 1px solid #a5a8b5;
    border-radius: 14px;
    display: flex;
    justify-content: center;
    min-height: 230px;
    padding: 30px;
}
.intro__social {
    align-items: flex-start;
    display: flex;
    flex-flow: column;
}
@media screen and (min-width: 1280px) {
    .intro__social {
        align-items: flex-end;
        flex-flow: row;
    }
}
.intro__social .social {
    margin: 0 0 20px;
}
@media screen and (min-width: 1280px) {
    .intro__social .social {
        margin: 0 40px 0 0;
    }
}
.intro__social .social--share {
    margin: 20px 0 0;
}
@media screen and (min-width: 1280px) {
    .intro__social .social--share {
        margin: 0 0 0 40px;
    }
}
.intro--end {
    align-items: flex-end;
}
.intro-alt {
    max-width: 870px;
}
.intro-alt-cols {
    display: flex;
    flex-flow: row wrap;
}
@media screen and (min-width: 991px) {
    .intro-alt-cols {
        margin-left: -30px;
        margin-right: -30px;
    }
}
.intro-alt-cols__item {
    margin: 0 0 30px;
    width: 100%;
}
@media screen and (min-width: 991px) {
    .intro-alt-cols__item {
        margin: 0 30px 30px;
        width: calc(50% - 60px);
    }
}
.hero {
    min-height: 580px;
    padding: 55px 0 110px;
    position: relative;
}
@media screen and (min-width: 480px) {
    .hero {
        padding: 70px 0 110px;
    }
}
@media screen and (min-width: 1080px) {
    .hero--lg {
        padding: 110px 0;
    }
}
.hero--footer {
    padding: 55px 0 110px;
}
@media screen and (min-width: 480px) {
    .hero--footer {
        padding: 70px 0 110px;
    }
}
@media screen and (min-width: 768px) {
    .hero--footer {
        padding: 110px 0 180px;
    }
}
.hero__img {
    background-color: #272727;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
}
@supports (mix-blend-mode: multiply) {
    .hero__img {
        background-color: #4c4d56;
    }
}
.hero__img img {
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    opacity: 0.3;
    width: 100%;
}
@supports (mix-blend-mode: multiply) {
    .hero__img img {
        mix-blend-mode: multiply;
        opacity: 1;
    }
}
.hero__img--top img {
    -o-object-position: 50% 30%;
    object-position: 50% 30%;
}
.hero__content {
    max-width: 600px;
    position: relative;
}
@media screen and (min-width: 400px) {
    .hero__content--icon {
        margin: 0 30px;
    }
}
@media screen and (min-width: 480px) {
    .hero__content--icon {
        margin: 0;
    }
}
@media screen and (min-width: 991px) {
    .hero__content--icon {
        margin: 0 0 0 100px;
    }
}
@media screen and (min-width: 1640px) {
    .hero__content--icon {
        margin: 0;
    }
}
.hero__content--lg {
    max-width: 820px;
}
.hero__icon {
    margin-bottom: 25px;
}
@media screen and (min-width: 480px) {
    .hero__icon {
        margin-bottom: 30px;
    }
}
@media screen and (min-width: 991px) {
    .hero__icon {
        left: -70px;
        position: absolute;
        top: 0;
        transform: translateX(-100%) scale(1.2);
        transform-origin: top left;
    }
}
@media screen and (min-width: 1440px) {
    .hero__icon {
        left: -100px;
    }
}
.hero__icon .markets-icon {
    stroke: #f7d50a;
}
.hero-alt {
    background: #f7d50a;
    padding: 55px 0 0;
    position: relative;
}
@media screen and (min-width: 480px) {
    .hero-alt {
        padding: 70px 0 0;
    }
}
@media screen and (min-width: 991px) {
    .hero-alt {
        min-height: 580px;
        padding: 70px 0 110px;
    }
    .hero-alt--lg {
        padding: 100px 0 110px;
    }
}
.hero-alt--secondary {
    background: #01447d;
}
.hero-alt--secondary .hero-alt__img:after {
    background: url(../../assets/svg/img-mask-secondary.svg) no-repeat;
}
.hero-alt__img {
    overflow: hidden;
    position: relative;
    width: 100%;
}
@media screen and (min-width: 768px) {
    .hero-alt__img {
        height: 400px;
    }
}
@media screen and (min-width: 991px) {
    .hero-alt__img {
        height: 100%;
        position: absolute;
        right: 0;
        top: 0;
        width: 47%;
    }
}
.hero-alt__img img {
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    width: 100%;
}
.hero-alt__img:after {
    background: url(../../assets/svg/img-mask.svg) no-repeat;
    content: "";
    height: 1300px;
    left: 50%;
    position: absolute;
    top: -12px;
    transform: translateX(-50%);
    width: 1300px;
}
@media screen and (min-width: 768px) {
    .hero-alt__img:after {
        transform: translateX(-50%) scale(1.5);
        transform-origin: top center;
    }
}
@media screen and (min-width: 991px) {
    .hero-alt__img:after {
        left: -12px;
        top: -40%;
        transform: translateX(0);
        transform-origin: initial;
    }
}
@media screen and (min-width: 2100px) {
    .hero-alt__img:after {
        left: -22px;
        transform: translateX(0) scale(1.2);
        transform-origin: top left;
    }
}
.hero-alt__icon {
    margin-bottom: 30px;
}
@media screen and (min-width: 991px) {
    .hero-alt__icon {
        margin-bottom: 60px;
        transform: scale(1.2);
        transform-origin: top left;
    }
}
.hero-alt__content {
    margin-bottom: 40px;
    width: 100%;
}
@media screen and (min-width: 991px) {
    .hero-alt__content {
        margin-bottom: 0;
        width: 50%;
    }
}
.hero-alt__ctas {
    display: flex;
    flex-flow: row wrap;
}
.hero-alt__ctas a,
.hero-alt__ctas button {
    margin: 0 30px 20px 0;
}
.terram-lines {
    display: flex;
    flex-flow: row;
    height: 100%;
    justify-content: space-between;
    left: 50%;
    margin: 0 auto;
    position: absolute;
    top: 0;
    transform: translateX(-50%);
    width: 640px;
}
@media screen and (min-width: 400px) {
    .terram-lines {
        width: 740px;
    }
}
@media screen and (min-width: 480px) {
    .terram-lines {
        width: 1160px;
    }
}
.terram-lines__line {
    background: rgba(76, 77, 86, 0.08);
    display: block;
    height: 100%;
    width: 2px;
}
.details-list {
    max-width: 500px;
    padding: 20px 0 35px;
}
.details-list__item {
    display: flex;
    flex-flow: column;
    margin-bottom: 5px;
}
@media screen and (min-width: 480px) {
    .details-list__item {
        flex-flow: row;
    }
}
.details-list__title {
    line-height: 23px;
}
@media screen and (min-width: 480px) {
    .details-list__title {
        width: 190px;
    }
}
.details-list__text {
    line-height: 23px;
    margin: 0;
}
@media screen and (min-width: 480px) {
    .details-list__text {
        width: calc(100% - 190px);
    }
}
.scrolling-text-absolute-wrapper {
    position: relative;
    width: 100%;
}
.scrolling-text {
    margin-left: 40px;
}
@media screen and (min-width: 768px) {
    .scrolling-text {
        margin-left: 100px;
    }
}
.scrolling-text__item {
    color: #01447d;
    font-family: ProximaNovaA, Helvetica, Arial, sans-serif;
    font-size: 50px;
    font-style: normal;
    font-weight: 800;
    letter-spacing: -0.7px;
    line-height: 45px;
    margin: 0;
    text-transform: uppercase;
    white-space: nowrap;
}
@media screen and (min-width: 425px) {
    .scrolling-text__item {
        font-size: 60px;
        line-height: 55px;
    }
}
@media screen and (min-width: 480px) {
    .scrolling-text__item {
        font-size: 100px;
        letter-spacing: -1.2px;
        line-height: 85px;
    }
}
@media screen and (min-width: 768px) {
    .scrolling-text__item {
        font-size: 140px;
        letter-spacing: -2px;
        line-height: 120px;
    }
}
@media screen and (min-width: 1360px) {
    .scrolling-text__item {
        font-size: 165px;
        letter-spacing: -3px;
        line-height: 160px;
    }
}
.scrolling-text__item--left {
    transform: translateX(-35%);
}
.scrolling-text__item--right {
    transform: translateX(25%);
}
.scrolling-text--overlap {
    margin-bottom: 40px;
    transform: translateY(-25%);
}
.scrolling-text--overlap-lg {
    margin-bottom: 40px;
    transform: translateY(-50%);
}
.scrolling-text--absolute {
    left: 0;
    position: absolute;
    top: 0;
}
.scrolling-img {
    mix-blend-mode: multiply;
}
@media screen and (min-width: 1360px) {
    .scrolling-img {
        position: absolute;
    }
}
.scrolling-img--right {
    margin: 0 0 40px auto;
    width: 300px;
}
@media screen and (min-width: 768px) {
    .scrolling-img--right {
        width: 528px;
    }
}
@media screen and (min-width: 1080px) {
    .scrolling-img--right {
        margin: 0 0 50px auto;
    }
}
@media screen and (min-width: 1360px) {
    .scrolling-img--right {
        margin: 0;
        right: 0;
        top: 0;
    }
}
.scrolling-img--right-lg {
    margin: 0 0 40px auto;
    width: 300px;
}
@media screen and (min-width: 768px) {
    .scrolling-img--right-lg {
        width: 528px;
    }
}
@media screen and (min-width: 1080px) {
    .scrolling-img--right-lg {
        margin: 0 0 50px auto;
    }
}
@media screen and (min-width: 1360px) {
    .scrolling-img--right-lg {
        margin: 0;
        right: 0;
        top: 0;
    }
}
@media screen and (min-width: 1600px) {
    .scrolling-img--right-lg {
        width: 620px;
    }
}
.scrolling-img--top-right {
    margin: 0 0 40px auto;
    width: 300px;
}
@media screen and (min-width: 768px) {
    .scrolling-img--top-right {
        width: 428px;
    }
}
@media screen and (min-width: 1080px) {
    .scrolling-img--top-right {
        margin: 0 0 50px auto;
    }
}
@media screen and (min-width: 1360px) {
    .scrolling-img--top-right {
        margin: 0;
        right: 0;
        top: 80px;
    }
}
@media screen and (min-width: 1600px) {
    .scrolling-img--top-right {
        width: 528px;
    }
}
.scrolling-img--left {
    margin-top: 40px;
    width: 370px;
}
@media screen and (min-width: 768px) {
    .scrolling-img--left {
        width: 495px;
    }
}
@media screen and (min-width: 1080px) {
    .scrolling-img--left {
        margin-top: 50px;
    }
}
@media screen and (min-width: 1360px) {
    .scrolling-img--left {
        bottom: 0;
        left: 0;
        margin-top: 0;
    }
    .scrolling-img--left-top {
        bottom: auto;
        top: 0;
    }
}
@media screen and (min-width: 1080px) {
    .scrolling-img--left-lg {
        bottom: 0;
        left: 0;
        margin-top: 0;
        position: absolute;
        width: 375px;
    }
}
@media screen and (min-width: 1180px) {
    .scrolling-img--left-lg {
        width: 495px;
    }
}
@media screen and (min-width: 1800px) {
    .scrolling-img--left-lg {
        width: 650px;
    }
}
.scrolling-img--no-mob {
    display: none;
}
@media screen and (min-width: 1360px) {
    .scrolling-img--no-mob {
        display: block;
    }
}
.offset-img {
    margin-left: auto;
}
@media screen and (min-width: 1280px) {
    .offset-img {
        border-bottom-left-radius: 40px;
        border-top-left-radius: 40px;
    }
}
.preload {
    background: #fff;
    height: 100vh;
    left: 0;
    opacity: 0;
    position: fixed;
    top: 0;
    transition: all 0.4s ease-out;
    visibility: hidden;
    width: 100%;
    z-index: 500;
}
.preload.active {
    opacity: 1;
    visibility: visible;
}
.preload__loader {
    left: 50%;
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
}
.preload__loader.active {
    opacity: 1;
    visibility: visible;
}
.preload__loader .grid-icon__path {
    stroke-dasharray: 19.6009998322;
    stroke-dashoffset: 19.6009998322;
}
.loader-wrapper {
    position: relative;
}
.loader {
    left: 50%;
    opacity: 0;
    position: absolute;
    top: 65px;
    transform: translate(-50%);
    visibility: hidden;
    z-index: 10;
}
.loader--bottom {
    bottom: 65px;
    top: auto;
}
.loader .grid-icon__path {
    stroke-dasharray: 19.6009998322;
    stroke-dashoffset: 19.6009998322;
}
.loader.active {
    opacity: 1;
    visibility: visible;
}
@media print {
    footer,
    header,
    nav {
        display: none;
    }
    img {
        max-width: 500px;
    }
    body {
        font: 12pt Georgia, Times New Roman, Times, serif;
        line-height: 1.3em;
    }
}
.cta-section .scrolling-text {
    transform: translateY(-25%);
}
.cta-section--bottom {
    padding-bottom: 60px;
}
.cta {
    padding: 20px 0 50px;
}
@media screen and (min-width: 480px) {
    .cta {
        padding: 40px 0 120px;
    }
}
@media screen and (min-width: 1080px) {
    .cta {
        padding: 40px 0 170px;
    }
}
.cta-link {
    display: block;
    max-width: 840px;
    padding: 0 0 107px;
    position: relative;
    text-decoration: none;
}
@media screen and (min-width: 991px) {
    .cta-link {
        padding: 0 214px 0 0;
    }
}
@media screen and (min-width: 1360px) {
    .cta-link {
        max-width: inherit;
        padding: 0 290px 0 0;
    }
}
.cta-link:hover .arrow-icon {
    transform: translateX(20px);
}
.cta-link .arrow-icon {
    fill: #fff;
    bottom: 0;
    height: 57px;
    left: 0;
    position: absolute;
    transition: all 0.3s ease;
    width: 160px;
}
@media screen and (min-width: 991px) {
    .cta-link .arrow-icon {
        height: 76px;
        left: auto;
        right: 0;
        width: 214px;
    }
}
@media screen and (min-width: 1360px) {
    .cta-link .arrow-icon {
        height: 103px;
        width: 290px;
    }
}
.cta-link span {
    display: block;
}
.footer--parallax {
    bottom: 0;
    left: 0;
    position: fixed;
    width: 100%;
    z-index: -1;
}
.footer .logo__text {
    fill: #fff;
}
.to-top {
    background: #f7d50a;
    border-radius: 10px;
    bottom: 45px;
    display: block;
    height: 55px;
    position: absolute;
    right: 30px;
    width: 55px;
}
@media screen and (min-width: 480px) {
    .to-top {
        right: 60px;
    }
}
@media screen and (min-width: 768px) {
    .to-top {
        bottom: 60px;
    }
}
@media screen and (min-width: 991px) {
    .to-top {
        right: 100px;
    }
}
@media screen and (min-width: 1280px) {
    .to-top {
        bottom: 200px;
    }
}
@media screen and (min-width: 1560px) {
    .to-top {
        right: calc(50% - 680px);
    }
}
@media screen and (min-width: 1800px) {
    .to-top {
        right: 130px;
    }
}
.to-top:hover .arrow-icon {
    top: 16px;
}
.to-top .arrow-icon {
    display: block;
    left: 14px;
    position: absolute;
    top: 22px;
    transform: rotate(-90deg);
    transform-origin: center;
    transition: all 0.3s ease;
}
.footer-top {
    padding: 60px 0;
}
@media screen and (min-width: 480px) {
    .footer-top {
        padding: 90px 0 70px;
    }
}
@media screen and (min-width: 1080px) {
    .footer-top {
        padding: 130px 0 100px;
    }
}
.footer-row {
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
}
.footer-row__nav {
    order: 2;
    width: 100%;
}
@media screen and (min-width: 768px) {
    .footer-row__nav {
        order: inherit;
        width: calc(100% - 305px);
    }
}
@media screen and (min-width: 1280px) {
    .footer-row__nav {
        width: calc(100% - 365px);
    }
}
.footer-row__links {
    margin-bottom: 50px;
    order: 1;
    width: 100%;
}
@media screen and (min-width: 768px) {
    .footer-row__links {
        margin-bottom: 0;
        order: inherit;
        width: 305px;
    }
}
@media screen and (min-width: 1280px) {
    .footer-row__links {
        width: 365px;
    }
}
.footer-nav {
    display: flex;
    flex-flow: row wrap;
}
.footer-nav__explore {
    order: 2;
    padding: 0 20px 0 0;
    width: 40%;
}
@media screen and (min-width: 1080px) {
    .footer-nav__explore {
        order: inherit;
        width: 100%;
        margin-top: 46px;
    }
}
@media screen and (min-width: 1600px) {
    .footer-nav__explore {
        width: 175px;
    }
}
.footer-nav__markets {
    order: 1;
    padding: 0 0 20px;
    width: 100%;
}
@media screen and (min-width: 1080px) {
    .footer-nav__markets {
        order: inherit;
        padding: 0 20px 0 0;
        width: calc(100% - 300px);
    }
}
@media screen and (min-width: 1600px) {
    .footer-nav__markets {
        width: calc(100% - 350px);
    }
}
.footer-nav__legal {
    order: 3;
    width: 50%;
}
@media screen and (min-width: 1080px) {
    .footer-nav__legal {
        order: inherit;
        width: 150px;
    }
}
@media screen and (min-width: 1600px) {
    .footer-nav__legal {
        width: 175px;
    }
}
.footer-menu {
    display: flex;
    flex-flow: row wrap;
}
.footer-menu__col {
    padding: 0 20px 0 0;
    width: 50%;
}
@media screen and (max-width: 767px) {
    .footer-menu__col:last-child {
        padding: 0;
    }
}
.footer-menu__item {
    width: auto;
    margin-right: 30px;
}
.footer-menu__item:not(:last-child) {
    margin-bottom: 10px;
}
@media screen and (min-width: 1080px) {
    .footer-menu__item:not(:last-child) {
        margin-bottom: 20px;
    }
}
.footer-menu__item a {
    color: #fff;
    font-family: ProximaNovaA, Helvetica, Arial, sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 25px;
    text-decoration: none;
}
.footer-menu__item a:hover {
    color: #f7d50a;
}
.newsletter-cta {
    align-items: center;
    display: flex;
    flex-flow: row;
    justify-content: space-between;
    max-width: 250px;
}
@media screen and (min-width: 480px) {
    .newsletter-cta {
        max-width: 310px;
    }
}
@media screen and (min-width: 768px) {
    .newsletter-cta {
        max-width: inherit;
    }
}
@media screen and (min-width: 1280px) {
    .newsletter-cta {
        margin-top: -6px;
    }
}
.newsletter-cta__title {
    margin-right: 20px;
}
@media screen and (min-width: 1280px) {
    .newsletter-cta__title {
        margin-right: 0;
    }
}
.newsletter-cta .btn {
    padding: 12px 25px;
}
@media screen and (min-width: 480px) {
    .newsletter-cta .btn {
        padding: 12px 30px;
    }
}
@media screen and (min-width: 1280px) {
    .newsletter-cta .btn {
        max-width: 150px;
        width: 100%;
    }
}
.social-cta {
    margin-top: 46px;
}
@media screen and (min-width: 1280px) {
    .social-cta {
        align-items: center;
        display: flex;
        flex-flow: row;
        justify-content: right;
    }
}
.social-cta .social {
    flex-flow: column;
    position: absolute;
    right: 30px;
    top: 60px;
}
@media screen and (min-width: 480px) {
    .social-cta .social {
        right: 60px;
        top: 90px;
    }
}
@media screen and (min-width: 768px) {
    .social-cta .social {
        flex-flow: row;
        margin-bottom: 20px;
        position: relative;
        right: auto;
        top: auto;
    }
}
@media screen and (min-width: 1280px) {
    .social-cta .social {
        margin-bottom: 0;
    }
}
.social-cta .social__item:not(:last-child) {
    margin: 0 0 35px;
}
@media screen and (min-width: 768px) {
    .social-cta .social__item:not(:last-child) {
        margin: 0 35px 0 0;
    }
}
.social {
    align-items: center;
    display: flex;
    flex-flow: row;
}
.social__item {
    display: block;
}
.social__item:not(:last-child) {
    margin-right: 35px;
}
.social__item:hover .social-icon {
    fill: #f7d50a;
}
.social__item .social-icon {
    fill: #ffff;
    display: block;
    transition: all 0.2s linear;
}
.social__item .social-icon.linkedin {
    height: 20px;
    width: 20px;
}
.social__item .social-icon.youtube {
    height: 18px;
    width: 24px;
}
.social__item .social-icon.facebook {
    height: 25px;
    width: 13px;
}
.social__item .social-icon.twitter {
    height: 22px;
    width: 22px;
}
.footer-bottom {
    padding: 0 0 90px;
}
@media screen and (min-width: 768px) {
    .footer-bottom {
        border-top: 1px solid #fff;
        padding: 60px 0;
    }
}
.footer-copy {
    display: flex;
    flex-flow: column;
}
@media screen and (min-width: 1080px) {
    .footer-copy {
        flex-flow: row wrap;
        justify-content: space-between;
        padding-right: 100px;
    }
}
@media screen and (min-width: 1280px) {
    .footer-copy {
        padding-right: 0;
    }
}
.footer-copy__item:first-child {
    margin: 0 0 15px;
}
@media screen and (min-width: 1080px) {
    .footer-copy__item:first-child {
        margin: 0;
    }
}
@media screen and (min-width: 1280px) {
    .footer-copy__item:first-child {
        margin: 10px 0 0;
    }
}
.footer-copy__links {
    display: flex;
    flex-flow: row wrap;
    margin-bottom: 10px;
}
@media screen and (max-width: 1279px) {
    .footer-copy__links li:first-child {
        margin-bottom: 10px;
        width: 100%;
    }
}
.footer-copy__links li:not(:last-child) {
    margin-right: 10px;
}
@media screen and (min-width: 1280px) {
    .footer-copy__links li:not(:last-child) {
        margin-right: 20px;
        position: relative;
    }
    .footer-copy__links li:not(:last-child):after {
        background: #4c4d56;
        content: "";
        display: block;
        height: 100%;
        position: absolute;
        right: -10px;
        top: 0;
        width: 1px;
    }
}
.footer-copy .berry-logo {
    height: 50px;
    width: 172px;
}
@media screen and (min-width: 768px) {
    .footer-copy .berry-logo {
        height: 61px;
        width: 212px;
    }
}
.btn {
    -webkit-appearance: none;
    background: none;
    border: none;
    border-radius: 10px;
    color: #01447d;
    cursor: pointer;
    display: inline-block;
    font-family: ProximaNovaA, Helvetica, Arial, sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 18px;
    padding: 16px 25px;
    position: relative;
    text-align: center;
    text-decoration: none;
    transform: perspective(1px) translateZ(0);
    transition: all 0.3s linear;
}
@media screen and (min-width: 480px) {
    .btn {
        padding: 16px 30px;
    }
}
.btn:after,
.btn:before {
    border-radius: 10px;
    content: "";
    height: 100%;
    left: 0;
    pointer-events: none;
    position: absolute;
    top: 0;
    transition: all 0.45s ease-out;
    width: 100%;
}
.btn:before {
    background: #f7d50a;
    transform: scale(1);
    z-index: -1;
}
.btn:after {
    border: 1px solid #f7d50a;
    opacity: 0;
    transform: scale(1.1);
    visibility: hidden;
}
@media (hover: hover) {
    .btn:hover {
        color: #f7d50a;
    }
    .btn:hover:before {
        opacity: 0;
        transform: scale(0);
        visibility: hidden;
    }
    .btn:hover:after {
        opacity: 1;
        transform: scale(1);
        visibility: visible;
    }
    .btn--to-light:hover {
        color: #fff;
    }
    .btn--to-light:hover:after {
        border-color: #fff;
    }
}
.btn--alt {
    color: #f7d50a;
}
.btn--alt:before {
    opacity: 0;
    transform: scale(0);
    visibility: hidden;
}
.btn--alt:after {
    opacity: 1;
    transform: scale(1);
    visibility: visible;
}
@media (hover: hover) {
    .btn--alt:hover {
        color: #01447d;
    }
    .btn--alt:hover:before {
        opacity: 1;
        transform: scale(1);
        visibility: visible;
    }
    .btn--alt:hover:after {
        opacity: 0;
        transform: scale(1.1);
        visibility: hidden;
    }
}
.btn--alt-light {
    background: #fff;
}
.btn--alt-foreground {
    background: #f1f5f6;
}
.fixed-nav {
    background: #01447d;
    height: 100vh;
    left: 0;
    opacity: 0;
    overflow-y: scroll;
    position: fixed;
    top: 0;
    transition: all 0.2s ease 0.2s;
    visibility: hidden;
    width: 100%;
    z-index: 200;
}
@media screen and (min-width: 1280px) {
    .fixed-nav {
        display: none;
    }
}
.fixed-nav__container {
    padding: 120px 30px 150px;
}
@media screen and (min-width: 480px) {
    .fixed-nav__container {
        padding: 150px 60px;
    }
}
@media screen and (min-width: 991px) {
    .fixed-nav__container {
        padding: 150px 100px;
    }
}
.fixed-nav__menu {
    transition: all 0.2s ease 0.1s;
}
.fixed-nav__links,
.fixed-nav__menu {
    opacity: 0;
    transform: translateY(15px);
}
.fixed-nav__links {
    margin-top: 13vh;
    transition: all 0.2s ease;
}
.fixed-nav__links .menu-lang__item a {
    color: #fff;
}
.fixed-nav__links .menu-lang__item:not(:last-child):before {
    background: #fff;
}
.fixed-nav.active {
    opacity: 1;
    transition: all 0.2s ease;
    visibility: visible;
}
.fixed-nav.active .fixed-nav__menu {
    opacity: 1;
    transform: translateY(0);
    transition: all 0.35s ease 0.3s;
}
.fixed-nav.active .fixed-nav__links {
    opacity: 1;
    transform: translateY(0);
    transition: all 0.35s ease 0.4s;
}
.header {
    align-items: center;
    background: #fff;
    box-shadow: inset 0 -1px 0 0 #a5a8b5;
    display: flex;
    flex-flow: row;
    height: 80px;
    justify-content: space-between;
    left: 0;
    padding: 0 15px;
    position: fixed;
    top: 0;
    transition: all 0.2s ease 0.2s;
    width: 100%;
    z-index: 300;
}
@media screen and (min-width: 480px) {
    .header {
        height: 100px;
        padding: 0 40px;
    }
}
.header__logo .logo-link {
    display: block;
    margin-top: 5px;
    margin-left: 15px;
}
.header__logo .logo-link .logo {
    display: block;
}
.header__row {
    align-items: center;
    display: flex;
    flex-flow: row;
    margin-right: -10px;
}
@media screen and (min-width: 1280px) {
    .header__row {
        margin-right: 0;
    }
}
.header__nav {
    display: none;
}
@media screen and (min-width: 1280px) {
    .header__nav {
        display: block;
    }
}
.header__lang {
    display: none;
}
@media screen and (min-width: 1280px) {
    .header__lang {
        display: block;
        margin: 0 50px;
    }
}
@media screen and (min-width: 1600px) {
    .header__lang {
        margin: 0 50px 0 90px;
    }
}
.header--transparent,
.header.nav-is-active {
    background: none;
    box-shadow: none;
}
.header--transparent .menu-lang__item a,
.header--transparent .menu-lang__item span:first-child,
.header--transparent .menu__item .sub-menu-title,
.header--transparent .menu__item a,
.header.nav-is-active .menu-lang__item a,
.header.nav-is-active .menu-lang__item span:first-child,
.header.nav-is-active .menu__item .sub-menu-title,
.header.nav-is-active .menu__item a {
    color: #fff;
}
.header--transparent .burger__line,
.header--transparent .menu-lang__item:not(:last-child):before,
.header.nav-is-active .burger__line,
.header.nav-is-active .menu-lang__item:not(:last-child):before {
    background: #fff;
}
.header--transparent .logo__text,
.header--transparent .portal-login .padlock-icon,
.header--transparent .search-btn .search-icon,
.header.nav-is-active .logo__text,
.header.nav-is-active .portal-login .padlock-icon,
.header.nav-is-active .search-btn .search-icon {
    fill: #fff;
}
.header.nav-is-active {
    background: #01447d;
    transition: all 0.2s ease;
}
.portal-nav .menu {
    flex-flow: row wrap;
}
.portal-nav .menu__item:not(:last-child) {
    margin: 0 30px 0 0;
}
@media screen and (min-width: 1280px) {
    .portal-nav .menu__item:not(:last-child) {
        margin: 0 60px 0 0;
    }
}
@media screen and (min-width: 1600px) {
    .portal-nav .menu__item:not(:last-child) {
        margin: 0 90px 0 0;
    }
}
.portal-nav .menu__item .sub-menu-title,
.portal-nav .menu__item a {
    color: #fff;
    font-size: 18px;
    line-height: 20px;
}
.logo {
    height: 30px;
    width: 150px;
}
@media screen and (min-width: 360px) {
    .logo {
        height: 36px;
        width: 180px;
    }
}
@media screen and (min-width: 768px) {
    .logo {
        height: 49px;
        width: 250px;
    }
}
.logo__text {
    transition: all 0.2s linear;
}
.secondary-nav {
    align-items: center;
    background: #01447d;
    display: flex;
    flex-flow: row;
    height: 60px;
    justify-content: space-between;
    left: 0;
    padding: 0 20px;
    position: fixed;
    top: 80px;
    width: 100%;
    z-index: 100;
}
@media screen and (min-width: 480px) {
    .secondary-nav {
        height: 70px;
        padding: 0 40px;
        top: 100px;
    }
}
@media screen and (min-width: 768px) {
    .secondary-nav {
        padding: 0 70px;
    }
}
.secondary-nav__title {
    width: 100%;
}
@media screen and (min-width: 1280px) {
    .secondary-nav__title {
        width: auto;
    }
}
.secondary-nav__title .menu__item--has-children {
    padding: 8px 0;
}
@media screen and (min-width: 1280px) {
    .secondary-nav__title .menu__item--has-children {
        padding: 0;
        position: relative;
    }
}
@media screen and (min-width: 1600px) {
    .secondary-nav__title .menu__item--has-children {
        pointer-events: none;
    }
}
.secondary-nav__title .menu__item--has-children:hover .sub-menu-title {
    color: #f7d50a;
}
.secondary-nav__title .menu__item--has-children:hover .sub-menu-icon .chevron-icon {
    fill: #01447d;
}
.secondary-nav__title .sub-menu-title-wrapper {
    display: block;
}
@media screen and (min-width: 1280px) {
    .secondary-nav__title .sub-menu-title-wrapper {
        display: inline-block;
    }
}
.secondary-nav__title .menu__item .sub-menu-title {
    color: #f7d50a;
    font-size: 16px;
    line-height: 20px;
    text-transform: uppercase;
}
@media screen and (min-width: 480px) {
    .secondary-nav__title .menu__item .sub-menu-title {
        font-size: 18px;
    }
}
@media screen and (min-width: 1600px) {
    .secondary-nav__title .sub-menu-icon {
        display: none;
    }
}
.secondary-nav__title .sub-menu-icon:before {
    background: #f7d50a;
    transform: scale(1);
}
.secondary-nav__title .sub-menu-icon .chevron-icon {
    fill: #01447d;
}
.secondary-nav__title .sub-menu {
    background: #01447d;
    display: none;
    left: 0;
    padding: 20px 20px 40px;
    position: absolute;
    right: auto;
    top: 60px;
    width: 100%;
}
@media screen and (min-width: 480px) {
    .secondary-nav__title .sub-menu {
        padding: 20px 40px 60px;
        top: 70px;
    }
}
@media screen and (min-width: 768px) {
    .secondary-nav__title .sub-menu {
        padding: 20px 70px 60px;
    }
}
@media screen and (min-width: 1280px) {
    .secondary-nav__title .sub-menu {
        background: #fff;
        display: block;
        padding: 30px;
        top: 35px;
        width: 280px;
    }
}
.secondary-nav__applications {
    display: none;
}
@media screen and (min-width: 1600px) {
    .secondary-nav__applications {
        display: block;
    }
}
@media screen and (min-width: 1800px) {
    .secondary-nav__applications {
        left: 50%;
        position: absolute;
        top: 50%;
        transform: translate(-50%, -50%);
    }
}
.secondary-nav__applications .menu__item:not(:last-child) {
    margin: 0 50px 0 0;
}
.secondary-nav__applications .menu__item a {
    color: #fff;
}
.secondary-nav__applications .menu__item a:hover {
    color: #a5a8b5;
}
.secondary-nav__markets {
    display: none;
}
@media screen and (min-width: 1280px) {
    .secondary-nav__markets {
        display: block;
    }
}
.secondary-nav__markets .sub-menu {
    top: 35px;
}
.secondary-nav__markets .menu__item .sub-menu-title {
    color: #a5a8b5;
    font-size: 18px;
    line-height: 20px;
}
.secondary-nav__markets .sub-menu-icon:before {
    background: #a5a8b5;
    transform: scale(1);
}
.secondary-nav__markets .menu__item--has-children:hover .sub-menu-icon .chevron-icon,
.secondary-nav__markets .sub-menu-icon .chevron-icon {
    fill: #01447d;
}
.sticky-nav {
    display: flex;
    justify-content: center;
    padding: 35px 0;
    position: absolute;
    top: 0;
    transition: padding 0.2s ease;
    width: 100%;
    z-index: 100;
}
.sticky-nav.active {
    padding: 10px 0;
    position: fixed;
    top: 80px;
}
@media screen and (min-width: 480px) {
    .sticky-nav.active {
        top: 100px;
    }
}
@media screen and (min-width: 1280px) {
    .sticky-nav.active {
        background: #fff;
        box-shadow: inset 0 -1px 0 0 #a5a8b5;
    }
}
.sticky-nav--w-secondary.active {
    top: 140px;
}
@media screen and (min-width: 480px) {
    .sticky-nav--w-secondary.active {
        top: 170px;
    }
    .sticky-nav--w-portal.active {
        top: 150px;
    }
}
.quick-links {
    background: #fff;
    border: 1px solid #f7d50a;
    border-radius: 7px;
    cursor: pointer;
    padding: 10px 30px;
    width: calc(100% - 60px);
}
@media screen and (min-width: 480px) {
    .quick-links {
        width: 360px;
    }
}
@media screen and (min-width: 1280px) {
    .quick-links {
        background: none;
        border: none;
        border-radius: 0;
        cursor: default;
        padding: 0;
        width: auto;
    }
}
.quick-links-title-wrapper {
    display: block;
    position: relative;
}
@media screen and (min-width: 1280px) {
    .quick-links-title-wrapper {
        display: none;
    }
}
.quick-links-title {
    color: #f7d50a;
    font-family: ProximaNovaA, Helvetica, Arial, sans-serif;
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: 20px;
}
.quick-links-icon {
    height: 20px;
    pointer-events: none;
    position: absolute;
    right: 0;
    top: calc(50% - 10px);
    width: 20px;
}
.quick-links-icon:before {
    background: #f7d50a;
    border-radius: 50%;
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    transition: all 0.3s ease;
    width: 100%;
}
.quick-links-icon .chevron-icon {
    fill: #fff;
    left: 50%;
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
}
.quick-links-menu {
    display: none;
    padding: 20px 0 0;
}
@media screen and (min-width: 1280px) {
    .quick-links-menu {
        align-items: center;
        display: flex;
        flex-flow: row;
        justify-content: center;
        padding: 0;
    }
}
.quick-links-menu__item {
    display: block;
}
.quick-links-menu__item:not(:last-child) {
    margin: 0 0 15px;
}
@media screen and (min-width: 1280px) {
    .quick-links-menu__item:not(:last-child) {
        margin: 0 83px 0 0;
    }
}
.quick-links-menu__item a {
    color: #f7d50a;
    font-family: ProximaNovaA, Helvetica, Arial, sans-serif;
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: 20px;
    text-decoration: none;
}
.quick-links-menu__item a:hover {
    color: #a5a8b5;
}
.quick-links-menu__btn {
    display: none;
}
@media screen and (min-width: 1280px) {
    .quick-links-menu__btn {
        display: block;
    }
}
.quick-links-menu__btn a {
    background: #f7d50a;
    border-radius: 7px;
    color: #fff;
    display: inline-block;
    font-family: ProximaNovaA, Helvetica, Arial, sans-serif;
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: 20px;
    padding: 8px 25px;
    text-decoration: none;
}
.quick-links-menu__btn a:hover {
    background: #a5a8b5;
}
.sticky-filter {
    background: #01447d;
    display: flex;
    justify-content: center;
    padding: 24px 0;
    transition: padding 0.2s ease;
    width: 100%;
}
@media screen and (min-width: 1280px) {
    .sticky-filter {
        position: absolute;
        top: 0;
        z-index: 100;
    }
    .sticky-filter.active {
        position: fixed;
        top: 100px;
    }
}
.sticky-filter .container {
    width: 100%;
}
.menu {
    display: flex;
    flex-flow: column;
}
@media screen and (min-width: 1280px) {
    .menu {
        flex-flow: row;
    }
}
.menu__item {
    display: block;
}
.menu__item:not(:last-child) {
    margin: 0 0 30px;
}
@media screen and (min-width: 1280px) {
    .menu__item:not(:last-child) {
        margin: 0 60px 0 0;
    }
}
@media screen and (min-width: 1600px) {
    .menu__item:not(:last-child) {
        margin: 0 90px 0 0;
    }
}
.menu__item.active-page .sub-menu-title,
.menu__item.active-page > a {
    color: #f7d50a;
}
.menu__item .sub-menu-title,
.menu__item a {
    color: #fff;
    font-family: ProximaNovaA, Helvetica, Arial, sans-serif;
    font-size: 32px;
    font-style: normal;
    font-weight: 600;
    line-height: 38px;
    transition: all 0.2s linear;
}
@media screen and (min-width: 1280px) {
    .menu__item .sub-menu-title,
    .menu__item a {
        color: #01447d;
        font-size: 18px;
        line-height: 20px;
    }
}
.menu__item a {
    text-decoration: none;
}
@media screen and (min-width: 1280px) {
    .menu__item a:hover {
        color: #a5a8b5;
    }
}
.menu__item--has-children {
    cursor: pointer;
}
.menu__item--has-children .sub-menu-title-wrapper {
    display: block;
    padding-right: 28px;
    position: relative;
}
@media screen and (min-width: 480px) {
    .menu__item--has-children .sub-menu-title-wrapper {
        display: inline-block;
        padding-right: 40px;
    }
}
@media screen and (min-width: 1280px) {
    .menu__item--has-children .sub-menu-title-wrapper {
        display: block;
        padding-right: 28px;
    }
    .menu__item--has-children .sub-menu-title-wrapper:before {
        bottom: 0;
        content: "";
        height: 40px;
        position: absolute;
        right: 0;
        transform: translateY(100%);
        visibility: hidden;
        width: 150%;
    }
    .menu__item--has-children .sub-menu-title-wrapper--lg:before {
        transform: translate(25%, 100%);
        width: 200%;
    }
    .menu__item--has-children:hover .sub-menu-title-wrapper:before {
        visibility: visible;
    }
    .menu__item--has-children:hover .sub-menu-title {
        color: #a5a8b5;
    }
    .menu__item--has-children:hover .sub-menu-icon:before {
        transform: scale(1);
    }
    .menu__item--has-children:hover .sub-menu-icon .chevron-icon {
        fill: #fff;
    }
    .menu__item--has-children:hover .sub-menu {
        opacity: 1;
        transform: translateY(0);
        transition: all 0.3s ease;
        visibility: visible;
    }
    .menu__item--has-children:hover .sub-menu--lg {
        transform: translate(0);
    }
}
@media screen and (min-width: 1640px) {
    .menu__item--has-children:hover .sub-menu--lg {
        transform: translate(50%);
    }
}
.menu__item--has-children.active .sub-menu-icon:before {
    transform: scale(1);
}
.menu.sub-menu-is-active > .menu__item:not(.active) .sub-menu-title,
.menu.sub-menu-is-active > .menu__item:not(.active) a {
    color: #a5a8b5;
}
.sub-menu {
    display: none;
    padding-top: 20px;
}
@media screen and (min-width: 1280px) {
    .sub-menu {
        background: #fff;
        border-radius: 12px;
        display: block;
        opacity: 0;
        padding: 30px;
        position: absolute;
        right: 0;
        top: 45px;
        transform: translateY(15px);
        transition: all 0.1s ease;
        visibility: hidden;
        width: 280px;
        z-index: 300;
    }
    .sub-menu .menu__item {
        position: relative;
    }
}
.sub-menu .menu__item:not(:last-child) {
    margin: 0 0 20px;
}
@media screen and (min-width: 1280px) {
    .sub-menu .menu__item:not(:last-child) {
        margin: 0 0 30px;
    }
    .sub-menu .menu__item:not(:last-child):before {
        background: #e6e9eb;
        bottom: -15px;
        content: "";
        height: 1px;
        left: 0;
        position: absolute;
        width: 100%;
    }
}
.sub-menu .menu__item.active-page a {
    color: #f7d50a;
}
.sub-menu .menu__item a {
    color: #fff;
    font-size: 16px;
    line-height: 20px;
}
@media screen and (min-width: 1280px) {
    .sub-menu .menu__item a {
        color: #01447d;
        font-size: 18px;
        line-height: 20px;
    }
    .sub-menu .menu__item a:hover {
        color: #a5a8b5;
    }
    .sub-menu--lg {
        display: flex;
        flex-flow: row;
        padding: 40px 30px;
        right: 40px;
        top: 85px;
        transform: translateY(15px);
        width: calc(100% - 80px);
    }
}
@media screen and (min-width: 1640px) {
    .sub-menu--lg {
        max-width: 1560px;
        right: 50%;
        transform: translate(50%, 15px);
        width: 100%;
    }
}
@media screen and (min-width: 1280px) {
    .sub-menu--lg .menu__item {
        text-align: center;
        width: 16.66666%;
    }
    .sub-menu--lg .menu__item:not(:last-child) {
        margin: 0 30px 0 0;
    }
    .sub-menu--lg .menu__item:not(:last-child):before {
        bottom: auto;
        height: 100%;
        left: auto;
        right: -15px;
        top: 0;
        width: 1px;
    }
    .sub-menu--lg .menu__item a:hover .menu__item-icon .markets-icon {
        stroke: #a5a8b5;
    }
    .sub-menu--lg .menu__item.active-page .menu__item-icon .markets-icon {
        stroke: #f7d50a;
    }
}
.sub-menu--lg .menu__item-icon {
    display: none;
}
@media screen and (min-width: 1280px) {
    .sub-menu--lg .menu__item-icon {
        align-items: center;
        display: flex;
        height: 100px;
        justify-content: center;
        margin-bottom: 35px;
    }
    .sub-menu--lg .menu__item-icon .markets-icon {
        transition: all 0.2s linear;
    }
    .sub-menu--lg .menu__item-text {
        display: block;
        margin: 0 auto;
        max-width: 180px;
    }
}
.sub-menu-icon {
    height: 20px;
    pointer-events: none;
    position: absolute;
    right: 0;
    top: calc(50% - 10px);
    width: 20px;
}
.sub-menu-icon:before {
    background: #f7d50a;
    border-radius: 50%;
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    transform: scale(0);
    transition: all 0.3s ease;
    width: 100%;
}
.sub-menu-icon .chevron-icon {
    fill: #fff;
    left: 50%;
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
    transition: all 0.2s linear;
}
@media screen and (min-width: 1280px) {
    .sub-menu-icon .chevron-icon {
        fill: #f7d50a;
    }
}
.menu-lang {
    display: flex;
    flex-flow: row;
}
.menu-lang__item {
    position: relative;
}
.menu-lang__item:not(:last-child) {
    margin-right: 10px;
    padding-right: 10px;
}
.menu-lang__item:not(:last-child):before {
    background: #01447d;
    content: "";
    height: 100%;
    position: absolute;
    right: 0;
    top: 0;
    transition: all 0.2s linear;
    width: 1px;
}
.menu-lang__item a,
.menu-lang__item span {
    color: #01447d;
    font-family: ProximaNovaA, Helvetica, Arial, sans-serif;
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: 20px;
    text-decoration: none;
    transition: all 0.2s linear;
}
.menu-lang__item a:hover {
    color: #a5a8b5;
}
.menu-lang__item.active a {
    color: #f7d50a;
}
.menu-lang__item--inactive {
    cursor: default;
    position: relative;
}
.menu-lang__item--inactive .tooltip {
    background: #f1f5f6;
    border-radius: 12px;
    font-size: 12px;
    left: 50%;
    opacity: 0;
    position: absolute;
    text-align: center;
    top: 28px;
    transform: translateX(-50%);
    visibility: hidden;
    width: 100px;
}
.menu-lang__item--inactive .tooltip:before {
    border-bottom: 6px solid #f1f5f6;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    content: "";
    left: calc(50% - 3px);
    position: absolute;
    top: -6px;
}
.menu-lang__item--inactive:hover .tooltip {
    opacity: 1;
    visibility: visible;
}
.menu-icons {
    align-items: center;
    display: flex;
    flex-flow: row;
}
.menu-icons .menu-icons__item--portal {
    margin-right: 15px;
}
@media screen and (min-width: 360px) {
    .menu-icons .menu-icons__item--portal {
        margin-right: 25px;
    }
}
@media screen and (min-width: 768px) {
    .menu-icons .menu-icons__item--portal {
        margin-right: 40px;
    }
}
.menu-icons .menu-icons__item--search {
    margin-right: 5px;
}
@media screen and (min-width: 360px) {
    .menu-icons .menu-icons__item--search {
        margin-right: 15px;
    }
}
@media screen and (min-width: 768px) {
    .menu-icons .menu-icons__item--search {
        margin-right: 30px;
    }
}
@media screen and (min-width: 1280px) {
    .menu-icons .menu-icons__item--search {
        margin-right: 0;
    }
}
.menu-icons__item .portal-login {
    display: block;
}
.menu-icons__item .portal-login .padlock-icon {
    display: block;
    height: 24px;
    transition: all 0.2s linear;
    width: 18px;
}
@media screen and (min-width: 768px) {
    .menu-icons__item .portal-login .padlock-icon {
        height: 28px;
        width: 21px;
    }
}
.menu-icons__item .portal-login:hover .padlock-icon {
    fill: #a5a8b5;
}
.menu-icons__item .search-btn {
    -webkit-appearance: none;
    background: none;
    border: none;
    border-radius: 0;
    cursor: pointer;
    display: block;
}
.menu-icons__item .search-btn .search-icon {
    display: block;
    height: 22px;
    transition: all 0.2s linear;
    width: 22px;
}
@media screen and (min-width: 768px) {
    .menu-icons__item .search-btn .search-icon {
        height: 25px;
        width: 25px;
    }
}
.menu-icons__item .search-btn:hover .search-icon {
    fill: #a5a8b5;
}
.menu-icons__item .search-btn.active .search-icon {
    fill: #f7d50a;
}
.burger {
    background: none;
    border: none;
    border-radius: 0;
    cursor: pointer;
    display: block;
    height: 50px;
    position: relative;
    width: 50px;
}
@media screen and (min-width: 1280px) {
    .burger {
        display: none;
    }
}
.burger__icon {
    height: 18px;
    left: 11px;
    top: 16px;
}
.burger__icon,
.burger__line {
    position: absolute;
    transition: all 0.3s ease;
    width: 28px;
}
.burger__line {
    background: #01447d;
    height: 2px;
    left: 0;
}
.burger__line:first-child {
    top: 0;
}
.burger__line:nth-child(2) {
    top: 8px;
}
.burger__line:nth-child(3) {
    left: auto;
    right: 0;
    top: 16px;
}
.burger.active .burger__line:first-child {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
    -webkit-animation-name: burger1;
    animation-name: burger1;
}
.burger.active .burger__line:nth-child(2) {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
    -webkit-animation-name: burger2;
    animation-name: burger2;
}
.burger.active .burger__line:nth-child(3) {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
    -webkit-animation-name: burger3;
    animation-name: burger3;
}
@-webkit-keyframes burger1 {
    0% {
        width: 28px;
    }
    35% {
        top: 0;
        width: 0;
    }
    50% {
        top: 8px;
        transform: rotate(0deg);
        width: 0;
    }
    51% {
        width: 28px;
    }
    to {
        top: 8px;
        transform: rotate(45deg);
    }
}
@keyframes burger1 {
    0% {
        width: 28px;
    }
    35% {
        top: 0;
        width: 0;
    }
    50% {
        top: 8px;
        transform: rotate(0deg);
        width: 0;
    }
    51% {
        width: 28px;
    }
    to {
        top: 8px;
        transform: rotate(45deg);
    }
}
@-webkit-keyframes burger2 {
    0% {
        width: 28px;
    }
    50% {
        transform: rotate(0deg);
    }
    to {
        transform: rotate(-45deg);
    }
}
@keyframes burger2 {
    0% {
        width: 28px;
    }
    50% {
        transform: rotate(0deg);
    }
    to {
        transform: rotate(-45deg);
    }
}
@-webkit-keyframes burger3 {
    0% {
        width: 28px;
    }
    35% {
        width: 0;
    }
    to {
        width: 0;
    }
}
@keyframes burger3 {
    0% {
        width: 28px;
    }
    35% {
        width: 0;
    }
    to {
        width: 0;
    }
}
.pagination {
    margin-top: 40px;
    text-align: center;
}
@media screen and (min-width: 480px) {
    .pagination {
        margin-top: 60px;
    }
}
.pagination .page-numbers {
    color: #01447d;
    display: inline-block;
    font-family: ProximaNovaA, Helvetica, Arial, sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 16px;
    padding: 0 7px;
    position: relative;
    text-decoration: none;
    text-transform: uppercase;
}
.pagination .page-numbers:after {
    content: "";
}
.pagination .page-numbers.current {
    color: #f7d50a;
    padding: 5px 7px;
}
.pagination .page-numbers.current:after {
    background: #f7d50a;
    bottom: 0;
    height: 1px;
    left: 0;
    padding: 0 7px;
    position: absolute;
    width: 100%;
}
.pagination .page-numbers.next {
    padding: 0 0 0 7px;
}
.pagination .page-numbers.prev {
    padding: 0 7px 0 0;
}
input[type="date"],
input[type="email"],
input[type="number"],
input[type="password"],
input[type="tel"],
input[type="text"],
select,
textarea {
    -webkit-appearance: none;
    background: #fff;
    border: 1px solid #e6e9eb;
    border-radius: 0;
    color: #01447d;
    display: block;
    font-family: ProximaNovaA, Helvetica, Arial, sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 25px;
    padding: 16px 20px;
    transition: all 0.2s linear;
    width: 100%;
}
@media screen and (min-width: 480px) {
    input[type="date"],
    input[type="email"],
    input[type="number"],
    input[type="password"],
    input[type="tel"],
    input[type="text"],
    select,
    textarea {
        font-size: 18px;
        line-height: 30px;
    }
}
input[type="date"]::-webkit-input-placeholder,
input[type="email"]::-webkit-input-placeholder,
input[type="number"]::-webkit-input-placeholder,
input[type="password"]::-webkit-input-placeholder,
input[type="tel"]::-webkit-input-placeholder,
input[type="text"]::-webkit-input-placeholder,
select::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
    color: #01447d;
}
input[type="date"]::-moz-placeholder,
input[type="email"]::-moz-placeholder,
input[type="number"]::-moz-placeholder,
input[type="password"]::-moz-placeholder,
input[type="tel"]::-moz-placeholder,
input[type="text"]::-moz-placeholder,
select::-moz-placeholder,
textarea::-moz-placeholder {
    color: #01447d;
}
input[type="date"]:-ms-input-placeholder,
input[type="email"]:-ms-input-placeholder,
input[type="number"]:-ms-input-placeholder,
input[type="password"]:-ms-input-placeholder,
input[type="tel"]:-ms-input-placeholder,
input[type="text"]:-ms-input-placeholder,
select:-ms-input-placeholder,
textarea:-ms-input-placeholder {
    color: #01447d;
}
input[type="date"]:-webkit-autofill,
input[type="date"]:-webkit-autofill:focus,
input[type="date"]:-webkit-autofill:hover,
input[type="email"]:-webkit-autofill,
input[type="email"]:-webkit-autofill:focus,
input[type="email"]:-webkit-autofill:hover,
input[type="number"]:-webkit-autofill,
input[type="number"]:-webkit-autofill:focus,
input[type="number"]:-webkit-autofill:hover,
input[type="password"]:-webkit-autofill,
input[type="password"]:-webkit-autofill:focus,
input[type="password"]:-webkit-autofill:hover,
input[type="tel"]:-webkit-autofill,
input[type="tel"]:-webkit-autofill:focus,
input[type="tel"]:-webkit-autofill:hover,
input[type="text"]:-webkit-autofill,
input[type="text"]:-webkit-autofill:focus,
input[type="text"]:-webkit-autofill:hover,
select:-webkit-autofill,
select:-webkit-autofill:focus,
select:-webkit-autofill:hover,
textarea:-webkit-autofill,
textarea:-webkit-autofill:focus,
textarea:-webkit-autofill:hover {
    -webkit-text-fill-color: #01447d;
    background: none;
    -webkit-box-shadow: inset 0 0 0 1000px #fff;
    -webkit-transition: none;
    transition: none;
}
input[type="date"]:focus,
input[type="email"]:focus,
input[type="number"]:focus,
input[type="password"]:focus,
input[type="tel"]:focus,
input[type="text"]:focus,
select:focus,
textarea:focus {
    outline: none;
}
textarea {
    max-width: 100%;
    min-height: 100px;
}
select::-ms-expand {
    display: none;
}
select {
    padding: 15px 60px 15px 20px;
    width: 100%;
}
.select-box {
    display: block;
    position: relative;
    width: 100%;
}
.select-box:after {
    background: url(../../assets/svg/select-icon.svg) no-repeat;
    background-size: 9px 6px;
    content: "";
    display: block;
    height: 6px;
    pointer-events: none;
    position: absolute;
    right: 25px;
    top: 27px;
    width: 9px;
}
.input-label {
    display: block;
}
.checkbox {
    cursor: pointer;
    display: inline-block;
    position: relative;
}
.checkbox__icon {
    background: #fff;
    border: 1px solid #e6e9eb;
    border-radius: 0;
    cursor: pointer;
    display: block;
    height: 25px;
    left: 0;
    position: absolute;
    top: 0;
    width: 25px;
}
.checkbox__icon:before {
    background: none;
    content: "";
    display: block;
    height: 10px;
    left: 50%;
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
    transition: all 0.2s linear;
    width: 14px;
}
.checkbox input[type="checkbox"] {
    height: 0;
    margin: 0;
    opacity: 0;
    position: absolute;
    visibility: hidden;
    width: 0;
}
.checkbox input[type="checkbox"]:checked ~ .checkbox__icon:before {
    background: url(../../assets/svg/tick.svg) no-repeat;
}
.checkbox__label {
    color: #01447d;
    display: inline-block;
    font-family: ProximaNovaA, Helvetica, Arial, sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 25px;
    padding-left: 38px;
}
.checkbox-text {
    margin-top: 6px;
}
.form__item:not(:last-child) {
    margin-bottom: 23px;
}
.form .btn {
    margin-bottom: 10px;
}
.form.ajaxing {
    opacity: 0.7;
    pointer-events: none;
}
.form.ajaxing .btn {
    background: #f7d50a;
    overflow: hidden;
    position: relative;
}
.form.ajaxing .btn:before {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-name: loader;
    animation-name: loader;
    background: #01447d;
    border-radius: 0;
    content: "";
    display: block;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    transform: translateX(-101%);
    width: 100%;
}
@-webkit-keyframes loader {
    0% {
        transform: translateX(-101%);
    }
    35% {
        transform: translateX(0);
    }
    to {
        transform: translateX(100%);
    }
}
@keyframes loader {
    0% {
        transform: translateX(-101%);
    }
    35% {
        transform: translateX(0);
    }
    to {
        transform: translateX(100%);
    }
}
.wpcf7 form .wpcf7-list-item {
    margin: 0;
}
.wpcf7 form .wpcf7-not-valid-tip {
    color: #bb1818;
    margin-top: 7px;
    text-transform: none;
}
.wpcf7 form .wpcf7-not-valid-tip,
.wpcf7 form .wpcf7-response-output {
    font-family: ProximaNovaA, Helvetica, Arial, sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 25px;
}
.wpcf7 form .wpcf7-response-output {
    border: none !important;
    color: #01447d;
    margin: 40px 0 0 !important;
    padding: 0 !important;
}
.wpcf7 form.sent .wpcf7-response-output {
    display: none;
    display: none !important;
}
.grecaptcha-badge {
    visibility: hidden;
}
.filter-form {
    align-items: flex-start;
    display: flex;
    flex-flow: row wrap;
}
.filter-form__item {
    width: 100%;
}
@media screen and (min-width: 600px) {
    .filter-form__item {
        margin-right: 20px;
        width: calc(50% - 20px);
    }
}
@media screen and (min-width: 991px) {
    .filter-form__item {
        width: calc(33.33333% - 20px);
    }
}
@media screen and (min-width: 1600px) {
    .filter-form__item {
        margin-right: 0;
        width: inherit;
    }
}
.filter-form__item:not(:last-child) {
    margin-bottom: 35px;
}
.filter-form__full {
    width: 100%;
}
.filter-list li:not(:last-child) {
    margin-bottom: 15px;
}
.sticky-filter-form {
    display: none;
}
@media screen and (min-width: 1280px) {
    .sticky-filter-form {
        display: flex;
        flex-flow: row;
        justify-content: flex-start;
    }
}
.sticky-filter-form__item {
    cursor: pointer;
    margin: 20px 0;
    position: relative;
}
@media screen and (min-width: 1280px) {
    .sticky-filter-form__item {
        margin: 0 45px 0 0;
    }
}
.sticky-filter-form__item:hover .sticky-filter-list {
    opacity: 1;
    transform: translateY(0);
    transition: all 0.3s ease;
    visibility: visible;
}
.sticky-filter-form__item:hover legend:before {
    visibility: visible;
}
.sticky-filter-form__item legend {
    position: relative;
}
.sticky-filter-form__item legend:before {
    content: "";
    height: 50px;
    left: 0;
    position: absolute;
    top: 0;
    visibility: hidden;
    width: 150%;
}
.sticky-filter-toggle {
    cursor: pointer;
    display: inline-block;
    padding-right: 28px;
    position: relative;
}
@media screen and (min-width: 1280px) {
    .sticky-filter-toggle {
        display: none;
    }
}
.sticky-filter-toggle .sub-menu-title {
    color: #f7d50a;
    font-family: ProximaNovaA, Helvetica, Arial, sans-serif;
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: 20px;
    text-transform: uppercase;
    transition: all 0.2s linear;
}
.sticky-filter-toggle .sub-menu-icon:before {
    transform: scale(1);
}
.sticky-filter-toggle .sub-menu-icon .chevron-icon {
    fill: #01447d;
}
.selected-filter {
    padding-left: 10px;
}
.sticky-filter-list {
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
    padding: 20px 0 0;
    transition: all 0.1s ease;
}
@media screen and (min-width: 1280px) {
    .sticky-filter-list {
        background: #fff;
        border-radius: 10px;
        left: 0;
        opacity: 0;
        padding: 25px;
        position: absolute;
        top: 35px;
        transform: translateY(15px);
        visibility: hidden;
        width: 580px;
    }
}
.sticky-filter-list li {
    margin-bottom: 10px;
    width: 100%;
}
@media screen and (min-width: 1280px) {
    .sticky-filter-list li {
        border-bottom: 1px solid #e6e9eb;
        padding-bottom: 10px;
    }
}
@media screen and (min-width: 768px) {
    .sticky-filter-list li {
        width: calc(50% - 20px);
    }
}
@media screen and (min-width: 1280px) {
    .sticky-filter-list li .filter-checkbox__label {
        color: #01447d;
    }
}
.filter-checkbox {
    align-items: center;
    cursor: pointer;
    display: flex;
    flex-flow: row;
    justify-content: flex-start;
}
.filter-checkbox input[type="checkbox"],
.filter-checkbox input[type="radio"] {
    display: none;
}
.filter-checkbox input[type="checkbox"]:checked,
.filter-checkbox input[type="radio"]:checked {
    border-color: #f7d50a;
}
.filter-checkbox input[type="checkbox"]:checked ~ .filter-checkbox__icon,
.filter-checkbox input[type="radio"]:checked ~ .filter-checkbox__icon {
    background: #f7d50a;
    border-color: #f7d50a;
}
.filter-checkbox__icon {
    border: 4px solid #a5a8b5;
    border-radius: 50%;
    display: block;
    height: 25px;
    width: 25px;
}
.filter-checkbox__label {
    color: #fff;
    display: block;
    font-family: ProximaNovaA, Helvetica, Arial, sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    margin-left: 20px;
    width: calc(100% - 45px);
}
.filter-checkbox__label--finder {
    color: #01447d;
    font-size: 16px;
    line-height: 25px;
}
@media screen and (min-width: 1280px) {
    .filter-checkbox__label--finder {
        font-size: 18px;
        line-height: 25px;
    }
}
.reset-filter {
    display: none;
    margin-top: 20px;
}
.errors-list {
    color: #bb1818;
    font-family: ProximaNovaA, Helvetica, Arial, sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 25px;
    margin-bottom: 7px;
}
.error {
    color: #bb1818;
    display: block;
    margin-top: 7px;
}
.errors-list {
    width: 100%;
}
.errors-list li {
    color: #bb1818;
    font-family: ProximaNovaA, Helvetica, Arial, sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 25px;
}
.errors-list li:not(:last-child) {
    margin-bottom: 5px;
}
.errors-list.active {
    margin-bottom: 30px;
}
.slick-slider {
    -webkit-touch-callout: none;
    -webkit-tap-highlight-color: transparent;
    box-sizing: border-box;
    touch-action: pan-y;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
}
.slick-list,
.slick-slider {
    display: block;
    position: relative;
}
.slick-list {
    margin: 0;
    overflow: hidden;
    padding: 0;
}
.slick-list:focus {
    outline: none;
}
.slick-list.dragging {
    cursor: pointer;
    cursor: hand;
}
.slick-slider .slick-list,
.slick-slider .slick-track {
    transform: translateZ(0);
}
.slick-track {
    display: block;
    left: 0;
    margin-left: auto;
    margin-right: auto;
    position: relative;
    top: 0;
}
.slick-track:after,
.slick-track:before {
    content: "";
    display: table;
}
.slick-track:after {
    clear: both;
}
.slick-loading .slick-track {
    visibility: hidden;
}
.slick-slide {
    display: none;
    float: left;
    height: 100%;
    min-height: 1px;
}
[dir="rtl"] .slick-slide {
    float: right;
}
.slick-slide img {
    display: block;
}
.slick-slide.slick-loading img {
    display: none;
}
.slick-slide.dragging img {
    pointer-events: none;
}
.slick-initialized .slick-slide {
    display: block;
}
.slick-loading .slick-slide {
    visibility: hidden;
}
.slick-vertical .slick-slide {
    border: 1px solid transparent;
    display: block;
    height: auto;
}
.slick-arrow.slick-hidden {
    display: none;
}
.slider-arrows .slick-arrow {
    background: #f7d50a;
    border: none;
    border-radius: 50%;
    cursor: pointer;
    display: inline-block;
    height: 50px;
    overflow: hidden;
    position: absolute;
    text-indent: -1000px;
    top: 50%;
    transform: translateY(-50%);
    transition: all 0.2s linear;
    width: 50px;
    z-index: 10;
}
@media screen and (min-width: 1080px) {
    .slider-arrows .slick-arrow {
        height: 71px;
        width: 71px;
    }
}
.slider-arrows .slick-arrow:before {
    background: url(../../assets/svg/chevron.svg) no-repeat;
    background-size: 10px 15px;
    content: "";
    height: 15px;
    left: 50%;
    position: absolute;
    top: 50%;
    transition: all 0.2s linear;
    width: 10px;
}
.slider-arrows .slick-prev {
    left: 0;
}
.slider-arrows .slick-prev:before {
    transform: translate(-60%, -50%);
}
@media (hover: hover) {
    .slider-arrows .slick-prev:hover:before {
        transform: translate(-100%, -50%);
    }
}
.slider-arrows .slick-next {
    right: 0;
}
.slider-arrows .slick-next:before {
    transform: translate(-40%, -50%) rotate(180deg);
}
@media (hover: hover) {
    .slider-arrows .slick-next:hover:before {
        transform: translateY(-50%) rotate(180deg);
    }
}
.slider-arrows .slick-arrow.slick-disabled {
    cursor: default;
    transform: translateY(-50%) scale(0);
}
.slick-dots {
    display: flex;
    flex-flow: column;
    overflow: hidden;
}
.slick-dots li {
    display: block;
    position: relative;
}
.slick-dots li:not(:last-child) {
    margin-bottom: 36px;
}
@media screen and (min-width: 768px) {
    .slick-dots li:not(:last-child) {
        margin-bottom: 56px;
    }
}
.slick-dots li button {
    background: #a5a8b5;
    border: 4px solid transparent;
    border-radius: 50%;
    display: block;
    height: 17px;
    text-indent: -1000px;
    transform: scale(0.5295);
    transition: all 0.3s ease-out;
    width: 17px;
}
.slick-dots li.slick-active button {
    background: #fff;
    border: 4px solid #f7d50a;
    transform: scale(1);
}
.slick-dots li.was-active:not(:last-child):after {
    transform: translate(-50%, 16px) scaleY(1);
}
.slick-dots li.was-active:not(:last-child) button {
    background: #f7d50a;
}
.slick-progress {
    background: #a5a8b5;
    display: block;
    height: calc(100% - 16px);
    left: 8px;
    position: absolute;
    top: 8px;
    width: 1px;
}
.slick-progress__fill {
    background: #f7d50a;
    height: 0;
    left: 0;
    position: absolute;
    top: 0;
    transform-origin: top;
    transition: all 8s linear;
    width: 100%;
}
.slick-slide a:focus,
.slick-slide:focus {
    outline: none;
}
.slider-helper {
    padding: 0 50px;
    position: relative;
}
.slider-helper:after,
.slider-helper:before {
    background: url(../../assets/svg/arrow.svg) no-repeat;
    background-size: 40px 13px;
    content: "";
    height: 13px;
    position: absolute;
    top: 0;
    width: 40px;
}
.slider-helper:before {
    left: 0;
}
.slider-helper:after {
    right: 0;
    transform: rotate(180deg);
}
.diagram-slider .slick-prev {
    transform: translate(-50%, -50%);
}
.diagram-slider .slick-next {
    transform: translate(50%, -50%);
}
.diagram-slider__title {
    font-size: 24px;
    line-height: 30px;
}
@media screen and (min-width: 480px) {
    .diagram-slider__title {
        font-size: 30px;
        line-height: 35px;
    }
}
@media screen and (min-width: 1360px) {
    .diagram-slider__title {
        font-size: 35px;
        line-height: 40px;
    }
}
.diagram-slider__sub-title {
    margin-top: 40px;
    text-align: center;
}
.diagram-slider__diagram {
    align-items: center;
    display: flex;
    flex-flow: row wrap;
    justify-content: center;
    padding: 0 30px;
}
@media screen and (min-width: 768px) {
    .diagram-slider__diagram {
        padding: 0 60px;
    }
}
.diagram-slider__diagram svg {
    display: none;
}
@media screen and (min-width: 991px) {
    .diagram-slider__diagram svg {
        display: block;
        width: 100%;
    }
}
.diagram-slider__diagram img {
    width: 400px;
}
@media screen and (min-width: 1280px) {
    .diagram-slider__diagram img {
        padding: 0 20px;
    }
}
.diagram-slider__img-mob img {
    display: block;
}
@media screen and (min-width: 991px) {
    .diagram-slider__img-mob img {
        display: none;
    }
}
.diagram-slider__content {
    padding: 0 30px;
}
@media screen and (min-width: 768px) {
    .diagram-slider__content {
        padding: 0 60px;
    }
}
.diagram-slider__list {
    display: block;
}
@media screen and (min-width: 1280px) {
    .diagram-slider__list {
        display: none;
    }
}
.diagram-slider__split-list {
    display: none;
}
@media screen and (min-width: 1280px) {
    .diagram-slider__split-list {
        align-items: center;
        display: flex;
        width: calc(50% - 200px);
    }
}
.cards-slider {
    width: 266px;
}
@media screen and (min-width: 480px) {
    .cards-slider {
        width: 388px;
    }
}
@media screen and (min-width: 991px) {
    .cards-slider {
        width: 776px;
    }
}
@media screen and (min-width: 1280px) {
    .cards-slider {
        width: calc(100% + 43px);
    }
}
.cards-slider .slick-list {
    overflow: visible;
}
.cards-slider .slick-arrow {
    top: 85px;
}
@media screen and (min-width: 480px) {
    .cards-slider .slick-arrow {
        top: 125px;
    }
}
.cards-slider .slick-prev {
    transform: translate(-50%, -50%);
}
.cards-slider .slick-next {
    transform: translate(8px, -50%);
}
@media screen and (min-width: 480px) {
    .cards-slider .slick-next {
        transform: translate(-6px, -50%);
    }
}
@media screen and (min-width: 1080px) {
    .cards-slider .slick-next {
        transform: translate(4px, -50%);
    }
}
@media screen and (min-width: 1280px) {
    .cards-slider .slick-next {
        transform: translate(-10px, -50%);
    }
}
.cards-slider__slide {
    margin-right: 15px;
}
@media screen and (min-width: 700px) {
    .cards-slider__slide {
        margin-right: 30px;
    }
}
@media screen and (min-width: 1280px) {
    .cards-slider__slide {
        margin-right: 43px;
    }
}
.cards-slider-filter {
    display: flex;
    flex-flow: row;
    margin: 30px -30px;
    width: calc(100% + 60px);
}
@media screen and (min-width: 480px) {
    .cards-slider-filter {
        margin: 60px -60px 40px;
        width: calc(100% + 120px);
    }
}
@media screen and (min-width: 1080px) {
    .cards-slider-filter {
        margin-left: 0;
        margin-right: 0;
        width: 100%;
    }
}
@media screen and (max-width: 1079px) {
    .cards-slider-filter {
        background: #01447d;
        overflow-x: scroll;
    }
}
.cards-slider-filter__btn {
    background: #01447d;
    border: none;
    border-radius: 0;
    color: #fff;
    cursor: pointer;
    display: block;
    font-family: ProximaNovaA, Helvetica, Arial, sans-serif;
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: 25px;
    padding: 20px;
}
@media screen and (min-width: 480px) {
    .cards-slider-filter__btn {
        font-size: 21px;
        line-height: 28px;
        padding: 20px 42px;
    }
}
@media screen and (min-width: 1360px) {
    .cards-slider-filter__btn {
        font-size: 24px;
        line-height: 35px;
    }
}
.cards-slider-filter__btn.active {
    color: #f7d50a;
}
.img-slider {
    margin-top: 50px;
}
@media screen and (min-width: 991px) {
    .img-slider {
        margin-left: 60px;
        margin-top: -90px;
    }
}
@media screen and (min-width: 1280px) {
    .img-slider {
        margin-left: 0;
    }
}
.img-slider .slick-list {
    overflow: visible;
}
@media screen and (min-width: 480px) {
    .img-slider__slide:first-child img {
        border-bottom-left-radius: 40px;
        border-top-left-radius: 40px;
    }
    .img-slider__slide:last-child img {
        border-bottom-right-radius: 40px;
        border-top-right-radius: 40px;
    }
}
.img-slider__slide img {
    height: 340px;
    -o-object-fit: cover;
    object-fit: cover;
    width: 100%;
}
@media screen and (min-width: 480px) {
    .img-slider__slide img {
        height: 480px;
    }
}
@media screen and (min-width: 991px) {
    .img-slider__slide img {
        height: 680px;
    }
}
.directory {
    display: flex;
    flex-flow: row wrap;
}
@media screen and (min-width: 600px) {
    .directory {
        margin-left: -21px;
        margin-right: -21px;
    }
}
.directory--center {
    justify-content: center;
}
.directory__item {
    margin: 0 0 30px;
    text-decoration: none;
    width: 100%;
}
@media screen and (min-width: 600px) {
    .directory__item {
        margin: 0 21px 40px;
        width: calc(50% - 42px);
    }
}
@media screen and (min-width: 991px) {
    .directory__item {
        width: calc(33.33333% - 42px);
    }
}
.directory__item--slide {
    display: block;
    margin: 0;
    width: 100%;
}
.directory__item:hover .directory__img:before {
    opacity: 0.8;
}
.directory__item:hover .directory__excerpt {
    opacity: 1;
    visibility: visible;
}
.directory__item:hover .directory__title {
    color: #f7d50a;
}
.directory__img {
    border-radius: 14px;
    max-width: 358px;
    overflow: hidden;
    position: relative;
}
.directory__img:before {
    background: #01447d;
    content: "";
    height: 100%;
    left: 0;
    opacity: 0;
    position: absolute;
    top: 0;
    transition: all 0.3s ease;
    width: 100%;
}
.directory__img img {
    border-radius: 14px;
}
.directory__excerpt {
    left: 50%;
    margin: 0 auto;
    max-width: 300px;
    opacity: 0;
    padding: 20px;
    position: absolute;
    text-align: center;
    top: 50%;
    transform: translate(-50%, -50%);
    transition: all 0.3s ease;
    visibility: hidden;
    width: 100%;
}
.directory__title {
    font-size: 24px;
    line-height: 35px;
    transition: all 0.3s ease;
}
@media screen and (min-width: 600px) {
    .directory__title {
        font-size: 21px;
        line-height: 28px;
    }
}
@media screen and (min-width: 1280px) {
    .directory__title {
        font-size: 24px;
        line-height: 35px;
    }
}
@media screen and (max-width: 599px) {
    .directory__title--sm {
        font-size: 18px;
        line-height: 25px;
    }
}
.img-cards {
    display: flex;
    flex-flow: row wrap;
    justify-content: center;
}
@media screen and (min-width: 600px) {
    .img-cards {
        margin-left: -21px;
        margin-right: -21px;
    }
}
.img-cards__item {
    margin: 0 0 30px;
    width: 100%;
}
@media screen and (min-width: 600px) {
    .img-cards__item {
        margin: 0 21px 40px;
        width: calc(50% - 42px);
    }
}
@media screen and (min-width: 991px) {
    .img-cards__item {
        width: calc(33.33333% - 42px);
    }
}
.img-cards__item--slide {
    display: block;
    margin: 0;
    width: 100%;
}
.img-cards__item img {
    border-radius: 14px;
}
.img-cards__title {
    font-size: 24px;
    line-height: 35px;
}
@media screen and (min-width: 600px) {
    .img-cards__title {
        font-size: 21px;
        line-height: 28px;
    }
}
@media screen and (min-width: 1280px) {
    .img-cards__title {
        font-size: 24px;
        line-height: 35px;
    }
}
.icon-cards-section {
    padding: 70px 0;
}
@media screen and (min-width: 480px) {
    .icon-cards-section {
        padding: 90px 0 140px;
    }
}
.icon-cards-section.background--shapes:before {
    content: none;
}
@media screen and (min-width: 768px) {
    .icon-cards-section.background--shapes:before {
        bottom: 35%;
        content: "";
    }
}
.icon-cards {
    max-width: 100%;
    padding: 0 15px;
    width: 360px;
}
@media screen and (min-width: 480px) {
    .icon-cards {
        margin-left: -7px;
        padding: 0;
    }
}
@media screen and (min-width: 1080px) {
    .icon-cards {
        display: flex;
        flex-flow: row wrap;
        justify-content: space-between;
        margin-left: 0;
        padding: 0;
        width: inherit;
    }
}
.icon-cards .slick-track {
    display: flex !important;
}
.icon-cards .slick-slide {
    float: none;
}
.icon-cards .slick-list {
    overflow: visible;
}
@media screen and (min-width: 480px) {
    .icon-cards .slick-list {
        overflow: hidden;
    }
}
.icon-cards .slick-prev {
    left: -9px;
}
@media screen and (min-width: 480px) {
    .icon-cards .slick-prev {
        left: -16px;
    }
}
.icon-cards .slick-next {
    right: -9px;
}
@media screen and (min-width: 480px) {
    .icon-cards .slick-next {
        right: -16px;
    }
}
.icon-cards__item {
    background: #fff;
    border: 2px solid #d0d0d0;
    border-radius: 14px;
    height: auto;
    margin: 0 7px;
    min-height: 330px;
    padding: 30px 20px 40px;
    text-align: center;
    width: 100%;
}
@media screen and (min-width: 480px) {
    .icon-cards__item {
        min-height: 350px;
        padding: 30px 30px 40px;
    }
}
@media screen and (min-width: 1080px) {
    .icon-cards__item {
        margin: 0;
        width: calc(33.33333% - 30px);
    }
}
.tabs {
    display: none;
}
@media screen and (min-width: 1080px) {
    .tabs {
        display: flex;
        flex-flow: row;
    }
}
.tabs__item {
    background: #fff;
    border-bottom: 1px solid #a5a8b5;
    border-left-color: #a5a8b5;
    border-left-style: solid;
    border-right: 1px solid #a5a8b5;
    border-top: 1px solid #a5a8b5;
    color: #01447d;
    cursor: pointer;
    flex: 1 0;
    font-family: ProximaNovaA, Helvetica, Arial, sans-serif;
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: 30px;
    padding: 20px 10px;
    text-align: center;
}
.tabs__item:first-child {
    border-left-width: 1px;
}
.tabs__item.active {
    border-bottom-width: 0;
    color: #f7d50a;
}
.tabs__item--foreground {
    background: #f1f5f6;
}
.tabs-content {
    margin: 0 auto;
    max-width: 960px;
}
@media screen and (min-width: 1080px) {
    .tabs-content {
        margin: 60px auto 40px;
    }
}
.tabs-content .slick-arrow {
    top: 0;
    transform: none;
}
.tabs-content .slick-prev {
    left: -25px;
}
.tabs-content .slick-next {
    right: -25px;
}
.tabs-content__item {
    display: none;
}
.tabs-content__item:first-child {
    display: block;
}
.tabs-content__title {
    display: block;
    padding: 13px 40px;
    text-align: center;
}
@media screen and (min-width: 1080px) {
    .tabs-content__title {
        display: none;
    }
}
.tabs-content__img {
    border-radius: 14px;
    width: 100%;
}
.tabs-row {
    display: flex;
    flex-flow: row wrap;
}
.tabs-row__col {
    width: 100%;
}
@media screen and (min-width: 991px) {
    .tabs-row__col {
        width: 50%;
    }
}
.tabs-row__col:nth-child(2) {
    padding: 30px 0 0;
}
@media screen and (min-width: 991px) {
    .tabs-row__col:nth-child(2) {
        padding: 0 0 0 100px;
    }
}
.tabs-ctas {
    margin-top: 30px;
}
.tabs-ctas .btn {
    width: 100%;
}
.tabs-ctas .btn:not(:last-child) {
    margin-bottom: 25px;
}
.accordion {
    border-top: 1px solid #a5a8b5;
}
.accordion__item {
    border-bottom: 1px solid #a5a8b5;
}
.accordion__trigger {
    cursor: pointer;
    padding: 12px 35px 12px 0;
    position: relative;
}
.accordion__trigger .accordion-icon {
    display: block;
    height: 14px;
    overflow: hidden;
    position: absolute;
    right: 10px;
    top: calc(50% - 7px);
    width: 14px;
}
.accordion__trigger .accordion-icon span,
.accordion__trigger .accordion-icon:after,
.accordion__trigger .accordion-icon:before {
    background: #f7d50a;
    display: block;
    position: absolute;
}
.accordion__trigger .accordion-icon:after,
.accordion__trigger .accordion-icon:before {
    content: "";
    transition: all 0.3s ease-in-out 0.3s;
}
.accordion__trigger .accordion-icon span,
.accordion__trigger .accordion-icon:before {
    height: 2px;
    left: 50%;
    top: 6px;
    transform: translateX(-50%);
    width: 100%;
}
.accordion__trigger .accordion-icon:after {
    content: "";
    height: 100%;
    left: 6px;
    top: 50%;
    transform: translateY(-50%);
    width: 2px;
}
.accordion__trigger .accordion-icon span,
.accordion__trigger.active .accordion-icon:before {
    transition: all 0.3s ease-in-out;
    width: 0;
}
.accordion__trigger.active .accordion-icon:after {
    height: 0;
    transition: all 0.3s ease-in-out;
}
.accordion__trigger.active .accordion-icon span {
    transition: all 0.3s ease-in-out 0.3s;
    width: 100%;
}
.accordion__content {
    display: none;
    padding-bottom: 35px;
}
.accordion--first .accordion__item:first-child .accordion__content {
    display: block;
}
.pills__item {
    background: #fff;
    border-bottom: 2px solid #d0d0d0;
    display: flex;
    flex-flow: row wrap;
    overflow: hidden;
    padding-top: 40px;
    position: relative;
    transition: all 0.3s ease 0.2s;
}
@media screen and (min-width: 480px) {
    .pills__item {
        padding-top: 80px;
    }
}
@media screen and (min-width: 1280px) {
    .pills__item:hover {
        background: #f7d50a;
        padding-top: 0;
        transition: all 0.3s ease;
    }
    .pills__item:hover .plus-icon {
        opacity: 0;
        transition: all 0.1s ease;
        visibility: hidden;
    }
    .pills__item:hover .pills__content-inner {
        max-height: 400px;
    }
    .pills__item:hover .pills__img {
        max-height: inherit;
        transition: all 0.4s ease 0.2s;
    }
    .pills__item:hover .pills__content-inner,
    .pills__item:hover .pills__img {
        opacity: 1;
        visibility: visible;
    }
}
@media screen and (max-width: 1279px) {
    .pills__item.active {
        background: #f7d50a;
        padding-top: 0;
        transition: all 0.3s ease;
    }
    .pills__item.active .pills__content-inner {
        max-height: 400px;
    }
    .pills__item.active .pills__img {
        max-height: inherit;
        transition: all 0.4s ease 0.2s;
    }
    .pills__item.active .pills__content-inner,
    .pills__item.active .pills__img {
        opacity: 1;
        visibility: visible;
    }
    .pills__item.active .plus-icon {
        opacity: 0;
        transition: all 0.1s ease;
        visibility: hidden;
    }
}
@media screen and (max-width: 990px) {
    .pills__item.active .pills__img {
        max-height: 400px;
    }
}
@media screen and (max-width: 479px) {
    .pills__item.active .pills__img {
        max-height: 300px;
    }
}
.pills__content {
    padding: 30px 70px 30px 30px;
    position: relative;
    width: 100%;
}
@media screen and (min-width: 480px) {
    .pills__content {
        padding: 60px 100px 60px 60px;
    }
}
@media screen and (min-width: 768px) {
    .pills__content {
        padding: 60px 130px 60px 60px;
    }
}
@media screen and (min-width: 991px) {
    .pills__content {
        padding: 60px 100px;
        width: 55%;
    }
}
@media screen and (min-width: 1760px) {
    .pills__content {
        padding-left: calc(50% - 780px);
    }
}
.pills__content-inner {
    max-height: 0;
    opacity: 0;
    overflow: hidden;
    transition: all 0.5s ease-out;
    visibility: hidden;
}
.pills__content-inner .markdown {
    padding: 20px 0 60px;
}
.pills__content-inner .link {
    display: inline-block;
}
.pills__content .plus-icon {
    fill: #f7d50a;
    bottom: 50%;
    height: 40px;
    position: absolute;
    right: 30px;
    transform: translateY(50%);
    transition: all 0.1s ease 0.2s;
    width: 40px;
}
@media screen and (min-width: 480px) {
    .pills__content .plus-icon {
        right: 60px;
    }
}
@media screen and (min-width: 768px) {
    .pills__content .plus-icon {
        height: 70px;
        width: 70px;
    }
}
@media screen and (min-width: 991px) {
    .pills__content .plus-icon {
        right: -50%;
    }
}
@media screen and (min-width: 1760px) {
    .pills__content .plus-icon {
        right: -680px;
    }
}
.pills__img {
    max-height: 0;
    opacity: 0;
    position: relative;
    transition: all 0.5s ease-out;
    visibility: hidden;
    width: 100%;
}
@media screen and (min-width: 991px) {
    .pills__img {
        max-height: inherit;
        transition: all 0.2s ease;
        width: 45%;
    }
}
.pills__img:after {
    background: url(../../assets/svg/img-mask.svg) no-repeat;
    content: "";
    height: 1300px;
    left: 50%;
    position: absolute;
    top: -12px;
    transform: translateX(-50%);
    width: 1300px;
}
@media screen and (min-width: 991px) {
    .pills__img:after {
        left: -12px;
        top: -50%;
        transform: translateX(0);
    }
}
@media screen and (min-width: 2100px) {
    .pills__img:after {
        left: -22px;
        transform: translateX(0) scale(1.2);
        transform-origin: top left;
    }
}
.pills__img img {
    width: 100%;
}
@media screen and (min-width: 991px) {
    .pills__img img {
        height: 100%;
        -o-object-fit: cover;
        object-fit: cover;
        position: absolute;
        right: 0;
        top: 0;
    }
}
.link {
    -webkit-appearance: none;
    background: none;
    border: none;
    border-radius: 0;
    color: #f7d50a;
    cursor: pointer;
    font-family: ProximaNovaA, Helvetica, Arial, sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    padding-bottom: 4px;
    position: relative;
    text-decoration: none;
    text-transform: uppercase;
}
.link,
.link:before {
    transition: all 0.2s linear;
}
.link:before {
    background: #f7d50a;
    bottom: 0;
    content: "";
    height: 1px;
    left: 0;
    position: absolute;
    width: 100%;
}
.link:hover {
    color: #01447d;
}
.link:hover:before {
    background: #01447d;
}
.link--light {
    color: #fff;
}
.link--light:before {
    background: #fff;
}
.link--to-light:hover {
    color: #fff;
}
.link--to-light:hover:before {
    background: #fff;
}
.link--icon {
    padding-right: 25px;
}
.link--icon:before {
    width: calc(100% - 25px);
}
.link--icon svg {
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    transition: all 0.2s linear;
}
.link--icon:hover svg {
    fill: #01447d;
}
.download-link {
    border-bottom: 1px solid #a5a8b5;
    display: block;
    padding: 14px 45px 14px 0;
    position: relative;
    text-decoration: none;
}
@media screen and (min-width: 768px) {
    .download-link {
        padding: 14px 140px 14px 0;
    }
}
.download-link:hover {
    color: #f7d50a;
}
.download-link:first-child {
    border-top: 1px solid #a5a8b5;
}
.download-link .download-link__size {
    display: none;
}
@media screen and (min-width: 768px) {
    .download-link .download-link__size {
        color: #a5a8b5;
        display: block;
        font-size: 13px;
        position: absolute;
        right: 60px;
        top: 15px;
    }
}
.download-link .download-link__icon {
    position: absolute;
    right: 15px;
    top: 12px;
}
.brochure-download {
    align-items: center;
    background: #f7d50a;
    border-radius: 15px;
    display: flex;
    flex-flow: row;
    justify-content: space-between;
    max-width: 100%;
    padding: 25px 30px 20px;
    position: relative;
    text-decoration: none;
    width: 480px;
}
@media screen and (min-width: 768px) {
    .brochure-download {
        padding: 30px 60px 30px 40px;
        width: 580px;
    }
}
.brochure-download__text {
    align-items: center;
    display: flex;
    flex-flow: row wrap;
    font-size: 14px;
    line-height: 22px;
    text-decoration: none;
}
@media screen and (min-width: 768px) {
    .brochure-download__text {
        font-size: 18px;
        line-height: 25px;
    }
}
.brochure-download__text span:not(:last-child) {
    margin: 0 20px 0 0;
}
.brochure-download__text .arrow-icon {
    fill: #fff;
    height: 12px;
    transform: rotate(180deg);
    transition: all 0.2s linear;
    width: 34px;
}
@media screen and (min-width: 768px) {
    .brochure-download__text .arrow-icon {
        height: 14px;
        width: 43px;
    }
}
.brochure-download__icon .brochure-icon {
    display: block;
    height: 64px;
    width: 50px;
}
@media screen and (min-width: 768px) {
    .brochure-download__icon .brochure-icon {
        height: 83px;
        width: 65px;
    }
}
.brochure-download:hover .arrow-icon {
    transform: rotate(180deg) translateX(-10px);
}
@media screen and (min-width: 1080px) {
    .stats-col {
        min-height: 750px;
    }
}
.stats-col__content {
    max-width: 480px;
}
.stats-img {
    display: none;
}
@media screen and (min-width: 1080px) {
    .stats-img {
        border-bottom-left-radius: 40px;
        border-top-left-radius: 40px;
        display: block;
        left: calc(50% + 100px);
        position: absolute;
        top: 0;
    }
}
.stats {
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
}
.stats__item {
    width: calc(50% - 10px);
}
@media screen and (min-width: 400px) {
    .stats__item {
        width: calc(50% - 20px);
    }
}
.stats__item:nth-child(2n) {
    margin-top: 60px;
}
.stats__item:nth-child(2n + 3) {
    margin-top: 30px;
}
.stats__number {
    display: flex;
    flex-flow: row;
    font-size: 44px;
    letter-spacing: -2px;
    line-height: 44px;
}
@media screen and (min-width: 768px) {
    .stats__number {
        font-size: 54px;
        letter-spacing: -3px;
        line-height: 54px;
    }
}
.product-finder-btn {
    align-items: center;
    -webkit-appearance: none;
    background: #f7d50a;
    border: none;
    border-radius: 0;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    bottom: 0;
    box-shadow: -3px -1px 8px 0 rgba(0, 0, 0, 0.3);
    cursor: pointer;
    display: flex;
    flex-flow: row;
    height: 60px;
    justify-content: space-between;
    overflow: hidden;
    position: fixed;
    right: calc(50% - 120px);
    width: 240px;
    z-index: 300;
}
@media screen and (min-width: 991px) {
    .product-finder-btn {
        bottom: auto;
        right: 0;
        top: 50%;
        transform: rotate(-90deg) translate(60px, 120px);
        transform-origin: bottom;
    }
}
.product-finder-btn__text {
    color: #01447d;
    display: block;
    font-family: ProximaNovaA, Helvetica, Arial, sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    padding-left: 25px;
    text-transform: uppercase;
}
.product-finder-btn__icon {
    display: block;
    height: 100%;
    position: relative;
    width: 60px;
}
.product-finder-btn__icon:before {
    background: #a5a8b5;
    border-radius: 50%;
    content: "";
    height: 200px;
    left: 0;
    position: absolute;
    top: 0;
    transform: translateY(-56px);
    width: 200px;
}
.product-finder-btn__icon .grid-icon {
    left: 50%;
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
}
.product-finder {
    height: 100vh;
    left: 0;
    opacity: 0;
    overflow-y: scroll;
    padding: 120px 0 150px;
    position: fixed;
    top: 0;
    transform: translateY(-100%);
    transition: all 0.5s ease 0.25s;
    visibility: hidden;
    width: 100%;
    z-index: 150;
}
@media screen and (min-width: 480px) {
    .product-finder {
        padding: 200px 0 120px;
    }
}
@media screen and (min-width: 991px) {
    .product-finder {
        padding: 200px 0 90px;
    }
}
.product-finder.active {
    opacity: 1;
    transform: translateY(0);
    transition: all 0.5s ease;
    visibility: visible;
}
.product-finder.active .product-finder-title {
    opacity: 1;
    transform: translateY(0);
    transition: all 0.25s ease 0.4s;
    visibility: visible;
}
.product-finder.active .product-finder-form {
    opacity: 1;
    transform: translateY(0);
    transition: all 0.25s ease 0.5s;
    visibility: visible;
}
.product-finder.active .product-finder-close {
    opacity: 1;
    transform: scale(1);
    transition: all 0.3s ease 0.55s;
    visibility: visible;
}
.product-finder-close {
    background: none;
    border: 2px solid #01447d;
    border-radius: 50%;
    cursor: pointer;
    display: block;
    height: 57px;
    opacity: 0;
    position: absolute;
    right: 30px;
    top: 110px;
    transform: scale(0);
    transition: all 0.3s ease;
    visibility: hidden;
    width: 57px;
    z-index: 1;
}
@media screen and (min-width: 480px) {
    .product-finder-close {
        height: 67px;
        right: 60px;
        top: 160px;
        width: 67px;
    }
}
@media screen and (min-width: 991px) {
    .product-finder-close {
        right: 160px;
    }
}
.product-finder-close__icon {
    height: 36px;
    left: 9px;
    position: absolute;
    top: 9px;
    width: 36px;
}
@media screen and (min-width: 480px) {
    .product-finder-close__icon {
        height: 46px;
        width: 46px;
    }
}
.product-finder-close__icon:after,
.product-finder-close__icon:before {
    background: #01447d;
    content: "";
    height: 2px;
    left: 0;
    position: absolute;
    top: 17px;
    width: 36px;
}
@media screen and (min-width: 480px) {
    .product-finder-close__icon:after,
    .product-finder-close__icon:before {
        top: 22px;
        width: 46px;
    }
}
.product-finder-close__icon:before {
    transform: rotate(45deg);
}
.product-finder-close__icon:after {
    transform: rotate(-45deg);
}
.product-finder-title {
    transition: all 0.2s ease 0.1s;
}
.product-finder-form,
.product-finder-title {
    opacity: 0;
    transform: translateY(-30px);
    visibility: hidden;
}
.product-finder-form {
    display: flex;
    flex-flow: row wrap;
    transition: all 0.2s ease 0.05;
}
@media screen and (min-width: 1360px) {
    .product-finder-form {
        width: 1200px;
    }
}
.product-finder-form__item {
    width: 100%;
}
@media screen and (min-width: 1280px) {
    .product-finder-form__item {
        width: 50%;
    }
}
.product-finder-form__item:first-child {
    padding: 0 0 20px;
}
@media screen and (min-width: 1280px) {
    .product-finder-form__item:first-child {
        padding: 0 40px 0 0;
    }
}
.product-finder-form__item--full {
    padding: 20px 0 0;
    width: 100%;
}
@media screen and (min-width: 1280px) {
    .product-finder-form__item--full {
        padding: 0;
    }
}
.product-finder-form__btn {
    margin-top: 30px;
    text-align: center;
    width: 100%;
}
.product-finder-list {
    display: flex;
    flex-flow: row wrap;
}
.product-finder-list__markets {
    margin: 0 20px 20px 0;
    text-align: center;
    width: calc(50% - 20px);
}
@media screen and (min-width: 768px) {
    .product-finder-list__markets {
        width: calc(33.33333% - 20px);
    }
}
.product-finder-list__applications {
    margin: 0 20px 20px 0;
    text-align: center;
    width: calc(50% - 20px);
}
@media screen and (min-width: 768px) {
    .product-finder-list__applications {
        width: calc(25% - 20px);
    }
}
.product-finder-list__product-types {
    margin: 0 20px 20px 0;
    width: 100%;
}
@media screen and (min-width: 768px) {
    .product-finder-list__product-types {
        width: auto;
    }
}
.filter-icon {
    cursor: pointer;
    display: block;
}
.filter-icon input[type="checkbox"],
.filter-icon input[type="radio"] {
    display: none;
}
.filter-icon input[type="checkbox"]:checked,
.filter-icon input[type="radio"]:checked {
    border-color: #f7d50a;
}
.filter-icon input[type="checkbox"]:checked ~ .filter-icon__icon svg.markets-icon,
.filter-icon input[type="radio"]:checked ~ .filter-icon__icon svg.markets-icon {
    stroke: #f7d50a;
}
.filter-icon input[type="checkbox"]:checked ~ .filter-icon__icon svg.applications-icon,
.filter-icon input[type="radio"]:checked ~ .filter-icon__icon svg.applications-icon {
    fill: #f7d50a;
}
.filter-icon__icon {
    align-items: center;
    display: flex;
    height: 75px;
    justify-content: center;
    margin-bottom: 15px;
}
.filter-icon__icon svg {
    max-height: 75px;
    max-width: 115px;
}
.filter-icon__icon svg.markets-icon {
    stroke: #a5a8b5;
}
.filter-icon__icon svg.applications-icon {
    fill: #a5a8b5;
}
.filter-icon__label {
    font-family: ProximaNovaA, Helvetica, Arial, sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 25px;
}
@media screen and (min-width: 1280px) {
    .filter-icon__label {
        font-size: 18px;
        line-height: 25px;
    }
}
.search-form-wrapper {
    border-bottom: 1px solid #a5a8b5;
    left: 0;
    opacity: 0;
    padding: 120px 0 40px;
    position: fixed;
    top: 0;
    transition: all 0.4s ease;
    visibility: hidden;
    width: 100%;
    z-index: 140;
}
@media screen and (min-width: 480px) {
    .search-form-wrapper {
        padding: 160px 0 60px;
    }
}
.search-form-wrapper.active {
    opacity: 1;
    visibility: visible;
}
.search-form-wrapper.active-results {
    height: 100vh;
    overflow-y: scroll;
}
@media screen and (max-width: 990px) {
    .search-form-wrapper.active-results {
        padding-bottom: 150px;
    }
}
.search-form__input {
    position: relative;
}
.search-form__input input[type="search"] {
    -webkit-appearance: none;
    background: none;
    border: none;
    border-bottom: 1px solid #01447d;
    border-radius: 0;
    color: #01447d;
    display: block;
    font-family: ProximaNovaA, Helvetica, Arial, sans-serif;
    font-size: 28px;
    font-style: normal;
    font-weight: 600;
    line-height: 31px;
    padding: 0 80px 15px 0;
    width: 100%;
}
@media screen and (min-width: 425px) {
    .search-form__input input[type="search"] {
        font-size: 32px;
        line-height: 35px;
    }
}
@media screen and (min-width: 480px) {
    .search-form__input input[type="search"] {
        font-size: 40px;
        line-height: 43px;
    }
}
@media screen and (min-width: 768px) {
    .search-form__input input[type="search"] {
        font-size: 50px;
        line-height: 53px;
    }
}
@media screen and (min-width: 1360px) {
    .search-form__input input[type="search"] {
        font-size: 70px;
        line-height: 70px;
    }
}
.search-form__input input[type="search"]::-webkit-input-placeholder {
    color: #a5a8b5;
}
.search-form__input input[type="search"]::-moz-placeholder {
    color: #a5a8b5;
}
.search-form__input input[type="search"]:-ms-input-placeholder {
    color: #a5a8b5;
}
.search-form__input input[type="search"]::-webkit-search-cancel-button,
.search-form__input input[type="search"]::-webkit-search-decoration,
.search-form__input input[type="search"]::-webkit-search-results-button,
.search-form__input input[type="search"]::-webkit-search-results-decoration {
    -webkit-appearance: none;
}
.search-form__input input[type="search"]:-webkit-autofill,
.search-form__input input[type="search"]:-webkit-autofill:focus,
.search-form__input input[type="search"]:-webkit-autofill:hover {
    -webkit-text-fill-color: #01447d;
    background: none;
    -webkit-box-shadow: inset 0 0 0 1000px #f1f5f6;
    -webkit-transition: none;
    transition: none;
}
.search-form__input input[type="search"]:focus {
    outline: none;
}
.search-form__input .search-btn {
    background: none;
    border: none;
    border-radius: 0;
    cursor: pointer;
    position: absolute;
    right: 0;
    top: 3px;
}
@media screen and (min-width: 480px) {
    .search-form__input .search-btn {
        top: 5px;
    }
}
@media screen and (min-width: 1360px) {
    .search-form__input .search-btn {
        top: 15px;
    }
}
.search-form__input .search-btn .search-icon {
    height: 26px;
    width: 26px;
}
@media screen and (min-width: 480px) {
    .search-form__input .search-btn .search-icon {
        height: 40px;
        width: 40px;
    }
}
@media screen and (min-width: 1360px) {
    .search-form__input .search-btn .search-icon {
        height: 50px;
        width: 50px;
    }
}
.search-results__item:not(:last-child) {
    margin-bottom: 25px;
}
.search-results__link {
    color: #f7d50a;
    text-decoration: none;
}
.search-results__link:hover {
    color: #a5a8b5;
}
.live-search-results {
    display: none;
    flex-flow: row wrap;
    justify-content: space-between;
    padding-top: 30px;
}
@media screen and (min-width: 991px) {
    .live-search-results {
        padding-top: 50px;
    }
}
.live-search-results.active {
    display: flex;
}
.live-search-results__item {
    width: 100%;
}
@media screen and (min-width: 991px) {
    .live-search-results__item {
        width: 50%;
    }
}
@media screen and (max-width: 990px) {
    .live-search-results__item:not(:last-child) {
        margin-bottom: 30px;
    }
}
.live-search-results__btn {
    margin: 30px auto 0;
}
.hero-slider-section .terram-lines {
    bottom: 0;
    height: 0;
    top: auto;
    transition: all 0.4s ease-in;
}
.hero-slider-section .terram-lines.active {
    height: 120px;
    transition: all 0.4s ease-out;
}
.hero-slider,
.hero-slider__slide {
    position: relative;
    width: 100%;
}
.hero-slider__slide {
    max-height: 980px;
    min-height: 100vh;
}
.hero-slider__img {
    background-color: #272727;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
}
@supports (mix-blend-mode: multiply) {
    .hero-slider__img {
        background-color: #00447D;
    }
}
.hero-slider__img img {
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    opacity: 0.3;
    width: 100%;
}
@supports (mix-blend-mode: multiply) {
    .hero-slider__img img {
        mix-blend-mode: normal;
        opacity: 0.5;
    }
}
.hero-slider__content {
    height: 100%;
    padding: 110px 0 10vh;
    position: relative;
    width: 100%;
}
@media screen and (min-width: 360px) {
    .hero-slider__content {
        padding: 110px 0 calc(14vh + 88px);
    }
}
@media screen and (min-width: 400px) {
    .hero-slider__content {
        padding: 130px 0 calc(20vh + 88px);
    }
}
@media screen and (min-width: 480px) {
    .hero-slider__content {
        padding: 155px 0 calc(10vh + 88px);
    }
}
@media screen and (min-width: 1080px) {
    .hero-slider__content {
        padding: 200px 0 calc(10vh + 88px);
    }
}
.hero-slider__content h1,
.hero-slider__content h2,
.hero-slider__content p {
    max-width: 960px;
}
@media screen and (max-width: 479px) {
    .hero-slider__content h1 br,
    .hero-slider__content h2 br,
    .hero-slider__content p br {
        display: none;
    }
    .hero-slider__content .container {
        padding: 0 25px 0 60px;
    }
}
.hero-slider .slick-dots-wrapper {
    left: 20px;
    position: absolute;
    top: 20%;
}
@media screen and (min-width: 480px) {
    .hero-slider .slick-dots-wrapper {
        top: 50%;
        transform: translateY(-50%);
    }
}
.hero-border {
    border: 0 solid #f1f5f6;
    bottom: 0;
    left: 0;
    pointer-events: none;
    position: absolute;
    right: 0;
    top: 0;
    transition: all 0.4s ease-in;
}
.hero-border.active {
    border-bottom: 120px;
    border-color: #f1f5f6;
    border-style: solid;
    transition: all 0.4s ease-out;
}
@media screen and (min-width: 991px) {
    .hero-border.active {
        border-left: 70px;
        border-right: 70px;
        border-top: 70px;
        border-color: #f1f5f6;
        border-style: solid;
    }
}
.hero-scroll {
    display: none;
}
@media screen and (min-width: 360px) {
    .hero-scroll {
        align-items: center;
        bottom: 14vh;
        display: flex;
        flex-flow: row;
        left: calc(50% - 75px);
        position: absolute;
        width: 150px;
        z-index: 1;
    }
}
@media screen and (min-width: 400px) {
    .hero-scroll {
        bottom: 20vh;
    }
}
@media screen and (min-width: 480px) {
    .hero-scroll {
        bottom: 10vh;
    }
}
@media screen and (min-height: 1024px) {
    .hero-scroll {
        bottom: 20vh;
    }
}
.hero-scroll__text {
    font-size: 12px;
    margin-left: 5px;
}
.hero-scroll .scroll-icon__circle {
    transform-origin: center;
}
.home-markets-section {
    padding: 90px 0;
}
@media screen and (min-width: 480px) {
    .home-markets-section {
        padding: 120px 0;
    }
}
@media screen and (min-width: 1080px) {
    .home-markets-section {
        padding: 170px 0;
    }
}
.home-markets-section.background--shapes:before {
    bottom: auto;
    top: 6%;
    transform: translate(-50%);
}
@media screen and (min-width: 768px) {
    .home-markets-section.background--shapes:before {
        top: 10%;
    }
}
.home-markets {
    margin-top: 20px;
}
@media screen and (min-width: 480px) {
    .home-markets {
        margin-top: 50px;
    }
}
@media screen and (min-width: 1360px) {
    .home-markets {
        margin-top: 170px;
    }
}
.home-markets__content {
    max-width: 830px;
}
.home-markets-slider {
    max-width: 100%;
    width: 280px;
}
@media screen and (min-width: 480px) {
    .home-markets-slider {
        width: 360px;
    }
}
@media screen and (min-width: 768px) {
    .home-markets-slider {
        width: 720px;
    }
}
@media screen and (min-width: 1360px) {
    .home-markets-slider {
        margin-left: 25%;
    }
}
.home-markets-slider .slick-list {
    overflow: visible;
}
.home-markets-slider .slick-prev {
    opacity: 0;
    visibility: hidden;
}
@media screen and (min-width: 1360px) {
    .home-markets-slider .slick-prev {
        left: -30%;
        opacity: 1;
        visibility: visible;
    }
}
.home-markets-slider .slick-next {
    right: -15px;
}
@media screen and (min-width: 1080px) {
    .home-markets-slider .slick-next {
        right: -25px;
    }
}
@media screen and (min-width: 1800px) {
    .home-markets-slider .slick-next {
        right: calc(-50% - 25px);
    }
}
.home-markets-slider__slide {
    background: #01447d;
    border-radius: 14px;
    margin-right: 20px;
    transition: all 1s ease;
}
.home-markets-slider__slide.slick-faded .home-markets-slider__inner,
.home-markets-slider__slide.slick-fading .home-markets-slider__inner {
    opacity: 0;
}
.home-markets-slider__slide.slick-fading {
    opacity: 0.65;
    transform: translateX(100%) scale(0.7);
    transform-origin: left;
}
@media screen and (min-width: 480px) {
    .home-markets-slider__slide.slick-fading {
        transform: translateX(95%) scale(0.7);
    }
}
.home-markets-slider__slide.slick-faded {
    opacity: 0;
    transform: translateX(202%) scale(0.5);
    transform-origin: left;
}
@media screen and (min-width: 480px) {
    .home-markets-slider__slide.slick-faded {
        transform: translateX(190%) scale(0.5);
    }
}
.home-markets-slider__item {
    background: #01447d;
    border-radius: 14px;
    display: block;
    height: 100%;
    min-height: 325px;
    padding: 40px 30px 30px;
    position: relative;
    text-align: center;
    text-decoration: none;
    transition: all 0.25s ease;
}
@media screen and (min-width: 480px) {
    .home-markets-slider__item {
        min-height: 385px;
        padding: 50px 40px 30px;
    }
}
.home-markets-slider__item:hover {
    transform: scale(1.05);
}
.home-markets-slider__inner {
    transition: all 0.6s ease;
}
.home-markets-slider__icon {
    align-items: center;
    display: flex;
    height: 100px;
    justify-content: center;
    margin-bottom: 30px;
}
.home-markets-slider__icon .markets-icon {
    stroke: #f7d50a;
    display: block;
}
.home-markets-cta {
    margin-top: 40px;
}
@media screen and (min-width: 1080px) {
    .home-markets-cta {
        margin-top: 50px;
    }
}
@media screen and (min-width: 1360px) {
    .home-markets-cta {
        margin-left: 25%;
    }
}
.home-about-section {
    padding: 90px 0;
}
@media screen and (min-width: 480px) {
    .home-about-section {
        padding: 120px 0;
    }
}
@media screen and (min-width: 1080px) {
    .home-about-section {
        padding: 170px 0;
    }
}
.home-about-section:after {
    background: url(../../assets/svg/map.svg) no-repeat;
    background-position: 30px 30px;
    background-size: 1000px;
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
}
@media screen and (min-width: 480px) {
    .home-about-section:after {
        background-position: 200px 100px;
    }
}
@media screen and (min-width: 1080px) {
    .home-about-section:after {
        background-position: calc(100% + 50px) 100px;
        background-size: 80%;
    }
}
@media screen and (min-width: 1600px) {
    .home-about-section:after {
        background-size: 70%;
    }
}
.home-about-slider {
    padding-bottom: 70px;
    position: relative;
}
@media screen and (min-width: 768px) {
    .home-about-slider {
        padding-bottom: 0;
    }
}
.home-about-slider__item {
    align-items: flex-start;
    display: flex;
    flex-flow: column;
    justify-content: space-between;
    padding: 0 0 5px;
}
@media screen and (min-width: 768px) {
    .home-about-slider__item {
        min-height: 320px;
        padding: 0 0 5px 20%;
    }
}
@media screen and (min-width: 1080px) {
    .home-about-slider__item {
        min-height: 390px;
    }
}
.home-about-slider__content {
    max-width: 480px;
}
.home-about-slider .slick-dots-wrapper {
    bottom: 0;
    left: 0;
    position: absolute;
    transform: rotate(-90deg) translateY(100%);
    transform-origin: bottom;
}
@media screen and (min-width: 768px) {
    .home-about-slider .slick-dots-wrapper {
        bottom: auto;
        top: 0;
        transform: none;
    }
}
.home-about-slider .progress-circle {
    display: none;
}
@media screen and (min-width: 1080px) {
    .home-about-slider .progress-circle {
        display: block;
        height: 530px;
        position: absolute;
        right: 0;
        top: -35%;
        width: 387px;
    }
    .home-about-slider .progress-circle__fill {
        stroke-dasharray: 1073.6713867188;
        stroke-dashoffset: 1073.6713867188;
        transition: all 8s linear;
    }
}
.home-news {
    align-items: center;
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
}
.products-archive-section {
    padding: 60px 0;
}
@media screen and (min-width: 480px) {
    .products-archive-section {
        padding: 90px 0;
    }
}
@media screen and (min-width: 1360px) {
    .products-archive-section {
        padding: 140px 0;
    }
}
.products-row {
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
}
.products-row__sidebar {
    margin-bottom: 40px;
    width: 100%;
}
@media screen and (min-width: 1600px) {
    .products-row__sidebar {
        margin-bottom: 0;
        width: 360px;
    }
}
.products-row__content {
    width: 100%;
}
@media screen and (min-width: 1600px) {
    .products-row__content {
        width: calc(100% - 400px);
    }
}
.products-filter {
    border-radius: 14px;
    overflow: hidden;
}
.products-filter__title {
    background: #01447d;
    cursor: pointer;
    padding: 30px 65px 30px 35px;
    position: relative;
    transition: border-radius 0.1s ease;
    width: 100%;
}
@media screen and (min-width: 600px) {
    .products-filter__title {
        border-bottom-right-radius: 14px;
        border-top-right-radius: 14px;
        width: 360px;
    }
}
@media screen and (min-width: 1600px) {
    .products-filter__title {
        border-bottom-right-radius: 0;
        cursor: default;
    }
}
.products-filter__title.active {
    border-bottom-right-radius: 0;
}
.products-filter__title.active .products-filter__icon:before {
    transition: all 0.3s ease-in-out;
    width: 0;
}
.products-filter__title.active .products-filter__icon:after {
    height: 0;
    transition: all 0.3s ease-in-out;
}
.products-filter__title.active .products-filter__icon span {
    transition: all 0.3s ease-in-out 0.3s;
    width: 100%;
}
@media screen and (max-width: 1599px) {
    .products-filter__icon {
        display: block;
        height: 14px;
        overflow: hidden;
        position: absolute;
        right: 30px;
        top: calc(50% - 7px);
        width: 14px;
    }
    .products-filter__icon span,
    .products-filter__icon:after,
    .products-filter__icon:before {
        background: #f7d50a;
        display: block;
        position: absolute;
    }
    .products-filter__icon:after,
    .products-filter__icon:before {
        content: "";
        transition: all 0.3s ease-in-out 0.3s;
    }
    .products-filter__icon span,
    .products-filter__icon:before {
        height: 2px;
        left: 50%;
        top: 6px;
        transform: translateX(-50%);
        width: 100%;
    }
    .products-filter__icon:after {
        content: "";
        height: 100%;
        left: 6px;
        top: 50%;
        transform: translateY(-50%);
        width: 2px;
    }
    .products-filter__icon span {
        transition: all 0.3s ease-in-out;
        width: 0;
    }
}
.products-filter__content {
    background: #01447d;
    border-top: 1px solid rgba(165, 168, 181, 0.5);
    display: none;
    padding: 55px 35px;
}
@media screen and (min-width: 600px) {
    .products-filter__content {
        border-top-right-radius: 14px;
    }
}
@media screen and (min-width: 1600px) {
    .products-filter__content {
        border-top-right-radius: 0;
        display: block;
    }
}
.specifications-section {
    padding: 40px 0 0;
}
@media screen and (min-width: 768px) {
    .specifications-section {
        padding: 60px 0 0;
    }
}
@media screen and (min-width: 1360px) {
    .specifications-section {
        padding: 120px 0 0;
    }
}
.specifications-section:before {
    background: #f1f5f6;
    content: "";
    height: 40px;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
}
@media screen and (min-width: 768px) {
    .specifications-section:before {
        height: 60px;
    }
}
@media screen and (min-width: 1360px) {
    .specifications-section:before {
        height: 120px;
    }
}
.technical-data-wrapper {
    overflow-x: scroll;
    position: relative;
    width: 100%;
}
@media screen and (min-width: 1360px) {
    .technical-data-wrapper {
        overflow-x: hidden;
    }
}
.technical-data-wrapper::-webkit-scrollbar {
    height: 12px;
}
.technical-data-wrapper::-webkit-scrollbar-track {
    background: #f1f1f1;
    border: 1px solid #e6e6e6;
}
.technical-data-wrapper::-webkit-scrollbar-thumb,
.technical-data-wrapper::-webkit-scrollbar-thumb:hover {
    background: #01447d;
}
.technical-data-helper {
    display: inline-block;
    margin-top: 20px;
}
@media screen and (min-width: 1360px) {
    .technical-data-helper {
        display: none;
    }
}
.technical-data {
    background: #fff;
    margin: 0 2px;
    width: 1156px;
}
.technical-data tr {
    border-bottom: 1px solid #a5a8b5;
}
.technical-data td,
.technical-data th {
    padding: 15px 0;
}
.technical-data td:not(:last-child),
.technical-data th:not(:last-child) {
    padding-right: 10px;
}
.technical-data thead th {
    color: #01447d;
    font-family: ProximaNovaA, Helvetica, Arial, sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 25px;
    min-width: 100px;
    text-align: center;
}
@media screen and (min-width: 480px) {
    .technical-data thead th {
        font-size: 17px;
        line-height: 25px;
    }
}
.technical-data thead th:first-child {
    text-align: left;
}
.technical-data tbody td {
    color: #01447d;
    font-family: ProximaNovaA, Helvetica, Arial, sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 25px;
    min-width: 100px;
    text-align: center;
}
.technical-data tbody td:first-child {
    text-align: left;
}
.product-case-studies-section {
    padding: 90px 0 0;
}
@media screen and (min-width: 480px) {
    .product-case-studies-section {
        padding: 120px 0 0;
    }
}
@media screen and (min-width: 1360px) {
    .product-case-studies-section {
        padding: 140px 0 0;
    }
}
.product-col__content {
    max-width: 480px;
}
@media screen and (min-width: 1080px) {
    .product-col__content {
        max-width: 580px;
    }
}
.scrolling-img--product {
    display: none;
}
@media screen and (min-width: 991px) {
    .scrolling-img--product {
        display: block;
        height: auto;
        position: absolute;
        right: 100px;
        top: 0;
        width: 440px;
    }
}
@media screen and (min-width: 1080px) {
    .scrolling-img--product {
        width: 540px;
    }
}
.scrolling-img--product img {
    margin: 0 auto;
}
.related-products {
    margin-top: 50px;
}
@media screen and (min-width: 1080px) {
    .related-products {
        margin-top: 90px;
    }
}
.market-cards-cta {
    text-align: center;
}
@media screen and (min-width: 480px) {
    .market-cards-cta {
        text-align: left;
    }
}
.market-gallery-section {
    background: linear-gradient(180deg, transparent 60%, #f1f5f6 0);
}
.brochure-download-wrapper {
    align-items: center;
    display: flex;
    flex-flow: column;
}
@media screen and (min-width: 991px) {
    .brochure-download-wrapper {
        align-items: flex-start;
        flex-flow: row;
        justify-content: space-between;
    }
}
.brochure-download-wrapper .slider-helper {
    margin-top: 40px;
}
@media screen and (min-width: 991px) {
    .brochure-download-wrapper .slider-helper {
        margin-top: 0;
    }
}
.market-case-studies {
    position: relative;
}
.market-case-studies__content {
    margin: 20px auto 0;
    max-width: 580px;
}
@media screen and (min-width: 480px) {
    .market-case-studies__content {
        margin: 50px auto 0;
    }
}
@media screen and (min-width: 1360px) {
    .market-case-studies__content {
        margin: 170px auto 0;
    }
}
@media screen and (min-width: 1360px) and (max-width: 1700px) {
    .market-case-studies .scrolling-img {
        width: 26%;
    }
}
@media screen and (min-width: 1080px) {
    .application-col {
        min-height: 650px;
    }
}
.application-col__content {
    max-width: 480px;
}
@media screen and (min-width: 1080px) {
    .application-col__content {
        max-width: 580px;
    }
}
.application-col__img {
    display: none;
}
@media screen and (min-width: 1080px) {
    .application-col__img {
        border-bottom-left-radius: 40px;
        border-top-left-radius: 40px;
        display: block;
        height: 650px;
        left: calc(50% + 290px);
        -o-object-fit: cover;
        object-fit: cover;
        position: absolute;
        top: 0;
        width: 50%;
    }
}
.application-col--left .application-col__content {
    max-width: 480px;
}
@media screen and (min-width: 1080px) {
    .application-col--left .application-col__content {
        margin-left: auto;
        width: 50%;
    }
    .application-col--left .application-col__img {
        border-bottom-left-radius: 0;
        border-bottom-right-radius: 40px;
        border-top-left-radius: 0;
        border-top-right-radius: 40px;
        left: auto;
        right: calc(50% + 200px);
    }
}
.application-section {
    padding: 40px 0 90px;
}
@media screen and (min-width: 480px) {
    .application-section {
        padding: 40px 0 120px;
    }
}
@media screen and (min-width: 768px) {
    .application-section {
        padding: 60px 0 120px;
    }
}
@media screen and (min-width: 1360px) {
    .application-section {
        padding: 140px 0;
    }
}
.application-section:before {
    background: #fff;
    content: "";
    height: 40px;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
}
@media screen and (min-width: 768px) {
    .application-section:before {
        height: 60px;
    }
}
@media screen and (min-width: 1160px) {
    .application-section:before {
        background: linear-gradient(90deg, #f1f5f6 calc(50% - 480px), #fff calc(50% - 480px));
    }
}
@media screen and (min-width: 1360px) {
    .application-section:before {
        height: 140px;
    }
}
.post__item:not(:last-child) {
    margin-bottom: 30px;
}
@media screen and (min-width: 480px) {
    .post__item:not(:last-child) {
        margin-bottom: 60px;
    }
}
@media screen and (min-width: 991px) {
    .post__textarea {
        padding: 0 100px;
    }
}
.post__img {
    border-radius: 40px;
    margin: 0 auto;
}
.post__share {
    display: flex;
    flex-flow: row;
}
@media screen and (min-width: 991px) {
    .post__share {
        padding: 0 100px;
    }
}
.post__share .social {
    margin-left: 40px;
}
.case-study-shapes-bg.background--shapes:before {
    bottom: 20%;
}
@media screen and (min-width: 991px) {
    .case-study-shapes-bg.background--shapes:before {
        bottom: 8%;
    }
}
.circles {
    align-items: center;
    display: flex;
    flex-flow: column;
}
@media screen and (min-width: 991px) {
    .circles {
        flex-flow: row wrap;
        justify-content: space-between;
    }
}
.circles__item {
    background: #fff;
    border: 1px solid #a5a8b5;
    border-radius: 50%;
    height: 275px;
    position: relative;
    width: 275px;
}
@media screen and (min-width: 991px) {
    .circles__item {
        height: 235px;
        width: 235px;
    }
}
@media screen and (min-width: 1080px) {
    .circles__item {
        height: 275px;
        width: 275px;
    }
}
@media screen and (min-width: 1360px) {
    .circles__item {
        height: 325px;
        width: 325px;
    }
}
@media screen and (max-width: 990px) {
    .circles__item:not(:last-child) {
        margin-bottom: 30px;
    }
}
.circles__item--bottom {
    margin-bottom: 30px;
}
@media screen and (min-width: 991px) {
    .circles__item--bottom {
        margin-bottom: 70px;
    }
}
.circles a.circles__item {
    background: #f7d50a;
}
.circles a.circles__item:hover {
    background: #4c4d56;
}
.circles a.circles__item .circles__title {
    color: #fff;
}
.circles a.circles__item svg path {
    stroke: #fff;
}
.circles__inner {
    padding: 0 25px;
    position: absolute;
    text-align: center;
    top: 50%;
    transform: translateY(-60%);
    width: 100%;
}
.circles__title {
    font-size: 24px;
    line-height: 24px;
}
@media screen and (min-width: 480px) {
    .circles__title {
        font-size: 26px;
        line-height: 26px;
    }
}
@media screen and (min-width: 1360px) {
    .circles__title {
        font-size: 35px;
        line-height: 35px;
    }
}
.case-study-gallery-section {
    background: linear-gradient(180deg, transparent 60%, #f1f5f6 0);
    padding: 90px 0 0;
}
@media screen and (min-width: 480px) {
    .case-study-gallery-section {
        padding: 120px 0 0;
    }
}
@media screen and (min-width: 1080px) {
    .case-study-gallery-section {
        padding: 140px 0 0;
    }
}
.case-study-solutions {
    position: relative;
}
.case-study-solutions__content {
    margin: 0 auto;
    max-width: 580px;
}
@media screen and (min-width: 480px) {
    .case-study-solutions__content {
        margin: 0 0 0 auto;
    }
}
@media screen and (min-width: 1360px) {
    .case-study-solutions__content {
        margin: 0 100px 0 auto;
    }
}
.about-intro-section {
    padding: 90px 0;
}
@media screen and (min-width: 480px) {
    .about-intro-section {
        padding: 100px 0 120px;
    }
}
@media screen and (min-width: 1080px) {
    .about-intro-section {
        padding: 100px 0 160px;
    }
}
.about-intro {
    max-width: 800px;
}
.about-intro h2 {
    max-width: 700px;
}
.about-values-section {
    padding: 0 0 90px;
}
@media screen and (min-width: 480px) {
    .about-values-section {
        padding: 0 0 120px;
    }
}
@media screen and (min-width: 1080px) {
    .about-values-section {
        padding: 140px 0;
    }
    .about-col {
        min-height: 650px;
    }
}
.about-col__content {
    max-width: 480px;
}
@media screen and (min-width: 1080px) {
    .about-col__content {
        max-width: 580px;
    }
}
.about-col__img {
    margin-top: 60px;
}
@media screen and (min-width: 480px) {
    .about-col__img {
        margin-top: 90px;
    }
}
@media screen and (min-width: 1080px) {
    .about-col__img {
        border-bottom-left-radius: 40px;
        border-top-left-radius: 40px;
        height: 650px;
        left: calc(50% + 290px);
        margin-top: 0;
        -o-object-fit: cover;
        object-fit: cover;
        position: absolute;
        top: 0;
        width: 50%;
    }
}
.about-col--left .about-col__content {
    max-width: 480px;
}
@media screen and (min-width: 1080px) {
    .about-col--left .about-col__content {
        margin-left: auto;
        width: 50%;
    }
}
.about-col--left .about-col__img {
    margin-bottom: 60px;
    margin-top: 0;
}
@media screen and (min-width: 480px) {
    .about-col--left .about-col__img {
        margin-bottom: 90px;
    }
}
@media screen and (min-width: 1080px) {
    .about-col--left .about-col__img {
        border-bottom-left-radius: 0;
        border-bottom-right-radius: 40px;
        border-top-left-radius: 0;
        border-top-right-radius: 40px;
        left: auto;
        margin-bottom: 0;
        right: calc(50% + 200px);
    }
}
.history-section {
    padding: 40px 0 90px;
}
@media screen and (min-width: 480px) {
    .history-section {
        padding: 40px 0 120px;
    }
}
@media screen and (min-width: 768px) {
    .history-section {
        padding: 60px 0 120px;
    }
}
@media screen and (min-width: 1360px) {
    .history-section {
        padding: 140px 0;
    }
}
.history-section:before {
    background: #fff;
    content: "";
    height: 40px;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
}
@media screen and (min-width: 768px) {
    .history-section:before {
        height: 60px;
    }
}
@media screen and (min-width: 1160px) {
    .history-section:before {
        background: linear-gradient(90deg, #f1f5f6 calc(50% - 480px), #fff calc(50% - 480px));
    }
}
@media screen and (min-width: 1360px) {
    .history-section:before {
        height: 140px;
    }
}
.history-title {
    max-width: 800px;
}
.community-section {
    padding: 40px 0 140px;
}
@media screen and (min-width: 768px) {
    .community-section {
        padding: 60px 0 200px;
    }
}
@media screen and (min-width: 1360px) {
    .community-section {
        padding: 120px 0 380px;
    }
}
.community-section__bg {
    background: #fff;
    height: 40px;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
}
@media screen and (min-width: 768px) {
    .community-section__bg {
        height: 60px;
    }
}
@media screen and (min-width: 1160px) {
    .community-section__bg {
        background: linear-gradient(90deg, #fff calc(50% + 480px), #f1f5f6 calc(50% - 480px));
    }
}
@media screen and (min-width: 1360px) {
    .community-section__bg {
        height: 120px;
    }
}
.careers-section {
    padding: 40px 0 90px;
}
@media screen and (min-width: 480px) {
    .careers-section {
        padding: 40px 0 120px;
    }
}
@media screen and (min-width: 768px) {
    .careers-section {
        padding: 60px 0 120px;
    }
}
@media screen and (min-width: 1360px) {
    .careers-section {
        padding: 140px 0;
    }
}
.careers-section:before {
    background: #fff;
    content: "";
    height: 40px;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
}
@media screen and (min-width: 768px) {
    .careers-section:before {
        height: 60px;
    }
}
@media screen and (min-width: 1160px) {
    .careers-section:before {
        background: linear-gradient(90deg, #f1f5f6 calc(50% - 480px), #fff calc(50% - 480px));
    }
}
@media screen and (min-width: 1360px) {
    .careers-section:before {
        height: 140px;
    }
}
.careers {
    border-top: 1px solid #a5a8b5;
    margin-top: 40px;
}
@media screen and (min-width: 1080px) {
    .careers {
        margin-top: 60px;
    }
}
.careers__item {
    border-bottom: 1px solid #a5a8b5;
    cursor: pointer;
    display: block;
    padding: 30px 70px 30px 0;
    position: relative;
    text-decoration: none;
}
@media screen and (min-width: 1080px) {
    .careers__item {
        padding: 40px 100px 40px 0;
    }
}
.careers__item:hover .careers__title {
    color: #a5a8b5;
}
.careers__item:hover .careers__icon {
    background: #a5a8b5;
}
.careers__icon,
.careers__title {
    transition: all 0.2s linear;
}
.careers__icon {
    background: #f7d50a;
    border: none;
    border-radius: 50%;
    display: inline-block;
    height: 50px;
    overflow: hidden;
    position: absolute;
    right: 0;
    text-indent: -1000px;
    top: 50%;
    transform: translateY(-50%);
    width: 50px;
    z-index: 10;
}
@media screen and (min-width: 1080px) {
    .careers__icon {
        height: 71px;
        width: 71px;
    }
}
.careers__icon:before {
    background: url(../../assets/svg/chevron.svg) no-repeat;
    background-size: 10px 15px;
    content: "";
    height: 15px;
    left: 50%;
    position: absolute;
    top: 50%;
    transform: translate(-40%, -50%) rotate(180deg);
    transition: all 0.2s linear;
    width: 10px;
}
.map .acf-map {
    height: 500px;
    max-height: calc(100vh - 100px);
    width: 100%;
}
@media screen and (min-width: 768px) {
    .map .acf-map {
        height: 700px;
    }
}
@media screen and (min-width: 1280px) {
    .map .acf-map {
        height: 850px;
    }
}
.map-card {
    background: #fff;
    border: 2px solid #d0d0d0;
    border-radius: 14px;
    margin: 0 30px 60px;
    padding: 40px 25px;
    text-align: center;
    width: calc(100% - 60px);
}
@media screen and (min-width: 480px) {
    .map-card {
        margin: 0 60px 60px;
        padding: 50px 40px;
        width: 390px;
    }
}
@media screen and (min-width: 768px) {
    .map-card {
        left: 60px;
        margin: 0;
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
    }
}
@media screen and (min-width: 991px) {
    .map-card {
        left: 100px;
    }
}
@media screen and (min-width: 1360px) {
    .map-card {
        left: calc(50% - 580px);
        padding: 70px 40px;
        width: 490px;
    }
}
.map-card__title {
    font-size: 21px;
    line-height: 28px;
}
@media screen and (min-width: 480px) {
    .map-card__title {
        font-size: 24px;
        line-height: 35px;
    }
}
.map-card__text {
    margin-bottom: 15px;
}
.map-card__links {
    margin-top: 42px;
    padding-top: 30px;
    position: relative;
}
.map-card__links:before {
    background: #a5a8b5;
    content: "";
    height: 1px;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
}
.map-card__links a {
    text-decoration: none;
}
.map-card__link {
    font-size: 21px;
    line-height: 28px;
}
@media screen and (min-width: 480px) {
    .map-card__link {
        font-size: 24px;
        line-height: 35px;
    }
}
.map-card__ctas {
    display: flex;
    flex-flow: row;
    justify-content: center;
}
.map-card__ctas .location-focus {
    margin-right: 20px;
}
.map-card .locations-list {
    height: 320px;
    
}
.map-card .locations-list::-webkit-scrollbar {
    width: 12px;
}
.map-card .locations-list::-webkit-scrollbar-track {
    background: #f1f1f1;
    border: 1px solid #e6e6e6;
}
.map-card .locations-list::-webkit-scrollbar-thumb,
.map-card .locations-list::-webkit-scrollbar-thumb:hover {
    background: #01447d;
}
.map-card .locations-list__item:not(:last-child) {
    margin-bottom: 25px;
}
@media screen and (min-width: 1080px) {
    .sustainability-col {
        min-height: 650px;
    }
}
.sustainability-col__content {
    max-width: 480px;
}
@media screen and (min-width: 1080px) {
    .sustainability-col__content {
        max-width: 580px;
    }
}
.sustainability-col__img {
    margin-top: 60px;
}
@media screen and (min-width: 480px) {
    .sustainability-col__img {
        margin-top: 90px;
    }
}
@media screen and (min-width: 1080px) {
    .sustainability-col__img {
        border-bottom-left-radius: 40px;
        border-top-left-radius: 40px;
        height: 650px;
        left: calc(50% + 290px);
        margin-top: 0;
        -o-object-fit: cover;
        object-fit: cover;
        position: absolute;
        top: 0;
        width: 50%;
    }
}
.sustainability-col--left .sustainability-col__content {
    max-width: 580px;
}
@media screen and (min-width: 1080px) {
    .sustainability-col--left .sustainability-col__content {
        margin-left: auto;
    }
}
.sustainability-col--left .sustainability-col__img {
    margin-bottom: 60px;
    margin-top: 0;
}
@media screen and (min-width: 480px) {
    .sustainability-col--left .sustainability-col__img {
        margin-bottom: 90px;
    }
}
@media screen and (min-width: 1080px) {
    .sustainability-col--left .sustainability-col__img {
        border-bottom-left-radius: 0;
        border-bottom-right-radius: 40px;
        border-top-left-radius: 0;
        border-top-right-radius: 40px;
        left: auto;
        margin-bottom: 0;
        right: calc(50% + 200px);
    }
}
.mission-section {
    padding: 40px 0 90px;
}
@media screen and (min-width: 480px) {
    .mission-section {
        padding: 40px 0 120px;
    }
}
@media screen and (min-width: 768px) {
    .mission-section {
        padding: 60px 0 120px;
    }
}
@media screen and (min-width: 1360px) {
    .mission-section {
        padding: 140px 0;
    }
}
.mission-section:before {
    background: #fff;
    content: "";
    height: 40px;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
}
@media screen and (min-width: 768px) {
    .mission-section:before {
        height: 60px;
    }
}
@media screen and (min-width: 1160px) {
    .mission-section:before {
        background: linear-gradient(90deg, #f1f5f6 calc(50% - 480px), #fff calc(50% - 480px));
    }
}
@media screen and (min-width: 1360px) {
    .mission-section:before {
        height: 140px;
    }
}
.portal-nav {
    align-items: center;
    background: #01447d;
    border-bottom: 1px solid #4c4d56;
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
    padding: 8px 40px;
    width: 100%;
}
@media screen and (min-width: 991px) {
    .portal-nav {
        height: 50px;
        left: 0;
        padding: 0 40px;
        position: fixed;
        top: 100px;
        z-index: 100;
    }
}
.portal-asset-type:nth-child(2n) {
    background: #f1f5f6;
}
@media screen and (min-width: 480px) {
    .portal-asset-wrapper {
        margin: 0 2px;
    }
}
.portal-asset {
    align-items: center;
    border-bottom: 1px solid #a5a8b5;
    display: flex;
    flex-flow: row;
    padding: 14px 14px 14px 0;
}
.portal-asset:first-child {
    border-top: 1px solid #a5a8b5;
}
.portal-asset__title {
    width: calc(100% - 300px);
}
.portal-asset__info {
    align-items: center;
    display: flex;
    flex-flow: row;
    justify-content: space-between;
    width: 300px;
}
.portal-asset__size {
    color: #a5a8b5;
    display: block;
    font-size: 13px;
}
.portal-asset .select-box {
    width: 90px;
}
.portal-asset .select-box:after {
    right: 13px;
    top: 18px;
}
.portal-asset .select-box select {
    padding: 5px 30px 5px 15px;
}
.portal-asset__preview .preview-icon {
    fill: #a5a8b5;
    transition: all 0.2s linear;
}
.portal-asset__preview:hover .preview-icon {
    fill: #01447d;
}
.portal-asset__download .download-icon {
    fill: #f7d50a;
    transition: all 0.2s linear;
}
.portal-asset__download:hover .download-icon {
    fill: #01447d;
}
.directory__link {
    display: block;
    text-decoration: none;
}
.directory__favourite {
    -webkit-appearance: none;
    background: none;
    border: none;
    border-radius: 0;
    cursor: pointer;
    position: absolute;
    right: 15px;
    top: 15px;
}
.directory__favourite .favourite-icon {
    display: block;
    height: 30px;
    width: 30px;
}
.directory__favourite .favourite-icon path {
    transition: all 0.1s linear;
}
.directory__favourite .favourite-icon__star {
    fill: #a5a8b5;
}
.directory__favourite .favourite-icon__plus {
    fill: #f7d50a;
    opacity: 0;
}
.directory__favourite .favourite-icon__minus {
    fill: #a5a8b5;
    opacity: 0;
}
.directory__favourite:not(.active):hover .favourite-icon__star {
    opacity: 0;
}
.directory__favourite:not(.active):hover .favourite-icon__plus {
    opacity: 1;
}
.directory__favourite.active .favourite-icon__star {
    fill: #f7d50a;
    opacity: 1;
}
.directory__favourite.active:hover .favourite-icon__star {
    opacity: 0;
}
.directory__favourite.active:hover .favourite-icon__minus {
    opacity: 1;
}
.page-template-page-landing .header {
    padding: 0 0 0 15px;
}
@media screen and (min-width: 480px) {
    .page-template-page-landing .header {
        padding: 0 0 0 40px;
    }
}
.page-template-page-landing .header__title {
    display: none;
}
@media screen and (min-width: 1280px) {
    .page-template-page-landing .header__title {
        display: block;
        left: 50%;
        position: absolute;
        top: 50%;
        transform: translate(-50%, -50%);
    }
}
.page-template-page-landing .header__btn {
    display: none;
}
@media screen and (min-width: 768px) {
    .page-template-page-landing .header__btn {
        display: block;
        overflow: hidden;
        padding-left: 50px;
        position: relative;
    }
}
@media screen and (min-width: 1600px) {
    .page-template-page-landing .header__btn {
        padding-left: 60px;
    }
}
.page-template-page-landing .header__btn a {
    background: #f7d50a;
    color: #fff;
    display: block;
    font-family: ProximaNovaA, Helvetica, Arial, sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 23px;
    padding: 38px 30px 39px 0;
    position: relative;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    transition: all 0.2s ease;
    width: 315px;
}
@media screen and (min-width: 1600px) {
    .page-template-page-landing .header__btn a {
        font-size: 18px;
        padding: 38px 30px 39px;
        width: 385px;
    }
}
.page-template-page-landing .header__btn a:before {
    background: #f7d50a;
    border-radius: 50%;
    content: "";
    display: block;
    height: 198px;
    left: -50px;
    position: absolute;
    top: -14px;
    transition: all 0.2s ease;
    width: 198px;
}
@media screen and (min-width: 1600px) {
    .page-template-page-landing .header__btn a:before {
        height: 228px;
        left: -60px;
        width: 228px;
    }
}
.page-template-page-landing .header__btn a span {
    position: relative;
    z-index: 10;
}
.page-template-page-landing .header__btn a:hover,
.page-template-page-landing .header__btn a:hover:before {
    background: #4c4d56;
}
.page-template-page-landing .hero__content {
    max-width: 600px;
}
@media screen and (min-width: 1360px) {
    .page-template-page-landing .hero__content {
        max-width: 820px;
    }
}
.page-template-page-landing .hero__img svg {
    display: none;
}
@media screen and (min-width: 1080px) {
    .page-template-page-landing .hero__img svg {
        display: block;
        height: auto;
        position: absolute;
        right: 5vw;
        top: 110px;
        width: 270px;
    }
}
@media screen and (min-width: 1360px) {
    .page-template-page-landing .hero__img svg {
        height: 200px;
        width: 325px;
    }
}
@media screen and (min-width: 1600px) {
    .page-template-page-landing .hero__img svg {
        right: 10vw;
    }
}
.landing-col-section {
    padding: 90px 0;
}
@media screen and (min-width: 480px) {
    .landing-col-section {
        padding: 120px 0;
    }
}
@media screen and (min-width: 1080px) {
    .landing-col-section {
        padding: 140px 0;
    }
}
.landing-col__content {
    margin-bottom: 60px;
    max-width: 480px;
}
@media screen and (min-width: 480px) {
    .landing-col__content {
        margin-bottom: 90px;
    }
}
@media screen and (min-width: 1080px) {
    .landing-col__content {
        margin-bottom: 0;
        margin-left: auto;
        width: 50%;
    }
    .landing-col__img {
        border-bottom-left-radius: 0;
        border-bottom-right-radius: 40px;
        border-top-left-radius: 0;
        border-top-right-radius: 40px;
        height: 650px;
        -o-object-fit: cover;
        object-fit: cover;
        position: absolute;
        right: calc(50% + 200px);
        top: 0;
        width: 50%;
    }
}
.landing-applications-section:after {
    background: #fff;
    bottom: 0;
    content: "";
    height: 40px;
    left: 0;
    position: absolute;
    width: 100%;
}
@media screen and (min-width: 768px) {
    .landing-applications-section:after {
        height: 80px;
    }
}
.landing-applications {
    display: flex;
    flex-flow: row wrap;
}
.landing-applications__content {
    margin-bottom: 40px;
    width: 100%;
}
@media screen and (min-width: 991px) {
    .landing-applications__content {
        margin-bottom: 0;
        width: 50%;
    }
}
.landing-applications__img {
    margin: 0 auto;
    max-width: 300px;
    width: 100%;
}
@media screen and (min-width: 991px) {
    .landing-applications__img {
        margin: 0 0 0 auto;
        max-width: 400px;
        width: calc(50% - 40px);
    }
    .landing-applications__img img {
        max-width: none;
        position: absolute;
        right: 0;
        top: -110px;
        width: 340px;
    }
}
@media screen and (min-width: 1360px) {
    .landing-applications__img img {
        width: 400px;
    }
}
.landing-banner {
    background-size: cover !important;
    padding: 70px 0;
    width: 100%;
}
@media screen and (min-width: 768px) {
    .landing-banner {
        padding: 80px 0;
    }
}
@media screen and (min-width: 1360px) {
    .landing-banner {
        padding: 120px 0;
    }
}
.landing-banner:before {
    background: #01447d;
    content: "";
    height: 100%;
    left: 0;
    opacity: 0.4;
    position: absolute;
    top: 0;
    width: 100%;
}
.hero--bodpave svg {
    display: none;
}
@media screen and (min-width: 1080px) {
    .hero--bodpave svg {
        display: block;
        height: auto;
        position: absolute;
        right: 5vw;
        top: 110px;
        width: 270px;
    }
}
@media screen and (min-width: 1360px) {
    .hero--bodpave svg {
        height: 200px;
        width: 325px;
    }
}
@media screen and (min-width: 1600px) {
    .hero--bodpave svg {
        right: 10vw;
    }
}
.bodpave-intro-section {
    padding: 110px 0 90px;
}
@media screen and (min-width: 480px) {
    .bodpave-intro-section {
        padding: 140px 0 120px;
    }
}
@media screen and (min-width: 1080px) {
    .bodpave-intro-section {
        padding: 180px 0 140px;
    }
}
.bodpave-col__content {
    margin-bottom: 60px;
    max-width: 580px;
}
@media screen and (min-width: 480px) {
    .bodpave-col__content {
        margin-bottom: 90px;
    }
}
@media screen and (min-width: 1080px) {
    .bodpave-col__content {
        margin-bottom: 0;
        margin-left: auto;
        width: 50%;
    }
    .bodpave-col__img {
        border-bottom-left-radius: 0;
        border-bottom-right-radius: 40px;
        border-top-left-radius: 0;
        border-top-right-radius: 40px;
        height: 650px;
        -o-object-fit: cover;
        object-fit: cover;
        position: absolute;
        right: calc(50% + 200px);
        top: 0;
        width: 50%;
    }
}
.circles--bodpave {
    display: flex;
    flex-flow: row wrap;
    justify-content: flex-start;
    margin-left: -10px;
    margin-right: -10px;
    max-width: 400px;
}
@media screen and (min-width: 480px) {
    .circles--bodpave {
        max-width: 500px;
    }
}
@media screen and (min-width: 600px) {
    .circles--bodpave {
        margin-left: -20px;
        margin-right: -20px;
    }
}
@media screen and (min-width: 768px) {
    .circles--bodpave {
        max-width: 700px;
    }
}
@media screen and (min-width: 991px) {
    .circles--bodpave {
        max-width: 840px;
        width: calc(100% - 230px);
    }
}
.circles--bodpave .circles__item {
    align-items: center;
    aspect-ratio: 1/1;
    display: flex;
    height: auto;
    justify-content: center;
    margin-bottom: 40px;
    margin-left: 10px;
    margin-right: 10px;
    width: calc(50% - 20px);
}
@media screen and (min-width: 600px) {
    .circles--bodpave .circles__item {
        margin-left: 20px;
        margin-right: 20px;
        width: calc(50% - 40px);
    }
}
@media screen and (min-width: 768px) {
    .circles--bodpave .circles__item {
        width: calc(33.33333% - 40px);
    }
}
.circles--bodpave .circles__inner {
    position: relative;
    top: auto;
    transform: none;
}
.circles--bodpave .circles__inner svg {
    height: auto;
    width: 35px;
}
@media screen and (min-width: 480px) {
    .circles--bodpave .circles__inner svg {
        width: 50px;
    }
}
@media screen and (min-width: 991px) {
    .circles--bodpave .circles__inner svg {
        width: 40px;
    }
}
@media screen and (min-width: 1080px) {
    .circles--bodpave .circles__inner svg {
        width: 50px;
    }
}
@media screen and (min-width: 1180px) {
    .circles--bodpave .circles__inner svg {
        width: 65px;
    }
}
.circles--bodpave .circles__title {
    font-size: 15px;
    line-height: 15px;
}
@media screen and (min-width: 480px) {
    .circles--bodpave .circles__title {
        font-size: 18px;
        line-height: 18px;
    }
}
@media screen and (min-width: 991px) {
    .circles--bodpave .circles__title {
        font-size: 15px;
        line-height: 15px;
    }
}
@media screen and (min-width: 1080px) {
    .circles--bodpave .circles__title {
        font-size: 18px;
        line-height: 18px;
    }
}
@media screen and (min-width: 1180px) {
    .circles--bodpave .circles__title {
        font-size: 22px;
        line-height: 22px;
    }
}
.scrolling-img--bodpave {
    display: none;
}
@media screen and (min-width: 991px) {
    .scrolling-img--bodpave {
        display: block;
        position: absolute;
        right: 0;
        top: 0;
        width: 300px;
    }
}
@media screen and (min-width: 1280px) {
    .scrolling-img--bodpave {
        width: 360px;
    }
}

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