@import url('https://fonts.cdnfonts.com/css/pp-neue-montreal');

@font-face {
    font-family: 'HelveticaNeueLight';
    src: url('/wp-content/themes/qrx-solutions/public/assets/fonts/HelveticaNeueLight.woff2') format('woff2'),
         url('/wp-content/themes/qrx-solutions/public/assets/fonts/HelveticaNeueLight.woff') format('woff');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Basis Grotesque Medium';
    src: url('/wp-content/themes/qrx-solutions/public/assets/fonts/BasisGrotesque-Medium.woff2') format('woff2'),
         url('/wp-content/themes/qrx-solutions/public/assets/fonts/BasisGrotesque-Medium.woff') format('woff');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'ABCDiatypeLight';
    src: url('/wp-content/themes/qrx-solutions/public/assets/fonts/ABCDiatype-Light.woff2') format('woff2'),
         url('/wp-content/themes/qrx-solutions/public/assets/fonts/ABCDiatype-Light.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'ABCDiatype';
    src: url('/wp-content/themes/qrx-solutions/public/assets/fonts/ABCDiatype-Regular.woff2') format('woff2'),
         url('/wp-content/themes/qrx-solutions/public/assets/fonts/ABCDiatype-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}


@font-face {
    font-family: 'Adventure Light';
    src: url('/wp-content/themes/qrx-solutions/public/assets/fonts/AdventureV1-Light.woff2') format('woff2'),
         url('/wp-content/themes/qrx-solutions/public/assets/fonts/AdventureV1-Light.woff') format('woff');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Gotham Light';
    src: url("/wp-content/themes/qrx-solutions/public/assets/fonts/Gotham-Light.woff2") format("woff2"), 
         url("/wp-content/themes/qrx-solutions/public/assets/fonts/Gotham-Light.woff") format("woff");
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Gotham Book';
    src: url("/wp-content/themes/qrx-solutions/public/assets/fonts/Gotham-Book.woff2") format("woff2"), 
         url("/wp-content/themes/qrx-solutions/public/assets/fonts/Gotham-Book.woff") format("woff");
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'NeueHaasGrotesk55';
    src: url("/wp-content/themes/qrx-solutions/public/assets/fonts/NHaasGroteskDSPro-55Rg.woff2") format("woff2"), 
         url("/wp-content/themes/qrx-solutions/public/assets/fonts/NHaasGroteskDSPro-55Rg.woff") format("woff");
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}



@font-face {
    font-family: "DIN Regular";
    src: url('/wp-content/themes/qrx-solutions/public/assets/fonts/DIN-Regular.woff2') format("woff2"), 
         url('/wp-content/themes/qrx-solutions/public/assets/fonts/DIN-Regular.woff') format("woff");
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}


:root {
    --doc-font-light: "akkurat-light", arial, serif;
    --doc-font-regular: "akkurat-regular", arial, serif;
    --doc-font-bold: "akkurat-bold", arial, serif;
    --doc-font-medium: "aeonik-medium", arial, serif;
    --doc-font-mono: "akkurat-mono", arial, serif;
    --doc-font-mono-bold: "akkurat-mono-bold", arial, serif;
    --font-header: 'PP Neue Montreal', sans-serif;
    --font-primary: 'PP Neue Montreal', "ABCDiatype", sans-serif; font-weight: 500;
	--font-abc: 'ABCDiatype',arial, sans-serif;
	--font-body: 'NeueHaasGrotesk55', 'ABCDiatype',arial, sans-serif;
	--font-body: 'Basis Grotesque Medium', 'ABCDiatype',arial, sans-serif;
	--font-abclight: 'ABCDiatypeLight';
    --swiper-navigation-size: 44px;
    --swiper-theme-color: transparent;

    --color-primary: #002237;
    --color-secondary: #f4f0ec;
    --color-lightteal: #ebf0ef;
    --color--lightgreen: #c6d4d1;
    --color-white: #fff;
    --color-tan: #f3f1ef;
    --color-blue: #002237;
    --color-cream: #f8f3eb;
    --color-cream-100: #f6f3eb;
    --color-green-100: #1f3a3e;
    --color-green-200: #b4d4d7;
    --color-green-300: #dfecef;
    --color-green-400: #189ba7;
    --color-green-500: #65868f;
    --color-green-600: #7597a0;
    --color-green-700: #d5e1e4;
    --color-green-800: #526d71;
    --color-green-900: #688083;
    --color-green-1200: #f7f9f9;
    --color-green-1300: #588e95;
    --color-green-1400: #0f6069;
    --color-green-1500: #003a43;
    --color-green-1600: #8ca7a2;
    --color-green-1700: #f9fbfb;
    --color-green-1800: #dedede;
    --color-grey-100: #e9eded;
    --color-grey-200: #dfe4e5;
    --color-grey-300: #8c8c8c;
    --color-grey-700: #bed7d2
}


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

ol[class],
ul[class] {
    list-style: none;
    padding: 0
}

blockquote,
body,
dd,
dl,
figcaption,
figure,
h1,
h2,
h3,
h4,
li,
ol[class],
p,
ul[class] {
    margin: 0
}

body {
    color: #000;
    font-family: var(--font-primary);
    font-size: 16px;
    font-weight: 400;
    line-height: 1.4;
    -webkit-font-smoothing: antialiased;
    text-rendering: optimizeSpeed
}

@media (min-width:768px) {
    body {
        font-size: 19px
    }
}

a:not([class]) {
    -webkit-text-decoration-skip: ink;
    text-decoration-skip-ink: auto
}

img {
    display: block
}

article>*+* {
    margin-top: 1em
}

button,
input,
select,
textarea {
    font: inherit
}

@media (prefers-reduced-motion:reduce) {
    * {
        -webkit-animation-duration: .01ms !important;
        animation-duration: .01ms !important;
        -webkit-animation-iteration-count: 1 !important;
        animation-iteration-count: 1 !important;
        scroll-behavior: auto !important;
        -webkit-transition-duration: .01ms !important;
        transition-duration: .01ms !important
    }
}



body,
button,
input,
select,
textarea {
    color: #000;
    font-size: 18px;
    line-height: 1.4
}


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

.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
    text-rendering: optimizeLegibility;
    font-weight: 300;
    font-family: var(--font-header);
    }

.h1,
h1 {
    font-size: 1.28em;
    line-height: 1.333em
}

@media (min-width:768px) {
    .h1,
    h1 {
        font-size: 2.25em
    }
}

.h2,
h2 {
    font-size: 2em;
    line-height: 1.2em
}

@media (min-width:768px) {
    .h2,
    h2 {
        font-size: 1.875em
    }
}

.h3,
h3 {
    font-size: 1em;
    line-height: 1.16666666667em
}

@media (min-width:768px) {
    .h3,
    h3 {
        font-size: 1.5em
    }
}

h2.header__title {
    font-size: 40px;
    line-height: 1;
    letter-spacing: 0;
    text-transform: capitalize;
    padding-left: 20px;
    padding-right: 20px
}

@media (min-width:768px) {
    h2.header__title {
        margin-bottom: 15px;
        margin-top: 15px
    }
}

p {
    margin-top: 0;
    margin-bottom: 20px;
    font-size: 21px;
    line-height: 1.1;
}

p:empty {
    display: none
}

cite,
dfn,
em,
i {
    font-style: italic
}

blockquote {
    margin: 0 1.5em
}

address {
    margin: 0 0 1.5em
}

pre {
    background: #eee;
    font-family: Courier\ 10 Pitch, courier monospace;
    line-height: 1.5;
    margin-bottom: 1.6em;
    max-width: 100%;
    padding: 1.6em;
    font-size: 1rem
}

code,
kbd,
tt,
var {
    font-family: monaco consolas, Andale Mono, DejaVu Sans Mono, monospace;
    font-size: 1rem
}

abbr,
acronym {
    border-bottom: 1px dotted #666;
    cursor: help
}

ins,
mark {
    text-decoration: none
}

big {
    font-size: 125%
}

html {
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

*,
:after,
:before {
    -webkit-box-sizing: inherit;
    box-sizing: inherit
}

body {
    background: #fff;
    display: flex;
    flex-direction: column;
    min-height: 100%;
    height: 100%;
    overflow-x: hidden;
    font-family: "PP Neue Montreal", arial, sans-serif;
}

blockquote,
q {
    quotes: "" ""
}

blockquote:after,
blockquote:before,
q:after,
q:before {
    content: ""
}

hr {
    background-color: #ccc;
    border: 0;
    height: 1px;
    margin-bottom: 1.5em
}

ol,
ul {
    margin: 0 0 20px;
    padding: 20px 0 0 25px
}

p+ol,
p+ul {
    padding: 0 0 0 25px
}

ul {
    list-style: circle
}

ol {
    list-style: decimal
}

li>ol,
li>ul {
    margin-bottom: 0;
    margin-left: 1.5em
}

dt {
    font-weight: 700
}

dd {
    margin: 0 1.5em 1.5em
}

ol.numbered {
    list-style: none
}

ol.numbered li {
    counter-increment: bullets
}

ol.numbered li,
ol.numbered li:before {
    -webkit-box-align: center;
    align-items: center;
    display: flex
}

ol.numbered li:before {
    content: counter(bullets);
    font-size: .75em;
    height: 2em;

    width: 2em
}

img {
    height: auto;
    max-width: 100%;
    width: 100%;
    object-fit: cover;
}

svg:not(:root) {
    overflow: hidden
}

table {
    margin: 0 0 1.5em;
    width: 100%
}


.linkdk:after {
    background: transparent !important
}

.share-links {
    display: flex;
    -webkit-box-align: center;
    align-items: center
}

.share-links .share-title {
    display: inline-block;
    vertical-align: middle;
    white-space: nowrap
}

form[role=search] {
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    max-width: 50%;
    margin: 0 auto
}

form[role=search] input[type=search] {
    margin-right: 10px;
    margin-left: 25px
}

.button,
.button.wc-backward,
[type=reset],
[type=submit],
button,
html [type=button] {
    background: #081d2a;
    width: 100%;
    color: #fff;
    border-radius: 5px;
    height: 65px;
    display: flex;
    justify-content: center;
    text-align: center;
    align-content: center;
    align-items: center;
    margin-bottom: 3em;
    font-size: 18px;
}

.button.wc-backward:focus,
.button:focus,
[type=reset]:focus,
[type=submit]:focus,
button:focus,
html [type=button]:focus {
    outline: 0 none
}

.button.wc-backward:hover,
.button:hover,
[type=reset]:hover,
[type=submit]:hover,
button:hover,
html [type=button]:hover {
    cursor: pointer
}

@media (min-width:768px) {
    .button,
    .button.wc-backward,
    [type=reset],
    [type=submit],
    button,
    html [type=button] {
        font-size: 15px
    }
}

.button.disabled,
.button.wc-backward.disabled,
.button.wc-backward:disabled,
.button:disabled,
[type=reset].disabled,
[type=reset]:disabled,
[type=submit].disabled,
[type=submit]:disabled,
button.disabled,
button:disabled,
html [type=button].disabled,
html [type=button]:disabled {
    cursor: not-allowed
}

.wp-block-button>a {
    border: 0;
    padding: 0;
    background-color: transparent
}

.wp-block-button:hover>a {
    color: inherit
}

button {
    background: none;
    border: none
}

.btn {
    font-size: 15px;
    padding: 15px 20px;
    text-align: center;
    text-decoration: none;
    cursor: pointer
}

@media (min-width:768px) {
    .btn {
        font-size: 15px
    }
}

.btn:hover {
    text-decoration: none;
    cursor: pointer
}

a,
.btn>a,
.btn>a:hover {
    text-decoration: none;
    border-bottom: none
}

.btn--cta {
    width: auto;
    display: inline-flex;

    -webkit-box-align: center;
    align-items: center;
    padding: 20px 15px;
    min-width: 170px;

    font-size: 15px;
    line-height: 1.2;
    text-align: center;
    border: 1px solid #000;
    cursor: pointer;
    -webkit-transition: all .68s ease-in-out;
    transition: all .68s ease-in-out
}

@media (min-width:768px) {
    .btn--cta {
        min-width: 150px
    }
}

.btn--cta:hover,
.btn--dark {
    border: 1px solid #000;
    background: #000;
    color: #fff;
    -webkit-transition: all .68s ease-in-out;
    transition: all .68s ease-in-out
}

.btn--dark {
    display: inline-block;
    padding: 18px 45px;
    min-width: 270px;
    font-family: expressway, arial, sans-serif
}

.btn--dark:hover {
    cursor: pointer;
    background: transparent;
    color: #000;
    -webkit-transition: all .68s ease-in-out;
    transition: all .68s ease-in-out
}

.btn--share {
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    background-color: transparent;
    color: #000;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    width: auto;
    height: auto;
    text-decoration: none;
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
    font-style: normal;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: .08em;
    white-space: normal
}

@media (min-width:1024px) {
    .btn--share {
        margin-right: 10px
    }
}

.btn--share svg {
    width: 20px;
    height: 20px;
    vertical-align: middle
}

.btn--share.btn--small svg {
    width: 16px;
    height: 16px;
    margin-right: 4px;
    vertical-align: middle
}

.btn--small {
    padding: 8px 10px;
    font-size: .75em;
    line-height: 1
}

.btn--more {
    margin: 0 auto;
    text-align: center;
    display: block;
    padding: 16px;
    font-size: 17px;
    color: #000;
    border: 1px solid grey;
    width: 85%;
    -webkit-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out
}

@media (min-width:768px) {
    .btn--more {
        min-width: 150px
    }
}

.btn--more:hover {
    border: 1px solid #000;
    background: #000;
    color: #fff !important;
    -webkit-transition: all .68s ease-in-out;
    transition: all .68s ease-in-out
}



.btn--footer {
    min-width: 150px;
    color: #000;
    background: #fff;
    border: 1px solid #fff;
    display: inline-block
}

.btn--footer,
.btn--footer:hover {
    -webkit-transition: all .68s ease-in-out;
    transition: all .68s ease-in-out
}

.btn--footer:hover {
    background: transparent;
    color: #fff !important
}

.btn--close {
    position: absolute;
    top: 20px;
    right: 20px;
    width: 20px;
    height: 20px;
    padding: 0;
    background-repeat: no-repeat;
    background-size: contain;
    cursor: pointer;
    background: none;
}

@media (min-width:768px) {
    .btn--close {
        position: absolute;
        top: 48px;
        right: 28px;
        line-height: 1
    }
}

.btn--form {
    margin: 0 auto;
    background: #000;
    color: #fff;
    padding: 20px 65px
}

.btn--form,
.btn--form:hover {
    -webkit-transition: all .68s ease-in-out;
    transition: all .68s ease-in-out
}

.btn--form:hover {
    border: 1px solid #000;
    background: transparent;
    color: #000 !important
}

.btn-hero {
    background: #fff;
    border: 1px solid #fff;
    border-radius: 7px;
    padding: 20px 15px;
    width: 200px;
    text-align: center;
    font-size: 15px;
    font-weight: 400;
    letter-spacing: .1px;
    -webkit-transition: all .68s ease-in-out;
    transition: all .68s ease-in-out;
    margin: 0 auto
}

@media (min-width:768px) {
    .btn-hero {
        margin: 0
    }
}

.btn-hero:hover {
    border: 1px solid #fff;
    background: transparent;
    color: #fff;
    -webkit-transition: all .68s ease-in-out;
    transition: all .68s ease-in-out
}

@media (min-width:768px) {
    .btn-hero:hover {
        border: 1px solid #000;
        background: #000
    }
}

.btn-feature {
    background: #fff;
    border: 1px solid #fff;
    border-radius: 7px;
    padding: 20px 60px;
    width: 300px;
    text-align: center;
    font-size: 15px;
    font-weight: 400;
    letter-spacing: .1px
}

.btn-feature,
.btn-feature:hover {
    -webkit-transition: all .68s ease-in-out;
    transition: all .68s ease-in-out
}

.btn-feature:hover {
    border: 1px solid #fff;
    background: transparent;
    color: #fff
}

.modal--search form {
    position: relative;
    padding: 0 40px;
    max-width: 1024px;
    width: calc(100% - 18px)
}

@media (min-width:768px) {
    .modal--search form {
        padding: 0 120px;
        width: calc(100% - 20px)
    }
}

@media (min-width:1024px) {
    .modal--search form {
        padding: 0;
        width: 100%
    }
}

.modal--search input[type=search] {
    padding: 2px 10px;
    width: 100%;
    font-size: 20px;
    font-family: expressway, arial, sans-serif;
    border: 0;
    border-bottom: 1px solid #989898;
    background-color: #eee
}

@media (min-width:768px) {
    .modal--search input[type=search] {
        font-size: 30px
    }
}

@media (min-width:1024px) {
    .modal--search input[type=search] {
        width: 100%
    }
}

.modal--search .btn--search {
    position: absolute;
    bottom: 8px;
    right: auto;
    width: 18px;
    height: 18px;
    border: 0;
    background-color: transparent
}

.modal--search .btn--search:hover {
    opacity: .4
}

@media (min-width:768px) {
    .modal--search .btn--search {
        bottom: 11px;
        width: 26px;
        height: 26px
    }
}

@media (min-width:1024px) {
    .modal--search .btn--search {
        bottom: 12px;
        right: -32px;
        width: 25px;
        height: 25px
    }
}


input:not([type]),
input[type=color],
input[type=date],
input[type=datetime-local],
input[type=datetime],
input[type=email],
input[type=month],
input[type=number],
input[type=password],
input[type=search],
input[type=tel],
input[type=text],
input[type=time],
input[type=url],
input[type=week],
select,
textarea{
	border: 1px solid #122132;
    border-radius: 3px;
    box-sizing: border-box;
    color: #122132;
    font-family: var(--font-primary);
    font-size: 18px;
    font-weight: 200;
    background: #fff;
    padding: 17px 15px;
    width: 100%;
    margin-bottom: 20px;
}

@media screen and (min-width:1024px) {
    input:not([type]),
    input[type=color],
    input[type=date],
    input[type=datetime-local],
    input[type=datetime],
    input[type=email],
    input[type=month],
    input[type=number],
    input[type=password],
    input[type=search],
    input[type=tel],
    input[type=text],
    input[type=time],
    input[type=url],
    input[type=week],
    select,
    textarea {
        font-size: 15px
    }
}

input:not([type])::-webkit-input-placeholder,
input[type=color]::-webkit-input-placeholder,
input[type=date]::-webkit-input-placeholder,
input[type=datetime-local]::-webkit-input-placeholder,
input[type=datetime]::-webkit-input-placeholder,
input[type=email]::-webkit-input-placeholder,
input[type=month]::-webkit-input-placeholder,
input[type=number]::-webkit-input-placeholder,
input[type=password]::-webkit-input-placeholder,
input[type=search]::-webkit-input-placeholder,
input[type=tel]::-webkit-input-placeholder,
input[type=text]::-webkit-input-placeholder,
input[type=time]::-webkit-input-placeholder,
input[type=url]::-webkit-input-placeholder,
input[type=week]::-webkit-input-placeholder,
select::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
    opacity: 1
}

input:not([type])::-moz-placeholder,
input[type=color]::-moz-placeholder,
input[type=date]::-moz-placeholder,
input[type=datetime-local]::-moz-placeholder,
input[type=datetime]::-moz-placeholder,
input[type=email]::-moz-placeholder,
input[type=month]::-moz-placeholder,
input[type=number]::-moz-placeholder,
input[type=password]::-moz-placeholder,
input[type=search]::-moz-placeholder,
input[type=tel]::-moz-placeholder,
input[type=text]::-moz-placeholder,
input[type=time]::-moz-placeholder,
input[type=url]::-moz-placeholder,
input[type=week]::-moz-placeholder,
select::-moz-placeholder,
textarea::-moz-placeholder {
    opacity: 1
}

input:not([type]):-ms-input-placeholder,
input[type=color]:-ms-input-placeholder,
input[type=date]:-ms-input-placeholder,
input[type=datetime-local]:-ms-input-placeholder,
input[type=datetime]:-ms-input-placeholder,
input[type=email]:-ms-input-placeholder,
input[type=month]:-ms-input-placeholder,
input[type=number]:-ms-input-placeholder,
input[type=password]:-ms-input-placeholder,
input[type=search]:-ms-input-placeholder,
input[type=tel]:-ms-input-placeholder,
input[type=text]:-ms-input-placeholder,
input[type=time]:-ms-input-placeholder,
input[type=url]:-ms-input-placeholder,
input[type=week]:-ms-input-placeholder,
select:-ms-input-placeholder,
textarea:-ms-input-placeholder {
    opacity: 1
}

input:not([type])::-ms-input-placeholder,
input[type=color]::-ms-input-placeholder,
input[type=date]::-ms-input-placeholder,
input[type=datetime-local]::-ms-input-placeholder,
input[type=datetime]::-ms-input-placeholder,
input[type=email]::-ms-input-placeholder,
input[type=month]::-ms-input-placeholder,
input[type=number]::-ms-input-placeholder,
input[type=password]::-ms-input-placeholder,
input[type=search]::-ms-input-placeholder,
input[type=tel]::-ms-input-placeholder,
input[type=text]::-ms-input-placeholder,
input[type=time]::-ms-input-placeholder,
input[type=url]::-ms-input-placeholder,
input[type=week]::-ms-input-placeholder,
select::-ms-input-placeholder,
textarea::-ms-input-placeholder {
    opacity: 1
}

input:not([type])::placeholder,
input[type=color]::placeholder,
input[type=date]::placeholder,
input[type=datetime-local]::placeholder,
input[type=datetime]::placeholder,
input[type=email]::placeholder,
input[type=month]::placeholder,
input[type=number]::placeholder,
input[type=password]::placeholder,
input[type=search]::placeholder,
input[type=tel]::placeholder,
input[type=text]::placeholder,
input[type=time]::placeholder,
input[type=url]::placeholder,
input[type=week]::placeholder,
select::placeholder,
textarea::placeholder {
    opacity: 1
}

select:hover {
    cursor: pointer
}

button,
html input[type=button],
input[type=reset],
input[type=submit] {
	background: #000;
	width: 400px;
	color: #fff;
    border-radius: 3px;
    height: 55px;
    display: flex;
    justify-content: center;
    text-align: center;
    align-content: center;
    align-items: center;
margin-bottom: 3em;
}

textarea {
    max-height: 150px
}

input[type=date]::-webkit-clear-button {
    display: none
}

input[type=date]::-webkit-inner-spin-button {
    display: none
}

input[type=date]::-webkit-calendar-picker-indicator {
    color: #2c3e50
}

input[type=date] {
    max-height: 49px;
    min-height: 49px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    color: #95a5a6;
    display: inline-block !important;
    font-family: Helvetica, Arial, sans-serif;
    visibility: visible !important
}

input[type=date]:focus {
    -webkit-box-shadow: none;
    box-shadow: none;
    color: #95a5a6
}

label {
    cursor: pointer;
    font-size: 16px;
    font-weight: 200
}



.required {
    color: red
}

input[type=checkbox],
input[type=radio] {
    -webkit-appearance: none;
    background: transparent;
    border: 2px solid #e2e2e2;
    cursor: pointer;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    height: 16px;
    margin-right: 10px;
    position: relative;
    width: 16px
}

input[type=checkbox]:hover,
input[type=radio]:hover {
    background: transparent;
    border: 2px solid #a9a9a9
}

@media screen and (min-width:768px) {
    input[type=checkbox]:hover,
    input[type=radio]:hover {
        background: #000
    }
}

input[type=checkbox]:checked,
input[type=radio]:checked {
    background: #000;
    border: 2px solid #c1c1c1
}

input[type=checkbox]:focus,
input[type=radio]:focus {
    outline: none
}

input[type=checkbox] {
    border-radius: 4px;
    height: 25px;
    width: 25px
}

input[type=checkbox]:before {
    color: #fff;
    content: "✓";
    display: none;
    font-size: 20px;
    -webkit-font-smoothing: antialiased;
    font-style: normal;
    -webkit-font-feature-settings: normal;
    font-feature-settings: normal;
    font-variant: normal;
    font-weight: 900;
    left: 1px;
    position: absolute;
    text-rendering: auto;
    top: -4px
}

input[type=checkbox]:checked:before {
    display: inline-block
}

input[type=radio] {
    border-radius: 50px
}

input[type=search]::-webkit-search-cancel-button,
input[type=Search]::-webkit-search-cancel-button,
input[type=sEarch]::-webkit-search-cancel-button,
input[type=SEarch]::-webkit-search-cancel-button,
input[type=seArch]::-webkit-search-cancel-button,
input[type=SeArch]::-webkit-search-cancel-button,
input[type=sEArch]::-webkit-search-cancel-button,
input[type=SEArch]::-webkit-search-cancel-button,
input[type=seaRch]::-webkit-search-cancel-button,
input[type=SeaRch]::-webkit-search-cancel-button,
input[type=sEaRch]::-webkit-search-cancel-button,
input[type=SEaRch]::-webkit-search-cancel-button,
input[type=seARch]::-webkit-search-cancel-button,
input[type=SeARch]::-webkit-search-cancel-button,
input[type=sEARch]::-webkit-search-cancel-button,
input[type=SEARch]::-webkit-search-cancel-button,
input[type=searCh]::-webkit-search-cancel-button,
input[type=SearCh]::-webkit-search-cancel-button,
input[type=sEarCh]::-webkit-search-cancel-button,
input[type=SEarCh]::-webkit-search-cancel-button,
input[type=seArCh]::-webkit-search-cancel-button,
input[type=SeArCh]::-webkit-search-cancel-button,
input[type=sEArCh]::-webkit-search-cancel-button,
input[type=SEArCh]::-webkit-search-cancel-button,
input[type=seaRCh]::-webkit-search-cancel-button,
input[type=SeaRCh]::-webkit-search-cancel-button,
input[type=sEaRCh]::-webkit-search-cancel-button,
input[type=SEaRCh]::-webkit-search-cancel-button,
input[type=seARCh]::-webkit-search-cancel-button,
input[type=SeARCh]::-webkit-search-cancel-button,
input[type=sEARCh]::-webkit-search-cancel-button,
input[type=SEARCh]::-webkit-search-cancel-button,
input[type=searcH]::-webkit-search-cancel-button,
input[type=SearcH]::-webkit-search-cancel-button,
input[type=sEarcH]::-webkit-search-cancel-button,
input[type=SEarcH]::-webkit-search-cancel-button,
input[type=seArcH]::-webkit-search-cancel-button,
input[type=SeArcH]::-webkit-search-cancel-button,
input[type=sEArcH]::-webkit-search-cancel-button,
input[type=SEArcH]::-webkit-search-cancel-button,
input[type=seaRcH]::-webkit-search-cancel-button,
input[type=SeaRcH]::-webkit-search-cancel-button,
input[type=sEaRcH]::-webkit-search-cancel-button,
input[type=SEaRcH]::-webkit-search-cancel-button,
input[type=seARcH]::-webkit-search-cancel-button,
input[type=SeARcH]::-webkit-search-cancel-button,
input[type=sEARcH]::-webkit-search-cancel-button,
input[type=SEARcH]::-webkit-search-cancel-button,
input[type=searCH]::-webkit-search-cancel-button,
input[type=SearCH]::-webkit-search-cancel-button,
input[type=sEarCH]::-webkit-search-cancel-button,
input[type=SEarCH]::-webkit-search-cancel-button,
input[type=seArCH]::-webkit-search-cancel-button,
input[type=SeArCH]::-webkit-search-cancel-button,
input[type=sEArCH]::-webkit-search-cancel-button,
input[type=SEArCH]::-webkit-search-cancel-button,
input[type=seaRCH]::-webkit-search-cancel-button,
input[type=SeaRCH]::-webkit-search-cancel-button,
input[type=sEaRCH]::-webkit-search-cancel-button,
input[type=SEaRCH]::-webkit-search-cancel-button,
input[type=seARCH]::-webkit-search-cancel-button,
input[type=SeARCH]::-webkit-search-cancel-button,
input[type=sEARCH]::-webkit-search-cancel-button,
input[type=SEARCH]::-webkit-search-cancel-button {
    -webkit-appearance: none;
    height: 1em;
    width: 1em;
    border-radius: 50em;
    background: url(data:image/svg+xml;base64,PHN2ZyB2ZXJzaW9uPSIxLjEiIGlkPSJMYXllcl8xIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHg9IjAiIHk9IjAiIHZpZXdCb3g9IjAgMCAxOCAxOCIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSI+PHN0eWxlPi5zdDB7ZmlsbDpub25lO3N0cm9rZTojMDAwO3N0cm9rZS13aWR0aDoyO3N0cm9rZS1saW5lY2FwOnNxdWFyZX08L3N0eWxlPjxnIGlkPSJkZXNrdG9wLS0tYmxvZy1saXN0aW5nIj48ZyBpZD0iZGVza3RvcC0tLWJsb2ctc2lnbi11cC0iIHRyYW5zZm9ybT0idHJhbnNsYXRlKC0xMjA5IC0yMzYpIj48ZyBpZD0iR3JvdXAtMTgiIHRyYW5zZm9ybT0idHJhbnNsYXRlKDMzMCAxOTIpIj48ZyBpZD0iR3JvdXAtMTMiIHRyYW5zZm9ybT0idHJhbnNsYXRlKDg4MCA0NikiPjxwYXRoIGlkPSJMaW5lLTYiIGNsYXNzPSJzdDAiIGQ9Ik0xNC43LjNMLjYgMTQuNCIvPjxwYXRoIGlkPSJMaW5lLTciIGNsYXNzPSJzdDAiIGQ9Ik0uNi4zbDE0LjEgMTQuMSIvPjwvZz48L2c+PC9nPjwvZz48L3N2Zz4=) no-repeat 50% 50%;
    background-size: contain;
    opacity: 0;
    pointer-events: none
}

input[type=search]:focus::-webkit-search-cancel-button,
input[type=Search]:focus::-webkit-search-cancel-button,
input[type=sEarch]:focus::-webkit-search-cancel-button,
input[type=SEarch]:focus::-webkit-search-cancel-button,
input[type=seArch]:focus::-webkit-search-cancel-button,
input[type=SeArch]:focus::-webkit-search-cancel-button,
input[type=sEArch]:focus::-webkit-search-cancel-button,
input[type=SEArch]:focus::-webkit-search-cancel-button,
input[type=seaRch]:focus::-webkit-search-cancel-button,
input[type=SeaRch]:focus::-webkit-search-cancel-button,
input[type=sEaRch]:focus::-webkit-search-cancel-button,
input[type=SEaRch]:focus::-webkit-search-cancel-button,
input[type=seARch]:focus::-webkit-search-cancel-button,
input[type=SeARch]:focus::-webkit-search-cancel-button,
input[type=sEARch]:focus::-webkit-search-cancel-button,
input[type=SEARch]:focus::-webkit-search-cancel-button,
input[type=searCh]:focus::-webkit-search-cancel-button,
input[type=SearCh]:focus::-webkit-search-cancel-button,
input[type=sEarCh]:focus::-webkit-search-cancel-button,
input[type=SEarCh]:focus::-webkit-search-cancel-button,
input[type=seArCh]:focus::-webkit-search-cancel-button,
input[type=SeArCh]:focus::-webkit-search-cancel-button,
input[type=sEArCh]:focus::-webkit-search-cancel-button,
input[type=SEArCh]:focus::-webkit-search-cancel-button,
input[type=seaRCh]:focus::-webkit-search-cancel-button,
input[type=SeaRCh]:focus::-webkit-search-cancel-button,
input[type=sEaRCh]:focus::-webkit-search-cancel-button,
input[type=SEaRCh]:focus::-webkit-search-cancel-button,
input[type=seARCh]:focus::-webkit-search-cancel-button,
input[type=SeARCh]:focus::-webkit-search-cancel-button,
input[type=sEARCh]:focus::-webkit-search-cancel-button,
input[type=SEARCh]:focus::-webkit-search-cancel-button,
input[type=searcH]:focus::-webkit-search-cancel-button,
input[type=SearcH]:focus::-webkit-search-cancel-button,
input[type=sEarcH]:focus::-webkit-search-cancel-button,
input[type=SEarcH]:focus::-webkit-search-cancel-button,
input[type=seArcH]:focus::-webkit-search-cancel-button,
input[type=SeArcH]:focus::-webkit-search-cancel-button,
input[type=sEArcH]:focus::-webkit-search-cancel-button,
input[type=SEArcH]:focus::-webkit-search-cancel-button,
input[type=seaRcH]:focus::-webkit-search-cancel-button,
input[type=SeaRcH]:focus::-webkit-search-cancel-button,
input[type=sEaRcH]:focus::-webkit-search-cancel-button,
input[type=SEaRcH]:focus::-webkit-search-cancel-button,
input[type=seARcH]:focus::-webkit-search-cancel-button,
input[type=SeARcH]:focus::-webkit-search-cancel-button,
input[type=sEARcH]:focus::-webkit-search-cancel-button,
input[type=SEARcH]:focus::-webkit-search-cancel-button,
input[type=searCH]:focus::-webkit-search-cancel-button,
input[type=SearCH]:focus::-webkit-search-cancel-button,
input[type=sEarCH]:focus::-webkit-search-cancel-button,
input[type=SEarCH]:focus::-webkit-search-cancel-button,
input[type=seArCH]:focus::-webkit-search-cancel-button,
input[type=SeArCH]:focus::-webkit-search-cancel-button,
input[type=sEArCH]:focus::-webkit-search-cancel-button,
input[type=SEArCH]:focus::-webkit-search-cancel-button,
input[type=seaRCH]:focus::-webkit-search-cancel-button,
input[type=SeaRCH]:focus::-webkit-search-cancel-button,
input[type=sEaRCH]:focus::-webkit-search-cancel-button,
input[type=SEaRCH]:focus::-webkit-search-cancel-button,
input[type=seARCH]:focus::-webkit-search-cancel-button,
input[type=SeARCH]:focus::-webkit-search-cancel-button,
input[type=sEARCH]:focus::-webkit-search-cancel-button,
input[type=SEARCH]:focus::-webkit-search-cancel-button {
    opacity: .3;
    pointer-events: all
}

.footer-form {
    display: grid;
    grid-template-columns: 1fr;
    grid-gap: 30px
}

@media screen and (min-width:1024px) {
    .footer-form {
        grid-template-columns: 1fr 1fr;
        grid-gap: 20px 40px
    }
}

@media screen and (min-width:1024px) {
    .footer-form .message {
        grid-column: span 2
    }
}


 
#wpcf7-f798-o1 {
    padding: 30px 30px 4em
}

:-moz-placeholder {
    opacity: 1;
    -moz-transition: opacity .5s;
    transition: opacity .5s
}

::-webkit-input-placeholder {
    opacity: 1;
    -webkit-transition: opacity .5s;
    transition: opacity .5s
}

::-moz-placeholder {
    opacity: 1;
    -moz-transition: opacity .5s;
    transition: opacity .5s
}

:-ms-input-placeholder {
    opacity: 1;
    -ms-transition: opacity .5s;
    transition: opacity .5s
}

::-ms-input-placeholder {
    opacity: 1;
    -ms-transition: opacity .5s;
    transition: opacity .5s
}

::placeholder {
    opacity: 1;
    -webkit-transition: opacity .5s;
    transition: opacity .5s
}

:focus:-moz-placeholder {
    opacity: 0
}

:focus::-webkit-input-placeholder {
    opacity: 0
}

:focus::-moz-placeholder {
    opacity: 0
}

:focus:-ms-input-placeholder {
    opacity: 0
}

:focus::-ms-input-placeholder {
    opacity: 0
}

:focus::placeholder {
    opacity: 0
}

.wpcf7 form.sent .wpcf7-response-output {
    border: none;
    text-align: center;
    color: #17465e;
    font-weight: 600
}

.wpcf7 form .wpcf7-response-output {
    margin: 30px 0;
    padding: 0;
    border: 0
}

.wpcf7 .ajax-loader {
    display: none
}

.mc_form_inside {
    display: none !important
}




a {
    background-color: transparent;
    color: inherit
}

a,
a:visited {
    text-decoration: none
}



a:active,
a:focus,
a:hover,
a:visited:active,
a:visited:focus,
a:visited:hover {
    outline: 0
}

a:link,
a:visited:link {
    outline: 0;
    -webkit-tap-highlight-color: rgba(0, 0, 0, .3)
}

.link {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    overflow: hidden
}

.link:not(.no-hover):hover:after {
    -webkit-transition: background .6s cubic-bezier(.19, 1, .22, 1), -webkit-transform .6s cubic-bezier(.19, 1, .22, 1) .1s;
    transition: background .6s cubic-bezier(.19, 1, .22, 1), -webkit-transform .6s cubic-bezier(.19, 1, .22, 1) .1s;
    transition: background .6s cubic-bezier(.19, 1, .22, 1), transform .6s cubic-bezier(.19, 1, .22, 1) .1s;
    transition: background .6s cubic-bezier(.19, 1, .22, 1), transform .6s cubic-bezier(.19, 1, .22, 1) .1s, -webkit-transform .6s cubic-bezier(.19, 1, .22, 1) .1s
}

.link:after {
    position: absolute;
    bottom: 1px;
    display: block;
    content: "";
    width: 100%;
    height: 1px;
    background: #fff;
    transition: background .8s cubic-bezier(.19, 1, .22, 1), -webkit-transform .5s cubic-bezier(1, 0, 0, 1) .1s;
    transition: background .8s cubic-bezier(.19, 1, .22, 1), transform .5s cubic-bezier(1, 0, 0, 1) .1s;
    transition: background .8s cubic-bezier(.19, 1, .22, 1), transform .5s cubic-bezier(1, 0, 0, 1) .1s, -webkit-transform .5s cubic-bezier(1, 0, 0, 1) .1s;
    opacity: .75
}

.link--clear:hover:after {
    -webkit-transform: translateZ(0);
    transform: translateZ(0)
}

.link--clear:after {
    -webkit-transform: translate3d(-102%, 0, 0);
    transform: translate3d(-102%, 0, 0)
}

.link-u {
    border-bottom: 1px solid #000
}

#wpadminbar a {
    background-color: transparent;
    border-bottom: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    text-decoration: none
}

