/*
Theme Name: Nexagroup theme
Theme URI: https://www.hidokmeh.com/
Author: Dokmeh Agency
Author URI: https://www.hidokmeh.com/
Description: New Nexagroup theme
Version: 1.0.0
Text Domain: dokmeh
*/

@import "./assets/css/header.css";
@import "./assets/css/footer.css";
/*================FONTS===============*/
html,body,a:not(.elementor-nav-menu a),p,span,a,ul li,ol li,textarea,input,h1,h2,h3,h4,h5,h6{
    font-family: 'Space Grotesk', sans-serif;
}
/*================FONTS===============*/
/*============GENERAL CLASS==============*/
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */button,hr,input{overflow:visible}progress,sub,sup{vertical-align:baseline}[type=checkbox],[type=radio],legend{-webkit-box-sizing:border-box;box-sizing:border-box;padding:0}html{line-height:1.15;-webkit-text-size-adjust:100%}body{margin:0}details,main{display:block}h1{font-size:2em;margin:.67em 0}hr{-webkit-box-sizing:content-box;box-sizing:content-box;height:0}code,kbd,pre,samp{font-family:monospace,monospace;font-size:1em}a{background-color:transparent}abbr[title]{border-bottom:none;text-decoration:underline;-webkit-text-decoration:underline dotted;text-decoration:underline dotted}b,strong{font-weight:bolder}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative}sub{bottom:-.25em}sup{top:-.5em}img{border-style:none}button,input,optgroup,select,textarea{font-family:inherit;font-size:100%;line-height:1.15;margin:0}button,select{text-transform:none}[type=button],[type=reset],[type=submit],button{-webkit-appearance:button}[type=button]::-moz-focus-inner,[type=reset]::-moz-focus-inner,[type=submit]::-moz-focus-inner,button::-moz-focus-inner{border-style:none;padding:0}[type=button]:-moz-focusring,[type=reset]:-moz-focusring,[type=submit]:-moz-focusring,button:-moz-focusring{outline:ButtonText dotted 1px}fieldset{padding:.35em .75em .625em}legend{color:inherit;display:table;max-width:100%;white-space:normal}textarea{overflow:auto}[type=number]::-webkit-inner-spin-button,[type=number]::-webkit-outer-spin-button{height:auto}[type=search]{-webkit-appearance:textfield;outline-offset:-2px}[type=search]::-webkit-search-decoration{-webkit-appearance:none}::-webkit-file-upload-button{-webkit-appearance:button;font:inherit}summary{display:list-item}[hidden],template{display:none}
:root {
    --white:#ffffff;
    --black:#000000;
    --darkGray:#222;
    --medium-gray:#282828;
    --border-gray:#3c3c3c;
    --headerHeight:10vh;
    --text-color:#181818;
    --blue:#1A3855;
    --light-blue:#02598A;
    --spaceS: 5vw;
    --spaceX:10vw;
    --spaceXX: 15vw;
    --spaceXXX: 25vw;
    --plyr-color-main: var(--blue)
}
form input:focus-visible,form input:focus {
    border: none;
    outline: none;
}
*, ::after, ::before {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    position: relative;
}
*:focus,*:focus-visible{
    outline: none !important;
}
a,a:hover {
    color: inherit;
    text-decoration: none;
}
main.wrapper {
    -webkit-transition: all ease-in-out .5s;
    -o-transition: all ease-in-out .5s;
    transition: all ease-in-out .5s;
    position: relative;
    width: 100%;
    display: block;
    padding-bottom: 15rem;
}
html::-webkit-scrollbar {
    width: 6px;
}
html::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px var(--white);
    box-shadow: inset 0 0 6px var(--white);
}
html::-webkit-scrollbar-thumb {
    background-color: var(--blue);
    outline: 1px solid var(--blue);
    border-radius: 10px;
}
::-moz-selection {
    background-color: var(--blue);
    color: var(--white);
}
::selection {
    background-color: var(--blue);
    color: var(--white);
}
body{
    color: var(--black);
    background-color: var(--white);
}
hr {
    margin: 1rem 0;
    color: inherit;
    border: 0;
    border-top: 1px solid;
    opacity: 0.25;
}
.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
    margin-top: 0;
    margin-bottom: 0.5rem;
}
.h1,
h1 {
    font-size: calc(1.375rem + 1.5vw);
}
@media (min-width: 1200px) {
    .h1,
    h1 {
        font-size: 2.5rem;
    }
}
.h2,
h2 {
    font-size: calc(1.325rem + 0.9vw);
}
@media (min-width: 1200px) {
    .h2,
    h2 {
        font-size: 2rem;
    }
}
.h3,
h3 {
    font-size: calc(1.3rem + 0.6vw);
}
@media (min-width: 1200px) {
    .h3,
    h3 {
        font-size: 1.75rem;
    }
}
.h4,
h4 {
    font-size: calc(1.275rem + 0.3vw);
}
@media (min-width: 1200px) {
    .h4,
    h4 {
        font-size: 1.5rem;
    }
}
.h5,
h5 {
    font-size: 1.25rem;
}
.h6,
h6 {
    font-size: 1rem;
}
p {
    margin-top: 0;
    margin-bottom: 0;
}
ol,
ul {
    padding-left: 2rem;
}
dl,
ol,
ul {
    margin-top: 0;
    margin-bottom: 1rem;
}
ol ol,
ol ul,
ul ol,
ul ul {
    margin-bottom: 0;
}

