/*!*********************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[0].use[1]!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[0].use[2]!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[0].use[3]!./src/styles/main.scss ***!
  \*********************************************************************************************************************************************************************************************************************************************/
.header {
  padding: 16px 0;
  overflow: hidden;
}
.header__logo img {
  max-height: 48px;
  width: auto;
  -o-object-fit: contain;
     object-fit: contain;
}
@media (max-width: 991px) {
  .header__logo img {
    max-height: 32px;
  }
}
.header .burger {
  display: none;
  background: transparent;
  outline: none;
  border: none;
  transition: transform 0.3s ease;
}
@media (max-width: 991px) {
  .header .burger {
    display: block;
  }
}
.header .burger .line {
  transition: transform 0.3s ease, opacity 0.3s ease;
  transform-origin: center;
}
.header .burger.active .line--top {
  transform: translateY(2px) rotate(45deg);
}
.header .burger.active .line--middle {
  opacity: 0;
}
.header .burger.active .line--bottom {
  transform: translateY(-5px) rotate(-45deg);
}
.header__wrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media (max-width: 991px) {
  .header__wrap .desktop {
    display: none;
  }
}
.header__menu ul {
  display: flex;
  list-style: none;
  justify-content: center;
  margin: 0;
  padding: 0;
}
.header__menu ul li a {
  color: #FFF3E1;
  font-size: 16px;
  font-weight: 400;
  letter-spacing: -0.5px;
  text-decoration: none;
  display: inline-block;
  padding: 12px 24px;
  transition: all 0.4s;
}
.header__menu ul li a:hover {
  color: #7E7D7A;
}
@media (max-width: 991px) {
  .header__menu ul {
    padding: 48px 0;
    flex-direction: column;
  }
  .header__menu ul li {
    padding: 24px 0;
    border-bottom: 1px solid #FFF3E1;
  }
  .header__menu ul li:last-child {
    border-bottom: none;
  }
}
.header__menu .mobile {
  display: none;
}
@media (max-width: 991px) {
  .header__menu {
    position: absolute;
    top: -100vh;
    transition: all 0.4s;
    padding: 0 16px;
    text-align: center;
  }
}
.header__menu.open-menu {
  display: block;
  left: 0;
  top: 70px;
  width: 100vw;
  height: 100vh;
  z-index: 99999;
  background: #000;
}
.header__menu.open-menu .mobile {
  display: block;
  padding: 28px 31px;
}