.linkdk {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    overflow: hidden
}

.linkdk:after {
    position: absolute;
    bottom: 1px;
    display: block;
    content: "";
    width: 100%;
    height: 1px;
    background: #000;
    -webkit-transform: translate3d(-102%, 0, 0);
    transform: translate3d(-102%, 0, 0);
    -webkit-transition: background .8s cubic-bezier(.19, 1, .22, 1), -webkit-transform .8s cubic-bezier(.19, 1, .22, 1);
    transition: background .8s cubic-bezier(.19, 1, .22, 1), -webkit-transform .8s cubic-bezier(.19, 1, .22, 1);
    transition: background .8s cubic-bezier(.19, 1, .22, 1), transform .8s cubic-bezier(.19, 1, .22, 1);
    transition: background .8s cubic-bezier(.19, 1, .22, 1), transform .8s cubic-bezier(.19, 1, .22, 1), -webkit-transform .8s cubic-bezier(.19, 1, .22, 1)
}

.linkdk:not(.no-hover):hover:after {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-transition: background .6s cubic-bezier(.19, 1, .22, 1), -webkit-transform .6s cubic-bezier(.19, 1, .22, 1) .05s;
    transition: background .6s cubic-bezier(.19, 1, .22, 1), -webkit-transform .6s cubic-bezier(.19, 1, .22, 1) .05s;
    transition: background .6s cubic-bezier(.19, 1, .22, 1), transform .6s cubic-bezier(.19, 1, .22, 1) .05s;
    transition: background .6s cubic-bezier(.19, 1, .22, 1), transform .6s cubic-bezier(.19, 1, .22, 1) .05s, -webkit-transform .6s cubic-bezier(.19, 1, .22, 1) .05s
}

a#portfolio {
    color: #000;
    font-weight: 600;
    font-family: arial;
    font-size: 13px;
    text-decoration: none
}

a#portfolio:before {
    display: inline-block;
    content: "+";
    padding-right: .3rem
}

.site-header .menu .menu-item {
    border-radius: 24px;
    font-size: 1.098em;
    margin: 0;
    min-width: 80px;
    padding: 0;
    justify-content: center;
    align-content: center;
    color: #000;
    display: flex;
    font-family: "Basis Grotesque", "PP Neue Montreal", arial, sans-serif;
    font-weight: 300;
    letter-spacing: .32px
}

.site-header .menu .menu-item,
.site-header .menu .menu-item a {
    transition: all .5s ease-in-out
}

.site-header .menu .menu-item a {
    border-radius: 10px;
    font-size: 19px;
    padding: 15px
}

.site-header .menu .menu-item a:hover {
    background-color: #f8f3eb;
    transition: all .5s ease-in-out
}

.header--mobile .main-navigation .menu .menu-item {
    font-size: 17px
}

.header--mobile .main-navigation .menu .sub-menu,
.header--mobile .mobile-secondary-navigation .menu .sub-menu {
    max-height: 0;
    opacity: 0;
    padding: 0 28px;
    -webkit-transition: opacity .5s, visibility 0s, max-height .5s;
    transition: opacity .5s, visibility 0s, max-height .5s;
    visibility: hidden
}

.header--mobile .main-navigation .menu .menu-item,
.header--mobile .mobile-secondary-navigation .menu .menu-item {
    margin-bottom: 20px
}

.header--mobile .main-navigation .menu .menu-item:last-child,
.header--mobile .mobile-secondary-navigation .menu .menu-item:last-child {
    margin-bottom: 0
}

.header--mobile .main-navigation .menu .menu-item.active .sub-menu,
.header--mobile .mobile-secondary-navigation .menu .menu-item.active .sub-menu {
    max-height: 500px;
    opacity: 1;
    -webkit-transition: opacity .5s, visibility 0s, max-height .7s;
    transition: opacity .5s, visibility 0s, max-height .7s;
    visibility: visible
}

.header--mobile .main-navigation .menu .menu-item.active .sub-menu .sub-menu-item,
.header--mobile .mobile-secondary-navigation .menu .menu-item.active .sub-menu .sub-menu-item {
    font-size: 15px;
    opacity: 0
}

.header--mobile .main-navigation .menu .menu-item.active .sub-menu .sub-menu-item:first-child,
.header--mobile .mobile-secondary-navigation .menu .menu-item.active .sub-menu .sub-menu-item:first-child {
    margin-top: 20px
}

.header--mobile .main-navigation .menu .menu-item.active .sub-menu .sub-menu-item:first-of-type,
.header--mobile .mobile-secondary-navigation .menu .menu-item.active .sub-menu .sub-menu-item:first-of-type {
    opacity: 1;
    -webkit-transition: opacity .5s .1s, visibility 0s, max-height .7s;
    transition: opacity .5s .1s, visibility 0s, max-height .7s
}

.header--mobile .main-navigation .menu .menu-item.active .sub-menu .sub-menu-item:nth-of-type(2),
.header--mobile .mobile-secondary-navigation .menu .menu-item.active .sub-menu .sub-menu-item:nth-of-type(2) {
    opacity: 1;
    -webkit-transition: opacity .5s .2s, visibility 0s, max-height .7s;
    transition: opacity .5s .2s, visibility 0s, max-height .7s
}

.header--mobile .main-navigation .menu .menu-item.active .sub-menu .sub-menu-item:nth-of-type(3),
.header--mobile .mobile-secondary-navigation .menu .menu-item.active .sub-menu .sub-menu-item:nth-of-type(3) {
    opacity: 1;
    -webkit-transition: opacity .5s .3s, visibility 0s, max-height .7s;
    transition: opacity .5s .3s, visibility 0s, max-height .7s
}

.header--mobile .main-navigation .menu .menu-item.active .sub-menu .sub-menu-item:nth-of-type(4),
.header--mobile .mobile-secondary-navigation .menu .menu-item.active .sub-menu .sub-menu-item:nth-of-type(4) {
    opacity: 1;
    -webkit-transition: opacity .5s .4s, visibility 0s, max-height .7s;
    transition: opacity .5s .4s, visibility 0s, max-height .7s
}

.header--mobile .main-navigation .menu .menu-item.active .sub-menu .sub-menu-item:nth-of-type(5),
.header--mobile .mobile-secondary-navigation .menu .menu-item.active .sub-menu .sub-menu-item:nth-of-type(5) {
    opacity: 1;
    -webkit-transition: opacity .5s .5s, visibility 0s, max-height .7s;
    transition: opacity .5s .5s, visibility 0s, max-height .7s
}

