body.lock{
    overflow: hidden;
}

.home-banner{
    padding: 16px 0;
    position: relative;
    background-position: top;
}

.home-banner::after{
    display: block;
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: linear-gradient(270.32deg, rgba(50, 40, 30, 0.1) 0.26%, rgba(50, 40, 30, 0.8) 81.51%);
}

.home-banner > .container{
    position: relative;
    z-index: 2;
}

.home-banner-title{
    margin-bottom: 150px;
}

.home-banner .button-orange{
    margin-bottom: 100px;
}

.footer-top-socials{
    justify-content: flex-start;
}

footer .social-item{
    display: flex;
    justify-content: center;
    align-items: center;
}

footer .social-item i{
    font-size: 18px;
    line-height: 100%;
    width: 18px;
    height: 18px;
}

.nova-script-regular {
    font-family: "Nova Script", system-ui;
    font-weight: 400;
    font-style: normal;
}

.home-img-mobile{
    display: none;
}

.home-img img{
    width: 100%;
    margin: 32px auto;
    border: 2px solid #E16E46;
}

.burger-menu{
    display: flex;
    align-items: center;
    width: 32px;
    height: 24px;
    cursor: pointer;
}

.header-mobile{
    display: none;
}

.burger{
    display: block;
    position: relative;
    width: 100%;
    height: 4px;
    border-radius: 4px;
    background: #E16E46;
    z-index: 9999999999999999999999;
}

.burger::before, .burger::after{
    display: block;
    position: absolute;
    content: "";
    width: 100%;
    height: 4px;
    left: 0;
    border-radius: 4px;
    background: #E16E46;
}

.burger::before{
    top: 10px;
}

.burger::after{
    top: -10px;
}

.burger-menu.active .burger{
    background-color: transparent;
}

.burger-menu.active .burger::before{
    transform: rotate(45deg);
    top: 0;
}

.burger-menu.active .burger::after{
    transform: rotate(-45deg);
    top: 0;
}

.header-mobile-top{
    transition: background 0.3s ease-in-out;
}

.header-mobile-top.active{
    background: rgb(26, 26, 30);
}

.header-mobile-bottom .header-menu{
    margin-top: 24px;
}

.header-mobile-bottom .menu-item{
    width: 100%;
    padding: 12px 24px 12px 24px;
    gap: 8px;
    border-bottom: 0.5px solid #F4F7FB;
}

.header-mobile-bottom .menu-item > a{
    font-size: 18px;
    font-weight: 600;
    line-height: 24.51px;
    text-align: left;
    color: #fff;
    padding: 0;
}

.mission-block{
    padding-bottom: 80px !important;
}

.mission-logo{
    align-self: center;
    width: fit-content;
    transform: rotate(270deg) translateY(-100%);
    position: absolute;
    left: 48%;
}

.mission-logo-text{
    font-family: Arial, sans-serif;
    color: #ffffff;
    opacity: 0.8;
    font-size: 4.8vw;
    text-shadow: 2px 2px 20px #32281E26;
    font-weight: 900;
}

.mission-call{
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    text-align: right;
    justify-content: flex-end;
}

.mission-call > *{
    width: 100%;
    text-align: right;
    justify-content: flex-end;
}

.mission-call.mission-call-second, .mission-call.mission-call-second > *{
    text-align: left;
    justify-content: flex-start;
}

p>iframe{
    width: 100%;
    aspect-ratio: 16 / 9;
}
p>q{
    display: block;
    border-left: 3px solid #E16E46;
    margin-top: 6px;
    padding-left: 3px;
    font-size: 0.9em;
    opacity: 0.9;
    margin-bottom: 10px;
}

.home-text{
    position: relative;
    padding-bottom: 32px;
    padding-top: 32px;
    background-color: #00B6AA;
}


.home-text-wrapper{
    justify-content: space-between;
    display: flex;
    align-items: center;
    flex-direction: row;
    position: relative;
}

.home-text-wrapper > .mission-logo{
    position: absolute;
    left: 0;
    top: 33%;
}

.home-text-wrapper > .home-text-content{
    margin: 32px auto;
    max-width: 80%;
}

.home-text-wrapper > .mission-call{
    position: absolute;
    right: -7%;
    top: 33%;
    width: fit-content;
    max-width: 420px;
    transform: rotate(270deg);
}

.home-text-content{
    width: unset;
    margin-bottom: 32px;
    margin-top: 32px;
    font-size: 24px;
    line-height: 1.5;
}

.home-text-content-inner{
    color: #32281E;
    background-color: #fff;
    border-radius: 16px;
    padding: 24px;
}

.projectSec{
    display: flex;
    justify-content: space-between;
}

.projectSec-text > *{
    font-size: 24px;
    line-height: 1.5;
}

.projectSec-image {
    width: calc(40% - (20px / 2));
}

.projectSec-image img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 32px;
}

.projectSec-text{
    width: calc(60% - (20px / 2));
}

.home-banner-content > *{
    justify-content: flex-start !important;
}

.section-blockquote{
    font-family: "Nova Script", system-ui;
    font-weight: 400;
    font-style: normal;
}

.mobile-hide{
    display: flex !important;
}

.desktop-hide{
    display: none !important;
}

.image-home-block img{
    border-radius: 32px;
    width: 100%;
    height: auto;
}

.articles-wrap{
    justify-content: space-between;
}

.articles-wrapper .articles-wrap > *{
    width: 30% ;
}

.about-swiper img{
    height: auto !important;
}

@media (min-width: 991px){
    body > *{
        zoom: 80% !important;
    }
}