button-component .btn{color:var(--button-primary-normal-font-color);border-radius:var(--button-primary-border-radius);border:1px solid;background-color:var(--button-primary-normal-fill-color);border-color:var(--button-primary-normal-border-color);padding:20px 25px;cursor:pointer;font-weight:var(--button-primary-font-weight);transition:all .2s ease}button-component .btn:hover{color:var(--button-primary-hover-font-color);background-color:var(--button-primary-hover-fill-color);border-color:var(--button-primary-hover-border-color)}button-component .btn.empty{color:var(--button-secondary-normal-font-color);border-radius:var(--button-secondary-border-radius);background-color:var(--button-secondary-normal-fill-color);border-color:var(--button-secondary-normal-border-color);font-weight:var(--button-secondary-font-weight)}button-component .btn.empty:hover{color:var(--button-secondary-hover-font-color);background-color:var(--button-secondary-hover-fill-color);border-color:var(--button-secondary-hover-border-color)}button-component a{display:block}
body.edit-mode-enabled [gh-id]:hover{outline:1px solid #2b61fa}.tox-tinymce-inline .tox-editor-header{position:absolute !important;top:-15px !important;left:0;z-index:1000 !important;width:max-content}edit-mode{margin-top:15px;margin-bottom:15px;display:flex;align-items:center;justify-content:space-between;width:100%}edit-mode .edit-mode-button{display:flex;align-items:center;justify-content:center}edit-mode .edit-mode-switch{height:0;width:0;visibility:hidden}edit-mode .edit-mode-label{cursor:pointer;text-indent:-9999px;width:60px;height:30px;background:#dbdbdb;display:block;border-radius:100px;position:relative}edit-mode .edit-mode-label:after{content:"";position:absolute;top:2px;left:2px;width:26px;height:26px;background:#fff;border-radius:90px;transition:.3s}edit-mode .edit-mode-switch:checked+.edit-mode-label{background:#2b61fa}edit-mode .edit-mode-switch:checked+.edit-mode-label:after{left:calc(100% - 2px);transform:translateX(-100%)}edit-mode .edit-mode-label:active:after{width:36px}edit-mode p{font-size:24px;color:#fff}
.gudhub-login-popup__bg{position:fixed;top:0;left:0;width:100%;height:100%;display:none;align-items:center;justify-content:center;background:rgba(0,0,0,.8);z-index:1000}.gudhub-login-popup__bg.active{display:flex}.gudhub-login-popup__bg gudhub-login form{background:#fff;margin-top:0px;padding:15px;font-family:Helvetica}.gudhub-login-popup__bg gudhub-login form h2{font-family:Helvetica;color:#2b60fa}.gudhub-login-popup__bg gudhub-login form .change-auth-form{display:none}.gudhub-login-popup__bg gudhub-login form .auth__button{background:#2b60fa;font-family:Helvetica}.gudhub-login-popup__bg gudhub-login form .login-form__item label{font-family:Helvetica}.gudhub-login-popup__bg gudhub-login form .login-form__item input{font-family:Helvetica}
edit-mode-notifications{position:fixed;left:25px;top:25px;z-index:99999}edit-mode-notifications .notification{background:rgba(0,0,0,.8);border-radius:10px;padding:10px 20px;color:#fff;font-family:Helvetica;font-size:18px;box-shadow:0 0 10px rgba(0,0,0,.3);margin-bottom:10px}
header-component.active .header{background-color:#fff}header-component.active header nav ul li a,header-component.active header nav ul li span{color:#000}header-component.active .hamburger::before{background:#000}header-component.active .hamburger::after{background:#000}header-component.active .hamburger>div{background:#000}header-component.active button-component .btn{color:#000}.shadow{position:fixed;top:0;left:-200%;background:rgba(0,0,0,0);width:100%;height:100%;z-index:11;transition:background .5s ease}header.scrolled{background-color:#fff;box-shadow:0px 4px 6px 0px rgba(46,61,73,.0784313725);color:#000}header.scrolled nav ul li a{color:#000}header.scrolled .hamburger::before{background:#000}header.scrolled .hamburger::after{background:#000}header.scrolled .hamburger>div{background:#000}header.scrolled button-component .btn{color:#000}header #black{display:none}header{background-color:rgba(0,0,0,0);position:fixed;left:0;top:0;z-index:15;padding:20px 0;width:100%;display:flex;align-items:center;transition:all .2s ease}header button-component .btn{text-transform:uppercase;border-color:rgba(0,0,0,0);background-color:rgba(0,0,0,0)}header button-component .btn:hover{background-color:#b2cd4d;color:#fff}header .header_right{display:flex;gap:20px;align-items:center}header .popup_shadow.show_shadow{opacity:1;pointer-events:all}header .popup_shadow{position:fixed;z-index:5;top:0;left:0;background:rgba(0,0,0,.5);width:100%;height:100%;display:flex;justify-content:center;opacity:0;pointer-events:none;transition:all .4s ease}header .container{display:flex;align-items:center;justify-content:space-between;height:100%}header .header_center{height:100%}header .logo{max-width:160px;min-width:100px;display:flex;align-items:center;justify-content:center}header .mobileRight{display:flex;align-items:center;justify-content:space-between;width:100%;height:100%}header nav{height:100%}header nav ul{height:100%;list-style:none;display:flex;align-items:center}header nav ul li{position:relative;height:100%}header nav ul li:last-child{margin-right:0}header nav ul li a,header nav ul li span{padding:0 25px;position:relative;white-space:nowrap;font-weight:500;font-size:18px;line-height:25px;color:var(--text-color);display:flex;align-items:center;height:100%;transition:all .2s ease}header nav ul li.menu__item a .arrowIcon{margin-top:3px;margin-left:5px}header nav ul li.menu__item a:hover,header nav ul li.menu__item span:hover{text-shadow:.5px 0 0 #fff}header nav ul li.menu__item a:hover::after,header nav ul li.menu__item span:hover::after{width:calc(100% - 50px)}header nav ul li.menu__item a::after,header nav ul li.menu__item span::after{content:"";position:absolute;bottom:32px;left:25px;width:0;height:1px;background-color:var(--primary-color);transition:all .2s ease}.hamburger{display:block;position:relative;z-index:2;width:40px;height:20px;transition:all .2s ease;padding:10px 0;cursor:pointer}.hamburger::before{z-index:3;content:"";position:absolute;top:0;right:5px;width:25px;height:3px;background:#fff;border-radius:100px;transition:all .3s ease}.hamburger::after{content:"";position:absolute;top:calc(100% - 3px);right:20px;width:10px;height:3px;background:#fff;transition:all .3s ease;z-index:3;border-radius:100px}.hamburger>div{border-radius:100px;position:absolute;top:calc(50% - 1px);right:10px;width:20px;height:3px;background:#fff;transition:all .5s ease;opacity:1}@media screen and (max-width: 1250px){header nav ul li a,header nav ul li span{padding:0 16px}}@media screen and (min-width: 1024px){.hamburger{display:none}.hamburger_wrapper{display:none}header nav ul li:hover .megamenu_wrapper{height:fit-content;border-width:1px;padding:30px 40px;max-height:300px}header nav ul li.megamenu:hover>a::before,header nav ul li.megamenu:hover>span::before{transform:rotate(180deg);top:calc(50% - 7px)}}@media screen and (max-width: 1024px){header .container .shared_wrapper.logo_wrapper{display:flex;justify-content:center}header .container .shared_wrapper.button_wrapper{display:flex;justify-content:flex-end}header nav ul li .megamenu_wrapper{transition:all .5s ease}header nav ul li a::after,header nav ul li span::after{content:none}header nav ul li.menu__item a::after,header nav ul li.menu__item span::after{content:none}header .container{position:relative;justify-content:space-between}header .header_center{position:absolute;top:80px;left:-200%;width:100%;max-width:500px;height:calc(100vh - 68px);background:#fff;transition:all .5s ease}header .header_center nav{padding:20px}header .header_center nav ul{align-items:flex-start}header .header_center nav ul li{height:auto;width:100%}header .header_center nav ul li.hover .megamenu_wrapper{max-height:1000px}header .header_center nav ul li .megamenu_wrapper{position:static;padding:0;background-color:rgba(0,0,0,0);width:auto;box-shadow:none}header .header_center nav ul li a,header .header_center nav ul li span{font-size:20px;line-height:30px;padding:5px 0;height:auto}header nav ul{flex-direction:column}.active .shadow{background:rgba(0,0,0,.5);left:0}.active header .header_center{left:0}.active .hamburger{height:28px}.active .hamburger>div{opacity:0;right:100px}.active .hamburger::before{right:0;top:calc(50% - 1px);transform:rotate(-45deg)}.active .hamburger::after{right:0;top:calc(50% - 1px);width:25px;transform:rotate(45deg)}header .mobileRight{width:auto;gap:20px}}@media screen and (max-width: 700px){header .header_right{display:none}}@media screen and (max-width: 650px){header .header_center{top:58px}header{height:80px}header .logo{width:150px}}@media screen and (max-width: 400px){header .container .shared_wrapper{width:auto}header .container .shared_wrapper.logo_wrapper{display:block}}
footer-component{background-color:#2e3d49}footer-component footer{color:#fff}footer-component footer edit-mode{width:min-content !important}footer-component footer .footer_top{padding:30px 0;display:flex;align-items:center;justify-content:space-between}footer-component footer .footer_top .logo{width:100%;max-width:160px}footer-component footer .footer_top .like_a_list{display:flex;gap:40px;margin-top:40px}footer-component footer .footer_top .like_a_list a{width:25px;height:25px}footer-component footer .footer_top .like_a_list svg path{fill:#fff}footer-component footer .footer_top .footer_left{width:50%;font-size:18px}footer-component footer .footer_top .footer_left .text_description{margin-top:15px}footer-component footer .footer_top .footer_right{display:flex;gap:30px}footer-component footer .footer_top .footer_right .menu__item{font-size:18px}footer-component footer .footer_top .footer_right .like_a_title{font-size:24px;font-weight:500;margin-bottom:30px}footer-component footer .footer_top .footer_right a{color:#fff}footer-component footer .footer_bottom{border-top:1px solid #4d555b;border-bottom:1px solid #4d555b;margin-bottom:20px;padding:20px 0}footer-component footer .footer_bottom .bottom_flex{display:flex;align-items:center;justify-content:space-between}footer-component footer .footer_bottom .bottom_flex .left{display:flex;gap:15px;justify-content:center}footer-component footer .footer_bottom .bottom_flex .left .copyright{margin-right:10px;font-size:16px;white-space:nowrap;display:flex;align-items:center;justify-content:center}footer-component footer .footer_bottom .bottom_flex .right{display:flex;gap:15px}footer-component footer .footer_bottom .bottom_flex .right a{color:#fff;font-size:16px;line-height:22px;transition:all .2s ease}footer-component footer .footer_bottom .bottom_flex .right a:hover{color:#a6ce39}@media screen and (max-width: 1050px){footer .footer_top{flex-direction:column;align-items:flex-start;gap:30px}footer .footer_top .like_a_list{margin-top:30px}footer .footer_top .footer_left{display:flex;flex-direction:column;align-items:center;width:100%}footer .footer_top .footer_left .text_description{text-align:center}footer .footer_top .footer_right{justify-content:space-evenly;width:100%}footer .footer_bottom .bottom_flex{flex-direction:column-reverse;gap:35px}footer .footer_bottom .bottom_flex .left{text-align:center}}@media screen and (max-width: 775px){footer .footer_top div.footer_left{width:100%}footer .footer_top .footer_right{flex-wrap:wrap;justify-content:center;gap:30px 40px}footer .footer_top .footer_right a:first-child{order:1}footer .footer_top .footer_right a:nth-child(3){order:2}footer .footer_top .footer_right a:nth-child(2){order:3;width:100%;justify-content:center}}@media screen and (max-width: 600px){footer .footer_top .soc_list{justify-content:flex-end}footer .footer_bottom .bottom_flex .left{width:100%}footer .footer_bottom .bottom_flex .right{display:flex;flex-direction:column;align-items:center;width:100%}}@media screen and (max-width: 480px){footer .footer_top .footer_right a{width:100%}footer .footer_top .footer_right a:nth-child(2){justify-content:flex-start}}@media screen and (max-width: 480px){footer .footer_top .footer_menu ul{flex-direction:column}footer .footer_top .footer_menu ul li{margin-bottom:10px}footer .footer_top .footer_menu ul li a{padding-right:0}footer .footer_top .footer_menu ul li a::after{content:none}footer .footer_top .footer_right .column.smaller{width:100%}footer .footer_top .footer_right .column.smaller .item{text-align:center}}@media screen and (max-width: 400px){footer .footer_top .soc_list{justify-content:flex-start}footer .footer_left{margin-bottom:20px}footer .footer_top{flex-direction:column}}
text-only-with-button section{width:100%;height:100%;position:relative;overflow:hidden;min-height:432px;display:flex;flex-direction:column;justify-content:center}text-only-with-button image-component.background img{position:absolute;width:100%;height:100%;object-fit:cover;top:0;left:0}text-only-with-button image-component.circle img{position:absolute;object-fit:cover;top:0;left:0;max-height:300px}text-only-with-button .container{position:relative;display:flex;flex-direction:column;align-items:center;z-index:2}text-only-with-button .container .content{font-size:20px;line-height:25px;color:var(--text-color);margin-bottom:30px;text-align:center;max-width:740px}text-only-with-button .swiper{height:100%;margin-top:50px}text-only-with-button .swiper .item{max-height:350px;width:auto}text-only-with-button .swiper .item image-component img{width:530px}text-only-with-button .swiper .navigation_wrapper{justify-content:center}@media screen and (max-width: 1150px){image-component.circle img{display:none}}
slider-text-and-button .slider-text-and-button{padding-top:100px;background-color:var(--bg-color);overflow:hidden}slider-text-and-button .content{margin-bottom:50px;font-size:18px;font-weight:400;line-height:25.2px;text-align:left;color:var(--text-color)}slider-text-and-button .flex-wrapper{gap:20px}slider-text-and-button .right{width:75%;margin-right:-30%}slider-text-and-button .left{width:50%}slider-text-and-button .btn{white-space:nowrap;height:38px;width:228px;display:flex;align-items:center;justify-content:center}slider-text-and-button .swiper .text{display:flex;flex-direction:column;gap:10px;padding:20px 25px}slider-text-and-button .swiper .border{position:relative;padding:25px 0 0}slider-text-and-button .swiper .border::before{content:"";position:absolute;width:100%;height:1px;top:0;background:#f0f0f1}slider-text-and-button .swiper .border::after{content:"";display:block;position:absolute;top:-9px;height:19px;width:39px;background-repeat:no-repeat;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='39' height='19' viewBox='0 0 39 17' fill='black'%3E%3Cpath d='M0 8.28571H37.5M37.5 8.28571L29.3571 1M37.5 8.28571L29.3571 15.5714' stroke='%23B2CD4D' stroke-width='2'/%3E%3C/svg%3E")}slider-text-and-button .swiper .item{background-color:#fff;gap:20px;width:289px;color:var(--text-color)}slider-text-and-button .swiper .item .image{display:flex;align-items:flex-end;height:290px}slider-text-and-button .swiper .item .overlay{display:flex;align-content:flex-end;height:22px}slider-text-and-button .swiper .item .link{display:block;width:33px;opacity:0}slider-text-and-button .swiper .item .site,slider-text-and-button .swiper .item .facebook,slider-text-and-button .swiper .item .instagram,slider-text-and-button .swiper .item .linkedin{background-size:contain;background-repeat:no-repeat;height:22px}slider-text-and-button .swiper .item .site{background-image:url('data:image/svg+xml,%3Csvg width="18" height="19" viewBox="0 0 18 19" fill="none" xmlns="http://www.w3.org/2000/svg"%3E%3Cpath d="M0 0.501787V4.27226H6.12797V13.5287C6.12797 17.6423 8.617 18.5 12.2541 18.5C14.5521 18.5 15.511 18.1569 15.511 18.1569V14.5562C15.511 14.5562 14.936 14.7277 13.7861 14.7277C12.0631 14.7277 11.4881 14.2131 11.4881 12.6727V4.27048H18V0.5H0V0.501787Z" fill="white"/%3E%3C/svg%3E')}slider-text-and-button .swiper .item .facebook{background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='14' height='22' viewBox='0 0 14 22' fill='none'%3E%3Cpath d='M3.98935 14.7425C3.89292 14.7425 1.77149 14.7425 0.807202 14.7425C0.292917 14.7425 0.132202 14.5497 0.132202 14.0675C0.132202 12.7818 0.132202 11.464 0.132202 10.1782C0.132202 9.66395 0.325059 9.50324 0.807202 9.50324H3.98935C3.98935 9.40681 3.98935 7.54252 3.98935 6.67466C3.98935 5.38895 4.21434 4.16752 4.8572 3.04252C5.5322 1.88538 6.49649 1.11395 7.71792 0.663951C8.52149 0.374665 9.32506 0.246094 10.1929 0.246094H13.3429C13.7929 0.246094 13.9858 0.438951 13.9858 0.888951V4.55324C13.9858 5.00324 13.7929 5.19609 13.3429 5.19609C12.4751 5.19609 11.6072 5.19609 10.7393 5.22824C9.87149 5.22824 9.42149 5.64609 9.42149 6.54609C9.38935 7.51038 9.42149 8.44252 9.42149 9.43895H13.1501C13.6643 9.43895 13.8572 9.63181 13.8572 10.1461V14.0354C13.8572 14.5497 13.6965 14.7104 13.1501 14.7104C11.9929 14.7104 9.51792 14.7104 9.42149 14.7104V25.1889C9.42149 25.7354 9.26077 25.9282 8.6822 25.9282C7.3322 25.9282 6.01435 25.9282 4.66435 25.9282C4.1822 25.9282 3.98935 25.7354 3.98935 25.2532C3.98935 21.8782 3.98935 14.839 3.98935 14.7425Z' fill='white' /%3E%3C/svg%3E")}slider-text-and-button .swiper .item .linkedin{background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='33' height='33' viewBox='0 0 33 33' fill='none'%3E%3Cpath d='M29.0782 28.9278V19.51C29.0782 14.8814 28.0818 11.3457 22.6818 11.3457C20.0782 11.3457 18.3425 12.76 17.6353 14.11H17.571V11.7636H12.4603V28.9278H17.796V20.41C17.796 18.16 18.2139 16.0064 20.9782 16.0064C23.7103 16.0064 23.7425 18.5457 23.7425 20.5386V28.8957H29.0782V28.9278Z' fill='white' /%3E%3Cpath d='M3.78174 11.7646H9.11745V28.9289H3.78174V11.7646Z' fill='white' /%3E%3Cpath d='M6.44558 3.21436C4.74201 3.21436 3.35986 4.5965 3.35986 6.30007C3.35986 8.00364 4.74201 9.41793 6.44558 9.41793C8.14915 9.41793 9.53129 8.00364 9.53129 6.30007C9.53129 4.5965 8.14915 3.21436 6.44558 3.21436Z' fill='white' /%3E%3C/svg%3E")}slider-text-and-button .swiper .item .instagram{background-image:url("data:image/svg+xml,%3Csvg width='25' height='26' viewBox='0 0 25 26' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M7.34659 0.0763581C8.67955 0.0138833 9.10455 0 12.5 0C15.8955 0 16.3205 0.0150402 17.6523 0.0763581C18.9841 0.137676 19.8932 0.354024 20.6886 0.667555C21.5216 0.988028 22.2773 1.48898 22.9023 2.13687C23.5386 2.77203 24.0295 3.54024 24.3432 4.38944C24.6523 5.1993 24.8636 6.12485 24.925 7.47847C24.9864 8.83788 25 9.27057 25 12.7264C25 16.1833 24.9852 16.616 24.925 17.9731C24.8648 19.3267 24.6523 20.2523 24.3432 21.0621C24.0295 21.9114 23.5378 22.6809 22.9023 23.317C22.2773 23.9649 21.5216 24.4647 20.6886 24.784C19.8932 25.0987 18.9841 25.3139 17.6545 25.3764C16.3205 25.4388 15.8955 25.4527 12.5 25.4527C9.10455 25.4527 8.67955 25.4377 7.34659 25.3764C6.01705 25.315 5.10795 25.0987 4.3125 24.784C3.47832 24.4646 2.72252 23.964 2.09773 23.317C1.4618 22.6815 0.969676 21.9123 0.655682 21.0633C0.347727 20.2534 0.136364 19.3279 0.075 17.9742C0.0136363 16.6148 0 16.1821 0 12.7264C0 9.26942 0.0147727 8.83672 0.075 7.48078C0.135227 6.12485 0.347727 5.1993 0.655682 4.38944C0.97014 3.54034 1.46263 2.77124 2.09886 2.13571C2.72277 1.48841 3.47781 0.987384 4.31136 0.667555C5.10682 0.354024 6.01591 0.138833 7.34545 0.0763581H7.34659ZM17.5511 2.3671C16.233 2.30578 15.8375 2.29306 12.5 2.29306C9.1625 2.29306 8.76705 2.30578 7.44886 2.3671C6.22955 2.42379 5.56818 2.63089 5.12727 2.80558C4.54432 3.03697 4.12727 3.31117 3.68977 3.75659C3.27505 4.16736 2.95589 4.66743 2.75568 5.22012C2.58409 5.66901 2.38068 6.34235 2.325 7.58375C2.26477 8.9258 2.25227 9.32842 2.25227 12.7264C2.25227 16.1243 2.26477 16.5269 2.325 17.869C2.38068 19.1104 2.58409 19.7837 2.75568 20.2326C2.95568 20.7845 3.275 21.2854 3.68977 21.6961C4.09318 22.1184 4.58523 22.4435 5.12727 22.6471C5.56818 22.8218 6.22955 23.0289 7.44886 23.0856C8.76705 23.1469 9.16136 23.1597 12.5 23.1597C15.8386 23.1597 16.233 23.1469 17.5511 23.0856C18.7705 23.0289 19.4318 22.8218 19.8727 22.6471C20.4557 22.4157 20.8727 22.1416 21.3102 21.6961C21.725 21.2854 22.0443 20.7845 22.2443 20.2326C22.4159 19.7837 22.6193 19.1104 22.675 17.869C22.7352 16.5269 22.7477 16.1243 22.7477 12.7264C22.7477 9.32842 22.7352 8.9258 22.675 7.58375C22.6193 6.34235 22.4159 5.66901 22.2443 5.22012C22.017 4.62661 21.7477 4.20201 21.3102 3.75659C20.9067 3.33439 20.4156 3.00945 19.8727 2.80558C19.4318 2.63089 18.7705 2.42379 17.5511 2.3671ZM10.9034 16.6495C11.7951 17.0274 12.7879 17.0784 13.7124 16.7938C14.6369 16.5092 15.4357 15.9067 15.9723 15.0891C16.5089 14.2715 16.7501 13.2896 16.6546 12.3111C16.5591 11.3326 16.133 10.4182 15.4489 9.72409C15.0128 9.28038 14.4855 8.94063 13.9049 8.72929C13.3244 8.51796 12.705 8.44031 12.0915 8.50192C11.4779 8.56353 10.8854 8.76288 10.3566 9.08561C9.82779 9.40835 9.37584 9.84643 9.0333 10.3683C8.69075 10.8902 8.46612 11.483 8.37559 12.1039C8.28505 12.7248 8.33085 13.3584 8.5097 13.9591C8.68855 14.5598 8.996 15.1127 9.40991 15.5779C9.82382 16.0431 10.3339 16.4091 10.9034 16.6495ZM7.95682 8.10091C8.55344 7.49348 9.26173 7.01165 10.0412 6.68291C10.8208 6.35418 11.6563 6.18498 12.5 6.18498C13.3437 6.18498 14.1792 6.35418 14.9588 6.68291C15.7383 7.01165 16.4466 7.49348 17.0432 8.10091C17.6398 8.70833 18.1131 9.42944 18.436 10.2231C18.7588 11.0167 18.925 11.866 18.925 12.7233C18.925 13.5806 18.7588 14.4299 18.436 15.2235C18.1131 16.0172 17.6398 16.7383 17.0432 17.3458C16.4466 17.9532 15.7383 18.435 14.9588 18.7638C14.1792 19.0925 13.3437 19.2617 12.5 19.2617C11.6563 19.2617 10.8208 19.0925 10.0412 18.7638C9.26173 18.435 8.55344 17.9532 7.95682 17.3458C7.3602 16.7383 6.88693 16.0172 6.56405 15.2235C6.24116 14.4299 6.075 13.5806 6.075 12.7233C6.075 11.866 6.24116 11.0167 6.56405 10.2231C6.88693 9.42944 7.3602 8.70833 7.95682 8.10091ZM19.6489 5.18774C19.7727 5.18774 19.8955 5.23456 19.9898 5.32242C20.0841 5.41028 20.1432 5.53257 20.1432 5.66299C20.1432 5.79342 20.0841 5.91571 19.9898 6.00356C19.8955 6.09142 19.7727 6.13824 19.6489 6.13824C19.525 6.13824 19.4023 6.09142 19.308 6.00356C19.2136 5.91571 19.1546 5.79342 19.1546 5.66299C19.1546 5.53257 19.2136 5.41028 19.308 5.32242C19.4023 5.23456 19.525 5.18774 19.6489 5.18774ZM21.3744 5.18774C21.4983 5.18774 21.621 5.23456 21.7153 5.32242C21.8097 5.41028 21.8688 5.53257 21.8688 5.66299C21.8688 5.79342 21.8097 5.91571 21.7153 6.00356C21.621 6.09142 21.4983 6.13824 21.3744 6.13824C21.2506 6.13824 21.1278 6.09142 21.0335 6.00356C20.9392 5.91571 20.8801 5.79342 20.8801 5.66299C20.8801 5.53257 20.9392 5.41028 21.0335 5.32242C21.1278 5.23456 21.2506 5.18774 21.3744 5.18774ZM23.1371 5.65029C23.1371 5.40743 22.9932 5.19185 22.7895 5.08689C22.5857 4.98192 22.3422 5.00587 22.1648 5.14682C21.9874 5.28777 21.8963 5.52642 21.9269 5.76601C21.9575 6.0056 22.1047 6.20262 22.3162 6.28476C22.5277 6.36691 22.7636 6.31926 22.9243 6.16293C23.0851 6.00661 23.1371 5.7621 23.1371 5.65029ZM2.30114 3.68924C2.66705 3.32338 3.21818 3.3361 3.58409 3.70286C3.95023 4.06962 3.9375 4.62075 3.57074 4.98661C3.20398 5.35246 2.65284 5.33974 2.28609 4.97298C1.91932 4.60622 1.93205 4.05509 2.30114 3.68924ZM5.2767 2.92591C5.52812 3.17727 5.52812 3.58657 5.2767 3.83794C5.02534 4.0893 4.61605 4.0893 4.36468 3.83794C4.11332 3.58657 4.11332 3.17727 4.36468 2.92591C4.61605 2.67455 5.02534 2.67455 5.2767 2.92591ZM5.2767 22.6145C5.52812 22.866 5.52812 23.2752 5.2767 23.5266C5.02534 23.7779 4.61605 23.7779 4.36468 23.5266C4.11332 23.2752 4.11332 22.866 4.36468 22.6145C4.61605 22.3632 5.02534 22.3632 5.2767 22.6145ZM3.58977 21.0434C3.9375 21.4093 3.95023 21.9604 3.58409 22.3272C3.21818 22.694 2.66705 22.7067 2.30114 22.3409C1.93205 21.975 1.91932 21.4239 2.28609 21.0571C2.65284 20.6903 3.20398 20.702 3.58977 21.0434Z' fill='%23FFFFFF'/%3E%3C/svg%3E")}slider-text-and-button .swiper .item:hover{--block-primary-text-color: #fff;background-color:#303f4a}slider-text-and-button .swiper .item:hover .text{justify-content:space-between}slider-text-and-button .swiper .item:hover .content-wrapper{z-index:15;position:relative;background-color:#303f4a;margin-top:-9%;margin-bottom:9%;transition:all .3s ease}slider-text-and-button .swiper .item:hover .link{opacity:1;height:22px}slider-text-and-button .swiper .item:hover .border::after{width:184px;margin-bottom:9%;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='184' height='19' viewBox='0 0 184 17' fill='none'%3E%3Cpath d='M0 8.28571H182.5M182.5 8.28571L174.357 1M182.5 8.28571L174.357 15.5714' stroke='%23B2CD4D' stroke-width='2'/%3E%3C/svg%3E");transition:all .3s ease}slider-text-and-button .swiper .item-name{font-size:16px;font-weight:700}slider-text-and-button .swiper .item-job{font-size:14px;font-weight:400}slider-text-and-button .swiper .navigation_wrapper{justify-content:flex-start}@media screen and (max-width: 1024px){slider-text-and-button .flex-wrapper{flex-direction:column}slider-text-and-button .left,slider-text-and-button .right{width:100%}}@media screen and (max-width: 600px){slider-text-and-button .slider-text-and-button{padding-top:30px}slider-text-and-button .buttons{flex-direction:column;align-items:initial}slider-text-and-button .buttons .btn{text-align:center}}
page-banner image-component #banner-image{width:362px}page-banner image-component#page-video-image img{position:absolute;top:0;left:0;width:100%;height:100%}page-banner section{background-color:#000;padding:0;height:100vh}page-banner .video{position:absolute;top:0;left:0;object-fit:cover;object-position:center center;filter:brightness(50%);mask-image:url(/assets/images/videos/video-gradient-mask.svg);mask-repeat:no-repeat;mask-size:100% 100%;width:100%;height:100%}page-banner .video-wrapper{width:100%;height:100%;position:relative;display:flex;align-items:center;justify-content:center}page-banner .video-overlay{position:absolute;width:100%;height:100%;opacity:.15;background-color:rgba(0,0,0,0);background-image:url("/assets/images/videos/video-noise.gif");background-size:auto;background-repeat:repeat;background-position:center center;transform:translateZ(0)}page-banner .container{margin-top:-100px;position:relative;z-index:5}page-banner .main-subtitle{margin-bottom:40px;order:-1;text-transform:uppercase;color:#b2cd4d}page-banner .banner_list,page-banner .text{color:var(--subtitle-color);margin-bottom:40px}page-banner .text p{margin-bottom:10px;font-size:var(--text-font-size)}page-banner .text p:last-child{margin-bottom:0}page-banner .flex_button{display:flex;gap:20px}page-banner .flex-wrapper{gap:20px;justify-content:space-between}page-banner .flex-wrapper .text p{font-size:22px;line-height:31px}page-banner .flex-wrapper .left{display:flex;flex-direction:column;justify-content:center;flex-shrink:1}page-banner .flex-wrapper .right{display:flex;justify-content:center;align-items:center;flex-shrink:0;max-width:50%}page-banner .flex-wrapper .right img{width:100%;max-width:100%}page-banner .btn{white-space:nowrap}@media screen and (max-width: 1024px){page-banner .flex-wrapper{flex-direction:column-reverse}page-banner .flex-wrapper .left{flex-shrink:0;align-items:center}page-banner .flex-wrapper .right{max-width:100%;flex-shrink:0;justify-content:flex-end}page-banner .flex-wrapper .right img{max-width:150px}}@media screen and (max-width: 550px){page-banner section .flex-wrapper .text p{text-align:center;font-size:16px}page-banner section .flex-wrapper .left{margin-bottom:40px}page-banner section .flex-wrapper .left h1{text-align:center}}
why-us{background:var(--bg-color);font-size:20px}why-us h2{text-transform:uppercase}why-us.reverse .flex-wrapper{flex-direction:row-reverse}why-us .subtitle{font-size:20px;margin-bottom:50px}why-us .listtitle{margin-bottom:25px;font-size:24px;font-weight:500}why-us .content{display:flex;flex-direction:column;color:var(--text-color);margin-bottom:50px;gap:20px}why-us .flex-wrapper{gap:20px}why-us .left,why-us .right{width:calc(50% - 10px);height:100%}why-us .banner_list{padding-left:20px;color:var(--text-color)}why-us .banner_list li{list-style:disc;margin-bottom:20px}why-us .banner_list li:last-child{margin-bottom:0}@media screen and (max-width: 1024px){why-us .flex-wrapper{flex-direction:column}why-us .left,why-us .right{width:100%}why-us .right{display:flex;justify-content:center}}@media screen and (max-width: 600px){why-us{font-size:16px}why-us .subtitle{font-size:18px;margin-bottom:30px}why-us .listtitle{margin-bottom:15px;font-size:20px}why-us .content{margin-bottom:30px;gap:10px}why-us .banner_list{padding-left:15px}why-us .banner_list li{margin-bottom:15px}}
why-us-numbered .why-us-numbered{position:relative;background:var(--bg-color);font-size:20px}why-us-numbered .why-us-numbered h2{color:var(--h-color)}why-us-numbered .why-us-numbered.reverse .flex-wrapper{flex-direction:row-reverse}why-us-numbered .subtitle{font-size:20px;margin-bottom:50px}why-us-numbered .listtitle{margin-bottom:25px;font-size:24px;font-weight:500}why-us-numbered .content{display:flex;flex-direction:column;gap:20px;color:var(--text-color)}why-us-numbered .flex-wrapper{display:flex;gap:20px}why-us-numbered .left,why-us-numbered .right{width:calc(50% - 10px)}why-us-numbered .left{display:flex;justify-content:center;align-items:flex-start;position:relative}why-us-numbered .left .content{position:sticky;top:150px}why-us-numbered .banner_list .item{position:relative;display:flex;gap:15px;align-items:center;width:100%;padding:30px 50px;max-width:618px;margin-bottom:20px;color:#6a7177;background-color:#fff}why-us-numbered .banner_list .item .circle{display:flex;justify-content:center;align-items:center;min-width:37px;height:37px;background:#a6ce39;color:#303f4a;border-radius:50%}why-us-numbered .banner_list .item:last-child{margin-bottom:0}why-us-numbered .items_list .block{background-color:#ededee;max-width:650px;padding:30px;display:flex;gap:20px}why-us-numbered .items_list .block:not(:last-child){margin-bottom:20px}why-us-numbered .items_list .block .accent-color{font-size:20px;line-height:32px;font-weight:500}why-us-numbered .items_list .block-content{color:#6a7177}why-us-numbered .items_list .block-content .title{font-size:24px;line-height:34px;color:#2e3d49}why-us-numbered .items_list .block-content p{margin-bottom:20px}why-us-numbered .items_list .block .list{list-style:disc}why-us-numbered .items_list .block .list p::marker{font-size:12px}@media screen and (max-width: 1024px){why-us-numbered .why-us-numbered .flex-wrapper,why-us-numbered .why-us-numbered.reverse .flex-wrapper{flex-direction:column}why-us-numbered .left,why-us-numbered .right{width:100%}why-us-numbered .right{display:flex;justify-content:center}why-us-numbered .left .content{position:static}}@media screen and (max-width: 600px){why-us-numbered .why-us-numbered{font-size:16px}why-us-numbered .why-us-numbered .banner_list .item{padding:20px 20px}why-us-numbered .subtitle{font-size:18px}why-us-numbered .listtitle{font-size:20px}}
why-us-grid h2{text-transform:uppercase}why-us-grid .text{color:var(--text-color);font-size:20px;margin-bottom:50px}why-us-grid .content{display:flex;flex-direction:column;gap:20px;color:#fff}why-us-grid .flex-wrapper{display:block}why-us-grid .banner_list{width:100%;display:flex;gap:20px;flex-wrap:wrap;justify-content:center}why-us-grid .banner_list .item{position:relative;display:flex;gap:15px;font-size:20px;width:100%;padding:30px 30px;max-width:392px;color:#6a7177;background-color:#f0f0f1}why-us-grid .circle{margin-top:5px;height:15px;min-width:15px;border-radius:100%;background-color:#000}why-us-grid .list{display:flex;flex-wrap:wrap;justify-content:center;gap:20px}why-us-grid .list-item{background-color:#fff;max-width:280px;color:#1f2021;display:flex;flex-direction:column;justify-content:space-between}why-us-grid .list-item:hover{background-image:url("/assets/images/why-us-grid-back-hover.jpg")}why-us-grid .list-item:hover .list-item_desc,why-us-grid .list-item:hover .list-item_title{color:#fff}why-us-grid .list-item:hover .border::after{width:184px;margin-bottom:9%;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='184' height='19' viewBox='0 0 184 17' fill='none'%3E%3Cpath d='M0 8.28571H182.5M182.5 8.28571L174.357 1M182.5 8.28571L174.357 15.5714' stroke='%23B2CD4D' stroke-width='2'/%3E%3C/svg%3E");transition:all .3s ease}why-us-grid .list-item_wrapper{padding:30px 20px}why-us-grid .list-item_title{font-size:20px;color:#6a7177}why-us-grid .list-item .border{position:relative;padding:25px 0 0}why-us-grid .list-item .border::before{content:"";position:absolute;width:100%;height:1px;top:0;background:#ededee}why-us-grid .list-item .border::after{content:"";display:block;position:absolute;top:-9px;height:19px;width:39px;background-repeat:no-repeat;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='39' height='19' viewBox='0 0 39 17' fill='black'%3E%3Cpath d='M0 8.28571H37.5M37.5 8.28571L29.3571 1M37.5 8.28571L29.3571 15.5714' stroke='%23B2CD4D' stroke-width='2'/%3E%3C/svg%3E")}@media screen and (max-width: 650px){why-us-grid .content{gap:0}why-us-grid p.text,why-us-grid .banner_list .item{font-size:17px}why-us-grid .banner_list div.item{width:100%;padding:20px 10px;max-width:none}why-us-grid p.list-item_desc{font-size:18px}}