.header--mobile .main-navigation .menu .menu-item.active .sub-menu .sub-menu-item:nth-of-type(6),
.header--mobile .mobile-secondary-navigation .menu .menu-item.active .sub-menu .sub-menu-item:nth-of-type(6) {
    opacity: 1;
    -webkit-transition: opacity .5s .6s, visibility 0s, max-height .7s;
    transition: opacity .5s .6s, visibility 0s, max-height .7s
}

.header--mobile .main-navigation .menu .menu-item.active .sub-menu .sub-menu-item:nth-of-type(7),
.header--mobile .mobile-secondary-navigation .menu .menu-item.active .sub-menu .sub-menu-item:nth-of-type(7) {
    opacity: 1;
    -webkit-transition: opacity .5s .7s, visibility 0s, max-height .7s;
    transition: opacity .5s .7s, visibility 0s, max-height .7s
}

.header--mobile .main-navigation .menu .menu-item.active .sub-menu .sub-menu-item:nth-of-type(8),
.header--mobile .mobile-secondary-navigation .menu .menu-item.active .sub-menu .sub-menu-item:nth-of-type(8) {
    opacity: 1;
    -webkit-transition: opacity .5s .8s, visibility 0s, max-height .7s;
    transition: opacity .5s .8s, visibility 0s, max-height .7s
}

.header--mobile .main-navigation .menu .menu-item.active .sub-menu .sub-menu-item:nth-of-type(9),
.header--mobile .mobile-secondary-navigation .menu .menu-item.active .sub-menu .sub-menu-item:nth-of-type(9) {
    opacity: 1;
    -webkit-transition: opacity .5s .9s, visibility 0s, max-height .7s;
    transition: opacity .5s .9s, visibility 0s, max-height .7s
}

.header--mobile .main-navigation .menu .menu-item.active .sub-menu .sub-menu-item:nth-of-type(10),
.header--mobile .mobile-secondary-navigation .menu .menu-item.active .sub-menu .sub-menu-item:nth-of-type(10) {
    opacity: 1;
    -webkit-transition: opacity .5s 1s, visibility 0s, max-height .7s;
    transition: opacity .5s 1s, visibility 0s, max-height .7s
}

.header--desktop .main-navigation {
    display: flex;
    justify-content: center;
    width: auto
}

.header--desktop .main-navigation .menu {
    display: flex;
    height: auto;
    margin: 0;
    padding: 0
}

.header--desktop .main-navigation li {
    font-size: 15px;
    font-weight: 600;
    letter-spacing: 1px;
    padding-left: 16px;
    padding-right: 16px;
    position: relative
}

@media (min-width:1024px) {
    .header--desktop .main-navigation li {
        padding: 10px 13px
    }
}

.header--desktop .main-navigation li>.sub-menu {
    display: none;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    background-color: #e8e8e8;
    -webkit-box-shadow: 1px 3px 5px 0 hsla(0, 0%, 52%, .5);
    box-shadow: 1px 3px 5px 0 hsla(0, 0%, 52%, .5);
    -ms-flex-direction: column;
    flex-direction: column;
    margin-top: 10px;
    padding: 8px 20px;
    position: absolute;
    z-index: 1
}

.header--desktop .main-navigation li>.sub-menu .sub-menu-item {
    padding: 7.5px 0;
    white-space: nowrap
}

.header--desktop .main-navigation li:hover>.sub-menu,
.header--desktop .search-cart-social {

    display: flex
}

.header--desktop .search-cart-social {
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.header--desktop .search-cart-social .search:hover {
    cursor: pointer
}

.header--desktop .search-cart-social .search #search-icon {
    height: 20px;
    width: 20px
}

.header--desktop .search-cart-social .menu {
    color: #000;

    display: flex;
    list-style: none;
    margin: 0;
    padding: 0
}

@media (min-width:1024px) {
    .header--desktop .search-cart-social .menu {
        min-width: 65px
    }
}

.header--desktop .search-cart-social .menu li {
    padding: 0 25px 0 0
}

.header--desktop .search-cart-social .menu li:first-child {
    display: none
}

@media (min-width:768px) {
    .header--desktop .search-cart-social .menu li:first-child {
        display: block
    }
}

.header--desktop .search-cart-social .menu li:last-child {
    padding: 0
}

.header--desktop .search-cart-social .menu li a {

    display: flex;
    position: relative
}

.header--desktop .search-cart-social .menu li a:hover:after {
    display: none
}

.header--desktop .search-cart-social .menu li svg {
    height: 20px;
    width: 20px
}

@media (min-width:1024px) {
    .header--desktop {
        display: none
    }
}

.menu#cta-button-menu {
    display: none
}

@media (min-width:768px) {
    .menu#cta-button-menu {
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -ms-flex-line-pack: center;
        align-content: center;
        gap: 20px;
        min-width: 200px;
        text-align: center
    }
}

.menu#cta-button-menu li.btn--nav {
    cursor: pointer
}

.menu#cta-button-menu li.btn--nav a {
    background: #0f2632;
    border: 1px solid #0f2632;
    color: #f8f3eb;
    transition: all 500ms ease-in-out
}

.menu#cta-button-menu li.btn--nav a:hover {
    background: #f8f3eb;
        border: 1px solid #0f2632;
    color: #0f2632;
    transition: all 500ms ease-in-out
}

.menu#cta-button-menu li.btn--navphone {
    cursor: pointer
}

.menu#cta-button-menu li.btn--navphone a,
.menu#cta-button-menu li.btn--navphone a:hover {
    background: #f8f3eb;
    color: #003a43;
    -webkit-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out
}


.menu#cta-button-menu .btn>a {
    background: #0d283a;
    	border: 1px solid #0d283a;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    border-radius: 3px;
    font-weight: 300;
    justify-content: center;
    padding: 20px 25px;
    min-width: 400px;
    text-transform: none;
    	transform: all 500ms ease-in-out;
}
.menu#cta-button-menu .btn>a: hover {
	background: #f8f3eb;
	color: #0d283a;
	border: 1px solid #0d283a;
	transform: all 500ms ease-in-out;
}
.menu--active {
    height: 100vh;
    overflow: hidden
}

@media (min-width:1024px) {
    .menu--active {
        overflow: visible;
        overflow: initial
    }
}

.menu--active #cart-count {
    left: 52%
}

.menu--active .main-navigation .mobile-nav-overlay {
    opacity: 1;
    -webkit-transition: opacity .5s;
    transition: opacity .5s;
    z-index: 9
}

@media (min-width:1024px) {
    .menu--active .main-navigation .mobile-nav-overlay {
        display: none;
        height: 1px;
        opacity: 0;
        position: relative;
        width: 1px;
        z-index: -1
    }
}

.menu--active .main-navigation .primary-menu-wrap {
    position: fixed;
    width: 60%
}

@media (min-width:768px) and (max-width:1024px) {
    .menu--active .main-navigation .primary-menu-wrap {
        width: 40%
    }
}

@media (min-width:1024px) {
    .menu--active .main-navigation .primary-menu-wrap {
        top: 0;
        width: auto
    }
    .menu--active .main-navigation .primary-menu-wrap #primary-menu .content-width {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row
    }
}

.account-and-cart-menu {
    padding-left: 25px
}

#cart-count {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background: #23221e;
    border-radius: 50%;
    color: #fff;

    display: flex;
    font-size: 11px;
    height: 16px;
    justify-content: center;
    position: absolute;
    right: -8px;
    text-align: center;
    top: -4px;
    width: 16px
}

.site-main .comment-navigation,
.site-main .post-navigation,
.site-main .posts-navigation {
    margin: 0 0 1.5em;
    overflow: hidden
}

.comment-navigation .nav-previous,
.post-navigation .nav-previous,
.posts-navigation .nav-previous {
    float: left;
    width: 50%
}

.comment-navigation .nav-next,
.post-navigation .nav-next,
.posts-navigation .nav-next {
    float: right;
    text-align: right;
    width: 50%
}

.screen-reader-text {
    clip: rect(1px, 1px, 1px, 1px);
    height: 1px;
    overflow: hidden;
    position: absolute !important;
    width: 1px
}

.screen-reader-text:active,
.screen-reader-text:focus,
.screen-reader-text:hover {
    background-color: #f1f1f1;
    border-radius: 3px;
    -webkit-box-shadow: 0 0 2px 2px rgba(0, 0, 0, .6);
    box-shadow: 0 0 2px 2px rgba(0, 0, 0, .6);
    clip: auto !important;
    color: #000;
    display: block;
    font-size: 1rem;
    font-weight: 700;
    height: auto;
    left: 5px;
    line-height: normal;
    padding: 15px 23px 14px;
    -webkit-text-decoration: none;
    text-decoration: none;
    top: 5px;
    width: auto;
    z-index: 100000
}

.is-transitioning {
    display: block !important;
    visibility: visible !important
}


.scroll {
    overflow-x: hidden;
    overflow-y: scroll;
    -webkit-overflow-scrolling: touch
}

.noscroll {
    overflow: hidden;
    overflow-x: hidden;
    overflow-y: hidden
}

@-webkit-keyframes fadeIn {
    0% {
        opacity: 0
    }
    to {
        opacity: 1
    }
}

@keyframes fadeIn {
    0% {
        opacity: 0
    }
    to {
        opacity: 1
    }
}

@-webkit-keyframes fadeOut {
    0% {
        opacity: 1
    }
    to {
        opacity: 0
    }
}

@keyframes fadeOut {
    0% {
        opacity: 1
    }
    to {
        opacity: 0
    }
}

@-webkit-keyframes slideInFade {
    0% {
        opacity: 0;
        -webkit-transform: translateX(50px);
        transform: translateX(50px)
    }
    50% {
        opacity: .4
    }
    to {
        opacity: 1;
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }
}

@keyframes slideInFade {
    0% {
        opacity: 0;
        -webkit-transform: translateX(50px);
        transform: translateX(50px)
    }
    50% {
        opacity: .4
    }
    to {
        opacity: 1;
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }
}

@-webkit-keyframes slideOutFade {
    0% {
        opacity: 1;
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }
    50% {
        opacity: .4
    }
    to {
        opacity: 0;
        -webkit-transform: translateX(-125px);
        transform: translateX(-125px)
    }
}

@keyframes slideOutFade {
    0% {
        opacity: 1;
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }
    50% {
        opacity: .4
    }
    to {
        opacity: 0;
        -webkit-transform: translateX(-125px);
        transform: translateX(-125px)
    }
}

@-webkit-keyframes pulse-black {
    0% {
        -webkit-transform: scale(.95);
        transform: scale(.95)
    }
    70% {
        -webkit-transform: scale(1);
        transform: scale(1)
    }
    to {
        -webkit-transform: scale(.95);
        transform: scale(.95)
    }
}

@keyframes pulse-black {
    0% {
        -webkit-transform: scale(.95);
        transform: scale(.95)
    }
    70% {
        -webkit-transform: scale(1);
        transform: scale(1)
    }
    to {
        -webkit-transform: scale(.95);
        transform: scale(.95)
    }
}

.animate--fade.-is-visible {
    opacity: 1;
    -webkit-transition: opacity 1s cubic-bezier(.55, .085, .68, .53);
    transition: opacity 1s cubic-bezier(.55, .085, .68, .53)
}

.animate--fade-alt {
    opacity: 0
}

.animate--fade-alt.-is-visible {
    opacity: .45;
    -webkit-transition: .5s cubic-bezier(.55, .085, .68, .53);
    transition: .5s cubic-bezier(.55, .085, .68, .53)
}

.animate--fade-text.-is-visible {
    opacity: 1;
    -webkit-transition: .8s cubic-bezier(.55, .085, .68, .53);
    transition: .8s cubic-bezier(.55, .085, .68, .53)
}

.animate--fade-slide {
    opacity: 0;
    -webkit-transform: translate(-50%, 100px);
    transform: translate(-50%, 100px)
}

.animate--fade-slide.-is-visible {
    opacity: 1;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    -webkit-transition: opacity 2s cubic-bezier(.23, 1, .32, 1), -webkit-transform .7s cubic-bezier(.25, .46, .45, .94);
    transition: opacity 2s cubic-bezier(.23, 1, .32, 1), -webkit-transform .7s cubic-bezier(.25, .46, .45, .94);
    transition: opacity 2s cubic-bezier(.23, 1, .32, 1), transform .7s cubic-bezier(.25, .46, .45, .94);
    transition: opacity 2s cubic-bezier(.23, 1, .32, 1), transform .7s cubic-bezier(.25, .46, .45, .94), -webkit-transform .7s cubic-bezier(.25, .46, .45, .94)
}

.animate--cover {
    opacity: 0;
    -webkit-transform: scale(1.2);
    transform: scale(1.2)
}

.animate--cover.-is-visible {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-transition: opacity 2s cubic-bezier(.23, 1, .32, 1), -webkit-transform 5s cubic-bezier(.23, 1, .32, 1);
    transition: opacity 2s cubic-bezier(.23, 1, .32, 1), -webkit-transform 5s cubic-bezier(.23, 1, .32, 1);
    transition: opacity 2s cubic-bezier(.23, 1, .32, 1), transform 5s cubic-bezier(.23, 1, .32, 1);
    transition: opacity 2s cubic-bezier(.23, 1, .32, 1), transform 5s cubic-bezier(.23, 1, .32, 1), -webkit-transform 5s cubic-bezier(.23, 1, .32, 1)
}

.animate--fade-slow {
    opacity: 0
}

.animate--fade-slow.-is-visible {
    opacity: 1;
    -webkit-transition: 1.75s ease-out;
    transition: 1.75s ease-out
}

.animate--fade-up {
    opacity: 0
}

.animate--fade-up.-is-visible {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
    -webkit-transition: opacity 1s cubic-bezier(.55, .085, .68, .53) 0s, -webkit-transform 1s cubic-bezier(.25, .46, .45, .94) 0s;
    transition: opacity 1s cubic-bezier(.55, .085, .68, .53) 0s, -webkit-transform 1s cubic-bezier(.25, .46, .45, .94) 0s;
    transition: opacity 1s cubic-bezier(.55, .085, .68, .53) 0s, transform 1s cubic-bezier(.25, .46, .45, .94) 0s;
    transition: opacity 1s cubic-bezier(.55, .085, .68, .53) 0s, transform 1s cubic-bezier(.25, .46, .45, .94) 0s, -webkit-transform 1s cubic-bezier(.25, .46, .45, .94) 0s
}

.widget {
    margin: 0 0 1.5em
}

.widget select {
    max-width: 100%
}

.infinite-scroll.neverending .site-footer,
.infinite-scroll .posts-navigation,
.widget_search .search-submit {
    display: none
}

.infinity-end.neverending .site-footer {
    display: block
}

.comment-content .wp-smiley,
.entry-content .wp-smiley,
.page-content .wp-smiley {
    border: none;
    margin-bottom: 0;
    margin-top: 0;
    padding: 0
}

.wp-caption,
embed,
iframe,
object {
    max-width: 100%
}

.wp-caption {
    margin-bottom: 1.5em
}

.wp-caption img[class*=wp-image-] {
    text-align: center
}

.wp-caption .wp-caption-text {
    margin: .8075em 0
}

.wp-caption-text {
    text-align: center
}

.gallery {
    margin-bottom: 1.5em
}

.gallery-item {
    display: inline-block;
    text-align: center;
    vertical-align: top;
    width: 100%
}

.gallery-columns-2 .gallery-item {
    max-width: 50%
}

.gallery-columns-3 .gallery-item {
    max-width: 33.33%
}

.gallery-columns-4 .gallery-item {
    max-width: 25%
}

.gallery-columns-5 .gallery-item {
    max-width: 20%
}

.gallery-columns-6 .gallery-item {
    max-width: 16.66%
}

.gallery-columns-7 .gallery-item {
    max-width: 14.28%
}

.gallery-columns-8 .gallery-item {
    max-width: 12.5%
}

.gallery-columns-9 .gallery-item {
    max-width: 11.11%
}

.gallery-caption {
    display: block
}

.slick-dots {
    position: absolute;
    width: auto;
    height: 10px;
    text-align: center;
    bottom: 24px;
    right: 32px;
    z-index: 0;
    margin: 0
}

.slick-dots li {
    display: inline-block;
    margin-right: 15px
}

.slick-dots li button {
    text-indent: -9999em;
    text-transform: uppercase;
    background: none;
    border: 0;
    padding: 0;
    min-width: 0;
    width: 6px;
    height: 6px;
    line-height: 20px;
    background-position: 50%, 50%;
    background-color: #979797;
    border-radius: 50%
}

.slick-dots li button:hover {
    background-color: #000
}

.slick-dots li button:active {
    top: 0
}

.slick-dots li:last-child {
    margin-right: 0
}

.slick-dots li.slick-active button {
    background-color: #000
}

.arrow--next,
.arrow--prev {
    position: absolute;
    text-indent: -9999em;
    text-transform: uppercase;
    background-color: transparent !important;
    border: 0 !important;
    padding: 0;
    min-width: 0;
    width: 50px;
    height: 50px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    line-height: 20px;
    opacity: 1;
    cursor: pointer;
    -webkit-transition: all .3s ease-out;
    transition: all .3s ease-out;
    z-index: 999
}

.arrow--prev {
    background-image: -webkit-gradient(linear, left top, left bottom, from(transparent), to(transparent)), url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iNTAiIGhlaWdodD0iNTEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGcgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoMCAuNzYpIiBmaWxsPSJub25lIiBmaWxsLXJ1bGU9ImV2ZW5vZGQiPjxlbGxpcHNlIGZpbGwtb3BhY2l0eT0iLjkzIiBmaWxsPSIjRkZGIiBjeD0iMjUiIGN5PSIyNC42MzMiIHJ4PSIyNSIgcnk9IjI0LjYzMyIvPjxnIHN0cm9rZT0iIzAwMCIgc3Ryb2tlLWxpbmVjYXA9InJvdW5kIj48cGF0aCBzdHJva2UtbGluZWpvaW49InJvdW5kIiBkPSJNMjUuMTE2IDE2LjE4OGwtOC42ODcgOC43NDIgOC42ODcgOC43NDMiLz48cGF0aCBkPSJNMTYuNDI5IDI0LjkzaDE3LjYxNSIvPjwvZz48L2c+PC9zdmc+);
    background-image: linear-gradient(transparent, transparent), url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iNTAiIGhlaWdodD0iNTEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGcgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoMCAuNzYpIiBmaWxsPSJub25lIiBmaWxsLXJ1bGU9ImV2ZW5vZGQiPjxlbGxpcHNlIGZpbGwtb3BhY2l0eT0iLjkzIiBmaWxsPSIjRkZGIiBjeD0iMjUiIGN5PSIyNC42MzMiIHJ4PSIyNSIgcnk9IjI0LjYzMyIvPjxnIHN0cm9rZT0iIzAwMCIgc3Ryb2tlLWxpbmVjYXA9InJvdW5kIj48cGF0aCBzdHJva2UtbGluZWpvaW49InJvdW5kIiBkPSJNMjUuMTE2IDE2LjE4OGwtOC42ODcgOC43NDIgOC42ODcgOC43NDMiLz48cGF0aCBkPSJNMTYuNDI5IDI0LjkzaDE3LjYxNSIvPjwvZz48L2c+PC9zdmc+);
    left: 0
}

.arrow--next,
.arrow--prev {
    display: block;
    width: 50px;
    height: 50px;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: 50%
}

.arrow--next {
    background-image: -webkit-gradient(linear, left top, left bottom, from(transparent), to(transparent)), url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iNTAiIGhlaWdodD0iNTEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGcgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoMCAuNzYpIiBmaWxsPSJub25lIiBmaWxsLXJ1bGU9ImV2ZW5vZGQiPjxlbGxpcHNlIGZpbGwtb3BhY2l0eT0iLjkzIiBmaWxsPSIjRkZGIiB0cmFuc2Zvcm09InJvdGF0ZSgtMTgwIDI1IDI0LjYzMykiIGN4PSIyNSIgY3k9IjI0LjYzMyIgcng9IjI1IiByeT0iMjQuNjMzIi8+PGcgc3Ryb2tlPSIjMDAwIiBzdHJva2UtbGluZWNhcD0icm91bmQiPjxwYXRoIHN0cm9rZS1saW5lam9pbj0icm91bmQiIGQ9Ik0yNC44ODQgMzMuMDc5bDguNjg3LTguNzQzLTguNjg3LTguNzQzIi8+PHBhdGggZD0iTTMzLjU3MSAyNC4zMzZIMTUuOTU2Ii8+PC9nPjwvZz48L3N2Zz4=);
    background-image: linear-gradient(transparent, transparent), url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iNTAiIGhlaWdodD0iNTEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGcgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoMCAuNzYpIiBmaWxsPSJub25lIiBmaWxsLXJ1bGU9ImV2ZW5vZGQiPjxlbGxpcHNlIGZpbGwtb3BhY2l0eT0iLjkzIiBmaWxsPSIjRkZGIiB0cmFuc2Zvcm09InJvdGF0ZSgtMTgwIDI1IDI0LjYzMykiIGN4PSIyNSIgY3k9IjI0LjYzMyIgcng9IjI1IiByeT0iMjQuNjMzIi8+PGcgc3Ryb2tlPSIjMDAwIiBzdHJva2UtbGluZWNhcD0icm91bmQiPjxwYXRoIHN0cm9rZS1saW5lam9pbj0icm91bmQiIGQ9Ik0yNC44ODQgMzMuMDc5bDguNjg3LTguNzQzLTguNjg3LTguNzQzIi8+PHBhdGggZD0iTTMzLjU3MSAyNC4zMzZIMTUuOTU2Ii8+PC9nPjwvZz48L3N2Zz4=);
    right: 0
}

.visually-hidden {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px
}

.clearfix:after,
.clearfix:before {
    content: "";
    display: table
}

.clearfix:after {
    clear: both
}

.flow {
    --flow-space: 1em
}

.flow>*+* {
    margin-top: var(1em)
}

.-hide-page-overflow {
    overflow: hidden
}

.site-main {
    -webkit-box-flex: 1;
    -ms-flex: 1 0 auto;
    flex: 1 0 auto
}

.content-width {
    margin: 0 auto;
    padding: 0;
    width: 98%
}

@media (min-width:1024px) {
    .content-width {
        width: 90%
    }
}

