@import url(https://fonts.googleapis.com/css?family=Big+Shoulders:100,200,300,regular,500,600,700,800,900);
@import url(https://fonts.googleapis.com/css?family=Anek+Latin:100,200,300,regular,500,600,700,800);
@keyframes hero-enter{from{opacity:0;transform:skew(-10deg) translateX(-100px)}to{opacity:1;transform:skew(0) translateX(0)}}@keyframes hero-reverse-enter{from{opacity:0;transform:skew(-15deg) translateX(100px)}to{opacity:1;transform:skew(0) translateX(0)}}@keyframes hero-about-enter{from{opacity:0;transform:translateY(80px) scaleX(0.85)}to{opacity:1;transform:translateY(0) scaleX(1)}}*,*::before,*::after{box-sizing:border-box;margin:0;padding:0}html,body{scrollbar-width:thin;scrollbar-color:#0f352c rgba(0,0,0,0);scrollbar-gutter:stable}html::-webkit-scrollbar,body::-webkit-scrollbar{width:8px;height:8px;background-color:rgba(0,0,0,0)}html::-webkit-scrollbar-thumb,body::-webkit-scrollbar-thumb{background-color:#0f352c;border-radius:10px}html::-webkit-scrollbar-track,body::-webkit-scrollbar-track{background:rgba(0,0,0,0)}html{-webkit-text-size-adjust:100%;-moz-text-size-adjust:100%;text-size-adjust:100%}body{margin:0;font-family:"Anek Latin",sans-serif;line-height:150%;color:#0f352c;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;text-rendering:optimizeLegibility}img,picture,video,canvas,svg{display:block;max-width:100%;height:auto}svg{display:inline-block;vertical-align:middle}img{user-select:none;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;-webkit-user-drag:none;user-drag:none;user-select:none;-webkit-user-drag:none;pointer-events:none}button,input,select,textarea{font:inherit;color:inherit;background:none;border:none;padding:0;margin:0;outline:none;appearance:none;-webkit-appearance:none;-moz-appearance:none;-ms-appearance:none;-webkit-tap-highlight-color:rgba(0,0,0,0)}ul,ol{list-style:none;margin:0;padding:0}a{text-decoration:none;color:inherit}table{border-collapse:collapse;border-spacing:0}strong,b{font-weight:bold}em,i{font-style:italic}code,pre{font-family:monospace,monospace;font-size:1em}h1,h2,h3,h4,h5,h6{font-weight:500;font-family:"Big Shoulders",sans-serif}h1{font-size:clamp(2rem,5vw,4.6875rem);font-weight:900;line-height:100%;font-family:"Big Shoulders",sans-serif}h2{font-size:clamp(2rem,5vw,4rem);font-weight:900;line-height:100%;font-family:"Big Shoulders",sans-serif}h3{font-weight:900;line-height:100%;font-family:"Big Shoulders",sans-serif}body::after{content:"";position:absolute;top:0;left:0;width:100%;height:100%;background-color:rgba(8,33,27,.9);z-index:998;opacity:0;transition:.3s ease;pointer-events:none}body._overflow-hidden{overflow:hidden;position:relative}body._overflow-hidden::after{opacity:1;pointer-events:auto}body._popup-opened{overflow:hidden;position:relative}.site-main{margin-top:-100px}.site-main.single-proposal{margin-top:0}@media(max-width: 768px){.site-main{margin-top:-78px}.site-main.single-proposal{margin-top:0}}.site-header{position:sticky;top:0;left:0;width:100%;padding:20px 20px 0;z-index:1000}@media(max-width: 768px){.site-header{padding:8px 8px 0}}.site-header__container{max-width:1224px;transition:.3s ease;margin:0 auto;padding:0px 15px 0 30px;height:80px;display:flex;justify-content:space-between;align-items:center;background-color:#252525;border-radius:3rem;color:#fff;gap:32px}@media(min-width: 1024px){.site-header__container{box-shadow:0 10px 30px rgba(0,0,0,.15)}}@media(max-width: 1024px){.site-header__container{padding:0px 30px 0 30px}}@media(max-width: 768px){.site-header__container{height:70px}}.site-header__logo .full-logo{display:block}.site-header__logo .full-logo svg{width:160px}.site-header__logo .mob-logo{display:none}@media(max-width: 768px){.site-header__logo .full-logo{display:none}.site-header__logo .mob-logo{display:block}.site-header__logo .mob-logo svg{width:80px}}.site-header__nav{position:relative}.site-header__nav-mobile-btn{display:none}@media(max-width: 768px){.site-header__nav-mobile-btn{display:block}.site-header__nav-mobile-btn .main-btn{display:inline-flex !important;background-color:#0f352c;border-color:#0f352c;width:100%}}.site-header__menu{display:flex;gap:20px;row-gap:4px;flex-wrap:wrap}.site-header__menu li.current_page_item a{color:#ffbf00 !important}.site-header__menu a{font-size:clamp(14px,1.5vw,18px);font-weight:300;transition:.3s ease}.site-header__menu a:hover{color:#ffbf00}@media(max-width: 1024px){.site-header .main-btn{margin-left:auto}}@media(max-width: 768px){.site-header .main-btn{display:none;background-color:#00833d;border-color:#00833d;height:60px}}.site-header__burger{flex-shrink:0;display:none;flex-direction:column;gap:7px;background:none;border:none;cursor:pointer}.site-header__burger span{display:block;flex-shrink:0;width:32px;border:2px solid #fff;background-color:#fff;border-radius:5px;transition:.3s ease}.site-header__burger._active span:nth-child(1){transform:rotate(45deg) translate(7.5px, 7.5px)}.site-header__burger._active span:nth-child(2){opacity:0}.site-header__burger._active span:nth-child(3){transform:rotate(-45deg) translate(7.5px, -7.5px)}@media(max-width: 1024px){.site-header__nav{opacity:0;visibility:hidden;pointer-events:none;position:absolute;top:100px;left:0;width:100%;height:calc(100dvh - 80px + 20px);padding:32px 20px 20px;gap:32px;transition:.3s ease;display:flex;flex-direction:column;overflow-y:auto}.site-header__nav._active{opacity:1;visibility:visible;pointer-events:auto}.site-header__menu{width:100%;flex-direction:column;flex-wrap:nowrap;gap:32px;height:100%}.site-header__menu a{font-size:clamp(3rem,10vw,5rem);line-height:80%;font-family:"big shoulders",sans-serif}.site-header__burger{display:flex}}@media(max-width: 768px){.site-header__nav{top:78px;height:calc(100dvh - 70px - 8px)}.site-header__nav::after{height:100%}}.site-footer{width:100%;background-color:#fff;padding:140px 20px 100px}@media(max-width: 1024px){.site-footer{padding:100px 20px 20px}}@media(max-width: 768px){.site-footer{padding:0}}.site-footer__container{max-width:1220px;margin:0 auto;display:flex;flex-wrap:wrap;justify-content:space-between;border-radius:40px;padding:80px 20px;background:#fff;border:1px solid #223fd5}@media(max-width: 768px){.site-footer__container{flex-direction:column-reverse;padding:48px 32px 32px;gap:80px;border-radius:0}}.site-footer__column-info{flex:1;display:flex;flex-direction:column;align-items:flex-end;width:50%}@media(max-width: 768px){.site-footer__column-info{align-items:flex-start;width:100%;text-align:left}}.site-footer__column-info h2{color:#252525;margin-bottom:20px;text-align:right}.site-footer__column-info h2 span{color:#223fd5}@media(max-width: 768px){.site-footer__column-info h2{text-align:left}}.site-footer__column-info .regular-btn{color:#223fd5;border-color:#223fd5}.site-footer__column-info .regular-btn svg path{fill:#223fd5}.site-footer__column-info .regular-btn:hover{color:#fff;background-color:#252525;border-color:#252525}.site-footer__column-info .regular-btn:hover svg path{fill:#fff}.site-footer__column-info p{color:#252525;font-weight:200;font-size:16px;line-height:150%;margin:120px 0 20px}@media(max-width: 768px){.site-footer__column-info p{margin:60px 0 20px;text-align:center}}.site-footer__column-info__socials{display:flex;gap:8px}.site-footer__column-info__socials a{display:flex;width:50px;height:50px}.site-footer__column-info__socials a svg{width:100%;height:100%;transition:.3s ease}.site-footer__column-info__socials a svg path{transition:.3s ease;fill:#223fd5}.site-footer__column-info__socials a svg circle{stroke:#223fd5}.site-footer__column-info__socials a svg:active{transform:scale(0.96);transition:.1s ease}@media(max-width: 768px){.site-footer__column-info__socials{width:100%;justify-content:space-between}}.site-footer__column-nav{width:50%;display:flex;justify-content:flex-start;padding-left:100px;gap:48px}@media(max-width: 1024px){.site-footer__column-nav{padding-left:50px;gap:8px}}@media(max-width: 768px){.site-footer__column-nav{width:100%;padding-left:0;flex-wrap:wrap;justify-content:space-between;gap:32px}}.site-footer__column-nav-links{display:flex;flex-direction:column;gap:12px}.site-footer__column-nav-links span{color:#223fd5;font-size:20px;font-weight:500}.site-footer__column-nav-links a{color:#252525;font-size:16px;font-weight:400;width:-moz-fit-content;width:fit-content;text-decoration:none}.site-footer__column-nav-links a:hover{text-decoration:underline}.site-footer__column-nav-links a:active{transform:scale(0.98);transform-origin:center;transition:.1s ease}.site-footer__column-socials{width:100%;display:flex;flex-direction:column;justify-content:center;align-items:center;margin-top:50px;gap:15px}.hero{padding:200px 20px 100px;background-image:url("/wp-content/themes/aussie/assets/img/bg.svg");background-size:100% 100%;background-position:center;background-repeat:no-repeat;overflow:hidden}.hero__container{max-width:1220px;margin:0 auto;position:relative}.hero__top{display:flex;align-items:center}.hero__title{color:#252525;z-index:2;opacity:0;animation:hero-enter 1s ease .2s forwards}@media(max-width: 1023px){.hero__title{animation:none;opacity:1;transform:none}}.hero__title span{color:#223fd5}.hero__image{max-width:488px;height:auto;z-index:2;opacity:0;animation:hero-enter 1s ease .1s forwards}@media(max-width: 1023px){.hero__image{animation:none;opacity:1;transform:none}}.hero__bottom{margin-top:24px;display:flex;justify-content:space-between;gap:48px;padding:48px 0 0;border-top:1px solid #223fd5}.hero__subtitle{font-size:clamp(1.125rem,2vw,1.5rem);font-weight:500;line-height:120%;max-width:600px;color:#252525}@media(max-width: 1024px){.hero{padding:150px 20px 50px}.hero__top{flex-direction:column;gap:32px;text-align:center}.hero__bottom{flex-direction:column;align-items:center;text-align:center;gap:24px}}.trusted{padding:140px 0 150px;background:#223fd5}@media(max-width: 768px){.trusted{padding:80px 0 130px}}.trusted__top{max-width:1260px;padding:0 20px;margin:0 auto;display:flex;justify-content:space-between;gap:32px}@media(max-width: 768px){.trusted__top{flex-direction:column;align-items:center}}.trusted__top h2{text-transform:uppercase;color:#fff;text-align:left}@media(min-width: 768px){.trusted__top h2{max-width:570px}}.trusted__top p{color:#fff;font-weight:300;line-height:150%;font-size:clamp(1rem,2.5vw,1.25rem)}@media(min-width: 768px){.trusted__top p{max-width:510px}}.trusted__slider{margin-top:58px}.trusted__slider .swiper{width:100%;padding-right:calc((100vw - 1400px)/2)}.trusted__slider .swiper-wrapper{max-width:1400px;margin:0 auto;height:100%;display:flex;align-items:stretch}.trusted__slider .swiper-slide{height:auto;display:flex}.trusted__slider .swiper-slide:first-child{padding-left:20px}.trusted__slider .swiper-slide:last-child{padding-right:20px}@media(max-width: 768px){.trusted__slider .swiper-slide{padding:0 20px !important}}.trusted__slider .swiper-slide__item-iframe{border-radius:15px;overflow:hidden;width:100%;height:100%}.trusted__slider .swiper-slide__item-iframe iframe{width:100%;height:100%;border:none}.trusted__slider .swiper-slide__item-partner{display:flex;border-radius:15px;flex-direction:column;padding:46px;gap:30px;justify-content:flex-start;align-items:flex-start;background:radial-gradient(circle at 60% 10%, #d1ff5e 20%, #aff500 80%)}@media(max-width: 1024px){.trusted__slider .swiper-slide__item-partner{padding:30px 20px}}.trusted__slider .swiper-slide__item-partner .row{display:flex;justify-content:flex-start;align-items:center;flex-wrap:wrap;gap:15px;width:100%}.trusted__slider .swiper-slide__item-partner .row img{max-width:150px;display:block;max-height:64px;-o-object-fit:contain;object-fit:contain}.trusted__slider .swiper-slide__item-partner .row .name{font-size:clamp(1.5rem,3vw,2rem);font-weight:700;color:#0f352c}.trusted__slider .swiper-slide__item-partner p{font-size:15px;color:#0f352c;line-height:150%}.trusted__slider .swiper-slide__item-cut{display:flex;border-radius:140px 15px 15px 15px;flex-direction:column;background:#fff}@media(max-width: 1024px){.trusted__slider .swiper-slide__item-cut{border-radius:80px 15px 15px 15px}}.trusted__slider .swiper-slide__item-cut .col{padding:40px 28px 20px;display:flex;flex-direction:column;align-items:flex-end;border-bottom:1px solid #223fd5}@media(max-width: 1024px){.trusted__slider .swiper-slide__item-cut .col{padding:30px 20px 20px}}.trusted__slider .swiper-slide__item-cut .col h3{font-family:"Big Shoulders";font-weight:900;color:#223fd5;font-size:clamp(2rem,6vw,4rem);line-height:100%;text-transform:uppercase}.trusted__slider .swiper-slide__item-cut .col span{font-family:"Big Shoulders";font-weight:900;color:#252525;font-size:clamp(1rem,4vw,2rem);line-height:100%;text-transform:uppercase}.trusted__slider .swiper-slide__item-cut .row{padding:28px 28px 20px;display:flex;justify-content:space-between;align-items:center;gap:15px;width:100%}@media(max-width: 1024px){.trusted__slider .swiper-slide__item-cut .row{padding:20px}}@media(max-width: 768px){.trusted__slider .swiper-slide__item-cut .row{flex-direction:column;align-items:flex-end}}.trusted__slider .swiper-slide__item-cut .row img{max-width:200px;width:60%;display:block;-o-object-fit:contain;object-fit:contain}.trusted__slider .swiper-slide__item-cut .row p{font-size:15px;color:#252525;line-height:120%;text-align:right}.trusted__slider .swiper-controls{max-width:1260px;padding:0 20px;margin:40px auto 0;display:flex;align-items:center;gap:16px}.trusted__slider .swiper-controls .swiper-scrollbar.trusted-scrollbar{position:static;margin-right:20px;background-color:#1b463c;height:5px}.trusted__slider .swiper-controls .swiper-scrollbar-drag{background-color:#1c695c;cursor:pointer}.trusted__slider .swiper-controls .trusted-prev,.trusted__slider .swiper-controls .trusted-next{margin:0;left:none;top:none;position:static;flex-shrink:0;width:60px;height:60px;transition:.3s ease;cursor:pointer}.trusted__slider .swiper-controls .trusted-prev:hover,.trusted__slider .swiper-controls .trusted-next:hover{transform:scale(95%)}.trusted__slider .swiper-controls .trusted-prev svg{transform:rotate(180deg)}.trusted__slider .swiper-controls .trusted-prev svg path,.trusted__slider .swiper-controls .trusted-next svg path{transition:.3s ease}.trusted__slider .swiper-controls .trusted-prev svg,.trusted__slider .swiper-controls .trusted-next svg{width:60px;height:60px}.trusted__slider .swiper-controls .trusted-prev.swiper-button-disabled,.trusted__slider .swiper-controls .trusted-next.swiper-button-disabled{opacity:1}.trusted__slider .swiper-controls .trusted-prev.swiper-button-disabled svg path,.trusted__slider .swiper-controls .trusted-next.swiper-button-disabled svg path{fill:#1c695c}.trusted__slider .swiper-controls .trusted-prev svg rect,.trusted__slider .swiper-controls .trusted-next svg rect{transition:.3s ease}.trusted__slider .swiper-controls .trusted-prev.swiper-button-disabled svg rect,.trusted__slider .swiper-controls .trusted-next.swiper-button-disabled svg rect{stroke:#1c695c}.trusted__slider .swiper-controls .trusted-prev::before,.trusted__slider .swiper-controls .trusted-next::before,.trusted__slider .swiper-controls .trusted-prev::after,.trusted__slider .swiper-controls .trusted-next::after{display:none}.trusted__slider .swiper-controls .swiper-navigation-icon{display:none}.infinite-scroll{margin-top:-40px}.infinite-scroll__container{padding:100px 20px;background-color:#fff}.infinite-scroll__title{max-width:950px;text-align:center;margin:0 auto 30px;-webkit-user-select:none;-moz-user-select:none;user-select:none;color:#252525}.infinite-scroll .horizontal-scroll{overflow:hidden;position:relative;width:100%;max-width:1220px;margin:0 auto;background-color:#fff}.infinite-scroll .horizontal-scroll__container{overflow:hidden;width:100%}.infinite-scroll .horizontal-scroll__inner{display:flex;flex-wrap:nowrap;will-change:transform;width:-moz-max-content;width:max-content}.infinite-scroll .horizontal-scroll__item{flex-shrink:0;margin-top:48px;margin-left:48px;width:200px;height:200px;padding:20px;display:flex;align-items:center;justify-content:center;border-radius:8px}.infinite-scroll .horizontal-scroll__item img{display:block;max-height:64px;-o-object-fit:cover;object-fit:cover}@media(max-width: 1024px){.infinite-scroll .horizontal-scroll__item{width:150px;height:150px;margin-top:32px;margin-left:32px}}@media(max-width: 768px){.infinite-scroll .horizontal-scroll__item{width:120px;height:120px;padding:10px;margin-top:8px;margin-left:8px}}.infinite-scroll .horizontal-scroll .horizontal-scroll__container{-webkit-mask:linear-gradient(90deg, transparent, #00833d 20%, #00833d 80%, transparent);mask:linear-gradient(90deg, transparent, #00833d 20%, #00833d 80%, transparent)}@keyframes scroll{to{transform:translateX(calc(-50% - 1rem))}}.sticky-cols{position:relative;background-color:#fff}.sticky-cols.-page-coding .sticky-cols__item .sticky-cols__info{max-width:490px}@media(max-width: 1024px){.sticky-cols.-page-coding .sticky-cols__item .sticky-cols__info{max-width:100%}}.sticky-cols__item{display:flex;justify-content:space-between;align-items:center;height:85vh;position:sticky;top:0;border-radius:24px 24px 0 0}.sticky-cols__item:nth-child(2){background-color:#223fd5}.sticky-cols__item:nth-child(2) span,.sticky-cols__item:nth-child(2) h2,.sticky-cols__item:nth-child(2) ul li{color:#fff}.sticky-cols__item:nth-child(3){background-color:#252525}.sticky-cols__item:nth-child(3) h2,.sticky-cols__item:nth-child(3) ul li{color:#fff}@media(max-width: 1024px){.sticky-cols__item{position:static;height:-moz-fit-content;height:fit-content;border-radius:0}}.sticky-cols__content{max-width:1220px;margin:0 auto;width:100%;display:flex;justify-content:space-between;align-items:center;padding:48px 20px}@media(max-width: 1024px){.sticky-cols__content{flex-direction:column;gap:60px;padding:100px 32px;justify-content:center;align-items:center}}@media(max-width: 768px){.sticky-cols__content{padding:60px 20px;gap:32px}}.sticky-cols__info{max-width:550px}@media(max-width: 1024px){.sticky-cols__info{max-width:100%}}.sticky-cols__info>span{color:#223fd5;font-weight:500;font-size:clamp(18px,3vw,24px);text-transform:uppercase;font-family:"Big Shoulders",sans-serif}.sticky-cols__info h2{text-transform:uppercase;margin:20px 0;font-size:clamp(1.75rem,5vw,4rem);color:#252525}.sticky-cols__info h2 span{color:#223fd5}@media(max-width: 768px){.sticky-cols__info h2{margin:10px 0 20px}}.sticky-cols__info ul{list-style:disc;padding:0;margin:0}.sticky-cols__info ul li{margin:0 0 0 26px;font-size:clamp(1rem,2.5vw,1.25rem);font-weight:500;color:#252525;line-height:150%}.sticky-cols a{background-color:#111;border-color:#111}@media(min-width: 768px){.sticky-cols a{filter:drop-shadow(0px 3px 5px rgba(0, 0, 0, 0.3))}}@media(max-width: 768px){.sticky-cols a{width:100%}}.sticky-cols a span{box-shadow:none !important;text-shadow:none !important}.sticky-cols p{font-weight:300;color:#fff;line-height:150%;font-size:clamp(1rem,2.5vw,1.25rem)}@media(min-width: 768px){.sticky-cols p{filter:drop-shadow(0px 3px 5px rgba(0, 0, 0, 0.3))}}.sticky-cols__lists{display:flex;-moz-column-gap:40px;column-gap:40px;row-gap:10px;flex-wrap:wrap;margin:20px 0 40px}.sticky-cols__lists ul{list-style:disc;padding:0;margin:0;display:flex;flex-direction:column;gap:10px}.sticky-cols__lists ul li{margin:0 0 0 26px;font-size:clamp(1rem,2.5vw,1.25rem);font-weight:300;color:#fff;line-height:150%}@media(min-width: 768px){.sticky-cols__lists ul li{filter:drop-shadow(0px 3px 5px rgba(0, 0, 0, 0.3))}}.how-works{background-color:#fff;padding:0 20px}.how-works__container{max-width:1220px;margin:0 auto;padding:150px 0 180px}@media(max-width: 768px){.how-works__container{padding:80px 0 130px}}.how-works h2{text-transform:uppercase;text-align:center;margin:0 auto 36px;color:#252525}.how-works__steps{display:flex;align-items:center;height:58px;background-color:#223fd5;border-radius:5rem;position:relative;overflow:hidden}.how-works__steps .how-works-arrow{z-index:2;width:58px;height:58px;background-color:#fff;border-radius:5rem;display:flex;align-items:center;justify-content:center;transition:.3s ease;position:absolute;top:0;left:0;cursor:pointer}.how-works__steps .how-works-arrow:first-child svg{transform:rotate(180deg)}.how-works__steps .how-works-arrow:last-child{left:auto;right:0}.how-works__steps .how-works-arrow:hover{background-color:#252525}.how-works__steps .how-works-arrow:hover svg{fill:#fff}.how-works__steps .how-works-arrow:hover svg path{stroke:#fff}.how-works__steps .how-works-step{-webkit-user-select:none;-moz-user-select:none;user-select:none;width:100%;height:100%;opacity:0;transition:.3s ease;cursor:default;font-size:1.5rem;display:flex;align-items:center;justify-content:center;font-family:"big shoulders",sans-serif;border-radius:8px;font-weight:900;text-transform:uppercase;background-color:#223fd5;color:#fff}.how-works__steps .how-works-step.-first{margin-left:16px;padding-left:16px}.how-works__steps .how-works-step.-last{margin-right:16px;padding-right:16px}@media(max-width: 1024px){.how-works__steps .how-works-step{font-size:1rem}.how-works__steps .how-works-step.-first{margin-left:20px;padding-left:32px}.how-works__steps .how-works-step.-last{margin-right:20px;padding-right:32px}}.how-works__steps .how-works-step._current{opacity:1}@media(max-width: 768px){.how-works__steps .how-works-step{display:none;font-size:1.5rem}.how-works__steps .how-works-step._current{display:flex;opacity:1}.how-works__steps .how-works-step.-first{margin-left:0;padding-left:0}.how-works__steps .how-works-step.-last{margin-right:0;padding-right:0}}.how-works__content{margin:0 auto;margin-top:100px;max-width:1220px;width:100%}@media(max-width: 768px){.how-works__content{margin-top:50px}}.how-works__content .item-info{max-width:620px}.how-works__content .item-info h3{-webkit-user-select:none;-moz-user-select:none;user-select:none;text-transform:uppercase;margin:0 0 20px;font-size:clamp(1.75rem,5vw,3.5rem);color:#252525}.how-works__content .item-info h3 span{color:#223fd5}.how-works__content .item-info p{color:#252525;font-size:clamp(1rem,5vw,1.25rem);font-weight:400}.how-works__item{overflow:hidden;position:absolute;inset:0;display:flex;justify-content:space-between;align-items:center;opacity:0;transform:translateY(16px);pointer-events:none;gap:32px;transition:.3s ease}.how-works__item._current{opacity:1;transform:translateY(0);pointer-events:auto;position:relative}@media(max-width: 768px){.how-works__item{flex-direction:column}}.how-works__image{max-width:470px;width:100%;height:100%;display:flex;align-items:center;justify-content:center}.how-works__image img{display:block;height:auto;-o-object-fit:cover;object-fit:cover}.rules{background-color:#fff;padding:0 20px;margin-top:-40px;border-radius:40px 40px 0 0}.rules__container{max-width:1220px;margin:0 auto;padding:110px 0}@media(max-width: 768px){.rules__container{padding:80px 0}}.rules__container h2{text-transform:uppercase;text-align:center;margin:0 auto 56px;color:#252525}.rules__container h2 span{color:#223fd5}.rules__content{display:flex;gap:48px;justify-content:space-between;padding:28px;border-radius:40px;gap:20px;background-color:#fff;border:1px solid #223fd5}@media(max-width: 1024px){.rules__content{border-radius:0;background-color:rgba(0,0,0,0);padding:0}}@media(max-width: 768px){.rules__content{flex-direction:column}}.rules__item{flex:1;width:100%;border-radius:26px;overflow:hidden}.rules__item h3{text-transform:uppercase;margin:40px 0 40px;text-align:center;font-size:clamp(1.75rem,5vw,3.5rem);color:#fff}@media(max-width: 768px){.rules__item h3{margin:20px 0 20px}}.rules__item.-do{background-color:#223fd5;border:1px solid #223fd5}.rules__item.-do .rules__list{background:#fff}.rules__item.-dont{background-color:#223fd5;border:1px solid #223fd5}.rules__item.-dont .rules__list{background-color:#fff}.rules__list{border-radius:24px;padding:30px 40px;height:100%}@media(max-width: 1024px){.rules__list{padding:20px 20px}}.rules__list .list-item{padding:16px 0}.rules__list .list-title{display:flex;gap:20px}@media(max-width: 768px){.rules__list .list-title{gap:10px}}.rules__list .list-title svg{flex-shrink:0;width:30px;height:30px}@media(max-width: 768px){.rules__list .list-title svg{width:24px;height:24px}}.rules__list .list-title svg path{stroke:#223fd5}.rules__list .list-title h4{font-family:"Anek Latin";font-size:clamp(1.125rem,3vw,1.5rem);font-weight:700;color:#252525}.rules__list p{margin-left:50px;margin-top:12px;font-size:clamp(1rem,2.5vw,1.25rem);font-weight:400;color:#252525}@media(max-width: 768px){.rules__list p{margin-left:36px}}.projects{background-color:#fffae3;overflow:hidden;padding:80px 0 0}.projects__title{width:100%;border-bottom:1px solid #e0e1ce;padding:0 20px}.projects__title h2{max-width:1220px;margin:0 auto;text-transform:uppercase;font-weight:400;font-size:20px;text-align:left;color:#143e34;margin-bottom:16px;width:100%}.projects__item{margin:0 auto;padding:70px 0 70px}.projects__item:nth-child(even){background-color:#f8efc8}.projects__info{max-width:1260px;padding:0 20px;margin:0 auto 50px;display:flex;justify-content:space-between}@media(max-width: 768px){.projects__info{flex-direction:column;gap:16px}}.projects__info h3{-webkit-user-select:none;-moz-user-select:none;user-select:none;font-size:clamp(2rem,5vw,4rem);font-weight:800;line-height:100%;color:#143e34;font-family:"Big Shoulders",sans-serif;text-transform:uppercase}.projects__info .info-details{display:flex;flex-direction:column;gap:16px;max-width:400px}@media(max-width: 768px){.projects__info .info-details{gap:6px}}.projects__info .info-details span{-webkit-user-select:none;-moz-user-select:none;user-select:none;font-weight:300;font-size:clamp(1rem,3vw,1.25rem)}.projects__info .info-details a{-webkit-user-select:none;-moz-user-select:none;user-select:none;font-family:"big shoulders",sans-serif;font-weight:800;font-size:clamp(1rem,3vw,1.125rem);color:#00833d;text-transform:uppercase;transition:.3s ease;line-height:110%}.projects__info .info-details a:hover{color:#ffbf00}.projects__slider{margin-top:58px;margin:0 auto;max-width:1260px;padding:0 20px;height:100%;position:relative;cursor:none;overflow:visible}.projects__slider .swiper{width:100%}@media(min-width: 1024px){.projects__slider .swiper{width:calc(100vw - (50vw - 610px))}}.projects__slider .swiper-wrapper{margin:0 auto;cursor:none;height:100%}.projects__slider .swiper-slide{height:auto;display:flex;height:auto;cursor:none}.projects__slider .swiper-slide img{border-radius:4px;display:block;width:100%;height:auto;-o-object-fit:cover;object-fit:cover;cursor:none}.projects__slider .swiper-controls{max-width:1220px;cursor:none;margin:30px auto 0}.projects__slider .swiper-controls .swiper-scrollbar.projects-scrollbar{position:static;height:3px !important;background-color:#ffbf00;width:100%}.projects__slider .swiper-controls .swiper-scrollbar-drag{height:3px !important;background-color:#00833d;cursor:pointer}.projects__slider .swiper-controls .projects-prev,.projects__slider .swiper-controls .projects-next{position:absolute !important;top:0;left:0;width:90px !important;height:90px !important;border-radius:50%;display:flex;align-items:center;justify-content:center;border:1px solid #000;pointer-events:none;cursor:none;scale:.9;transition:scale .1s ease,opacity .1s ease,translate 0s linear;z-index:50;opacity:0;background-color:#fff;will-change:translate,scale,opacity}.projects__slider .swiper-controls .projects-prev svg,.projects__slider .swiper-controls .projects-next svg{width:90px !important;height:90px !important;fill:#fff !important;stroke-width:.5px !important;stroke:#fff;transition:scale .05s ease}.projects__slider .swiper-controls .projects-prev svg path,.projects__slider .swiper-controls .projects-next svg path{fill:#111 !important}.projects__slider .swiper-controls .projects-prev.visible,.projects__slider .swiper-controls .projects-next.visible{transition:scale .3s ease,opacity .3s ease,translate 0s linear;scale:1;opacity:1;pointer-events:auto}.projects__slider .swiper-controls .projects-prev.visible.first-slide,.projects__slider .swiper-controls .projects-next.visible.last-slide{opacity:.5;pointer-events:auto}.projects__slider .swiper-controls .projects-prev svg{rotate:180deg}.projects__slider .swiper-controls .projects-prev:active svg{scale:.85}.projects__slider .swiper-controls .projects-next:active svg{scale:.85}.latest-news-section{background-color:#fff;padding:100px 20px 80px}@media(max-width: 768px){.latest-news-section{padding:80px 20px 80px}}.latest-news-section__container{max-width:1220px;margin:0 auto;text-align:center}.latest-news-section__container span{font-size:clamp(1.5rem,3vw,2rem);text-align:center;width:100%;font-weight:400;color:#252525}.latest-news-section__container .latest-news-section__title{text-transform:uppercase;text-align:center;margin:12px auto 50px;color:#252525;font-size:clamp(3rem,7vw,6rem)}.latest-news-section__container .latest-news-section__title span{color:#223fd5;font-size:clamp(3rem,7vw,6rem);text-transform:uppercase;font-weight:900}.latest-news-section__content{display:flex;justify-content:space-between;gap:32px}@media(max-width: 1024px){.latest-news-section__content{gap:16px}}@media(max-width: 768px){.latest-news-section__content{flex-direction:column}}.animated-hero{width:100%;position:relative;background-color:#ffbf00}.animated-hero__scroll-root{position:relative;width:100%}.animated-hero__sticky{position:sticky;top:0;height:100vh;overflow:hidden}.animated-hero__track{display:flex;flex-direction:row;flex-wrap:nowrap;align-items:stretch;height:100%;min-height:0;width:-moz-max-content;width:max-content;will-change:transform}.animated-hero__panel{flex:0 0 auto;box-sizing:border-box;min-width:100vw;height:100%;display:flex;flex-direction:column;justify-content:center;padding:32px 20px}.animated-hero__panel--cards{flex:0 0 auto;min-width:0;width:min(100vw - 40px,1220px);box-sizing:border-box;align-self:center}.animated-hero__panel--founder .animated-hero__founder{min-height:200px;width:100%}.animated-hero__panel--marquee{flex:0 0 70px;min-width:70px;max-width:70px;width:70px;padding-left:0;padding-right:0;align-items:center;justify-content:center}.animated-hero__face{display:flex;flex-direction:column;gap:10px;padding:140px 20px 80px;align-items:center}.animated-hero__face>span{font-weight:900;text-transform:uppercase;letter-spacing:.02em;white-space:nowrap;color:#0f352c;font-family:"Big Shoulders",sans-serif;line-height:90%}.animated-hero__face>span:nth-child(1){font-size:clamp(3rem,12vw,12vh)}.animated-hero__face>span:nth-child(2){font-size:clamp(4.75rem,22vw,22vh)}.animated-hero__face>span:nth-child(3){font-size:clamp(3rem,12vw,12vh)}.animated-hero__face>span:nth-child(4){font-size:clamp(3rem,12vw,12vh)}.animated-hero__char{display:inline-block;transform-origin:left bottom;will-change:transform,opacity}.animated-hero__face-line{display:flex;gap:10px}.animated-hero__face-line>span{font-weight:900;text-transform:uppercase;letter-spacing:.02em;white-space:nowrap;color:#0f352c;font-family:"Big Shoulders",sans-serif;line-height:90%;font-size:clamp(4.75rem,29vw,29vh)}.animated-hero__infinite-scroll{position:relative;width:70px;flex:1 1 auto;align-self:stretch;min-height:0;max-height:none;height:100%;overflow:hidden;overflow:clip;isolation:isolate}.animated-hero__infinite-scroll-rotate{position:absolute;left:50%;top:0;bottom:0;display:flex;align-items:center;justify-content:center;transform:translateX(-50%) rotate(90deg);transform-origin:center center;pointer-events:none}.animated-hero__infinite-scroll-inner{position:relative;display:flex;flex-direction:row;flex-wrap:nowrap;align-items:center;height:70px;width:-moz-max-content;width:max-content;gap:1.5rem;will-change:transform;backface-visibility:hidden;-webkit-backface-visibility:hidden}.animated-hero__infinite-scroll-item{flex-shrink:0;display:flex;align-items:center;height:100%}.animated-hero__infinite-scroll-title{margin:0;font-size:clamp(.7rem,1.8vh,.95rem);font-weight:700;text-transform:uppercase;letter-spacing:.06em;white-space:nowrap;-webkit-user-select:none;-moz-user-select:none;user-select:none;line-height:1;color:#fff}@media(min-width: 768px){.animated-hero__infinite-scroll-title{background:linear-gradient(165deg, #ffffff 40%, #d9f881 60%);-webkit-background-clip:text;background-clip:text;-webkit-text-fill-color:rgba(0,0,0,0)}}.animated-hero__grid-cards{display:grid;grid-template-columns:repeat(2, minmax(0, 1fr));gap:24px;align-items:start;width:100%;max-width:min(1220px,100%);margin-inline:auto;box-sizing:border-box}.animated-hero__grid-cards-item{display:flex;flex-direction:column;flex:0 0 auto;min-width:0;width:100%;border-radius:8px;background-color:#fff;padding:14px 14px 20px;box-sizing:border-box}.animated-hero__grid-cards .item-image{flex:0 0 auto;width:100%;aspect-ratio:9/4;height:auto;min-height:0;border-radius:8px;overflow:hidden}.animated-hero__grid-cards .item-image img{display:block;width:100%;height:100%;-o-object-fit:cover;object-fit:cover;-o-object-position:top center;object-position:top center}.animated-hero__grid-cards h2{font-size:clamp(2.5rem,3vw,3.5rem);text-transform:uppercase;color:#0f352c;font-weight:700;font-family:"Big Shoulders",sans-serif;line-height:90%;letter-spacing:-2px;margin:20px 0 10px;text-align:center}.animated-hero__grid-cards a{text-align:center;font-size:clamp(1rem,1.5vw,1.5rem);text-transform:uppercase;color:#00833d;font-weight:700;font-family:"Big Shoulders",sans-serif;line-height:90%;transition:.3s ease}.animated-hero__grid-cards a:hover{color:#0f352c}@media(max-width: 1024px){.animated-hero__scroll-root{height:auto !important}.animated-hero__sticky{position:relative;height:auto;overflow:visible}.animated-hero__track{flex-direction:column;width:100% !important;height:auto;transform:none !important;will-change:auto}.animated-hero__panel{min-width:0;width:100%;height:auto;padding:24px 20px}.animated-hero__panel--cards{width:100%;min-width:0}.animated-hero__panel--marquee{flex:0 1 auto;min-width:0;max-width:none;width:100%;padding-left:20px;padding-right:20px}.animated-hero__grid-cards{display:flex;flex-direction:row;grid-template-columns:none;grid-template-rows:none;flex-wrap:nowrap;gap:24px;overflow-x:auto;overflow-y:hidden;width:100%;max-width:none;margin-inline:0;padding-bottom:16px;scroll-snap-type:x proximity;-webkit-overflow-scrolling:touch;scrollbar-width:thin}.animated-hero__grid-cards::-webkit-scrollbar{height:6px}.animated-hero__grid-cards::-webkit-scrollbar-thumb{background:hsla(0,0%,100%,.25);border-radius:3px}.animated-hero__grid-cards-item{flex:0 0 auto;width:min(260px,72vw);max-width:450px;scroll-snap-align:start}.animated-hero__infinite-scroll{width:100%;min-height:0;max-height:none;height:auto;align-self:stretch}.animated-hero__infinite-scroll-rotate{position:static;display:block;transform:none}.animated-hero__infinite-scroll-inner{height:auto;min-height:48px;padding:8px 0}.animated-hero__infinite-scroll-title{font-size:clamp(1rem,3vw,1.25rem)}}.page-about{overflow-x:clip}.hero-about{padding:200px 20px 180px;background:radial-gradient(circle at 90% 20%, #ffd557 10%, #ffbf00 50%);overflow:hidden;height:100dvh !important}@media(min-width: 2000px){.hero-about{display:flex;align-items:center;justify-content:center}}@media(max-width: 768px){.hero-about{padding:150px 20px 80px;height:-moz-fit-content !important;height:fit-content !important}}.hero-about__leaves{position:absolute;top:-40%;left:0;width:100%;height:auto;z-index:1;transform:scale(125%);opacity:0;animation:leaves-ani-about 1.5s ease .1s forwards}@keyframes leaves-ani-about{from{opacity:0;transform:scale(135%)}to{opacity:1;transform:scale(125%)}}@media(max-width: 768px){.hero-about__leaves{display:none}}.hero-about__container{position:relative;max-width:1220px;margin:0 auto;display:flex;align-items:center;gap:20px;flex-direction:column;text-align:center}.hero-about__container h1{color:#0f352c;z-index:2;font-size:clamp(3rem,7vw,9rem);opacity:0;transform-origin:center;animation:hero-about-enter 1s ease .2s forwards}@media(max-width: 1023px){.hero-about__container h1{animation:none;opacity:1;transform:none}}@media(min-width: 768px){.hero-about__container h1{background:radial-gradient(circle at 80% 50%, #29554a 0%, #143e34 50%);-webkit-background-clip:text;background-clip:text;-webkit-text-fill-color:rgba(0,0,0,0)}}.hero-about__container p{font-weight:500;font-size:clamp(1rem,4vw,1.5rem);line-height:120%;z-index:2;opacity:0;transform-origin:center;animation:hero-about-enter 1s ease .3s forwards}@media(max-width: 1023px){.hero-about__container p{animation:none;opacity:1;transform:none}}.hero-about__container a{z-index:2;opacity:0;transform-origin:center;animation:hero-about-enter 1s ease .4s forwards}@media(max-width: 1023px){.hero-about__container a{animation:none;opacity:1;transform:none}}.page-about .infinite-scroll{margin-top:0}.page-about .infinite-scroll__container{padding:150px 20px 150px;border-radius:0}@media(max-width: 1024px){.page-about .infinite-scroll__container{padding:80px 20px 80px}}.values{background-color:#1b453b;padding:0 20px}.values__container{max-width:1220px;margin:0 auto;padding:110px 0}@media(max-width: 768px){.values__container{padding:80px 0}}.values__container h2{text-transform:uppercase;text-align:center;margin:0 auto 56px;color:#fff}@media(min-width: 768px){.values__container h2{background:linear-gradient(165deg, #ffffff 40%, #d9f881 60%);-webkit-background-clip:text;background-clip:text;-webkit-text-fill-color:rgba(0,0,0,0)}}.values__grid{display:grid;grid-template-columns:repeat(2, 1fr);gap:20px;max-width:1220px;margin:0 auto 110px;margin-bottom:20px}@media(max-width: 768px){.values__grid{grid-template-columns:1fr}}.values__item{border-radius:24px;background-color:#143e34;padding:32px;text-align:left;color:#fff;display:flex;flex-direction:column;align-items:flex-start;justify-content:flex-start}@media(max-width: 1024px){.values__item{padding:20px}}.values__item svg{width:80px;height:80px;margin-bottom:70px}@media(max-width: 1024px){.values__item svg{margin-bottom:30px}}.values__item h3{margin-top:auto;margin-bottom:12px;color:#fff;font-weight:900;font-size:clamp(1.25rem,4vw,2rem);text-transform:uppercase;font-family:"Big Shoulders",sans-serif}.values__item p{color:#fff;font-size:.9rem;font-size:clamp(1rem,2.5vw,1.125rem);line-height:140%}.values__item .values__tags{margin-top:20px;display:flex;flex-wrap:wrap;gap:8px;justify-content:center}.values__item .values__tags span{border-radius:2rem;padding:6px 12px;background-color:hsla(0,0%,100%,.1)}.values__item .values__tags span p{color:#fff;font-family:"Big Shoulders",sans-serif;font-weight:700;font-size:clamp(.75rem,2.5vw,1rem)}@media(min-width: 768px){.values__item .values__tags span p{background:linear-gradient(165deg, #ffffff 40%, #d9f881 60%);-webkit-background-clip:text;background-clip:text;-webkit-text-fill-color:rgba(0,0,0,0)}}.values__cta{display:flex;background-color:#00833d;border-radius:24px;padding:32px;gap:25px}.values__cta>svg{width:80px;height:80px;flex-shrink:0}@media(max-width: 768px){.values__cta{padding:20px;flex-direction:column;align-items:center;text-align:center}}.values__cta a{margin-left:auto;padding:20px;gap:10px}.values__cta a span{font-size:clamp(1rem,2vw,1.25rem) !important}@media(max-width: 768px){.values__cta a{margin-left:0;width:100%}}.values__cta .cta-col{display:flex;flex-direction:column;gap:12px}.values__cta .cta-col h3{color:#fff;font-weight:900;font-size:clamp(1.25rem,4vw,2rem);text-transform:uppercase}@media(min-width: 768px){.values__cta .cta-col h3{background:linear-gradient(175deg, #ffffff 40%, #d9f881 60%);-webkit-background-clip:text;background-clip:text;-webkit-text-fill-color:rgba(0,0,0,0)}}.values__cta .cta-col p{color:#fff;font-size:clamp(.875rem,2.5vw,1.125rem)}.ideas{background-color:#143e34;padding:0 20px}.ideas__container{max-width:1920px;width:100%;margin:0 auto;padding:120px 0}@media(max-width: 768px){.ideas__container{padding:80px 0}}.ideas__items{display:grid;grid-template-columns:1fr 1fr;gap:20px;min-height:90vh}@media(max-width: 1024px){.ideas__items{grid-template-columns:1fr}}.ideas__bubble-wrapper{grid-column:1/-1;grid-row:1;justify-self:center;align-self:start;position:sticky;top:calc(50vh - 85px);z-index:10;pointer-events:none;height:-moz-fit-content;height:fit-content}@media(max-width: 1024px){.ideas__bubble-wrapper{display:none}}.ideas__item.-aussie{grid-column:1;grid-row:1}.ideas__item.-other{grid-column:2;grid-row:1}@media(max-width: 1024px){.ideas__item.-other{grid-column:1;grid-row:2}}.ideas__bubble{pointer-events:none;width:200px;height:200px;border-radius:10rem;background-color:#111;display:flex;align-items:center;justify-content:center;flex-direction:column;gap:4px;transition:.2s;box-shadow:0 0 20px 5px rgba(0,0,0,.1)}@media(max-width: 1024px){.ideas__bubble{width:120px;height:120px}}.ideas__bubble p{font-size:1.5rem;font-weight:300;color:#fff}.ideas__bubble span{line-height:100%;font-weight:900;color:#fff;font-family:"Big Shoulders",sans-serif;font-size:clamp(2rem,4vw,4rem)}@media(min-width: 768px){.ideas__bubble span{background:linear-gradient(165deg, #ffffff 40%, #d9f881 60%);-webkit-background-clip:text;background-clip:text;-webkit-text-fill-color:rgba(0,0,0,0)}}.ideas__item{width:100%;padding:100px 40px 100px 40px;display:flex;gap:40px;align-items:center;border-radius:24px;cursor:default}@media(max-width: 768px){.ideas__item{padding:50px 20px 20px !important;gap:30px}}.ideas__item.-aussie{color:#0f352c;background:#d1ff5e;padding-right:0px}@media(max-width: 1024px){.ideas__item.-aussie{padding-right:40px;padding-bottom:70px;flex-direction:column}}@media(max-width: 768px){.ideas__item.-aussie{padding-right:20px}.ideas__item.-aussie ul li{text-align:center !important}}.ideas__item.-aussie ul li{color:#143e34;align-items:flex-end;text-align:right}.ideas__item.-aussie ul li .ideas__li-text{padding-right:100px;text-shadow:0 0 2px rgba(0,0,0,.4);transform-origin:right}@media(max-width: 1024px){.ideas__item.-aussie ul li .ideas__li-text{padding-right:20px}}@media(max-width: 768px){.ideas__item.-aussie ul li .ideas__li-text{padding-right:20px;font-size:1.25rem}}.ideas__item.-aussie ul li:not(:last-child){border-bottom:1px solid #a1c93c}.ideas__item.-other{background-color:#00833d;background-color:rgb(0,105.5,49.1259541985);color:#fff;padding-left:0px}@media(max-width: 1024px){.ideas__item.-other{padding-left:40px;padding-top:70px;flex-direction:column-reverse}}@media(max-width: 768px){.ideas__item.-other{padding-left:20px}.ideas__item.-other ul li{text-align:center !important}}.ideas__item.-other ul li{align-items:flex-start;text-align:left}.ideas__item.-other ul li .ideas__li-text{padding-left:100px;transform-origin:left;text-shadow:0 0 2px hsla(0,0%,100%,.4)}@media(max-width: 1024px){.ideas__item.-other ul li .ideas__li-text{padding-left:20px}}@media(max-width: 768px){.ideas__item.-other ul li .ideas__li-text{padding-left:20px;font-size:1.25rem}}.ideas__item.-other ul li:not(:last-child){border-bottom:1px solid #004922}.ideas__item-title{position:relative;height:100%}.ideas__item-title span{position:sticky;top:50vh;display:inline-block;font-weight:600;font-size:clamp(1rem,2vw,1.5rem);text-align:center;flex-shrink:0}@media(max-width: 1024px){.ideas__item-title span{font-size:clamp(1.5rem,4vw,1.75rem)}}.ideas__item ul{width:100%;display:flex;height:100%;flex-direction:column}@media(max-width: 768px){.ideas__item ul{gap:0}}.ideas__item ul li{height:100%;padding:24px 0 16px;display:flex;flex-direction:column;justify-content:center}.ideas__item ul li .ideas__li-text{font-weight:400;font-size:clamp(1rem,2vw,2.5rem);display:inline-block}@media(max-width: 1024px){.ideas__item ul li{padding:10px 0}}@media(max-width: 768px){.ideas__item ul li{padding:6px 0}}.ideas__item-gloss{position:absolute;pointer-events:none;left:0;top:0;width:100%;height:100%;border-radius:inherit;z-index:10;transition:opacity .18s,filter .18s;opacity:0;background:radial-gradient(circle at 50% 50%, rgba(255, 255, 255, 0.15) 0%, rgba(255, 255, 255, 0) 60%)}.approach{background-color:#1b453b;padding:0 20px}.approach__container{max-width:1220px;margin:0 auto;padding:120px 0}@media(max-width: 768px){.approach__container{padding:80px 0}}.approach__container h2{text-transform:uppercase;text-align:center;margin:0 auto 56px;font-size:clamp(2rem,6vw,4.75rem) !important;color:#fff}.approach__container h2 span{background:none !important;-webkit-background-clip:initial;background-clip:initial;-webkit-text-fill-color:initial;color:inherit}.approach__container h2 span:nth-of-type(1){color:#ffbf00}.approach__container h2 span:nth-of-type(2){color:#fff}.approach__container h2 span:nth-of-type(3){color:#b8f81b}@media(min-width: 768px){.approach__container h2{background:linear-gradient(165deg, #ffffff 20%, #d9f881 80%);-webkit-background-clip:text;background-clip:text;-webkit-text-fill-color:rgba(0,0,0,0)}}.approach__content{display:flex;gap:30px}@media(max-width: 1024px){.approach__content{flex-direction:column;gap:20px}}.approach__item{display:flex;flex-direction:column;background-color:#fff;border-radius:15px;padding:clamp(24px,3vw,40px);gap:30px;width:100%}@media(max-width: 768px){.approach__item{gap:15px}}.approach__item p{font-weight:400;font-size:clamp(.875rem,2.5vw,1.5rem);line-height:150%}.approach__item .item-title{border-bottom:1px solid #fff6d9;padding-bottom:15px;display:flex;align-items:center;gap:10px}.approach__item .item-title span{font-weight:900;font-size:clamp(1.75rem,3.5vw,3.125rem);font-family:"Big Shoulders",sans-serif}.approach__item .item-title h3{font-family:"Anek Latin",sans-serif;text-transform:uppercase;font-weight:400;font-size:clamp(1rem,2.5vw,1.5rem)}@media(max-width: 1024px){.approach__item .item-title h3{font-size:1.25rem}}.founder{background-color:#fffae3;padding:0 20px}.founder__container{max-width:1220px;margin:0 auto;padding:80px 0 100px}@media(max-width: 768px){.founder__container{padding:50px 0 80px}}.founder__content{display:flex;gap:90px;justify-content:space-between;align-items:center;margin-bottom:100px}@media(max-width: 1024px){.founder__content{gap:60px}}@media(max-width: 768px){.founder__content{flex-direction:column;gap:30px;margin-bottom:50px}}.founder__image{max-width:360px;min-width:300px;width:100%;height:auto;position:relative}.founder__image-link{position:absolute;top:50%;left:50%;transform:translate(-50%, -50%);width:101%;height:101%;display:flex;align-items:center;justify-content:center;border-radius:12rem;opacity:0;transition:.3s ease}.founder__image-link .icon{display:flex;align-items:center;justify-content:center;width:80px;height:80px;background-color:#fff;padding:30px;border-radius:50%}.founder__image:hover .founder__image-link{opacity:1;background-color:rgba(255,250,227,.19)}.founder__image img{width:100%;height:auto;-o-object-fit:cover;object-fit:cover}.founder__info h2{color:#111;font-weight:900;font-size:clamp(2rem,4vw,3.5rem);text-transform:uppercase}.founder__info span{font-family:"big shoulders",sans-serif;font-weight:700;margin-bottom:20px;font-size:1.25rem;color:#00833d;display:block;margin:20px 0 45px}@media(max-width: 768px){.founder__info span{margin:10px 0 20px}}.founder__info p{display:inline-block;border-left:2px solid #00833d;padding-left:16px;color:#374151;line-height:140%;font-size:clamp(1rem,2.5vw,1.125rem)}.founder__testimonials{display:grid;grid-template-columns:repeat(3, 1fr);gap:40px}@media(max-width: 1024px){.founder__testimonials{grid-template-columns:repeat(2, 1fr)}}@media(max-width: 768px){.founder__testimonials{grid-template-columns:1fr}}.founder__item{display:flex;flex-direction:column;background-color:#fff;border:1px solid #e5e7eb;border-radius:16px;height:-moz-fit-content;height:fit-content;padding:10px}.founder__item-video{position:relative;width:100%;overflow:hidden;border-radius:10px}.founder__item-video iframe{position:absolute;top:0;left:0;width:100%;height:100%}@media(min-width: 1024px){.founder__item:nth-child(2){margin-top:-40px}}@media(max-width: 768px){.founder__item{gap:16px}}.founder__item-block{display:flex;flex-direction:column;gap:24px;padding:20px clamp(16px,3vw,20px)}.founder__item blockquote{font-size:clamp(.875rem,3vw,1.125rem);line-height:150%;font-weight:600;color:#201b21;line-height:125%;display:block}.founder__item blockquote cite{font-size:1rem;font-style:normal;margin-top:28px;display:block}@media(max-width: 768px){.founder__item blockquote cite{margin-top:16px}}.hero-coding{padding:200px 20px 180px;background:#fff;overflow:hidden;height:100dvh !important}@media(min-width: 2000px){.hero-coding{display:flex;align-items:center;justify-content:center}}@media(max-width: 768px){.hero-coding{padding:150px 20px 100px;height:-moz-fit-content !important;height:fit-content !important}}.hero-coding__leaves{position:absolute;top:0%;left:0;width:100%;height:auto;z-index:1;transform:rotate(180deg) scale(125%);opacity:0;animation:leaves-ani 1.5s ease .1s forwards}@keyframes leaves-ani{from{opacity:0;transform:rotate(180deg) scale(135%)}to{opacity:1;transform:rotate(180deg) scale(125%)}}@media(max-width: 768px){.hero-coding__leaves{display:none}}.hero-coding__container{position:relative;max-width:1220px;margin:0 auto;display:flex;align-items:center;gap:20px;flex-direction:column;text-align:center}.hero-coding__container h1{color:#0f352c;z-index:2;font-size:clamp(4rem,7vw,8rem)}.hero-coding__container h1 span{display:block}.hero-coding__container h1 span:nth-of-type(1){opacity:0;transform-origin:center;animation:hero-about-enter 1s ease .1s forwards;color:#143e34}@media(max-width: 1023px){.hero-coding__container h1 span:nth-of-type(1){animation:none;opacity:1;transform:none}}.hero-coding__container h1 span:nth-of-type(2){opacity:0;transform-origin:center;animation:hero-about-enter 1s ease .15s forwards;color:#ffbf00}@media(max-width: 1023px){.hero-coding__container h1 span:nth-of-type(2){animation:none;opacity:1;transform:none}}.hero-coding__container h1 span:nth-of-type(3){opacity:0;transform-origin:center;animation:hero-about-enter 1s ease .2s forwards;color:#143e34}@media(max-width: 1023px){.hero-coding__container h1 span:nth-of-type(3){animation:none;opacity:1;transform:none}}.hero-coding__container p{font-weight:500;font-size:clamp(1.25rem,4vw,1.5rem);line-height:120%;z-index:2;opacity:0;transform-origin:center;animation:hero-about-enter 1s ease .3s forwards}@media(max-width: 1023px){.hero-coding__container p{animation:none;opacity:1;transform:none}}.hero-coding__container a{z-index:2;opacity:0;transform-origin:center;animation:hero-about-enter 1s ease .4s forwards}@media(max-width: 1023px){.hero-coding__container a{animation:none;opacity:1;transform:none}}.results{background-color:#143e34;padding:0 20px}.results__container{max-width:1220px;margin:0 auto;padding:120px 0}@media(max-width: 768px){.results__container{padding:80px 0}}.results__container h2{text-transform:uppercase;text-align:center;margin:0 auto 24px;color:#fff}.results__container h2 span{background:none !important;-webkit-background-clip:initial;background-clip:initial;-webkit-text-fill-color:initial;color:#ffbf00}@media(min-width: 768px){.results__container h2{background:linear-gradient(165deg, #ffffff 40%, #d9f881 60%);-webkit-background-clip:text;background-clip:text;-webkit-text-fill-color:rgba(0,0,0,0)}}.results__container p{text-align:center;color:#fff;font-size:1.25rem;margin:0 auto 64px}.results__content{display:grid;grid-template-columns:repeat(4, 1fr);gap:20px;position:relative}.results__content::after{content:"";z-index:1;position:absolute;top:80px;left:0;width:100%;height:3px;background-color:#b9f81c}@media(max-width: 1024px){.results__content{grid-template-columns:repeat(2, 1fr)}.results__content::after{display:none}}@media(max-width: 768px){.results__content{grid-template-columns:repeat(1, 1fr)}.results__content::after{display:block;left:70px;top:0;height:99%;width:3px}}.results__item{z-index:2;background-color:rgba(27,69,59,.9);-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px);padding:32px;border-radius:24px}.results__item svg{margin-bottom:95px}@media(max-width: 768px){.results__item svg{margin-bottom:45px}}.results__item h3{color:#fff;font-size:2rem;text-transform:uppercase;font-weight:900;margin:0 0 16px}.results__item p{text-align:left;color:#fff;font-size:1.125rem !important;line-height:140%;font-weight:300;margin:0}.coding-cols{background-color:#1b453b;padding:0 20px}.coding-cols__container{max-width:1220px;margin:0 auto;padding:120px 0}@media(max-width: 768px){.coding-cols__container{padding:80px 0}}.coding-cols__container h2{text-transform:uppercase;text-align:center;margin:0 auto 56px;color:#fff}@media(min-width: 768px){.coding-cols__container h2{background:linear-gradient(165deg, #ffffff 40%, #d9f881 60%);-webkit-background-clip:text;background-clip:text;-webkit-text-fill-color:rgba(0,0,0,0)}}.coding-cols__content{display:flex;justify-content:space-between;gap:20px}@media(max-width: 768px){.coding-cols__content{flex-direction:column}}.coding-cols__item{flex:1;width:100%;height:-webkit-fill-available;height:-moz-available;height:stretch;border-radius:24px;overflow:hidden;background-color:#fff;padding:64px 0 0;display:flex;flex-direction:column;justify-content:space-between}@media(max-width: 768px){.coding-cols__item{padding:32px 0 0}}.coding-cols__item .item-top{padding-inline:clamp(32px,4vw,48px);display:flex;flex-direction:column;align-items:flex-start;justify-content:flex-start;height:100%}.coding-cols__item .item-top h3{text-align:left !important;text-transform:uppercase;margin:0 0 20px;text-align:center;font-size:clamp(1.75rem,3vw,3rem);color:#143e34}.coding-cols__item .item-top p{color:#143e34;line-height:120%;font-weight:300;font-size:clamp(1rem,2vw,1.25rem)}.coding-cols__item .item-top .coding-cols__image{display:flex;align-items:center;justify-content:center;max-height:380px;height:100%;padding:48px 0 20px}.coding-cols__item .item-top .coding-cols__image img{width:100%;height:auto;display:block}.coding-cols__item .item-bottom{display:flex;justify-content:space-between;gap:16px;row-gap:24px;width:100%;border-top:1px solid #eee;padding-top:24px;padding-bottom:24px;padding-inline:clamp(32px,4vw,48px)}@media(max-width: 1024px){.coding-cols__item .item-bottom{flex-direction:column}}.coding-cols__item .item-bottom .item-bottom-results{display:flex;-moz-column-gap:10px;column-gap:10px;align-items:center}.coding-cols__item .item-bottom .item-bottom-results span{font-family:"Big Shoulders",sans-serif;font-weight:900;font-size:clamp(2rem,3vw,3rem);color:#143e34}.coding-cols__item .item-bottom .item-bottom-results p{color:#143e34;line-height:120%;font-weight:300;font-size:clamp(.875rem,1.5vw,1.25rem)}@media(max-width: 768px){.coding-cols__item .item-bottom .item-bottom-results p{font-size:1.25rem}}.coding-cols__item .item-bottom a{height:55px;padding:0 20px;background:#fff;border:3px solid #143e34;color:#143e34;flex-shrink:0;gap:10px;letter-spacing:0}.coding-cols__item .item-bottom a svg path{fill:#143e34}.coding-cols__item .item-bottom a:hover{background:#143e34;color:#fff}.coding-cols__item .item-bottom a:hover svg path{fill:#fff}.coding-cols__item .item-bottom a span{font-size:clamp(1rem,3vw,1.25rem)}.wizards{background-color:#092b23;padding:0 20px}.wizards__container{max-width:1220px;margin:0 auto;padding:100px 0 0;display:flex;gap:32px;justify-content:space-between}@media(max-width: 768px){.wizards__container{padding:80px 0 0;flex-direction:column}}.wizards__content{display:flex;flex-direction:column;gap:24px}@media(max-width: 768px){.wizards__content{gap:12px}}.wizards__content h2{text-transform:uppercase;color:#fff;font-size:clamp(3rem,7vw,5rem);max-width:400px}@media(max-width: 768px){.wizards__content h2{max-width:100%}}.wizards__content p{max-width:200px;color:#fff;font-size:clamp(1.25rem,4vw,1.5rem);line-height:100%;font-weight:300}@media(max-width: 768px){.wizards__content p{max-width:100%}}.wizards__team{max-width:530px;display:grid;grid-template-columns:repeat(4, 1fr);gap:20px 30px}@media(max-width: 1024px){.wizards__team{gap:16px}}@media(max-width: 768px){.wizards__team{grid-template-columns:repeat(auto-fit, minmax(90px, 1fr));gap:16px;max-width:100%}}.wizards__image{width:110px;height:110px;border-radius:5rem;border:1px solid #00833d;overflow:hidden}@media(max-width: 1024px){.wizards__image{width:90px;height:90px}}.wizards__image img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover;scale:103%;transition:opacity 1s ease}.wizards__cols{max-width:1220px;margin:64px auto 0;padding:64px 0 100px;display:flex;gap:20px;justify-content:space-between;border-top:1px dashed #00833d}@media(max-width: 768px){.wizards__cols{flex-direction:column;margin:48px auto 0;padding:48px 0 80px;gap:32px}}.wizards__col-item{max-width:350px;color:#fff}@media(max-width: 768px){.wizards__col-item{max-width:100%}}.wizards__col-item h3{margin-bottom:8px;font-size:clamp(1.5rem,3vw,2.5rem);text-transform:uppercase}.wizards__col-item p{font-size:1rem;line-height:100%;font-weight:300}.page-404{background:radial-gradient(circle at 20% 20%, #ffd557 10%, #ffbf00 70%);height:100vh;padding:0 20px;display:flex;align-items:center;justify-content:center}.page-404__container{max-width:1220px;margin:0 auto;padding:200px 0 100px;display:flex;justify-content:space-between;align-items:center;gap:32px}@media(max-width: 768px){.page-404__container{flex-direction:column;padding:100px 0 50px;align-items:center !important}}.page-404__container img{width:clamp(200px,30vw,300px);border-radius:8px;height:-moz-fit-content;height:fit-content}.page-404__container h1{font-size:clamp(4rem,10vw,8rem);color:#0f352c;font-weight:900}@media(max-width: 768px){.page-404__container h1{align-items:center !important}}.hero-design{padding:200px 20px 180px;background:#fff;overflow:hidden;height:100dvh !important;display:flex;align-items:center;justify-content:center}@media(min-width: 2000px){.hero-design{display:flex;align-items:center;justify-content:center}}@media(max-width: 768px){.hero-design{padding:150px 20px 100px;height:-moz-fit-content !important;height:fit-content !important}}.hero-design__container{position:relative;max-width:800px;margin:0 auto;display:flex;align-items:center;gap:20px;flex-direction:column;text-align:center}.hero-design__container .hero-design__slider{opacity:0;transform-origin:center;animation:hero-about-enter 1s ease .2s forwards;overflow:hidden;transition:height .6s ease}@media(max-width: 1023px){.hero-design__container .hero-design__slider{animation:none;opacity:1;transform:none}}.hero-design__container .hero-design__slider-track{display:flex;flex-direction:column;transition:transform .4s ease;will-change:transform}.hero-design__container .hero-design__slider-row{margin:0;text-transform:uppercase;font-size:clamp(2.5rem,6vw,8rem) !important;font-weight:900;line-height:100%;font-family:"Big Shoulders",sans-serif}@media(max-width: 1024px){.hero-design__container .hero-design__slider-row:nth-child(2),.hero-design__container .hero-design__slider-row:nth-child(3){display:none}}.hero-design__container p{font-weight:500;font-size:clamp(1.25rem,4vw,1.5rem);line-height:120%;z-index:2;opacity:0;transform-origin:center;animation:hero-about-enter 1s ease .3s forwards}@media(max-width: 1023px){.hero-design__container p{animation:none;opacity:1;transform:none}}.hero-design__container a{z-index:2;opacity:0;transform-origin:center;animation:hero-about-enter 1s ease .4s forwards}@media(max-width: 1023px){.hero-design__container a{animation:none;opacity:1;transform:none}}.sale-section{background:#f8efc8;padding:0 20px 0 20px}@media(max-width: 768px){.sale-section{padding:0 20px}}.sale-section__container{max-width:1220px;margin:0 auto;padding:140px 0;display:flex;gap:32px}@media(max-width: 768px){.sale-section__container{flex-direction:column;padding:80px 0;gap:32px}}.sale-section__title-wrapper{flex:1;display:flex;flex-direction:column;position:relative}@media(min-width: 768px){.sale-section__content{max-width:510px;position:sticky;top:180px}}.sale-section__content h2{font-size:clamp(2.5rem,5vw,4rem);margin-bottom:24px;text-transform:uppercase}.sale-section__content p{font-size:clamp(1rem,3vw,1.25rem);color:#111;line-height:150%}.sale-section__img-wrapper{flex:1;display:flex;flex-direction:column;justify-content:center;gap:160px;position:relative}@media(max-width: 1024px){.sale-section__img-wrapper{flex-wrap:wrap}}@media(max-width: 768px){.sale-section__img-wrapper{gap:20px}}.sale-section__image-slide{width:100%;display:flex;align-items:center;justify-content:center}@media(min-width: 768px){.sale-section__image-slide{position:sticky;top:180px}}@media(max-width: 768px){.sale-section__image-slide{padding:0 16px}}.sale-section__image-slide:nth-child(1) .sale-section__image{transform:rotate(-3deg)}.sale-section__image-slide:nth-child(2) .sale-section__image{transform:rotate(5deg)}.sale-section__image-slide:nth-child(3) .sale-section__image{transform:rotate(-7deg)}.sale-section__image{width:clamp(300px,35vw,450px);height:clamp(300px,35vw,450px);padding:14px;background-color:#fff;border-radius:8px;box-shadow:0 10px 20px 20px rgba(0,0,0,.02)}.sale-section__image img{display:block;width:100%;height:100%;-o-object-fit:cover;object-fit:cover}.design-section{background:#00833d;margin-top:-40px;border-radius:40px 40px 0 0;padding:0 20px;position:relative}.design-section__bg{position:absolute;bottom:0;left:0;width:100%;z-index:0}.design-section__container{max-width:1220px;margin:0 auto;padding:120px 0;display:flex;gap:32px}@media(max-width: 768px){.design-section__container{flex-direction:column;padding:80px 0;gap:32px}}.design-section__title-wrapper{flex:1;display:flex;flex-direction:column;position:relative}@media(min-width: 768px){.design-section__content{max-width:480px;position:sticky;top:180px}}.design-section__content h2{font-size:clamp(2.5rem,5vw,4rem);margin-bottom:24px;text-transform:uppercase;color:#fff}@media(min-width: 768px){.design-section__content h2{max-width:400px}}@media(min-width: 768px){.design-section__content h2{filter:drop-shadow(0px 3px 5px rgba(0, 0, 0, 0.3));background:linear-gradient(165deg, #ffffff 10%, #aff500 90%);-webkit-background-clip:text;background-clip:text;-webkit-text-fill-color:rgba(0,0,0,0)}}.design-section__content p{font-size:clamp(1rem,3vw,1.25rem);color:#fff;line-height:150%;font-weight:300}@media(min-width: 768px){.design-section__content p{filter:drop-shadow(0px 3px 5px rgba(0, 0, 0, 0.3))}}.design-section__items-wrapper{flex:1;display:flex;flex-direction:column;gap:24px}@media(max-width: 768px){.design-section__items-wrapper{gap:8px}}.design-section__item{background-color:#026831;border-radius:24px;padding:32px;display:flex;z-index:1;flex-direction:column}.design-section__item svg{width:80px;height:80px}@media(max-width: 768px){.design-section__item svg{width:60px;height:60px}}.design-section__item h3{font-size:clamp(1.5rem,3vw,2.5rem);text-transform:uppercase;color:#fff;margin:32px 0 12px}@media(max-width: 768px){.design-section__item h3{margin:16px 0 8px}}.design-section__item p{font-size:clamp(1rem,3vw,1.125rem);color:#fff;line-height:150%;font-weight:300}.faq-section{background-color:#ffbf00;padding:0 20px}.faq-section__container{max-width:1220px;margin:0 auto;padding:120px 0;display:flex;gap:clamp(40px,5vw,70px)}@media(max-width: 768px){.faq-section__container{padding:80px 0;flex-direction:column;gap:60px}}.faq-section__founder{display:flex;flex-direction:column;gap:24px;background-color:#fff;padding:36px 24px;border-radius:15px;height:-moz-fit-content;height:fit-content}@media(min-width: 768px){.faq-section__founder{max-width:300px;width:100%;box-shadow:0 10px 20px 20px rgba(0,0,0,.02)}}.faq-section__founder .founder-block{display:flex;gap:10px}.faq-section__founder .founder-block img{width:60px;height:60px;border-radius:3rem}.faq-section__founder .founder-block__content{display:flex;justify-content:center;flex-direction:column}.faq-section__founder .founder-block__content span{font-size:clamp(1rem,3vw,1.25rem);color:#143e34;font-weight:600}.faq-section__founder .founder-block__content p{font-size:clamp(1rem,3vw,1.25rem);color:#143e34;font-weight:300}.faq-section__founder blockquote{font-size:clamp(1rem,3vw,1.25rem);color:#143e34;line-height:25px;font-weight:300}.faq-section__founder .linkedin-btn{display:flex;align-items:center;justify-content:center;border-radius:3rem;gap:10px;padding:14px 24px;border:2px solid #143e34;font-size:clamp(1rem,3vw,1.25rem);color:#143e34;font-weight:600;white-space:nowrap;transition:.3s ease}.faq-section__founder .linkedin-btn svg,.faq-section__founder .linkedin-btn path,.faq-section__founder .linkedin-btn circle{transition:.3s ease}.faq-section__founder .linkedin-btn:hover{border-color:#069 !important;background-color:#069;color:#fff}.faq-section__founder .linkedin-btn:hover svg{color:#fff}.faq-section__founder .linkedin-btn:hover svg circle{fill:#fff !important}.faq-section__founder .linkedin-btn:hover svg path{fill:#069 !important}.faq-section__founder .linkedin-btn svg{width:28px;height:28px}.faq-section__content{display:flex;flex-direction:column}.faq-section__content h2{font-size:clamp(3rem,5vw,4rem);margin-bottom:20px;text-transform:uppercase}@media(max-width: 768px){.faq-section__content h2{margin-bottom:16px}}.special-section{background-color:#1b453b;padding:0 20px}.special-section__container{max-width:1220px;margin:0 auto;padding:120px 0}@media(max-width: 768px){.special-section__container{padding:80px 0}}.special-section__container h2{text-transform:uppercase;text-align:center;margin:0 auto 20px;color:#fff}.special-section__container h2 span{background-clip:none;-webkit-background-clip:none;-webkit-text-fill-color:#ffbf00;background:none}@media(min-width: 768px){.special-section__container h2{background:linear-gradient(165deg, #ffffff 40%, #d9f881 60%);-webkit-background-clip:text;background-clip:text;-webkit-text-fill-color:rgba(0,0,0,0)}}.special-section__container p{font-size:clamp(1.25rem,3vw,1.5rem);color:#fff;line-height:120%;font-weight:400;text-align:center;max-width:900px;margin:0 auto 56px}.special-section__grid{display:grid;grid-template-columns:repeat(3, 1fr);gap:20px}@media(max-width: 1024px){.special-section__grid{grid-template-columns:repeat(2, 1fr)}}@media(max-width: 768px){.special-section__grid{grid-template-columns:1fr}}.special-section__item{background-color:#143e34;padding:32px;border-radius:24px;display:flex;flex-direction:column;gap:16px;color:#fff}.special-section__item .item-title{display:flex;align-items:center;gap:12px}.special-section__item .item-title svg{width:40px;height:40px}.special-section__item .item-title h3{font-size:clamp(1.5rem,3vw,26px);text-transform:uppercase;text-align:left}.special-section__item p{font-size:clamp(1rem,3vw,1.125rem);line-height:140%;font-weight:300;text-align:left;margin:0}.special-section__scroll-title{font-size:24px;text-transform:uppercase;color:#fff;font-weight:400;text-align:center;margin-top:80px !important;margin-bottom:0 !important}@media(max-width: 768px){.special-section__scroll-title{margin-top:60px !important;margin-bottom:10px !important}}.special-section .horizontal-scroll{overflow:hidden;position:relative;width:100%;max-width:1220px;margin:0 auto;display:flex;flex-direction:column;padding:30px 0}@media(max-width: 768px){.special-section .horizontal-scroll{padding:16px 0}}.special-section .horizontal-scroll__container{overflow:hidden;width:100%}.special-section .horizontal-scroll__inner{display:flex;flex-wrap:nowrap;will-change:transform;width:-moz-max-content;width:max-content}.special-section .horizontal-scroll__item{height:100px;flex-shrink:0;display:flex;align-items:center;justify-content:center;font-size:clamp(3rem,6vw,4.75rem);font-family:"Big Shoulders",sans-serif;font-weight:900;color:#fff;text-transform:uppercase;position:relative}@media(max-width: 1024px){.special-section .horizontal-scroll__item{height:70px}}@media(max-width: 768px){.special-section .horizontal-scroll__item{height:50px;font-size:2rem}}.special-section .horizontal-scroll__item::after{content:"";width:16px;height:16px;margin-left:16px;margin-right:16px;background:#bef92a;border-radius:2px}@media(max-width: 768px){.special-section .horizontal-scroll__item::after{width:8px;height:8px;margin-left:8px;margin-right:8px}}.special-section .horizontal-scroll .horizontal-scroll__container{-webkit-mask:linear-gradient(90deg, transparent, #00833d 20%, #00833d 80%, transparent);mask:linear-gradient(90deg, transparent, #00833d 20%, #00833d 80%, transparent)}.after-section{background-color:#fffae3;padding:0 20px}.after-section__container{max-width:1220px;margin:0 auto;display:flex;flex-direction:column;align-items:center;text-align:center;gap:20px;padding:120px 0}@media(max-width: 768px){.after-section__container{padding:80px 0}}.after-section h2{font-size:clamp(2.5rem,5vw,4rem);text-transform:uppercase;color:#111}.after-section p{font-size:clamp(1.25rem,3vw,1.5rem);line-height:120%;max-width:800px;color:#143e34}.after-section__tabs{display:flex;gap:12px;margin-bottom:64px;flex-wrap:wrap;justify-content:center}@media(max-width: 768px){.after-section__tabs{margin-bottom:10px}}.after-section__tab{cursor:pointer;transition:.4s ease;font-weight:700;color:#111;text-transform:uppercase;font-size:18px;font-family:"big shoulders",sans-serif;padding:6px 14px;border:1px solid #b3ab85;border-radius:3rem}.after-section__tab.is-active{border-color:#00833d;background-color:#00833d;color:#fff}.after-section__track{display:flex;align-items:center;width:100% !important;margin-bottom:28px;gap:24px}@media(max-width: 768px){.after-section__track{display:none}}.after-section__track span{text-transform:uppercase;font-size:clamp(1.125rem,3vw,22px);font-family:"big shoulders",sans-serif;font-weight:400;color:#111}.after-section__track span:first-child,.after-section__track span:last-child{flex-grow:1;width:60px}.after-section__track .after-section__track-line{flex-grow:1;width:100%;height:4px;border-radius:1rem;background:linear-gradient(to right, #ffbf00 50%, #00833d 50%)}.after-section__content{position:relative}.after-section__tab-slide{display:flex;gap:32px;opacity:0;height:0;pointer-events:none}@media(min-width: 769px){.after-section__tab-slide{transform:translateY(20px) scale(102%);transition:1s ease}}.after-section__tab-slide span{display:none}@media(max-width: 1024px){.after-section__tab-slide{gap:16px}}@media(max-width: 768px){.after-section__tab-slide{flex-direction:column;gap:10px}.after-section__tab-slide span{display:block;text-transform:uppercase;font-size:clamp(1.125rem,3vw,22px);font-family:"big shoulders",sans-serif;font-weight:400;text-align:left;margin-top:20px;padding-left:10px;color:#111}}.after-section__tab-slide.is-active{height:auto;opacity:1;transform:translateY(0) scale(100%);pointer-events:auto}.after-section__tab-slide.is-active .after-section__tab-image{padding:60px 20px 0}@media(max-width: 1024px){.after-section__tab-slide.is-active .after-section__tab-image{padding:12px 12px 0}}.after-section__tab-image{overflow:hidden;border-radius:16px;padding:0;width:100%}.after-section__tab-image img{border-radius:6px 6px 0 0;width:100%;height:100%;-o-object-fit:cover;object-fit:cover;display:block}.after-section__tab-image.-before{background-color:#ffec99}.after-section__tab-image.-after{background-color:#00833d}.hero-process{background-color:#ffbf00;padding:200px 20px 100px;overflow:hidden;position:sticky;top:0px;height:100dvh !important}@media(max-width: 1024px){.hero-process{position:relative;height:-moz-fit-content;height:fit-content;border-radius:0}}@media(max-width: 768px){.hero-process{padding:150px 20px 100px;height:-moz-fit-content !important;height:fit-content !important}}.hero-process__bg{position:absolute;top:0;right:0;height:100%;-o-object-fit:cover;object-fit:cover;z-index:0;animation:bg__ani 1.75s ease forwards}@keyframes bg__ani{from{opacity:0;transform:scale(110%)}to{opacity:1;transform:scale(100%)}}.hero-process__bg svg{height:100% !important;width:100%}.hero-process__bg svg g{height:100% !important}.hero-process__pattern{position:absolute;bottom:20%;right:0;width:500px;z-index:0;pointer-events:none;-webkit-user-select:none;-moz-user-select:none;user-select:none;opacity:.7;display:none}.hero-process__container{max-width:1220px;position:relative;margin:0 auto;display:flex;flex-direction:column;height:100%;justify-content:flex-end;gap:40px;z-index:1}@media(max-width: 768px){.hero-process__container{gap:20px}}.hero-process__title{max-width:800px;text-align:left;z-index:1}.hero-process__title h1{color:#0f352c;z-index:2;font-size:clamp(4rem,8vw,9rem);text-transform:uppercase;opacity:0;animation:hero-enter 1s ease .2s forwards}@media(max-width: 1023px){.hero-process__title h1{animation:none;opacity:1;transform:none}}@media(min-width: 768px){.hero-process__title h1{background:radial-gradient(circle at 80% 50%, #29554a 0%, #143e34 50%);-webkit-background-clip:text;background-clip:text;-webkit-text-fill-color:rgba(0,0,0,0)}}.hero-process__cta{z-index:1;display:flex;justify-content:space-between;gap:20px}@media(max-width: 768px){.hero-process__cta{flex-direction:column;align-items:flex-start}}.hero-process__cta p{opacity:0;animation:hero-enter 1s ease .3s forwards;font-weight:500;font-size:clamp(1.25rem,4vw,1.5rem);line-height:120%;z-index:2;max-width:500px}@media(max-width: 1023px){.hero-process__cta p{animation:none;opacity:1;transform:none}}.hero-process__cta a{opacity:0;animation:hero-reverse-enter 1s ease .4s forwards}@media(max-width: 1023px){.hero-process__cta a{animation:none;opacity:1;transform:none}}@media(max-width: 768px){.hero-process__cta a{width:100%}}.sticky-cols-process{position:relative}.sticky-cols-process__item{display:flex;justify-content:space-between;align-items:center;height:100vh;position:sticky;top:0px;background-color:#fff}.sticky-cols-process__item:nth-child(even){background-color:#fffae3}@media(max-width: 1024px){.sticky-cols-process__item{position:static;height:-moz-fit-content;height:fit-content;border-radius:0}}.sticky-cols-process__content{max-width:1220px;margin:0 auto;width:100%;display:flex;justify-content:space-between;align-items:center;padding:48px 20px}@media(max-width: 1024px){.sticky-cols-process__content{flex-direction:column;gap:60px;padding:100px 32px;justify-content:center;align-items:center}}@media(max-width: 768px){.sticky-cols-process__content{padding:60px 20px;gap:32px}}.sticky-cols-process__info{width:100%}@media(min-width: 1024px){.sticky-cols-process__info{max-width:640px}}.sticky-cols-process__info>span{width:80px;height:80px;display:flex;align-items:center;justify-content:center;background-color:#ffbf00;border-radius:5rem}@media(max-width: 768px){.sticky-cols-process__info>span{width:64px;height:64px}}@media(max-width: 768px){.sticky-cols-process__info a{width:100%;height:50px}}.sticky-cols-process__info h2{text-transform:uppercase;margin:58px 0 20px;font-size:clamp(2rem,6vw,3.5rem);color:#143e34}@media(max-width: 768px){.sticky-cols-process__info h2{margin:20px 0 20px}}.sticky-cols-process__info p{font-weight:300;color:#143e34;line-height:130%;font-size:clamp(1rem,2.5vw,1.25rem);margin-bottom:58px}@media(max-width: 768px){.sticky-cols-process__info p{margin-bottom:20px}}.sticky-cols-process__img{max-width:400px;width:100%}@media(max-width: 1024px){.sticky-cols-process__img{max-width:100%;margin-top:30px;padding:0 30px;display:none}}.sticky-cols-process__img img{width:100%;height:auto;display:block;-o-object-fit:cover;object-fit:cover}.sticky-cols-process__popup{position:fixed;top:0;left:0;width:100%;height:100dvh;background-color:rgba(8,33,27,.2);-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px);z-index:2400;opacity:0;transition:.5s ease;pointer-events:none;display:flex;align-items:center;justify-content:center}@media(max-width: 768px){.sticky-cols-process__popup{-webkit-backdrop-filter:none;backdrop-filter:none;background-color:none}}.sticky-cols-process__popup .close-popup{z-index:2500;position:absolute;top:50%;left:50%;transform:translate(10px, -50%);width:64px;height:64px;cursor:pointer;border-radius:50%;background-color:#fff;display:flex;align-items:center;justify-content:center;box-shadow:0 0 30px 5px rgba(0,0,0,.08);transition:.5s ease}@media(max-width: 1024px){.sticky-cols-process__popup .close-popup{left:20%}}@media(max-width: 768px){.sticky-cols-process__popup .close-popup{right:10px;top:60px;left:auto;width:74px;height:74px;box-shadow:0 0 30px 5px rgba(0,0,0,.2)}}.sticky-cols-process__popup .close-popup:hover::before,.sticky-cols-process__popup .close-popup:hover::after{scale:1.2}.sticky-cols-process__popup .close-popup:active::before,.sticky-cols-process__popup .close-popup:active::after{scale:.8}.sticky-cols-process__popup .close-popup::before,.sticky-cols-process__popup .close-popup::after{transition:.3s ease;content:"";position:absolute;width:2px;height:10px;background-color:#000;transform-origin:center}.sticky-cols-process__popup .close-popup::before{transform:rotate(-45deg) translateY(-1px) translateX(3px)}.sticky-cols-process__popup .close-popup::after{transform:rotate(45deg) translateY(1px) translateX(3px)}.sticky-cols-process__popup .popup{background-color:hsl(0,0%,8%);padding:48px 64px;border-radius:32px 0 0 32px;width:50dvw;height:calc(100dvh - 16px);position:fixed;top:50%;right:0%;transform:translateY(-50%) translateX(50px);transition:.5s ease;overflow-y:auto;display:flex;flex-direction:column;gap:20px;scrollbar-width:10px;scrollbar-color:#aff500 rgba(0,0,0,0);scrollbar-gutter:stable}@media(max-width: 1024px){.sticky-cols-process__popup .popup{width:80dvw;padding:48px 32px 48px 64px}}@media(max-width: 768px){.sticky-cols-process__popup .popup{width:100%;height:100dvh;min-height:100dvh;overflow-y:auto;top:0;right:0;transform:translateX(50px);border-radius:0;padding:32px 20px}}.sticky-cols-process__popup .popup::-webkit-scrollbar{width:14px;height:14px;background-color:rgba(0,0,0,0)}.sticky-cols-process__popup .popup::-webkit-scrollbar-thumb{background-color:#aff500;border-radius:10px}.sticky-cols-process__popup .popup::-webkit-scrollbar-track{background:rgba(0,0,0,0)}.sticky-cols-process__popup .popup-title{margin-top:40px;font-size:clamp(1.5rem,4vw,2rem);font-family:"big shoulders",cursive;text-transform:uppercase;font-weight:400;color:hsl(77,100%,69%)}@media(min-width: 768px){.sticky-cols-process__popup .popup-title{background:linear-gradient(165deg, rgb(218, 255, 126) 20%, rgb(175, 245, 0) 80%);line-height:120%;-webkit-background-clip:text;background-clip:text;-webkit-text-fill-color:rgba(0,0,0,0)}}.sticky-cols-process__popup .popup-p{font-size:clamp(1rem,3vw,1.125rem);line-height:130%;color:#ececec}.sticky-cols-process__popup .popup-questions{display:flex;gap:20px;overflow-x:scroll;min-height:-moz-max-content;min-height:max-content;flex-shrink:0;cursor:grab;-webkit-user-select:none;-moz-user-select:none;user-select:none}.sticky-cols-process__popup .popup-questions.active{cursor:grabbing}@media(max-width: 768px){.sticky-cols-process__popup .popup-questions{display:grid;grid-template-columns:repeat(1, 1fr);height:-moz-fit-content;height:fit-content;overflow-x:visible}}@media(min-width: 768px){.sticky-cols-process__popup .popup-questions{scrollbar-width:none;-ms-overflow-style:none}.sticky-cols-process__popup .popup-questions::-webkit-scrollbar{display:none}}.sticky-cols-process__popup .popup-questions__item{padding:24px;display:flex;min-width:clamp(380px,30vw,420px);flex-direction:column;gap:12px;border-radius:12px;background-color:hsl(0,0%,15%)}@media(max-width: 768px){.sticky-cols-process__popup .popup-questions__item{min-width:100%;width:100%}}.sticky-cols-process__popup .popup-questions__item span{font-family:"big shoulders",cursive;font-size:clamp(1.25rem,3vw,1.5rem);color:#fff;font-weight:700;text-transform:uppercase}.sticky-cols-process__popup .popup-questions__item p{font-size:clamp(1rem,3vw,1.125rem);line-height:130%;color:hsl(0,0%,73%)}.sticky-cols-process__popup .popup-team{display:flex;gap:12px;flex-wrap:wrap}.sticky-cols-process__popup .popup-team__item{padding:12px 24px;background-color:#fff;font-family:"big shoulders",cursive;border-radius:3rem;font-size:clamp(1rem,3vw,1.125rem);color:hsl(0,0%,8%);text-transform:uppercase;font-weight:800}.sticky-cols-process__popup .popup-team__item._qa{background-color:hsl(310,65%,78%)}.sticky-cols-process__popup .popup-team__item._dev{background-color:hsl(0,100%,79%)}.sticky-cols-process__popup .popup-team__item._pm{background-color:hsl(45,100%,50%)}.sticky-cols-process__popup .popup-team__item._ux{background-color:hsl(143,100%,77%)}.sticky-cols-process__popup .popup-team__item._cm{background-color:#3bbeff}.sticky-cols-process__popup .popup-team__item._hc{background-color:#aff500}.sticky-cols-process__popup.active{opacity:1;pointer-events:auto}.sticky-cols-process__popup.active .popup{transform:translateY(-50%) translateX(0)}@media(max-width: 768px){.sticky-cols-process__popup.active .popup{transform:translateX(0)}}.sticky-cols-process__popup.active .close-popup{transform:translate(-60%, -50%)}.hero-managed-service{background-color:#fff;padding:200px 20px 100px;overflow:hidden;position:relative;height:100dvh !important}@media(max-width: 768px){.hero-managed-service{padding:150px 20px 100px;height:-moz-fit-content !important;height:fit-content !important}}.hero-managed-service__bg{position:absolute;top:0;right:0;height:100%;width:100%;-o-object-fit:cover;object-fit:cover;z-index:0;animation:bg__ani 1.75s ease forwards}@keyframes bg__ani{from{opacity:0;transform:scale(110%)}to{opacity:1;transform:scale(102%)}}.hero-managed-service__bg svg{height:100% !important;width:100%}.hero-managed-service__bg svg g{height:100% !important}.hero-managed-service__container{max-width:1220px;position:relative;margin:0 auto;display:flex;flex-direction:column;height:100%;justify-content:flex-end;gap:40px;z-index:1}@media(max-width: 768px){.hero-managed-service__container{gap:20px}}.hero-managed-service__title{max-width:800px;text-align:left;z-index:1}.hero-managed-service__title h1{color:#0f352c;z-index:2;font-size:clamp(4rem,8vw,9rem);text-transform:uppercase;opacity:0;animation:hero-enter 1s ease .2s forwards}@media(max-width: 1023px){.hero-managed-service__title h1{animation:none;opacity:1;transform:none}}@media(min-width: 768px){.hero-managed-service__title h1{background:radial-gradient(circle at 80% 50%, #29554a 0%, #143e34 50%);-webkit-background-clip:text;background-clip:text;-webkit-text-fill-color:rgba(0,0,0,0)}}.hero-managed-service__cta{z-index:1;display:flex;justify-content:space-between;gap:20px}@media(max-width: 768px){.hero-managed-service__cta{flex-direction:column;align-items:flex-start}}.hero-managed-service__cta p{opacity:0;animation:hero-enter 1s ease .3s forwards;font-weight:500;font-size:clamp(1.25rem,4vw,1.5rem);line-height:120%;z-index:2;max-width:500px}@media(max-width: 1023px){.hero-managed-service__cta p{animation:none;opacity:1;transform:none}}.hero-managed-service__cta a{opacity:0;animation:hero-reverse-enter 1s ease .4s forwards}@media(max-width: 1023px){.hero-managed-service__cta a{animation:none;opacity:1;transform:none}}@media(max-width: 768px){.hero-managed-service__cta a{width:100%}}.section-way{background-color:#143e34;padding:0 20px}.section-way__container{max-width:1220px;margin:0 auto;padding:120px 0}@media(max-width: 768px){.section-way__container{padding:80px 0}}.section-way h2{text-transform:uppercase;text-align:center;margin:0 auto 56px;font-size:clamp(2rem,6vw,4rem) !important;color:#fff}.section-way h2 span{background:none !important;-webkit-background-clip:initial;background-clip:initial;-webkit-text-fill-color:initial;color:inherit;color:#ffbf00}@media(min-width: 768px){.section-way h2{background:linear-gradient(165deg, #ffffff 20%, #d9f881 80%);-webkit-background-clip:text;background-clip:text;-webkit-text-fill-color:rgba(0,0,0,0)}}.section-way__cols{display:flex;gap:32px;margin-bottom:80px}@media(max-width: 1024px){.section-way__cols{gap:20px}}@media(max-width: 768px){.section-way__cols{margin-bottom:20px;flex-direction:column}}.section-way__item{padding:10px;border-radius:20px;height:420px !important;flex:1;overflow:hidden;position:relative;display:flex;justify-content:center;align-items:flex-end;transition:.3s ease}@media(max-width: 768px){.section-way__item{padding:140px 16px 16px}}@media(min-width: 1024px){.section-way__item:hover .section-way__item-content{padding-bottom:28px}.section-way__item:hover .section-way__item-content p{max-height:70px;opacity:1}}.section-way__item:nth-child(1) .section-way__item-content{background-color:#00833d;color:#fff}.section-way__item:nth-child(2) .section-way__item-content{background-color:#d0ff5b;color:#143e34}.section-way__item:nth-child(3) .section-way__item-content{background-color:#ffbf00;color:#143e34}.section-way__item-image{position:absolute;top:0;left:0;width:100%;height:100%;z-index:1}.section-way__item-image img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover;will-change:transform;transform:translateZ(0)}.section-way__item-content{position:relative !important;display:flex;flex-direction:column;height:100%;padding:24px 24px 0;border-radius:10px;z-index:10;height:-moz-fit-content !important;height:fit-content !important;transition:.3s ease}@media(max-width: 1024px){.section-way__item-content{padding:24px}}.section-way__item-content h3{font-size:clamp(1.5rem,4vw,1.75rem);text-transform:uppercase;margin-bottom:24px}@media(max-width: 1024px){.section-way__item-content h3{margin-bottom:16px}}.section-way__item-content p{font-size:clamp(1rem,3vw,1.125rem);line-height:120%;max-height:0;overflow:hidden;font-weight:500;opacity:0;transition:max-height .3s ease,opacity .3s ease}@media(max-width: 1024px){.section-way__item-content p{max-height:100%;opacity:1}}.section-way .horizontal-scroll{overflow:hidden;position:relative;width:100%;max-width:1220px;margin:0 auto;display:flex;flex-direction:column;padding:30px 0}@media(max-width: 768px){.section-way .horizontal-scroll{padding:16px 0}}.section-way .horizontal-scroll__container{overflow:hidden;width:100%}.section-way .horizontal-scroll__inner{display:flex;flex-wrap:nowrap;will-change:transform;width:-moz-max-content;width:max-content}.section-way .horizontal-scroll__item{height:100px;flex-shrink:0;display:flex;align-items:center;justify-content:center;font-size:clamp(3rem,6vw,4.75rem);font-family:"Big Shoulders",sans-serif;font-weight:900;color:#fff;text-transform:uppercase;position:relative}@media(max-width: 1024px){.section-way .horizontal-scroll__item{height:70px}}@media(max-width: 768px){.section-way .horizontal-scroll__item{height:50px;font-size:2rem}}.section-way .horizontal-scroll__item::after{content:"";width:16px;height:16px;margin-left:16px;margin-right:16px;background:#bef92a;border-radius:2px}@media(max-width: 768px){.section-way .horizontal-scroll__item::after{width:8px;height:8px;margin-left:8px;margin-right:8px}}.section-way .horizontal-scroll .horizontal-scroll__container{-webkit-mask:linear-gradient(90deg, transparent, #00833d 20%, #00833d 80%, transparent);mask:linear-gradient(90deg, transparent, #00833d 20%, #00833d 80%, transparent)}.section-tools{background-color:#141414;padding:0 20px;overflow:hidden}.section-tools__container{max-width:1400px;margin:0 auto;padding:120px 0;display:flex;flex-direction:column;align-items:center;gap:60px}@media(max-width: 768px){.section-tools__container{gap:30px;padding:80px 0}}.section-tools h2{text-transform:uppercase;text-align:center;font-size:clamp(2rem,6vw,4rem) !important;color:#fff;max-width:800px}.section-tools .horizontal-scroll{overflow:hidden;position:relative;width:100%;max-width:1400px;margin:0 auto;display:flex;flex-direction:column;padding:30px 0}@media(max-width: 768px){.section-tools .horizontal-scroll{padding:16px 0}}.section-tools .horizontal-scroll__container{overflow:hidden;width:100%}.section-tools .horizontal-scroll__inner{display:flex;flex-wrap:nowrap;will-change:transform;width:-moz-max-content;width:max-content;gap:16px}@media(max-width: 768px){.section-tools .horizontal-scroll__inner{gap:10px}}.section-tools .horizontal-scroll__item{flex-shrink:0;display:flex;align-items:center;justify-content:center;font-size:clamp(1rem,4vw,1.5rem);font-family:"Big Shoulders",sans-serif;font-weight:400;color:#aff500;padding:16px 32px;text-transform:uppercase;background-color:#191919;border-radius:3rem}@media(max-width: 768px){.section-tools .horizontal-scroll__item{padding:12px 20px}}.section-tools .horizontal-scroll .horizontal-scroll__container{-webkit-mask:linear-gradient(90deg, transparent, #00833d 20%, #00833d 80%, transparent);mask:linear-gradient(90deg, transparent, #00833d 20%, #00833d 80%, transparent)}.section-tools svg{transform:scale(110%)}.section-alt{background-color:#0a211f;padding:0 20px}.section-alt__container{max-width:1220px;margin:0 auto;padding:120px 0}@media(max-width: 768px){.section-alt__container{padding:80px 0}}.section-alt__container>span{font-family:"big shoulders",sans-serif;font-size:1.5rem;color:#d0ff5b;text-transform:uppercase;display:block;margin-bottom:24px;text-align:center;font-weight:300}.section-alt__container h2{text-align:center;text-transform:uppercase;margin:0 auto 40px;font-size:clamp(2rem,6vw,4rem);color:#fff;max-width:700px}.section-alt__container h2 span{color:#d0ff5b}.section-alt__table{width:100%;--table-grid: 80px 330px repeat(5, 1fr);--table-gap: 40px;--table-padding: 32px 20px 32px 0}@media(max-width: 1024px){.section-alt__table{--table-grid: 50px 200px repeat(5, 1fr);--table-gap: 20px;--table-padding: 24px 10px 24px 0}}@media(max-width: 768px){.section-alt__table{--table-grid: 30px 150px repeat(5, 1fr);--table-gap: 10px;--table-padding: 20px 0px 20px 0}}.section-alt__table-wrapper{width:100%;width:100%;overflow-x:auto;-webkit-overflow-scrolling:touch;scrollbar-width:thin;padding-bottom:24px;scrollbar-color:#d0ff5b rgba(0,0,0,0)}.section-alt__table-wrapper::-webkit-scrollbar{height:6px}.section-alt__table-wrapper::-webkit-scrollbar-track{background:rgba(0,0,0,0)}.section-alt__table-wrapper::-webkit-scrollbar-thumb{background-color:#d0ff5b;border-radius:10px}.section-alt__table-head{display:grid;align-items:center;grid-template-columns:var(--table-grid);padding:var(--table-padding);-moz-column-gap:var(--table-gap);column-gap:var(--table-gap);min-width:620px}.section-alt__table-head-item{text-align:center;font-family:"Big Shoulders",sans-serif;font-size:1.125rem;font-weight:400;color:#fff}.section-alt__table-head-item:first-child{grid-column:3}.section-alt__table-item{display:grid;align-items:center;grid-template-columns:var(--table-grid);color:#fff;padding:var(--table-padding);-moz-column-gap:var(--table-gap);column-gap:var(--table-gap);min-width:620px}.section-alt__table-item:not(.-selected){border-bottom:1px solid rgba(247,249,242,.1019607843)}.section-alt__table-item:last-child{border-bottom:1px solid rgba(0,0,0,0)}.section-alt__table-item.-selected{background-color:#d0ff5b;color:#0a211f;border-radius:7rem;overflow:hidden;margin-bottom:10px}.section-alt__table-item.-selected .item-img{background-color:#d0ff5b}.section-alt__table-item.-selected p{font-weight:500 !important}.section-alt__table-item.-selected svg path{stroke:#0a211f !important}.section-alt__table-item .item-img{background-color:rgba(247,249,242,.1019607843);width:80px;height:80px;border-radius:10px;display:flex;align-items:center;justify-content:center;flex-shrink:0;justify-self:flex-start;align-self:flex-start}@media(max-width: 1024px){.section-alt__table-item .item-img{width:50px;height:50px}.section-alt__table-item .item-img svg{width:24px;height:24px}}@media(max-width: 768px){.section-alt__table-item .item-img{width:30px;height:30px}.section-alt__table-item .item-img svg{width:20px;height:20px}}.section-alt__table-item .item-content{display:flex;flex-direction:column;gap:10px;max-width:330px;width:100%}.section-alt__table-item .item-content img{width:130px}.section-alt__table-item .item-content h3{font-size:clamp(1.5rem,4vw,1.75rem);text-transform:uppercase}@media(max-width: 768px){.section-alt__table-item .item-content h3{font-size:1rem}}.section-alt__table-item .item-content p{font-size:1rem;line-height:120%;font-weight:300}@media(max-width: 1024px){.section-alt__table-item .item-content p{font-size:.875rem;display:none}}.section-alt__table-item .item-stat{width:100%;display:flex;align-items:center;justify-content:center}.section-alt__table-item .item-stat svg path{stroke:#fff}.section-brands{background-color:#fffae3;padding:0 20px}.section-brands__container{max-width:1220px;margin:0 auto;padding:120px 0}@media(max-width: 768px){.section-brands__container{padding:80px 0}}.section-brands__container>span{font-family:"big shoulders",sans-serif;font-size:1.5rem;color:#143e34;text-transform:uppercase;display:block;margin-bottom:24px;text-align:center;font-weight:300}.section-brands__container h2{text-align:center;text-transform:uppercase;margin:0 auto 70px;font-size:clamp(2rem,6vw,4rem);color:#0a211f;max-width:800px}@media(max-width: 768px){.section-brands__container h2{margin-bottom:40px}}.section-brands__container h2 span{color:#d0ff5b}.section-brands__cols{display:flex;gap:20px;justify-content:space-between}@media(max-width: 768px){.section-brands__cols{flex-direction:column;gap:40px;align-items:center}}.section-brands__cols-item{flex:1;display:flex;flex-direction:column;width:100%}@media(min-width: 768px){.section-brands__cols-item{max-width:350px}}@media(max-width: 768px){.section-brands__cols-item{align-items:center;text-align:center}}.section-brands__cols-item .item-img{width:80px;height:80px;margin-bottom:32px;background-color:#fff;display:flex;align-items:center;justify-content:center;border-radius:10px}@media(max-width: 768px){.section-brands__cols-item .item-img{margin-bottom:8px;width:40px;height:40px}.section-brands__cols-item .item-img svg{width:24px;height:24px}}.section-brands__cols-item>span{font-family:"big shoulders",sans-serif;font-size:1.5rem;color:#00833d;text-transform:uppercase;display:block;margin-bottom:20px;font-weight:400}.section-brands__cols-item h3{font-weight:700;color:#0a211f;text-transform:uppercase;font-size:clamp(1.5rem,4vw,1.75rem);margin-bottom:10px}.section-brands__cols-item p{color:#0a211f;font-size:1rem;line-height:120%;font-weight:300}.faq-service-section{background-color:#ffbf00;padding:0 20px}.faq-service-section__container{max-width:1220px;margin:0 auto;padding:120px 0}@media(max-width: 768px){.faq-service-section__container{padding:80px 0}}.faq-service-section h2{text-transform:uppercase;margin:0 auto 56px;font-size:clamp(2rem,6vw,4rem) !important;color:#143e34}@media(max-width: 768px){.faq-service-section h2{margin-bottom:36px}}.faq-service-section__cols{display:flex;gap:clamp(40px,4vw,60px)}@media(max-width: 768px){.faq-service-section__cols{gap:0px;flex-direction:column}}.faq-service-section__cols-first,.faq-service-section__cols-second{flex:1}.section-pricing{background-color:#fcfcfc;padding:0 20px}.section-pricing__container{max-width:1220px;margin:0 auto;padding:120px 0 60px}@media(max-width: 768px){.section-pricing__container{padding:80px 0 40px}}.section-pricing__container h2{text-transform:uppercase;margin:0 auto 20px;font-size:clamp(2rem,6vw,4rem) !important;color:#111;text-align:center}@media(max-width: 768px){.section-pricing__container h2{margin-bottom:36px}}.section-pricing__container>p{text-align:center;margin:0 auto;font-size:clamp(1rem,4vw,1.25rem);line-height:140%;font-weight:500;color:#143e34}.section-pricing__tabs{max-width:900px;margin:80px auto;display:flex;align-items:center}@media(max-width: 768px){.section-pricing__tabs{flex-direction:column;gap:20px}}.section-pricing__tabs .tabs-text{flex-shrink:0;color:#00833d;font-family:"big shoulders",sans-serif;line-height:18px;align-self:flex-start;margin-top:-25px;margin-right:6px;font-size:1.25rem;transform:rotate(-2deg)}@media(max-width: 768px){.section-pricing__tabs .tabs-text{margin-top:-40px;font-size:1.5rem}}.section-pricing__tabs svg{margin-top:-9px;margin-right:20px}@media(max-width: 768px){.section-pricing__tabs svg{display:none}}.section-pricing__tabs-wrapper{display:flex;width:100%;align-items:center;counter-reset:step}.section-pricing__tabs-wrapper .tab-dot{flex-shrink:0;width:21px;height:21px;background-color:#c1c1c1;border-radius:50%;border:3px solid #fff;position:relative;cursor:pointer;counter-increment:step;transition:.3s ease;transition-delay:.1s}@media(max-width: 768px){.section-pricing__tabs-wrapper .tab-dot{width:24px;height:24px}}.section-pricing__tabs-wrapper .tab-dot:hover{filter:brightness(110%)}.section-pricing__tabs-wrapper .tab-dot.active{background-color:#00833d;transform:scale(120%)}.section-pricing__tabs-wrapper .tab-dot.active::after{color:#00833d}.section-pricing__tabs-wrapper .tab-dot::after{content:counter(step);position:absolute;top:24px;transition:.3s ease;left:50%;transform:translateX(-50%);font-size:1.125rem;font-weight:700;font-family:"big shoulders",sans-serif;color:#2c3638}.section-pricing__tabs-wrapper .tab-dot:last-of-type::after{content:"More"}.section-pricing__tabs-wrapper .tab-line{width:100%;height:2.5px;background-color:#c1c1c1;transition:.3s ease;transition-delay:.1s}.section-pricing__tabs-wrapper .tab-line.active{background-color:#00833d}.section-pricing__content{background-color:#fffae3;border-radius:12px;padding:70px 60px;display:flex;flex-direction:column}@media(max-width: 1024px){.section-pricing__content{padding:40px 20px}}.section-pricing__content>h3{color:#141414;font-size:clamp(1.75rem,4vw,3rem);text-transform:uppercase;margin-bottom:16px}.section-pricing__content>p{font-size:clamp(1rem,4vw,1.25rem);line-height:120%;color:#141414;max-width:700px;padding-bottom:50px !important;margin:none !important}.section-pricing__content-wrapper{display:flex;gap:40px;width:100%}@media(max-width: 768px){.section-pricing__content-wrapper{flex-wrap:wrap-reverse;gap:12px}}.section-pricing__content-wrapper ul{width:100%;display:flex;flex-direction:column;gap:30px}@media(max-width: 1024px){.section-pricing__content-wrapper ul{gap:12px}}@media(max-width: 768px){.section-pricing__content-wrapper ul{width:43%}}@media(max-width: 425px){.section-pricing__content-wrapper ul{width:100%}}.section-pricing__content-wrapper ul li{font-size:clamp(.875rem,2vw,1.25rem);line-height:120%;font-weight:500;color:#143e34;position:relative;display:flex;align-items:center;gap:12px}.section-pricing__content-wrapper ul li svg{flex-shrink:0;width:22px;height:22px}.section-pricing__content-price{display:flex;width:100%;flex-direction:column;gap:20px}@media(min-width: 768px){.section-pricing__content-price{max-width:280px}}@media(max-width: 768px){.section-pricing__content-price{padding-bottom:40px !important}}.section-pricing__content-price h3{font-size:clamp(3rem,7vw,4.5rem);font-weight:900;color:#00833d;text-transform:uppercase;text-align:center}.section-pricing__content-price a{padding:4px 20px}.section-pricing__content-price span{color:#898989;text-align:center;font-size:.875rem}.section-pricing__accordion{margin-top:24px;border:none !important;border-radius:12px}.section-pricing__accordion .accordion-title{border-radius:12px;background-color:#f8f8f8;color:#222;font-size:20px;font-family:"big shoulders",sans-serif !important;font-weight:700;text-transform:uppercase;padding:24px 60px !important;justify-content:flex-start !important;gap:16px}@media(max-width: 1024px){.section-pricing__accordion .accordion-title{padding:20px 20px !important}}.section-pricing__accordion .accordion-title-chevron{transition:.3s ease}.section-pricing__accordion.open .accordion-title{border-radius:12px 12px 0 0}.section-pricing__accordion.open .accordion-title-chevron{transform:rotate(180deg)}.section-pricing__accordion .accordion-content{transform:none !important;border-radius:0;padding:60px !important;transition:.3s ease;background-color:#f8f8f8 !important}@media(max-width: 1024px){.section-pricing__accordion .accordion-content{padding:40px 20px !important}.section-pricing__accordion .accordion-content .section-pricing__content-wrapper{flex-wrap:wrap !important}.section-pricing__accordion .accordion-content .section-pricing__content-wrapper .section-pricing__content-price{margin-top:20px !important;padding-bottom:0 !important}}.extra-services{margin-top:-40px;border-radius:40px 40px 0 0;background-color:#fcfcfc;padding:0 20px}.extra-services__container{max-width:1220px;margin:0 auto;padding:120px 0}@media(max-width: 768px){.extra-services__container{padding:80px 0}}.extra-services h2{text-transform:uppercase;margin:0 auto 56px;font-size:clamp(2rem,6vw,4rem) !important;text-align:center !important;color:#143e34}.extra-services h2 span{color:#00833d}.extra-services__content{display:flex;gap:40px;justify-content:space-between;align-items:center;position:relative}@media(max-width: 1024px){.extra-services__content{flex-direction:column;gap:30px}}.extra-services__content-fish{position:absolute;top:50%;left:-10%;transform:translateY(-50%);z-index:0}@media(max-width: 1024px){.extra-services__content-fish{display:none}}.extra-services__logo{display:flex;align-items:center;justify-content:center;width:clamp(100px,11vw,140px);height:clamp(100px,11vw,140px);background-color:#d0ff5b;border-radius:32px;border:5px solid #fff;z-index:1;box-shadow:0 18px 20px 10px rgba(0,0,0,.07);flex-shrink:0;padding:24px}.extra-services__bricks,.extra-services__team{max-width:500px;z-index:1;width:100%}.extra-services__bricks{display:flex;flex-wrap:wrap;gap:12px;height:-moz-fit-content;height:fit-content}@media(max-width: 1024px){.extra-services__bricks{justify-content:center}}.extra-services__bricks-brick{display:flex;align-items:center;padding:3px;border-radius:9px;height:46px;color:#143e34;box-shadow:0 0px 5px 2px rgba(0,0,0,.04)}.extra-services__bricks-brick.-brick-style-1{background-color:#c3e878}.extra-services__bricks-brick.-brick-style-2{background-color:#c0e2fe}.extra-services__bricks-brick.-brick-style-3{background-color:#292323;color:#eca4e0}.extra-services__bricks-brick.-brick-style-4{background-color:#eee2ca}.extra-services__bricks-brick.-brick-style-5{background-color:#0f2c29;color:#d0ff5b}.extra-services__bricks-brick.-brick-style-6{background-color:#e7ecd6}.extra-services__bricks-brick .brick-image{width:56px;height:40px;border-radius:7px;overflow:hidden;flex-shrink:0;background-color:#d0d0d0;display:flex;align-items:center;justify-content:center}.extra-services__bricks-brick .brick-image img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover;display:block}.extra-services__bricks-brick span{padding:0px 14px;font-family:"Big Shoulders",sans-serif;font-weight:900;font-size:14px;text-transform:uppercase}.extra-services__team{position:relative;height:410px}@media(max-width: 1024px){.extra-services__team{display:none}}.extra-services__team-item{width:-moz-fit-content;width:fit-content;display:flex;flex-direction:column;align-items:center;position:absolute}@media(max-width: 1024px){.extra-services__team-item{position:static !important;transform:none !important;left:none !important;top:none !important;right:none !important;bottom:none !important}.extra-services__team-item .item-image{width:90px !important;height:90px !important}}.extra-services__team-item.-team-pos-1{top:0;right:0}.extra-services__team-item.-team-pos-1 .item-image{width:clamp(90px,8vw,95px);height:clamp(90px,8vw,95px)}.extra-services__team-item.-team-pos-2{bottom:0;right:0}.extra-services__team-item.-team-pos-2 .item-image{width:clamp(90px,8vw,95px);height:clamp(90px,8vw,95px)}.extra-services__team-item.-team-pos-3{top:5%;right:30%}.extra-services__team-item.-team-pos-3 .item-image{width:clamp(70px,8vw,75px);height:clamp(70px,8vw,75px)}.extra-services__team-item.-team-pos-4{bottom:5%;right:30%}.extra-services__team-item.-team-pos-4 .item-image{width:clamp(70px,8vw,75px);height:clamp(70px,8vw,75px)}.extra-services__team-item.-team-pos-5{top:15%;right:60%}.extra-services__team-item.-team-pos-5 .item-image{width:clamp(70px,8vw,75px);height:clamp(70px,8vw,75px)}.extra-services__team-item.-team-pos-6{bottom:15%;right:60%}.extra-services__team-item.-team-pos-6 .item-image{width:clamp(70px,8vw,75px);height:clamp(70px,8vw,75px)}.extra-services__team-item.-team-pos-7{top:50%;right:5%;transform:translateY(-50%)}.extra-services__team-item.-team-pos-7 .item-image{width:clamp(100px,8vw,110px);height:clamp(100px,8vw,110px)}.extra-services__team-item.-team-pos-8{top:50%;right:45%;transform:translateY(-50%)}.extra-services__team-item.-team-pos-8 .item-image{width:clamp(90px,8vw,95px);height:clamp(90px,8vw,95px)}.extra-services__team-item.-team-pos-9{top:50%;right:100%;transform:translateY(-50%) translateX(100%)}.extra-services__team-item.-team-pos-9 .item-image{width:clamp(65px,8vw,70px);height:clamp(65px,8vw,70px)}.extra-services__team-item.-team-pos-1 span{background-color:#8cfeba}.extra-services__team-item.-team-pos-2 span{background-color:#c0e2fe}.extra-services__team-item.-team-pos-3 span{background-color:#292323;color:#eca4e0}.extra-services__team-item.-team-pos-4 span{background-color:#eee2ca}.extra-services__team-item.-team-pos-5 span{background-color:#0f2c29;color:#d0ff5b}.extra-services__team-item.-team-pos-6 span{background-color:#292323;color:#eca4e0}.extra-services__team-item.-team-pos-7 span{background-color:#c3e878}.extra-services__team-item.-team-pos-8 span{background-color:#ffbf00}.extra-services__team-item.-team-pos-9 span{background-color:#e7ecd6}.extra-services__team-item .item-image{width:95px;height:95px;border-radius:50%;overflow:hidden;border:3px solid #fff}.extra-services__team-item .item-image img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover;display:block}.extra-services__team-item span{display:block;background-color:#000;width:-moz-fit-content;width:fit-content;margin-top:-20px;padding:10px 8px;font-size:14px;border-radius:10px;font-family:"Big Shoulders",sans-serif;font-weight:900;line-height:100%;text-transform:uppercase;white-space:nowrap}.section-extras{background-color:#f8f8f8;padding:0 20px}.section-extras__container{max-width:1220px;margin:0 auto;padding:100px 0}@media(max-width: 768px){.section-extras__container{padding:70px 0}}.section-extras h2{text-transform:uppercase;margin:0 auto 56px;font-size:clamp(2rem,6vw,4rem) !important;color:#111;text-align:center !important}@media(max-width: 768px){.section-extras h2{margin:0 auto 26px}}.section-extras__content{display:flex;flex-direction:column;gap:16px}.section-extras__note{text-align:right;font-size:1rem;font-family:"Big Shoulders",sans-serif;font-weight:bold;color:#939393;margin-bottom:-8px;padding-right:16px}.section-extras__item{display:flex;align-items:center;padding:32px 40px;background-color:#fff;border:1px solid #e4e4e4;gap:24px;border-radius:16px}@media(max-width: 768px){.section-extras__item{padding:24px 20px;flex-direction:column;align-items:flex-start}}.section-extras__item-img{align-self:flex-start;flex-shrink:0}.section-extras__item-block{display:flex;flex-direction:column;gap:10px}.section-extras__item-block h3{font-size:clamp(1.5rem,4vw,1.75rem);text-transform:uppercase;color:#141414}.section-extras__item-block p{font-size:1.25rem;line-height:120%;color:#141414;font-weight:300}.section-extras__item-price{margin-left:auto;font-family:"Big Shoulders",sans-serif;font-size:clamp(1.75rem,4vw,2.25rem);font-weight:bold;color:#00833d}@media(max-width: 768px){.section-extras__item-price{margin-left:0;margin-top:16px;font-size:2.75rem}}.section-extras__item-btn{-webkit-user-select:none;-moz-user-select:none;user-select:none;padding:0 32px !important}@media(max-width: 768px){.section-extras__item-btn{padding:0 20px !important;width:100%;height:50px !important}}.section-extras__item-btn.-added{border-color:#aff500}.section-extras__item-btn.-added::after{transform:translateX(0)}.section-extras__item-btn.-added span{background:radial-gradient(circle at 100% 100%, #1b453b 0%, #1b453b 0%);-webkit-background-clip:text;background-clip:text;-webkit-text-fill-color:rgba(0,0,0,0)}.contact-page{background-color:#fff;animation:contact-bg-ani 1.5s ease .1s forwards}@keyframes contact-bg-ani{from{background-color:#fff}to{background-color:#f7f7f7}}.hero-contact{padding:200px 20px 70px;overflow:hidden}.hero-contact__container{max-width:1400px;margin:0 auto;text-align:center}.hero-contact h1{z-index:1;font-size:clamp(4rem,10vw,7.5rem);text-transform:uppercase;opacity:0;animation:hero-enter 1s ease .2s forwards;color:#0f352c}@media(max-width: 1023px){.hero-contact h1{animation:none;opacity:1;transform:none}}@media(min-width: 768px){.hero-contact h1{background:radial-gradient(circle at 80% 50%, #29554a 0%, #143e34 50%);-webkit-background-clip:text;background-clip:text;-webkit-text-fill-color:rgba(0,0,0,0)}}.hero-contact .horizontal-scroll{overflow:hidden;position:relative;width:100%;max-width:1220px;margin:0 auto;display:flex;flex-direction:column;padding:30px 0 0;opacity:0;animation:hero-enter 1s ease .3s forwards}@media(max-width: 1023px){.hero-contact .horizontal-scroll{animation:none;opacity:1;transform:none}}@media(max-width: 768px){.hero-contact .horizontal-scroll{padding:30px 0 0}}.hero-contact .horizontal-scroll__container{overflow:hidden;width:100%}.hero-contact .horizontal-scroll__inner{display:flex;flex-wrap:nowrap;will-change:transform;width:-moz-max-content;width:max-content;gap:26px;align-items:center}@media(max-width: 768px){.hero-contact .horizontal-scroll__inner{gap:10px}}.hero-contact .horizontal-scroll__item{height:100px;flex-shrink:0;display:flex;align-items:center;justify-content:center;font-size:clamp(3rem,6vw,4.75rem);font-family:"Big Shoulders",sans-serif;font-weight:900;color:#00833d;text-transform:uppercase;position:relative}@media(max-width: 1024px){.hero-contact .horizontal-scroll__item{height:70px}}@media(max-width: 768px){.hero-contact .horizontal-scroll__item{height:50px;font-size:2rem}}.hero-contact .horizontal-scroll svg{display:block;width:80px;height:80px}@media(max-width: 1024px){.hero-contact .horizontal-scroll svg{width:50px;height:50px}}@media(max-width: 768px){.hero-contact .horizontal-scroll svg{width:30px;height:30px}}.hero-contact .horizontal-scroll .horizontal-scroll__container{-webkit-mask:linear-gradient(90deg, transparent, #00833d 20%, #00833d 80%, transparent);mask:linear-gradient(90deg, transparent, #00833d 20%, #00833d 80%, transparent)}.section-contact-form{opacity:0;transform-origin:center;animation:hero-about-enter 1s ease .4s forwards;padding:0 20px 60px}@media(max-width: 1023px){.section-contact-form{animation:none;opacity:1;transform:none}}@media(max-width: 768px){.section-contact-form{padding:0 0 60px}}.section-contact-form__container{max-width:1400px;margin:0 auto;padding:70px 100px;background-color:#fff;border:1px solid #fafafa;border-radius:32px}@media(max-width: 1024px){.section-contact-form__container{padding:40px 32px}}.section-contact-form .form{display:flex;flex-direction:column}.section-contact-form .form label,.section-contact-form .form input{font-family:"Big Shoulders",sans-serif;font-weight:900;font-size:clamp(1.5rem,5vw,3.125rem);line-height:120%;text-transform:uppercase}.section-contact-form .form label{color:#092b23;flex-shrink:0}.section-contact-form .form input{width:100%}.section-contact-form .form input::-moz-placeholder{color:#d9d9d9}.section-contact-form .form input::placeholder{color:#d9d9d9}.section-contact-form .form input:focus{color:#00833d !important}.section-contact-form .form input:not(:-moz-placeholder){color:#00833d !important}.section-contact-form .form input:not(:placeholder-shown){color:#00833d !important}.section-contact-form .form input:-webkit-autofill{-webkit-text-fill-color:#00833d !important;-webkit-box-shadow:0 0 0px 1000px #fff inset !important}.section-contact-form .form input:autofill{-webkit-text-fill-color:#00833d !important;-webkit-box-shadow:0 0 0px 1000px #fff inset !important}.section-contact-form .form-row{display:flex;gap:16px;padding:16px 0;align-items:center;border-bottom:1px solid #d9d9d9}@media(max-width: 768px){.section-contact-form .form-row{flex-direction:column;align-items:flex-start;gap:6px}}.section-contact-form .form-col{display:flex;flex-direction:column;padding:40px 0;gap:20px;border-bottom:1px solid #d9d9d9}@media(max-width: 768px){.section-contact-form .form-col{padding:28px 0;gap:16px}}.section-contact-form .form-col-options{display:flex;flex-direction:row;flex-wrap:wrap;gap:12px}@media(max-width: 768px){.section-contact-form .form-col-options{gap:6px}}.section-contact-form .form-col-options input[type=text]{font-family:"Big Shoulders",sans-serif;font-weight:900;font-size:clamp(1.5rem,5vw,3.125rem);line-height:120%;text-transform:uppercase}.section-contact-form .form-col-options input[type=text]::-moz-placeholder{color:#d9d9d9}.section-contact-form .form-col-options input[type=text]::placeholder{color:#d9d9d9}.section-contact-form .form-col-options input[type=text]:focus{color:#00833d !important}.section-contact-form .form-col-options input[type=text]:not(:-moz-placeholder){color:#00833d !important}.section-contact-form .form-col-options input[type=text]:not(:placeholder-shown){color:#00833d !important}.section-contact-form .form-col-options input[type=radio],.section-contact-form .form-col-options input[type=checkbox]{position:absolute;opacity:0;pointer-events:none}.section-contact-form .form-col-options .button-like{-webkit-user-select:none;-moz-user-select:none;user-select:none;display:inline-flex;align-items:center;justify-content:center;padding:12px 32px;border:1px solid #092b23;border-radius:3rem;cursor:pointer;text-transform:uppercase;background-color:#fff;transition:all .25s ease;color:#092b23;font-weight:400;font-size:clamp(1.125rem,4vw,1.5rem)}@media(max-width: 768px){.section-contact-form .form-col-options .button-like{font-weight:500;padding:8px 16px;font-size:clamp(1rem,4vw,1.25rem)}}.section-contact-form .form-col-options .button-like:hover{border-color:#00833d;color:#00833d}.section-contact-form .form-col-options input[type=radio]:checked+.button-like,.section-contact-form .form-col-options input[type=checkbox]:checked+.button-like{background-color:#00833d;border-color:#00833d;color:#fff}.section-contact-form .form .hero-btn{margin-top:60px;align-self:center;width:-moz-fit-content;width:fit-content;background-color:#bef92a;border-color:#bef92a}@media(max-width: 768px){.section-contact-form .form .hero-btn{margin-top:40px;width:100%}}.section-contact-form .form .hero-btn span{-webkit-background-clip:initial;background-clip:initial;-webkit-text-fill-color:initial;color:initial;color:#092b23;background:none}.section-contact-form .form .hero-btn svg{z-index:2}.section-contact-form .form .hero-btn svg path{fill:#092b23}.section-contact-form .form .hero-btn::after{background-color:#fff;border-color:#fff}.section-contact-form .form .result{font-family:"Big Shoulders",sans-serif;font-weight:900;margin-top:30px;font-size:clamp(1.5rem,5vw,3.125rem);line-height:120%;text-transform:uppercase;text-align:center;width:100%}.section-contact-form .form .result.success{color:#00833d}.section-contact-form .form .result.error{color:#ffbf00}.contact-address{padding:0 20px 100px}.contact-address__container{max-width:1400px;margin:0 auto;background-color:#111;border-radius:32px;padding:48px;display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap;gap:32px}@media(max-width: 768px){.contact-address__container{padding:32px;flex-direction:column;align-items:flex-start}}.contact-address h2{color:#bef92a;font-weight:900;font-size:clamp(2rem,5vw,2.5rem);text-transform:uppercase;margin-right:80px}.contact-address__col{display:flex;flex-direction:column;gap:16px}.contact-address__col span{font-family:"big shoulders";font-weight:900;font-size:20px;line-height:100%;text-transform:uppercase;color:#626262}.contact-address__col a,.contact-address__col address{font-family:"big shoulders";font-weight:900;font-size:20px;line-height:100%;text-transform:uppercase;color:#fff;text-decoration:none;font-style:normal;transition:.3s ease}.contact-address__col a:hover:not(address),.contact-address__col address:hover:not(address){color:#bef92a}.hero-pricing{padding:190px 0 150px;background-color:#fff;overflow:hidden;position:relative;height:100vh}@media(max-width: 768px){.hero-pricing{padding:120px 0 80px;height:-moz-fit-content !important;height:fit-content !important}}.hero-pricing__bg{position:absolute;top:0;left:0;width:100%;height:100%;-o-object-fit:cover;object-fit:cover;z-index:0;pointer-events:none;filter:brightness(90%);animation:main-bg-ani-about 1.5s ease 0s forwards}@keyframes main-bg-ani-about{from{opacity:0;transform:scale(105%)}to{opacity:1;transform:scale(100%)}}@media(max-width: 768px){.hero-pricing__bg{display:none}}.hero-pricing__container{position:relative;max-width:1400px;margin:0 auto;display:flex;padding:0 20px;height:100%;gap:32px;flex-direction:column;align-items:center;justify-content:center;text-align:center}.hero-pricing__container__pretitle{color:#ffbf00;font-family:"Space Grotesk",sans-serif;font-weight:700;letter-spacing:1px;font-size:clamp(.875rem,2vw,1.125rem);text-transform:uppercase;opacity:0;transform-origin:center;animation:hero-about-enter 1s ease .2s forwards}@media(max-width: 1023px){.hero-pricing__container__pretitle{animation:none;opacity:1;transform:none}}.hero-pricing__container h1{z-index:2;font-size:clamp(3rem,7vw,6.5rem);opacity:0;transform-origin:center;animation:hero-about-enter 1s ease .3s forwards;line-height:100%}@media(max-width: 1023px){.hero-pricing__container h1{animation:none;opacity:1;transform:none}}@media(max-width: 768px){.hero-pricing__container h1{font-size:2rem}}.hero-pricing__container__text{color:#313131;letter-spacing:1px;font-size:clamp(1.25rem,2vw,1.5rem);opacity:0;transform-origin:center;animation:hero-about-enter 1s ease .4s forwards}@media(max-width: 1023px){.hero-pricing__container__text{animation:none;opacity:1;transform:none}}.hero-pricing__container a{z-index:2;opacity:0;transform-origin:center;animation:hero-about-enter 1s ease .5s forwards}@media(max-width: 1023px){.hero-pricing__container a{animation:none;opacity:1;transform:none}}.section-pricing{background-color:#fcfcfc;padding:0 20px}.section-pricing__container{max-width:1220px;margin:0 auto;padding:120px 0 60px}@media(max-width: 768px){.section-pricing__container{padding:80px 0 40px}}.section-pricing__container h2{text-transform:uppercase;margin:0 auto 20px;font-size:clamp(2rem,6vw,4rem) !important;color:#111;text-align:center}@media(max-width: 768px){.section-pricing__container h2{margin-bottom:36px}}.section-pricing__container>p{text-align:center;margin:0 auto;font-size:clamp(1rem,4vw,1.25rem);line-height:140%;font-weight:500;color:#143e34}.section-pricing__tabs{max-width:900px;margin:80px auto;display:flex;align-items:center}@media(max-width: 768px){.section-pricing__tabs{flex-direction:column;gap:20px}}.section-pricing__tabs .tabs-text{flex-shrink:0;color:#00833d;font-family:"big shoulders",sans-serif;line-height:18px;align-self:flex-start;margin-top:-25px;margin-right:6px;font-size:1.25rem;transform:rotate(-2deg)}@media(max-width: 768px){.section-pricing__tabs .tabs-text{margin-top:-40px;font-size:1.5rem}}.section-pricing__tabs svg{margin-top:-9px;margin-right:20px}@media(max-width: 768px){.section-pricing__tabs svg{display:none}}.section-pricing__tabs-wrapper{display:flex;width:100%;align-items:center;counter-reset:step}.section-pricing__tabs-wrapper .tab-dot{flex-shrink:0;width:21px;height:21px;background-color:#c1c1c1;border-radius:50%;border:3px solid #fff;position:relative;cursor:pointer;counter-increment:step;transition:.3s ease;transition-delay:.1s}@media(max-width: 768px){.section-pricing__tabs-wrapper .tab-dot{width:24px;height:24px}}.section-pricing__tabs-wrapper .tab-dot:hover{filter:brightness(110%)}.section-pricing__tabs-wrapper .tab-dot.active{background-color:#00833d;transform:scale(120%)}.section-pricing__tabs-wrapper .tab-dot.active::after{color:#00833d}.section-pricing__tabs-wrapper .tab-dot::after{content:counter(step);position:absolute;top:24px;transition:.3s ease;left:50%;transform:translateX(-50%);font-size:1.125rem;font-weight:700;font-family:"big shoulders",sans-serif;color:#2c3638}.section-pricing__tabs-wrapper .tab-dot:last-of-type::after{content:"More"}.section-pricing__tabs-wrapper .tab-line{width:100%;height:2.5px;background-color:#c1c1c1;transition:.3s ease;transition-delay:.1s}.section-pricing__tabs-wrapper .tab-line.active{background-color:#00833d}.section-pricing__content{background-color:#fffae3;border-radius:12px;padding:70px 60px;display:flex;flex-direction:column}@media(max-width: 1024px){.section-pricing__content{padding:40px 20px}}.section-pricing__content>h3{color:#141414;font-size:clamp(1.75rem,4vw,3rem);text-transform:uppercase;margin-bottom:16px}.section-pricing__content>p{font-size:clamp(1rem,4vw,1.25rem);line-height:120%;color:#141414;max-width:700px;padding-bottom:50px !important;margin:none !important}.section-pricing__content-wrapper{display:flex;gap:40px;width:100%}@media(max-width: 768px){.section-pricing__content-wrapper{flex-wrap:wrap-reverse;gap:12px}}.section-pricing__content-wrapper ul{width:100%;display:flex;flex-direction:column;gap:30px}@media(max-width: 1024px){.section-pricing__content-wrapper ul{gap:12px}}@media(max-width: 768px){.section-pricing__content-wrapper ul{width:43%}}@media(max-width: 425px){.section-pricing__content-wrapper ul{width:100%}}.section-pricing__content-wrapper ul li{font-size:clamp(.875rem,2vw,1.25rem);line-height:120%;font-weight:500;color:#143e34;position:relative;display:flex;align-items:center;gap:12px}.section-pricing__content-wrapper ul li svg{flex-shrink:0;width:22px;height:22px}.section-pricing__content-price{display:flex;width:100%;flex-direction:column;gap:20px}@media(min-width: 768px){.section-pricing__content-price{max-width:280px}}@media(max-width: 768px){.section-pricing__content-price{padding-bottom:40px !important}}.section-pricing__content-price h3{font-size:clamp(3rem,7vw,4.5rem);font-weight:900;color:#00833d;text-transform:uppercase;text-align:center}.section-pricing__content-price a{padding:4px 20px}.section-pricing__content-price span{color:#898989;text-align:center;font-size:.875rem}.section-pricing__accordion{margin-top:24px;border:none !important;border-radius:12px}.section-pricing__accordion .accordion-title{border-radius:12px;background-color:#f8f8f8;color:#222;font-size:20px;font-family:"big shoulders",sans-serif !important;font-weight:700;text-transform:uppercase;padding:24px 60px !important;justify-content:flex-start !important;gap:16px}@media(max-width: 1024px){.section-pricing__accordion .accordion-title{padding:20px 20px !important}}.section-pricing__accordion .accordion-title-chevron{transition:.3s ease}.section-pricing__accordion.open .accordion-title{border-radius:12px 12px 0 0}.section-pricing__accordion.open .accordion-title-chevron{transform:rotate(180deg)}.section-pricing__accordion .accordion-content{transform:none !important;border-radius:0;padding:60px !important;transition:.3s ease;background-color:#f8f8f8 !important}@media(max-width: 1024px){.section-pricing__accordion .accordion-content{padding:40px 20px !important}.section-pricing__accordion .accordion-content .section-pricing__content-wrapper{flex-wrap:wrap !important}.section-pricing__accordion .accordion-content .section-pricing__content-wrapper .section-pricing__content-price{margin-top:20px !important;padding-bottom:0 !important}}.section-extras{background-color:#f8f8f8;padding:0 20px}.section-extras__container{max-width:1220px;margin:0 auto;padding:100px 0}@media(max-width: 768px){.section-extras__container{padding:70px 0}}.section-extras h2{text-transform:uppercase;margin:0 auto 56px;font-size:clamp(2rem,6vw,4rem) !important;color:#111;text-align:center !important}@media(max-width: 768px){.section-extras h2{margin:0 auto 26px}}.section-extras__content{display:flex;flex-direction:column;gap:16px}.section-extras__note{text-align:right;font-size:1rem;font-family:"Big Shoulders",sans-serif;font-weight:bold;color:#939393;margin-bottom:-8px;padding-right:16px}.section-extras__item{display:flex;align-items:center;padding:32px 40px;background-color:#fff;border:1px solid #e4e4e4;gap:24px;border-radius:16px}@media(max-width: 768px){.section-extras__item{padding:24px 20px;flex-direction:column;align-items:flex-start}}.section-extras__item-img{align-self:flex-start;flex-shrink:0}.section-extras__item-block{display:flex;flex-direction:column;gap:10px}.section-extras__item-block h3{font-size:clamp(1.5rem,4vw,1.75rem);text-transform:uppercase;color:#141414}.section-extras__item-block p{font-size:1.25rem;line-height:120%;color:#141414;font-weight:300}.section-extras__item-price{margin-left:auto;font-family:"Big Shoulders",sans-serif;font-size:clamp(1.75rem,4vw,2.25rem);font-weight:bold;color:#00833d}@media(max-width: 768px){.section-extras__item-price{margin-left:0;margin-top:16px;font-size:2.75rem}}.section-extras__item-btn{-webkit-user-select:none;-moz-user-select:none;user-select:none;padding:0 32px !important}@media(max-width: 768px){.section-extras__item-btn{padding:0 20px !important;width:100%;height:50px !important}}.section-extras__item-btn.-added{border-color:#aff500}.section-extras__item-btn.-added::after{transform:translateX(0)}.section-extras__item-btn.-added span{background:radial-gradient(circle at 100% 100%, #1b453b 0%, #1b453b 0%);-webkit-background-clip:text;background-clip:text;-webkit-text-fill-color:rgba(0,0,0,0)}.pricing-features{background-color:#fff;padding:0 20px}.pricing-features__container{max-width:1220px;margin:0 auto;padding:120px 0}@media(max-width: 768px){.pricing-features__container{padding:80px 0}}.pricing-features span{display:block;font-family:"Space Grotesk",sans-serif;font-size:clamp(1.25rem,4vw,1.5rem);line-height:120%;color:#ffbf00;text-align:center;margin:auto;max-width:200px;font-weight:500;text-transform:uppercase}.pricing-features h2{margin:26px auto 72px;font-size:clamp(2rem,6vw,6rem) !important;color:#111;text-align:center !important}@media(max-width: 768px){.pricing-features h2{margin:16px auto 26px}}.pricing-features__grid{display:grid;grid-template-columns:repeat(3, 1fr);gap:24px}@media(max-width: 1024px){.pricing-features__grid{grid-template-columns:repeat(2, 1fr)}}@media(max-width: 768px){.pricing-features__grid{grid-template-columns:1fr}}.pricing-features__grid-item{display:flex;flex-direction:column;box-shadow:0 10px 20px 20px rgba(0,0,0,.02);padding:24px;display:flex;flex-direction:column;border-radius:24px}.pricing-features__grid-item .item-num{font-family:"Space Grotesk",sans-serif;font-weight:600;font-size:28px;letter-spacing:-2px;text-transform:capitalize;color:#111;background:linear-gradient(200deg, #e6ff9c, #a4d70a);display:flex;justify-content:center;align-items:center;width:72px;height:72px;border-radius:50%}.pricing-features__grid-item h3{font-size:clamp(2em,4vw,2.5rem);color:#141414;margin:32px 0 16px}.pricing-features__grid-item p{font-size:1.125rem;line-height:120%;color:#4b4b4b}.pricing-why-us{background-color:#0c0c0c;padding:0 20px}.pricing-why-us__container{max-width:1220px;margin:0 auto;padding:120px 0}@media(max-width: 768px){.pricing-why-us__container{padding:80px 0}}.pricing-why-us span{display:block;font-family:"Space Grotesk",sans-serif;font-size:clamp(1.25rem,4vw,1.5rem);line-height:120%;color:#aff500;text-align:center;margin:auto;max-width:200px;font-weight:500;text-transform:uppercase}.pricing-why-us h2{margin:26px auto 72px;font-size:clamp(2rem,6vw,6rem) !important;color:#fff;text-align:center !important}@media(max-width: 768px){.pricing-why-us h2{margin:16px auto 26px}}.pricing-why-us__grid{display:grid;grid-template-columns:repeat(3, 1fr);gap:24px}@media(max-width: 1024px){.pricing-why-us__grid{grid-template-columns:repeat(2, 1fr)}}@media(max-width: 768px){.pricing-why-us__grid{grid-template-columns:1fr}}.pricing-why-us__grid-item{display:flex;flex-direction:column;box-shadow:0 10px 20px 20px rgba(0,0,0,.02);padding:24px;display:flex;flex-direction:column;border-radius:24px;background-color:#141414}.pricing-why-us__grid-item .item-num{font-family:"Space Grotesk",sans-serif;font-weight:600;font-size:28px;letter-spacing:-2px;text-transform:capitalize;color:#111;background:linear-gradient(200deg, #dcdcff, #8d85ff);display:flex;justify-content:center;align-items:center;width:72px;height:72px;border-radius:50%}.pricing-why-us__grid-item h3{font-size:clamp(2em,4vw,2.5rem);color:#fff;margin:32px 0 16px}.pricing-why-us__grid-item p{font-size:1.125rem;line-height:120%;color:#a5a5a5}.scroll-wrapper{position:relative;background-color:#152726}.scroll-wrapper__inner{position:sticky;top:0px;z-index:3}.hero-home-page{position:sticky;top:0px;padding:240px 20px 80px;overflow:hidden;z-index:1}@media(max-width: 768px){.hero-home-page{padding:150px 20px 80px;height:-moz-fit-content !important;height:fit-content !important}}@media(max-width: 768px){.hero-home-page{position:static}}.hero-home-page__bg{position:absolute;top:0;right:0;height:100%;width:100%;-o-object-fit:cover;object-fit:cover;z-index:0;animation:bg__ani 1.75s ease forwards}@keyframes bg__ani{from{opacity:0;transform:scale(110%)}to{opacity:1;transform:scale(102%)}}.hero-home-page__bg svg{height:100% !important;width:100%}.hero-home-page__bg svg g{height:100% !important}.hero-home-page__container{max-width:1220px;position:relative;margin:0 auto;display:flex;flex-direction:column;height:100%;justify-content:flex-end;gap:40px;z-index:1}@media(max-width: 768px){.hero-home-page__container{gap:20px}}.hero-home-page__title{max-width:800px;text-align:left;z-index:1}.hero-home-page__title h1{color:#fff;z-index:2;font-size:clamp(4rem,8vw,9rem);text-transform:uppercase;opacity:0;animation:hero-enter 1s ease .2s forwards}@media(max-width: 1023px){.hero-home-page__title h1{animation:none;opacity:1;transform:none}}@media(min-width: 768px){.hero-home-page__title h1{background:radial-gradient(circle at 80% 50%, #ffffff 0%, #fff9da 50%);-webkit-background-clip:text;background-clip:text;-webkit-text-fill-color:rgba(0,0,0,0)}}.news-section{position:sticky;top:0px;z-index:2;border-radius:54px;padding:110px 20px;background:#fff}@media(max-width: 1024px){.news-section{padding:80px 20px}}@media(max-width: 768px){.news-section{position:static}}.news-section__container{max-width:1220px;margin:0 auto;display:flex;flex-wrap:wrap;display:flex;flex-direction:column;position:relative;scroll-margin-top:150px}.news-section__categories-filter{display:flex;gap:16px;padding:0px 0 60px;align-items:center;flex-wrap:wrap}@media(max-width: 768px){.news-section__categories-filter{padding:0px 0 40px;gap:8px}}.news-section__categories-filter-item{-webkit-user-select:none;-moz-user-select:none;user-select:none;display:inline-flex;align-items:center;justify-content:center;padding:8px 24px;border:1px solid #0a211f;border-radius:3rem;cursor:pointer;text-transform:uppercase;transition:all .2s ease;color:#0a211f;font-family:"big shoulders",cursive;font-weight:600;font-size:1.125rem}@media(max-width: 768px){.news-section__categories-filter-item{font-weight:500;padding:8px 16px}}.news-section__categories-filter-item.is-active{background-color:#0a211f;color:#fff;border-color:#0a211f}.news-section__categories-filter-item.is-active.is-disabled{pointer-events:none}.news-section__categories-filter-item.is-active:hover{background-color:#0a211f;border-color:#0a211f;color:#fff}.news-section__categories-filter-item:hover{background-color:#0a211f;color:#fff}.news-section__grid{display:grid;grid-template-columns:repeat(3, 1fr);gap:54px 32px;align-items:stretch;transition:opacity .4s ease,transform .4s ease;opacity:1;transform:translateY(0)}@media(max-width: 1024px){.news-section__grid{grid-template-columns:repeat(2, 1fr)}}@media(max-width: 768px){.news-section__grid{grid-template-columns:repeat(1, 1fr);gap:32px 16px}}.news-section__grid .news__item{box-shadow:0 6px 40px 5px rgba(0,0,0,.05)}.news-section__grid.is-fading-out{opacity:0;transform:translateY(10px);pointer-events:none}.news-section__grid.is-fading-in{opacity:1;transform:translateY(0)}.news-section .news-preloader{position:absolute;left:50%;top:300px;transform:translate(-50%, -50%);display:flex;align-items:center;justify-content:center;opacity:0;pointer-events:none;transition:opacity .2s ease;border-radius:inherit;z-index:10}.news-section .news-preloader.is-visible{opacity:1;pointer-events:auto;transition:opacity .2s ease}.news-section .news-preloader__spinner{width:50px;height:50px;border-radius:50%;border:2px solid rgba(0,0,0,.1);border-top-color:#00833d;animation:news-spinner-rotate .5s linear infinite}@keyframes news-spinner-rotate{to{transform:rotate(360deg)}}.news-section .news-pagination{display:flex;align-items:center;justify-content:center;gap:8px;margin-top:72px;transition:opacity .2s ease}.news-section .news-pagination.is-disabled{opacity:.5;pointer-events:none}.news-section .news-pagination__arrow{display:flex;align-items:center;justify-content:center;width:40px;height:40px;border:1px solid #ddd;border-radius:8px;background:rgba(0,0,0,0);cursor:pointer;color:#0a211f;transition:background-color .3s ease,border-color .3s ease,color .3s ease}.news-section .news-pagination__arrow:hover:not(:disabled){background-color:#0a211f;border-color:#0a211f;color:#fff}.news-section .news-pagination__arrow:disabled{opacity:0;cursor:not-allowed}.news-section .news-pagination__pages{display:flex;align-items:center;gap:8px}.news-section .news-pagination__page{display:flex;align-items:center;justify-content:center;min-width:40px;height:40px;padding:0 4px;border:1px solid rgba(0,0,0,0);border-radius:8px;background:rgba(0,0,0,0);cursor:pointer;font-size:16px;font-weight:600;color:#0a211f;border-color:#ddd;transition:background-color .2s ease,border-color .2s ease,color .2s ease}.news-section .news-pagination__page:hover:not(.is-active){background-color:#0a211f;border-color:#0a211f;color:#fff}.news-section .news-pagination__page.is-active{background-color:#0a211f;color:#fff;border-color:#0a211f;cursor:default}.home-page-cta{background-color:#152726;padding:120px 20px}@media(max-width: 768px){.home-page-cta{padding:80px 20px}}.home-page-cta__container{background-color:#fff;display:flex;flex-direction:column;max-width:1220px;margin:0 auto;padding:80px 20px;border-radius:40px}@media(max-width: 768px){.home-page-cta__container{padding:60px 20px}}.home-page-cta__container h2{max-width:800px;margin:0 auto;text-align:center;text-transform:uppercase}.home-page-cta__container p{max-width:800px;text-align:center;font-weight:500;font-size:clamp(1.25rem,4vw,1.5rem);line-height:120%;margin:24px auto 64px}.home-page-cta__container a{width:-moz-fit-content;width:fit-content;margin:0 auto}.single-hero{position:sticky;top:0px;z-index:1;padding:240px 20px 80px;overflow:hidden;background-color:#152726}@media(max-width: 768px){.single-hero{padding:150px 20px 80px;height:-moz-fit-content !important;height:fit-content !important}}@media(max-width: 768px){.single-hero{position:static}}.single-hero__container{max-width:1220px;position:relative;margin:0 auto;display:flex;flex-direction:column;height:100%;justify-content:flex-end;gap:40px;z-index:1}@media(max-width: 768px){.single-hero__container{gap:20px}}.single-hero__category{display:block;width:-moz-fit-content !important;width:fit-content !important;font-size:1.25rem !important;color:#fff !important;border-radius:4rem;border:1px solid #fff !important;font-weight:500 !important;font-family:"big shoulders",sans-serif;padding:8px 26px;opacity:0;animation:hero-enter 1s ease .1s forwards}@media(max-width: 1023px){.single-hero__category{animation:none;opacity:1;transform:none}}.single-hero__title{max-width:1000px;text-align:left;z-index:1}.single-hero__title h1{color:#fff;z-index:2;font-size:clamp(2.5rem,5vw,5rem);text-transform:uppercase;opacity:0;animation:hero-enter 1s ease .2s forwards}@media(max-width: 1023px){.single-hero__title h1{animation:none;opacity:1;transform:none}}@media(min-width: 768px){.single-hero__title h1{background:radial-gradient(circle at 80% 50%, #236152 0%, #0f352c 50%);background:radial-gradient(circle, #d1ff5e, #aff500);-webkit-background-clip:text;background-clip:text;-webkit-text-fill-color:rgba(0,0,0,0)}}.single-thumbnail{z-index:2;background:linear-gradient(180deg, rgba(21, 39, 38, 0) 50%, #ffffff 50%);padding:0 20px}.single-thumbnail__container{max-width:1220px;margin:0 auto;border-radius:40px;border:3px solid #fff;overflow:hidden;max-height:600px;width:100%}.single-thumbnail__container img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover}@media(max-width: 768px){.single-thumbnail__container{border-radius:24px}}.single-content{z-index:3;padding:60px 20px 80px;background:#fff}@media(max-width: 1024px){.single-content{padding:30px 20px 80px}}.single-content__container{max-width:800px;margin:0 auto;display:flex;flex-direction:column}.single-content img{border-radius:8px}.single-content a{color:#00833d;font-weight:500;text-decoration:underline;transition:color .2s ease}.single-content a:hover{color:rgb(0,80,37.2519083969)}.single-content h2{font-size:2.25rem !important;font-size:clamp(1.75rem,4vw,2.5rem) !important;font-weight:600;color:#0a211f;margin-bottom:24px;margin-top:48px}@media(max-width: 768px){.single-content h2{margin-top:32px}}.single-content h3{font-size:clamp(1.5rem,3vw,2rem) !important;font-weight:600;color:#0a211f;margin-top:48px;margin-bottom:24px}@media(max-width: 768px){.single-content h3{margin-top:32px}}.single-content p{font-size:clamp(1rem,2.5vw,1.25rem) !important;line-height:1.6;color:#0a211f;margin-bottom:24px}.single-content ul{list-style:disc;padding-left:40px;margin-bottom:24px}.single-content ul li{font-size:clamp(1rem,2.5vw,1.25rem) !important;line-height:1.6;color:#0a211f;margin-bottom:4px}.single-content ol{list-style:decimal;padding-left:40px;margin-bottom:24px}.single-content ol li{font-size:clamp(1rem,2.5vw,1.25rem) !important;line-height:1.6;color:#0a211f;margin-bottom:4px}.hero-proposal{background:radial-gradient(circle at 90% 20%, #29554a 10%, #143e34 50%);overflow:hidden;height:100dvh !important;padding:100px 20px 100px;display:flex;align-items:center;justify-content:center}@media(max-width: 768px){.hero-proposal{padding:80px 20px 80px;height:-moz-fit-content !important;height:fit-content !important}}.hero-proposal__leaves{position:absolute;top:-40%;left:0;width:100%;height:auto;z-index:1;transform:scale(125%);opacity:.6}@media(max-width: 768px){.hero-proposal__leaves{display:none}}.hero-proposal__container{position:relative;max-width:1220px;margin:0 auto;display:flex;text-transform:uppercase;align-items:center;gap:20px;flex-direction:column;text-align:center}.hero-proposal__container h1{color:#fff;z-index:2;font-size:clamp(3rem,8vw,9rem)}@media(min-width: 768px){.hero-proposal__container h1{background:linear-gradient(165deg, #ffffff 20%, #d9f881 80%);-webkit-background-clip:text;background-clip:text;-webkit-text-fill-color:rgba(0,0,0,0)}}.hero-proposal__container p{font-weight:600;font-size:clamp(1.25rem,4vw,1.75rem);line-height:120%;z-index:2;text-transform:uppercase}.hero-proposal__container p:nth-of-type(1){color:#aff500}.hero-proposal__container p:nth-of-type(2){color:#ffbf00}.hero-proposal__container a{z-index:2}.hero-proposal__actions{display:flex;justify-content:center;gap:32px;flex-wrap:wrap;margin-top:64px}@media(max-width: 768px){.hero-proposal__actions{margin-top:32px;gap:12px}}.hero-proposal__actions a{background-color:#111;border-color:#111}@media(min-width: 768px){.hero-proposal__actions a{filter:drop-shadow(0px 3px 5px rgba(0, 0, 0, 0.3))}}@media(max-width: 768px){.hero-proposal__actions a{width:100%;height:50px}}.hero-proposal__actions a span{box-shadow:none !important;text-shadow:none !important}.our-process{background-color:#ffbf00;padding:0 20px}.our-process__container{max-width:1220px;margin:0 auto;padding:120px 0}@media(max-width: 768px){.our-process__container{padding:80px 0}}.our-process h2{text-align:left;text-transform:uppercase;margin:0 0 50px;font-size:clamp(2rem,6vw,4rem);color:#0a211f;max-width:800px}@media(max-width: 768px){.our-process h2{margin-bottom:40px}}.our-process__content{display:flex;flex-direction:column;border-radius:32px;padding:56px;background-color:#143e34;gap:24px}@media(max-width: 768px){.our-process__content{gap:16px;padding:8px}}.our-process__item{display:flex;align-items:flex-start;gap:32px;padding:48px;border-radius:26px;background-color:#164237;border:1px solid #185a50}@media(max-width: 1024px){.our-process__item{flex-direction:column}}@media(max-width: 768px){.our-process__item{padding:24px}}.our-process__item-title{display:flex;gap:24px}.our-process__item-num{font-size:2.5rem;font-weight:700;color:#fff;display:flex;align-items:center;justify-content:center;background-color:#00833d;font-family:"big shoulders";width:80px;height:80px;border-radius:50%;flex-shrink:0}.our-process__item-block{display:flex;flex-direction:column;gap:6px;max-width:300px}.our-process__item-block h3{font-size:clamp(1.75rem,4vw,2.25rem);color:#fff;font-family:"big shoulders",sans-serif;text-transform:uppercase}.our-process__item-block span{font-size:1rem;color:#fff;font-weight:300}.our-process__item-p{max-width:470px;font-size:clamp(1rem,3vw,1.25rem);line-height:150%;color:#fff;margin-left:auto;font-weight:300}@media(max-width: 1024px){.our-process__item-p{margin-left:0;max-width:100%}}.proposal-team{background-color:#0f2c25;padding:0 20px}.proposal-team__container{max-width:1220px;margin:0 auto;padding:100px 0;display:flex;gap:56px}@media(max-width: 1024px){.proposal-team__container{flex-direction:column;justify-content:center;align-items:center}}@media(max-width: 768px){.proposal-team__container{padding:80px 0}}.proposal-team__content{display:flex;flex-direction:column;gap:24px}@media(max-width: 768px){.proposal-team__content{gap:16px}}.proposal-team__content h2{color:#fff;z-index:2;text-transform:uppercase;font-size:clamp(2.5rem,5vw,4rem)}@media(min-width: 768px){.proposal-team__content h2{background:linear-gradient(165deg, #f5ffdb 5%, #cbff3c 95%);-webkit-background-clip:text;background-clip:text;-webkit-text-fill-color:rgba(0,0,0,0)}}.proposal-team__content p{font-size:clamp(1rem,3vw,1.25rem);line-height:150%;color:#fff;font-weight:300}.proposal-team__content h3{font-family:"anek latin",sans-serif;margin-top:10px;margin-bottom:-20px;font-size:clamp(1rem,3vw,1.25rem);line-height:150%;color:#fff;font-weight:600}.proposal-team__img{position:relative;width:100%;border-radius:60px;overflow:hidden}@media(min-width: 1024px){.proposal-team__img{max-width:600px;min-width:530px}}.proposal-team__img img{width:100%;height:auto;display:block}.proposal-team__img::after{content:"";position:absolute;inset:0;pointer-events:none;border-radius:inherit;box-shadow:inset 0 0 10px 2px #0f2c25;z-index:2}@media(min-width: 1024px){.proposal-team__img::after{box-shadow:inset 0 0 10px 20px #0f2c25}}.proposal-table{background-color:#204c42;padding:0 20px}.proposal-table__container{max-width:1220px;margin:0 auto;padding:100px 0}@media(max-width: 768px){.proposal-table__container{padding:80px 0}}.proposal-table h2{text-align:left;text-transform:uppercase;margin:0 0 36px;font-size:clamp(2rem,6vw,4rem);color:#f5ffdb;max-width:800px}@media(min-width: 768px){.proposal-table h2{background:linear-gradient(165deg, #ffffff 20%, #7dab00 80%);-webkit-background-clip:text;background-clip:text;-webkit-text-fill-color:rgba(0,0,0,0)}.proposal-table h2 span{color:#ffbf00;background:linear-gradient(165deg, #ffd24a 20%, #ffbf00 80%);-webkit-background-clip:text;background-clip:text;-webkit-text-fill-color:rgba(0,0,0,0)}}.proposal-table__table-wrapper{overflow-x:auto}.proposal-table__table-wrapper table{min-width:500px;width:100%;border-collapse:collapse;overflow:hidden}.proposal-table__table-wrapper table th,.proposal-table__table-wrapper table td{padding:24px 12px;text-align:left;color:#fff;line-height:110%;border-bottom:1px solid hsla(0,0%,80%,.8)}@media(max-width: 768px){.proposal-table__table-wrapper table th,.proposal-table__table-wrapper table td{padding:12px 16px}}.proposal-table__table-wrapper table th:last-child,.proposal-table__table-wrapper table td:last-child{text-align:right}.proposal-table__table-wrapper table th{font-size:clamp(1rem,3vw,1.25rem);font-weight:500}.proposal-table__table-wrapper table td{font-size:clamp(.875rem,3vw,1rem)}.proposal-table__total{display:flex;flex-direction:column;margin-top:32px}.proposal-table__total-row{display:flex;justify-content:space-between;padding:6px 12px;margin-left:auto;max-width:380px;width:100%}@media(max-width: 768px){.proposal-table__total-row{max-width:100%}}.proposal-table__total-row p{font-size:1.25rem;color:#fff;font-weight:500}.proposal-table__total-row span{font-size:1rem;color:#fff;font-weight:600}.proposal-table__total-price{margin-top:16px;padding-top:16px;border-top:1px dashed #ccc}.proposal-table__total-price span{font-size:2rem;color:#fff;font-weight:600}.proposal-terms{padding:0 20px;background-color:#092b23}.proposal-terms__container{max-width:1220px;margin:0 auto;padding:100px 0 180px}@media(max-width: 768px){.proposal-terms__container{padding:80px 0}}.proposal-terms h2{text-align:left;text-transform:uppercase;margin:0 0 48px;font-size:clamp(2rem,6vw,4rem);color:#f5ffdb;max-width:800px}@media(min-width: 768px){.proposal-terms h2{background:linear-gradient(165deg, #f2ffcc 20%, #7dab00 80%);-webkit-background-clip:text;background-clip:text;-webkit-text-fill-color:rgba(0,0,0,0)}}.proposal-terms__content{display:flex;gap:24px}@media(max-width: 768px){.proposal-terms__content{gap:16px;flex-direction:column}}.proposal-terms__item{display:flex;flex-direction:column;gap:6px;padding:24px;border-radius:16px;width:100%;background:linear-gradient(135deg, #cdff4f 0%, #beff1b 100%);position:relative}.proposal-terms__item .svg-arrow{position:absolute;top:103%;left:50%;width:100%}@media(max-width: 768px){.proposal-terms__item .svg-arrow{display:none}}.proposal-terms__item .svg-arrow.flipped{top:auto;bottom:103%;transform:rotateX(180deg)}.proposal-terms__item h3{font-size:clamp(1rem,3vw,1.25rem);color:#111;font-weight:700;font-family:"anek latin",sans-serif}.proposal-terms__item p{font-size:clamp(1rem,2vw,1.25rem);line-height:150%;color:#111;font-weight:300}.proposal-video{padding:0 20px;background-color:#1b453b}.proposal-video__container{max-width:1220px;margin:0 auto;padding:100px 0}@media(max-width: 768px){.proposal-video__container{padding:80px 0}}.proposal-video h2{text-transform:uppercase;text-align:center;margin:0 auto 56px;color:#fff}.proposal-video h2 span{background-clip:none;-webkit-background-clip:none;-webkit-text-fill-color:#ffbf00;background:none}@media(min-width: 768px){.proposal-video h2{background:linear-gradient(165deg, #ffffff 40%, #d9f881 60%);-webkit-background-clip:text;background-clip:text;-webkit-text-fill-color:rgba(0,0,0,0)}}.proposal-video__player{position:relative;width:100%;padding-top:56.25%;border-radius:16px;overflow:hidden;background-color:#092b23}.proposal-video__player iframe,.proposal-video__player video{position:absolute;top:0;left:0;width:100%;height:100%;display:block}.main-btn{display:inline-flex;color:#fff;padding:8px 48px;align-items:center;justify-content:center;height:55px;border:3px solid #fff;border-radius:3rem;cursor:pointer;gap:10px;position:relative;overflow:hidden;transition:.8s ease;letter-spacing:2px;font-family:"big shoulders",sans-serif;font-weight:900;flex-shrink:0}.main-btn span{transition:transform .8s ease;position:relative;z-index:2;transform:translateX(-15px)}.main-btn svg{position:absolute;transform:translateY(-50%);transition:transform .7s ease;z-index:1}.main-btn svg:first-child{left:8px;transform:translateX(-300%)}.main-btn svg:last-child{right:8px;transform:translateX(-70%)}.main-btn:hover{background-color:#223fd5;color:#fff;border-color:#fff}.main-btn:hover span{transform:translateX(15px)}.main-btn:hover svg:first-child{transform:translateX(70%)}.main-btn:hover svg:last-child{transform:translateX(300%)}.main-btn:active{transform:scale(0.98);transition:.1s ease}.regular-btn{display:inline-flex;color:#fff;padding:8px 32px;align-items:center;justify-content:center;height:55px;border:3px solid #fff;border-radius:3rem;cursor:pointer;gap:25px;position:relative;overflow:hidden;font-family:"big shoulders",sans-serif;font-weight:900;letter-spacing:2px;transition:.3s ease}.regular-btn span{-webkit-user-select:none;-moz-user-select:none;user-select:none;font-size:clamp(16px,3vw,24px);transition:.3s ease}.regular-btn svg path{transition:.3s ease}.regular-btn:hover{background-color:#fff;color:#00833d}.regular-btn:hover svg path{fill:#00833d}.regular-btn:active{transform:scale(0.98);transition:.1s ease}.action-btn{display:inline-flex;flex:0 0 auto;padding:8px 28px;align-items:center;justify-content:center;height:64px;border-radius:3rem;cursor:pointer;gap:8px;position:relative;overflow:hidden;font-family:"big shoulders",sans-serif;font-weight:900;letter-spacing:2px;transition:.2s;background-color:#143e34}.action-btn span{-webkit-user-select:none;-moz-user-select:none;user-select:none;color:#fff;z-index:2;font-size:clamp(16px,3vw,24px);transition:.2s}@media(min-width: 768px){.action-btn span{background:radial-gradient(circle at 100% 100%, #aff500 0%, #ffffff 70%);-webkit-background-clip:text;background-clip:text;-webkit-text-fill-color:rgba(0,0,0,0)}}.action-btn svg{z-index:2}.action-btn svg path{fill:#aff500}@media(min-width: 768px){.action-btn:hover{background-color:#ffbf00}.action-btn:hover::after{transform:translateX(0)}.action-btn:hover span{background:radial-gradient(circle at 100% 100%, #1b453b 0%, #1b453b 0%);-webkit-background-clip:text;background-clip:text;-webkit-text-fill-color:#143e34}.action-btn:hover svg path{fill:#143e34}}.action-btn:active{transform:scale(0.98);transition:.1s ease}.hero-btn{display:inline-flex;flex:0 0 auto;padding:8px 50px;align-items:center;justify-content:center;height:64px;border:3px solid #223fd5;border-radius:3rem;cursor:pointer;gap:10px;position:relative;overflow:hidden;font-family:"big shoulders",sans-serif;font-weight:900;letter-spacing:2px;transition:.2s;background-color:#223fd5}.hero-btn span{-webkit-user-select:none;-moz-user-select:none;user-select:none;color:#fff;z-index:2;font-size:clamp(16px,3vw,24px);transition:.2s}.hero-btn svg{z-index:2}@media(min-width: 768px){.hero-btn:hover{background:#252525;border-color:#252525}}.hero-btn:active{transform:scale(0.98);transition:.1s ease}.faq-accordion{border-bottom:1px solid rgb(204,152.8,0)}.faq-accordion .accordion-title{cursor:pointer;padding:32px 0 32px;font-weight:600;position:relative;font-family:"anek latin",sans-serif;font-size:clamp(1.25rem,3vw,1.625rem);transition:.3s ease;-webkit-user-select:none;-moz-user-select:none;user-select:none;display:flex;justify-content:space-between;align-items:center;gap:20px}.faq-accordion .accordion-title:hover{color:rgb(20.625,72.875,60.5)}@media(max-width: 768px){.faq-accordion .accordion-title{padding:20px 0 20px}}.faq-accordion .accordion-content{max-height:0;overflow:hidden;opacity:0;transition:max-height .3s ease,opacity .3s ease,transform .3s ease;padding:0;transform:scaleX(95%);transform-origin:left}.faq-accordion .accordion-content p{font-weight:300;font-size:clamp(1rem,2vw,1.25rem);line-height:140%;padding-bottom:2rem}@media(max-width: 768px){.faq-accordion .accordion-content p{font-weight:400}}.faq-accordion.open .accordion-content{opacity:1;transform:scaleX(100%)}.faq-accordion.open .accordion-title{padding:32px 0 16px}@media(max-width: 768px){.faq-accordion.open .accordion-title{padding:20px 0 16px}}.faq-accordion .accordion-toggle{width:24px;height:24px;background-color:#143e34;flex-shrink:0;position:relative;overflow:hidden;border-radius:50%}.faq-accordion .accordion-toggle span{position:absolute;left:50%;top:50%;transform:translate(-50%, -50%);background-color:#ffbf00;transition:.3s ease;width:12px;border:1px solid #ffbf00;height:2px;border-radius:1rem}.faq-accordion .accordion-toggle span:first-child{transform:translate(-50%, -50%) rotate(-180deg)}.faq-accordion .accordion-toggle span:last-child{transform:translate(-50%, -50%) rotate(-90deg)}.faq-accordion.open .accordion-toggle span:first-child{transform:translate(-50%, -50%) rotate(0deg)}.faq-accordion.open .accordion-toggle span:last-child{transform:translate(-50%, -50%) rotate(0deg)}.news__item{flex:1;width:100%;border-radius:15px;overflow:hidden;text-align:left;transition:.3s ease;background-color:#fff;border:1px solid #223fd5}.news__item-image{height:205px;overflow:hidden}.news__item-image img{display:block;width:100%;height:100%;-o-object-fit:cover;object-fit:cover;transition:.3s ease;transform:scale(101%)}.news__item-info{height:auto;padding:24px 32px 32px;display:flex;flex-direction:column;border-radius:0 0 15px 15px;gap:12px}.news__item-info-category{display:block;width:-moz-fit-content !important;width:fit-content !important;font-size:1.125rem !important;color:#223fd5 !important;border-radius:4rem;border:1px solid #223fd5;font-weight:500 !important;font-family:"big shoulders",sans-serif;padding:4px 24px}.news__item-info h3{transition:.3s ease;font-family:"anek latin",sans-serif;font-weight:600;font-size:clamp(1.25rem,2.5vw,1.5rem);color:#143e34;margin:0 0 8px;line-height:100%}.news__item-info p{transition:.3s ease;color:#143e34;font-size:1rem;font-weight:400;line-height:150%}.news__item-info time{margin-top:8px;color:#979797;font-weight:500 !important;font-family:"big shoulders",sans-serif;font-size:1rem !important}@media(max-width: 1024px){.news__item-info{padding:24px 24px 24px}.news__item-info h3{margin-bottom:16px}}.news__item:hover .news__item-info h3{color:#00833d}.news__item:hover .news__item-image img{transform:scale(102%)}