.paddingS{
    padding-right: var(--spaceS);
    padding-left: var(--spaceS);
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
.paddingX{
    padding-right: var(--spaceX);
    padding-left: var(--spaceX);
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
.paddingXL{
    padding-left: var(--spaceX);
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
.paddingXX{
    padding-right: var(--spaceXX);
    padding-left: var(--spaceXX);
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
.paddingXXX{
    padding-right: var(--spaceXXX);
    padding-left: var(--spaceXXX);
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
.paddingXXL{
    padding-left: var(--spaceXX);
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
#filter-load {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 1;
    background-color: var(--white);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    pointer-events: none;
    padding-top: 4rem;
    -webkit-column-gap: 15px;
    -moz-column-gap: 15px;
    column-gap: 15px;
}
.wpcf7-not-valid-tip {
    position: absolute;
    bottom: -9px;
    width: auto;
    right: 0;
    display: block;
    font-size: .875rem;
}
#filter-load img {
    height: 3rem;
}

#filter-load span {
    padding-top: .7rem;
    text-transform: capitalize;
    font-weight: 600;
}
.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: 600;
    line-height: 1.2;
}
.h1,
h1 {
    font-size: calc(1.375rem + 1.5vw);
}
@media (min-width: 1200px) {
    .h1,
    h1 {
        font-size: 2.5rem;
    }
}
.h2,
h2 {
    font-size: calc(1.325rem + 0.9vw);
}
@media (min-width: 1200px) {
    .h2,
    h2 {
        font-size: 2rem;
    }
}
.h3,
h3 {
    font-size: calc(1.3rem + 0.6vw);
}
@media (min-width: 1200px) {
    .h3,
    h3 {
        font-size: 1.75rem;
    }
}
.h4,
h4 {
    font-size: calc(1.275rem + 0.3vw);
}
@media (min-width: 1200px) {
    .h4,
    h4 {
        font-size: 1.5rem;
    }
}
.h5,
h5 {
    font-size: 1.25rem;
}
.h6,
h6 {
    font-size: 1rem;
}
.btn {
    padding: 1.5rem 2.5rem;
    pointer-events: auto;
    cursor: pointer;
    border: none;
    position: relative;
    display: inline-block;
    border-radius: 0;
    overflow: hidden;
}
.btn.blueBtn {
    background-color: var(--blue);
    color: var(--white);
}

.modal .modal-body .modal-wrap  .btn.blueBtn {
    margin-bottom: 2rem;
}
.btn::before {
    content: '';
    position: absolute;
    background: var(--white);
    width: 120%;
    height: 0;
    padding-bottom: 120%;
    top: -110%;
    left: -10%;
    border-radius: 50%;
    -webkit-transform: translate3d(0,68%,0) scale3d(0,0,0);
    transform: translate3d(0,68%,0) scale3d(0,0,0);
}

.btn::after {
    content: '';
    position: absolute;
    top: -1px;
    left: 0;
    width: 100%;
    height: 100%;
    background: var(--white);
    -webkit-transform: translate3d(0,-100%,0);
    transform: translate3d(0,-100%,0);
    -webkit-transition: -webkit-transform 0.4s cubic-bezier(0.1, 0, 0.3, 1);
    transition: -webkit-transform 0.4s cubic-bezier(0.1, 0, 0.3, 1);
    -o-transition: transform 0.4s cubic-bezier(0.1, 0, 0.3, 1);
    transition: transform 0.4s cubic-bezier(0.1, 0, 0.3, 1);
    transition: transform 0.4s cubic-bezier(0.1, 0, 0.3, 1), -webkit-transform 0.4s cubic-bezier(0.1, 0, 0.3, 1);
}

.btn span {
    position: relative;
    mix-blend-mode: difference;
    z-index: 10;
    text-transform: capitalize;
    font-size: 1.125rem;
}

.btn.blueBtn span {
    mix-blend-mode: normal;
}

.btn:hover::before {
    -webkit-transform: translate3d(0,0,0) scale3d(1,1,1);
    transform: translate3d(0,0,0) scale3d(1,1,1);
    -webkit-transition: -webkit-transform 0.4s cubic-bezier(0.1, 0, 0.3, 1);
    transition: -webkit-transform 0.4s cubic-bezier(0.1, 0, 0.3, 1);
    -o-transition: transform 0.4s cubic-bezier(0.1, 0, 0.3, 1);
    transition: transform 0.4s cubic-bezier(0.1, 0, 0.3, 1);
    transition: transform 0.4s cubic-bezier(0.1, 0, 0.3, 1), -webkit-transform 0.4s cubic-bezier(0.1, 0, 0.3, 1);
}

.btn:hover::after {
    -webkit-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
    -webkit-transition-duration: 0.05s;
    -o-transition-duration: 0.05s;
    transition-duration: 0.05s;
    -webkit-transition-delay: 0.4s;
    -o-transition-delay: 0.4s;
    transition-delay: 0.4s;
    -webkit-transition-timing-function: linear;
    -o-transition-timing-function: linear;
    transition-timing-function: linear;
}

.btn.blueBtn::before {
    background: rgb(162 162 162);
}

.btn.blueBtn::after {
    background: rgb(162 162 162);
}

.btn:hover span {
    -webkit-animation: MoveScaleUpInitial 0.3s forwards, MoveScaleUpEnd 0.3s forwards 0.3s;
    animation: MoveScaleUpInitial 0.3s forwards, MoveScaleUpEnd 0.3s forwards 0.3s;
}
@-webkit-keyframes MoveScaleUpInitial {
    to {
        -webkit-transform: translate3d(0,-105%,0) scale3d(1,2,1);
        transform: translate3d(0,-105%,0) scale3d(1,2,1);
        opacity: 0;
    }
}
@keyframes MoveScaleUpInitial {
    to {
        -webkit-transform: translate3d(0,-105%,0) scale3d(1,2,1);
        transform: translate3d(0,-105%,0) scale3d(1,2,1);
        opacity: 0;
    }
}
@-webkit-keyframes MoveScaleUpEnd {
    from {
        -webkit-transform: translate3d(0,100%,0) scale3d(1,2,1);
        transform: translate3d(0,100%,0) scale3d(1,2,1);
        opacity: 0;
    }
    to {
        -webkit-transform: translate3d(0,0,0);
        transform: translate3d(0,0,0);
        opacity: 1;
    }
}
@keyframes MoveScaleUpEnd {
    from {
        -webkit-transform: translate3d(0,100%,0) scale3d(1,2,1);
        transform: translate3d(0,100%,0) scale3d(1,2,1);
        opacity: 0;
    }
    to {
        -webkit-transform: translate3d(0,0,0);
        transform: translate3d(0,0,0);
        opacity: 1;
    }
}
.mBox{
    opacity: 0;
    -webkit-transform: translateY(60px);
    -ms-transform: translateY(60px);
    transform: translateY(60px);
    -webkit-transition: opacity .6s cubic-bezier(.215,.61,.355,1),-webkit-transform .6s cubic-bezier(.215,.61,.355,1);
    transition: opacity .6s cubic-bezier(.215,.61,.355,1),-webkit-transform .6s cubic-bezier(.215,.61,.355,1);
    -o-transition: opacity .6s cubic-bezier(.215,.61,.355,1),transform .6s cubic-bezier(.215,.61,.355,1);
    transition: opacity .6s cubic-bezier(.215,.61,.355,1),transform .6s cubic-bezier(.215,.61,.355,1);
    transition: opacity .6s cubic-bezier(.215,.61,.355,1),transform .6s cubic-bezier(.215,.61,.355,1),-webkit-transform .6s cubic-bezier(.215,.61,.355,1);
}
section.heroSectionContainer h1{
    margin-bottom: 0;
}
.wpcf7 form .wpcf7-response-output {
    padding: 0.5rem;
}
.filter-load {
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: rgba(255,255,255,.95);
    z-index: 1;
    display: flex;
    align-items: flex-start;
    justify-content: center;
    padding-top: 6rem;
    column-gap: 16px;
}

.filter-load img {
    height: 2.5rem;
}

.filter-load span {
    text-transform: uppercase;
    margin-top: 13px;
}
/*============GENERAL CLASS==============*/
/*============CHECKBOX AND RADIO BUTTON==============*/
form.wpcf7-form input[type=checkbox],form.wpcf7-form input[type=radio] {
    width: auto;
    margin: 0;
}
.wpcf7-radio input[type=radio],.wpcf7-checkbox input[type=checkbox] {
    /*position: relative;*/
    position: absolute;
    visibility: hidden;
    width: 20px;
    height: 20px;
    top: 0px;
    left: 0;
}
.wpcf7-radio input[type=radio]:checked + span:after,.wpcf7-checkbox input[type=checkbox]:checked + span:after {
    visibility: visible;
}
span.wpcf7-form-control-wrap.radio-construction span.wpcf7-form-control.wpcf7-radio span.wpcf7-list-item.first {
    margin-bottom: 1rem;
}
.wpcf7-radio input[type=radio] + span:before,.wpcf7-checkbox input[type=checkbox] + span:before {
    display: block;
    position: absolute;
    content: '';
    border-radius: 0;
    height: 18px;
    width: 18px;
    top: 50%;
    border: 1px solid #152F4E;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    left: 0;
}
.wpcf7-radio input[type=radio] + span:after,.wpcf7-checkbox input[type=checkbox] + span:after {
    display: block;
    position: absolute;
    content: "\2713";
    height: 18px;
    width: 18px;
    top: 50%;
    left: 0;
    visibility: hidden;
    font-size: 15px;
    text-align: center;
    line-height: 20px;
    color: #152F4E;
    font-weight: bolder;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}
.wpcf7-radio input[type=radio]:checked + span:before,.wpcf7-checkbox input[type=checkbox]:checked + span:before {
    background: transparent;
}
span.wpcf7-list-item.first {
    margin: 0;
}
.wpcf7-form-control-wrap span.wpcf7-form-control {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-column-gap: 15px;
    -moz-column-gap: 15px;
    column-gap: 15px;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    row-gap: 1rem;
}

.wpcf7-form-control-wrap span.wpcf7-form-control label {
    position: relative;
    cursor: pointer;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 0 !important;
}
.wpcf7-radio input[type=radio] + span,.wpcf7-checkbox input[type=checkbox] + span {padding-left: 28px;}
/*============CHECKBOX AND RADIO BUTTON==============*/
/*============LOADING==============*/
.router-overlay {
    position: fixed;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    pointer-events: none;
    z-index: 9998;
    -webkit-transform: scaleX(0);
    -ms-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transform-origin: left;
    -ms-transform-origin: left;
    transform-origin: left;
    background-color: var(--blue);
}
.router-overlay-first {
    position: fixed;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    pointer-events: none;
    z-index: 9998;
    -webkit-transform-origin: right;
    -ms-transform-origin: right;
    transform-origin: right;
    background-color: var(--blue);
}
#loading .loader_bottom p:first-child {
    min-width: 17.5vw;
    text-align: right;
}
/*============LOADING==============*/
/*-------------------------------------------------LENIS*/
html.lenis {
    height: auto;
}

.lenis.lenis-smooth {
    scroll-behavior: auto;
}

.lenis.lenis-smooth [data-lenis-prevent] {
    -ms-scroll-chaining: none;
    overscroll-behavior: contain;
}

.lenis.lenis-stopped {
    overflow: hidden;
}

.lenis.lenis-scrolling iframe {
    pointer-events: none;
}
/*-------------------------------------------------LENIS*/
/*=================DEFAULT PAGE=====================*/
/*HERO SECTION================*/
section.heroSectionContainer.default {
    position: relative;
    width: 100%;
    padding-top: 16rem;
    padding-bottom: 10rem;
}
section.heroSectionContainer.default h1 {
    font-size: 4.5rem;
    font-style: normal;
    font-weight: 300;
    color: var(--blue);
    text-transform: capitalize;
    width: 100%;
    margin-bottom: 5rem;
}
section.heroSectionContainer.default p.shortDescription {
    font-size: 1.5rem;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    text-transform: uppercase;
    color: rgba(0,0,0,0.5);
    width: 80%;
}
section.heroSectionContainer.default::before {
    content: '';
    background-image: url(./assets/img/e-nexa.svg);
    width: 28.375rem;
    height: 23.9375rem;
    position: absolute;
    background-size: contain;
    right: 3rem;
}
section.media-full-width-wrapper.default {
    position: relative;
    padding-top: 13rem;
}
section.media-full-width-wrapper.default .media-wrap {
    width: calc(100% - var(--spaceX)*2);
    margin: 0 auto;
    height: 100vh;
}
section.media-full-width-wrapper.default .media-wrap img {
    width: 100%;
    height: 100%;
    max-width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}
/*HERO SECTION================*/
section.page-container {
    position: relative;
    width: 100%;
    padding-top: 4rem;
}
section.page-container img{
    max-width: 100%;
    width: 100%;
    height: auto;
    -o-object-fit: contain;
    object-fit: contain;
}
section.page-container p, section.page-container > *{
    color: var(--blue);
}
section.page-container h2,section.page-container h3,section.page-container h4,section.page-container h5,section.page-container h6 {
    color: var(--blue);
    font-weight: 400;
    margin-bottom: 4rem;
}
section.page-container h2 {
    font-size: 5rem;
}
section.page-container h3 {
    font-size: 4.5rem;
}
section.page-container h4 {
    font-size: 4rem;
}
section.page-container h5 {
    font-size: 3.5rem;
}
section.page-container h6 {
    font-size: 3rem;
}
section.page-container p,section.page-container ol li,section.page-container ul li,section.page-container span {
    font-size: 1.75rem;
    line-height: 1.5;
}
/*=================DEFAULT PAGE=====================*/
section.media-full-width-wrapper {
    overflow: hidden;
}
@media only screen and (max-width: 768px){
    /*===========ROOT==============*/
    :root {
        --headerHeight: 7vh;
        --spaceS: 20px;
        --spaceX:20px;
        --spaceXX: 20px;
        --spaceXXX: 20px;
    }
    /*===========ROOT==============*/
    /*===========GENERAL==============*/
    .wpcf7-radio input[type=radio] + span, .wpcf7-checkbox input[type=checkbox] + span {
        padding-left: 25px;
    }
    main.wrapper {
        padding-bottom: 8rem;
    }
    .btn {
        padding: .68rem 1.69rem;
    }
    .btn span {
        font-size: 0.875rem;
    }
    .wpcf7-not-valid-tip {
        position: relative;
        bottom: 16px;
        font-size: .775rem;
    }
    /*===========GENERAL==============*/
    section.heroSectionContainer.default {
        padding-top: 10rem;
        padding-bottom: 2rem;
    }

    section.heroSectionContainer.default h1 {
        font-size: 2.5rem;
        margin-bottom: 3rem;
    }

    section.heroSectionContainer.default p.shortDescription {
        font-size: 1.2rem;
    }

    section.heroSectionContainer.default::before {
        width: 9.79406rem;
        height: 8.26238rem;
        right: var(--spaceX);
    }
    section.media-full-width-wrapper.default {
        padding-top: 1rem;
    }
    section.media-full-width-wrapper.default .media-wrap {
        height: auto;
    }
    section.page-container h2 {
        font-size: 2.5rem;
    }
    section.page-container h3{
        font-size: 2.3rem;
    }
    section.page-container h4{
        font-size: 2.1rem;
    }
    section.page-container h5{
        font-size: 1.9rem;
    }
    section.page-container h6{
        font-size: 1.8rem;
    }
    section.page-container p, section.page-container ol li, section.page-container ul li, section.page-container span {
        font-size: 1.2rem;
    }
    section.page-container h2, section.page-container h3, section.page-container h4, section.page-container h5, section.page-container h6{
        margin-bottom: 2rem;
    }
}
@media only screen and (min-width: 640px) and (max-width: 768px){
}
@media only screen and (min-width: 769px) and (max-width: 1199px){
    .wpcf7-not-valid-tip {
        position: relative;
        bottom: 18px;
    }
    .btn {
        padding: 1rem 2rem;
    }

    .btn span {
        font-size: .9rem;
    }
    :root {
        --headerHeight: 8vh;
        --spaceS: 5vw;
        --spaceX: 5vw;
        --spaceXX: 10vw;
        --spaceXXX: 15vw;
    }
    main.wrapper {
        padding-bottom: 8rem;
    }
    section.heroSectionContainer.default {
        padding-top: 12rem;
    }

    section.media-full-width-wrapper.default {
        padding-top: 4rem;
    }

    section.heroSectionContainer.default::before {
        width: 18.375rem;
        height: 15.9375rem;
    }

    section.heroSectionContainer.default h1 {
        font-size: 3.5rem;
        margin-bottom: 3rem;
    }

    section.heroSectionContainer.default p.shortDescription {
        font-size: 1.3rem;
    }

    section.media-full-width-wrapper.default .media-wrap {
        height: auto;
    }
    section.page-container h2 {
        font-size: 3rem;
    }
    section.page-container h3 {
        font-size: 2.8rem;
    }
    section.page-container h4 {
        font-size: 2.6rem;
    }
    section.page-container h4 {
        font-size: 2.4rem;
    }
    section.page-container h5 {
        font-size: 2.2rem;
    }
    section.page-container h6 {
        font-size: 2rem;
    }
    section.page-container h2, section.page-container h3, section.page-container h4, section.page-container h5, section.page-container h6 {
        margin-bottom: 2rem;
    }

    section.page-container p, section.page-container ol li, section.page-container ul li, section.page-container span {
        font-size: 1.3rem;
    }
    .modal .modal-body .modal-wrap .btn.blueBtn {
        padding: 1rem 2.5rem;
    }
}
@media only screen and (min-width: 1200px) and (max-width: 1400px){
    .wpcf7-not-valid-tip {
        font-size: .775rem;
    }
    .wpcf7 form .wpcf7-response-output{
        font-size: .875rem;
    }
    .btn {
        padding: 1rem 2rem;
    }

    .btn span {
        font-size: .9rem;
    }
    :root {
        --spaceXXX: 15vw;
    }
    main.wrapper{
        padding-bottom: 10rem;
    }
    section.heroSectionContainer.default {
        padding-top: 13rem;
    }

    section.heroSectionContainer.default::before {
        width: 21.375rem;
        height: 16.9375rem;
    }

    section.heroSectionContainer.default h1 {
        font-size: 3rem;
        margin-bottom: 3rem;
    }

    section.media-full-width-wrapper.default {
        padding-top: 4rem;
    }

    section.page-container h2, section.page-container h3, section.page-container h4, section.page-container h5, section.page-container h6 {
        margin-bottom: 2rem;
    }
    section.page-container h2 {
        font-size: 3rem;
    }
    section.page-container p, section.page-container ol li, section.page-container ul li, section.page-container span {
        font-size: 1.2rem;
    }
    section.page-container h3 {
        font-size: 2.8rem;
    }
    section.page-container h4 {
        font-size: 2.6rem;
    }
    section.page-container h5 {
        font-size: 2.4rem;
    }
    section.page-container h6 {
        font-size: 2.2rem;
    }
    .modal .modal-body .modal-wrap .btn.blueBtn {
        padding: 1rem 2.5rem;
    }
}
@media only screen and (min-width: 1401px) and (max-width: 1600px){
    .wpcf7 form .wpcf7-response-output{
        font-size: .875rem;
    }
    .wpcf7-not-valid-tip {
        font-size: .775rem;
    }
    :root {
        --spaceXXX: 20vw;
    }
    .btn {
        padding: 1rem 2rem;
    }

    .btn span {
        font-size: .9rem;
    }
    main.wrapper{
        padding-bottom: 12rem;
    }
    section.heroSectionContainer.default {
        padding-top: 14rem;
    }

    section.heroSectionContainer.default::before {
        width: 21.375rem;
        height: 16.9375rem;
    }

    section.heroSectionContainer.default h1 {
        font-size: 3.5rem;
        margin-bottom: 4rem;
    }

    section.heroSectionContainer.default p.shortDescription {
        font-size: 1.3rem;
    }

    section.media-full-width-wrapper.default {
        padding-top: 3rem;
    }
    section.page-container h2, section.page-container h3, section.page-container h4, section.page-container h5, section.page-container h6 {
        margin-bottom: 2rem;
    }
    section.page-container h2 {
        font-size: 3.5rem;
    }
    section.page-container p, section.page-container ol li, section.page-container ul li, section.page-container span {
        font-size: 1.25rem;
    }
    section.page-container h3 {
        font-size: 3rem;
    }
    section.page-container h4 {
        font-size: 2.8rem;
    }
    section.page-container h5 {
        font-size: 2.6rem;
    }
    section.page-container h6 {
        font-size: 2.4rem;
    }
    .modal .modal-body .modal-wrap .btn.blueBtn {
        padding: 1rem 2.5rem;
    }
}