.container-width {
    margin: 0 auto;
    padding: 0 20px;
    width: 100%
}

@media (min-width:1024px) {
    .container-width {
        width: 90%;
        padding: 0;
    }
}

.container-width-full {
    margin: 0 auto;
    width: 100%
}
@media (min-width:1024px) {
    .container-width-full {
        width: 100%;
        padding: 0;
    }
}

.site-content .content-area,
.site-footer .content-area,
.site-header .content-area {
    display: flex;
    flex-direction: column;
    height: 100%;
    min-height: 100%
}

.site-content .content-width,
.site-footer .content-width,
.site-header .content-width {
    padding: 0 20px
}

@media (min-width:768px) {
    .site-content .content-width,
    .site-footer .content-width,
    .site-header .content-width {
        padding: 0 30px
    }
}

.wp-block-columns {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap
}

.error404 .widget-area {
    padding-top: 1em
}

@media (min-width:915px) {
    .error404 .widget-area {
        padding-top: 6em
    }
}

.relative {
    position: relative
}

.block {
    display: block
}

.col-12 {
    width: 100%
}

.zn1 {
    z-index: -1
}

.z3 {
    z-index: 3
}

.top-0 {
    top: 0
}

.left-0 {
    left: 0
}

.bottom-0 {
    bottom: 0
}

.right-0 {
    right: 0
}

.big-bg {
    background-size: cover;
    background-position: center 100%;
    background-repeat: no-repeat
}

@media (min-width:1024px) {
    .md-sticky {
        position: sticky
    }
}

@media (min-width:1024px) {
    .md-hide {
        display: none !important
    }
}

.sm-show {
    display: none
}

@media (min-width:768px) {
    .sm-show {
        display: block
    }
}

.md-show {
    display: none
}

@media (min-width:1024px) {
    .md-show {
        display: block
    }
}

@media (min-width:1024px) {
    .md-absolute {
        position: absolute
    }
}

@media (min-width:1024px) {
    .md-h100 {
        height: 100vh
    }
}

.intro {
    padding: 90px 0;
    position: relative
}

@media (min-width:1024px) {
    .intro {
        padding: 7em 0
    }
}

.container-intro {
    max-width: 95%;
    margin: 0 auto;
    padding: 0 30px
}

@media (min-width:1024px) {
    .container-intro {
        max-width: 90%
    }
}

@media (min-width:1920px) {
    .container-intro {
        max-width: 80%
    }
}

@media (min-width:900px) and (max-width:1200px) {
    .container-intro {
        padding: 0 3%
    }
}

.container-intro-small {
    max-width: 100%;
    margin: 0 auto;
    padding: 0 40px
}

@media (min-width:1024px) {
    .container-intro-small {
        max-width: 80%
    }
}

.site-header {
    background: #fff;

    width: 100%
}

.site-header,
.site-header>.content-width {
    -webkit-box-align: center;
    align-items: center;
    display: flex
}

.site-header>.content-width {
    -webkit-box-pack: justify;
    justify-content: space-between
}

.site-header.header--mobile {
    border-bottom: 0;
    max-height: 0;
    opacity: 0;
    padding: 0;
    position: fixed;
    top: 0;
    visibility: hidden;
    z-index: 1;
    overflow-y: auto
}

.site-header.header--mobile,
.site-header.header--mobile.-is-open {
    -webkit-transition: opacity .5s, visibility 0s, max-height 0s;
    transition: opacity .5s, visibility 0s, max-height 0s
}

.site-header.header--mobile.-is-open {
    background: #f8f3eb;
    display: block;
    height: 100vh;
    max-height: 100%;
    opacity: 1;
    visibility: visible;
    width: 100vw;
    z-index: 99;
}

.site-header.header--mobile .header--mobile-top {
    display: flex;
    justify-content: space-between;
    -webkit-box-align: center;
    align-items: center
}

.site-header.header--mobile .header--mobile-top .site-branding {
    padding: 14px 25px
}

@media (min-width:768px) {
    .site-header.header--mobile .header--mobile-top .site-branding {
        padding: 24px 30px
    }
}

.site-header.header--mobile .header--mobile-top .site-branding .logo {
    display: inline-block;
    width: 170px;
    line-height: 1;
    color: #fff
}

.site-header.header--mobile .header--mobile-top .site-branding .logo svg {
    height: 46px;
    width: 170px
}

@media (min-width:420px) {
    .site-header.header--mobile .header--mobile-top .site-branding .logo svg {
        height: 55px;
        width: 210px
    }
}

@media (min-width:768px) {
    .site-header.header--mobile .header--mobile-top .site-branding .logo svg {
        height: 65px;
        width: 250px
    }
}

.site-header.header--mobile .header--mobile-top .btn--close {
    height: 50px;
    line-height: 32px;
    padding: 0;
    position: absolute;
    right: 20px;
    top: 10px;
    width: 49px
}

.site-header.header--mobile .header--mobile-top .btn--close:after,
.site-header.header--mobile .header--mobile-top .btn--close:before {
    background-color: #fff;
    content: "";
    height: 30px;
    left: 25px;
    position: absolute;
    top: 16px;
    width: 2px
}

.site-header.header--mobile .header--mobile-top .btn--close:before {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg)
}

.site-header.header--mobile .header--mobile-top .btn--close:after {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg)
}

.site-header.header--mobile .main-navigation,
.site-header.header--mobile .mobile-secondary-navigation,
.site-header.header--mobile .social-navigation {
    border-top: 1px solid #fff;
    color: #fff
}

.site-header.header--mobile .main-navigation .menu,
.site-header.header--mobile .mobile-secondary-navigation .menu,
.site-header.header--mobile .social-navigation .menu {
    display: flex;
    flex-direction: column;
    padding: 32px 16px
}

.site-header.header--mobile .main-navigation .menu .btn,
.site-header.header--mobile .mobile-secondary-navigation .menu .btn,
.site-header.header--mobile .social-navigation .menu .btn {
    display: none
}

.site-header.header--mobile .social-navigation .menu {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    padding: 25px 16px
}

.site-header.header--mobile .social-navigation .menu .menu-item {
    margin-right: 15px
}

.site-header.header--mobile .social-navigation .menu .menu-item svg {
    width: 20px;
    height: 20px
}

.site-header.header--desktop {
    position: fixed;
    top: 0;
    bottom: 0;
    z-index: 9999;
    max-height: 85px;
    padding: 16px 0
}

@media (min-width:768px) {
    .site-header.header--desktop {
        max-height: 100px
    }
}

.site-header.header--desktop .site-branding {
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    padding: 16px 16px 16px 0
}

@media (min-width:768px) {
    .site-header.header--desktop .site-branding {
        padding: 24px 30px 24px 0
    }
}

.site-header.header--desktop .site-branding .logo {
    width: 170px;
    line-height: 1;
    color: #000
}

@media (min-width:768px) {
    .site-header.header--desktop .site-branding .logo {
        width: 250px
    }
}

.site-header.header--desktop .site-branding .logo svg {
    width: 170px;
    height: 46px
}

@media (min-width:420px) {
    .site-header.header--desktop .site-branding .logo svg {
        height: 55px;
        width: 210px
    }
}

@media (min-width:768px) {
    .site-header.header--desktop .site-branding .logo svg {
        height: 65px;
        width: 250px
    }
}

.site-header.header--desktop .main-navigation {
    display: none
}

@media (min-width:1024px) {
    .site-header.header--desktop .main-navigation {
        display: flex;
        justify-content: center;
    }
}

.site-header.header--desktop .search-cart-social {
    display: flex;
    align-items: center;
    padding: 16px 0 16px 16px
}

@media (min-width:1024px) {
    .site-header.header--desktop .search-cart-social {
        min-width: 327px;
        display: none
    }
}

.site-header.header--desktop .search-cart-social .order-online-btn {
    display: none;
    min-width: 130px;
    margin-right: 25px
}

@media (min-width:768px) {
    .site-header.header--desktop .search-cart-social .order-online-btn {
        display: inline-block
    }
}

@media (min-width:1024px) {
    .site-header.header--desktop .search-cart-social .order-online-btn {
        min-width: 160px
    }
}

.site-header.header--desktop .search-cart-social .search {
    display: none;
    padding: 0
}

@media (min-width:1024px) {
    .site-header.header--desktop .search-cart-social .search {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex
    }
}

.site-header.header--desktop .search-cart-social .search-divider {
    display: none;
    border-right: 1px solid #eee;
    content: "";
    height: 41px;
    margin-right: 20px;
    margin-left: 20px
}

@media (min-width:1024px) {
    .site-header.header--desktop .search-cart-social .search-divider {
        display: block
    }
}

.site-header.header--desktop .search-cart-social .social-menu {
    display: none
}

@media (min-width:1024px) {
    .site-header.header--desktop .search-cart-social .social-menu {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex
    }
}

.site-header.header--desktop .search-cart-social .hamburger {
    display: inline-block;
    position: relative;
    background-color: transparent;
    border: 0;
    cursor: pointer;
    margin: 0;
    outline: none;
    padding: 10px 4px 10px 30px
}

@media (min-width:768px) {
    .site-header.header--desktop .search-cart-social .hamburger {
        padding-left: 30px;
        padding-right: 20px
    }
}

@media (min-width:1024px) {
    .site-header.header--desktop .search-cart-social .hamburger {
        display: none
    }
}

.no-results .content-width,
.not-found .content-width {
    -webkit-box-align: center;
    align-items: center
}

.no-results .content-width,
.not-found .content-width,
.site-content {
    display: flex;
    flex-direction: column
}

.site-content {
    margin-top: 85px
}

@media (min-width:768px) {
    .site-content {
        margin-top: 95px
    }
}

@media (min-width:1024px) {
    .site-content {
        margin-top: 100px
    }
}

.no-results {
    padding: 4em 0
}

.admin-bar .site-content {
    margin-top: 68px
}

.section {
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.container-i {
    width: 80%;
    max-width: 80%;
    margin-right: auto;
    margin-left: auto
}

@media (min-width:1024px) {
    .container-i {
        width: 96%;
        max-width: 96%
    }
}

.order-2 {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2
}

.border-bottom {
    border-bottom: 1px solid #eee
}

.header--module {
    width: 100%;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    min-height: 90px
}

.header--module h1 {
    font-size: 55px
}

@media (min-width:768px) {
    .header--module h1 {
        font-size: 62px
    }
}

.header--module h2 {
    font-size: 50px
}

.header--module .header__title {
    width: 100%;
    padding: 18px 15px 13px;
    line-height: 1;
    font-size: 40px;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin: 0 auto;
    text-align: left
}

@media (min-width:768px) {
    .header--module .header__title {
        font-size: 50px;
        padding: 20px 30px 23px;
        line-height: 1;
        letter-spacing: 1px;
        margin: 0
    }
}

.header--module .header__description {
    display: none
}

@media (min-width:1024px) {
    .header--module .header__description {
        display: inline-block;
        margin-left: 30px;
        margin-bottom: 0;
        width: 45%;
        font-size: 18px;
        line-height: 1.33
    }
}

.header--module .subnav__aside {
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    padding: 0 20px 0 0
}

@media (min-width:1024px) {
    .header--module .subnav__aside {
        padding: 0 30px 0 60px
    }
}

.header--module .subnav__aside .btn--search {
    width: 27px;
    height: 27px;
    margin-left: 0;
    margin-right: 20px
}

@media (min-width:1024px) {
    .header--module .subnav__aside .btn--search {
        width: 17px;
        height: 17px;
        margin-left: 30px;
        margin-right: 0
    }
}

.header--module .subnav__aside .btn--cta {
    min-width: 10px;
    white-space: nowrap
}

@media (min-width:1024px) {
    .header--module .subnav__aside .btn--cta {
        min-width: 170px
    }
}

.site-content .content-container {
    max-width: 85%;
    padding: 0 0 50px;
    margin: 0 auto
}

@media (min-width:1024px) {
    .site-content .content-container {
        max-width: 75%;
        padding:  0 0 6em;
    }
}

.site-content .content-container p {
    font-size: 22px
}

.site-content .content-container h1 {
    font-size: 2.78em;
    line-height: 1.01em;
    text-transform: capitalize;
    padding: .5em 1em;
    max-width: 24em;
    margin: 0 auto
}

.site-content .img-large-bg-page .content-width {
    max-width: 85%;
    padding: 75px 0 50px
}

@media (min-width:1024px) {
    .site-content .img-large-bg-page .content-width {
        max-width: 75%;
        padding: 75px 0
    }
}

.site-content .img-large-bg-page .content-width p {
    font-size: 20px
}

.site-content .img-large-bg-page .content-width h1 {
    font-size: 2.7em;
    line-height: 1em;
    text-transform: capitalize;
    padding: .5em 0;
    margin: 0 auto;
    max-width: 90%
}

@media (min-width:1024px) {
    .site-content .img-large-bg-page .content-width h1 {
        max-width: 80%;
        padding: .5em 1em
    }
}

.img-large-bg-page .img-bg-page-header {
    display: flex;
    height: 40vw;
    height: 675px;
    position: relative;
    justify-content: center;
    align-items: center;
}

.img-large-bg-page .img-bg-page-header:before {
    background: rgba(0, 0, 0, .129);
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 1;
}

.img-large-bg-page .img-bg-page-header .bg-img {
    height: 100%;
    position: absolute;
    left: 0;
    right: 0;
    width: 100%;
    object-fit: cover;
    z-index: -1;
    object-position: 50% 35%
}

.img-large-bg-page .img-bg-page-header .page-title {
    color: #fff;
    z-index: 2;
    font-size: 2em;
    text-transform: capitalize;
    text-align: center;
    margin: 0 auto;
    max-width: 80%;
}

@media (min-width:1024px) {
    .img-large-bg-page .img-bg-page-header .page-title {
        font-size: 2.2em
    }
}

.img-large-bg-page h3 {
    line-height: 1.4em;
    letter-spacing: 1px;
    font-size: 1.38em;
    padding-bottom: 10px;
    text-transform: capitalize;
	font-family: var(--font-basis);
}

.img-large-bg-page p {
    letter-spacing: .001em;
    font-size: 22px;
    line-height: 1.3925;
}

figure {
    margin: 0
}

.page_intro {
    padding: 90px 0;
    position: relative
}

@media (min-width:1024px) {
    .page_intro {
        padding: 4em 0 3.7em
    }
    .page_intro .restraint {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between
    }
}

.page_intro h1 {
    font-size: 2em;
    line-height: 1em;
    z-index: 1;
 
}

@media (min-width:1024px) {
    .page_intro h1 {
    
        flex: 1;
        text-align: left;
        -webkit-box-flex: 0;
        -ms-flex: none;
        flex: none;
        padding-right: 10%;
        width: 38%;
        line-height: 1.01em
    }
}

.page_intro h2 {
	font-family: var(--font-header);
	font-size: 37px;
	font-weight: 400;
}

@media (min-width:1024px) {
    .page_intro .copy {
        -webkit-box-flex: 1;
        -ms-flex: 1;
        flex: 1;
        -ms-flex: auto;
        flex: auto;
        font-size: 21px;
        font-size: 2.1rem;
        width: 65%
    }
}

.page_intro .copy p {
    margin-bottom: 1.5rem;
    line-height: 1.35;
}

@media (min-width:1024px) {
    .page_intro .copy p {
        margin-bottom: 2rem
    }
}

.page_intro .copy p:last-of-type {
    margin-bottom: 0
}

.restraint {
    max-width: 95%;
    margin: 0 auto;
    padding: 0 30px;
    text-align: center
}

@media (min-width:1024px) {
    .restraint {
        max-width: 90%;
        text-align: left
    }
}

@media (min-width:1440px) {
    .restraint {
        max-width: 80%
    }
}

@media (min-width:900px) and (max-width:1200px) {
    .restraint {
        padding: 0 3%
    }
}








.site-footer {
    -webkit-animation: background 15s ease-in-out infinite;
    animation: background 15s ease-in-out infinite;
    background-color: #f1f1f1;
    color: #003a43;
    z-index: 10
}

.site-footer .content-width {
    margin: 0 auto 30px;
    max-width: 90%;
    padding: 0
}

@media screen and (min-width:1024px) {
    .site-footer .content-width {
        max-width: 95%
    }
}

.site-footer .footer-top {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding-top: 3.4em
}

.site-footer .footer-top h1,
.site-footer .footer-top h2 {
    font-size: 25px;
    line-height: 1.1em
}

.site-footer .footer-top .column {
    color: #000;
    position: relative;
    width: 100%
}

.site-footer .footer-top .column:first-of-type {
    margin-bottom: 20px
}

.site-footer .footer-top .column:nth-child(2) {
    margin-bottom: 35px
}

@media screen and (min-width:1024px) {
    .site-footer .footer-top .column:nth-child(2) {
        margin-bottom: 30px
    }
}

.site-footer .footer-top .column:last-child {
    margin-bottom: 20px
}

@media screen and (min-width:1024px) {
    .site-footer .footer-top .column {
        padding: 1%;
        width: 33.333332%
    }
}

.site-footer .footer-top .column p {
    color: #003a43;
    font-size: 17px;
    margin-bottom: 0
}

.site-footer .footer-top .column img {
    max-width: 250px
}

.site-footer .footer-top .social-menu {
    margin-top: 30px
}

.site-footer .footer-top .social-menu .menu {
    color: #003a43;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.site-footer .footer-top .social-menu .menu .menu-item {
    padding: 0 10px 0 0
}

.site-footer .footer-top .social-menu .menu .menu-item svg {
    height: 25px;
    width: 25px
}

.site-footer .footer-top .footer-menu {
    margin-bottom: 0;
    margin-top: 30px
}

.site-footer .footer-top .footer-menu .menu {
    -webkit-columns: 2;
    -moz-columns: 2;
    column-count: 2;
    font-size: 17px;
    line-height: 1.5em
}

@media screen and (min-width:1024px) {
    .site-footer .footer-top .footer-menu .menu {
        line-height: 1.7em
    }
}

.site-footer .footer-top .footer-menu .menu .link-u {
    font-family: "Basis Grotesque", arial, sans-serif;
    text-decoration: none
}

.site-footer .footer-top .footer-menu .menu .btn--footer {
    bottom: -60px;
    display: block;
    left: 0;
    position: absolute;
    width: 100%
}

@media screen and (min-width:768px) {
    .site-footer .footer-top .footer-menu .menu .btn--footer {
        width: 300px
    }
}

@media screen and (min-width:1024px) {
    .site-footer .footer-top .footer-menu .menu .btn--footer {
        bottom: -50px;
        left: 15px;
        width: 275px
    }
}

.site-footer .footer-top .widget_mailchimpsf_widget {
    margin-bottom: 15px
}

.site-footer .footer-top .widget_mailchimpsf_widget h1 {
    margin: 0 0 10px
}

.site-footer .footer-top .widget_mailchimpsf_widget #mc_subheader {
    font-size: 14px;
    margin: 0 0 15px
}

.site-footer .footer-top .widget_mailchimpsf_widget .mc_form_inside {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.site-footer .footer-top .widget_mailchimpsf_widget .mc_form_inside .mc_merge_var,
.site-footer .footer-top .widget_mailchimpsf_widget .mc_form_inside .mc_signup_submit {
    display: inline-block
}

.site-footer .footer-top .widget_mailchimpsf_widget .mc_form_inside .mc_merge_var {
    width: 100%
}

.site-footer .footer-top .widget_mailchimpsf_widget .mc_form_inside .mc_merge_var input[type=text] {
    border: 1px solid #003a43;
    height: 60px
}

.site-footer .footer-top .widget_mailchimpsf_widget .mc_form_inside .mc_signup_submit {
    margin-left: 10px
}

.site-footer .footer-top .widget_mailchimpsf_widget .mc_form_inside .mc_signup_submit input[type=submit] {
    background: transparent;
    border: 1px solid #003a43;
    color: #003a43;
    height: 60px;
    padding: 10px 30px
}

@media screen and (min-width:1024px) {
    .site-footer .footer-top .widget_mailchimpsf_widget .mc_form_inside .mc_signup_submit input[type=submit] {
        padding: 10px 45px
    }
}

.site-footer .footer-top .widget_mailchimpsf_widget .mc_form_inside .mc_signup_submit input[type=submit]:hover {
    background: #003a43;
    color: #000
}

.site-footer .footer-top .widget_mailchimpsf_widget .mc_form_inside #mc_message {
    font-size: 14px;
    letter-spacing: 0;
    position: absolute;
    top: 174px
}

@media screen and (min-width:1024px) {
    .site-footer .footer-top .widget_mailchimpsf_widget .mc_form_inside #mc_message {
        top: 200px
    }
}

.site-footer .footer-top .privacy-statement {
    font-size: .7em
}

.site-footer .footer-bottom {
    border-top: 1px solid #deeeeb;
    font-size: 13px;
    padding: .9375rem 0
}

@media screen and (min-width:1024px) {
    .site-footer .footer-bottom {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        padding: 1.25rem 0 1.875rem
    }
}

.site-footer .footer-bottom .item_nav_menu .menu {
    display: flex;
    line-height: 1em;
    text-align: center;
    flex-direction: row;
}

.site-footer .footer-bottom .item_nav_menu .menu .menu-item {
    border-right: 1px solid #003a43;
    margin: 0;
    padding: 0 .625rem
}

.site-footer .footer-bottom .item_nav_menu .menu .menu-item:first-child {
    margin-left: 0;
    padding-left: 0
}

.site-footer .footer-bottom .item_nav_menu .menu .menu-item:last-child {
    border: 0;
    margin-right: 0;
    padding-right: 0
}

.site-footer .footer-bottom .item_nav_menu .menu .menu-item a {
    color: #003a43;
    font-size: .9rem;
    font-weight: 500;
    letter-spacing: .5px
}

.site-footer .footer-bottom .footer-text {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    color: #003a43;
    flex-grow: 1;
    text-align: center
}

@media screen and (min-width:1024px) {
    .site-footer .footer-bottom .footer-text {
        text-align: right
    }
}

.site-footer .footer-bottom .footer-text a,
.site-footer .footer-bottom .footer-text p {
    color: #003a43;
    font-size: .9rem;
    letter-spacing: .4px;
    line-height: 1.8em
}

@media screen and (min-width:1024px) {
    .site-footer .footer-bottom .footer-text a,
    .site-footer .footer-bottom .footer-text p {
        line-height: 1.5em
    }
}