.footer {
  padding-bottom: 96px;
}
.footer__wrap {
  display: flex;
  justify-content: space-between;
}
@media (max-width: 768px) {
  .footer__wrap {
    flex-wrap: wrap;
  }
}
.footer__logo {
  width: 24%;
}
.footer__logo img {
  max-width: 100%;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
}
@media (max-width: 991px) {
  .footer__logo {
    width: 32%;
  }
}
@media (max-width: 768px) {
  .footer__logo {
    width: 50%;
    padding-right: 24px;
  }
}
.footer__menu {
  width: 50%;
}
.footer__menu-wrap {
  display: flex;
  width: 48%;
  justify-content: space-between;
}
.footer__menu ul {
  padding: 0;
  margin: 0;
  list-style: none;
}
.footer__menu ul li {
  margin-bottom: 32px;
}
.footer__menu ul li:last-child {
  margin-bottom: 0;
}
.footer__menu ul a {
  font-size: 16px;
  line-height: 1.05;
  font-weight: 400;
  letter-spacing: -0.5px;
  display: inline-block;
  text-decoration: none;
  color: #FFF3E1;
}
.footer__menu ul a:hover {
  color: #7E7D7A;
}
@media (max-width: 991px) {
  .footer__menu-wrap {
    width: 32%;
    flex-direction: column;
  }
  .footer__menu #menu-footer-menu-1 {
    margin-bottom: 32px;
  }
}
@media (max-width: 768px) {
  .footer__menu {
    width: 100%;
  }
  .footer__menu-wrap {
    width: 50%;
    justify-content: flex-start;
  }
  .footer__menu-wrap #menu-footer-menu-1 {
    margin-bottom: 16px;
  }
  .footer__menu-wrap ul li {
    margin-bottom: 16px;
  }
  .footer__menu-wrap ul li:last-child {
    margin-bottom: 0;
  }
}
.footer__content {
  width: 24%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.footer__content p, .footer__content a {
  font-size: 16px;
  color: #FFF3E1;
}
.footer__content a {
  text-decoration: none;
}
.footer__content a:hover {
  text-decoration: underline;
}
@media (max-width: 991px) {
  .footer__content {
    width: 32%;
  }
}
@media (max-width: 768px) {
  .footer__content {
    margin-top: 64px;
    width: 100%;
  }
}
@media (max-width: 768px) {
  .footer__address {
    margin-bottom: 64px;
  }
}
@media (max-width: 768px) {
  .footer__copy {
    text-align: center;
  }
}

.container {
  max-width: 1328px;
  margin: 0 auto;
  padding: 0 16px;
}

.section-margin, .cards, .reviews, .founders, .home-work, .engine, .home-form {
  margin: 200px 0;
}
@media (max-width: 991px) {
  .section-margin, .cards, .reviews, .founders, .home-work, .engine, .home-form {
    margin: 120px 0;
  }
}

main.main {
  overflow: hidden;
}

* {
  box-sizing: border-box;
  font-family: "Satoshi";
}

html {
  scroll-behavior: smooth;
}

body.stop-scroll {
  overflow: hidden;
  position: fixed;
  width: 100%;
}

body {
  margin: 0;
}

h1, .home-work__item h3, h2, h3, h4, h5, h6 {
  margin-top: 0;
}

.btn {
  display: inline-block;
  font-size: 16px;
  line-height: 1;
  color: #FFF3E1;
  background: rgba(255, 243, 225, 0.2);
  -webkit-backdrop-filter: blur(6px);
          backdrop-filter: blur(6px);
  text-decoration: none;
  padding: 16px 31px;
  transition: all 0.4s;
}
.btn:hover {
  background: rgba(255, 243, 225, 0.5);
}

p {
  font-size: 16px;
  line-height: 1.5;
  margin-bottom: 16px;
  margin-top: 0;
}
p:last-child {
  margin-bottom: 0;
}

ul {
  margin-top: 0;
}

.text-center {
  text-align: center;
}

img {
  max-width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}

h1, .home-work__item h3 {
  font-size: 68px;
  font-weight: 500;
  line-height: 1;
  font-feature-settings: "ss01" on;
  letter-spacing: -2px;
}
@media (max-width: 568px) {
  h1, .home-work__item h3 {
    font-size: 44px;
    letter-spacing: -1.3px;
  }
}

h2 {
  font-size: 48px;
  font-weight: 500;
  line-height: 1.05;
  margin-bottom: 24px;
  letter-spacing: -1.44px;
}
@media (max-width: 568px) {
  h2 {
    font-size: 32px;
    letter-spacing: -1px;
  }
}

h4 {
  font-size: 32px;
  font-weight: 500;
  line-height: 1.05;
  margin-bottom: 24px;
  letter-spacing: -1px;
}
@media (max-width: 568px) {
  h4 {
    font-size: 24px;
    letter-spacing: -0.72px;
  }
}

p {
  font-size: 21px;
  line-height: 1.06;
  letter-spacing: -0.6px;
}
@media (max-width: 568px) {
  p {
    font-size: 18px;
  }
}

.hbspt-form .hs_error_rollup {
  display: none;
}
.hbspt-form .actions input {
  background: #000;
  color: #fff;
  display: block;
  width: 100%;
  text-align: center;
  padding: 15px 12px;
  font-size: 21px;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.21px;
  border: none;
  transition: all 0.4s;
}
.hbspt-form .actions input:hover {
  opacity: 0.8;
}
@media (max-width: 568px) {
  .hbspt-form .actions input {
    font-size: 18px;
  }
}
.hbspt-form .hs-richtext {
  color: #7E7D7A;
  font-size: 14px;
  line-height: 1.4;
  margin-bottom: 32px;
}
.hbspt-form .hs-richtext a {
  text-transform: uppercase;
}
.hbspt-form .hs-form-field {
  margin-bottom: 16px;
  position: relative;
}
.hbspt-form .hs-form-field .hs-error-msgs {
  position: absolute;
  left: 8px;
  bottom: -18px;
  padding: 0;
  margin: 0;
  list-style: none;
}
.hbspt-form .hs-form-field .hs-error-msgs li {
  font-size: 12px;
  line-height: 1;
}
.hbspt-form .hs-form-field .hs-error-msgs label {
  font-size: 12px;
  line-height: 1;
  color: red;
  margin-bottom: 0;
}
.hbspt-form .hs-form-field label {
  display: inline-block;
  margin-bottom: 4px;
}
.hbspt-form .hs-form-field label span {
  color: #000;
  font-size: 16px;
  line-height: 1.05;
}
.hbspt-form .hs-form-field input {
  width: 100%;
  border: 1px solid #D6D4D0;
  color: #000;
  padding: 10px 14px;
  font-size: 16px;
  outline: none;
  line-height: 1;
}
.hbspt-form .hs-form-field input::-moz-placeholder {
  color: #D6D4D0;
}
.hbspt-form .hs-form-field input::placeholder {
  color: #D6D4D0;
}
.hbspt-form .hs-form-field select {
  width: 100%;
  border: 1px solid #D6D4D0;
  color: #D6D4D0;
  padding: 10px;
  font-size: 16px;
}
.hbspt-form .hs-form-field select::-moz-placeholder {
  color: #D6D4D0;
}
.hbspt-form .hs-form-field select::placeholder {
  color: #D6D4D0;
}

@font-face {
  font-family: "Satoshi";
  src: url(../js/df8f06167ee6fd05a131.woff2) format("woff2"), url(../js/67e7fa77f107df3491b6.woff) format("woff");
  font-weight: 300;
  font-display: swap;
  font-style: normal;
}
@font-face {
  font-family: "Satoshi";
  src: url(../js/9ec05085c4cd2966eba8.woff2) format("woff2"), url(../js/ca3da5fd2b609836ef69.woff) format("woff");
  font-weight: 400;
  font-display: swap;
  font-style: normal;
}
@font-face {
  font-family: "Satoshi";
  src: url(../js/1ffe968245568e8ba1e7.woff2) format("woff2"), url(../js/2419b46c96ed15331ba2.woff) format("woff");
  font-weight: 500;
  font-display: swap;
  font-style: normal;
}
@font-face {
  font-family: "Satoshi";
  src: url(../js/a0e6d25529eab537426c.woff2) format("woff2"), url(../js/a875ff682ee232938607.woff) format("woff");
  font-weight: 700;
  font-display: swap;
  font-style: normal;
}
@font-face {
  font-family: "Satoshi";
  src: url(../js/b5013d854bb5a8e48651.woff2) format("woff2"), url(../js/4261d202e1e9410db1bf.woff) format("woff");
  font-weight: 900;
  font-display: swap;
  font-style: normal;
}
.page-template-home {
  background: #000;
  color: #FFF3E1;
}

.home-form__wrap {
  display: flex;
  justify-content: space-between;
}
@media (max-width: 991px) {
  .home-form__wrap {
    flex-direction: column;
  }
}
.home-form__right {
  width: 43%;
  background: #FFF3E1;
  padding: 64px;
}
@media (max-width: 1250px) {
  .home-form__right {
    padding: 48px;
  }
}
@media (max-width: 991px) {
  .home-form__right {
    width: 100%;
    max-width: 550px;
    margin: 0 auto;
  }
}
@media (max-width: 568px) {
  .home-form__right {
    padding: 32px;
  }
}
.home-form__left {
  width: 57%;
  padding-right: 40px;
  max-width: 660px;
}
@media (max-width: 991px) {
  .home-form__left {
    width: 100%;
    padding-right: 0;
    margin-bottom: 48px;
    max-width: 100%;
    text-align: center;
  }
}
@media (max-width: 568px) {
  .home-form__left {
    text-align: left;
  }
}
.home-form__title {
  margin-bottom: 164px;
}
@media (max-width: 991px) {
  .home-form__title {
    margin-bottom: 32px;
  }
}
@media (max-width: 568px) {
  .home-form__title {
    margin-bottom: 24px;
  }
}
.home-form__desc {
  max-width: 270px;
  margin-left: auto;
}
@media (max-width: 991px) {
  .home-form__desc {
    max-width: 100%;
    margin-bottom: 0;
  }
}
.home-form__title-form {
  color: #000;
  margin-bottom: 32px;
}
@media (max-width: 568px) {
  .home-form__title-form {
    margin-bottom: 24px;
  }
}

.home-banner {
  min-height: 600px;
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}
@media (max-width: 568px) {
  .home-banner {
    min-height: 550px;
  }
}
.home-banner canvas {
  position: absolute;
  width: 100% !important;
  height: auto !important;
  -o-object-fit: contain;
     object-fit: contain;
  left: 0;
  top: 0;
}
.home-banner__wrap {
  position: relative;
  z-index: 10;
  display: flex;
  width: 100%;
  justify-content: space-between;
  align-items: end;
}
@media (max-width: 991px) {
  .home-banner__wrap {
    flex-direction: column;
  }
}
.home-banner__left {
  width: 48%;
}
.home-banner__left h1, .home-banner__left .home-work__item h3, .home-work__item .home-banner__left h3 {
  margin-bottom: 0;
}
@media (max-width: 991px) {
  .home-banner__left {
    width: 100%;
    margin-bottom: 32px;
  }
}
.home-banner__right {
  width: 48%;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 24px;
}
.home-banner__right .btn {
  width: 100%;
  text-align: center;
  font-size: 21px;
  line-height: 1;
  padding: 32px 10px;
}
@media (max-width: 991px) {
  .home-banner__right {
    width: 100%;
  }
}
@media (max-width: 568px) {
  .home-banner__right {
    flex-direction: column;
    gap: 16px;
  }
  .home-banner__right .btn {
    padding: 24px 10px;
  }
}

.engine {
  text-align: center;
}
.engine__desc {
  margin-bottom: 48px;
}
@media (max-width: 568px) {
  .engine__desc {
    margin-bottom: 32px;
  }
}
.engine__list {
  display: flex;
  margin: 0 -16px;
  justify-content: space-between;
}
@media (max-width: 768px) {
  .engine__list {
    flex-direction: column;
  }
}
.engine__item {
  position: relative;
}
.engine__item:after {
  position: absolute;
  right: 0;
  bottom: 20px;
  width: 20px;
  height: 20px;
  content: "";
  background: url("data:image/svg+xml,<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"17\" height=\"13\" viewBox=\"0 0 17 13\" fill=\"none\"><path d=\"M9.261 0.861L10.122 0L16.632 6.489L10.122 12.978L9.261 12.117L14.238 7.098H0V5.88H14.238L9.261 0.861Z\" fill=\"%23FFF3E1\"/></svg>") no-repeat center center;
  background-size: contain;
}
@media (max-width: 768px) {
  .engine__item:after {
    display: none;
  }
}
.engine__item-wrap {
  width: 33.333%;
  padding: 0 16px;
}
.engine__item-wrap:last-child .engine__item:after {
  display: none;
}
@media (max-width: 768px) {
  .engine__item-wrap {
    width: 100%;
    margin-bottom: 48px;
  }
  .engine__item-wrap:last-child {
    margin-bottom: 0;
  }
}
.engine__item h4 {
  max-width: 190px;
  margin: 0 auto;
}
@media (max-width: 768px) {
  .engine__item h4 {
    max-width: 100%;
  }
}
.engine__item-img {
  height: 400px;
  margin-bottom: 32px;
  overflow: hidden;
}
@media (max-width: 991px) {
  .engine__item-img {
    height: 300px;
  }
}
.engine__item-img canvas {
  max-width: 100% !important;
  width: 100% !important;
  height: auto !important;
  -o-object-fit: contain;
     object-fit: contain;
}

.home-work__list {
  background: #FFF3E1;
  color: #000;
  padding: 32px;
  flex-wrap: wrap;
  display: flex;
}
@media (max-width: 768px) {
  .home-work__list {
    flex-direction: column;
    padding: 24px;
  }
}
.home-work__item {
  width: 50%;
  padding: 43px 0 0 48px;
  min-height: 324px;
  position: relative;
}
.home-work__item:first-child {
  border-bottom: 1px solid #010101;
  border-right: 1px solid #010101;
}
.home-work__item:first-child:before {
  position: absolute;
  content: "";
  width: 43px;
  height: 43px;
  left: 0;
  top: 0;
  background: url("data:image/svg+xml,<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"44\" height=\"44\" viewBox=\"0 0 44 44\" fill=\"none\"><path d=\"M0.5 43.5V0.5H43.5\" stroke=\"%23010101\"/></svg>") no-repeat left top;
  background-size: contain;
}
.home-work__item:nth-child(2) {
  border-bottom: 1px solid #010101;
}
.home-work__item:nth-child(3) {
  border-right: 1px solid #010101;
}
.home-work__item:nth-child(4):before {
  position: absolute;
  content: "";
  width: 43px;
  height: 43px;
  right: 0;
  bottom: 0;
  background: url("data:image/svg+xml,<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"44\" height=\"44\" viewBox=\"0 0 44 44\" fill=\"none\"><path d=\"M43 0V43H0\" stroke=\"black\"/></svg>") no-repeat left top;
  background-size: contain;
}
.home-work__item h3 {
  margin-bottom: 16px;
}
@media (max-width: 1200px) {
  .home-work__item h3 {
    font-size: 48px;
  }
}
@media (max-width: 768px) {
  .home-work__item {
    width: 100%;
    border: none;
    min-height: initial;
    padding: 24px 0;
    border-bottom: 1px solid #010101;
  }
  .home-work__item:first-child {
    border-right: none;
    padding-top: 0;
  }
  .home-work__item:first-child:before {
    display: none;
  }
  .home-work__item:nth-child(3) {
    border-right: none;
  }
  .home-work__item:nth-child(4) {
    border-bottom: none;
    padding-bottom: 0;
  }
  .home-work__item:nth-child(4):before {
    display: none;
  }
  .home-work__item-desc br {
    display: none;
  }
}
.home-work__wrap {
  display: flex;
  align-items: center;
}
@media (max-width: 991px) {
  .home-work__wrap {
    flex-direction: column;
  }
}
.home-work__left {
  width: 55%;
}
@media (max-width: 991px) {
  .home-work__left {
    width: 100%;
    margin-bottom: 32px;
  }
}
.home-work__right {
  width: 45%;
  padding-left: 48px;
}
.home-work__right h2 {
  margin-bottom: 32px;
}
.home-work__right p {
  max-width: 370px;
  margin-left: auto;
}
@media (max-width: 991px) {
  .home-work__right {
    width: 100%;
    padding-left: 0;
  }
  .home-work__right p {
    max-width: 100%;
    margin: 0;
  }
}
@media (max-width: 568px) {
  .home-work__right h2 {
    margin-bottom: 16px;
  }
}

.founders {
  position: relative;
}
.founders__animation {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 700px;
  z-index: -1;
}
@media (max-width: 991px) {
  .founders__animation {
    display: none;
  }
}
.founders__wrap {
  max-width: 900px;
  margin-left: auto;
  display: flex;
  justify-content: space-between;
}
@media (max-width: 991px) {
  .founders__wrap {
    max-width: 100%;
    flex-direction: column;
  }
}
.founders__title {
  margin: 0;
  max-width: 450px;
  padding-right: 30px;
}
@media (max-width: 991px) {
  .founders__title {
    max-width: 100%;
    padding-right: 0;
    margin-bottom: 48px;
  }
}
.founders__list {
  max-width: 320px;
}
@media (max-width: 991px) {
  .founders__list {
    max-width: 100%;
  }
}
.founders__item {
  border-bottom: 1px solid #FFF3E1;
  padding: 72px 0;
}
.founders__item:first-child {
  padding-top: 0;
}
.founders__item:last-child {
  padding-bottom: 0;
  border: none;
}
.founders__item-title {
  margin-bottom: 16px;
}
@media (max-width: 991px) {
  .founders__item {
    padding: 48px 0;
  }
  .founders__item:last-child {
    padding-bottom: 0;
  }
}

.reviews__title {
  max-width: 550px;
  margin-bottom: 24px;
}
@media (max-width: 991px) {
  .reviews__title {
    margin-bottom: 32px;
  }
}
.reviews__item {
  color: #000;
  background: #FFF3E1;
  padding: 32px;
  margin-bottom: 24px;
}
.reviews__item-img {
  margin-bottom: 96px;
}
.reviews__item-img img {
  max-height: 40px;
  width: auto;
  -o-object-fit: contain;
     object-fit: contain;
}
.reviews__item:last-child {
  margin-bottom: 0;
}
@media (max-width: 991px) {
  .reviews__item {
    margin-bottom: 16px;
  }
  .reviews__item-img {
    margin-bottom: 24px;
  }
}
@media (max-width: 568px) {
  .reviews__item {
    padding: 24px;
  }
  .reviews__item-img {
    margin-bottom: 16px;
  }
  .reviews__item-img img {
    max-height: 32px;
  }
}
.reviews__list {
  display: flex;
  justify-content: space-between;
  margin: 0 -12px;
  align-items: flex-end;
}
.reviews__list-g {
  padding: 0 12px;
  width: 50%;
}
@media (max-width: 991px) {
  .reviews__list {
    flex-direction: column;
  }
  .reviews__list-g {
    width: 100%;
  }
  .reviews__list-1 {
    margin-bottom: 16px;
  }
}

.cards__title {
  max-width: 270px;
  margin-bottom: 12px;
}
.cards__list {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -12px;
}
@media (max-width: 768px) {
  .cards__list {
    margin: 0 -8px;
  }
}
.cards__item {
  background: #FFF3E1;
  color: #000;
  height: 100%;
  padding: 32px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}
.cards__item h4 {
  margin-bottom: 16px;
}
.cards__item.big {
  width: 50%;
}
.cards__item-wrap {
  width: 25%;
  padding: 12px;
  min-height: 306px;
}
.cards__item-wrap.big {
  width: 50%;
}
.cards__item-wrap.big .cards__item {
  position: relative;
}
.cards__item-wrap.big .cards__item:before {
  width: 43px;
  height: 43px;
  content: "";
  position: absolute;
  right: 32px;
  top: 32px;
  background: url("data:image/svg+xml,<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"44\" height=\"44\" viewBox=\"0 0 44 44\" fill=\"none\"><path d=\"M43 43.5V0.5H0\" stroke=\"%23010101\"/></svg>") no-repeat center center;
  background-size: contain;
}
.cards__item-wrap.empty {
  opacity: 0;
}
@media (max-width: 991px) {
  .cards__item-wrap.empty {
    display: none;
  }
}
@media (max-width: 991px) {
  .cards__item-wrap {
    width: 50%;
  }
}
@media (max-width: 768px) {
  .cards__item-wrap {
    width: 100%;
    min-height: initial;
    padding: 8px;
  }
  .cards__item-wrap.big {
    width: 100%;
  }
  .cards__item-wrap.big .cards__item:before {
    display: none;
  }
}
@media (max-width: 768px) {
  .cards__item {
    padding: 24px;
  }
}
