@import url(https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,300;0,400;0,500;0,700;0,900;1,300;1,400&display=swap);:root{--fs-h1:4.375rem;--lh-h1:1.3;--fw-h1:700;--fs-h2:3rem;--lh-h2:1.3;--fw-h2:700;--fs-h3:1.875rem;--lh-h3:1.3;--fw-h3:700;--fs-h4:22px;--lh-h4:1.3;--fw-h4:700}@media (max-width:600px){:root{--fs-h1:4rem;--fs-h2:calc(var(--fs-h1) * 0.75);--fs-h3:calc(var(--fs-h1) * 0.43);--fs-h4:calc(var(--fs-h1) * 0.3)}}@media (max-width:500px){:root{--fs-h1:3rem;--fs-h2:calc(var(--fs-h1) * 0.75);--fs-h3:calc(var(--fs-h1) * 0.43);--fs-h4:calc(var(--fs-h1) * 0.3)}}html{scroll-behavior:smooth}body,html{max-width:100%;overflow-x:hidden;font-family:Roboto,sans-serif;font-weight:400}*{box-sizing:border-box;margin:0;padding:0}body{background-color:#fff;font-size:16px;min-height:100vh;display:grid;grid-template-rows:1fr auto;color:#0e1534;padding-top:80px;position:relative}a,a:active,a:focus,a:hover,a:visited{text-decoration:none;transition:.4s ease-in-out;transition-property:background-color,color,border}a,a:active,a:focus,a:visited{color:#347512}a:hover{color:#285b0e}.container{width:100%;max-width:1200px;margin:0 auto;padding:0 15px}a.button{background-color:#347512;color:#fff;padding:15px;display:inline-block;font-weight:700;border:1px solid transparent;border-radius:8px;-ms-user-select:none;-webkit-user-select:none;user-select:none}a.button:hover{background-color:#285b0e}a.button.button--light{background-color:transparent;color:#347512;border:1px solid #347512;border-radius:8px;-ms-user-select:none;-webkit-user-select:none;user-select:none}a.button.button--light:hover{background-color:#285b0e;color:#fff}.block{padding-top:80px;padding-bottom:80px}.gray{background-color:rgba(52,117,18,.08)}.blue{background-color:#347512;background:linear-gradient(90deg,#347512 0,#285b0e 100%)}.blue .description,.blue .title,.blue a,.blue h1,.blue h2,.blue h3,.blue h4,.blue h5,.blue h6,.blue li,.blue p,.blue ul{color:#fff}.blue a{text-decoration:underline}.blue a:hover{text-decoration:none}.blue a.button{background-color:#fff;color:#347512;padding:15px;display:inline-block;font-weight:700;border:1px solid transparent;border-radius:8px;-ms-user-select:none;-webkit-user-select:none;user-select:none;text-decoration:none}.blue a.button:hover{background-color:rgba(255,255,255,.86)}.pb-40{padding-bottom:40px}.h1{font-size:var(--fs-h1);line-height:var(--lh-h1);font-weight:var(--fw-h1);margin-bottom:30px;word-break:break-word}.h2{font-size:var(--fs-h2);line-height:var(--lh-h2);font-weight:var(--fw-h2);margin-bottom:30px}.h3{font-size:var(--fs-h3);line-height:var(--lh-h3);font-weight:var(--fw-h3);margin-bottom:30px}.h4{font-size:var(--fs-h4);line-height:var(--lh-h4);font-weight:var(--fw-h4);margin-bottom:30px}p.text{font-size:20px;line-height:1.5;margin-bottom:30px}p.text a{font-weight:500}ul.list{padding-left:40px;margin-bottom:30px}ul.list li{font-size:20px;margin-bottom:10px}ul.list li:last-child{margin-bottom:0}.pt-0{padding-top:0!important}.center{text-align:center!important}header.header{position:fixed;top:0;width:100vw;background-color:#fff;box-shadow:0 0 10px rgba(0,0,0,.2);z-index:99}header.header .container{display:flex;flex-direction:row;justify-content:space-between;align-items:center;color:#0e1534;height:80px;padding:1em}header.header .container .header-logo{height:40;widows:auto;object-fit:cover}header.header .container .menu{display:flex;flex-direction:row;list-style-type:none;align-items:center;margin:0;padding:0}header.header .container .menu>li{margin:0 1rem;overflow:hidden}header.header .container .menu>li a{font-weight:700;color:#0e1534}header.header .container .menu>li a:hover{color:#347512}header.header .container .menu>li a.button{color:#fff}header.header .container .menu>li a.button:hover{color:#fff}header.header .container .menu>li:last-child{margin-right:0}header.header .container .menu-button-container{display:none;height:100%;width:30px;cursor:pointer;flex-direction:column;justify-content:center;align-items:center}header.header .container #menu-toggle{display:none}header.header .container .menu-button,header.header .container .menu-button::after,header.header .container .menu-button::before{display:block;background-color:#347512;position:absolute;height:4px;width:30px;transition:transform .4s cubic-bezier(.23,1,.32,1);border-radius:2px}header.header .container .menu-button::before{content:"";margin-top:-8px}header.header .container .menu-button::after{content:"";margin-top:8px}header.header .container #menu-toggle:checked+.menu-button-container .menu-button::before{margin-top:0;transform:rotate(405deg)}header.header .container #menu-toggle:checked+.menu-button-container .menu-button{background:rgba(255,255,255,0)}header.header .container #menu-toggle:checked+.menu-button-container .menu-button::after{margin-top:0;transform:rotate(-405deg)}header.header .container .menu .header-navigation__item.active a{color:#0e1534;cursor:default}@media (max-width:920px){header.header .container .menu-button-container{display:flex}header.header .container .menu{position:absolute;top:0;margin-top:80px;left:0;flex-direction:column;width:100%;justify-content:center;align-items:center}header.header .container #menu-toggle~.menu li{height:0;margin:0;padding:0;border:0;transition:height .4s cubic-bezier(.23,1,.32,1)}header.header .container #menu-toggle:checked~.menu li{height:2.5em;padding:.5em;transition:height .4s cubic-bezier(.23,1,.32,1)}header.header .container .menu>li{display:flex;justify-content:center;margin:0;padding:.5em 0;width:100%;background-color:#fff}header.header .container .menu>li:last-child{border-bottom:none}header.header .container .menu>li a{color:#0e1534}header.header .container .menu>li a.button{color:#fff;border:none!important}header.header .container .menu>li.active a{color:#0e1534}header.header .container #menu-toggle:checked~.menu li{border-bottom:1px solid rgba(14,21,52,.15)!important}header.header .container #menu-toggle:checked~.menu li:first-child{border-top:1px solid rgba(14,21,52,.5)!important}header.header .container .menu>li:not(:last-child){border-bottom:1px solid #fff}header.header .container a.header-navigation__link{color:#fff}header.header .container a.button{padding:0;background-color:#347512}header.header .container .menu>li:has(a.button){background-color:#347512}}.review{display:flex;flex-direction:row;justify-content:center;align-items:center}@media (max-width:550px){.review{flex-direction:column}}.review .review__avatar{height:100px;width:100px;min-width:100px;border-radius:50px;border:1px solid rgba(0,0,0,.2);overflow:hidden;margin-right:30px;display:flex;align-items:center;justify-content:center}@media (max-width:550px){.review .review__avatar{margin-right:0;margin-bottom:30px}}.review .review__avatar .review_image{border:5px solid #fff;border-radius:50px;height:100px;width:100px;object-fit:cover;transition:transform .4s ease-in-out}.review .review__avatar .review_image:hover{transform:scale(1.1)}.review .review__container{max-width:360px;width:100%;text-align:left}@media (max-width:550px){.review .review__container{text-align:center}}.review .review__container .review_text{font-size:16px;font-style:italic;font-weight:300;margin-bottom:15px}.review .review__container .review_author{font-size:14px;font-weight:500}.review .review__container .review_position{font-size:14px;font-weight:500}section.block-3-reviews{padding:80px 0}section.block-3-reviews .container .h2{text-align:center}section.block-3-reviews .container .h2.hidden{display:none}section.block-3-reviews .container .reviews{display:grid;grid-template-columns:repeat(3,1fr);gap:30px;align-items:start}section.block-3-reviews .container .reviews .review{flex-direction:column}section.block-3-reviews .container .reviews .review .review__avatar{height:200px;width:200px;border-radius:100px;margin-bottom:30px;margin-right:0}section.block-3-reviews .container .reviews .review .review__avatar .review_image{height:200px;width:200px;border-radius:100px}section.block-3-reviews .container .reviews .review .review_text{text-align:center;font-size:20px}section.block-3-reviews .container .reviews .review .review_author,section.block-3-reviews .container .reviews .review .review_position{font-size:16px;text-align:center}@media (max-width:768px){section.block-3-reviews .container .reviews{grid-template-columns:1fr}}section.block-join-companies{padding:80px 0;display:flex;justify-content:center;align-items:center;text-align:center}section.block-join-companies .h2{margin-bottom:60px}section.block-join-companies .clients{display:flex;gap:30px;justify-content:center;align-items:center;flex-wrap:wrap}section.block-join-companies .clients picture{display:flex;justify-content:center;align-items:center}section.block-join-companies .clients .client-image{width:100%;max-width:300px;height:auto}section.block-title-text-1-button{padding:80px 0;display:flex;justify-content:center;align-items:center;text-align:center}section.block-title-text-1-button .title{font-size:var(--fs-h2);line-height:var(--lh-h2);font-weight:var(--fw-h2);margin-bottom:30px}section.block-title-text-1-button .description{font-size:20px;line-height:1.3;margin:30px 0}section.block-title-text-1-button .social{display:flex;flex-wrap:wrap;flex-direction:row;justify-content:center;gap:30px;align-items:center}section.block-title-text-1-button .social .social_link .social_logo__icon{width:100px;height:100px}section.block-title-text-1-button .social .social_link .h4{margin-bottom:0;color:#0e1534}@media (max-width:480px){section.block-title-text-1-button .social{flex-direction:column}}section.block-title-text-1-button{padding:80px 0;display:flex;justify-content:center;align-items:center;text-align:center}section.block-title-text-1-button .title{font-size:var(--fs-h2);line-height:var(--lh-h2);font-weight:var(--fw-h2);margin-bottom:30px}section.block-title-text-1-button .description{font-size:20px;line-height:1.3;margin:30px 0}section.block-title-text-1-button .button-container .button{margin-right:15px;white-space:nowrap}section.block-title-text-1-button .button-container .button:last-child{margin-right:0}section.block-title-text-1-button.two-columns .container{display:flex;gap:60px;align-items:center;justify-content:center}section.block-title-text-1-button.two-columns .container .text-container{max-width:800px}section.block-title-text-1-button.two-columns .container .text-container .description{font-size:20px;font-weight:300;line-height:1.3}@media (max-width:768px){section.block-title-text-1-button.two-columns .container{flex-direction:column;gap:0}section.block-title-text-1-button.two-columns .container .text-container .description{font-weight:400}}footer.footer{box-shadow:0 0 3px rgba(0,0,0,.2)}footer.footer .footer__header{padding:30px 0}footer.footer .footer__header .container{display:grid;grid-template-columns:repeat(4,auto);gap:30px}@media (max-width:830px){footer.footer .footer__header .container{grid-template-columns:repeat(2,auto)}}@media (max-width:480px){footer.footer .footer__header .container{grid-template-columns:repeat(1,1fr)}}footer.footer .footer__header .container .footer__column .footer__logo__link .footer_logo__image{max-width:100%;height:auto}footer.footer .footer__header .container .footer__column p{margin:30px 0;font-size:20px}footer.footer .footer__header .container .footer__column .footer_link{margin-right:15px}footer.footer .footer__header .container .footer__column .footer_link .footer_logo__icon{height:30px;width:auto}footer.footer .footer__header .container .footer__column .footer_link:last-child{margin-left:0}footer.footer .footer__header .container .footer__column .footer__site-link{color:#0e1534;font-weight:500}footer.footer .footer__header .container .footer__column .footer__site-link:hover{color:#347512}footer.footer .footer__header .container .footer__column .footer__title{margin:0 0 30px 0;font-weight:700;font-size:20px}footer.footer .footer__header .container .footer__column .footer__nav{list-style:none}footer.footer .footer__header .container .footer__column .footer__nav .footer__item{margin-bottom:15px}footer.footer .footer__header .container .footer__column .footer__nav .footer__item .footer__link{font-weight:500;color:#0e1534}footer.footer .footer__header .container .footer__column .footer__nav .footer__item .footer__link:hover{color:#347512}footer.footer .footer__header .container .footer__column .footer__nav .footer__item .footer__link.active{color:#347512;cursor:default}footer.footer .footer__header .container .footer__column .footer__nav .footer__item:last-child{margin-bottom:0}footer.footer .footer__bottom .container{display:flex;justify-content:center;align-items:center;border-top:1px solid rgba(14,21,52,.1);padding:10px 0}footer.footer .footer__bottom .container p{font-size:14px;font-weight:300}footer.footer .footer__bottom .container p a{color:#0e1534;font-weight:500}footer.footer .footer__bottom .container p a:hover{color:#347512}.about-us .two-columns{display:grid;grid-template-columns:repeat(2,1fr);gap:60px}@media (max-width:768px){.about-us .two-columns{grid-template-columns:1fr;gap:30px}}.about-us .team .h2{text-align:center;margin-bottom:80px}.about-us .team .review__avatar{border-radius:200px;height:400px;width:400px;border:1px solid rgba(0,0,0,.2);overflow:hidden;margin-right:auto;margin-left:auto;margin-bottom:30px;display:flex;align-items:center;justify-content:center}.about-us .team .review__avatar .review_image{border:5px solid #fff;border-radius:200px;height:400px;width:400px;object-fit:cover;transition:transform .4s ease-in-out}.about-us .team .review__avatar .review_image:hover{transform:scale(1.1)}@media (min-width:769px) and (max-width:991px){.about-us .team .review__avatar{border-radius:130px;height:260px;width:260px}.about-us .team .review__avatar .review_image{border-radius:130px;height:260px;width:260px}}@media (max-width:480px){.about-us .team .review__avatar{border-radius:130px;height:260px;width:260px}.about-us .team .review__avatar .review_image{border-radius:130px;height:260px;width:260px}}.about-us .team .h3{text-align:center}.about-us .team .h4{margin-top:-30px;text-align:center}