.site-footer .footer-bottom .footer-text a {
    border-bottom: 1px solid #003a43;
    padding-bottom: 2px
}

.site-footer #footer-logo {
    max-width: 220px;
    width: 100%;
    fill: #004c5c;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

@media screen and (min-width:1200px) {
    .site-footer #footer-logo {
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: start
    }
}







.main-hero {
    background-size: cover;
    background-position: 50% 50%;
    width: 100%;
    min-height: 635px
}

@media (min-width:915px) {
    .main-hero {
        min-height: 62vw;
        background-position: 50%
    }
}

@media (min-width:1200px) {
    .main-hero {
        min-height: 49vw
    }
}

.main-hero .hero-content {
    display: flex;
    -webkit-box-pack: left;
    -ms-flex-pack: left;
    justify-content: left;
    flex-direction: column;
    padding: 4em 1.4em;
    margin-top: 5vw;
    max-width: 475px
}

@media (min-width:768px) {
    .main-hero .hero-content {
        padding: 4em 3em;
        max-width: 540px
    }
}

@media (min-width:1024px) {
    .main-hero .hero-content {
        padding: 3em 0 0 5.5em;
        margin-top: 6.5vw
    }
}

@media (min-width:1440px) {
    .main-hero .hero-content {
        max-width: 650px;
        padding: 3em 0 0 6.5em
    }
}

.main-hero .hero-content h1 {
    line-height: 1.04em;
    margin-bottom: 20px;
    font-size: 35px
}

@media (min-width:1200px) {
    .main-hero .hero-content h1 {
        font-size: 40px
    }
}

@media (min-width:1440px) {
    .main-hero .hero-content h1 {
        font-size: 47px
    }
}

.main-hero .hero-content p {
    margin-bottom: 30px;
    font-size: 21px
}

.main-content {
    width: 100%
}

@media (min-width:1200px) {
    .main-content {
        min-height: 49vw
    }
}

.main-content .hero-content {
    position: relative;
    display: flex;
    -webkit-box-pack: left;
    -ms-flex-pack: left;
    justify-content: left;
    flex-direction: column;
    padding: 4em 1.7em;
    background-color: #000
}

@media (min-width:768px) {
    .main-content .hero-content {
        padding: 3.5em 3em 0;
        max-width: 550px;
        position: absolute;
        top: 100px;
        background-color: transparent
    }
}

@media (min-width:1024px) {
    .main-content .hero-content {
        padding: 1em 0 0 5.5em;
        margin-top: 3.5vw
    }
}

@media (min-width:1440px) {
    .main-content .hero-content {
        max-width: 650px;
        padding: 3em 0 0 6.5em
    }
}

.main-content .hero-content h1 {
    line-height: 1.04em;
    margin-bottom: 20px;
    font-size: 35px;
    color: #fff;
    text-align: center
}

@media (min-width:768px) {
    .main-content .hero-content h1 {
        font-size: 40px;
        text-align: left;
        color: #000
    }
}

@media (min-width:1440px) {
    .main-content .hero-content h1 {
        font-size: 47px
    }
}

.main-content .hero-content p {
    margin-bottom: 30px;
    font-size: 21px;
    color: #fff;
    text-align: center
}

@media (min-width:768px) {
    .main-content .hero-content p {
        color: #000;
        text-align: left
    }
}

.main-content figure .hero {
    position: relative
}

.main-content figure img {
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: 50% 20%;
    object-position: 50% 20%;
    height: 320px;
    max-height: 600px;
    min-height: 49vw
}

@media (min-width:420px) {
    .main-content figure img {
        height: 500px
    }
}

.section-intro {
    display: block;
    margin-top: 3em;
    margin-bottom: 4em
}

@media (min-width:1024px) {
    .section-intro {
        margin-bottom: 3em
    }
}

.section-intro .section-header {
    display: flex;
    flex-direction: column;
    text-align: center;
    margin-top: 1em
}

.section-intro p {
    padding-right: 15px;
    padding-left: 15px;
    margin: 0 auto
}

@media (min-width:1024px) {
    .section-intro p {
        max-width: 78%;
        font-size: 20px;
        padding-right: 35px;
        padding-left: 35px
    }
}

@media (min-width:1440px) {
    .section-intro p {
        max-width: 60%
    }
}

.section-intro .grid-offering {
    display: grid;
    grid-template-columns: 1fr;
    grid-gap: 85px;
    text-align: center;
    padding-right: 30px;
    padding-left: 30px;
    margin-top: 2em
}

@media (min-width:915px) {
    .section-intro .grid-offering {
        grid-template-columns: repeat(3, 1fr);
        margin: 3em auto 0;
        max-width: 90%;
        grid-gap: 15px
    }
}

@media (min-width:1024px) {
    .section-intro .grid-offering {
        margin: 3em auto 0;
        max-width: 90%;
        grid-gap: 30px
    }
}

@media (min-width:1200px) {
    .section-intro .grid-offering {
        max-width: 90%
    }
}

@media (min-width:1440px) {
    .section-intro .grid-offering {
        max-width: 85%
    }
}

.section-intro .grid-offering .item img {
    max-width: 38%;
    margin: 0 auto 1.5em
}

@media (min-width:420px) {
    .section-intro .grid-offering .item img {
        max-width: 38%
    }
}

@media (min-width:768px) {
    .section-intro .grid-offering .item img {
        max-width: 27%
    }
}

@media (min-width:915px) {
    .section-intro .grid-offering .item img {
        max-width: 65%
    }
}

@media (min-width:1440px) {
    .section-intro .grid-offering .item img {
        max-width: 60%
    }
}

@media (min-width:1920px) {
    .section-intro .grid-offering .item img {
        max-width: 50%
    }
}

.section-intro .grid-offering h3 {
    max-width: 55%;
    margin: 0 auto 10px;
    font-size: 27px;
    line-height: 1.15em
}

@media (min-width:915px) {
    .section-intro .grid-offering h3 {
        max-width: 67%
    }
}

@media (min-width:1024px) {
    .section-intro .grid-offering h3 {
        font-size: 25px;
        max-width: 61%
    }
}

.section-intro .grid-offering p {
    max-width: 100%;
    font-size: 18px
}

@media (min-width:768px) {
    .section-intro .grid-offering p {
        max-width: 65%
    }
}

@media (min-width:915px) {
    .section-intro .grid-offering p {
        max-width: 100%
    }
}

.curve-top {
    width: 100%;
    min-height: 50px
}

@media (min-width:1024px) {
    .curve-top {
        min-height: 120px
    }
}

.curve-bottom {
    width: 100%;
    min-height: 50px
}

@media (min-width:1024px) {
    .curve-bottom {
        min-height: 120px
    }
}

.background-innovation {
    background-color: #dfe4e5;
    min-height: 600px
}

@media (min-width:1024px) {
    .background-innovation {
        height: 46vw
    }
}

.about_eq {
    display: flex;
    flex-direction: column;
    padding: 50px 20px 30px
}

@media (min-width:915px) {
    .about_eq {
        padding: 0;
        -webkit-box-orient: inherit;
        -webkit-box-direction: inherit;
        -ms-flex-direction: inherit;
        flex-direction: inherit
    }
}

.about_eq .imagery {
    padding: 0;
    border: none;
    width: 100%;
    display: flex;

    -webkit-box-align: center;
    align-items: center;
    position: relative
}

@media (min-width:915px) {
    .about_eq .imagery {
        border-right: 1px solid #c4c4c4;
        padding: 8% 0;
        width: 50%
    }
}

.about_eq .imagery .divider {
    display: none
}

@media (min-width:915px) {
    .about_eq .imagery .divider {
        background-color: #c4c4c4;
        height: 1px;
        left: 0;
        position: absolute;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        top: 50%;
        width: 100%;
        z-index: 2
    }
}

.about_eq .imagery figure {
    max-width: none
}

@media (min-width:915px) {
    .about_eq .imagery figure {
        max-width: 66.66666667%;
        z-index: 2
    }
}

.imagery>figure img {
    max-width: 100%;
    z-index: 3
}

.about_eq .copy_module {
    display: flex;

    -webkit-box-align: center;
    align-items: center;
    position: relative;
    width: 100%;
    margin-bottom: 30px;
    border: none;
    padding: 40px 20px 20px;
    text-align: center
}

@media (min-width:915px) {
    .about_eq .copy_module {
        width: 50%;
        margin-bottom: 0;
        text-align: left
    }
}

.copy_module .container {
    max-width: none;
    width: 100%;
    z-index: 2
}

@media (min-width:915px) {
    .copy_module .container {
        max-width: 66.66666667%
    }
}

.copy_module .container h2 {
    color: #fff;
    font-size: 2em
}

.copy_module .container p {
    font-size: 19px;
    line-height: 22px;
    color: #fff;
    margin-bottom: 40px;
    margin-top: 20px
}

.approach-feature {
    background: #f9f8f7;
    position: relative
}

.bg-feature {
    background: #f9f8f7;
    position: relative
}


.grid-features {
    display: grid;
    grid-template-columns: 1fr;
    grid-gap: 30px;
    margin: 0 auto;
    max-width: 100%;
    text-align: center;
    padding-bottom: 1em;
    padding-top: 3em
}

@media (min-width:1024px) {
    .grid-features {
        grid-template-columns: repeat(2, 1fr);
        max-width: 90%
    }
}

@media (min-width:1200px) {
    .grid-features {
        grid-template-columns: repeat(3, 1fr)
    }
}


.grid-features .item {
    margin: 30px
}

.grid-features .item img {
    margin: 0 auto 13px;
    width: 100%
}
.grid-features .item h2, .grid-features h2 {
    font-size: 25px;
    text-transform: capitalize;
    padding: 1em 0 20px;
}


.overlay-feature {
  display: flex; /* Flexbox layout */
  justify-content: center; /* Center content horizontally */
  align-items: center; /* Center content vertically */
  position: relative; /* Required for z-index stacking */
  text-align: center;
  color: black;
  height: 660px; /* Set a specific height */
  width: 100%;
  overflow: hidden; /* Prevent overflow */
}

.overlay-feature img {
  position: absolute; /* Allow the image to stay in the background */
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover; /* Ensure the image covers the wrapper */
  z-index: 0; /* Place image below text */
}

.overlay-content {
  display: flex;
  flex-direction: column; /* Stack text elements vertically */
  align-items: center; /* Optional: Align text to the center */
  justify-content: center; /* Center within the wrapper */
  z-index: 1; /* Place content above the image */
  color: #fff; /* Ensure the text is visible */
}




.grid-features h3 {
    font-size: 29px;
    text-transform: capitalize
}

.grid-features p {
    font-size: 20px;
    line-height: 1.3;
}

.approach-full {
    min-height: 700px;
    background-size: cover;
    background-position: 75% 50%;
    margin-top: -100px;
    width: 100%
}

@media (min-width:1024px) {
    .approach-full {
        height: 45vh
    }
}

@media (min-width:1440px) {
    .approach-full {
        height: 36vw
    }
}

.approach-full .statement-feature {
    position: relative
}

.approach-full .statement-feature h2 {
    overflow: auto;
    position: absolute;
    top: 200px;
    color: #fff;
    width: 100%;
    max-width: 100%;
    margin: 0 auto;
    text-align: center;
    padding: 8% 14%;
    font-size: 1.75em
}

@media (min-width:1024px) {
    .approach-full .statement-feature h2 {
        padding: 8% 20%
    }
}

@media (min-width:1440px) {
    .approach-full .statement-feature h2 {
        padding: 6% 29 0
    }
}

.approach-full-footer {
    min-height: 600px;
    background-size: cover;
    background-position: 75% 50%;
    margin-top: -100px;
    width: 100%;
    position: relative
}

@media (min-width:1024px) {
    .approach-full-footer {
        height: 45vh
    }
}

@media (min-width:1440px) {
    .approach-full-footer {
        height: 36vw
    }
}

.approach-full-footer .statement-feature {
    position: relative
}

.approach-full-footer .statement-feature h2 {
    overflow: auto;
    position: absolute;
    top: 200px;
    color: #fff;
    width: 100%;
    max-width: 100%;
    margin: 0 auto;
    text-align: center;
    padding: 8% 14%;
    font-size: 1.75em;
    line-height: 1em
}

@media (min-width:1024px) {
    .approach-full-footer .statement-feature h2 {
        padding: 8% 20%
    }
}

@media (min-width:1440px) {
    .approach-full-footer .statement-feature h2 {
        padding: 8% 29%
    }
}

.approach-full-footer .statement-feature-copy {
    position: relative
}

.approach-full-footer .statement-feature-copy h3 {
    overflow: auto;
    position: absolute;
    top: 200px;
    color: #fff;
    width: 100%;
    max-width: 100%;
    margin: 0 auto;
    text-align: center;
    padding: 8% 14%;
    font-size: 1.75em
}

@media (min-width:1024px) {
    .approach-full-footer .statement-feature-copy h3 {
        padding: 8% 20%
    }
}

@media (min-width:1440px) {
    .approach-full-footer .statement-feature-copy h3 {
        padding: 8% 29%
    }
}




.full-footer {
    min-height: 600px;
    background-size: cover;
    background-position: 75% 50%;
    margin-top: -100px;
    width: 100%;
    position: relativea
}

@media (min-width:1024px) {
    .full-footer {
        height: 45vh
    }
}

@media (min-width:1440px) {
    .full-footer {
        height: 36vw
    }
}

.full-footer .statement-feature {
    position: relative
}

.full-footer .statement-feature h2 {
    overflow: auto;
    position: absolute;
    top: 200px;
    color: #fff;
    width: 100%;
    max-width: 100%;
    margin: 0 auto;
    text-align: center;
    padding: 8% 14%;
    font-size: 1.75em;
    line-height: 1em
}

@media (min-width:1024px) {
    .full-footer .statement-feature h2 {
        padding: 8% 20%
    }
}

@media (min-width:1440px) {
    .full-footer .statement-feature h2 {
        padding: 8% 29%
    }
}

.full-footer .statement-feature-copy {
    position: relative
}

.full-footer .statement-feature-copy h3 {
    overflow: auto;
    position: absolute;
    top: 200px;
    color: #fff;
    width: 100%;
    max-width: 100%;
    margin: 0 auto;
    text-align: center;
    padding: 8% 14%;
    font-size: 1.75em
}

@media (min-width:1024px) {
    .full-footer .statement-feature-copy h3 {
        padding: 8% 20%
    }
}

@media (min-width:1440px) {
    .full-footer .statement-feature-copy h3 {
        padding: 8% 29%
    }
}



.img_overlay {
    position: relative;
    overflow: hidden;
}

.img_overlay:before {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    position: absolute;
    background:rgb(0,0,0);
    background: transparent;
    background:rgba(0,0,0,0.4);        
    z-index: 2;
}



.grid-technologies {
    display: grid;
    grid-template-columns: 1fr;
    grid-gap: 30px;
    margin-bottom: 10em
}

@media (min-width:1024px) {
    .grid-technologies {
        grid-template-columns: repeat(2, 1fr);
        grid-gap: 70px;
        margin-bottom: 9em
    }
}

.grid-technologies .item {
    text-align: center
}

.grid-technologies .item h3 {
    line-height: 1.4em;
    letter-spacing: .01em;
    font-size: 1.4em;
    padding-bottom: 0;
    text-transform: capitalize;
    margin-top: 20px
}

@media (min-width:1024px) {
    .grid-technologies .item h3 {
        text-align: left
    }
}

.grid-technologies p {
    font-size: 20px
}

@media (min-width:1024px) {
    .grid-technologies p {
        text-align: left
    }
}

.statement-feature-footer {
    color: #fff;
    text-align: center;
    width: 100%;
    overflow: auto;
    margin: auto;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    padding: 185px 50px 0
}

@media (min-width:420px) {
    .statement-feature-footer {
        max-width: 750px
    }
}

@media (min-width:1200px) {
    .statement-feature-footer {
        margin-top: 3em
    }
}

@media (min-width:1440px) {
    .statement-feature-footer {
        padding: 11em 0 0;
        max-width: 850px
    }
}

.statement-feature-footer h1,.statement-feature-footer h2 {
    font-size: 2.1em;
    line-height: 1em;
    margin-bottom: 20px
}

@media (min-width:1200px) {
    .statement-feature-footer h1,     .statement-feature-footer h2 {
        font-size: 2.251em
    }
}

.statement-feature-footer p {
    font-size: 20px
}

@media (min-width:1200px) {
    .statement-feature-footer p {
        font-size: 24px
    }
}

.people_grid {
    margin-bottom: 2em
}

@media (min-width:1024px) {
    .people_grid {
        margin-bottom: 5.5em
    }
}

.people_grid .grid .row {
    position: relative
}

.people_grid .grid .row.three .container-content .person .container-content {
    height: 100%
}

.people_grid .grid .person {
    background-color: #a1a1a1;
    display: inline-block;
    height: 500px;
    margin-bottom: 40px;
    position: relative;
    width: 100%
}

.people_grid .grid .person .no_hover {
    cursor: default
}

.people_grid .grid .person .container {
    overflow: hidden;
    position: relative;
    height: 100%;
    width: 100%
}

.people_grid .grid .person .media {
    position: absolute;
    height: 100%;
    transition: all .3s ease-in-out;
    width: 100%;
    z-index: 1;
    background-size: cover;
    background-position: 50% 23%
}

.people_grid .grid .person .text {
    color: #fff;
    position: absolute;
    bottom: 0;
    left: 0;
    padding-left: 30px;
    padding-right: 30px;
    padding-bottom: 40px;
    width: 100%;
    z-index: 2;
    mix-blend-mode: luminosity;
    text-shadow: 0 0 15px rgba(45, 45, 45, .2)
}

.people_grid .grid .person .text .name {
    display: block;
    font-size: 2rem;
    line-height: 1em;
    margin-bottom: 10px;
    font-family: SF Pro Semi Bold, arial, sans-serif
}

@media (min-width:1024px) {
    .people_grid .grid .person .text .name {
        font-size: 1.5rem
    }
}

@media (min-width:1920px) {
    .people_grid .grid .person .text .name {
        font-size: 2rem
    }
}

.people_grid .grid .person .text .title {
    display: block;
    font-size: 10px;
    font-size: 1rem;
    font-weight: 700;
    mix-blend-mode: difference
}

.people_grid .grid .person .desc {
    background-color: #2d2d2d;
    color: #fff;
    height: 100%;
    left: 0;
    opacity: 0;
    padding: 40px 30px;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 2
}

.people_grid .grid .person .desc p,
.people_grid .grid .person .desc span {
    opacity: 0;
    -webkit-transition: opacity .2s ease-out .25s;
    transition: opacity .2s ease-out .25s
}

.people_grid .grid .person .desc .name {
    font-size: 15px;
    font-size: 1.5rem;
    margin-bottom: 10px
}

.people_grid .grid .person .desc .title {
    color: #c9c9c9;
    font-size: 10px;
    font-size: 1rem;
    font-weight: 700
}

.people_grid .grid .person .desc span {
    display: block
}

.people_grid .grid .person .desc p {
    line-height: 1.7;
    margin-top: 20px
}

.people_grid .grid .person:hover:not(.no_hover) .media {
    -webkit-transform: scale(1.05);
    transform: scale(1.05)
}

.people_grid .grid .person.active {
    z-index: 5
}

.people_grid .grid .person.active .desc {
    opacity: 1;
    -webkit-transition: opacity .3s ease-out, width .3s ease-out;
    transition: opacity .3s ease-out, width .3s ease-out
}

.people_grid .grid .person.active .desc p,
.people_grid .grid .person.active .desc span {
    opacity: 1
}

@media (min-width:900px) {
    .people_grid .grid .row {
        margin-bottom: 50px
    }
    .people_grid .grid .person {
        margin-bottom: 0;
        width: calc(20% - 25px)
    }
    .people_grid .grid .person .name {
        font-size: 10px;
        font-size: 1rem;
        margin-bottom: 10px;
        font-family: SF Pro Semi Bold, arial, sans-serif
    }
    .people_grid .grid .person .title {
        font-size: 8px;
        font-size: .7rem;
        font-weight: 700
    }
    .people_grid .grid .person.double_wide {
        width: calc(40% - 25px)
    }
    .people_grid .grid .person .desc {
        padding: 40px
    }
    .people_grid .grid .person.active.lefty .desc {
        left: auto;
        right: 0;
        width: 200%
    }
    .people_grid .grid .person.active.righty .desc {
        width: 200%
    }
    .people_grid .grid .row.one {
        position: relative
    }
    .people_grid .grid .row.one:before {
        display: block;
        content: "";
        width: 100%;
        padding-top: 54.92537%
    }
    .people_grid .grid .row.one>.container-content {
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0
    }
    .people_grid .grid .row.one .person {
        height: calc(50% - 25px);
        position: absolute
    }
    .people_grid .grid .row.one .person.double_tall {
        height: 100%
    }
    .people_grid .grid .row.one .person.one {
        top: 0;
        left: 0
    }
    .people_grid .grid .row.one .person.two {
        top: 0;
        left: calc(40% + 25px);
        width: calc(40% - 50px)
    }
    .people_grid .grid .row.one .person.three {
        top: 0;
        right: 0
    }
    .people_grid .grid .row.one .person.four {
        bottom: 0;
        left: calc(40% + 25px)
    }
    .people_grid .grid .row.one .person.five {
        bottom: 0;
        right: 0;
        width: calc(40% - 50px)
    }
    .people_grid .grid .row.three .person,
    .people_grid .grid .row.two .person {
        display: block;
        float: left;
        height: 100%;
        position: relative;
        margin-right: 50px
    }
    .people_grid .grid .row.three .person:last-of-type,
    .people_grid .grid .row.two .person:last-of-type {
        margin-right: 0
    }
    .people_grid .grid .row.two {
        position: relative
    }
    .people_grid .grid .row.two:before {
        display: block;
        content: "";
        width: 100%;
        padding-top: 25.97015%
    }
    .people_grid .grid .row.two>.container-content {
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0
    }
    .people_grid .grid .row.two .person:last-of-type {
        width: calc(40% - 50px)
    }
    .people_grid .grid .row.three .container-content {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }
}

