* {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
    -webkit-tap-highlight-color: transparent;
}
:root {
    --font-archivo-expanded: 'Archivo Expanded';
    --font-Prosto-one: "Prosto One", sans-serif;
    --white: #FCFDFD;
    --brown: #A9682F;
    --dark-text: rgba(11, 18, 56, 0.85) ;
    --navy-blue:#21326E;
    --dark-blue:#0B1238;
}

html {
	-ms-overflow-style: scrollbar;
	box-sizing: border-box;
	font-size: 100%;
    scroll-behavior: smooth;
    scroll-padding-top: 110px;
    

}

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

body {
	font-family: var(--font-archivo-expanded);
	color: var(--dark-text);
    font-size: 16px;
	letter-spacing: 0;
	line-height: 26px;
    letter-spacing: 0.23px;
    touch-action: pan-x pan-y;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    overflow-x: hidden;
}
.row{
    justify-content: space-between;
}
.container {

    margin: 0 auto;
}
.small-container{
    max-width: 922px;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
}
a {
	color: var(--dark-blue);
    font-weight: 600;
	text-decoration: none;
	transition: .3s;
}
html, body {
    height: 100%;
    margin: 0;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
b,strong{
    font-weight: 600;
}
a:hover { color: var(--gold);}
p a{text-decoration: underline; color: var(--navy-blue); font-weight: 600; letter-spacing: 0.23px;}
p a:hover{color: var(--blue);text-decoration: underline;}
a:hover { text-decoration: none; }
a:focus { outline: none; text-decoration: none; }
img { display: block; }
input:focus, textarea:focus { outline: none;  }
img { max-width: 100%; display: block; }
label { font-weight: inherit; }
input:focus, textarea:focus { outline: none;  }
video, iframe { width: 100%; height: 100%; object-fit: cover;}

h2 span{
    color: var(--brown);
}

h1,.h1 { font-size: 46px; line-height: 66px; font-weight: 400; margin: 0 0 25px; color: var(--white); font-family: var(--font-Prosto-one);letter-spacing: 0.92px;;
text-transform: uppercase;}
h2,.h2 { font-size: 36px; line-height: 46px; font-weight: 400; margin: 0 0 15px; color: var(--dark-blue);font-family: var(--font-Prosto-one); letter-spacing: 0.36px;text-transform: uppercase;}
h3,.h3 { font-size: 20px; line-height: 30px; font-weight: 500;margin: 0 0 15px; color: var(--dark-blue);font-family: var(--font-Prosto-one); letter-spacing: 0.2px;text-transform: uppercase;}
h4,.h4 { font-size: 18px; line-height: 32px; font-weight: 600; margin: 0 0 15px; color: var(--dark-blue);font-family: var(--font-archivo-expanded); letter-spacing: -0.4px;}
h5,.h5 { font-size: 18px; line-height: 32px; font-weight: 600; margin: 0 0 15px; color: var(--dark-blue);font-family: var(--font-archivo-expanded); letter-spacing: -0.4px;}


.small-title{font-size: 14px; line-height: 22px;font-weight: 700;margin: 0 0 24px; color: var(--red);font-family: var(--font-haboro-Contrast);}
.text-block  .small-title{
    margin: 0 0 25px;
}

p { font-size: 16px; line-height: 26px; font-weight: 300;color: var(--dark-text);margin-bottom: 25px;letter-spacing: 0;}
p:last-child{margin-bottom: 0px;}
p:empty { display: none; }

a.btn {
    background-color: var(--brown);
    color: var(--white);
    padding: 14px 25px;
    font-weight: 500;
    font-style: Medium;
    font-size: 12px;
    leading-trim: NONE;
    line-height: 13px;
    letter-spacing: 0.3px;
    text-transform: uppercase;
    margin: 0;
    text-align: center;
    text-decoration: none;
    border-radius: 2px;
}
a.btn.btn-dark {
    background: rgba(255, 255, 255, 0.2);
    backdrop-filter: blur(20px);
}
a.btn.btn-blue {
    background-color: var(--navy-blue);
}
a.btn:hover,
a.btn.btn-dark:hover{
    background-color: var(--navy-blue);
    color: var(--white);
}
a.btn.btn-blue:hover{
   background-color: var(--brown);
}
.text-left { text-align: left; }
.text-center { text-align: center; }
.text-right { text-align: right; }
.switch-column {
    flex-direction: row-reverse;
}
.overflow-hidden,.body-hidden{
    overflow: hidden;
}
.column-row {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.mobile-img{
    display: none;
}

.hero-title .word {
    display: inline-block;
    overflow: hidden;
    margin-right: 6px;
    transform: translateY(110%);
    opacity: 0;
    line-height: 1;
}

.hero-title .word span {
    display: inline-block;
}

.hero-title.animate .word {
    animation: wordUp 0.6s cubic-bezier(0.25, 0.46, 0.45, 0.94) forwards;
}

@keyframes wordUp {
    to {
        transform: translateY(0);
        opacity: 1;
    }
}

@keyframes fadeIn {
    to {
        opacity: 1;
    }
}

/*gravity form*/

ul,
li,
ol {
    margin: 0;
    padding: 0;
    list-style: none;
}

.list-unstyled li::before {
    display: none;
}

.list-unstyled li,
.site-content .list-unstyled li {
    padding: 0;
    margin: 0;
    list-style: none;
}
.site-content ul li{
    font-size: 16px;
    font-style: normal;
    font-weight: 300;
    line-height: 26px;
    letter-spacing: 0.22px;
    padding-left: 16px;
    margin: 0 0 15px;
    position: relative;
}
.site-content ol {
    list-style: none;
    counter-reset: list-counter;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 26px;
    margin: 0 0 24px;
    letter-spacing: 0.22px;
    position: relative;
}

.site-content ol li {
    counter-increment: list-counter;
    position: relative;
    padding-left: 26px;
    margin-bottom: 15px;
    font-weight: 300;
}
.site-content ol li:last-child{
    margin-bottom: 0px;
}
.site-content ol li::before {
    content: counter(list-counter) ".";
    position: absolute;
    left: 0;
    color: var(--dark-blue);
    font-weight: 600;
}
.site-content ol li:last-child{
    margin-bottom: 0px;
}

.site-content ul li {
    list-style-type: none;
}
.site-content ul li b,.site-content ol li b  {
    color: var(--gold);
}

.site-content ul li ol li {
    list-style-type: inherit;
    font-weight: 300;
}

.site-content ul li ol li::before {
    display: none;
}

.site-content ul,
.site-content ol {
    margin-bottom: 30px;
}
.site-content ul:last-child, .site-content ol:last-child{
    margin-bottom: 0px;
}
.site-content ol li:last-child,
.site-content ul li:last-child {
    margin-bottom: 0;
}
.site-content ul li:before {
    position: absolute;
    content: "";
    top: 8px;
    left: 0px;
    right: auto;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: var(--brown);
}

.site-content ul li a,.site-content ol li a{
    text-decoration: underline;
    color: var(--gold);
}
.site-content ul li a:hover,.site-content ol li a:hover{
    color: var(--hover-text);
}
li::marker,
.menu li::marker {
    color: var(--gold);
}

.list-unstyled li,
.site-content .list-unstyled li {
    padding: 0;
    margin: 0;
    list-style: none;
}
.list-unstyled li::before {
    display: none;
}

.cta-btn{
    background-color: var(--gold) !important;
    border-radius: var(--border-radius) !important;
    color: var(--dark-text) !important;
    padding: 12px 25px !important;
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    font-size: 16px;
    line-height: normal;
    font-weight: 600;
    transition: var(--transition) !important;
    position: relative;
    margin: 0 !important;
    width: max-content;
    text-transform: capitalize;

}
.cta-line{
    vertical-align: middle;
    background-color: var(--dark-text);
    width: 34px;
    height: 1px;
    position: relative;
    display: inline-block;
    margin-left: 10px;
    margin-right: 10px;
    transition: transform .8s cubic-bezier(0,0,0,1) 0s, opacity .3s linear 0s;
}

.cta-left{
    position: relative;
    display: inline-block;
    transition: transform .8s cubic-bezier(0,0,0,1);
}
.cta-right{
    position: relative;
    display: inline-block;
    transition: transform .8s cubic-bezier(0,0,0,1);
}

.cta-btn:hover .cta-line {
    transform: scaleX(0);
    opacity: 0;
    transition: transform .8s cubic-bezier(0,0,0,1) 0s, opacity .3s linear .5s;
}

.cta-btn:hover .cta-left  { transform: translateX(23px); }
.cta-btn:hover .cta-right { transform: translateX(-23px); }


.header-right a.btn.active{
    color: var(--red) !important;
}

a + a {
    margin-left: 17px !important;
}
.not-anchor a + a{
    margin-left: 0px !important;
    margin-top: 0px !important;
}
.mb-65{
    margin-bottom: 65px;
}
.mb-75{
    margin-bottom: 75px;
}
.mb-100{
    margin-bottom: 100px;
}
.pb-80{
    padding-bottom: 80px;
}
.p-2{
    font-size: 20px;
    line-height: 28px; 
    padding: 0px !important;
}
.p-22{
    font-size: 22px;
    line-height: 28px; 
}
.p-14{
    font-size: 14px;
}

.inline-cta{
    display: inline-flex;
    align-items: center;
    font-size: 16px;
    line-height: normal;
    font-weight: 600;
    letter-spacing: 0.23px;
    color: var(--ivory);
    transition: var(--transition);
    text-decoration: none;
}
.inline-cta:hover{
    color: var(--gold);
    text-decoration: none;
}

.inline-cta:hover::after{
    background-image: url(../images/right-arrow.svg);
}
.inline-cta.white{
    color: var(--white);
}

.inline-cta.white:hover{
    color: var(--red);
}
hr{
    border-top: 1px solid rgba(29, 29, 60, 0.10);
    margin: 40px 0px;
    border-bottom: 0px;
    border-right: 0px;
    border-left: 0px;
}

.video-popup-inner video,
.mfp-iframe {
  width: 100%;
  max-width: 900px;
  height: auto;
}


.page-template-page-news_insight .site-content{
    background: var(--neutral);
}
.page-template-page-news_insight .site-content .loading{
    background-color: rgb(242 244 247 / 50%);
}

.video-popup-inner video,
.mfp-iframe {
  width: 100%;
  max-width: 900px;
  height: auto;
}


.separator-line {
    height: 1px;
    width: 100%;
    background: rgba(152, 100, 26, 0.35);
    margin-bottom: 48px;
}
.labels{
    font-size: 20px;
    font-weight: 500;
    line-height: normal;
    font-family: var(--font-haboro-Contrast);
    color: var(--gold);
    margin-bottom: 10px;
}
.site-content {
    position: relative;
    min-height: 500px;
}

.mfp-content {
    max-width: 900px;
}
.mfp-bg {
    background: #08242B !important;
    opacity: 0.7 !important;
}

button.mfp-close, button.mfp-arrow {
    align-items: center;
    background-image: none !important;
    background-position: 50% !important;
    background-repeat: no-repeat !important;
    background-size: 24px !important;
    display: flex;
    width: 40px;
    height: 40px;
    justify-content: center;
    position: absolute;
    right: 15px;
    top: 15px;
    background-color: var(--gold) !important;
    border-radius: var(--border-radius);
    transition: var(--transition);
    cursor: pointer !important;
    border: 0px !important;
    font-size: 0px;
    opacity: 1 !important;
}
button.mfp-close::before {
    color: var(--dark-blue);
    content: "×";
    font-size: 28px;
    line-height: 1;
}
button.mfp-close:hover {
    background-color: var(--medium-teal) !important;
    background-image: none !important;
}
button.mfp-close:hover::before {
    color: var(--white);
}

.loading-wrapper
{
    position: relative;
}
.loading {
    display: none;
    height: 100%;
    background-color: rgb(12 54 64 / 50%);
    position: absolute;
    top: 0;
    left: 50%;
    width: 100%;
    z-index: 10;
    transform: translateX(-50%);
}

.loading span {
    -webkit-animation: load8 .7s linear infinite;
    animation: load8 .7s linear infinite;
    border: 3px solid #fff;
    border-left-color: var(--dark-teal);
    border-radius: 100%;
    height: 50px;
    left: 50%;
    margin: 0 auto;
    position: absolute;
    top: 20% !important;
    transform: translate(-50%, -50%);
    width: 50px;
    z-index: 999;
}

@-webkit-keyframes load8 {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@keyframes load8 {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}
.slick-next,
.slick-prev {
      width: 46px;
    height: 46px;
    border-radius: 2px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 2;
    cursor: pointer;
    font-size: 0;
    transition: var(--transition);
    border: 0;
}
.slick-next:hover,.slick-prev:hover,
.slick-next:focus-visible,.slick-prev:focus-visible{

}
.slick-next {
    right: 0px;
    background: url('../images/slick-right.svg') center center / 14px no-repeat, var(--brown);
}

.slick-prev {
    left: 0px;
    background: url('../images/slick-left.svg') center center / 14px no-repeat, var(--brown);
}
.slick-track
{
    display: flex !important;
}

.slick-slide
{
    height: inherit !important;
}
.slick-disabled{
   opacity: 0.5;
}
ul.slick-dots {
    display: flex;
    justify-content: center;
    margin-top: 20px;
}

ul.slick-dots li button {
    background: 0;
    font-size: 0;
    list-style-type: none;
    height: 0;
    width: 0;
    font-size: 0;
    height: 0;
    width: 0;
    border: 0;
    outline: 0;
}
ul.slick-dots li {
    margin-bottom: 0;
}
ul.slick-dots li {
    height: 10px;
    width: 10px;
    background: var(--dark-blue);
    border-radius: 100px;
    font-size: 0;
    margin: 0 5px;
    padding: 00;
}
ul.slick-dots li:before {
    display: none;
}
ul.slick-dots li.slick-active {
    background: var(--brown);
}

.no-results{
    padding: 20px;
    color: var(--ivory);
    font-weight: 500;
}
.no-found{
    color: var(--ivory);
    font-weight: 500;
    padding: 0px 15px;
    font-size: 18px;
}

/*----------- Gravity Form Start -------------*/
body img.gform_ajax_spinner {
    width: 30px;
    padding-left: 5px;
    background: transparent;
    flex-shrink: 0;
}

.gform_wrapper.gravity-theme .gform_footer input+input{
    margin-left: 0px !important;
}
body .gform_wrapper.gravity-theme .gfield_label {
    color: var(--dark-blue);
    display: block;
    font-size: 16px;
    letter-spacing: 0.22px;
    line-height: 26px;
    margin: 0 0 5px;
    font-weight: 500;
    transition: var(--transition);
}
body .gform_wrapper.gravity-theme .gfield_required{
    font-size: 16px;
    line-height: 21px;
    font-style: normal!important;
    color: var(--gold) !important;
}
body .gform_wrapper input, body select, body textarea {
    background-color: rgba(249, 246, 243, 0.15);
    border: 0px !important;
    border-radius: var(--border-radius) !important;
    color: rgba(11, 18, 56, 0.85);
    font-size: 16px !important;
    line-height: 26px;
    font-weight: 300;
    letter-spacing: 0.22px;
    padding: 10px 0 !important;
    font-family: var(--font-archivo-expanded);
    transition: var(--transition);
    border-bottom: 1px solid rgba(33, 50, 110, 0.25) !important;
}


body .gform_wrapper.gravity-theme input::placeholder,
.gform_wrapper.gravity-theme .gfield textarea::placeholder {
    color: var(--ivory);
    opacity: 0.5;
}
body .gform_wrapper.gravity-theme .gfield textarea.large {
    height: 100px;
    resize: none;
    border-radius: var(--border-radius) !important;
}
body .gform_wrapper.gravity-theme .gform_fields {
    grid-column-gap: 25px;
    grid-row-gap: 25px;
}
body select {
    -webkit-appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    appearance: none;
    background-image: url(../images/select-arrow-blue.svg);
    background-position: center right;
    background-repeat: no-repeat;
    outline: none;
    color: hsl(231deg 67% 13% / 50%);
}
body select.selected{
     color: rgba(11, 18, 56, 0.85);
}
/* body select option{
    color: var(--dark-text) !important;
} */
body .gform_wrapper .gform_footer input[type=submit]:focus{
    outline: none;
}
body .gform_wrapper .gform_footer .gform_button {
    -webkit-appearance: none;
    background: var(--navy-blue);
    border-radius: var(--border-radius) !important;
    color: var(--white);
    padding: 14px 25px !important;
    text-decoration: none;
    display: inline-flex !important;
    align-items: center;
    overflow: hidden;
    font-size: 12px !important;
    line-height: normal;
    font-weight: 500;
    transition: var(
    --transition) !important;
    position: relative;
    margin: 0px !important;
    cursor: pointer;
    border: 0px !important;
    font-family: var(--font-archivo-expanded);
    letter-spacing: 0.3px;
    text-transform: uppercase;
    justify-content: center;
    text-align: center;
}

body .gform_wrapper .gform_footer .gform_button:hover{
    background-color: var(--brown) !important;
    color: var(--white) !important;
}

body .gfield_html a, body .gfield_html {
    color: var(--dark-blue);
    font-weight: 300;
    font-size: 14px;
    line-height: normal;
    letter-spacing: 0;
}
body .gfield_html a {
    font-weight: 600;
    text-decoration: underline;
}
body .gfield_html a + a{
    margin-left: 0px !important;
}

body .gfield_html a:hover{
    color: var(--brown) !important;
}
.resource-download .gform_wrapper.gravity-theme .gform_footer{
    margin-top: -10px !important;
}

.gform_wrapper.gravity-theme .gform_footer{
    position: relative;
    margin: 0px !important;
}
.gform_wrapper.gravity-theme .gform_footer input{
    margin-bottom: 0px !important;
}
body .gform_wrapper input:focus, body .gform_wrapper textarea:focus {
    outline: none;
    border-bottom: 1px solid var(--brown) !important;
}

body .gform_wrapper.gravity-theme .isvalue .gfield_label,body .gform_wrapper.gravity-theme .isvalue .gfield_label .gfield_required{
    color: var(--dark-purple) !important;
}
  
.ginput_container.ginput_container_multiselect {
    display: grid;
    position: relative;
    width: 100%;
}
body .gform_wrapper.gravity-theme .gfield textarea {
    height: 125px !important;
    resize: unset !important;
    width: 100% !important;
}
.gform_wrapper .gform_validation_errors{
    display: none;
}
.gform_wrapper .gfield_validation_message, .gform_wrapper .validation_message{
    background: transparent !important;
    border: none !important;
    font-size: 16px !important;
    margin-top: 0px !important;
    padding: 10px 0px 0px 0px !important;
    font-weight: 500;
    line-height: normal !important;
    color: #ff5832 !important;
}
.gform_wrapper.gravity-theme .gfield_error label{
    color: #ff5832 !important; 
}
.gform_body .ginput_container_phone .instruction{
    display: none;
}
.gform_confirmation_message_2{
    color: var(--font-black);
    font-size: 16px;
    font-weight: 500;
}
.gform_required_legend{
    display: none;
}

.gform_confirmation_message {
    font-size: 16px;
    line-height: 26px;
    color: var(--white) !important;
    text-align: center;
    background-color: var(--navy-blue);
    font-family: var(--font-archivo-expanded);
    font-weight: 600;
    padding: 12px;
    border-radius: var(--border-radius);
}
body .gform_wrapper.gravity-theme .gfield-choice-input + label,.ginput_container_consent input + label{
    max-width: 100%;
    font-size: 16px;
    line-height: 26px;
    color: var(--ivory);
    letter-spacing: 0.22px;
    cursor: pointer;
    display: flex;
    align-items: center;
}
  
.ginput_container_checkbox .gchoice label:before,.ginput_container_consent input + label:before {
    content: "";
    -webkit-appearance: none;
    background-color: transparent;
    width: 18px;
    height: 18px;
    border: 1px solid var(--gold);
    border-radius: 0px;
    background-color: transparent;
    display: inline-block;
    position: relative;
    vertical-align: middle;
    cursor: pointer;
    margin-right: 15px;
    top: 0px;
    flex-shrink: 0;
}
  
.ginput_container_checkbox .gchoice input:checked + label:before, .ginput_container_consent input:checked + label:before {
    border-color: var(--gold);
    background-color: var(--gold);
}

.ginput_container_checkbox .gchoice input:checked + label:after,.ginput_container_consent input:checked + label:after {
    content: "";
    display: block;
    position: absolute;
    top: 45%;
    left: 6px;
    width: 6px;
    height: 12px;
    border: solid var(--dark-text);
    border-width: 0 2px 2px 0;
    transform: translateY(-50%) rotate(45deg);
}
.gform_wrapper.gravity-theme .ginput_container_checkbox .gfield-choice-input ,.ginput_container_consent input{
    display: none;
}
.ginput_container_checkbox .gchoice,.ginput_container_consent {
    position: relative;
}
.ginput_container_checkbox .gchoice:not(:last-child) {
    margin-bottom: 12px;
}
.gfield--type-checkbox .gfield_description{
    color: var(--gold);
    padding-bottom: 10px;
    padding-top: 0px;

}
.gform_wrapper.gravity-theme .gform_footer{
    position: relative;
    margin: 24px 0px 0px 0px !important;
    padding: 0px !important;
}
.gform_wrapper.gravity-theme .ginput_container_address span{
    flex: 0 0 100% !important;
    margin-bottom: 0px !important;
    padding-left: 0px !important;
    padding-right: 0px !important;
}
.gform_wrapper.gravity-theme .ginput_container_address {
    margin-left: 0px !important;
    margin-right: 0px !important;
}
.gform_wrapper.gravity-theme .gfield_error .gfield_repeater_cell label,
.gform_wrapper.gravity-theme .gfield_error label, .gform_wrapper.gravity-theme .gfield_error legend, 
.gform_wrapper.gravity-theme .gfield_validation_message, .gform_wrapper.gravity-theme .validation_message, 
.gform_wrapper.gravity-theme [aria-invalid=true]+label, .gform_wrapper.gravity-theme label+[aria-invalid=true] {
    color: #e73a12;
}
body .gform_wrapper.gravity-theme .gfield_error .gfield_required{
    color: #e73a12 !important;
}
.gform_wrapper.gravity-theme .gform-loader{
    border-block-end: 1.1em solid #15636B;
    border-block-start: 1.1em solid #fff;
    border-inline-end: 1.1em solid #fff;
    border-inline-start: 1.1em solid #15636B;
}
/*----------- Gravity Form End -------------*/

/*---------- Header Start -----------*/

.site-header {
    opacity: 0;
    transform: translateY(-40px);
    transition: opacity 1s ease, transform 1s ease;
    will-change: opacity, transform;
}

.site-header.header-show {
    opacity: 1;
    transform: translateY(0);
}

.site-header.is-sticky .menu-toggler svg line {
    stroke: var(--dark-blue);
}
body:has(.site-main .hero-section) .site-header {
    position: absolute;
}

body:has(.site-main .hero-section) .site {
    padding-top: 0;
}


body:has(.site-main .hero-section) .site-header .site-branding .sticky-logo {
    display: block;
}
body:has(.site-main .hero-section) .site-header.is-sticky .site-branding .sticky-logo {
    display: none;
}
body:has(.site-main .hero-section) .site-header.is-sticky .site-branding .main-logo {
    display: block;
}
body:has(.site-main .hero-section) .site-header .site-branding .main-logo {
    display: none;
}
body:has(.site-main .hero-section) .site-header.is-sticky {
    position: fixed;
}
body:has(.site-main .hero-section) .site-header .menu-toggler svg line {
    stroke: var(--white);
}
body:has(.site-main .hero-section) .site-header.is-sticky .menu-toggler svg line {
    stroke: var(--dark-blue);
}
.site {
    position: relative;
    padding-top: 116px;
}

.site-header {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    top: 0;
    z-index: 2;
    padding: 30px 0 20px;
}
.site-branding img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    object-position: left;
}
.single-project-microsite .site-header.is-sticky .site-branding {
    max-width: max-content;
    height: auto;
}
.site-header.is-sticky .site-branding {
    max-width: 185px;
    width: 100%;
    height: 35px;
    object-fit: contain;
}
.site-header.is-sticky {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    animation: slideDown 0.6s ease-out;
    box-shadow: 0px 34px 9px 0px rgba(40, 55, 95, 0.00), 0px 21px 9px 0px rgba(40, 55, 95, 0.00), 0px 12px 7px 0px rgba(40, 55, 95, 0.02), 0px 5px 5px 0px rgba(40, 55, 95, 0.03), 0px 1px 3px 0px rgba(40, 55, 95, 0.03);
    background: var(--white);
    z-index: 3;
    padding: 10px 0;
}
.site-header.is-sticky .main-menu .menu li a {
    color: var(--dark-blue);
}
.site-header.is-sticky .sticky-header {
    width: 100%;
}

.admin-bar .site-header.is-sticky {
    top: 32px
}

.site-header.is-sticky .header-top {
    display: none;
}



.site-header .site-branding .sticky-logo {
    display: none;
}
@keyframes slideDown {
    from {
        transform: translateY(-100%)
    }
    to {
        transform: translateY(0)
    }
}

.sticky-header-main {
    padding: 40px 0;
    background: #212240;
}

.sticky-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.main-menu .menu > li {
    display: inline-block;
    list-style-type: none;
    position: relative;
    line-height: 1;
    margin-bottom: 0;
    padding-top: 21px;
    padding-bottom: 21px;
}
.main-menu .menu li a {
    font-size: 12px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    letter-spacing: 0.3px;
    text-transform: uppercase;
    color: var(--dark-blue);
}

/* .main-menu .menu li a:hover {
    color: var(--brown);
} */

.main-menu .menu li:not(:last-child) {
    margin-right: 35px;
}

.main-menu {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.main-menu .btn {
    margin-left: 40px;
}


.menu-toggler {
    height: 35px;
    width: 35px;
    flex-shrink: 0;
    margin-left: 30px;
    padding: 3px;
    display: none;
}

.menu-toggler svg {
    vertical-align: bottom;
    text-align: center;
    margin: auto;
    align-items: center;
    justify-content: center;
    justify-items: center;
    height: 100%;
    width: 100%;
}

/*---------- Header End -----------*/


/*---------- Footer Start -----------*/
.site-footer {
    background-color: var(--dark-blue);
    padding-top: 80px;
    position: relative;
    z-index: 1;
    overflow: hidden;
}
.site-footer .footer-shape {
    position: absolute;
    left: 0;
    width: 703px;
    bottom: -150px;
    object-fit: cover;
    height: 1050px;
    z-index: -1;
    background-image: url(../images/footer-vector.png);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: left top;
    left: -225px;
}
.connect-with-our-team .section-title h2 {
    color: var(--white);
    font-size: 34px;
    line-height: 54px;
    letter-spacing: 0.34px;
}

.connect-with-our-team .section-title {
    max-width: 365px;
    width: 100%;
}
.connect-with-our-team .link-wraper p a {
    text-decoration: none;
}
.connect-with-our-team .link-wraper .title {
    display: block;
    font-weight: 400;
    font-style: Regular;
    font-size: 15px;
    leading-trim: NONE;
    line-height: 100%;
    letter-spacing: 0.6px;
    text-transform: uppercase;
    margin-bottom: 16px;
    color: var(--white);
    opacity: 0.5;
    font-family: var(--font-Prosto-one);
}
.connect-with-our-team .link-wraper {
    display: grid;
    gap: 25px;
    grid-template-columns: repeat(2, 1fr);
}
.connect-with-our-team .link-wraper .social-links {
    display: flex;
}

.connect-with-our-team .link-wraper .social-links span {
    font-size: 12px;
    display: block;
    line-height: 100%;
    font-weight: 600;
    font-family: var(--font-archivo-expanded);
    letter-spacing: 0.3px;
    color: var(--white);
    margin-right: 5px;
    text-transform: uppercase;
}
.our-team-wraper {
    padding-bottom: 50px;
    /* border-bottom: 1px solid var(--navy-blue); */
}
.footer-main {
    padding: 50px 0;
}
.connect-with-our-team .link-wraper a,
.connect-with-our-team .link-wraper p {
    color: var(--white);
    margin-left: 0 !important;
    font-weight: 300;
    letter-spacing: 0;
}
.connect-with-our-team .link-wraper a:hover{
    color: var(--brown);
}
.connect-with-our-team .link-wraper .footer-contact-info a {
    font-size: 12px;
    display: block;
    line-height: 100%;
    font-weight: 600;
    font-family: var(--font-archivo-expanded);
    letter-spacing: 0.3px;
    text-transform: uppercase;
}
.connect-with-our-team .link-wraper .footer-contact-info a:hover{
    color: var(--brown);
}
.connect-with-our-team .link-wraper .info-link a:not(:last-child) {
    margin-bottom: 15px;
}
.footer-logo {
    max-width: 395px;
    width: 100%;
}
.footer-logo {
    max-width: 395px;
    width: 100%;
}

.footer-nav-link {
    display: grid;
    grid-template-columns: repeat(3,1fr);
    gap: 25px;
}
.menu li {
    line-height: 1;
}
.footer-link .menu li a {
    font-size: 12px;
    line-height: 22px;
    letter-spacing: 0.3px;
    color: var(--white);
    font-weight: 600;
    text-transform: uppercase;
}

.footer-link .menu li:not(:last-child) {
    margin-bottom: 15px;
}
.footer-link .menu li a:hover{
    color: var(--brown);
}
.footer-link .title {
    font-size: 15px;
    color: var(--white);
    opacity: 50%;
    display: inline-block;
    letter-spacing: 0.6px;
    font-family: var(--font-Prosto-one);
    font-weight: 400;
    margin-bottom: 16px;
    text-transform: uppercase;
}

.footer-bottom-wraper{
        padding: 0 0 15px;
    /* border-top: 1px solid var(--navy-blue); */
}
.footer-bottom-wraper .col-left {
    padding-bottom: 15px !important;
    margin-bottom: 15px !important;
    border-bottom: 1px solid var(--navy-blue);
}
span.copyright-text, span.copyright-text p {
    font-size: 14px;
    line-height: 150%;
    color: rgba(252, 253, 253, 0.50);
    margin-bottom: 0;
    font-weight: 400;
}

.footer-bottom-link {
    display: flex;
    /* justify-content: end; */
    column-gap: 25px;
    flex-wrap: wrap;
    row-gap: 10px;
}

.footer-bottom-link a {
    color: var(--white);
    font-size: 11px;
    line-height: 150%;
    letter-spacing: 0.3px;
    text-transform: uppercase;
    margin-left: 0 !important;
    font-weight: 500;
}
.footer-bottom-link a:hover{
    color: var(--brown);
}
.footer-bottom-link .ot-sdk-show-settings {
    appearance: none;
    background: transparent;
    border: 0;
    color: var(--white);
    cursor: pointer;
    font-family: inherit;
    font-size: 11px;
    font-weight: 500;
    letter-spacing: 0.3px;
    line-height: 150%;
    margin: 0;
    padding: 0;
    text-transform: uppercase;
}
.footer-bottom-link .ot-sdk-show-settings:hover,
.footer-bottom-link .ot-sdk-show-settings:focus-visible {
    color: var(--brown);
}
.footer-bottom-link .ot-sdk-show-settings:focus-visible {
    outline: 2px solid currentColor;
    outline-offset: 4px;
}
.project-footer .connect-with-our-team .link-wraper {
    grid-template-columns: repeat(3, 1fr);
    padding-left: 90px;
}
.project-footer .footer-logo {
    max-width: 235px;
}

/*---------- Footer End -----------*/



/*---------- 404 Start -----------*/
.error-banner {
    position: relative;
    overflow: hidden;
}

.error-content {
    position: relative;
    bottom: 0px;
    width: 100%;
    padding: 221px 0px;  }

.error-background {
    position: absolute;
    width: 100%;
    height: 100%;

}
.error-background::before{
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background: linear-gradient(180deg, #08242B 0%, rgba(8, 36, 43, 0.00) 20.56%),
    linear-gradient(180deg, rgba(8, 36, 43, 0.00) 47.88%, #08242B 100%),
    linear-gradient(0deg, rgba(8, 36, 43, 0.20) 0%, rgba(8, 36, 43, 0.20) 100%);
    left: 0px;
    top: 0px;
    pointer-events: none;
}
.error-background img {
    height: 100%;
    object-fit: cover;
    object-position: top;
}
.error-content h1{
    margin-bottom: 15px;
}
.error-content p{
    margin-bottom: 35px;
    max-width: 520px;
}
/*---------- 404 End -----------*/
.content-wrap .labels,
.content-wrap .content p,
.content-wrap .button-wrap {
    opacity: 0;
    transform: translateY(30px);
}

.reveal-text {
    overflow: hidden;
}
.reveal-text .line {
    display: block;
    overflow: hidden;
}

.reveal-text .word,
.reveal-text .char {
    display: inline-block;
}
.reveal-text .char {
    display: inline-block;
    will-change: transform, opacity, filter;
    backface-visibility: hidden;
    transform: translateZ(0);
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    text-rendering: geometricPrecision;
}

/*---------- Privacy Policy Start -----------*/
.privacy-policy-sec{
    padding-top: 135px;
}
.privacy-policy-sec .main-title{
    max-width: 890px;
    text-align: center;
    margin: 0 auto;
    padding-bottom: 40px;
}
.privacy-policy-content{
    margin-bottom: 150px;
}
.privacy-policy-content section:last-child{
    margin-bottom: 0px;
}
.onetrust-cookie-policy {
    margin-bottom: 150px;
}
.text-block .labels{
    margin-bottom: 25px;
}
/*---------- Privacy Policy End -----------*/


/*---------- Footer CTA Start -----------*/
.footer-cta-banner-wrap {
    position: relative;
    overflow: hidden;
}

.footer-cta-content {
    position: relative;
    bottom: 0px;
    width: 100%;
    padding: 100px 0px;  }

.footer-cta-image {
    position: absolute;
    width: 100%;
    height: 100%;
}
.footer-cta-image::before{
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0;
    display: block;
    background: linear-gradient(270deg, rgba(8, 36, 43, 0.00) 44.45%, #08242B 99.99%),
    linear-gradient(0deg, rgba(0, 0, 0, 0.20) 0%, rgba(0, 0, 0, 0.20) 100%);
}
.footer-cta-image img {
    height: 100%;
    object-fit: cover;
    object-position: center;
}
.footer-cta-content-wrap{
    max-width: 540px;
}
.footer-cta-content-wrap h2{
    margin-bottom: 25px;
}
/*---------- Footer CTA End -----------*/



.archive.tax-aircraft_range {
    padding-top: 145px;
    position: relative;
}

.wpml-ls-legacy-list-horizontal{
    display: none;
}
.search-page{
    padding-top: 150px;
}
.search-page .page-header{
    margin-bottom: 40px;
}
.search-page .entry-title a{
    font-weight: 500;
}
.search-page .post-thumbnail{
    height: 600px;
    border-radius: var(--border-radius);
    display: block;
    overflow: hidden;
}
.search-page .post-thumbnail img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.search-page article:not(:last-child){
    margin-bottom: 50px;
}
.posts-navigation .nav-links a{
    color: var(--gold);
}
.news-wraps .no-found
{
    padding: 0px 15px 40px 15px;
    margin-left: 5px;
}

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
textarea:-webkit-autofill,
select:-webkit-autofill {
    -webkit-box-shadow: 0 0 0 1000px transparent inset !important;
    -webkit-text-fill-color: var(--ivory) !important;
    background-color: transparent !important;
    transition: background-color 9999s ease-in-out 0s;
}

.booking-search {
    visibility: hidden;
    opacity: 0;
}
.aircraft-filter .filter-data ul{
    display: none !important;
}
.news-filter.aircraft-filter .filter-dropdown{
    display: block !important;
    max-width: 500px;
    cursor: pointer;
    z-index: 99;
    position: relative;
    
}

.news-filter.aircraft-filter .filter-dropdown{
    background-color: var(--gold);
    color: var(--dark-text);
    font-weight: 600;
    background-image: url(../images/select-arrow-blue.svg);
    background-repeat: no-repeat;
    background-position: calc(100% - 15px) 51%;
    background-size: 16px;
}
.news-filter.aircraft-filter .filter-dropdown option{
    font-weight: 600;
}
.news-filter.aircraft-filter .filter-dropdown:focus{
    font-weight: 600; 
}

.no-aircraft-found {
    text-align: center;
    color: #fff;
    font-weight: 500;
    font-size: 20px;
    margin-top: 50px;
    position: relative;
}

/* ---- DesignShopp client requests (task 91480 + related monday cards, 2026-07-22) ---- */
/* Hide all review/testimonial blocs sitewide. Reversible: delete this rule. */
/* !important needed: per-page merge-css loads testimonial_section.css after this file. */
/* .testimonial-section{ display: none !important; } */
/* Hide FR language toggle sitewide until FR content launches. WPML stays active (hreflang intact). Reversible. */
/* !important: dd-responsive.css also targets .lang-btn and loads after this file. */
.lang-btn{ display: none !important; }

/* Keep reCAPTCHA branding visible on project microsites where protected forms appear. */
body:not(.single-project-microsite) .grecaptcha-badge {
    visibility: hidden !important;
}


body.menu-open .sidebar-overlay {
    opacity: 1;
    visibility: visible;
    width: 100vw;
}
.sidebar-overlay {
    opacity: 0;
    visibility: hidden;
    position: fixed;
    left: 0;
    top: 0;
    width: 0;
    height: 100vh;
    display: inline-block;
    background-color: rgb(12 13 14 / 50%);
    z-index: 2;
    transition: all 0.8s;
}


@media only screen and (max-width:991px){
    
}