@media (min-width:1200px) {
    .people_grid .grid .row.one:before {
        padding-top: 57%
    }
    .people_grid .grid .row.three .container-content {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }
    .people_grid .grid .row.three .person {
        height: 390px;
        width: calc(40% - 33.33333px);
        margin-right: 50px;
        margin-bottom: 50px
    }
    .people_grid .grid .row.three .person:nth-child(3n) {
        margin-right: 0;
        width: calc(20% - 33.33333px)
    }
    .people_grid .grid .row.three .person:nth-child(3n).active .desc {
        left: auto;
        right: 0;
        width: 200%
    }
    .people_grid .grid .row.three .person:nth-child(3n+1):nth-child(2n) {
        margin-right: 50px;
        width: calc(20% - 33.33333px)
    }
    .people_grid .grid .row.three .person:nth-child(3n+1):nth-child(2n).active .desc {
        width: 200%
    }
    .people_grid .grid .row.three .person:nth-child(6n) {
        width: calc(40% - 33.33333px)
    }
    .people_grid .grid .row.three .person:nth-child(6n).active .desc {
        left: 0;
        right: auto;
        width: 100%
    }
    .people_grid .grid .row.three .person:first-child {
        border: none;
        margin-right: 50px;
        width: calc(40% - 33.33333px)
    }
}

@media (min-width:1400px) {
    .people_grid .grid .row.one .person.double_wide {
        width: calc(37% - 25px)
    }
    .people_grid .grid .row.one .person.two.double_wide {
        left: calc(37% + 25px);
        width: calc(35% - 25px)
    }
    .people_grid .grid .row.one .person.three {
        width: calc(26.5% - 25px)
    }
    .people_grid .grid .row.one .person.four {
        left: calc(37% + 25px);
        width: calc(26.5% - 25px)
    }
    .people_grid .grid .row.one .person.five {
        width: calc(35% - 25px)
    }
    .people_grid .grid .row.three .person {
        height: 500px;
        width: calc(37.5% - 33.33333px)
    }
    .people_grid .grid .row.three .person:nth-child(3n),
    .people_grid .grid .row.three .person:nth-child(3n+1):nth-child(2n) {
        width: calc(25% - 33.33333px)
    }
    .people_grid .grid .row.three .person:first-child,
    .people_grid .grid .row.three .person:nth-child(6n) {
        width: calc(37.5% - 33.33333px)
    }
}

@media (min-width:900px) and (max-width:1200px) {
    .people_grid .grid .person .text {
        padding-left: 20px;
        padding-right: 20px;
        padding-bottom: 20px
    }
    .people_grid .grid .person.double_wide {
        width: calc(33.33333% - 13.33333px)
    }
    .people_grid .grid .row {
        margin-bottom: 20px
    }
    .people_grid .grid .row.one {
        position: relative
    }
    .people_grid .grid .row.one:before {
        display: block;
        content: "";
        width: 100%;
        padding-top: 54.92537%
    }
    .people_grid .grid .row.one>.container-content {
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0
    }
    .people_grid .grid .row.one .person {
        height: calc(50% - 10px)
    }
    .people_grid .grid .row.one .person.two {
        left: calc(33.33333% + 6.66667px);
        width: calc(33.33333% - 13.33333px)
    }
    .people_grid .grid .row.one .person.three {
        top: 0;
        right: 0;
        width: calc(33.33333% - 13.33333px)
    }
    .people_grid .grid .row.one .person.four {
        left: calc(33.33333% + 6.66667px);
        width: calc(33.33333% - 13.33333px)
    }
    .people_grid .grid .row.one .person.five {
        width: calc(33.33333% - 13.33333px)
    }
    .people_grid .grid .row.one .person.active:not(.one) .desc {
        left: 0;
        width: calc(200% + 20px)
    }
    .people_grid .grid .row.one .person.active.five .desc,
    .people_grid .grid .row.one .person.active.three .desc {
        left: auto;
        right: 0;
        width: calc(200% + 20px)
    }
    .people_grid .grid .row.three .person,
    .people_grid .grid .row.two .person {
        margin-right: 20px;
        width: calc(33.33333% - 13.33333px)
    }
    .people_grid .grid .row.three .person:last-of-type,
    .people_grid .grid .row.two .person:last-of-type {
        margin-right: 0
    }
    .people_grid .grid .row.three .person.active .desc,
    .people_grid .grid .row.two .person.active .desc {
        left: 0;
        width: calc(200% + 20px)
    }
    .people_grid .grid .row.three .person.active:nth-child(3n) .desc,
    .people_grid .grid .row.two .person.active:nth-child(3n) .desc {
        left: auto;
        right: 0;
        width: calc(200% + 20px)
    }
    .people_grid .grid .row.two {
        position: relative
    }
    .people_grid .grid .row.two:before {
        display: block;
        content: "";
        width: 100%;
        padding-top: 25.97015%
    }
    .people_grid .grid .row.two>.container-content {
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0
    }
    .people_grid .grid .row.two .person:last-of-type {
        width: calc(33.33333% - 13.33333px)
    }
    .people_grid .grid .row.three .container-content {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }
    .people_grid .grid .row.three .person {
        position: relative;
        width: calc(33.33333% - 13.33333px);
        margin-right: 20px;
        margin-bottom: 20px
    }
    .people_grid .grid .row.three .person:before {
        display: block;
        content: "";
        width: 100%;
        padding-top: 81.23477%
    }
    .people_grid .grid .row.three .person>.container-content {
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0
    }
    .people_grid .grid .row.three .person:nth-child(3n) {
        margin-right: 0
    }
}

.team-grid {
    display: grid;
    grid-template-columns: 1fr;
    grid-gap: 30px;
    margin-top: 5em
}

@media (min-width:768px) {
    .team-grid {
        grid-template-columns: 30% 1fr;
        grid-gap: 85px
    }
}

.team-grid .col-left img {
    width: 100%
}

.team-grid .col-left h2 {
    margin-top: 20px
}

.team-grid .col-left .stat {
    margin-bottom: 15px;
    font-size: 17px;
    line-height: 22px
}

.team-grid .col-left .stat h4 {
    font-family: Surt Bold, arial, sans-serif;
    letter-spacing: 2px;
    margin-bottom: 7px;
    position: relative;
    font-weight: 500;
    font-size: 16px;
    text-transform: capitalize;
    font-weight: 800;
    line-height: 30px;
    text-rendering: optimizeLegibility;
    cursor: pointer;
    border-bottom: 1px solid #969696
}

.team-grid .col-left .sidebar-specs {
    margin-top: 15px
}

@media (min-width:768px) {
    .team-grid .col-left .desktop-none {
        display: none
    }
}

.team-grid .col-right .body-copy p {
    line-height: 1.53em
}

.team-grid .col-right .nomobile {
    display: none
}

@media (min-width:768px) {
    .team-grid .col-right .nomobile {
        display: block
    }
}

.team-grid .col-right h2 {
    font-size: 40px;
    line-height: 1em;
    letter-spacing: .3px
}

.team-grid .col-right h4 {
    font-family: Surt Light, arial, sans-serif;
    font-weight: 400;
    font-size: 20px;
    padding-bottom: 10px
}

.team-grid .col-right .link-u-b {
    border-bottom: 1px solid #c9c9c9;
    padding-top: 2px
}

.portfolio {
    border-top: 1px solid #fff
}

.portfolio .header-grid {
    display: grid;
    grid-template-columns: 1fr;
    grid-gap: 30px;
    padding-top: 7em;
    padding-bottom: 7em
}

@media (min-width:1024px) {
    .portfolio .header-grid {
        grid-template-columns: repeat(2, 1fr);
        padding-top: 7em;
        padding-bottom: 9em
    }
}

.portfolio .header-grid .column-left {
    color: #fff
}

.portfolio .header-grid .column-left h1 {
    font-size: 2.2em
}

.portfolio .header-grid .column-left p {
    max-width: 740px;
    font-size: 27px
}

.portfolio .column-right img {
    max-width: 300px;
    float: right;
    position: absolute;
    top: 75px;
    right: -79px
}

@media (min-width:1024px) {
    .portfolio .column-right img {
        position: relative;
        top: -40px;
        right: 0
    }
}

.abstract-graphic {
    position: relative
}

.dark-background-header {
    background: #2a2c2c
}

.circular-icon {
    max-width: 360px;
    position: absolute;
    top: -150px;
    left: -125px
}

@media (min-width:1024px) {
    .circular-icon {
        max-width: 500px;
        top: -230px;
        left: -124px
    }
}

#beige-bg {
    background: #f0efec
}

.feature-right {
    display: flex;
    flex-direction: column-reverse;
    padding: 50px 20px 30px
}

@media (min-width:915px) {
    .feature-right {
        border-right: 1px solid #c4c4c4;
        padding: 0;
        -webkit-box-orient: inherit;
        -webkit-box-direction: inherit;
        -ms-flex-direction: inherit;
        flex-direction: inherit
    }
}

.feature-right .image {
    padding: 0;
    border: none;
    width: 100%;
    display: flex;

    -webkit-box-align: center;
    align-items: center;
    position: relative
}

@media (min-width:915px) {
    .feature-right .image {
        border-right: 1px solid #c4c4c4;
        padding: 4% 0;
        width: 60%
    }
}

.feature-right .image .divide {
    display: none
}

@media (min-width:915px) {
    .feature-right .image .divide {
        background-color: #c4c4c4;
        height: 1px;
        left: 0;
        position: absolute;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        top: 50%;
        width: 100%;
        z-index: 2
    }
}

.feature-right .image figure {
    max-width: none
}

@media (min-width:915px) {
    .feature-right .image figure {
        max-width: 66.66666667%;
        z-index: 2
    }
}

.image>figure img {
    max-width: 100%;
    z-index: 3
}

.feature-right .module {
    display: flex;

    -webkit-box-align: center;
    align-items: center;
    position: relative;
    width: 100%;
    margin-bottom: 30px;
    border: none;
    padding: 40px 20px 20px;
    text-align: center
}

@media (min-width:915px) {
    .feature-right .module {
        width: 50%;
        margin-bottom: 0;
        text-align: left
    }
}

.border-top,
.feature-left {
    border-top: 1px solid #c4c4c4
}

.feature-left {
    display: flex;
    flex-direction: column;
    padding: 50px 20px 30px;
    border-bottom: 1px solid #c4c4c4
}

@media (min-width:915px) {
    .feature-left {
        border-right: 1px solid #c4c4c4;
        padding: 0;
        -webkit-box-orient: inherit;
        -webkit-box-direction: inherit;
        -ms-flex-direction: inherit;
        flex-direction: inherit
    }
}

.feature-left .image-left {
    padding: 0;
    border: none;
    width: 100%;
    display: flex;

    -webkit-box-align: center;
    align-items: center;
    position: relative
}

@media (min-width:915px) {
    .feature-left .image-left {
        border-right: 1px solid #c4c4c4;
        padding: 4% 0;
        width: 60%
    }
}

.feature-left .image-left .divide {
    display: none
}

@media (min-width:915px) {
    .feature-left .image-left .divide {
        background-color: #c4c4c4;
        height: 1px;
        left: 0;
        position: absolute;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        top: 50%;
        width: 100%;
        z-index: 2
    }
}

.feature-left .image-left figure {
    max-width: none
}

@media (min-width:915px) {
    .feature-left .image-left figure {
        max-width: 66.66666667%;
        z-index: 2
    }
}

.image-left>figure img {
    max-width: 100%;
    z-index: 3
}

.feature-left .module {
    display: flex;

    -webkit-box-align: center;
    align-items: center;
    position: relative;
    width: 100%;
    margin-bottom: 30px;
    border: none;
    padding: 40px 20px 20px;
    text-align: center
}

@media (min-width:915px) {
    .feature-left .module {
        width: 50%;
        margin-bottom: 0;
        text-align: left
    }
}

.module .container {
    max-width: none;
    width: 100%;
    z-index: 2;
    text-align: left
}

@media (min-width:915px) {
    .module .container {
        max-width: 66.66666667%
    }
}

.module .container img {
    max-width: 230px;
    margin-bottom: 15px
}

.module .container h3 {
    font-size: 22px;
    line-height: 1.2em;
    margin-bottom: 30px
}

.module .container h4 {
    color: #115270;
    text-transform: capitalize;
    padding-bottom: 3px;
    font-size: 20px;
    letter-spacing: 1px;
    border-bottom: 1px solid #646464
}

.module .container p {
    font-size: 19px;
    line-height: 20px;
    margin-bottom: 20px;
    margin-top: 20px;
    letter-spacing: .4px
}

.module .container p.large {
    font-size: 22px;
    line-height: 1.1em;
    margin-bottom: 30px
}

.module .container p.attribute {
    font-weight: 600;
    font-size: 18px;
    margin: 0
}

.portfolio-companies {
    margin-top: 1em;
    margin-bottom: 2em
}

.quote {
    position: relative
}

.quote img {
    position: absolute;
    top: -23px;
    left: -24px;
    z-index: -1;
    width: 80px;
    opacity: .1
}

.grid-portfolio {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-gap: 20px;
    margin-top: 3.5em;
    margin-bottom: 3em;
    padding: 0 20px
}

@media (min-width:1024px) {
    .grid-portfolio {
        grid-template-columns: repeat(4, 1fr)
    }
}

.grid-portfolio .item img {
    margin-bottom: 13px
}

.grid-portfolio .item h3 {
    font-size: 20px;
    margin-left: 5px
}

.content {
    height: 100%;
    overflow-x: hidden;
    overflow-y: hidden;
    -webkit-clip-path: border-box;
    clip-path: border-box;
    -webkit-transform: translateZ(0);
    transform: translateZ(0)
}

.block {
    position: relative;
    height: 100vh
}

[class*=item-parallax] {
    position: absolute;
    width: 100%;
    height: 100%;
    -webkit-transition: -webkit-transform .3s ease-out;
    transition: -webkit-transform .3s ease-out;
    transition: transform .3s ease-out;
    transition: transform .3s ease-out, -webkit-transform .3s ease-out;
    will-change: transform
}

.item-parallax-media {
    z-index: 1
}

.item-parallax-media img {
    will-change: transform
}

.item-parallax-content {
    z-index: 2
}

.block:first-child .item-parallax-content {
    -webkit-transform: translateY(calc(var(--yBlock-1)*0.5px));
    transform: translateY(calc(var(--yBlock-1)*0.5px))
}

.block:first-child .item-parallax-media img {
    -webkit-transform: translateY(calc(var(--yBlock-1)*0.1px));
    transform: translateY(calc(var(--yBlock-1)*0.1px))
}

.block:nth-child(2) .item-parallax-content {
    -webkit-transform: translateY(calc(var(--yBlock-2)*0.5px));
    transform: translateY(calc(var(--yBlock-2)*0.5px))
}

.block:nth-child(2) .item-parallax-media img {
    -webkit-transform: translateY(calc(var(--yBlock-2)*0.1px));
    transform: translateY(calc(var(--yBlock-2)*0.1px))
}

.block:nth-child(3) .item-parallax-content {
    -webkit-transform: translateY(calc(var(--yBlock-3)*0.5px));
    transform: translateY(calc(var(--yBlock-3)*0.5px))
}

.block:nth-child(3) .item-parallax-media img {
    -webkit-transform: translateY(calc(var(--yBlock-3)*0.1px));
    transform: translateY(calc(var(--yBlock-3)*0.1px))
}

.block:nth-child(4) .item-parallax-content {
    -webkit-transform: translateY(calc(var(--yBlock-4)*0.5px));
    transform: translateY(calc(var(--yBlock-4)*0.5px))
}

.block:nth-child(4) .item-parallax-media img {
    -webkit-transform: translateY(calc(var(--yBlock-4)*0.1px));
    transform: translateY(calc(var(--yBlock-4)*0.1px))
}

.block:nth-child(5) .item-parallax-content {
    -webkit-transform: translateY(calc(var(--yBlock-5)*0.5px));
    transform: translateY(calc(var(--yBlock-5)*0.5px))
}

.block:nth-child(5) .item-parallax-media img {
    -webkit-transform: translateY(calc(var(--yBlock-5)*0.1px));
    transform: translateY(calc(var(--yBlock-5)*0.1px))
}

.flex-container {
    display: flex
}

.centered-content {
    margin: auto
}

.head-large {
    margin-bottom: 5vw;
    font-size: 50px
}

.head-large,
.head-small {
    line-height: 1.2em;
    color: #fff
}

.head-small {
    margin-bottom: 1.5rem;
    font-size: 1.2rem;
    text-transform: uppercase;
    letter-spacing: .5em;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.feature-copy,
.head-centered {
    text-align: center
}

.feature-copy {
    display: block;
    max-width: 500px;
    margin-right: auto;
    margin-bottom: 1.5rem;
    margin-left: auto;
    padding-right: 1.5rem;
    padding-left: 1.5rem;
    font-size: 1rem;
    line-height: 1.8em
}

.copy-white {
    color: #fff;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.item-parallax-media {
    overflow: hidden
}

.item-parallax-media img {
    position: absolute;
    top: -10%;
    width: 120%;
    height: 120%;
    -o-object-fit: cover;
    object-fit: cover
}

.section-landing:after {
    content: "";
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .4);
    position: absolute;
    top: 0;
    right: 0;
    z-index: 1
}

@media (min-width:1024px) {
    .section-landing:after {
        width: 65%;
        background: rgba(0, 0, 0, .7)
    }
}

.landing-content {
    padding: 10%;
    color: #fff
}

@media (min-width:1024px) {
    .landing-content {
        padding: 0 13% 0 40%
    }
}

.img-grid {
    flex-direction: column;
    -ms-flex-pack: distribute;
    justify-content: space-around
}

.img-gridItem {
    position: relative;
    width: 100%;
    max-width: 800px;
    margin-right: auto;
    margin-left: auto
}

.img-gridItem img {
    display: block;
    width: 50%;
    height: 40vh;
    -o-object-fit: cover;
    object-fit: cover;
    will-change: transform;
    -webkit-backface-visibility: visible;
    backface-visibility: visible
}

.img-gridItem.type-left img {
    margin-right: auto
}

.img-gridItem.type-right img {
    margin-left: auto
}

.img-gridItem:first-child img {
    -webkit-transform: translateX(calc(var(--yBlock-4)*-0.03%));
    transform: translateX(calc(var(--yBlock-4)*-0.03%))
}

.img-gridItem:nth-child(2) img {
    -webkit-transform: translateX(calc(var(--yBlock-4)*0.03%));
    transform: translateX(calc(var(--yBlock-4)*0.03%))
}

.img-caption {
    position: absolute;
    top: 50%;
    width: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%)
}

.img-caption * {
    text-align: left;
    padding-right: 1.5rem;
    padding-left: 1.5rem
}

.type-left .img-caption {
    right: 0
}

.type-right .img-caption {
    left: 0
}

.custom-properties-ftw {
    padding: 2.5rem 1.5rem
}

.custom-properties-ftw .head-small {
    margin-bottom: 0
}

.page-template-page-inquiries .content-area {
    padding-bottom: 4em
}

.page-template-page-inquiries .content-area .entry-content {
    display: grid;
    grid-template-columns: 1fr
}

@media (min-width:1024px) {
    .page-template-page-inquiries .content-area .entry-content {
        grid-template-columns: 1fr 1fr 1fr
    }
}

.page-template-page-inquiries .wpcf7 {
    grid-column: 1/-1;
    border-right: none;
    margin-right: 0;
    padding-right: 0;
    padding-bottom: 4em
}

@media (min-width:1024px) {
    .page-template-page-inquiries .wpcf7 {
        grid-column: 1/3;
        border-right: 1px solid #eee;
        margin-right: 60px;
        padding-right: 60px
    }
}


.page-template-page-inquiries .contact-page-aside {
    grid-column: 1/-1;
    font-size: 18px;
    line-height: 1.33
}

@media (min-width:1024px) {
    .page-template-page-inquiries .contact-page-aside {
        grid-column: 3/4
    }
}

.page-template-page-inquiries .contact-page-aside h2 {
    border-bottom: none;
    padding-bottom: 0
}

.page-template-page-inquiries .contact-page-aside p {
    margin-bottom: 20px
}

.page-template-page-inquiries .contact-page-aside a {
    display: inline-block;
    margin-bottom: 10px
}

.page-template-page-contact .footer-form {
    margin-top: 4em
}

.container-slider {
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
    width: 90%;
    margin-bottom: 3em
}

@media (min-width:1024px) {
    .container-slider {
        width: 80%;
        margin-bottom: 4.5em
    }
}

@media (min-width:1440px) {
    .container-slider {
        width: 70%
    }
}

.container-main {
	width: 100%;
	padding: 0 40px;
	margin: 4em auto;
}

@media (min-width: 767px) {
	.container-main {
	max-width: 95%;
	}
}
@media (min-width: 1200px) {
	.container-main {
	max-width: 90%;
	}
}

h2.wp-block-heading>strong{
	font-weight: 300;

}


h2.wp-block-heading{
text-transform: capitalize;
letter-spacing: .2px;
font-size: 30px;
font-weight: 300;
padding-bottom: 10px;
font-family: "NeueHaasGrotesk55";
}



.row-slider {
    margin-right: -15px;
    margin-left: -15px
}

.col-sm-5 {
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px
}

@media (min-width:1024px) {
    .col-sm-5 {
        float: left;
        width: 41.66666667%
    }
}

.col-sm-7 {
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px
}

@media (min-width:1024px) {
    .col-sm-7 {
        float: left;
        width: 58.33333333%
    }
}

.slide-detail {
    text-align: left
}

#customers-testimonials .item {
    padding: 0;
    transition: all .3s ease-in-out
}

@media (min-width:1024px) {
    #customers-testimonials .item {
        padding: 50px
    }
}

.big-title {
    font-size: 21px
}

.complication {
    display: none
}

@media (min-width:1024px) {
    .complication {
        display: block;
        position: absolute;
        width: 200px;
        height: 200px;
        top: 0;
        left: 0;
        -webkit-transform-origin: center;
        transform-origin: center;
        -webkit-transform: rotate(0deg) translate(-15px, -25px);
        transform: rotate(0deg) translate(-15px, -25px);
        z-index: 0;
        -webkit-transition: all .5s;
        transition: all .5s;
        will-change: transform
    }
}

.complication span {
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
    background: #e0dedc;
    -webkit-transition: all .5s;
    transition: all .5s;
    border-radius: 4px
}

.portfolio-logo {
    max-width: 200px;
    padding-top: 20px;
    padding-bottom: 10px
}

#border-bottom,
#border-top {
    border-top: 1px solid #d0cfcf
}

.owl-carousel .owl-nav [class*=owl-] {
    transition: all .3s ease
}

.owl-carousel .owl-nav [class*=owl-].disabled:hover {
    background-color: #d6d6d6
}

.owl-carousel {
    position: relative
}

.owl-carousel .owl-next,
.owl-carousel .owl-prev {
    width: 22px;
    height: 40px;
    margin-top: -20px;
    position: absolute;
    color: #fff
}

.owl-carousel .owl-prev {
    left: 10px
}

.owl-carousel .owl-next {
    right: 10px
}

.owl-nav {
    position: absolute !important;
    bottom: 35px !important;
    right: 75px !important
}

@media (min-width:1024px) {
    .owl-nav {
        top: 70px !important
    }
}

.owl-nav .owl-next svg path,
.owl-nav .owl-prev svg path {
    fill: #000 !important
}

.svg-inline--fa.fa-w-8 {
    width: .3em !important
}

.owl-next {
    position: absolute !important;
    top: 0 !important;
    left: 35px !important
}

.circular-icon-team {
    position: absolute;
    top: 0;
    left: -71px;
    max-width: 200px;
    opacity: .7
}

@media (min-width:1024px) {
    .circular-icon-team {
        top: 0;
        left: -10px;
        max-width: 255px
    }
}

.page-intro-graphic {
    position: absolute;
    top: 0;
    left: -71px;
    max-width: 200px;
    opacity: .7
}

@media (min-width:1024px) {
 .page-intro-graphic {
        top: 0;
        left: -10px;
        max-width: 255px
    }
}


.circular-icon-capabilities {
    position: absolute;
    top: 0;
    left: -71px;
    max-width: 200px;
    opacity: .7;
    z-index: -1
}

@media (min-width:1024px) {
    .circular-icon-capabilities {
        top: 0;
        left: -10px;
        max-width: 255px
    }
}

.circular-icon-approach {
    position: absolute;
    top: 0;
    left: -71px;
    max-width: 200px;
    opacity: .7
}

@media (min-width:1024px) {
    .circular-icon-approach {
        top: 0;
        left: -10px;
        max-width: 255px
    }
}

.arrow-icon {
    position: absolute;
    right: 0;
    max-width: 150px;
    bottom: 23px;
    opacity: .5;
    z-index: -1
}

@media (min-width:1024px) {
    .arrow-icon {
        max-width: 300px;
        bottom: -43px
    }
}

.arrow-ds {
    position: absolute;
    top: 0;
    left: -71px;
    max-width: 200px;
    opacity: 1;
    z-index: -1
}

@media (min-width:1024px) {
    .arrow-ds {
        max-width: 300px
    }
}

.map-marker {
    position: absolute;
    top: 0;
    left: -71px;
    max-width: 200px;
    opacity: 1;
    z-index: -1
}

@media (min-width:1024px) {
    .map-marker {
        max-width: 300px
    }
}

.arrow-left {
    position: absolute;
    top: 150px;
    right: -7px;
    max-width: 200px;
    opacity: 1;
    z-index: -1
}

@media (min-width:1024px) {
    .arrow-left {
        max-width: 300px
    }
}

.error404 .content-area .error-404 {
    overflow: hidden
}

.error404 .content-area .error-404 .page-header {
    display: flex;
    flex-direction: column;
    -webkit-box-align: center;
    align-items: center;
	padding: 10em 0;
    text-align: center;
    position: relative;
    	height: 100%;
}

.error404 .content-area .error-404 .page-header h1,
.error404 .content-area .error-404 .page-header h2,
.error404 .content-area .error-404 .page-header h3 {
    color: #fff
}

.error404 .content-area .error-404 .page-header h1 {
    font-size: 35px
}

@media (min-width:1024px) {
    .error404 .content-area .error-404 .page-header h1 {
        font-size: 36px
    }
}

.error404 .content-area .error-404 .page-header h3 {

}

.error404 .content-area .error-404 .page-header .bg-img {
    position: absolute;
    top: -160px;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    z-index: -1;
    min-height: 80vh;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: top;
    object-position: top
}

.sticky-bg-wrap {
    height: 100%;
    width: 100%;
    position: relative
}

.sticky-bg-wrap .page-content {
    position: relative;
    width: 100%;
    margin-right: auto;
    margin-left: auto;
    margin-bottom: 0;
    background-color: #fff
}

@media (min-width:1024px) {
    .sticky-bg-wrap .page-content {
        margin-top: 27rem;
        max-width: 1300px
    }
}

@media (min-width:1200px) {
    .sticky-bg-wrap .page-content {
        max-width: 1190px
    }
}

@media (min-width:1440px) {
    .sticky-bg-wrap .page-content {
        max-width: 1440px
    }
}

@media (min-width:1600px) {
    .sticky-bg-wrap .page-content {
        max-width: 1600px
    }
}

.sticky-bg-wrap .page-content .page {
    padding: 4rem 0 0
}

@media (min-width:1024px) {
    .sticky-bg-wrap .page-content .page {
        padding-right: 0;
        padding-left: 0
    }
}

.sticky-bg-wrap .page-content .page .content-width {
    padding-right: 2rem;
    padding-left: 2rem
}

@media (min-width:1024px) {
    .sticky-bg-wrap .page-content .page .content-width {
        padding-right: 0;
        padding-left: 0
    }
}

.sticky-bg-wrap .page-content .page h2 {
    font-size: 40px;
    line-height: 42px;
    letter-spacing: .5px;
    margin-bottom: 30px
}

@media (min-width:768px) {
    .sticky-bg-wrap .page-content .page h2 {
        font-size: 45px
    }
}

.sticky-bg-wrap .page-content .page p {
    font-size: 20px;
    margin-bottom: 20px
}

html {
    opacity: 1;
    -webkit-transition: opacity 1s ease-in-out;
    transition: opacity 1s ease-in-out;
    visibility: visible
}

.mc_form_inside {
    display: none !important
}

.newsletter-grid {
    display: grid;
    grid-template-columns: 60% 40%;
    grid-gap: 1px
}

.col-newsletter-one input[type=email] {
    height: 60px !important
}

.col-newsletter-two input[type=submit] {
    height: 60px !important;
    border: 1px solid #fff;
    background: #000;
    color: #fff;
    transition: all 500ms ease-in-out
}

.col-newsletter-two input[type=submit]:hover {
    border: 1px solid #fff;
    background: #fff;
    color: #000;
    transition: all 500ms ease-in-out
}










/* ===== Contract ===== */

.grid-contract-wrapper {
	display: grid;
	grid-template-columns: 30% 1fr 1fr;
	grid-gap: 30px;
    background: #f9f8f7;
	padding: 25px;
}


@media (min-width: 1024px) {
.grid-contract-row {
	display: grid;
	grid-template-columns: 55% 1fr 1fr;
	grid-gap: 30px;
	}
}

.grid-contract-wrapper h2 {
	font-size: 30px;
	padding: 0;
	margin: 0;
}

.grid-contract-wrapper button {
	background: #273749;
	color: #fff;
	height: 65px;
	border-radius: 10px;
	display: flex;
	font-size: 19px;
	letter-spacing: -.3px;
	justify-content: center;
	align-content: center;
}






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

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

.swiper-container-android .swiper-slide,
.swiper-wrapper {
    transform: translateZ(0)
}

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

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

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

.swiper-container-pointer-events {
    touch-action: pan-y
}

.swiper-container-pointer-events.swiper-container-vertical {
    touch-action: pan-x
}

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

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

.swiper-container-autoheight,
.swiper-container-autoheight .swiper-slide {
    height: auto
}

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

.swiper-container-3d {
    perspective: 1200px
}

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

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

.swiper-container-3d .swiper-slide-shadow-left {
    background-image: linear-gradient(270deg, rgba(0, 0, 0, .5), transparent)
}

.swiper-container-3d .swiper-slide-shadow-right {
    background-image: linear-gradient(90deg, rgba(0, 0, 0, .5), transparent)
}

.swiper-container-3d .swiper-slide-shadow-top {
    background-image: linear-gradient(0deg, rgba(0, 0, 0, .5), transparent)
}

.swiper-container-3d .swiper-slide-shadow-bottom {
    background-image: linear-gradient(180deg, rgba(0, 0, 0, .5), transparent)
}

.swiper-container-css-mode>.swiper-wrapper {
    overflow: auto;
    scrollbar-width: none;
    -ms-overflow-style: none
}

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

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

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

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




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

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

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

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

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

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

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

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

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

.swiper-button-lock {
    display: none
}

.swiper-pagination {
    position: absolute;
    text-align: center;
    transition: opacity .3s;
    transform: translateZ(0);
    z-index: 10
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.swiper-container-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
    transition: transform .2s, left .2s
}

.swiper-container-horizontal.swiper-container-rtl>.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
    transition: transform .2s, right .2s
}

.swiper-pagination-progressbar {
    background: rgba(0, 0, 0, .25);
    position: absolute
}

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

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

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

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

.swiper-pagination-white {
    --swiper-pagination-color: #fff
}

.swiper-pagination-black {
    --swiper-pagination-color: #000
}

.swiper-pagination-lock {
    display: none
}

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

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

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

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

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

.swiper-scrollbar-lock {
    display: none
}

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

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

.swiper-slide-zoomed {
    cursor: move
}

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

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

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

@keyframes swiper-preloader-spin {
    to {
        transform: rotate(1turn)
    }
}

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

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

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

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

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

.swiper-container-cube {
    overflow: visible
}

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

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

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

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

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

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

.swiper-container-cube .swiper-cube-shadow {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    opacity: .6;
    z-index: 0
}

.swiper-container-cube .swiper-cube-shadow:before {
    content: "";
    background: #000;
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    filter: blur(50px)
}

.swiper-container-flip {
    overflow: visible
}

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

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

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

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



/* Homepage Slideshow */

.global .swiper-container {
  overflow: hidden;
  position: relative;
  width: 100%;
  height: 100%;
  min-height: 90vh;
  max-height: 90vh;
  z-index: 1;
}
@media (min-width: 992px) {
	.global .swiper-container {
	  overflow: hidden;
	  position: relative;
	  width: 100%;
	  height: 100%;
	  min-height: 1000px;
	  max-height: 48vw;
	  z-index: 1;
	}
}
.global .swiper-slide img {
  width: 100%;
  height: 100%;
  min-height: 90vh;
  max-height: 90vh;
  transition: transform 500ms ease-in-out;
  opacity: 1;
  object-fit: cover;
  z-index: 1;
  position: relative;
}




.global .swiper-slide video {
  height: 100%;
  min-height: 90vh;
  max-height: 90vh;
  object-fit: cover;
  width: 100%;
  min-width: 100%;
  z-index: 1; /* Media sits below the overlay */
}


@media (min-width: 992px) {
.global .swiper-slide img, .global .swiper-slide video {
	  
	  height: 100%;
	  min-height: 1000px;
	  max-height: 48vw;
	}
}


/* Ensure the parent container has proper positioning */
.global .swiper-slide {
  position: relative; /* Make it a positioning context */
}

/* Add an overlay for images and videos via the parent container */
.global .swiper-slide::after {
  content: ""; /* Required for pseudo-elements */
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.198); /* Semi-transparent black overlay */
  z-index: 2; /* Overlay appears above the media */
  pointer-events: none; /* Allow interaction with the video or links */
}


/* Heading styles */
.global .heading {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 3;
  pointer-events: none;
}

.global .heading h2 {
  position: absolute;
  bottom: 1em;
  left: 5%;
  font-size: 50px;
  line-height: 1.1;
  font-weight: 300;
  color: white;
  width: 100%;
  max-width: none;
  z-index: 3;
  letter-spacing: -1px;
  pointer-events: all;
}

@media (min-width: 1024px) {
  .global .heading h2 {
    max-width: 65%;
  }
}

/* Slider content styles */
.global .slider-content {
  position: absolute;
  bottom: 10%;
  z-index: 3; /* Ensure it’s above the overlay */
  color: #fff;
  left: 6%;
  width: 100%;
  max-width: 80%;
  bottom: 14%;
}

@media (min-width: 992px) {
  .global .slider-content {
    bottom: 5%;
    z-index: 3;
    left: 5%;
    max-width: 48%;
    padding-bottom: 2em;
  }
}

.global .slider-content h1 {
  font-size: 38px;
  line-height: 1.05;
  letter-spacing: -0.3px;
  text-transform: capitalize;
  padding-bottom: 20px;
}

.global .slider-content h2 {
  font-size: 24px;
  line-height: 1.1;
  letter-spacing: -0.3px;
  padding-bottom: 20px;
}


@media (min-width: 992px) {
.global .slider-content h1 {
	font-size: 42px;
	}
	.global .slider-content h2 {
		font-size: 25px;
	}
	
}
	
	

.global .btn-primary-slide {
  height: 65px;
  display: flex;
  border-radius: 9px;
  text-align: center;
  background: #002237;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  color: #fff;
  max-width: 300px;
}


.global .btn-primary-slide:hover {
	background: #fff;
	color: #002237;
	transition: all 500ms ease-in-out;
}



.slider-content  {
		text-decoration: none !important
}

.slider-content a:hover {
		text-decoration: none !important
}


/* Homepage Video */

.video-container {
    border-radius: 4px;
    display: flex;
    margin: 4em auto;
    max-width: 95%;
    position: relative;
    width: 100%;
    flex-direction: column;
    box-shadow: 0 8px 20px rgba(0, 0, 0, .1);
    justify-content: center
}

@media screen and (min-width:1024px) {
    .video-container {
        max-width: 75%
    }
}

.video-container .video-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 100%;
    width: 100%;
    align-items: center
}

.video-container video {
    border-radius: 10px;
    height: 100%;
    min-height: 550px;
    object-fit: cover;
    object-position: 17% 37%;
    width: 100%
}

@media screen and (min-width:1024px) {
    .video-container video {
        min-height: 800px
    }
}

.play-button-wrapper {
    bottom: 0;
    display: flex;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    height: auto;
    justify-content: center;
    pointer-events: none;
    width: 100%
}

.play-button-wrapper #circle-play-b {
    cursor: pointer;
    pointer-events: auto
}

.play-button-wrapper #circle-play-b svg {
    height: 100px;
    width: 100px;
    fill: #fff;
    stroke: #fff;
    background-color: rgba(0, 0, 0, .2);
    border-radius: 50%;
    cursor: pointer;
    opacity: .9
}

.video-play-button {
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    height: 44px;
    padding: 18px 20px 18px 28px;
    width: 32px;
    z-index: 10
}

.video-play-button,
.video-play-button:before {
    border-radius: 50%;
    display: block;
    left: 50%;
    position: absolute;
    top: 50%;
    -webkit-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%)
}

.video-play-button:before {
    -webkit-animation: pulse-border 1.5s ease-out infinite;
    animation: pulse-border 1.5s ease-out infinite;
    background: #ba1f24;
    content: "";
    height: 80px;
    width: 80px;
    z-index: 0
}

.video-play-button:after {
    background: #fa183d;
    border-radius: 50%;
    content: "";
    display: block;
    height: 80px;
    left: 50%;
    position: absolute;
    top: 50%;
    -webkit-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    -webkit-transition: all .2s;
    transition: all .2s;
    width: 80px;
    z-index: 1
}

.video-play-button:hover:after {
    background-color: #da0528
}

.video-play-button img {
    height: auto;
    max-width: 100%;
    position: relative;
    width: auto;
    z-index: 3
}

.video-play-button span {
    border-bottom: 22px solid transparent;
    border-left: 32px solid #fff;
    border-top: 22px solid transparent;
    display: block;
    height: 0;
    position: relative;
    width: 0;
    z-index: 3
}

@-webkit-keyframes pulse-border {
    0% {
        opacity: 1;
        -webkit-transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
        transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1)
    }
    to {
        opacity: 0;
        -webkit-transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
        transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5)
    }
}

@keyframes pulse-border {
    0% {
        opacity: 1;
        -webkit-transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
        transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1)
    }
    to {
        opacity: 0;
        -webkit-transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
        transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5)
    }
}


/* MODAL - Contract */

@-webkit-keyframes showOverlay {
  from {
    visibility: hidden;
    opacity: 0;
  }
  to {
    visibility: visible;
    opacity: 1;
  }
}
@keyframes showOverlay {
  from {
    visibility: hidden;
    opacity: 0;
  }
  to {
    visibility: visible;
    opacity: 1;
  }
}
@-webkit-keyframes hideOverlay {
  from {
    visibility: visible;
    opacity: 1;
  }
  to {
    visibility: hidden;
    opacity: 0;
  }
}
@keyframes hideOverlay {
  from {
    visibility: visible;
    opacity: 1;
  }
  to {
    visibility: hidden;
    opacity: 0;
  }
}
@-webkit-keyframes showModal {
  from {
    opacity: 0;
    transform: translateY(50%); /* remove negative - to slide from bottom */
  }
  to {
    opacity: 1;
    transform: none;
  }
}
@keyframes showModal {
  from {
    opacity: 0;
    transform: translateY(-50%); /* remove negative - to slide from bottom */
      }
  to {
    opacity: 1;
    transform: none;
  }
}
@-webkit-keyframes hideModal {
  from {
    opacity: 1;
    transform: none;
  }
  to {
    opacity: 0;
    transform: translateY(-50%); /* remove negative - to slide from bottom */
  }
}
@keyframes hideModal {
  from {
    opacity: 1;
    transform: none;
  }
  to {
    opacity: 0;
    transform: translateY(-50%); /* remove negative - to slide from bottom */
  }
}
.overlay-agreement {
  position: fixed;
  z-index: 100;
  top: 0;
  left: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  pointer-events: none;
  opacity: 0;
  animation-duration: 200ms;
  animation-timing-function: linear;h;
  animation-fill-mode: both;
  will-change: transform, opacity;
}
.overlay-agreement [data-backdrop] {
  background: rgba(0, 0, 0, 0.6);
}
.overlay-agreement[data-opened=true] {
  pointer-events: auto;
  -webkit-animation-name: showOverlay;
          animation-name: showOverlay;
}
.overlay-agreement[data-opened=false] {
  -webkit-animation-name: hideOverlay;
          animation-name: hideOverlay;
}



.contract-modal {
  position: relative;
  display: flex;
  overflow: visible;
  flex-direction: column;
  width: 100%;
  max-width: 90%;
  margin: 1.5rem;
  top: 30px;
  border-radius: 10px;
  border: 1px solid #d6d6d6;
  text-align: left;
  background: #fff;
  box-shadow: 0 4px 24px rgba(0, 0, 0, 0.6);
  opacity: 0;
   animation-duration: 300ms;
   animation-fill-mode: both;
  will-change: transform, opacity;
}
@media (min-width: 892px) {
.contract-modal {
        max-width: 65%;
        height: auto;
        max-height: 82%;
        margin: 1.5rem;
        border-radius: 10px;
        border: 1px solid #d6d6d6;
  }
}

.overlay-agreement[data-opened=true] .contract-modal {
  -webkit-animation-name: showModal;
          animation-name: showModal;
  -webkit-animation-timing-function: cubic-bezier(0, 0, 0.2, 1);
          animation-timing-function: cubic-bezier(0, 0, 0.2, 1);
}

.overlay-agreement[data-opened=false] .contract-modal {
  -webkit-animation-name: hideModal;
          animation-name: hideModal;
  -webkit-animation-timing-function: cubic-bezier(0.4, 0, 1, 1);
          animation-timing-function: cubic-bezier(0.4, 0, 1, 1);
}
.modal--header {
  position: relative;
    display: flex;
    justify-content: start;
    align-items: center;
    flex-shrink: 0;
    padding: 27px;
    z-index: -1;
    color: #fff;
    background: #e0e0e0;
	color: #000;
}
.modal--title {
    margin: 0;
    font-size: 2em;
    line-height: calc(1em + 0.5rem);
    font-weight: 300;
    font-family: 'Neue Haas Grotesk Display Pro', sans-serif;
    letter-spacing: 1px;
}
.modal--content {
  overflow-x: hidden;
  overflow-y: auto;
  flex-grow: 1;
  width: 100%;
  font-size: 23px;
  color: rgba(0, 0, 0, 0.8);
}
.content-agreement {
	padding: 40px;
}

.content-agreement h2 {
	font-size: 29px;
	font-weight: 300;
	margin: 0;
	padding: 0;
}

.content-agreement p {
	font-size: 20px;
	line-height: 1.276;
}

.modal--footer {
  display: flex;
  flex-shrink: 0;
  background: #f6f6f6;
  min-height: 3rem;
  padding: 1rem;
}
.modal--footer:before {
  flex-grow: 1;
  order: 1;
  content: "";
}
.modal--footer button:first-of-type {
  order: 0;
}
.modal--footer button:last-of-type {
  order: 2;
}

.button[data-modal-close] {
    position: absolute;
    z-index: 9;
    top: -18px;
    right: -16px;
    padding: 0;
    background: #002237;
    height: 45px;
    width: 45px;
    border: 1px solid #002237;
    display: flex;
    justify-content: center;
    text-align: center;
    color: #fff;
    align-items: center;
    font-size: 17px;
    border-radius: 50px;
    cursor: pointer;
    text-decoration: none;
    color: #fff;
    transition:400ms ease-out;
}
.button[data-modal-close]:hover {
  color: #002237;
    font-size: 17px;
    background: #fff;
        height: 45px;
    width: 45px;
    border-radius: 50px;
  background: transparent;
  border: 1px solid #002237;
 transition:400ms ease-out;
}

.contract-modal .button[data-modal-close]:hover {
  color: #002237;
  border: 1px solid;
  height: 45px;
  width: 45px;
  display: flex;
  background: #fff;
  transform: all 600ms ease-in-out;
}
.button[data-modal-close] .icon {
  flex-shrink: 0;
  width: 24px;
  height: 24px;
  pointer-events: none;
  fill: currentColor;
}

.qrx-modal-logo>svg {
	width: 100%;
	max-width: 250px;
}




/* HOME - INSIGHTS */


.fl-insights {
    display: flex;
    justify-content: space-between;
    width: 100%;
    max-width: 90%;
    margin: 4em auto 1em;
}

.fl-insights h2 {
	font-size: 33px;
	
}

.insights-container {
	display: flex;
    width: 100%;
    padding: 0 4px 0 50px;
    margin-bottom: 4em;
}

.view-container {
	display: flex;
	flex-direction: row;
	justify-content: space-around;
	width: 300px;
}

.page-template-page-home .insights-swiper .swiper-slide, .page-template-page-qrx .insights-swiper .swiper-slide {
    background: #fff;
    border-radius: 3px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, .1);
    overflow: hidden
}

.page-template-page-home .post-item, .page-template-page-qrx .post-item {
    display: flex;
    flex-direction: column;
    height: 100%;
    text-decoration: none;
    background: #f8f3eb;
    border-radius: 8px;
    max-height: 720px;
    overflow: hidden;
    transition: all .15s ease-in-out;
    width: calc(36% - 10px);
    width: 100%;
}

.page-template-page-home .post-content, .page-template-page-qrx .post-content{
    padding: 2em 50px
}

.page-template-page-home .card-title, .page-template-page-qrx .card-title {
    font-size: 26px;
    font-weight:300;
    line-height: 1.2;
    padding-top: 10px;
}

.post-image img {
    height: 400px;
    width: 100%;
    
}




img.arrow_icon {
	width: 22px;
	object-fit: inherit;
	}



/* Singe Post Insights */
.single-insight-post-page h2{
	font-family: 'NeueHaasGrotesk55', 'PP Neue Montreal', arial, sans-serif;
	letter-spacing: .6px;
	font-weight: 300;
}
.insights-template-default .wp-block-image img {
	padding: 2em 0 3em;
}
    
/* WP FORMS */
    
    
    .wpforms-container input[type=date], .wpforms-container input[type=datetime], .wpforms-container input[type=datetime-local], .wpforms-container input[type=email], .wpforms-container input[type=month], .wpforms-container input[type=number], .wpforms-container input[type=password], .wpforms-container input[type=range], .wpforms-container input[type=search], .wpforms-container input[type=tel], .wpforms-container input[type=text], .wpforms-container input[type=time], .wpforms-container input[type=url], .wpforms-container input[type=week], .wpforms-container select, .wpforms-container textarea, .wp-core-ui div.wpforms-container input[type=date], .wp-core-ui div.wpforms-container input[type=datetime], .wp-core-ui div.wpforms-container input[type=datetime-local], .wp-core-ui div.wpforms-container input[type=email], .wp-core-ui div.wpforms-container input[type=month], .wp-core-ui div.wpforms-container input[type=number], .wp-core-ui div.wpforms-container input[type=password], .wp-core-ui div.wpforms-container input[type=range], .wp-core-ui div.wpforms-container input[type=search], .wp-core-ui div.wpforms-container input[type=tel], .wp-core-ui div.wpforms-container input[type=text], .wp-core-ui div.wpforms-container input[type=time], .wp-core-ui div.wpforms-container input[type=url], .wp-core-ui div.wpforms-container input[type=week] {
	    height: 58px;
    }
    
div.wpforms-container-full input[type=submit]:not(:hover):not(:active), div.wpforms-container-full button[type=submit]:not(:hover):not(:active), div.wpforms-container-full .wpforms-page-button:not(:hover):not(:active), .wp-core-ui div.wpforms-container-full input[type=submit]:not(:hover):not(:active), .wp-core-ui div.wpforms-container-full button[type=submit]:not(:hover):not(:active), .wp-core-ui div.wpforms-container-full .wpforms-page-button:not(:hover):not(:active) {    
    background: #0b182e !important;
    color: #fff;
    display: flex;
    justify-content: center;
    width: 300px;
    height: 65px;
    border-radius: 8px;
    line-height: 1.1;
    font-size: 20px;
    margin-bottom: 6em;
    
    }
    
 div.wpforms-container-full input[type=submit]:hover, div.wpforms-container-full input[type=submit]:active, div.wpforms-container-full button[type=submit]:hover, div.wpforms-container-full button[type=submit]:active, div.wpforms-container-full .wpforms-page-button:hover, div.wpforms-container-full .wpforms-page-button:active, .wp-core-ui div.wpforms-container-full input[type=submit]:hover, .wp-core-ui div.wpforms-container-full input[type=submit]:active, .wp-core-ui div.wpforms-container-full button[type=submit]:hover, .wp-core-ui div.wpforms-container-full button[type=submit]:active, .wp-core-ui div.wpforms-container-full .wpforms-page-button:hover, .wp-core-ui div.wpforms-container-full .wpforms-page-button:active {
    background: #102c55 !important;
    color: #fff;
    display: flex;
    justify-content: center;
    width: 300px;
    height: 65px;
    border-radius: 6px;
    line-height: 1.1;
    font-size: 20px;
        margin-bottom: 6em;
	 
 }   
 
 div.wpforms-container-full input[type=date], div.wpforms-container-full input[type=datetime], div.wpforms-container-full input[type=datetime-local], div.wpforms-container-full input[type=email], div.wpforms-container-full input[type=month], div.wpforms-container-full input[type=number], div.wpforms-container-full input[type=password], div.wpforms-container-full input[type=range], div.wpforms-container-full input[type=search], div.wpforms-container-full input[type=tel], div.wpforms-container-full input[type=text], div.wpforms-container-full input[type=time], div.wpforms-container-full input[type=url], div.wpforms-container-full input[type=week], div.wpforms-container-full select, div.wpforms-container-full textarea, .wp-core-ui div.wpforms-container-full input[type=date], .wp-core-ui div.wpforms-container-full input[type=datetime], .wp-core-ui div.wpforms-container-full input[type=datetime-local], .wp-core-ui div.wpforms-container-full input[type=email], .wp-core-ui div.wpforms-container-full input[type=month], .wp-core-ui div.wpforms-container-full input[type=number], .wp-core-ui div.wpforms-container-full input[type=password], .wp-core-ui div.wpforms-container-full input[type=range], .wp-core-ui div.wpforms-container-full input[type=search], .wp-core-ui div.wpforms-container-full input[type=tel], .wp-core-ui div.wpforms-container-full input[type=text], .wp-core-ui div.wpforms-container-full input[type=time], .wp-core-ui div.wpforms-container-full input[type=url], .wp-core-ui div.wpforms-container-full input[type=week], .wp-core-ui div.wpforms-container-full select, .wp-core-ui div.wpforms-container-full textarea {
	 background: #fdfdfd;;
 }
 div.wpforms-container-full .wpforms-form textarea.wpforms-field-medium {
	 background: #fdfdfd;
 }
    
/* MODAL DRAWER */

	#drawer {
  background: #fff;
  height: 100vh;
  padding: 48px;
  position: fixed;
  right: 0;
  text-align: center;
  top: 0;
  transform: translateX(100%);
  transition: transform 300ms ease-in-out;
  width: 600px;
  z-index: 3;
}

#overlay {
  background: black;
  bottom: 0;
  height: 100vh;
  left: 0;
  opacity: 0;
  position: fixed;
  right: 0;
  top: 0;
  transition: opacity 250ms, visibility 0s;
  visibility: hidden;
  width: 100vw;
  z-index: 2;
}

.slide-right.show-drawer #drawer {
  transform: translateX(0%);
}
.slide-right.show-drawer #overlay {
  opacity: 0.5;
  visibility: visible;
}

.primary-slide-btn {
	background: #0a2849;
	color: #fff;
	border-radius: 9px;
	width: 300px;
	display: flex;
	justify-content: center;
	text-align: center;
	align-items: center;
	margin: 0 auto;
	height: 60px;
}


.drawer-btn {
	background: #000;
	color: #fff;
	border-radius: 9px;
	width: 300px;
	display: flex;
	justify-content: center;
	text-align: center;
	align-items: center;
	margin: 0 auto;
	height: 60px;
}



/* -------------------------------- 

Slide In Panel 

-------------------------------- */
.mix-main-content {
  text-align: center;
}

.mix-main-content h1 {
  font-size: 2rem;
  color: #000000;
  padding: 4em 0;
}

.mix-btn {
  position: relative;
  display: inline-block;
  padding: 1em 2em;
  background-color: #000000;
  color: #ffffff;
  border-radius: 50em;
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.5), 0 0 5px rgba(0, 0, 0, 0.1);
          box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.5), 0 0 5px rgba(0, 0, 0, 0.1);
  -webkit-transition: -webkit-box-shadow 0.2s;
  transition: -webkit-box-shadow 0.2s;
  transition: box-shadow 0.2s;
  transition: box-shadow 0.2s, -webkit-box-shadow 0.2s;
}

.mix-btn:hover {
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.5), 0 0 20px rgba(0, 0, 0, 0.3);
          box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.5), 0 0 20px rgba(0, 0, 0, 0.3);
}

@media only screen and (min-width: 1170px) {
  .mix-main-content h1 {
    font-size: 3.2rem;
  }
}

.mix-panel {
  position: fixed;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  visibility: hidden;
  -webkit-transition: visibility 0s 0.6s;
  transition: visibility 0s 0.6s;
}

.mix-panel::after {
  /* overlay layer */
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: transparent;
  cursor: pointer;
  -webkit-transition: background 0.3s 0.3s;
  transition: background 0.3s 0.3s;
}

.mix-panel.mix-panel--is-visible {
  visibility: visible;
  -webkit-transition: visibility 0s 0s;
  transition: visibility 0s 0s;
}

.mix-panel.mix-panel--is-visible::after {
  background: rgba(0, 0, 0, 0.6);
  -webkit-transition: background 0.3s 0s;
  transition: background 0.3s 0s;
}

.mix-panel__header {
  position: fixed;
  width: 90%;
  height: 50px;
  line-height: 50px;
  background: rgba(255, 255, 255, 0.96);
  z-index: 2;
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.08);
          box-shadow: 0 1px 1px rgba(0, 0, 0, 0.08);
  -webkit-transition: -webkit-transform 0.3s 0s;
  transition: -webkit-transform 0.3s 0s;
  transition: transform 0.3s 0s;
  transition: transform 0.3s 0s, -webkit-transform 0.3s 0s;
  -webkit-transform: translateY(-50px);
      -ms-transform: translateY(-50px);
          transform: translateY(-50px);
}

.mix-panel__header h1 {
  color: #000000;
  padding-left: 5%;
  font-weight: bold;
}

.mix-panel--from-right .mix-panel__header {
  right: 0;
}

.mix-panel--from-left .mix-panel__header {
  left: 0;
}

.mix-panel--is-visible .mix-panel__header {
  -webkit-transition: -webkit-transform 0.3s 0.3s;
  transition: -webkit-transform 0.3s 0.3s;
  transition: transform 0.3s 0.3s;
  transition: transform 0.3s 0.3s, -webkit-transform 0.3s 0.3s;
  -webkit-transform: translateY(0px);
      -ms-transform: translateY(0px);
          transform: translateY(0px);
}

@media only screen and (min-width: 768px) {
  .mix-panel__header {
    width: 70%;
  }
}

@media only screen and (min-width: 1170px) {
  .mix-panel__header {
    width: 50%;
  }
}

.mix-panel__close {
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  width: 60px;
  /* image replacement */
  display: inline-block;
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
}

.mix-panel__close::before, .mix-panel__close::after {
  /* close icon created in CSS */
  content: '';
  position: absolute;
  top: 22px;
  left: 20px;
  height: 3px;
  width: 20px;
  background-color: #000000;
  /* this fixes a bug where pseudo elements are slighty off position */
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}

.mix-panel__close::before {
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
}

.mix-panel__close::after {
  -webkit-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
          transform: rotate(-45deg);
}


.mix-panel__close:hover::before, .mix-panel__close:hover::after {
  background-color: #000000;
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
}

.mix-panel__close:hover::before {
  -webkit-transform: rotate(220deg);
      -ms-transform: rotate(220deg);
          transform: rotate(220deg);
}

.mix-panel__close:hover::after {
  -webkit-transform: rotate(135deg);
      -ms-transform: rotate(135deg);
          transform: rotate(135deg);
}

.mix-panel--is-visible .mix-panel__close::before {
  -webkit-animation: mix-close-1 0.6s 0.3s;
          animation: mix-close-1 0.6s 0.3s;
}

.mix-panel--is-visible .mix-panel__close::after {
  -webkit-animation: mix-close-2 0.6s 0.3s;
          animation: mix-close-2 0.6s 0.3s;
}

@-webkit-keyframes mix-close-1 {
  0%, 50% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
  }
}

@keyframes mix-close-1 {
  0%, 50% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
  }
}

@-webkit-keyframes mix-close-2 {
  0%, 50% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(-45deg);
            transform: rotate(-45deg);
  }
}

@keyframes mix-close-2 {
  0%, 50% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(-45deg);
            transform: rotate(-45deg);
  }
}

.mix-panel__container {
  position: fixed;
  width: 90%;
  height: 100%;
  top: 0;
  background: #ffffff;
  z-index: 1;
  -webkit-transition: -webkit-transform 0.3s 0.3s;
  transition: -webkit-transform 0.3s 0.3s;
  transition: transform 0.3s 0.3s;
  transition: transform 0.3s 0.3s, -webkit-transform 0.3s 0.3s;
}

.mix-panel--from-right .mix-panel__container {
  right: 0;
  -webkit-transform: translate3d(100%, 0, 0);
          transform: translate3d(100%, 0, 0);
}

.mix-panel--from-left .mix-panel__container {
  left: 0;
  -webkit-transform: translate3d(-100%, 0, 0);
          transform: translate3d(-100%, 0, 0);
}

.mix-panel--is-visible .mix-panel__container {
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
  -webkit-transition-delay: 0s;
          transition-delay: 0s;
}

@media only screen and (min-width: 768px) {
  .mix-panel__container {
    width: 70%;
  }
}

@media only screen and (min-width: 1170px) {
  .mix-panel__container {
    width: 50%;
  }
}

.mix-panel__content {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding: 70px 5%;
  overflow: auto;
  /* smooth scrolling on touch devices */
  -webkit-overflow-scrolling: touch;
}

.mix-panel__content p {
  font-size: 1.4rem;
  color: #424f5c;
  line-height: 1.4;
  margin: 2em 0;
}

.mix-panel__content p:first-of-type {
  margin-top: 0;
}

@media only screen and (min-width: 768px) {
  .mix-panel__content p {
    font-size: 1.6rem;
    line-height: 1.6;
  }
}
.grid--full {
    width: 100%
}

.grid--third {
    padding: 30px
}

.grid--fourth {
    padding: 30px;
    border-bottom: 1px solid #eee;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%
}

.grid--fourth:last-child {
    border-bottom: none
}

.grid--half,
.grid--two-third {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    padding: 30px
}

.grid--mobile-first {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1
}

@media only (min-width:768px) {
    .grid--third {
        padding: 30px
    }
    .grid--fourth {
        padding: 60px
    }
    .grid--half,
    .grid--two-third {
        padding: 30px
    }
    .grid--half {
        -ms-flex-preferred-size: 50%;
        flex-basis: 50%
    }
}

@media only (min-width:1024px) {
    .grid--third {
        -ms-flex-order: initial;
        -ms-flex-preferred-size: 33.33333%;
        flex-basis: 33.33333%;
        max-width: 33.33333%
    }
    .grid--fourth,
    .grid--third {
        -webkit-box-ordinal-group: initial;
        order: 0;
        padding: 30px;
        border-left: 0
    }
    .grid--fourth {
        -ms-flex-order: initial;
        -ms-flex-preferred-size: 25%;
        flex-basis: 25%;
        max-width: 25%;
        border-bottom: none
    }
    .grid--two-third {
        -webkit-box-ordinal-group: initial;
        -ms-flex-order: initial;
        order: 0;
        -ms-flex-preferred-size: 66.66667%;
        flex-basis: 66.66667%;
        max-width: 66.66667%;
        padding: 30px
    }
    .grid--half {
        -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
        max-width: 50%;
        padding: 30px
    }
    .grid--lead {
        -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
        order: -1;
        border-left: 0
    }
    .grid--last {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1;
        border-right: 0
    }
}

.column--half,
.column--third,
.column--two-third {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%
}

.column--half {
    max-width: 100%
}

@media only (min-width:1024px) {
    .column--third {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-flow: column;
        flex-flow: column;
        -ms-flex-preferred-size: 33.33333%;
        flex-basis: 33.33333%;
        max-width: 33.33333%
    }
    .column--two-third {
        -ms-flex-preferred-size: 66.66667%;
        flex-basis: 66.66667%;
        max-width: 66.66667%
    }
    .column--half {
        -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
        max-width: 50%
    }
}

.col-1-4 {
    display: grid;
    grid-template-columns: 1fr;
    grid-gap: 0 30px
}

@media (min-width:1024px) {
    .col-1-4 {
        grid-template-columns: 1fr 1fr
    }
}

@media (min-width:1200px) {
    .col-1-4 {
        grid-template-columns: repeat(3, 1fr)
    }
}

@media (min-width:1440px) {
    .col-1-4 {
        grid-template-columns: repeat(4, 1fr)
    }
}

.col-2 {
    display: grid;
    grid-template-columns: 1fr
}

@media (min-width:1024px) {
    .col-2 {
        grid-template-columns: 1fr 1fr;
        grid-gap: 0 100px
    }
}



.container {
    width: 95%;
    margin: 3em auto;
    padding: 0 20px;
}

@media (min-width:1024px) {
    .container {
       max-width: 90%;
    }
}

/* Header Page - Scale */

.hero-main-container{position:relative;height:565px;width:100%;overflow:hidden}@media only screen and (min-width: 992px){.hero-main-container{height:600px}}.hero-main-image{position:absolute;top:0;left:0;width:100%;height:565px;overflow:hidden;z-index:1}@media only screen and (min-width: 992px){.hero-main-image{height:600px}}.hero-main-image:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;z-index:2;pointer-events:none;background:linear-gradient(to top,#0006,#00000040 35%,#0000001f 65%,#0000)}.hero-main-image img{width:100%;height:565px;-o-object-fit:cover;object-fit:cover;transform:scale(1);animation:zoomPan 8s ease-out forwards}@media only screen and (min-width: 992px){.hero-main-image img{height:600px}}@keyframes zoomPan{0%{transform:scale(1.1)}to{transform:scale(1)}}.hero-main-content{position:absolute;z-index:3;color:#fff;bottom:3%;left:6%;max-width:800px}.hero-main-content h1{color:var(--color-white);font-size:35px;font-weight:400;margin-bottom:20px}.hero-main-content h2{font-size:24px;font-weight:300;margin-bottom:30px}a{background-color:transparent;color:inherit;text-decoration:none}

/* header slant */


.featured-page-header {
    position: relative;
    width: 100%;
    padding-top: 132px;
    overflow: hidden
}

@media only screen and (min-width: 768px) {
    .featured-page-header {
        padding-top:200px
    }
}

.featured-page-header.internal-hero {
    background-color: #051c2c;
    height: 550px
}

@media only screen and (min-width: 768px) {
    .featured-page-header.internal-hero {
        height:650px
    }
}

.featured-page-header.internal-hero .media-image {
    background: #f5f5f5;
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%
}

@media only screen and (min-width: 768px) {
    .featured-page-header.internal-hero .media-image {
        width:70%
    }
}

.featured-page-header.internal-hero .media-image:before {
    content: "";
    position: absolute;
    left: -1px;
    bottom: -2px;
    width: 200px;
    height: calc(100% + 2px);
    background: #051c2c;
    clip-path: polygon(0 0,0 100%,100% 0);
    z-index: 9
}

@media only screen and (min-width: 768px) {
    .featured-page-header.internal-hero .media-image:before {
        width:125px
    }
}

.featured-page-header.internal-hero .image-asset {
    position: relative;
    height: 100%
}

.featured-page-header.internal-hero .hero-image {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center
}

.featured-page-header.internal-hero .intro-content-container {
    position: absolute;
    bottom: 71px;
    left: 1%;
    width: 100%
}

.featured-page-header.internal-hero .intro-content-holder {
    z-index: 9;
    position: relative;
    left: 5%;
    max-width: 30%;
    bottom: 40px
}

.featured-page-header.internal-hero .intro-content-holder h1 {
    margin: 0;
    color: var(--color-white);
    font-weight: 300;
    line-height: 1.2;
    max-width: 80%;
    font-size: 30px
}

@media only screen and (min-width: 768px) {
    .featured-page-header.internal-hero .intro-content-holder h1 {
        max-width:75%;
        font-size: 35px
    }
}

@media only screen and (min-width: 1100px) {
    .featured-page-header.internal-hero .intro-content-holder h1 {
        max-width:65%;
        margin-right: 30px
    }
}

.featured-page-header.internal-hero.internal-hero--short {
    height: 420px
}

@media only screen and (min-width: 768px) {
    .featured-page-header.internal-hero.internal-hero--short {
        height:480px
    }
}

.hero-banner {
    display: flex;
    width: 100%;
    height: 650px;
    max-height: 650px;
    background-color: #041c2c;
    overflow: hidden;
    position: relative
}

@media only screen and (min-width: 992px) {
    .hero-banner {
        height:auto;
        max-height: none;
        flex-direction: column
    }
}

.hero-banner .hero-content {
    flex: 0 0 40%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding-left: 8%;
    padding-right: 2%;
    box-sizing: border-box;
    color: #fff;
    z-index: 10
}

@media only screen and (min-width: 992px) {
    .hero-banner .hero-content {
        flex:1;
        padding: 60px 40px
    }
}

.hero-banner .post-date {
    font-family: Avenir;
    font-size: 14px;
    color: #fffc;
    margin-bottom: 25px
}

.hero-banner .hero-title {
    font-size: clamp(2rem,3.2vw,3.8rem);
    line-height: 1.15;
    margin: 0 0 35px;
    color: #fff;
    font-weight: 400
}

.hero-banner .reading-time {
    color: #fff;
    font-size: 15px;
    font-weight: 600
}

.hero-banner .hero-image-wrapper {
    flex: 0 0 60%;
    position: relative
}

@media only screen and (min-width: 992px) {
    .hero-banner .hero-image-wrapper {
        height:350px;
        flex: 1
    }
}

.hero-banner .main-photo {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    display: block
}

.hero-banner .angle-overlay {
    position: absolute;
    top: 0;
    left: -1px;
    height: 100%;
    z-index: 5;
    pointer-events: none
}

@media only screen and (min-width: 992px) {
    .hero-banner .angle-overlay {
        display:none
    }
}




/* Contract */

.swpm-forgot-pass-link, .swpm-join-us-link {
	display: none;
}

.swpm-remember-me {
	display: flex;
	align-content: center;
}