@charset "UTF-8";
/* 
Attention!

Do not make direct changes to the main.css file.

This file is automatically generated using the SCSS compiler. Any manual changes made to it will be lost if someone runs the SCSS compilation.

To make changes, use the style.css file.

Why is this important?
- main.css is automatically generated.
- Manual changes will be overwritten during SCSS compilation.
- Use style.css for edits if you’re not working with SCSS.

*/
@font-face {
  font-family: "Inter";
  src: url("../fonts/InterVariable.woff2") format("woff2");
  font-weight: 100 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Inter";
  src: url("../fonts/Inter-Italic.woff2") format("woff2");
  font-optical-sizing: auto;
  font-weight: 100 900;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "DS-Digital";
  src: url("../fonts/DS-Digital-Bold.woff2") format("woff2");
  font-optical-sizing: auto;
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
:root {
  /* 
  Attention!

  Do not make direct changes to the main.css file.

  This file is automatically generated using the SCSS compiler. Any manual changes made to it will be lost if someone runs the SCSS compilation.

  To make changes, use the style.css file.

  Why is this important?
  - main.css is automatically generated.
  - Manual changes will be overwritten during SCSS compilation.
  - Use style.css for edits if you’re not working with SCSS.

  */
  --black: #000000;
  --white: #fff;
  --brandColor: #c4f934;
  --hiddenText: #e2e2e2;
  --backgrounds-primary: #f2f2f7;
  --gradient: linear-gradient(234deg, #f4f90f 25.54%, #0ff9c0 73.38%);
  --hoverBtnGradient: linear-gradient(234deg, #f4f90f 25.54%, #0ff9c0 73.38%);
  --borderColor: #bbb;
  --borderAlphaColor: rgba(255, 255, 255, 0.15);
  --greyFaqColor: #767676;
  --lightGreyColor: #80848d;
  --greyColor: #545454;
  --greyNumbers: #737373;
  --greyBorder: rgba(205, 214, 218, 0.45);
  --normalColor: rgba(255, 255, 255, 0.5);
  --grey-color-81: rgba(242, 242, 247, 0.81);
  --greyColorPopup: #6a778b;
  --redColor: red;
  --review-bg: rgba(23, 23, 23, 1);
  --transition-color: color 250ms cubic-bezier(0.4, 0, 0.2, 1);
  --transition-bg: background-color 250ms cubic-bezier(0.4, 0, 0.2, 1);
  --transition-shadow: box-shadow 250ms cubic-bezier(0.4, 0, 0.2, 1);
  --transition-border-color: border-color 250ms cubic-bezier(0.4, 0, 0.2, 1);
  --transition-stroke-color: stroke 250ms cubic-bezier(0.4, 0, 0.2, 1);
  --transition-opacity: opacity 250ms cubic-bezier(0.4, 0, 0.2, 1);
  --transition-visibility: visibility 250ms cubic-bezier(0.4, 0, 0.2, 1);
  --cubic: cubic-bezier(0.4, 0, 0.2, 1);
  --animation-styles: 300ms cubic-bezier(0.4, 0, 0.2, 1);
  --fast-animation: 200ms cubic-bezier(0.4, 0, 0.2, 1);
  --mobile-photo-1: url('../img/service-imgs/bgWebMobile2x.jpg');
  --mobile-photo-2: url('../img/service-imgs/bgAppMobile2x.jpg');
  --mobile-photo-3: url('../img/service-imgs/bgCrmMobile2x.jpg');
  --mobile-photo-4: url('../img/service-imgs/bgLogoMobile2x.jpg');
  --tablet-photo-1: url('../img/service-imgs/bgWebTablet2x.jpg');
  --tablet-photo-2: url('../img/service-imgs/bgAppTablet2x.jpg');
  --tablet-photo-3: url('../img/service-imgs/bgCrmTablet2x.jpg');
  --tablet-photo-4: url('../img/service-imgs/bgLogoTablet2x.jpg');
  --desktop-photo-1: url('../img/service-imgs/bgWebMax2x.jpg');
  --desktop-photo-2: url('../img/service-imgs/bgAppMax2x.jpg');
  --desktop-photo-3: url('../img/service-imgs/bgCrmMax2x.jpg');
  --desktop-photo-4: url('../img/service-imgs/bgLogoMax2x.jpg');
}

*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-tap-highlight-color: transparent;
}

pre {
  white-space: pre-wrap;
  word-wrap: break-word;
  overflow-wrap: break-word;
}

.skip-link {
  display: none;
}

ul,
ol {
  padding-left: 0;
}

ul {
  list-style: none;
}

h1,
h2,
h3,
h4,
h5,
h6,
p,
ul,
ol,
dl {
  margin-block: 0;
}

h2,
h3,
h4,
h5,
h6 {
  line-height: 1.3;
}

dd {
  margin-left: 0;
}

fieldset {
  margin-left: 0;
  padding: 0;
  border: none;
}

input,
textarea,
select,
button {
  font: inherit;
}

html {
  height: 100%;
}

html {
  scroll-behavior: smooth;
  scrollbar-width: thin;
}

a {
  display: block;
  color: currentColor;
  text-decoration: none;
}

@media (pointer: fine) {
  button {
    cursor: pointer;
  }
}
img,
svg {
  display: block;
  max-width: 100%;
  height: auto;
}

html {
  scrollbar-width: thin;
  scrollbar-color: rgb(115, 115, 115) rgb(196, 249, 52);
  scrollbar-gutter: stable;
  background-color: #000;
}

::-webkit-scrollbar {
  width: 8px;
  height: 8px;
}

::-webkit-scrollbar-thumb {
  background-color: rgb(115, 115, 115);
  border-radius: 10px;
}

::-webkit-scrollbar-track {
  background-color: rgb(196, 249, 52);
  border-radius: 10px;
}

::-webkit-scrollbar-corner {
  background-color: rgb(196, 249, 52);
}

.hide {
  display: none !important;
}

.page-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  min-height: 100vh;
}
.page-wrap main {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

section {
  padding: 80px 0;
}
@media screen and (min-width: 768px) {
  section {
    padding: 80px 0;
  }
}
@media screen and (min-width: 1280px) {
  section {
    padding: 100px 0;
  }
}
@media screen and (min-width: 1440px) {
  section {
    padding: 120px 0;
  }
}

.container {
  width: 100%;
  margin: 0 auto;
  padding: 0 16px;
}
@media screen and (min-width: 480px) {
  .container {
    max-width: 480px;
  }
}
@media screen and (min-width: 768px) {
  .container {
    max-width: 768px;
  }
}
@media screen and (min-width: 1280px) {
  .container {
    max-width: 1280px;
    padding: 0 200px 0 16px;
  }
}
@media screen and (min-width: 1440px) {
  .container {
    max-width: 1440px;
  }
}

.visually-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  border: 0;
  padding: 0;
  white-space: nowrap;
  clip-path: inset(100%);
  clip: rect(0 0 0 0);
  overflow: hidden;
}

.is-hidden {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}

.title,
h2 {
  font-size: 36px;
  font-weight: 300;
  line-height: 120%;
  color: var(--white);
  -webkit-transition: var(--transition-color);
  transition: var(--transition-color);
  text-transform: lowercase;
}
@media (hover: hover) and (pointer: fine) {
  .title:hover,
  h2:hover {
    color: var(--brandColor);
  }
}
@media screen and (min-width: 768px) {
  .title,
  h2 {
    font-weight: 400;
    font-size: 40px;
  }
}
@media screen and (min-width: 1280px) {
  .title,
  h2 {
    font-size: 50px;
  }
}

.cmplz-subtitle {
  font-size: 28px;
  font-weight: 300;
  line-height: 120%;
  color: var(--white);
  -webkit-transition: var(--transition-color);
  transition: var(--transition-color);
  text-transform: lowercase;
}
@media screen and (min-width: 768px) {
  .cmplz-subtitle {
    font-weight: 400;
    font-size: 36px;
  }
}
@media screen and (min-width: 1280px) {
  .cmplz-subtitle {
    font-size: 44px;
  }
}

#cmplz-document {
  max-width: none;
  padding: 20px 16px;
}

summary {
  padding: 8px 60px 8px 20px !important;
  position: relative;
}

.cmplz-service-header > div::after {
  position: absolute !important;
  top: 50% !important;
  right: 20px !important;
  -webkit-transform: translateY(-50%) !important;
          transform: translateY(-50%) !important;
}

.cookies-per-purpose h4,
.cookies-per-purpose h5,
.cookies-per-purpose a,
.cookies-per-purpose div {
  color: #000;
}

.screen-reader-text {
  display: none;
}

/*-------------- post page -------------*/
.post-text ul {
  padding-left: 20px;
  list-style: disc;
}
.post-text ol {
  padding-left: 20px;
  list-style: decimal;
}
.post-text h1,
.post-text h2,
.post-text h3,
.post-text h4,
.post-text h5,
.post-text h6 {
  margin-block: 1em;
  line-height: 1.2;
  font-weight: bold;
}
.post-text p {
  margin-block: 1em;
  line-height: 1.6;
}
.post-text ul,
.post-text ol {
  margin-block: 1em;
}
.post-text li {
  margin-bottom: 0.5em;
}
.post-text dl {
  margin-block: 1em;
}
.post-text dd {
  margin-left: 20px;
}
.post-text {
  /* Заголовки блогу */
}
.post-text h1 {
  font-size: 2.5rem;
}
.post-text h2 {
  font-size: 2rem;
  margin-bottom: 0.75em;
}
.post-text h3 {
  font-size: 1.75rem;
  margin-bottom: 0.75em;
}
.post-text h4,
.post-text h5,
.post-text h6 {
  font-size: 1.5rem;
  margin-bottom: 0.5em;
}
.post-text blockquote {
  margin-block: 1.5em;
  padding: 1em;
  border-left: 4px solid #ccc;
  background-color: #f9f9f9;
  font-style: italic;
}
.post-text a {
  text-decoration: underline;
  -webkit-transition: var(--transition-opacity);
  transition: var(--transition-opacity);
  opacity: 1;
}
.post-text a:hover {
  opacity: 0.8;
}
.post-text table {
  width: 100%;
  border-collapse: collapse;
  margin-block: 1.5em;
}
.post-text th,
.post-text td {
  border: 1px solid #ddd;
  padding: 8px;
  text-align: left;
}
.post-text th {
  background-color: #f4f4f4;
}
.post-text img {
  border-radius: 12px;
}
.post-text .post-page-title {
  margin-block: 0;
}
.post-text .post-page-content {
  margin-top: 2.5em;
}
.post-text b,
.post-text strong {
  font-weight: 700;
}

.alignright {
  float: right;
  margin: 0 0 1em 2em;
}

.alignleft {
  float: left;
  margin: 0 2em 1em 0;
}

.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 1em;
}

.btn {
  width: 100%;
  padding: 16px 40px;
  position: relative;
  border: none;
  background: var(--brandColor);
  color: var(--black);
  cursor: pointer;
}
.btn .sub-btn-text {
  display: block;
  color: var(--black);
  font-weight: 700;
  letter-spacing: -0.16px;
  text-transform: uppercase;
  text-align: left;
  position: relative;
  z-index: 333;
}
.btn::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  background: var(--hoverBtnGradient);
  opacity: 0;
  -webkit-transition: opacity var(--animation-styles);
  transition: opacity var(--animation-styles);
}
.btn:not([disabled]):hover::after {
  opacity: 1;
}
.btn:not([disabled]):focus::after {
  opacity: 1;
}
@media screen and (min-width: 768px) {
  .btn {
    display: block;
    max-width: 342px;
  }
}

.btn-text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-weight: 400;
  font-size: 16px;
  line-height: 115%;
  text-transform: uppercase;
  text-align: center;
  color: var(--white);
  background-color: var(--blue);
  border-radius: 60px;
  width: 170px;
  height: 48px;
}

.btn-icon-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-color: var(--blue);
  width: 48px;
  height: 48px;
  border-radius: 50%;
}

.btn-orange .btn-text,
.btn-orange .btn-icon-wrapper {
  -webkit-box-shadow: inset 0 0 10px 0 #ffecbe;
          box-shadow: inset 0 0 10px 0 #ffecbe;
  background: #df9f01;
}

/* --------------------------- */
.scroll-top {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
  display: none;
  color: var(--brandColor);
}
.scroll-top.scroll-t-appear {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.scroll-top {
  cursor: pointer;
  position: fixed;
  bottom: 25px;
  right: 25px;
  width: 49px;
  height: 49px;
  border: 1px solid var(--white);
  border-radius: 50%;
  background-color: #000;
  -webkit-transition: all 250ms cubic-bezier(0.4, 0, 0.2, 1);
  transition: all 250ms cubic-bezier(0.4, 0, 0.2, 1);
  z-index: 996;
}
.scroll-top > svg {
  width: 28px;
  height: 28px;
  min-width: 28px;
  min-width: 28px;
  -webkit-transition: all 250ms cubic-bezier(0.4, 0, 0.2, 1);
  transition: all 250ms cubic-bezier(0.4, 0, 0.2, 1);
}
@media (hover: hover) and (pointer: fine) {
  .scroll-top:hover {
    background-color: var(--brandColor);
    border-color: transparent;
  }
  .scroll-top:hover > svg {
    color: var(--black);
  }
}
@media screen and (min-width: 1280px) {
  .scroll-top {
    z-index: 999;
  }
}

.iti {
  display: block !important;
}

.iti__country-container {
  z-index: 12;
}

.iti__country-container {
  font-family: inherit;
  font-size: 16px;
  scrollbar-color: currentColor transparent;
}
.iti__country-container #iti-0__dropdown-content,
.iti__country-container input {
  background-color: #000;
  color: currentColor;
  outline: none;
}
.iti__country-container .iti__dial-code {
  color: currentColor;
}

.iti__arrow {
  border-top-color: white !important;
}

.iti--inline-dropdown .iti__dropdown-content {
  border: 1px solid #545454 !important;
  border-radius: 0 !important;
  overflow: hidden;
}

.iti--allow-dropdown .iti__country-container:not(:has(+ input[disabled])):not(:has(+ input[readonly])) .iti__selected-country-primary:hover,
.iti--allow-dropdown .iti__country-container:not(:has(+ input[disabled])):not(:has(+ input[readonly])) .iti__selected-country:has(+ .iti__dropdown-content:hover) .iti__selected-country-primary {
  background-color: transparent !important;
}

.header {
  padding-top: 24px;
}

.header-container {
  padding-right: 16px;
}

.header-logo-wrap,
.header-logo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.header-logo-text {
  color: var(--white);
  font-weight: 400;
  font-size: 14px;
  line-height: 120%;
  letter-spacing: 0.07em;
  text-align: center;
}

.hero-section {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  height: 100%;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#000), color-stop(100%, rgba(0, 0, 0, 0)), to(#000)), url("../img/page-home/hero-decor-img.avif");
  background-image: linear-gradient(180deg, #000 0%, rgba(0, 0, 0, 0) 100%, #000 100%), url("../img/page-home/hero-decor-img.avif");
  background-size: 440px 440px, 440px 440px;
  background-repeat: no-repeat;
  background-position: top -50px left -120px, top -50px left -120px;
}
@media screen and (max-width: 767px) {
  .hero-section {
    height: calc(100svh - 150px);
    max-height: 900px;
  }
}
@media screen and (min-width: 768px) {
  .hero-section {
    padding: 160px 0;
    background-image: url("../img/icons/big-logo.svg"), -webkit-gradient(linear, left top, left bottom, from(#000), color-stop(47.46%, rgba(0, 0, 0, 0)), to(#000)), url("../img/page-home/hero-decor-img.avif");
    background-image: url("../img/icons/big-logo.svg"), linear-gradient(180deg, #000 0%, rgba(0, 0, 0, 0) 47.46%, #000 100%), url("../img/page-home/hero-decor-img.avif");
    background-size: 220px 225px, 900px 900px, 900px 900px;
    background-position: top 140px left -20px, -275px center, -275px center;
  }
}
@media screen and (min-width: 1280px) {
  .hero-section {
    padding: 70px 0;
    background-image: url("../img/icons/big-logo.svg"), -webkit-gradient(linear, left top, left bottom, from(#000), color-stop(47.46%, rgba(0, 0, 0, 0)), to(#000)), url("../img/page-home/hero-decor-img.avif"), -webkit-gradient(linear, left top, left bottom, from(#000), color-stop(47.46%, rgba(0, 0, 0, 0)), to(#000)), url("../img/page-home/hero-decor-img.avif");
    background-image: url("../img/icons/big-logo.svg"), linear-gradient(180deg, #000 0%, rgba(0, 0, 0, 0) 47.46%, #000 100%), url("../img/page-home/hero-decor-img.avif"), linear-gradient(180deg, #000 0%, rgba(0, 0, 0, 0) 47.46%, #000 100%), url("../img/page-home/hero-decor-img.avif");
    background-size: 292px 298px, 496px 348px, 496px 348px, 432px 304px, 432px 304px;
    background-position: top 10px left 80px, bottom 10px left -110px, bottom 10px left -110px, bottom 120px right 0, bottom 120px right 0;
  }
}
@media screen and (min-width: 1440px) {
  .hero-section {
    padding: 80px 0;
    background-image: url("../img/icons/big-logo.svg"), -webkit-gradient(linear, left top, left bottom, from(#000), color-stop(47.46%, rgba(0, 0, 0, 0)), to(#000)), url("../img/page-home/hero-decor-img.avif"), -webkit-gradient(linear, left top, left bottom, from(#000), color-stop(47.46%, rgba(0, 0, 0, 0)), to(#000)), url("../img/page-home/hero-decor-img.avif");
    background-image: url("../img/icons/big-logo.svg"), linear-gradient(180deg, #000 0%, rgba(0, 0, 0, 0) 47.46%, #000 100%), url("../img/page-home/hero-decor-img.avif"), linear-gradient(180deg, #000 0%, rgba(0, 0, 0, 0) 47.46%, #000 100%), url("../img/page-home/hero-decor-img.avif");
    background-size: 292px 298px, 496px 348px, 496px 348px, 432px 304px, 432px 304px;
    background-position: top 20px left 120px, bottom 10px left -110px, bottom 10px left -110px, bottom 120px right 0, bottom 120px right 0;
  }
}

.hero-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (min-width: 1280px) {
  .hero-container {
    padding-right: 16px;
  }
}
@media screen and (max-width: 767px) {
  .hero-container {
    margin-top: auto;
    margin-bottom: auto;
  }
}

.hero-slogan-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 16px;
}
@media screen and (min-width: 768px) {
  .hero-slogan-wrap {
    gap: 20px;
    padding-right: 140px;
  }
}
@media screen and (min-width: 1280px) {
  .hero-slogan-wrap {
    padding-right: 0;
  }
}

.hero-slogan-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 4px;
  color: var(--white);
  font-size: 10px;
  line-height: 120%;
}
@media (pointer: fine) {
  .hero-slogan-link {
    cursor: pointer;
  }
}
.hero-slogan-link {
  -webkit-transition: var(--transition-color);
  transition: var(--transition-color);
}
@media (hover: hover) and (pointer: fine) {
  .hero-slogan-link:hover svg {
    color: var(--brandColor);
  }
}
.hero-slogan-link:focus svg {
  color: var(--brandColor);
}
@media screen and (min-width: 768px) {
  .hero-slogan-link {
    font-size: 14px;
  }
}

.hero-slogan-link-text {
  width: 50px;
  color: var(--white);
  font-size: 10px;
  font-weight: 300;
  line-height: 1.5;
  letter-spacing: 0.07em;
  -webkit-transition: var(--transition-color);
  transition: var(--transition-color);
  white-space: nowrap;
}
@media screen and (min-width: 768px) {
  .hero-slogan-link-text {
    width: 70px;
    font-size: 14px;
  }
}

.hero-slogan-text {
  font-size: 24px;
  font-weight: 300;
  line-height: 1.2;
}
@media screen and (min-width: 768px) {
  .hero-slogan-text {
    font-size: 40px;
  }
}
@media screen and (min-width: 1280px) {
  .hero-slogan-text {
    font-size: 56px;
  }
}

.hero-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 16px;
  font-weight: 400;
  font-size: 48px;
  line-height: 1.4;
  letter-spacing: 0.02em;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .hero-title {
    gap: 60px;
    font-size: 72px;
    padding-left: 100px;
  }
}
@media screen and (min-width: 1280px) {
  .hero-title {
    font-size: 92px;
    padding-left: 0;
  }
}
@media screen and (min-width: 1440px) {
  .hero-title {
    font-size: 94px;
  }
}

.hero-title::after {
  content: "";
  display: block;
  width: 124px;
  height: 31px;
  background-image: url("/wp-content/themes/purevibestyle/img/hero-img/decor-hero.svg");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}
@media screen and (min-width: 768px) {
  .hero-title::after {
    width: 171px;
    height: 35px;
  }
}
@media screen and (min-width: 1280px) {
  .hero-title::after {
    width: 209px;
    height: 42px;
  }
}

.hero-text-wrapper {
  position: relative;
  overflow: hidden;
  margin-top: 40px;
}

.hero-main-text {
  font-weight: 300;
  font-size: 44px;
  line-height: 1.3;
  text-transform: lowercase;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .hero-main-text {
    font-size: 60px;
  }
}
@media screen and (min-width: 1280px) {
  .hero-main-text {
    font-size: 68px;
  }
}

/*---------------------------*/
@-webkit-keyframes animation1 {
  0% {
    -webkit-transform: translate(40%, -20%);
            transform: translate(40%, -20%);
  }
  25% {
    -webkit-transform: translate(-150%, 40%);
            transform: translate(-150%, 40%);
  }
  50% {
    -webkit-transform: translate(-50%, 110%);
            transform: translate(-50%, 110%);
  }
  75% {
    -webkit-transform: translate(100%, 50%);
            transform: translate(100%, 50%);
  }
  100% {
    -webkit-transform: translate(40%, -20%);
            transform: translate(40%, -20%);
  }
}
@keyframes animation1 {
  0% {
    -webkit-transform: translate(40%, -20%);
            transform: translate(40%, -20%);
  }
  25% {
    -webkit-transform: translate(-150%, 40%);
            transform: translate(-150%, 40%);
  }
  50% {
    -webkit-transform: translate(-50%, 110%);
            transform: translate(-50%, 110%);
  }
  75% {
    -webkit-transform: translate(100%, 50%);
            transform: translate(100%, 50%);
  }
  100% {
    -webkit-transform: translate(40%, -20%);
            transform: translate(40%, -20%);
  }
}
@-webkit-keyframes animation2 {
  0% {
    -webkit-transform: translate(10%, -25%);
            transform: translate(10%, -25%);
  }
  25% {
    -webkit-transform: translate(-170%, 10%);
            transform: translate(-170%, 10%);
  }
  50% {
    -webkit-transform: translate(-80%, 70%);
            transform: translate(-80%, 70%);
  }
  75% {
    -webkit-transform: translate(35%, 20%);
            transform: translate(35%, 20%);
  }
  100% {
    -webkit-transform: translate(10%, -25%);
            transform: translate(10%, -25%);
  }
}
@keyframes animation2 {
  0% {
    -webkit-transform: translate(10%, -25%);
            transform: translate(10%, -25%);
  }
  25% {
    -webkit-transform: translate(-170%, 10%);
            transform: translate(-170%, 10%);
  }
  50% {
    -webkit-transform: translate(-80%, 70%);
            transform: translate(-80%, 70%);
  }
  75% {
    -webkit-transform: translate(35%, 20%);
            transform: translate(35%, 20%);
  }
  100% {
    -webkit-transform: translate(10%, -25%);
            transform: translate(10%, -25%);
  }
}
@-webkit-keyframes animation3 {
  0% {
    -webkit-transform: translate(-10%, -20%);
            transform: translate(-10%, -20%);
  }
  25% {
    -webkit-transform: translate(-150%, 30%);
            transform: translate(-150%, 30%);
  }
  50% {
    -webkit-transform: translate(-80%, 80%);
            transform: translate(-80%, 80%);
  }
  75% {
    -webkit-transform: translate(45%, 40%);
            transform: translate(45%, 40%);
  }
  100% {
    -webkit-transform: translate(-10%, -20%);
            transform: translate(-10%, -20%);
  }
}
@keyframes animation3 {
  0% {
    -webkit-transform: translate(-10%, -20%);
            transform: translate(-10%, -20%);
  }
  25% {
    -webkit-transform: translate(-150%, 30%);
            transform: translate(-150%, 30%);
  }
  50% {
    -webkit-transform: translate(-80%, 80%);
            transform: translate(-80%, 80%);
  }
  75% {
    -webkit-transform: translate(45%, 40%);
            transform: translate(45%, 40%);
  }
  100% {
    -webkit-transform: translate(-10%, -20%);
            transform: translate(-10%, -20%);
  }
}
@-webkit-keyframes animation4 {
  0% {
    -webkit-transform: translate(-20%, -40%);
            transform: translate(-20%, -40%);
  }
  25% {
    -webkit-transform: translate(-150%, 35%);
            transform: translate(-150%, 35%);
  }
  50% {
    -webkit-transform: translate(-80%, 100%);
            transform: translate(-80%, 100%);
  }
  75% {
    -webkit-transform: translate(35%, 40%);
            transform: translate(35%, 40%);
  }
  100% {
    -webkit-transform: translate(-20%, -40%);
            transform: translate(-20%, -40%);
  }
}
@keyframes animation4 {
  0% {
    -webkit-transform: translate(-20%, -40%);
            transform: translate(-20%, -40%);
  }
  25% {
    -webkit-transform: translate(-150%, 35%);
            transform: translate(-150%, 35%);
  }
  50% {
    -webkit-transform: translate(-80%, 100%);
            transform: translate(-80%, 100%);
  }
  75% {
    -webkit-transform: translate(35%, 40%);
            transform: translate(35%, 40%);
  }
  100% {
    -webkit-transform: translate(-20%, -40%);
            transform: translate(-20%, -40%);
  }
}
.animated-round {
  display: block;
  position: absolute;
  right: 48px;
  top: 0;
  width: 92px;
  height: 92px;
  border: none;
  border-radius: 50%;
  mix-blend-mode: multiply;
  -webkit-box-shadow: 0px 0px 27.07183px 0px rgba(0, 0, 0, 0.02) inset, 0px 0px 20.1608px 0px rgba(0, 0, 0, 0.06) inset, 0px 6.76798px 13.53596px 0px rgba(0, 0, 0, 0.04) inset, 0px 3.38398px 3.38398px 0px rgba(0, 0, 0, 0.04) inset;
          box-shadow: 0px 0px 27.07183px 0px rgba(0, 0, 0, 0.02) inset, 0px 0px 20.1608px 0px rgba(0, 0, 0, 0.06) inset, 0px 6.76798px 13.53596px 0px rgba(0, 0, 0, 0.04) inset, 0px 3.38398px 3.38398px 0px rgba(0, 0, 0, 0.04) inset;
  -webkit-filter: drop-shadow(0px 6.7679820061px 13.5359640121px rgba(0, 0, 0, 0.04));
          filter: drop-shadow(0px 6.7679820061px 13.5359640121px rgba(0, 0, 0, 0.04));
  background: -webkit-gradient(linear, left top, left bottom, from(#f4f90f), to(#8cf960));
  background: linear-gradient(180deg, #f4f90f 0%, #8cf960 100%);
  -webkit-animation: animation1 8s cubic-bezier(0.3, -0.7, 0.8, 1.7) infinite;
          animation: animation1 8s cubic-bezier(0.3, -0.7, 0.8, 1.7) infinite;
}
@media screen and (min-width: 768px) {
  .animated-round {
    width: 188px;
    height: 188px;
    top: 0;
    right: 0;
    -webkit-animation: animation2 8s cubic-bezier(0.3, -0.7, 0.8, 1.7) infinite;
            animation: animation2 8s cubic-bezier(0.3, -0.7, 0.8, 1.7) infinite;
  }
}
@media screen and (min-width: 1280px) {
  .animated-round {
    -webkit-animation: animation3 8s cubic-bezier(0.3, -0.7, 0.8, 1.7) infinite;
            animation: animation3 8s cubic-bezier(0.3, -0.7, 0.8, 1.7) infinite;
  }
}
@media screen and (min-width: 1440px) {
  .animated-round {
    width: 240px;
    height: 240px;
    -webkit-animation: animation4 8s cubic-bezier(0.3, -0.7, 0.8, 1.7) infinite;
            animation: animation4 8s cubic-bezier(0.3, -0.7, 0.8, 1.7) infinite;
  }
}

.letter-showreel {
  display: inline-block;
  will-change: transform;
}

.why-choose-section {
  background-image: url("../img/why-choose/section-bg.avif");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: top center;
}
@media screen and (min-width: 1280px) {
  .why-choose-section {
    background-image: url("../img/why-choose/section-bg.avif");
    background-size: contain;
    background-repeat: no-repeat;
    background-position: top left -20%;
  }
}

.why-choose-title {
  margin-bottom: 32px;
}
@media screen and (min-width: 1280px) {
  .why-choose-title {
    margin-bottom: 56px;
    text-align: center;
  }
}

@media screen and (min-width: 768px) {
  .why-choose-card-wrap {
    display: grid;
    gap: 24px;
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: repeat(3, 1fr);
  }
}
@media screen and (min-width: 1440px) {
  .why-choose-card-wrap {
    grid-template-columns: repeat(3, 1fr);
    grid-template-rows: repeat(2, 1fr);
  }
}

.wc-card {
  display: grid;
  grid-template-rows: auto 1fr auto;
  padding: 24px;
  height: auto;
  width: 100%;
  background-color: #111111;
  background-image: url("../img/why-choose/bg-1.avif");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  -webkit-transition: background var(--animation-styles);
  transition: background var(--animation-styles);
  overflow: hidden;
}
@media screen and (min-width: 1280px) {
  .wc-card {
    padding: 32px 24px;
  }
}

.wc-card:first-child {
  position: relative;
  background-image: url("../img/why-choose/bg-hover.avif");
  background-repeat: no-repeat, no-repeat;
  background-position: center, center;
  background-size: cover, cover;
}

@media screen and (min-width: 1280px) {
  .wc-card:not(:first-child):hover {
    background-image: url("../img/why-choose/bg-hover.avif");
    background-repeat: no-repeat, no-repeat;
    background-position: center, center;
    background-size: cover, cover;
  }
}

.wc-card:not(:last-child) {
  margin-bottom: 24px;
}
@media screen and (min-width: 768px) {
  .wc-card:not(:last-child) {
    margin-bottom: 0;
  }
}

.wc-card-title {
  margin-bottom: 16px;
  color: var(--white);
  font-size: 24px;
  line-height: 134%;
  text-transform: lowercase;
  font-weight: 400;
}
@media screen and (min-width: 1280px) {
  .wc-card-title {
    margin-bottom: 8px;
    line-height: 120%; /* 28.8px */
  }
}

.wc-card-text {
  color: rgba(242, 242, 247, 0.81);
  font-size: 16px;
  line-height: 125%;
}
.wc-card-text > span {
  color: var(--brandColor);
  font-size: 20px;
}

.wc-icon {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 60px;
  height: 60px;
  margin-bottom: 16px;
}
@media screen and (min-width: 1280px) {
  .wc-icon {
    width: 84px;
    height: 84px;
  }
}

.wc-icon::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 40%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 33px;
  height: 33px;
  border-radius: 50%;
  background-color: var(--brandColor);
  -webkit-filter: blur(28px);
          filter: blur(28px);
}

.why-choose-btn {
  position: absolute;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: start;
  right: 12px;
  top: 12px;
  padding: 12px;
  width: 154px;
  font-weight: 700;
  font-size: 13px;
  line-height: 162%;
  letter-spacing: -0.01em;
}
@media screen and (min-width: 1280px) {
  .why-choose-btn {
    padding: 16px;
    right: 16px;
    top: 16px;
    width: 154px;
    height: 38px;
  }
}

.service-section {
  background-image: url("../img/service-imgs/bg-serv.svg");
  background-position: top 0 left 0;
  background-repeat: no-repeat;
  background-size: 300px 100%;
}

.service-title {
  text-align: right;
  margin-bottom: 32px;
}
@media screen and (min-width: 768px) {
  .service-title {
    margin-bottom: 0px;
  }
}
@media screen and (min-width: 1280px) {
  .service-title {
    padding-right: 0px;
  }
}
.services-top-wrap {
  margin-bottom: 32px;
}
@media screen and (min-width: 768px) {
  .services-top-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
@media screen and (min-width: 1280px) {
  .services-top-wrap {
    margin-bottom: 56px;
  }
}

.services-top-rated-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 16px;
}

.services-top-rated-wrap > svg {
  width: 48px;
  height: 48px;
}
@media screen and (min-width: 1280px) {
  .services-top-rated-wrap > svg {
    width: 40px;
    height: 40px;
  }
}

.services-top-rated-text {
  font-weight: 400;
  font-size: 20px;
  line-height: 124%;
}
@media screen and (min-width: 1280px) {
  .services-top-rated-text {
    font-weight: 500;
    font-size: 24px;
  }
}

.service-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media screen and (min-width: 768px) {
  .service-list {
    -ms-flex-pack: distribute;
        justify-content: space-around;
  }
}
@media screen and (min-width: 1280px) {
  .service-list {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

.service-list-item {
  position: relative;
  width: 100%;
  height: 335px;
  border-top: 1px solid var(--greyBorder);
}
@media screen and (min-width: 768px) {
  .service-list-item {
    width: 335px;
  }
}
@media screen and (min-width: 1280px) {
  .service-list-item {
    width: 297px;
    height: 520px;
    border-top: none;
    border-left: 1px solid var(--greyBorder);
  }
}

.service-list-item:last-child {
  border-bottom: 1px solid var(--greyBorder);
}
@media screen and (min-width: 1280px) {
  .service-list-item:last-child {
    border-bottom: none;
    border-right: 1px solid var(--greyBorder);
  }
}

.service-list-item-link {
  width: 100%;
  height: 100%;
  padding: 0 24px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  cursor: pointer;
}

.sc-item-text-wrap {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 16px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  z-index: 2;
  opacity: 1;
  -webkit-transition: var(--transition-opacity);
  transition: var(--transition-opacity);
}

@media (hover: hover) and (pointer: fine) {
  .service-list-item:hover .sc-item-text-wrap {
    opacity: 0;
  }
}
.service-list-item.active .sc-item-text-wrap {
  opacity: 0;
}

.service-list-item-number {
  color: var(--greyNumbers);
  font-family: "Inter";
  font-size: 32px;
  font-weight: 700;
  line-height: 120%;
}

.service-list-item-text {
  color: var(--white);
  font-size: 24px;
  font-weight: 400;
  line-height: 132%;
}
@media screen and (min-width: 1280px) {
  .service-list-item-text {
    font-size: 32px;
  }
}

.service-video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  -o-object-fit: cover;
     object-fit: cover;
  z-index: 1;
  -webkit-transition: var(--transition-opacity);
  transition: var(--transition-opacity);
}
.service-video.mobile {
  display: block;
}
@media screen and (min-width: 1280px) {
  .service-video.mobile {
    display: none;
  }
}
.service-video.desktop {
  display: none;
}
@media screen and (min-width: 1280px) {
  .service-video.desktop {
    display: block;
  }
}

@media (hover: hover) and (pointer: fine) {
  .service-list-item:hover .service-video {
    opacity: 1;
  }
}
.service-list-item.active .service-video {
  opacity: 1;
}

.sc-learn-wrap {
  position: absolute;
  right: 0;
  bottom: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 16px 24px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 2px;
  background-color: var(--black);
  opacity: 0;
  -webkit-transition: var(--transition-opacity);
  transition: var(--transition-opacity);
  z-index: 3;
}
.sc-learn-wrap > svg {
  width: 24px;
  height: 24px;
}

.sc-learn-text {
  color: var(--brandColor);
  font-size: 18px;
}

@media (hover: hover) and (pointer: fine) {
  .service-list-item:hover .sc-learn-wrap {
    opacity: 1;
  }
}
.service-list-item.active .sc-learn-wrap {
  opacity: 1;
}

.sc-play-icon {
  position: absolute;
  right: 16px;
  bottom: 16px;
  opacity: 1;
  -webkit-transition: var(--transition-opacity);
  transition: var(--transition-opacity);
}

.sc-play-icon > svg {
  width: 40px;
  height: 40px;
}

@media (hover: hover) and (pointer: fine) {
  .service-list-item:hover .sc-play-icon {
    opacity: 0;
  }
}
.service-list-item.active .sc-play-icon {
  opacity: 0;
}

.showreel-content-wrap {
  width: 100%;
  margin: 0 auto;
}

.showreel-content {
  margin: 0 auto;
  width: 100%;
  aspect-ratio: 16/9;
  overflow: hidden;
}
@media screen and (min-width: 768px) {
  .showreel-content {
    aspect-ratio: 460/258;
  }
}
@media screen and (min-width: 1280px) {
  .showreel-content {
    aspect-ratio: 920/520;
  }
}
@media screen and (min-width: 1440px) {
  .showreel-content {
    aspect-ratio: 1296/729;
  }
}
.showreel-content > video {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}

.showreel-content-image {
  width: 100%;
}

.portfolio-title {
  margin-bottom: 32px;
}
@media screen and (min-width: 768px) {
  .portfolio-title {
    margin-bottom: 80px;
    text-align: right;
  }
}
@media screen and (min-width: 1280px) {
  .portfolio-title {
    margin-bottom: 56px;
  }
}

.swipers-main-wrapper {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 40px;
  min-width: 0;
}
@media screen and (min-width: 1280px) {
  .swipers-main-wrapper {
    gap: 32px;
  }
}
@media screen and (min-width: 1440px) {
  .swipers-main-wrapper {
    gap: 52px;
  }
}

.swiper-wrap {
  max-width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 40px;
}
@media screen and (min-width: 768px) {
  .swiper-wrap {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    gap: 32px;
  }
}
.personal-swiper-wrapper {
  min-width: 0;
  height: 320px;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .personal-swiper-wrapper {
    max-width: calc((100% - 32px) / 2);
  }
}
@media screen and (min-width: 1280px) {
  .personal-swiper-wrapper {
    height: 520px;
  }
}

.swiper-title {
  margin-bottom: 24px;
  color: #fff;
  font-size: 24px;
  font-weight: 400;
}
@media screen and (min-width: 1280px) {
  .swiper-title {
    margin-bottom: 32px;
    font-size: 32px;
  }
}

.portfolio-swiper {
  height: 268px;
}
@media screen and (min-width: 1280px) {
  .portfolio-swiper {
    height: 440px;
  }
}

.portfolio-swiper-back {
  height: 268px;
}
@media screen and (min-width: 1280px) {
  .portfolio-swiper-back {
    height: 440px;
  }
}

.portfolio-swiper-wrap {
  height: 230px !important;
}
@media screen and (min-width: 1280px) {
  .portfolio-swiper-wrap {
    height: 388px !important;
  }
}

.portfolio-list-item {
  display: block;
}

.portfolio-list-link {
  display: block;
  width: 100%;
  height: 100%;
}

.portfolio-list-link > img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
}

.swiper-pag-setting {
  display: block;
  position: static !important;
  height: 20px;
  width: 200px;
  margin-top: 48px;
  margin-left: auto;
  margin-right: auto;
}

.portfolio-swiper .swiper-pagination-bullet,
.portfolio-swiper-back .swiper-pagination-bullet {
  width: 16px !important;
  height: 2px !important;
  border-radius: 40px !important;
  background-color: var(--white) !important;
}
@media screen and (min-width: 1280px) {
  .portfolio-swiper .swiper-pagination-bullet,
  .portfolio-swiper-back .swiper-pagination-bullet {
    width: 18px !important;
    height: 4px !important;
    border-radius: 44px !important;
  }
}

.portfolio-swiper .swiper-pagination-bullet-active,
.portfolio-swiper-back .swiper-pagination-bullet-active {
  background-color: var(--brandColor) !important;
}

.our-clients-title {
  max-width: 260px;
  margin-bottom: 32px;
  font-style: normal;
  text-transform: lowercase;
}
@media screen and (min-width: 768px) {
  .our-clients-title {
    max-width: none;
  }
}
@media screen and (min-width: 1280px) {
  .our-clients-title {
    margin-bottom: 56px;
    text-align: center;
  }
}

.our-clients-swiper-pagination.swiper-pagination {
  position: static;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  overflow-x: auto;
  white-space: nowrap;
  gap: 8px;
  -webkit-box-pack: left;
      -ms-flex-pack: left;
          justify-content: left;
  margin-bottom: 32px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.22);
  scrollbar-width: none; /* Firefox */
  -ms-overflow-style: none; /* IE/Edge */
}
@media screen and (min-width: 1280px) {
  .our-clients-swiper-pagination.swiper-pagination {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    gap: 16px;
  }
}

.our-clients-swiper-pagination::-webkit-scrollbar {
  display: none;
}

.our-clients-swiper-pagination > .swiper-pagination-bullet {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  height: auto;
  background: none;
  padding-bottom: 8px;
  border-radius: 0;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 148%;
  opacity: 0.45;
  color: var(--white);
}
@media screen and (min-width: 1280px) {
  .our-clients-swiper-pagination > .swiper-pagination-bullet {
    padding-bottom: 16px;
  }
}

@media screen and (min-width: 768px) {
  .our-clients-swiper-pagination .swiper-pagination-bullet:last-child {
    margin-right: 100px !important;
  }
}
@media screen and (min-width: 1280px) {
  .our-clients-swiper-pagination .swiper-pagination-bullet:last-child {
    margin-right: 0 !important;
  }
}

.our-clients-swiper-pagination > .swiper-pagination-bullet-active {
  opacity: 1;
  border-bottom: 3px solid var(--brandColor);
}

@media screen and (min-width: 768px) {
  .our-clients-slide-wrap {
    min-height: 519px;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: 1fr auto;
    row-gap: 32px;
  }
}
@media screen and (min-width: 1280px) {
  .our-clients-slide-wrap {
    min-height: 465px;
    grid-template-columns: 1.1fr 1.1fr 1fr;
    grid-template-rows: auto;
    -webkit-column-gap: 24px;
       -moz-column-gap: 24px;
            column-gap: 24px;
  }
}
@media screen and (min-width: 1440px) {
  .our-clients-slide-wrap {
    min-height: auto;
  }
}

.client-text-content {
  height: 282px;
  margin-bottom: 24px;
}
@media screen and (min-width: 768px) {
  .client-text-content {
    height: 376px;
    margin-bottom: 0;
  }
}
@media screen and (min-width: 1280px) {
  .client-text-content {
    height: auto;
    padding: 24px 32px;
  }
}

.client-slide-logo {
  height: 45px;
  margin-bottom: 16px;
}
@media screen and (min-width: 1280px) {
  .client-slide-logo {
    margin-bottom: 32px;
  }
}

.client-slide-text-1 {
  margin-bottom: 16px;
  color: var(--white);
  font-size: 16px;
  font-weight: 400;
  line-height: 140%;
  font-style: italic;
}
@media screen and (min-width: 768px) {
  .client-slide-text-1 {
    font-size: 20px;
  }
}
@media screen and (min-width: 1280px) {
  .client-slide-text-1 {
    margin-bottom: 32px;
  }
}

.client-slide-text-2 {
  margin-bottom: 24px;
  color: var(--white);
  font-size: 16px;
  font-style: italic;
  font-weight: 400;
  line-height: 140%;
}
@media screen and (min-width: 1280px) {
  .client-slide-text-2 {
    margin-bottom: 32px;
    font-size: 20px;
  }
}

.client-slide-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 4px;
  margin-bottom: 24px;
  color: var(--brandColor);
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
}
@media screen and (min-width: 768px) {
  .client-slide-link {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin-bottom: 32px;
  }
}
@media screen and (min-width: 1280px) {
  .client-slide-link {
    margin-bottom: 0;
  }
}

.client-slide-link > svg {
  width: 31px;
  height: 20px;
}

.client-stat-content {
  display: grid;
  grid-template-columns: 1.22fr 1fr;
  grid-gap: 16px;
}
@media screen and (min-width: 768px) {
  .client-stat-content {
    display: block;
    grid-column: 1/-1;
  }
}
@media screen and (min-width: 1280px) {
  .client-stat-content {
    grid-column: 3;
  }
}

.client-slide-photo {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
@media screen and (min-width: 768px) {
  .client-slide-photo {
    max-width: 260px;
    justify-self: end;
  }
}
@media screen and (min-width: 1280px) {
  .client-slide-photo {
    width: 362px;
    max-width: 100%;
  }
}

.client-slide-photo-mob {
  min-height: 315px;
}
@media screen and (min-width: 768px) {
  .client-slide-photo-mob {
    display: none;
  }
}

.our-clients-swiper-slide:first-child .client-slide-photo-mob {
  -o-object-position: right;
     object-position: right;
}

.client-slide-photo-tab {
  display: none;
}
@media screen and (min-width: 768px) {
  .client-slide-photo-tab {
    display: block;
  }
}

.client-slide-stat-list {
  display: grid;
  grid-template-rows: repeat(3, 1fr);
  gap: 8px;
}
@media screen and (min-width: 768px) {
  .client-slide-stat-list {
    height: 138px;
    grid-template-rows: auto;
    grid-template-columns: repeat(3, 1fr);
    gap: 16px;
  }
}
@media screen and (min-width: 1280px) {
  .client-slide-stat-list {
    grid-template-rows: repeat(3, 1fr);
    grid-template-columns: auto;
    height: 100%;
  }
}

.client-slide-stat-item {
  padding: 8px 16px;
  background: #1f1f1f;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 8px;
}
@media screen and (min-width: 768px) {
  .client-slide-stat-item {
    padding: 16px;
    gap: 16px;
  }
}

.client-slide-stat-num {
  color: var(--white);
  font-size: 24px;
  font-style: normal;
  font-weight: 600;
  line-height: 124%;
}
@media screen and (min-width: 768px) {
  .client-slide-stat-num {
    font-size: 40px;
  }
}

.client-slide-stat-text {
  color: var(--white);
  font-size: 13px;
  font-style: normal;
  font-weight: 400;
  line-height: 124%;
}
@media screen and (min-width: 768px) {
  .client-slide-stat-text {
    font-size: 16px;
  }
}

.hww-title {
  margin-bottom: 32px;
  color: var(--white);
  font-size: 36px;
  text-transform: lowercase;
  font-style: normal;
  font-weight: 300;
  line-height: 120%;
  -webkit-transition: var(--transition-color);
  transition: var(--transition-color);
}
@media (hover: hover) and (pointer: fine) {
  .hww-title:hover {
    color: var(--brandColor);
  }
}
@media screen and (min-width: 768px) {
  .hww-title {
    margin-bottom: 56px;
    font-size: 38px;
    font-weight: 400;
  }
}
@media screen and (min-width: 1280px) {
  .hww-title {
    font-size: 50px;
  }
}

@media screen and (min-width: 1280px) {
  .hww-title.hww-title-mob {
    display: none;
  }
}

.hww-mob-wrap {
  position: relative;
}
@media screen and (min-width: 768px) {
  .hww-mob-wrap {
    border-top: 1px solid #4c4c4c;
    border-bottom: 1px solid #4c4c4c;
  }
}
@media screen and (min-width: 1280px) {
  .hww-mob-wrap {
    display: none;
  }
}

.hww-sticky-blur-top {
  position: sticky;
  z-index: 3;
  top: 234px;
  width: 100%;
  height: 100px;
  background: -webkit-gradient(linear, left top, left bottom, from(rgb(0, 0, 0)), color-stop(50%, rgba(0, 0, 0, 0.3)), to(rgba(0, 0, 0, 0)));
  background: linear-gradient(180deg, rgb(0, 0, 0) 0%, rgba(0, 0, 0, 0.3) 50%, rgba(0, 0, 0, 0) 100%);
}
@media screen and (min-width: 768px) {
  .hww-sticky-blur-top {
    top: 460px;
  }
}

.hww-sticky-blur-bottom {
  position: sticky;
  z-index: 3;
  bottom: 0;
  width: 100%;
  height: 50px;
  background: -webkit-gradient(linear, left bottom, left top, from(rgb(0, 0, 0)), to(rgba(0, 0, 0, 0)));
  background: linear-gradient(0deg, rgb(0, 0, 0) 0%, rgba(0, 0, 0, 0) 100%);
}
@media screen and (min-width: 768px) {
  .hww-sticky-blur-bottom {
    height: 56px;
  }
}

.hww-media-content-list {
  position: sticky;
  top: 0px;
  z-index: 10;
  padding-top: 20px;
  background-color: var(--black);
  min-height: 234px;
  overflow: hidden;
  margin-bottom: 40px;
}
@media screen and (min-width: 768px) {
  .hww-media-content-list {
    min-height: 460px;
  }
}

.hww-media-content-item {
  position: absolute;
  top: 20px;
  left: 0;
  width: 100%;
}
.hww-media-content-item:first-child {
  height: 218px;
  background: var(--black);
}
@media screen and (min-width: 768px) {
  .hww-media-content-item:first-child {
    height: 460px;
  }
}

.hww-text-content-list {
  position: relative;
  z-index: 2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.hww-text-content-item {
  position: relative;
  padding-left: 52px;
  padding-top: 80px;
  padding-bottom: 80px;
}
.hww-text-content-item:first-child {
  margin-top: 20px;
}
@media screen and (min-width: 768px) {
  .hww-text-content-item {
    max-width: 85%;
    padding-top: 120px;
    padding-bottom: 120px;
  }
}

.hww-content-title {
  margin-bottom: 16px;
  color: var(--white);
  font-size: 16px;
  font-weight: 500;
  line-height: 148%;
  text-transform: uppercase;
  opacity: 0.4;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
@media screen and (min-width: 768px) {
  .hww-content-title {
    font-size: 20px;
  }
}

.hww-content-text {
  color: rgba(255, 255, 255, 0.6);
  font-family: Inter;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
  opacity: 0.4;
  -webkit-transition: opacity 1s;
  transition: opacity 1s;
}

.hww-text-content-item.active .hww-content-title,
.hww-text-content-item.active .hww-content-text {
  opacity: 1;
}

.hww-content-num {
  position: absolute;
  top: 0;
  left: 0;
  width: 32px;
  height: 32px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border: 1px solid var(--brandColor);
  background-color: var(--black);
  border-radius: 100px;
  color: var(--white);
  font-size: 14px;
  font-weight: 500;
  line-height: 144%;
  -webkit-transition: var(--transition-color), var(--transition-bg);
  transition: var(--transition-color), var(--transition-bg);
}
@media screen and (min-width: 768px) {
  .hww-content-num {
    width: 36px;
    height: 36px;
    font-size: 16px;
    line-height: 148%;
  }
}

.hww-text-content-item.active .hww-content-num {
  background-color: var(--brandColor);
  color: var(--black);
}

.hww-text-content-list-wrap {
  position: relative;
}

.hww-text-content-line {
  position: absolute;
  top: 0;
  left: 16px;
  width: 1px;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.2);
  z-index: 1;
}

.hww-text-content-line-progress {
  position: absolute;
  top: 0;
  left: 0;
  width: 1px;
  height: 0%;
  background-color: var(--brandColor);
  -webkit-transition: height 0.5s ease-out;
  transition: height 0.5s ease-out;
}

.hww-video-wrapper {
  background-color: var(--black);
  display: block;
  width: 100%;
  -webkit-transition: opacity 250ms var(--cubic);
  transition: opacity 250ms var(--cubic);
}
.active .hww-video-wrapper {
  display: block;
  opacity: 1;
}
@media screen and (min-width: 1280px) {
  .hww-video-wrapper {
    width: 685px;
  }
}

.hww-video {
  width: 100%;
  height: 200px;
}
@media screen and (min-width: 768px) {
  .hww-video {
    height: 437px;
  }
}
@media screen and (min-width: 1280px) {
  .hww-video {
    height: 500px;
  }
}

.hww-sticky-aside {
  position: sticky;
  top: 50px;
}

.hww-tabs-wrapper-laptop {
  display: none;
}
@media screen and (min-width: 1280px) {
  .hww-tabs-wrapper-laptop {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    gap: 40px;
  }
}

@media screen and (min-width: 1280px) {
  .hww-aside-list {
    min-height: 70vh;
    padding: 60px 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}

@media screen and (min-width: 1280px) {
  .hww-aside-item {
    padding: 12px 0;
  }
}

@media screen and (min-width: 1280px) {
  .hww-acc-title {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    padding: 12px;
    border: transparent;
    border-radius: 100px;
    background: rgba(196, 249, 52, 0.15);
    color: var(--white);
    text-align: center;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 144%;
    text-transform: uppercase;
    -webkit-transition: var(--transition-color), var(--transition-bg);
    transition: var(--transition-color), var(--transition-bg);
  }
}

@media screen and (min-width: 1280px) {
  .hww-aside-item.active .hww-acc-title,
  .hww-aside-item:hover .hww-acc-title {
    background: rgb(196, 249, 52);
    color: var(--black);
    cursor: pointer;
  }
}

.hww-content-list-laptop {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.hww-content-item-laptop {
  height: 100vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media screen and (min-width: 1280px) {
  .hww-scroll-content-wrap-laptop {
    margin: 0 auto;
    width: 685px;
  }
}

.hww-item-photo {
  margin-bottom: 40px;
}

.hww-item-text {
  font-size: 18px;
  text-align: left;
}

.timer-section {
  background-image: url("../img/page-home/timer-section-bg.avif");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: top left 35%;
  padding: 60px 0;
  height: auto;
  margin-bottom: 40px;
}
@media screen and (min-width: 768px) {
  .timer-section {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
  }
}
@media screen and (min-width: 1280px) {
  .timer-section {
    min-height: 672px;
    padding-top: 90px;
    padding-bottom: 0;
    margin-bottom: 0;
  }
}

.timer-container {
  position: relative;
}

@media screen and (min-width: 1280px) {
  .timer-section-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 48px;
  }
}

@media screen and (min-width: 1280px) {
  .timer-section-content {
    margin-top: 64px;
  }
}

.timer-section-accent {
  font-weight: 300;
  font-size: 20px;
  line-height: 124%;
  color: var(--brandColor);
  margin-top: 12px;
  margin-bottom: 8px;
}
@media screen and (min-width: 768px) {
  .timer-section-accent {
    font-size: 22px;
    line-height: 127%;
  }
}
@media screen and (min-width: 1280px) {
  .timer-section-accent {
    font-size: 24px;
    margin-top: 32px;
    margin-bottom: 16px;
  }
}

.timer-section-subtitle {
  font-weight: 300;
  font-size: 16px;
  line-height: 144%;
  color: var(--hiddenText);
}
@media screen and (min-width: 768px) {
  .timer-section-subtitle {
    font-size: 18px;
    line-height: 169%;
    margin-bottom: 24px;
  }
}

.timer-section-btn-desk {
  display: none;
}
@media screen and (min-width: 768px) {
  .timer-section-btn-desk {
    display: block;
  }
}

.timer-section-btn-mob {
  display: block;
  margin-top: 32px;
}
@media screen and (min-width: 768px) {
  .timer-section-btn-mob {
    display: none;
  }
}

.transparent-btn {
  border: 1px solid var(--white);
  -webkit-transition: var(--transition-border-color);
  transition: var(--transition-border-color);
}
.transparent-btn svg {
  stroke: var(--white);
  -webkit-transition: var(--transition-stroke-color);
  transition: var(--transition-stroke-color);
}
.transparent-btn:hover {
  border-color: var(--brandColor);
}
.transparent-btn:hover .transparent-btn-text {
  color: var(--brandColor);
}
.transparent-btn:hover svg {
  stroke: var(--brandColor);
}

.timer-transparent-btn-desk {
  display: none;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
@media screen and (min-width: 768px) {
  .timer-transparent-btn-desk {
    padding: 17.5px 40px;
    margin-top: 24px;
    max-width: 342px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

.timer-transparent-btn-mob {
  padding: 17.5px 40px;
  margin-top: 32px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (min-width: 768px) {
  .timer-transparent-btn-mob {
    display: none;
  }
}

.transparent-btn-text {
  color: var(--white);
  font-size: 16px;
  font-weight: 400;
  line-height: 124%;
  -webkit-transition: var(--transition-color);
  transition: var(--transition-color);
  text-transform: uppercase;
}

@media screen and (min-width: 768px) {
  .timer-block {
    margin-top: 32px;
  }
}
@media screen and (min-width: 1280px) {
  .timer-block {
    margin-top: 0;
  }
}

.countdown {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row nowrap;
          flex-flow: row nowrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.countdown-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row nowrap;
          flex-flow: row nowrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-right: 16px;
  gap: 8px;
}
.countdown-block:last-child {
  margin-right: 0;
}
@media screen and (min-width: 768px) {
  .countdown-block {
    margin-right: 16px;
    gap: 12px;
  }
}
@media screen and (min-width: 1280px) {
  .countdown-block {
    margin-right: 24px;
    gap: 16px;
  }
}

.countdown-dots {
  font-size: 48px;
  margin-right: 12px;
  margin-bottom: 12px;
  color: #d1d3d4;
}
@media screen and (min-width: 768px) {
  .countdown-dots {
    margin-right: 16px;
  }
}
@media screen and (min-width: 1280px) {
  .countdown-dots {
    font-size: 90px;
    margin-bottom: 16px;
    margin-right: 24px;
  }
}

.time-elem {
  position: relative;
  font-family: "DS-Digital";
  font-size: 50px;
  font-weight: 600;
  height: 64px;
  width: 36px;
  background-image: url("../img/page-home/timer-block-bg.avif");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  left: 0;
  top: 0;
  border-radius: 6px;
  text-align: center;
  line-height: 64px;
  -webkit-box-shadow: 0px 2px 0px 0px #0e0e0e;
          box-shadow: 0px 2px 0px 0px #0e0e0e;
}
@media screen and (min-width: 768px) {
  .time-elem {
    font-size: 80px;
    height: 100px;
    width: 64px;
    line-height: 100px;
  }
}
@media screen and (min-width: 1280px) {
  .time-elem {
    height: 119px;
    width: 67px;
    font-size: 110px;
    line-height: 119px;
    -webkit-box-shadow: 0px 8px 0px 0px #0e0e0e;
            box-shadow: 0px 8px 0px 0px #0e0e0e;
  }
}

.time-elem .top,
.time-elem .bottom,
.time-elem .top-back span,
.time-elem .bottom-back span {
  background: -webkit-gradient(linear, left bottom, left top, from(#231f20), color-stop(58%, #f6f6f6), color-stop(59%, #939393), color-stop(60%, #808080), color-stop(70%, #aeaeae), color-stop(81%, #dadada), color-stop(89%, #f4f4f4), color-stop(94%, #fff));
  background: linear-gradient(0deg, #231f20 0%, #f6f6f6 58%, #939393 59%, #808080 60%, #aeaeae 70%, #dadada 81%, #f4f4f4 89%, #fff 94%);
  background-clip: text;
  -webkit-background-clip: text;
  color: transparent;
  -webkit-text-fill-color: transparent;
}

.time-element-decor {
  position: absolute;
  z-index: 6;
  top: calc(50% - 5px);
  background-image: url("../img/page-home/lines-timer.avif");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  left: 0;
  width: 100%;
  height: 10px;
}
@media screen and (min-width: 1280px) {
  .time-element-decor {
    top: calc(50% - 10px);
    height: 21px;
  }
}

.time-elem > span {
  position: absolute;
  left: 0;
  right: 0;
}

.top {
  z-index: 3;
  background: -webkit-gradient(linear, left top, left bottom, from(#363636), color-stop(49%, #333), color-stop(77%, #2b2b2b), color-stop(95%, #212121));
  background: linear-gradient(180deg, #363636 0%, #333 49%, #2b2b2b 77%, #212121 95%);
  -webkit-transform-origin: 50% 100%;
          transform-origin: 50% 100%;
  -webkit-transform: perspective(200px);
          transform: perspective(200px);
}

.time-elem .top::after,
.time-elem .bottom-back::after {
  content: "";
  position: absolute;
  z-index: -1;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  opacity: 0.8;
}

.bottom {
  z-index: 1;
  border-radius: 6px;
}

.bottom::before {
  content: "";
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 50%;
  background: -webkit-gradient(linear, left top, left bottom, from(#363636), color-stop(49%, #333), color-stop(77%, #2b2b2b), color-stop(95%, #212121));
  background: linear-gradient(180deg, #363636 0%, #333 49%, #2b2b2b 77%, #212121 95%);
  border-radius: 6px;
}

.bottom-back {
  z-index: 2;
  top: 0;
  height: 50%;
  overflow: hidden;
  background: -webkit-gradient(linear, left top, left bottom, from(#363636), color-stop(49%, #333), color-stop(77%, #2b2b2b), color-stop(95%, #212121));
  background: linear-gradient(180deg, #363636 0%, #333 49%, #2b2b2b 77%, #212121 95%);
  border-radius: 6px;
}

.bottom-back span {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
}

.top,
.top-back {
  height: 50%;
  overflow: hidden;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  border-radius: 6px;
}

.top-back {
  z-index: 4;
  bottom: 0;
  -webkit-transform-origin: 50% 0;
          transform-origin: 50% 0;
  background: -webkit-gradient(linear, left top, left bottom, from(#3b3b3b), color-stop(94%, #333));
  background: linear-gradient(180deg, #3b3b3b 0%, #333 94%);
  border-bottom: 0.5px solid #494949;
  -webkit-transform: perspective(200px) rotateX(180deg);
          transform: perspective(200px) rotateX(180deg);
}

.top-back span {
  position: absolute;
  top: -100%;
  left: 0;
  right: 0;
  margin: auto;
  border-radius: 6px;
}

.timer-photo-desk {
  display: none;
}
@media screen and (min-width: 768px) {
  .timer-photo-desk {
    display: block;
    margin-top: 32px;
  }
}
@media screen and (min-width: 1280px) {
  .timer-photo-desk {
    position: absolute;
    bottom: 0;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    left: 63%;
    max-height: 62%;
    margin-top: 0;
  }
}

.timer-photo-mob {
  width: 100%;
  margin-top: 24px;
  margin-bottom: 12px;
}
@media screen and (min-width: 768px) {
  .timer-photo-mob {
    display: none;
  }
}

@media screen and (min-width: 1280px) {
  .timer-swiper {
    padding-top: 30px !important;
    max-width: 700px;
  }
}

.timer-swiper-slide {
  width: 100%;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

.timer-swiper-slide img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center center;
     object-position: center center;
}
@media screen and (min-width: 1280px) {
  .timer-swiper-slide img {
    -o-object-position: top center;
       object-position: top center;
    height: 400px;
  }
}

.timer-swiper-button-wrap {
  margin-top: 8px;
  margin-bottom: 8px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-left: auto;
  -webkit-box-pack: right;
      -ms-flex-pack: right;
          justify-content: right;
  background-color: transparent;
  padding: 12px 6px;
  max-width: 141px;
}
@media screen and (min-width: 1280px) {
  .timer-swiper-button-wrap {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-top: 24px;
    margin-top: 0;
    position: static;
    max-width: 153px;
    margin-right: 2rem;
  }
}

.what-ourclients-say {
  background-image: url("../img/page-home/reviews-video-bg.avif");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}
@media screen and (min-width: 768px) {
  .what-ourclients-say {
    background-image: url("../img/page-home/reviews-video-bg.avif"), url("../img/page-home/reviews-bg.avif");
    background-size: cover, 388px 367px;
    background-repeat: no-repeat;
    background-position: center center, left -10% bottom 25%;
  }
}

.clients-reviews-title-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 16px;
}
@media screen and (min-width: 768px) {
  .clients-reviews-title-wrapper {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

.upwork-total-rating {
  width: 232px;
  height: 74px;
  margin-left: auto;
}
@media screen and (min-width: 1280px) {
  .upwork-total-rating {
    width: 275px;
    height: 94px;
  }
}

.what-ourclients-say-video {
  position: relative;
  width: 100%;
  height: 360px;
}
@media screen and (min-width: 768px) {
  .what-ourclients-say-video {
    max-width: 263px;
    height: 411px;
  }
}

.what-ourclients-say-video::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 1px;
  height: 600px;
  background-image: url("../img/icons/video-decor-line.avif");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  z-index: 2;
  pointer-events: none;
}

.clients-reviews-video-block {
  position: relative;
}

.clients-video-swiper {
  margin-top: 32px;
}
@media screen and (min-width: 768px) {
  .clients-video-swiper {
    margin: 32px auto 0;
  }
}
@media screen and (min-width: 1280px) {
  .clients-video-swiper {
    margin-top: 138px;
    margin-bottom: 100px;
  }
}

.video-reviews-button-wrap {
  margin-top: 24px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-left: auto;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background: #171717;
  padding: 16px 6px;
  max-width: 141px;
}
@media screen and (min-width: 1280px) {
  .video-reviews-button-wrap {
    max-width: 153px;
  }
}

.clients-reviews-video-block::after {
  display: none;
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 1px;
  background-image: url("../img/icons/video-decor-line-horizontal.avif");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  z-index: 2;
  pointer-events: none;
}
@media screen and (min-width: 768px) {
  .clients-reviews-video-block::after {
    display: block;
  }
}

.decor-line-vertical1,
.decor-line-vertical2 {
  display: none;
  position: absolute;
  top: -35%;
  left: 191px;
  width: 1px;
  height: 689px;
  background-image: url("../img/icons/video-decor-line.avif");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  z-index: 0;
  pointer-events: none;
}
@media screen and (min-width: 1440px) {
  .decor-line-vertical1,
  .decor-line-vertical2 {
    display: block;
  }
}

.decor-line-vertical2 {
  left: 425px;
}

.decor-line-horizontal2 {
  display: none;
  width: 100%;
  height: 1px;
  background-image: url("../img/icons/video-decor-line-horizontal.avif");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
@media screen and (min-width: 768px) {
  .decor-line-horizontal2 {
    display: block;
    position: absolute;
    bottom: 73px;
  }
}

.clients-video-slide {
  max-width: 871px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 24px;
}
@media screen and (min-width: 768px) {
  .clients-video-slide {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    gap: 32px;
  }
}

.clients-reviews-video-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  position: relative;
}
@media screen and (min-width: 1280px) {
  .clients-reviews-video-content {
    max-width: 505px;
  }
}

.clients-reviews-quote {
  position: absolute;
  width: 87px;
  height: 76px;
  right: 0;
  top: 0;
}
@media screen and (min-width: 768px) {
  .clients-reviews-quote {
    width: 148px;
    height: 133px;
  }
}

.upwork-small-rating {
  width: 226px;
  height: 36px;
}
@media screen and (min-width: 768px) {
  .upwork-small-rating {
    width: 265px;
    height: 49px;
  }
}

.clients-reviews-slogan {
  font-size: 20px;
  line-height: 135%;
  margin: 16px 0;
}
@media screen and (min-width: 1280px) {
  .clients-reviews-slogan {
    font-size: 32px;
    line-height: 135%;
    margin: 20px 0;
  }
}

.clients-reviews-slogan-author-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 16px;
}

.clients-reviews-slogan-author {
  display: block;
  font-size: 16px;
  line-height: 134%;
  color: var(--white);
}
@media screen and (min-width: 768px) {
  .clients-reviews-slogan-author {
    font-size: 20px;
    line-height: 130%;
  }
}

.clients-reviews-slogan-ocupation {
  display: block;
  font-size: 14px;
  line-height: 124%;
  color: rgba(255, 255, 255, 0.7);
}
@media screen and (min-width: 768px) {
  .clients-reviews-slogan-ocupation {
    font-size: 16px;
    line-height: 162%;
  }
}

.cr-s-social-links-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
}

.clients-reviews-slogan-soc-link {
  width: 48px;
  height: 48px;
  padding: 12px;
  border-radius: 24px;
  border: 1px solid var(--white);
  -webkit-transition: var(--transition-border-color);
  transition: var(--transition-border-color);
}
@media (hover: hover) and (pointer: fine) {
  .clients-reviews-slogan-soc-link:hover {
    border: 1px solid var(--brandColor);
  }
}
.clients-reviews-slogan-soc-link {
  cursor: pointer;
}
.clients-reviews-slogan-soc-link > svg {
  display: block;
  width: 100%;
  height: 100%;
}

.clients-review-cta-btn {
  margin-top: 24px;
}

.clients-reviews-swiper {
  margin-top: 48px;
}

.clients-review-slide {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 32px;
  background-color: var(--review-bg);
  height: auto !important;
}

.clients-review-top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.clients-review-stars {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 4px;
}

.clients-review-source-logo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
}

.clients-review-text {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  font-size: 16px;
  line-height: 135%;
  color: var(--white);
  margin-top: 16px;
  line-clamp: 7;
  display: -webkit-box;
  -webkit-line-clamp: 7;
  -webkit-box-orient: vertical;
  overflow: hidden;
  position: relative;
}
@media screen and (min-width: 768px) {
  .clients-review-text {
    font-size: 20px;
  }
}

.clients-review-bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: auto;
  margin-top: 16px;
}

.clients-reviews-author {
  font-weight: 700;
  font-size: 16px;
  line-height: 150%;
}

.clients-review-bottom-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
  font-size: 16px;
  line-height: 150%;
  text-align: right;
  color: var(--brandColor);
}

.clients-review-bottom-link svg {
  width: 24px;
  height: 24px;
}

.clients-reviews-author-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 12px;
}

.clients-reviews-author-wrapper svg {
  width: 18px;
  height: 18px;
}

.team-title {
  margin-bottom: 34px;
  text-align: left;
}
@media screen and (min-width: 768px) {
  .team-title {
    margin-bottom: 41px;
  }
}
@media screen and (min-width: 1280px) {
  .team-title {
    margin-bottom: 60px;
  }
}

.team-swiper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media screen and (min-width: 1280px) {
  .team-swiper {
    position: static;
  }
}

.team-list-item {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
  border-bottom: 1px solid transparent;
  -webkit-transition: border-bottom 250ms var(--cubic);
  transition: border-bottom 250ms var(--cubic);
}
@media (hover: hover) and (pointer: fine) {
  .team-list-item:hover {
    border-bottom: 1px solid var(--brandColor);
  }
}

.team-list-item-wrap {
  display: block;
  width: 100%;
  height: 444px;
}
@media screen and (min-width: 768px) {
  .team-list-item-wrap {
    height: 382px;
  }
}
@media screen and (min-width: 1280px) {
  .team-list-item-wrap {
    height: 434px;
  }
}

.team-item-role {
  position: absolute;
  left: 0;
  bottom: 32px;
  color: var(--normalColor);
  font-weight: 300;
  z-index: 999;
}

.team-item-name {
  position: absolute;
  left: 0;
  bottom: 0;
  color: var(--white);
  font-size: 24px;
  font-weight: 300;
  z-index: 999;
}

.team-item-link {
  position: absolute;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  top: 8px;
  right: 8px;
  width: 34px;
  height: 34px;
  border: 1px solid var(--brandColor);
  border-radius: 50%;
  background: transparent;
  fill: var(--brandColor);
  z-index: 3;
}
.team-item-link svg {
  width: 19px;
  height: 19px;
}

.team-image, .team-list-item-wrap > img {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 380px;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
  opacity: 1;
}
@media screen and (min-width: 768px) {
  .team-image, .team-list-item-wrap > img {
    height: 326px;
  }
}
@media screen and (min-width: 1280px) {
  .team-image, .team-list-item-wrap > img {
    height: 340px;
  }
}
@media screen and (min-width: 1280px) and (hover: hover) and (pointer: fine) {
  .team-image:hover, .team-list-item-wrap > img:hover {
    opacity: 0;
  }
}

.team-list-item-wrap > img:nth-child(1) {
  z-index: 2;
  -webkit-transition: var(--transition-opacity);
  transition: var(--transition-opacity);
}
@media screen and (max-width: 1367px) {
  .active-cart .team-list-item-wrap > img:nth-child(1) {
    opacity: 0;
  }
}
@media screen and (min-width: 1280px) and (hover: hover) and (pointer: fine) {
  .team-list-item-wrap > img:nth-child(1):hover {
    opacity: 0;
  }
}
.team-list-item-wrap > img:nth-child(2) {
  z-index: 1;
}

.swiper-button-wrapper.team-swiper-button-wrap {
  margin-top: 16px;
}
@media screen and (min-width: 1280px) {
  .swiper-button-wrapper.team-swiper-button-wrap {
    position: static;
  }
}

.team-swiper-prev,
.team-swiper-next {
  padding: 10px 12px;
  width: 40px;
  background-color: #171717;
  border: none;
  cursor: pointer;
  -webkit-transition: all 250ms var(--cubic);
  transition: all 250ms var(--cubic);
}
.team-swiper-prev > svg,
.team-swiper-next > svg {
  display: block;
  stroke: #f7f7f7;
}
@media (hover: hover) and (pointer: fine) {
  .team-swiper-prev:hover,
  .team-swiper-next:hover {
    background-color: var(--borderAlphaColor);
  }
  .team-swiper-prev:hover > svg,
  .team-swiper-next:hover > svg {
    stroke: var(--brandColor);
  }
}

.team-open-photo {
  position: absolute;
  right: 8px;
  bottom: 8px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 34px;
  height: 34px;
  background-color: transparent;
  -webkit-transition: border var(--animation-styles);
  transition: border var(--animation-styles);
  border: 1px solid white;
  border-radius: 50%;
  color: white;
}
.active-cart .team-open-photo {
  border: transparent;
}
@media screen and (min-width: 1280px) {
  .team-open-photo {
    display: none;
  }
}

.team-open-photo svg {
  min-width: 14px;
  min-height: 14px;
  width: 14px;
  height: 14px;
  fill: white;
  -webkit-transition: -webkit-transform var(--animation-styles);
  transition: -webkit-transform var(--animation-styles);
  transition: transform var(--animation-styles);
  transition: transform var(--animation-styles), -webkit-transform var(--animation-styles);
}
.active-cart .team-open-photo svg {
  -webkit-transform: rotate(135deg);
          transform: rotate(135deg);
}

.team-swiper-button-wrap {
  margin-top: 8px;
  margin-left: auto;
}

.swiper-button-wrapper {
  margin-top: 24px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-left: auto;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background: #171717;
  padding: 16px 6px;
  max-width: 141px;
}
@media screen and (min-width: 1280px) {
  .swiper-button-wrapper {
    position: absolute;
    bottom: 0;
    right: 0;
    max-width: 153px;
    z-index: 2;
  }
}

.custom-swiper-prev,
.custom-swiper-next {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 0 18px;
  background-color: #171717;
  border: none;
  cursor: pointer;
  -webkit-transition: all 250ms var(--cubic);
  transition: all 250ms var(--cubic);
}
.custom-swiper-prev > svg,
.custom-swiper-next > svg {
  display: block;
  stroke: #f7f7f7;
}
@media (hover: hover) and (pointer: fine) {
  .custom-swiper-prev:hover,
  .custom-swiper-next:hover {
    background-color: var(--borderAlphaColor);
  }
  .custom-swiper-prev:hover > svg,
  .custom-swiper-next:hover > svg {
    stroke: var(--brandColor);
  }
}

.swiper-button-prev::after,
.swiper-button-next::after {
  display: none;
}

.calculate-section {
  background-image: url("../img/calculate/bg-large.avif");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: top left 25%;
}
@media screen and (min-width: 1280px) {
  .calculate-section {
    background-image: url("../img/calculate/bg-large.avif");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
  }
}

.calculate-section-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media screen and (min-width: 1280px) {
  .calculate-section-content {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}

@media screen and (min-width: 1280px) {
  .calculate-section-left-content {
    max-width: 535px;
  }
}

.calculate-title-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
      -ms-flex-direction: column-reverse;
          flex-direction: column-reverse;
  margin-bottom: 32px;
}
@media screen and (min-width: 1280px) {
  .calculate-title-wrapper {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin-bottom: 0;
    margin-bottom: 48px;
    text-align: right;
  }
}

@media screen and (min-width: 1280px) {
  .calculate-section-title {
    max-width: 500px;
  }
}

.calculate-inner-title-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 16px;
  margin-bottom: 24px;
}
@media screen and (min-width: 1280px) {
  .calculate-inner-title-wrap {
    gap: 8px;
    max-width: 565px;
    margin-bottom: 0;
  }
}

.calculate-small-subtitle {
  font-weight: 300;
  font-size: 16px;
  line-height: 144%;
  color: var(--hiddenText);
}
@media screen and (min-width: 1280px) {
  .calculate-small-subtitle {
    margin-right: 56px;
  }
}

.logo-calculate {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 16px;
}
@media screen and (min-width: 1280px) {
  .logo-calculate {
    height: 119px;
  }
}

.logo-calculate svg {
  width: 48px;
  height: 48px;
}
@media screen and (min-width: 1280px) {
  .logo-calculate svg {
    width: 64px;
    height: 64px;
  }
}

.logo-calculate-text {
  font-size: 20px;
  line-height: 124%;
  font-weight: 400;
  color: var(--white);
}
@media screen and (min-width: 1280px) {
  .logo-calculate-text {
    font-size: 24px;
  }
}

.calculate-small-title {
  font-weight: 400;
  font-size: 24px;
  line-height: 124%;
  color: var(--white);
}
@media screen and (min-width: 1280px) {
  .calculate-small-title {
    font-size: 36px;
    line-height: 120%;
    max-width: 372px;
  }
}

.calculate-btn-mob {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 24px;
}
@media screen and (min-width: 768px) {
  .calculate-btn-mob {
    margin-right: auto;
    margin-left: auto;
  }
}
@media screen and (min-width: 1280px) {
  .calculate-btn-mob {
    display: none;
  }
}

.calculate-btn-desk {
  display: none;
}
@media screen and (min-width: 1280px) {
  .calculate-btn-desk {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

.calculate-text {
  font-weight: 300;
  font-size: 16px;
  line-height: 144%;
  color: var(--hiddenText);
  margin-bottom: 24px;
  margin-top: 16px;
}
@media screen and (min-width: 768px) {
  .calculate-text {
    font-size: 18px;
    line-height: 169%;
    margin-bottom: 24px;
  }
}

.calculate-section-right-content {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media screen and (min-width: 1280px) {
  .calculate-section-right-content {
    padding-right: 64px;
  }
}

@media screen and (min-width: 1280px) {
  .calculate-animation {
    max-width: 320px;
  }
}

.screen {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: end;
  width: 100%;
  height: 50px;
  font-weight: 500;
  font-size: 24px;
  line-height: 148%;
  text-transform: uppercase;
  color: var(--white);
  text-align: right;
  padding: 8px 24px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin-bottom: 13px;
  border-radius: 4px;
  -webkit-box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.25);
          box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.25);
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.5);
  border-top: 1px solid rgba(255, 255, 255, 0.7);
  border-right: 1px solid rgba(255, 255, 255, 0.8);
}
@media screen and (min-width: 1280px) {
  .screen {
    font-size: 28px;
    height: 57px;
  }
}

.calculate-buttons {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 9px;
}

.calculate-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-weight: 500;
  font-size: 16px;
  line-height: 148%;
  color: var(--white);
  -webkit-box-shadow: 0 4px 22px 0 rgba(196, 249, 52, 0.1);
          box-shadow: 0 4px 22px 0 rgba(196, 249, 52, 0.1);
  background: linear-gradient(145deg, rgba(196, 249, 52, 0.07) 0%, rgba(196, 249, 52, 0.07) 100%);
  border: 1px solid #b3d754;
  border-top: 1px solid var(--brandColor);
  border-radius: 4px;
  padding: 14px;
  text-align: center;
  font-size: 16px;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
@media screen and (min-width: 768px) {
  .calculate-btn {
    padding: 6px;
  }
}
@media screen and (min-width: 1280px) {
  .calculate-btn {
    font-size: 20px;
    max-width: 56px;
  }
}

.calculate-btn.operator {
  background: rgba(255, 255, 255, 0.08);
  border: 0.98px solid rgba(255, 255, 255, 0.37);
}

.calculate-btn.plus {
  grid-column: span 1;
  -ms-flex-line-pack: center;
      align-content: center;
  border: 0.98px solid rgba(255, 255, 255, 0.37);
  background: rgba(255, 255, 255, 0.08);
}

.calculate-btn.narrow {
  padding: 2px 12px;
  height: 28px;
  font-size: 14px;
  line-height: 148%;
}

@property --angle {
  syntax: "<angle>";
  initial-value: 0deg;
  inherits: false;
}
@-webkit-keyframes spin-btn-bg {
  from {
    --angle: 0deg;
  }
  to {
    --angle: 360deg;
  }
}
@keyframes spin-btn-bg {
  from {
    --angle: 0deg;
  }
  to {
    --angle: 360deg;
  }
}
.btn-spin-bg {
  width: 100%;
  padding: 16px 40px;
  position: relative;
  border: none;
  background: var(--brandColor);
  color: var(--black);
  cursor: pointer;
}
.btn-spin-bg .sub-btn-text {
  display: block;
  color: var(--black);
  font-weight: 700;
  letter-spacing: -0.16px;
  text-transform: uppercase;
  text-align: left;
  position: relative;
  z-index: 10;
}
.btn-spin-bg::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  background-image: -webkit-gradient(linear, left top, left bottom, from(var(--angle)), color-stop(#f4f90f), to(#0ff9c0));
  background-image: linear-gradient(var(--angle), #f4f90f, #0ff9c0);
  -webkit-animation: spin-btn-bg 8s linear infinite;
          animation: spin-btn-bg 8s linear infinite;
}
@media screen and (min-width: 768px) {
  .btn-spin-bg {
    max-width: 342px;
  }
}

.calculate-icon1,
.calculate-icon2,
.calculate-icon3 {
  display: none;
}
@media screen and (min-width: 1280px) {
  .calculate-icon1,
  .calculate-icon2,
  .calculate-icon3 {
    display: block;
    position: absolute;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

.calculate-icon1 {
  width: 76px;
  height: 76px;
  top: 0;
  right: 8px;
  z-index: 2;
  -webkit-transform: rotate(12deg);
          transform: rotate(12deg);
  border-radius: 50%;
  background-color: rgba(255, 255, 255, 0.15);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  -webkit-box-shadow: 0 0 10px rgba(255, 255, 255, 0.1);
          box-shadow: 0 0 10px rgba(255, 255, 255, 0.1);
}

.calculate-icon1 svg {
  width: 39px;
  height: 40px;
}

.calculate-icon2 {
  width: 81px;
  height: 81px;
  top: 45%;
  left: -76px;
  z-index: 0;
  -webkit-transform: rotate(28deg);
          transform: rotate(28deg);
  -webkit-filter: blur(0.4px);
          filter: blur(0.4px);
  border-radius: 50%;
  background-color: rgba(255, 255, 255, 0.17);
  -webkit-box-shadow: 0 0 10px rgba(255, 255, 255, 0.1);
          box-shadow: 0 0 10px rgba(255, 255, 255, 0.1);
}

.calculate-icon2 svg {
  width: 44px;
  height: 44px;
}

.calculate-icon3 {
  width: 77px;
  height: 77px;
  bottom: 5%;
  left: -120px;
  z-index: 0;
  -webkit-filter: blur(2px);
          filter: blur(2px);
  background-color: rgba(255, 255, 255, 0.1);
  -webkit-transform: rotate(-10deg);
          transform: rotate(-10deg);
  border-radius: 50%;
}

.compare-tab {
  position: relative;
}

.compare-tab-decor {
  position: absolute;
  z-index: -1;
  top: 0;
  right: 0;
}

.compare-tab-title {
  margin-bottom: 0;
}
@media screen and (min-width: 768px) {
  .compare-tab-title {
    text-align: center;
  }
}

.compare-tab-wrap {
  display: grid;
  grid-template-columns: 55% 45%;
}
@media screen and (min-width: 768px) {
  .compare-tab-wrap {
    grid-template-columns: 40% 60%;
  }
}
@media screen and (min-width: 1280px) {
  .compare-tab-wrap {
    grid-template-columns: 27% 73%;
  }
}
@media screen and (min-width: 1440px) {
  .compare-tab-wrap {
    grid-template-columns: 25% 75%;
  }
}

.cell.cell-none {
  border-right: 1px solid transparent;
}

.compare-icon {
  width: 24px;
  height: 24px;
  min-width: 24px;
}

.compare-1col {
  padding-top: 40px !important;
}
.compare-1col .cell {
  border-left: 1px solid rgba(255, 255, 255, 0.07);
}
@media screen and (min-width: 1280px) {
  .compare-1col {
    padding-top: 60px !important;
  }
}

.compare-swiper {
  padding-top: 40px !important;
}
@media screen and (min-width: 1280px) {
  .compare-swiper {
    padding-top: 60px !important;
  }
}

.compare-2col {
  background: -webkit-gradient(linear, left top, left bottom, from(#000), to(#506711));
  background: linear-gradient(180deg, #000 0%, #506711 100%);
}

.cell {
  width: 100%;
  height: 72px;
  padding: 8px 24px;
  text-align: center;
  font-size: 14px;
  font-weight: 400;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border: 1px solid rgba(255, 255, 255, 0.07);
  border-bottom: none;
  border-left: none;
}
@media screen and (min-width: 1440px) {
  .cell {
    font-size: 16px;
    font-weight: 500;
  }
}

.cell.cell-header {
  font-size: 18px;
  font-weight: 600;
  line-height: 100%;
  letter-spacing: 0.02em;
}
@media screen and (min-width: 1440px) {
  .cell.cell-header {
    font-size: 22px;
  }
}

.compare-1col .cell {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  text-align: left;
  color: #bcbcbc;
}

.vibe-cell {
  position: relative;
}

.vibe-cell::before {
  display: none;
  content: "Recommended";
  position: absolute;
  right: -28px;
  top: -28px;
  background-color: var(--brandColor);
  border-radius: 2px;
  padding: 10px 18px;
  color: #19191b;
  font-size: 14px;
  font-weight: 500;
  -webkit-transform: rotate(4deg);
          transform: rotate(4deg);
}
@media screen and (min-width: 768px) {
  .vibe-cell::before {
    display: block;
  }
}

.compare-tab-btn {
  padding: 12px;
}
.compare-tab-btn .sub-btn-text {
  text-align: center;
}

.faq-container {
  position: relative;
}

.faq-title {
  margin-bottom: 32px;
}
@media screen and (min-width: 768px) {
  .faq-title {
    margin-bottom: 56px;
  }
}

.faq-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 40px;
}
@media screen and (min-width: 768px) {
  .faq-list {
    gap: 0;
  }
}
@media screen and (min-width: 1440px) {
  .faq-list {
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
  }
}

.faq-list-item {
  position: relative;
  padding: 20px;
}
.faq-list-item:not(:last-child):after {
  content: "";
  background-color: rgba(175, 175, 175, 0.41);
  position: absolute;
  bottom: -20px;
  left: 0;
  height: 1px;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .faq-list-item:not(:last-child):after {
    bottom: 0px;
  }
}
@media screen and (min-width: 1280px) {
  .faq-list-item:not(:last-child):after {
    width: 100%;
  }
}
.faq-list-item:nth-child(n+4):after {
  content: "";
  display: none;
}
.more-faq .faq-list-item:nth-child(n+4):after {
  display: block;
}
.faq-list-item:nth-child(n+5) {
  display: none;
}
.more-faq .faq-list-item:nth-child(n+5) {
  display: block;
}
@media screen and (min-width: 768px) {
  .more-faq .faq-list-item:nth-child(n+5) {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
@media screen and (min-width: 768px) {
  .faq-list-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 52px;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    padding: 40px;
  }
  .faq-list-item:not(:last-child):after {
    content: "";
    background-color: rgba(175, 175, 175, 0.41);
    position: absolute;
    bottom: 0;
    left: 0;
    height: 1px;
    width: 688px;
  }
}
@media screen and (min-width: 768px) and (min-width: 1280px) {
  .faq-list-item:not(:last-child):after {
    width: 100%;
  }
}
@media screen and (min-width: 1280px) {
  .faq-list-item {
    gap: 40px;
    padding: 40px 36px;
  }
}
@media screen and (min-width: 1440px) {
  .faq-list-item:not(:last-child):after {
    left: 0;
  }
}

.faq-list-item:last-child::after {
  display: none !important;
}

.faq-list-number {
  display: block;
  width: 42px;
  color: var(--greyFaqColor);
  font-size: 32px;
  font-weight: 700;
  margin-bottom: 32px;
}
@media screen and (min-width: 768px) {
  .faq-list-number {
    width: 56px;
    margin-bottom: 0;
    color: rgba(175, 175, 175, 0.41);
    font-size: 40px;
    letter-spacing: 0.25px;
  }
}

.faq-block-container {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}

.faq-info-block {
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 16px;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-transition: color var(--animation-styles);
  transition: color var(--animation-styles);
}
@media screen and (min-width: 768px) {
  .faq-info-block {
    width: 524px;
  }
}
@media screen and (min-width: 1280px) {
  .faq-info-block {
    width: 100%;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
  }
}

.faq-question {
  color: var(--white);
  font-size: 24px;
  font-weight: 300;
  -webkit-transition: color var(--animation-styles);
  transition: color var(--animation-styles);
}
@media (hover: hover) and (pointer: fine) {
  .faq-question:hover {
    color: var(--brandColor);
  }
}
@media screen and (min-width: 768px) {
  .faq-question {
    width: 403px;
  }
}
@media screen and (min-width: 1280px) {
  .faq-question {
    width: 620px;
  }
}
@media screen and (min-width: 1440px) {
  .faq-question {
    width: 715px;
  }
}

.faq-item-button {
  position: relative;
  cursor: pointer;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  background-color: transparent;
  border: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 40px;
  height: 40px;
  -webkit-transition: border var(--animation-styles);
  transition: border var(--animation-styles);
  border: 1px solid white;
  border-radius: 50%;
  color: white;
}
.active .faq-item-button {
  border: transparent;
}
@media (hover: hover) and (pointer: fine) {
  .faq-info-block:hover .faq-item-button, .wework-infoblock:hover .faq-item-button {
    color: var(--brandColor);
    border-color: var(--brandColor);
    outline: none;
  }
}
.faq-item-button:focus {
  outline: none;
}

.faq-item-button > svg {
  fill: white;
  min-width: 14px;
  min-height: 14px;
  width: 14px;
  height: 14px;
  -webkit-transition: opacity var(--animation-styles), visibility var(--animation-styles), -webkit-transform var(--animation-styles);
  transition: opacity var(--animation-styles), visibility var(--animation-styles), -webkit-transform var(--animation-styles);
  transition: opacity var(--animation-styles), visibility var(--animation-styles), transform var(--animation-styles);
  transition: opacity var(--animation-styles), visibility var(--animation-styles), transform var(--animation-styles), -webkit-transform var(--animation-styles);
}
.active .faq-item-button > svg {
  -webkit-transform: rotate(135deg);
          transform: rotate(135deg);
}
@media (hover: hover) and (pointer: fine) {
  .faq-info-block:hover .faq-item-button > svg path {
    fill: var(--brandColor);
  }
}

.faq-answer {
  display: block;
  overflow: hidden;
  max-height: 0;
  max-width: 300px;
  color: rgba(255, 255, 255, 0.45);
  font-size: 16px;
  font-weight: 300;
  margin-top: 20px;
  -webkit-transition: max-height var(--animation-styles), opacity var(--animation-styles);
  transition: max-height var(--animation-styles), opacity var(--animation-styles);
  opacity: 0;
}
@media screen and (min-width: 480px) {
  .faq-answer {
    max-width: 380px;
  }
}
@media screen and (min-width: 768px) {
  .faq-answer {
    max-width: 445px;
    color: rgba(255, 255, 255, 0.58);
    font-weight: 400;
  }
}
@media screen and (min-width: 1280px) {
  .faq-answer {
    max-width: 630px;
  }
}
@media screen and (min-width: 1440px) {
  .faq-answer {
    max-width: 715px;
  }
}
.active .faq-answer {
  max-height: 500px;
  opacity: 1;
}

.faq-button {
  position: relative;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: var(--brandColor);
  background-image: linear-gradient(235deg, #f4f90f -1.28%, #0ff9c0 115.55%);
  -webkit-background-clip: text;
  background-clip: text;
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: 120%;
  letter-spacing: 1.92px;
  -webkit-transition: colorvar(--animation-styles), -webkit-transform var(--animation-styles);
  transition: colorvar(--animation-styles), -webkit-transform var(--animation-styles);
  transition: colorvar(--animation-styles), transform var(--animation-styles);
  transition: colorvar(--animation-styles), transform var(--animation-styles), -webkit-transform var(--animation-styles);
  border: none;
  background-color: transparent;
  margin-left: auto;
}
@media (hover: hover) and (pointer: fine) {
  .faq-button:hover {
    color: transparent;
  }
}
.faq-button > svg {
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
}
.more-faq .faq-button > svg {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

.faq-btn-span-more {
  display: block;
}
.more-faq .faq-btn-span-more {
  display: none;
}

.faq-btn-span-less {
  display: none;
}
.more-faq .faq-btn-span-less {
  display: block;
}

@media screen and (min-width: 1280px) {
  .position-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}

@media screen and (min-width: 1280px) {
  .form-lap-bg {
    width: 338px;
    height: 462px;
    background-image: linear-gradient(267deg, #000 2.55%, rgba(0, 0, 0, 0) 80.9%), url("../img/page-home/form_and_footer_background_1368px_1x.avif");
    background-size: contain;
    background-repeat: no-repeat;
  }
}
@media screen and (min-width: 1440px) {
  .form-lap-bg {
    width: 580px;
    height: 550px;
    background-image: linear-gradient(267deg, #000 2.55%, rgba(0, 0, 0, 0) 80.9%), url("../img/page-home/form_and_footer_background_1920px_1x.avif");
  }
}

.contact-header {
  margin-bottom: 40px;
  font-size: 40px;
  font-weight: 300;
  -webkit-transition: var(--transition-color);
  transition: var(--transition-color);
}
@media (hover: hover) and (pointer: fine) {
  .contact-header:hover {
    color: var(--brandColor);
  }
}
@media screen and (min-width: 768px) {
  .contact-header {
    margin-bottom: 56px;
  }
}
@media screen and (min-width: 1280px) {
  .contact-header {
    margin-bottom: 60px;
    font-size: 64px;
  }
}
@media screen and (min-width: 1440px) {
  .contact-header {
    margin-bottom: 80px;
  }
}

@media screen and (min-width: 768px) {
  .contact-header.up {
    margin-bottom: 50px;
  }
}
@media screen and (min-width: 1280px) {
  .contact-header.up {
    font-size: 50px;
    width: 702px;
    margin-left: auto;
    text-transform: lowercase;
    text-align: right;
    line-height: 120%;
    letter-spacing: 3.3px;
  }
  .contact-header.up > span {
    display: block;
    text-align: left;
  }
}

.contacts-lead {
  display: grid;
  grid-template-columns: auto;
  gap: 24px;
  margin-bottom: 48px;
}
@media screen and (min-width: 768px) {
  .contacts-lead {
    grid-template-columns: 1fr 1fr;
  }
}

@media screen and (min-width: 768px) {
  .contacts-lead.up {
    grid-template-columns: auto 1fr;
  }
}
@media screen and (min-width: 1280px) {
  .contacts-lead.up {
    width: 702px;
  }
}

.contacts-lead .calendly-button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  gap: 12px;
  border: 1px solid var(--brandColor);
  border-radius: 100px;
  margin-top: 0;
  width: 100%;
  height: 52px;
  padding: 12px 40px;
  text-transform: uppercase;
  -webkit-transition: border var(--animation-styles);
  transition: border var(--animation-styles);
}
@media screen and (min-width: 768px) {
  .contacts-lead .calendly-button {
    margin-bottom: auto;
    height: 55px;
  }
}
@media (hover: hover) and (pointer: fine) {
  .contacts-lead .calendly-button:hover {
    border: 1px solid white;
  }
}

.contact-add-contact-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 24px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.contact-add-contact-wrap.up {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 24px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (min-width: 1280px) {
  .contact-add-contact-wrap.up {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}

.contact-add-contact-img {
  width: 104px;
  height: 104px;
}

.contact-above-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  gap: 24px;
  margin-bottom: 31px;
}

.contact-above-wrap.up {
  height: 24px;
}

.contact-above-name {
  font-size: 18px;
  font-weight: 300;
}

.contact-above-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 28px;
  height: 28px;
  border: 1px solid var(--brandColor);
  border-radius: 50%;
  background: transparent;
}
.contact-above-link > svg {
  width: 16px;
  height: 16px;
}
.contact-above-link > svg path {
  stroke: var(--brandColor);
}

.contact-above-mail {
  margin-bottom: 4px;
  font-weight: 300;
  color: var(--brandColor);
}

.contact-above-position {
  font-weight: 300;
  color: var(--white);
}
@media screen and (min-width: 768px) {
  .contact-above-position {
    max-width: 206px;
  }
}

.contact-form {
  font-size: 14px;
  letter-spacing: -0.16px;
}
@media screen and (min-width: 768px) {
  .contact-form {
    font-size: 16px;
  }
}
@media screen and (min-width: 1280px) {
  .contact-form {
    width: 700px;
  }
}

.input-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  row-gap: 24px;
  margin-bottom: 24px;
}
@media screen and (min-width: 768px) {
  .input-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    row-gap: 30px;
    -webkit-column-gap: 24px;
       -moz-column-gap: 24px;
            column-gap: 24px;
    margin-bottom: 30px;
  }
}
@media screen and (min-width: 1280px) {
  .input-wrap {
    -webkit-column-gap: 16px;
       -moz-column-gap: 16px;
            column-gap: 16px;
  }
}

.control-wrap {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .control-wrap {
    width: 356px;
    -webkit-column-gap: 10px;
       -moz-column-gap: 10px;
            column-gap: 10px;
  }
}
@media screen and (min-width: 1280px) {
  .control-wrap {
    width: 342px;
  }
}

.contact-input {
  width: 100%;
  padding: 13px 24px;
  color: var(--white);
  border: 1px solid #545454;
  outline: none;
  background-color: var(--black);
  -webkit-transition: border 250ms var(--cubic);
  transition: border 250ms var(--cubic);
}
.contact-input:hover, .contact-input:focus {
  border: 1px solid var(--brandColor);
}
@media screen and (min-width: 768px) {
  .contact-input {
    padding: 18px 24px;
  }
}
@media screen and (min-width: 1280px) {
  .contact-input {
    width: 342px;
  }
}

.error-message {
  position: absolute;
  top: 50px;
  color: var(--redColor);
  font-size: 14px;
}
@media screen and (min-width: 768px) {
  .error-message {
    top: 62px;
  }
}

.error {
  border-color: var(--redColor) !important;
}

#valid-msg {
  position: absolute;
  top: 50%;
  right: 10px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  color: var(--brandColor);
}

.textarea-wrap {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  row-gap: 16px;
  margin-bottom: 42px;
}
@media screen and (min-width: 768px) {
  .textarea-wrap {
    row-gap: 16px;
    margin-bottom: 16px;
  }
}

.contact-textarea {
  width: 100%;
  padding: 16px 10px 17px 24px;
  height: 139px;
  border: 1px solid #545454;
  resize: none;
  outline: none;
  background-color: var(--black);
  color: var(--white);
  -webkit-transition: border 250ms var(--cubic);
  transition: border 250ms var(--cubic);
}
.contact-textarea:hover, .contact-textarea:focus {
  border: 1px solid var(--brandColor);
}
@media screen and (min-width: 768px) {
  .contact-textarea {
    height: 104px;
  }
}

.textarea-wrap .error-message {
  position: absolute;
  left: 0;
  top: 140px;
}
@media screen and (min-width: 768px) {
  .textarea-wrap .error-message {
    top: 104px;
  }
}

@media screen and (min-width: 768px) {
  .form-button {
    margin-top: 0px;
    margin-left: auto;
  }
}

.footer-cta {
  height: 56px;
}

.contact-footer-wrap {
  width: 100%;
  background-repeat: no-repeat;
}
@media screen and (max-width: 767px) {
  .contact-footer-wrap {
    background-image: linear-gradient(267deg, #000 2.55%, rgba(0, 0, 0, 0) 80.9%), url("../img/page-home/form_and_footer_background_mobile_1x.avif");
    background-size: 516px 500px;
    background-position: center bottom -40px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1279px) {
  .contact-footer-wrap {
    background-image: linear-gradient(267deg, #000 2.55%, rgba(0, 0, 0, 0) 80.9%), url("../img/page-home/form_and_footer_background_tablet_1x.avif");
    background-size: 776px 574px;
    background-position: center bottom 0px;
  }
}

@media screen and (min-width: 1280px) {
  .contact-footer-wrap.up {
    padding-bottom: 0;
  }
}

.workwith-title {
  margin-bottom: 40px;
}
@media screen and (min-width: 1440px) {
  .workwith-title {
    margin-bottom: 60px;
  }
}

.workwith-brands-wrap {
  display: grid;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0;
  grid-template-columns: repeat(1, 1fr);
}
@media screen and (min-width: 768px) {
  .workwith-brands-wrap {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (min-width: 1280px) {
  .workwith-brands-wrap {
    grid-template-columns: repeat(4, 238px);
  }
}
@media screen and (min-width: 1440px) {
  .workwith-brands-wrap {
    grid-template-columns: repeat(5, 238px);
  }
}

.ww-flip-card {
  width: 100%;
  height: 168px;
  -webkit-perspective: 1000px;
          perspective: 1000px;
}
.ww-flip-card.ww-fl-c-4, .ww-flip-card.ww-fl-c-5, .ww-flip-card.ww-fl-c-6, .ww-flip-card.ww-fl-c-7, .ww-flip-card.ww-fl-c-8, .ww-flip-card.ww-fl-c-9 {
  display: none;
}
@media screen and (min-width: 768px) {
  .ww-flip-card.ww-fl-c-4, .ww-flip-card.ww-fl-c-5 {
    display: block;
  }
}
@media screen and (min-width: 1280px) {
  .ww-flip-card {
    width: 238px;
    height: 196px;
  }
  .ww-flip-card.ww-fl-c-6, .ww-flip-card.ww-fl-c-7 {
    display: block;
  }
}
@media screen and (min-width: 1440px) {
  .ww-flip-card.ww-fl-c-8, .ww-flip-card.ww-fl-c-9 {
    display: block;
  }
}

.ww-flip-card-inner {
  position: relative;
  width: 100%;
  height: 100%;
  -webkit-transition: -webkit-transform 0.8s;
  transition: -webkit-transform 0.8s;
  transition: transform 0.8s;
  transition: transform 0.8s, -webkit-transform 0.8s;
  -webkit-transform-style: preserve-3d;
          transform-style: preserve-3d;
}

@media (hover: hover) and (pointer: fine) {
  .ww-flip-card:hover .ww-flip-card-inner {
    -webkit-transform: rotateY(180deg);
            transform: rotateY(180deg);
  }
}
.active.ww-flip-card-inner {
  -webkit-transform: rotateY(180deg);
          transform: rotateY(180deg);
}

.ww-flip-card-front,
.ww-flip-card-back {
  position: absolute;
  width: 100%;
  height: 100%;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 16px;
  border: 1px solid rgba(255, 255, 255, 0.09);
  background-color: var(--black);
}
@media screen and (min-width: 1280px) {
  .ww-flip-card-front,
  .ww-flip-card-back {
    gap: 24px;
  }
}

.ww-flip-card-front {
  padding: 24px 0;
}
.ww-flip-card-front > svg {
  width: 197px;
  height: 48px;
}
@media screen and (min-width: 1280px) {
  .ww-flip-card-front > svg {
    width: 238px;
    height: 58px;
  }
}

.ww-flip-card-back {
  padding: 24px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-transform: rotateY(180deg);
          transform: rotateY(180deg);
  background-image: url("../img/work-with/bg-brands.avif");
  background-position: center;
  background-repeat: no-repeat;
  background-clip: border-box;
  background-size: cover;
}
@media screen and (min-width: 1280px) {
  .ww-flip-card-back {
    padding: 18px;
  }
}
.ww-flip-card-back > svg {
  width: 102px;
  height: 24px;
}

.ww-flip-text {
  color: rgba(242, 242, 247, 0.81);
  line-height: 125%;
  font-size: 16px;
}

.portfolio-section {
  padding-top: 16px;
  padding-bottom: 16px;
}
@media screen and (min-width: 768px) {
  .portfolio-section {
    padding-top: 32px;
    padding-bottom: 32px;
  }
}

.projects-list-item {
  padding-top: 80px;
  padding-bottom: 80px;
  border-top: 3px solid rgba(239, 239, 239, 0.18);
  gap: 10px 24px;
}
.projects-list-item:first-child {
  padding-top: 80px;
}
.projects-list-item:last-child {
  padding-bottom: 0px;
}
@media screen and (min-width: 768px) {
  .projects-list-item {
    padding-top: 132px;
    padding-bottom: 132px;
  }
}

.project-categories-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px 24px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media screen and (min-width: 768px) {
  .project-categories-list {
    gap: 40px;
  }
}

.category-link {
  font-weight: 400;
  padding-bottom: 8px;
  font-size: 15px;
  line-height: 1.48;
  text-transform: lowercase;
  text-align: center;
  opacity: 0.45;
}
@media screen and (min-width: 768px) {
  .category-link {
    padding-bottom: 16px;
    font-size: 20px;
  }
}

.category-link.active {
  opacity: 1;
  border-bottom: 3px solid var(--brandColor);
}

.project-text-1-wrap {
  margin-bottom: 24px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 16px;
}
@media screen and (min-width: 768px) {
  .project-text-1-wrap {
    margin-bottom: 68px;
    display: grid;
    grid-template-columns: 1.2fr 1fr;
    grid-template-rows: 1fr;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: start;
  }
}

.project-title {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  font-weight: 300;
  font-size: 40px;
  line-height: 1.2;
}
@media screen and (min-width: 1280px) {
  .project-title {
    font-size: 70px;
    line-height: 1.2;
  }
}

.client-slide-link.project-link {
  margin-bottom: 0;
  margin-top: 16px;
}
@media screen and (min-width: 1280px) {
  .client-slide-link.project-link {
    margin-top: 28px;
  }
}

.project-text {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  font-weight: 300;
  font-size: 16px;
  color: var(--hiddenText);
}
@media screen and (min-width: 1280px) {
  .project-text {
    font-size: 24px;
    line-height: 1.48;
    letter-spacing: 0.02em;
  }
}

.project-text-2-wrap {
  margin-bottom: 32px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 32px;
}
@media screen and (min-width: 768px) {
  .project-text-2-wrap {
    margin-bottom: 88px;
    display: grid;
    grid-template-columns: 1.2fr 1fr;
    grid-template-rows: 1fr;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

@media screen and (min-width: 768px) {
  .projects-list-item:nth-of-type(even) > .project-text-2-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
}

.project-result-text-wrap {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.project-result-name {
  margin-bottom: 16px;
  font-weight: 400;
  font-size: 20px;
  line-height: 1.2;
  color: var(--brandColor);
}
@media screen and (min-width: 768px) {
  .project-result-name {
    margin-bottom: 41px;
    font-size: 32px;
    line-height: 1.2;
  }
}

.features-list {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 8px;
}
@media screen and (min-width: 768px) {
  .features-list {
    gap: 16px;
  }
}

.feature-item {
  border-radius: 4px;
  padding: 7px 16px;
  background: #1c1c1c;
  font-weight: 300;
  font-size: 16px;
  line-height: 1.48;
  letter-spacing: 0.03em;
  color: var(--hiddenText);
}
@media screen and (min-width: 1280px) {
  .feature-item {
    padding: 7px 24px;
    font-size: 18px;
    letter-spacing: 0.02em;
  }
}

.portfolio-bottom-text {
  font-weight: 300;
  font-size: 40px;
  line-height: 1.2;
}
@media screen and (min-width: 1280px) {
  .portfolio-bottom-text {
    font-weight: 400;
    font-size: 70px;
    line-height: 1.02857;
  }
}

.project-images-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 32px;
}
@media screen and (min-width: 768px) {
  .project-images-wrapper {
    gap: 48px;
  }
}

.project-first-img {
  margin-bottom: 32px;
}
@media screen and (min-width: 768px) {
  .project-first-img {
    margin-bottom: 48px;
  }
}

.project-gallery-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 32px;
}
@media screen and (min-width: 768px) {
  .project-gallery-wrap {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    row-gap: 48px;
  }
}

.project-large-gallery {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 32px;
}
@media screen and (min-width: 768px) {
  .project-large-gallery {
    gap: 48px;
  }
}

.bottom-categories {
  margin-top: 80px;
}
@media screen and (min-width: 768px) {
  .bottom-categories {
    margin-top: 132px;
  }
}

.service-hero-section {
  padding-top: 16px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#000), color-stop(100%, rgba(0, 0, 0, 0)), to(#000)), url("../img/page-home/hero-decor-img.avif");
  background-image: linear-gradient(180deg, #000 0%, rgba(0, 0, 0, 0) 100%, #000 100%), url("../img/page-home/hero-decor-img.avif");
  background-size: 440px 440px, 440px 440px;
  background-repeat: no-repeat;
  background-position: top -50px left -120px, top -50px left -120px;
}
@media screen and (min-width: 768px) {
  .service-hero-section {
    padding-top: 32px;
    background-image: url("../img/page-services/hero/serv-hero-bg.avif"), url("../img/page-services/hero/serv-hero-bg.avif");
    background-repeat: no-repeat, no-repeat;
    background-size: 352px 248px, 283px 200px;
    background-position: top left, bottom right;
  }
}
@media screen and (min-width: 1280px) {
  .service-hero-section {
    background-position: left -180px bottom 0, right 154px top 0;
  }
}

.service-hero-wrap {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 24px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (min-width: 1280px) {
  .service-hero-wrap {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    gap: 0;
  }
}

.service-title-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 16px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
@media screen and (min-width: 1280px) {
  .service-title-wrap {
    padding-top: 36px;
    gap: 40px;
    width: 428px;
  }
}

.service-title-heading {
  color: var(--white);
  font-size: 44px;
  font-weight: 300;
  line-height: 122%;
}
@media screen and (min-width: 1280px) {
  .service-title-heading {
    font-size: 70px;
    font-weight: 400;
    line-height: 120%;
  }
}

.service-title-text {
  color: var(--hiddenText);
  font-weight: 300;
  line-height: 144%;
}
@media screen and (min-width: 1280px) {
  .service-title-text {
    font-size: 24px;
    line-height: 148%;
    letter-spacing: 0.48px;
  }
}

.lets-talk-btn.desktop {
  display: none;
}
@media screen and (min-width: 1280px) {
  .lets-talk-btn.desktop {
    display: block;
  }
}

.lets-talk-btn.mobile {
  display: block;
  width: 220px;
  margin-right: auto;
}
@media screen and (min-width: 1280px) {
  .lets-talk-btn.mobile {
    display: none;
  }
}

.service-hero-img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -ms-flex-negative: 1;
      flex-shrink: 1;
  overflow: hidden;
}
@media screen and (min-width: 1280px) {
  .service-hero-img {
    width: 758px;
  }
}

.ors-section {
  overflow: hidden;
  position: relative;
  background-image: url("../img/service-page/bg-orc-img.png"), url("../img/service-page/bg-orc-ecl-1.svg"), url("../img/service-page/bg-orc-ecl-2.svg");
  background-size: 148px 228px, auto 536px, auto 536px;
  background-repeat: no-repeat, no-repeat, no-repeat;
  background-position: bottom 112px right 0px, left -138px top 86px, left -148px top 348px;
}
@media screen and (min-width: 1280px) {
  .ors-section {
    background-size: 234px 368px, auto 728px, auto 728px;
    background-position: bottom 52px right 0px, left 0px top 186px, left 0px top 520px;
  }
}

.ors-sec-bg {
  position: absolute;
  width: 178px;
  height: 813px;
  left: 0;
  top: -99px;
  pointer-events: none;
}
@media screen and (min-width: 1280px) {
  .ors-sec-bg {
    width: 522px;
    height: 1212px;
    top: 0;
  }
}

.our-res-sp-title {
  margin-bottom: 32px;
}
@media screen and (min-width: 1280px) {
  .our-res-sp-title {
    margin-bottom: 40px;
  }
}

.ors-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 32px;
  margin-bottom: 48px;
}
@media screen and (min-width: 1280px) {
  .ors-wrap {
    gap: 0;
    margin-bottom: 115px;
  }
}

.ors-card {
  width: 100%;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 16px;
}
.ors-card.card-1 {
  margin-right: auto;
}
@media screen and (min-width: 1280px) {
  .ors-card.card-1 {
    margin-bottom: 110px;
  }
}
.ors-card.card-2 {
  margin-left: auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
      -ms-flex-direction: column-reverse;
          flex-direction: column-reverse;
}
@media screen and (min-width: 1280px) {
  .ors-card.card-2 {
    padding-right: 40px;
    margin-bottom: 262px;
  }
}

.ors-card-text {
  color: var(--white);
  font-size: 20px;
  line-height: 140%;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
@media screen and (min-width: 1280px) {
  .ors-card-text {
    line-height: 148%;
    letter-spacing: 0.4px;
  }
}
.ors-card-text > span {
  font-weight: 700;
}
.ors-card-text.text-1 {
  margin-right: auto;
}
@media screen and (min-width: 1280px) {
  .ors-card-text.text-1 {
    width: 488px;
  }
}
.ors-card-text.text-2 {
  margin-left: auto;
}
@media screen and (min-width: 1280px) {
  .ors-card-text.text-2 {
    width: 328px;
  }
}

.ors-wow-text {
  display: none;
}
@media screen and (min-width: 1280px) {
  .ors-wow-text {
    position: absolute;
    padding: 8px 16px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    border-radius: 250px;
    background: var(--brandColor);
    color: var(--black);
    font-size: 20px;
    font-weight: 600;
    z-index: 3;
  }
}
.ors-wow-text.wow-text-1 {
  top: 108px;
  left: 90px;
}
.ors-wow-text.wow-text-2 {
  right: 251px;
  top: 210px;
}

.ors-card-img {
  overflow: hidden;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
}
@media screen and (min-width: 1280px) {
  .ors-card-img {
    display: none;
  }
}

.ors-card-img-desk {
  display: none;
}
@media screen and (min-width: 1280px) {
  .ors-card-img-desk {
    position: absolute;
    display: block;
    width: 524px;
    height: 360px;
  }
  .card-1 .ors-card-img-desk {
    top: 138px;
    left: 124px;
  }
  .card-2 .ors-card-img-desk {
    top: 232px;
    right: 40px;
  }
}

.ors-card-arrow-1 {
  display: none;
}
@media screen and (min-width: 1280px) {
  .ors-card-arrow-1 {
    position: absolute;
    display: block;
    width: 102px;
    height: 102px;
    top: 102px;
    left: 48px;
  }
}

.ors-card-arrow-2 {
  display: none;
}
@media screen and (min-width: 1280px) {
  .ors-card-arrow-2 {
    position: absolute;
    display: block;
    width: 112px;
    height: 171px;
    top: 54px;
    right: 368px;
  }
}

.ors-test-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 16px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
@media screen and (min-width: 1280px) {
  .ors-test-wrap {
    max-width: 446px;
  }
}

.ors-subtitle {
  color: var(--white);
  font-size: 24px;
  font-weight: 400;
  line-height: 127%;
  text-transform: lowercase;
}
@media screen and (min-width: 1280px) {
  .ors-subtitle {
    font-size: 40px;
    line-height: 120%;
  }
}

.ors-subtext {
  color: transparent;
  font-weight: 300;
  line-height: 148%;
  background-image: -webkit-gradient(linear, left top, right top, from(#fff), to(rgb(196, 249, 52)));
  background-image: linear-gradient(90deg, #fff, rgb(196, 249, 52));
  -webkit-background-clip: text;
          background-clip: text;
}

.solutions-section {
  background-image: url("/wp-content/themes/purevibestyle/img//page-services/solution-imgs/bg-mob.avif");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}
@media screen and (min-width: 1280px) {
  .solutions-section {
    background-image: url("/wp-content/themes/purevibestyle/img//page-services/solution-imgs/bg.avif");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    background-repeat: no-repeat;
    background-position: center left -20%;
    background-size: auto 140%;
  }
}

@media screen and (min-width: 768px) {
  .solutions-title {
    max-width: 550px;
  }
}
@media screen and (min-width: 1280px) {
  .solutions-title {
    max-width: 55%;
  }
}

.solutions-title > span {
  color: var(--brandColor);
}

.solutions-content-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 24px;
  margin-top: 32px;
}
@media screen and (min-width: 1280px) {
  .solutions-content-wrapper {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-top: -5%;
  }
}

.solutions-text-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 16px;
}
@media screen and (min-width: 1280px) {
  .solutions-text-content {
    gap: 24px;
  }
}

.solutions-big-text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
  font-weight: 300;
  font-size: 70px;
  line-height: 91%;
  letter-spacing: -0.05em;
  color: var(--white);
}
@media screen and (min-width: 768px) {
  .solutions-big-text {
    font-size: 100px;
  }
}
@media screen and (min-width: 1280px) {
  .solutions-big-text {
    font-size: 128px;
    min-width: 205px;
    letter-spacing: 0;
    text-align: center;
  }
}

.solutions-big-text span {
  font-weight: 400;
  font-size: 32px;
  line-height: 120%;
  letter-spacing: 0.08em;
}
@media screen and (min-width: 768px) {
  .solutions-big-text span {
    font-size: 48px;
  }
}
@media screen and (min-width: 1280px) {
  .solutions-big-text span {
    font-size: 60px;
  }
}

.solutions-divider {
  width: 16px;
  border-top: 1px solid var(--brandColor);
}
@media screen and (min-width: 768px) {
  .solutions-divider {
    width: 24px;
  }
}
@media screen and (min-width: 1280px) {
  .solutions-divider {
    width: 32px;
  }
}

.solutions-description {
  font-weight: 400;
  font-size: 16px;
  line-height: 120%;
  color: var(--white);
}
@media screen and (min-width: 1280px) {
  .solutions-description {
    letter-spacing: 0.04em;
    max-width: 265px;
  }
}

.solutions-text-content:first-child {
  padding-bottom: 24px;
  border-bottom: 1px solid rgba(196, 249, 52, 0.41);
}

.solutions-text-content:last-child {
  padding-top: 24px;
}
@media screen and (min-width: 1280px) {
  .solutions-text-content:last-child {
    padding-top: 47px;
  }
}

.solutions-circles-bg {
  background-image: url("/wp-content/themes/purevibestyle/img//page-services/solution-imgs/circles.avif");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  aspect-ratio: 1/1;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (min-width: 1280px) {
  .solutions-circles-bg {
    max-width: 663px;
  }
}

.solutions-circles-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  padding-left: 8%;
}

.solution-circle-block:first-child {
  margin-right: 5%;
}

.solution-circle-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 4px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.solution-circle-title {
  font-weight: 500;
  font-size: 16px;
  line-height: 126%;
  text-align: center;
  color: var(--white);
  max-width: 80px;
}
@media screen and (min-width: 768px) {
  .solution-circle-title {
    font-size: 22px;
    max-width: 120px;
  }
}
@media screen and (min-width: 1280px) {
  .solution-circle-title {
    font-size: 28px;
    line-height: 120%;
    max-width: 150px;
  }
}

.solution-circle-subtitle {
  font-weight: 300;
  font-size: 12px;
  line-height: 120%;
  text-align: center;
  color: #d1d1d1;
}
@media screen and (min-width: 1280px) {
  .solution-circle-subtitle {
    line-height: 150%;
  }
}

.solutions-points {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 24px;
  margin-top: 24px;
}
@media screen and (min-width: 768px) {
  .solutions-points {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}
@media screen and (min-width: 1280px) {
  .solutions-points {
    gap: 80px;
    margin-top: 32px;
  }
}

.solutions-point {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media screen and (min-width: 768px) {
  .solutions-point:first-child {
    max-width: 384px;
  }
}

@media screen and (min-width: 768px) {
  .solutions-point:last-child {
    max-width: 453px;
  }
}

.solutions-point > svg {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 66px;
  height: 66px;
}

.solutions-point-text {
  font-weight: 400;
  font-size: 20px;
  line-height: 138%;
  letter-spacing: 0.02em;
  color: var(--white);
}
@media screen and (min-width: 1280px) {
  .solutions-point-text {
    font-size: 24px;
  }
}

.invest-title {
  margin-bottom: 32px;
}
@media screen and (min-width: 1280px) {
  .invest-title {
    margin-bottom: 56px;
  }
}

.invest-card-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 24px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media screen and (min-width: 1280px) {
  .invest-card-wrap {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}

.invest-card {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 24px;
  height: auto;
  width: 100%;
  background-color: #111111;
  background-image: url("../img/why-choose/bg-1.png"), url("../img/why-choose/blur.png");
  background-repeat: no-repeat, no-repeat;
  background-position: center, left top;
  background-size: cover, 128px 128px;
  -webkit-transition: background var(--animation-styles);
  transition: background var(--animation-styles);
}
@media screen and (min-width: 768px) {
  .invest-card {
    width: 540px;
  }
  .invest-card:nth-child(odd) {
    margin-left: 108px;
  }
  .invest-card:nth-child(even) {
    margin-right: 108px;
  }
}
@media screen and (min-width: 1280px) {
  .invest-card {
    width: 384px;
    height: 264px;
    padding: 32px 24px;
  }
  .invest-card:nth-child(odd) {
    margin-left: 0;
  }
  .invest-card:nth-child(even) {
    margin-right: 0;
  }
  .invest-card:hover {
    background-image: url("../img/why-choose/bg-hover.avif");
    background-repeat: no-repeat, no-repeat;
    background-position: center, center;
    background-size: cover, cover;
  }
}
@media screen and (min-width: 1280px) and (min-width: 1280px) {
  .invest-card:hover:hover {
    background-image: url("../img/why-choose/bg-hover.avif");
    background-repeat: no-repeat, no-repeat;
    background-position: center, center;
    background-size: cover, cover;
  }
}

.invest-card > svg {
  width: 60px;
  height: 60px;
}
@media screen and (min-width: 1280px) {
  .invest-card > svg {
    width: 84px;
    height: 84px;
  }
}

.invest-card-title {
  margin-bottom: 16px;
  color: var(--white);
  font-size: 24px;
  line-height: 134%;
  text-transform: lowercase;
  font-weight: 400;
}
@media screen and (min-width: 1280px) {
  .invest-card-title {
    margin-bottom: 8px;
    line-height: 120%; /* 28.8px */
  }
}

.invest-card-text {
  color: rgba(242, 242, 247, 0.81);
  font-size: 16px;
  line-height: 125%;
}
.invest-card-text > span {
  color: var(--brandColor);
  font-size: 20px;
}

.dev-flow {
  position: relative;
}

.dev-flow-decor1 {
  position: absolute;
  top: -250px;
  left: 0;
  z-index: -1;
}

.dev-flow-decor2 {
  position: absolute;
  bottom: -200px;
  right: 0;
  z-index: -1;
}

.dev-flow-title-wrap {
  margin-bottom: 32px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 16px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: start;
}
@media screen and (min-width: 768px) {
  .dev-flow-title-wrap {
    gap: 40px;
  }
}
@media screen and (min-width: 1280px) {
  .dev-flow-title-wrap {
    gap: 80px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

.dev-flow-title {
  font-size: 24px;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .dev-flow-title {
    font-size: 32px;
  }
}
@media screen and (min-width: 1280px) {
  .dev-flow-title {
    font-size: 40px;
  }
}

.dev-flow-text {
  width: 100%;
  color: var(--white);
  font-size: 16px;
  line-height: 120%;
  text-transform: lowercase;
}
.dev-flow-text > span {
  color: var(--brandColor);
}
@media screen and (min-width: 1280px) {
  .dev-flow-text {
    font-size: 24px;
  }
}

.dev-flow-step-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  width: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 24px;
  padding-bottom: 56px;
  border-bottom: 1px solid rgba(175, 175, 175, 0.4);
}
@media screen and (min-width: 1280px) {
  .dev-flow-step-wrap {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}
.dev-flow-step-wrap.first {
  margin-bottom: 56px;
}

.dev-flow-card {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 8px 16px;
  height: auto;
  width: 100%;
  background-color: #111111;
  background-image: url("../img/why-choose/bg-1.png"), url("../img/why-choose/blur.png");
  background-repeat: no-repeat, no-repeat;
  background-position: center, left top;
  background-size: cover, 128px 128px;
  -webkit-transition: background var(--animation-styles);
  transition: background var(--animation-styles);
  border-radius: 16px;
}
@media screen and (min-width: 1280px) {
  .dev-flow-card {
    height: 208px;
    width: 368px;
    min-width: 368px;
  }
  .dev-flow-card:hover {
    background-image: url("../img/why-choose/bg-hover.avif");
    background-repeat: no-repeat, no-repeat;
    background-position: center, center;
    background-size: cover, cover;
  }
}
@media screen and (min-width: 1280px) and (min-width: 1280px) {
  .dev-flow-card:hover:hover {
    background-image: url("../img/why-choose/bg-hover.avif");
    background-repeat: no-repeat, no-repeat;
    background-position: center, center;
    background-size: cover, cover;
  }
}
@media screen and (min-width: 1440px) {
  .dev-flow-card {
    width: 444px;
    min-width: 444px;
  }
}

.df-step-text-w {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 24px;
  width: 100%;
}

.df-step-num {
  color: rgba(175, 175, 175, 0.41);
  font-size: 48px;
  font-weight: 700;
  line-height: 120%;
  letter-spacing: 0.25px;
}

.df-step-title {
  color: var(--brandColor);
  font-size: 32px;
  font-weight: 400;
  line-height: 120%;
  text-transform: lowercase;
}

.df-card-icon-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 16px;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.df-card-icon-wrap > svg {
  width: 84px;
  height: 84px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

.dev-flow-card-title {
  color: var(--brandColor);
  text-shadow: 0 0 5.3px #000;
  font-size: 24px;
  font-weight: 700;
  line-height: 148%;
  letter-spacing: 0.48px;
}

.dev-flow-card-text {
  padding-top: 12px;
  text-shadow: 0 0 5.3px #000;
  line-height: 148%;
  letter-spacing: 0.32px;
}

.df-data-wrap {
  margin-top: 80px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 24px;
}
@media screen and (min-width: 1280px) {
  .df-data-wrap {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}

.df-data-card {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 24px;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: start;
  width: 100%;
  height: 140px;
}
@media screen and (min-width: 1280px) {
  .df-data-card {
    width: 536px;
  }
}

.df-data-num-w {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
  gap: 4px;
}
.df-data-num-w::after {
  content: "";
  display: block;
  width: 32px;
  border-top: 1px solid var(--brandColor);
}

.df-data-num {
  font-size: 102px;
  font-weight: 300;
  line-height: 91%;
  letter-spacing: -6.4px;
}
@media screen and (min-width: 768px) {
  .df-data-num {
    font-size: 128px;
  }
}

.df-data-per {
  font-size: 48px;
  line-height: 120%;
  letter-spacing: 4.8px;
}
@media screen and (min-width: 768px) {
  .df-data-per {
    font-size: 60px;
  }
}

.df-data-text {
  line-height: 120%;
  letter-spacing: 0.64px;
}
.df-data-text > span {
  color: var(--brandColor);
  font-size: 24px;
  font-weight: 600;
  letter-spacing: 0.96px;
}

@media screen and (min-width: 768px) {
  .portfolio-service-title {
    max-width: 50%;
  }
}

.port-services-title-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 16px;
  margin-bottom: 32px;
}
@media screen and (min-width: 1280px) {
  .port-services-title-wrapper {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: end;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin-bottom: 80px;
  }
}

.portfolio-accent-link {
  font-style: italic;
  font-size: 16px;
  color: var(--brandColor);
  line-height: 120%;
  letter-spacing: 0.08em;
  text-transform: lowercase;
  margin-left: auto;
}
@media screen and (min-width: 768px) {
  .portfolio-accent-link {
    font-size: 20px;
  }
}
@media screen and (min-width: 1280px) {
  .portfolio-accent-link {
    font-size: 24px;
  }
}

.portfolio-accent-link span {
  text-decoration: underline;
}

.service-hero-wrap {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 24px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (min-width: 1280px) {
  .service-hero-wrap {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    gap: 0;
  }
}

.service-title-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 16px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
@media screen and (min-width: 1280px) {
  .service-title-wrap {
    padding-top: 36px;
    gap: 40px;
    width: 704px;
  }
}

.service-title-heading {
  color: var(--white);
  font-size: 44px;
  font-weight: 300;
  line-height: 122%;
}
@media screen and (min-width: 1280px) {
  .service-title-heading {
    font-size: 70px;
    font-weight: 400;
    line-height: 120%;
  }
}

.service-title-text {
  color: var(--hiddenText);
  font-weight: 300;
  line-height: 144%;
}
@media screen and (min-width: 1280px) {
  .service-title-text {
    font-size: 24px;
    line-height: 148%;
    letter-spacing: 0.48px;
  }
}

.lets-talk-btn.desktop {
  display: none;
}
@media screen and (min-width: 1280px) {
  .lets-talk-btn.desktop {
    display: block;
  }
}

.lets-talk-btn.mobile {
  display: block;
  width: 220px;
  margin-right: auto;
}
@media screen and (min-width: 1280px) {
  .lets-talk-btn.mobile {
    display: none;
  }
}

.service-hero-img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -ms-flex-negative: 1;
      flex-shrink: 1;
  overflow: hidden;
}
@media screen and (min-width: 1280px) {
  .service-hero-img {
    width: 100%;
  }
}

.platform-section {
  background-image: url("/wp-content/themes/purevibestyle/img//page-services/solution-imgs/bg-mob.avif");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}
@media screen and (min-width: 1280px) {
  .platform-section {
    background-image: url("/wp-content/themes/purevibestyle/img//page-services/solution-imgs/bg.avif");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    background-repeat: no-repeat;
    background-position: center left -20%;
    background-size: auto 140%;
  }
}

.platform-title > span {
  color: var(--brandColor);
}

.platforms-list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-template-rows: repeat(3, 1fr);
  grid-column-gap: 12px;
  grid-row-gap: 40px;
  justify-items: center;
  margin-top: 32px;
}
@media screen and (min-width: 1280px) {
  .platforms-list {
    margin-top: 56px;
    grid-template-columns: repeat(3, 1fr);
    grid-template-rows: repeat(2, 1fr);
  }
}

.platform-item {
  position: relative;
  width: 164px;
  height: 80px;
}
@media screen and (min-width: 1280px) {
  .platform-item {
    width: 320px;
    height: 154px;
  }
}
.platform-item > span {
  display: block;
  width: 100%;
  height: 100%;
}
.platform-item svg {
  display: block;
  width: 100%;
  height: 100%;
}
.platform-item > .platform-svg-nohover {
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transition: var(--transition-opacity);
  transition: var(--transition-opacity);
}
.platform-item > .platform-svg-hover {
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transition: var(--transition-opacity);
  transition: var(--transition-opacity);
}
.platform-item > .platform-svg-nohover {
  opacity: 1;
}
.platform-item.active > .platform-svg-nohover {
  opacity: 0;
}
.platform-item:hover > .platform-svg-nohover {
  opacity: 0;
}
.platform-item > .platform-svg-hover {
  opacity: 0;
}
.platform-item.active > .platform-svg-hover {
  opacity: 1;
}
.platform-item:hover > .platform-svg-hover {
  opacity: 1;
}

.full-cycle-title {
  margin-bottom: 32px;
}
@media screen and (min-width: 1280px) {
  .full-cycle-title {
    margin-bottom: 40px;
  }
}

.service-title-text.full-cycle-title-text {
  margin-bottom: 32px;
}
@media screen and (min-width: 1280px) {
  .service-title-text.full-cycle-title-text {
    max-width: 628px;
    margin-bottom: 56px;
  }
}

.full-cycle-card-wrap {
  margin-bottom: 32px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 24px;
}
@media screen and (min-width: 768px) {
  .full-cycle-card-wrap {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
@media screen and (min-width: 1280px) {
  .full-cycle-card-wrap {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-bottom: 56px;
  }
}

.full-cycle-card {
  padding: 32px 24px;
  width: 100%;
  height: 372px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
  background-color: #111111;
  background-image: url("../img/why-choose/bg-1.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
@media screen and (min-width: 768px) {
  .full-cycle-card {
    width: 100%;
    height: 320px;
  }
}
@media screen and (min-width: 1280px) {
  .full-cycle-card {
    width: 380px;
    height: 343px;
  }
}

.full-cycle-card-icon {
  width: 84px;
  height: 84px;
  margin-bottom: 16px;
}
.full-cycle-card-icon > svg {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.full-cycle-card-title {
  margin-bottom: 12px;
  color: var(--backgrounds-primary);
  font-size: 22px;
  line-height: 128%;
  text-transform: lowercase;
}

.full-cycle-card-stack {
  margin-bottom: 12px;
  color: var(--brandColor);
  font-family: Helvetica;
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: 120%;
  letter-spacing: 1.92px;
}

.full-cycle-card-text {
  color: var(--grey-color-81);
  line-height: 142%;
}

.fc-subcontent-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 24px;
}
@media screen and (min-width: 1280px) {
  .fc-subcontent-wrap {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    gap: 32px;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}

.fc-subtext-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 24px;
}
@media screen and (min-width: 1280px) {
  .fc-subtext-wrap {
    max-width: 480px;
  }
}

.fc-subtitle {
  color: var(--white);
  font-family: Inter;
  font-size: 32px;
  font-weight: 400;
  line-height: 120%;
  text-transform: lowercase;
}
@media screen and (min-width: 1280px) {
  .fc-subtitle {
    font-size: 40px;
  }
}

.wcdev-section {
  background-image: url("../img/why-choose/bg-wcdev-mob.svg"), url("../img/why-choose/wc-dev-bg.svg");
  background-position: bottom right, top left;
  background-repeat: no-repeat, no-repeat;
}
@media screen and (min-width: 768px) {
  .wcdev-section {
    background-image: url("../img/why-choose/bg-wcdev-tablet.svg"), url("../img/why-choose/wc-dev-bg.svg");
  }
}
@media screen and (min-width: 1280px) {
  .wcdev-section {
    background-image: url("../img/why-choose/bg-wcdev.svg"), url("../img/why-choose/wc-dev-bg.svg"), url("../img/why-choose/wc-dev-bg-2.svg");
    background-position: bottom left max(0px, (100vw - 1440px) / 2), top -220px left, bottom -320px right;
    background-repeat: no-repeat, no-repeat, no-repeat;
  }
}

.wcdev-card {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  height: auto;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .wcdev-card {
    height: 195px;
  }
}
@media screen and (min-width: 1280px) {
  .wcdev-card {
    width: 338px;
    height: 222px;
  }
}

@media screen and (min-width: 1280px) {
  .invest-card-wrap.dev {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

.lets-build-section {
  background-image: url("../img/page-services/lets-build/lets-build-bg-mob-min.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: top left;
  padding: 80px 0 40px 0;
  height: auto;
  margin-bottom: 40px;
}
@media screen and (min-width: 768px) {
  .lets-build-section {
    background-image: url("../img/page-services/lets-build/lets-build-bg-tab-min.jpg");
    padding: 80px 0 65px 0;
  }
}
@media screen and (min-width: 1280px) {
  .lets-build-section {
    background-image: url("../img/page-services/lets-build/lets-build-bg-desk-min.jpg");
    padding-top: 28px;
    padding-bottom: 28px;
    margin-bottom: 0;
  }
}

.timer-section-content.lets-build {
  margin-bottom: 245px;
}
@media screen and (min-width: 768px) {
  .timer-section-content.lets-build {
    margin-bottom: 0;
  }
}
@media screen and (min-width: 1280px) {
  .timer-section-content.lets-build {
    margin-top: 16px;
  }
}

@media screen and (min-width: 768px) {
  .timer-section-subtitle.lets-build {
    margin-bottom: 342px;
  }
}
@media screen and (min-width: 1280px) {
  .timer-section-subtitle.lets-build {
    margin-bottom: 32px;
    max-width: 372px;
  }
}

@media screen and (min-width: 768px) {
  .lets-build-cta-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 24px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
@media screen and (min-width: 1280px) {
  .lets-build-cta-wrap {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}

.timer-transparent-btn-desk.lets-build {
  margin-top: 0;
}

.free-section {
  background-image: url("../img/page-home/hero-decor-img.avif"), url("../img/page-about-us/bg/we-create-bg.svg");
  background-repeat: no-repeat, no-repeat;
  background-size: 140px 120px, 459px 532px;
  background-position: top left, top -153px right;
}
@media screen and (min-width: 768px) {
  .free-section {
    background-size: 280px 240px, 900px 1000px;
    background-position: top left, top -240px right;
  }
}
@media screen and (min-width: 1280px) {
  .free-section {
    padding-top: 0;
  }
}

@media screen and (min-width: 1280px) {
  .free-hero-wrap {
    display: grid;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: start;
    grid-template-columns: 408px 1fr;
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    -webkit-column-gap: 86px;
       -moz-column-gap: 86px;
            column-gap: 86px;
    row-gap: 30px;
    padding-top: 88px;
  }
  .free-hero-wrap > .free-hero-text-wrap {
    grid-area: 1/1/2/2;
  }
  .free-hero-wrap > img {
    grid-area: 1/2/3/3;
  }
  .free-hero-wrap > .free-h-b-wrap {
    grid-area: 2/1/3/2;
    padding-bottom: 88px;
  }
}

.free-hero-text-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 16px;
  text-align: center;
}
@media screen and (min-width: 1280px) {
  .free-hero-text-wrap {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: start;
    gap: 24px;
    text-align: left;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
}

.free-hero-text-wrap .break {
  display: none;
}
@media screen and (min-width: 1280px) {
  .free-hero-text-wrap .break {
    display: block;
  }
}

.free-hero-wrap > img {
  margin-top: 16px;
  margin-bottom: 32px;
}
@media screen and (min-width: 1280px) {
  .free-hero-wrap > img {
    margin: 0;
  }
}

.free-h-b-wrap > a {
  margin: 0 auto;
}
@media screen and (min-width: 1280px) {
  .free-h-b-wrap > a {
    margin: 0;
  }
}

.what-get-free-section {
  background-image: url("../img/page-free/bg-try-free-what-get.avif");
  background-size: 222px 210px;
  background-repeat: no-repeat;
  background-position: calc(100% + 71px) -18px;
}
@media screen and (min-width: 768px) {
  .what-get-free-section {
    background-size: 322px 304px;
    background-position: calc(100% + 82px) -12px;
  }
}
@media screen and (min-width: 1280px) {
  .what-get-free-section {
    background-size: 388px 367px;
    background-position: calc(100% + 96px) 62%;
  }
}

.what-get-free-title {
  margin-bottom: 32px;
}
@media screen and (min-width: 768px) {
  .what-get-free-title {
    text-align: center;
  }
}
@media screen and (min-width: 1280px) {
  .what-get-free-title {
    margin-bottom: 56px;
    text-align: left;
  }
}

@media screen and (min-width: 768px) {
  .what-get-free-cards-list {
    display: grid;
    gap: 24px;
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: repeat(3, 1fr);
  }
}
@media screen and (min-width: 1440px) {
  .what-get-free-cards-list {
    grid-template-columns: repeat(3, 1fr);
    grid-template-rows: repeat(2, 1fr);
  }
}

.what-get-free-card {
  display: grid;
  grid-template-rows: auto 1fr auto;
  padding: 24px;
  height: auto;
  width: 100%;
  background-color: #111111;
  background-image: url("../img/why-choose/bg-1.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  -webkit-transition: background var(--animation-styles);
  transition: background var(--animation-styles);
}
@media screen and (min-width: 1280px) {
  .what-get-free-card {
    padding: 32px 24px;
  }
  .what-get-free-card:hover {
    background-image: url("../img/why-choose/bg-hover.avif");
    background-repeat: no-repeat, no-repeat;
    background-position: center, center;
    background-size: cover, cover;
  }
}
.what-get-free-card:not(:last-child) {
  margin-bottom: 24px;
}
@media screen and (min-width: 768px) {
  .what-get-free-card:not(:last-child) {
    margin-bottom: 0;
  }
}

.what-get-free-card > svg {
  width: 60px;
  height: 60px;
}
@media screen and (min-width: 1280px) {
  .what-get-free-card > svg {
    width: 84px;
    height: 84px;
  }
}

.what-get-free-card-title {
  margin-bottom: 16px;
  color: var(--white);
  font-size: 24px;
  line-height: 134%;
  text-transform: lowercase;
  font-weight: 400;
}
@media screen and (min-width: 1280px) {
  .what-get-free-card-title {
    margin-bottom: 8px;
    line-height: 120%;
  }
}

.what-get-free-card-text {
  color: rgba(242, 242, 247, 0.81);
  font-size: 16px;
  line-height: 125%;
}
.what-get-free-card-text > span {
  color: var(--brandColor);
  font-size: 20px;
}

.who-its-for-container {
  height: 550vh;
}
@media screen and (min-width: 1280px) {
  .who-its-for-container {
    padding-left: 0;
    margin-left: 0;
  }
}

.who-its-for-title-wrapper {
  margin-bottom: 40px;
}
@media screen and (min-width: 768px) {
  .who-its-for-title-wrapper {
    position: absolute;
    top: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    max-width: 400px;
  }
}
@media screen and (min-width: 1280px) {
  .who-its-for-title-wrapper {
    position: static;
    -webkit-transform: translateX(0);
            transform: translateX(0);
    margin-left: auto;
    max-width: 347px;
    margin-right: 0;
  }
}

.who-its-for-title-wrapper.desk {
  display: none;
}
@media screen and (min-width: 768px) {
  .who-its-for-title-wrapper.desk {
    display: block;
  }
}

.who-its-for-title-wrapper.mob {
  display: block;
}
@media screen and (min-width: 768px) {
  .who-its-for-title-wrapper.mob {
    display: none;
  }
}

.who-its-for-title {
  margin-bottom: 40px;
}
@media screen and (min-width: 1280px) {
  .who-its-for-title {
    margin-bottom: 56px;
  }
}

.who-its-for-subtitle {
  font-weight: 400;
  font-size: 18px;
  line-height: 140%;
  color: rgba(255, 255, 255, 0.8);
  text-align: right;
}
@media screen and (min-width: 1280px) {
  .who-its-for-subtitle {
    font-size: 20px;
  }
}

.who-its-for-mob-img {
  display: block;
}
@media screen and (min-width: 768px) {
  .who-its-for-mob-img {
    display: none;
  }
}

.who-its-for-inner {
  position: sticky;
  top: 24px;
  background-image: url("../img/scroll-slider-img/bg.avif");
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}
@media screen and (min-width: 768px) {
  .who-its-for-inner {
    background-image: url("../img/scroll-slider-img/bg-tab.avif");
    background-size: contain;
    background-position: top -20px center;
    background-repeat: no-repeat;
  }
}
@media screen and (min-width: 1280px) {
  .who-its-for-inner {
    top: 48px;
    background-image: url("../img/scroll-slider-img/bg.avif");
    background-size: auto 100%;
    background-position: top -100px left -550px;
    background-repeat: no-repeat;
  }
}

.circle-mask {
  display: none;
}
@media screen and (min-width: 768px) {
  .circle-mask {
    display: block;
    overflow: hidden;
    position: absolute;
    top: 0px;
    left: 0;
    width: 100%;
    height: 220px;
  }
}
@media screen and (min-width: 1280px) {
  .circle-mask {
    width: 16%;
    height: 866px;
    top: -100px;
    left: 0;
  }
}

.circle-indicator {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  aspect-ratio: 1/1;
  -webkit-transform-origin: center center;
          transform-origin: center center;
}
@media screen and (min-width: 1280px) {
  .circle-indicator {
    width: 850px;
    height: 850px;
    top: 0;
    right: 0;
    left: auto;
  }
}

.circle-svg {
  width: 100%;
  height: 100%;
}
@media screen and (min-width: 768px) {
  .circle-svg {
    -webkit-transform: rotate(89deg);
            transform: rotate(89deg);
  }
}
@media screen and (min-width: 1280px) {
  .circle-svg {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
    width: 850px;
    height: 850px;
  }
}

.step {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 16px;
  font-weight: 700;
  font-size: 32px;
  line-height: 135%;
  text-transform: uppercase;
  opacity: 1;
  margin-bottom: 32px;
  color: var(--brandColor);
}
@media screen and (min-width: 768px) {
  .step {
    color: var(--white);
    font-size: 36px;
  }
}
@media screen and (min-width: 1280px) {
  .step {
    font-weight: 300;
    margin-bottom: 0;
    font-size: 96px;
    line-height: 233%;
  }
}

.dot {
  width: 12px;
  height: 12px;
}
@media screen and (min-width: 1280px) {
  .dot {
    width: 21px;
    height: 21px;
    background-color: var(--brandColor);
  }
}

.step-slider {
  position: relative;
  min-height: 560px;
}
@media screen and (min-width: 768px) {
  .step-slider {
    min-height: 550px;
  }
}
@media screen and (min-width: 1280px) {
  .step-slider {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-left: auto;
    min-height: 100svh;
  }
}

.step-slide {
  opacity: 0;
  position: absolute;
  top: 0;
  right: 0;
  pointer-events: none;
  z-index: 0;
  -webkit-transition: opacity 0.4s ease-out;
  transition: opacity 0.4s ease-out;
}
@media screen and (min-width: 768px) {
  .step-slide {
    padding-top: 235px;
  }
}
@media screen and (min-width: 1280px) {
  .step-slide {
    top: 0;
    right: 0;
    width: 100%;
    padding-top: 0;
    padding-left: 17%;
  }
}

.step-slide.active {
  opacity: 1;
  z-index: 2;
  pointer-events: auto;
}

.step-slide-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media screen and (min-width: 768px) {
  .step-slide-wrapper {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
@media screen and (min-width: 1280px) {
  .step-slide-wrapper {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: start;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    gap: 10%;
  }
}

.steps-tablet-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 32px;
}
@media screen and (min-width: 768px) {
  .steps-tablet-flex {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: start;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    gap: 10%;
  }
}

@media screen and (min-width: 768px) {
  .step-slide-content {
    width: 500px;
    border-bottom: 1px solid rgba(205, 214, 218, 0.46);
    border-top: 1px solid rgba(205, 214, 218, 0.46);
    padding: 56px 0px;
  }
}

.step-slide-title {
  font-weight: 400;
  font-size: 24px;
  line-height: 100%;
  text-transform: uppercase;
  color: var(--white);
  margin-bottom: 8px;
}
@media screen and (min-width: 1280px) {
  .step-slide-title {
    font-size: 36px;
    margin-bottom: 16px;
  }
}

.step-slide-text {
  font-weight: 400;
  font-size: 16px;
  line-height: 142%;
  color: rgba(255, 255, 255, 0.8);
}
@media screen and (min-width: 1280px) {
  .step-slide-text {
    font-size: 20px;
    color: rgba(255, 255, 255, 0.8);
  }
}

.step-slider-slogan {
  font-weight: 400;
  font-size: 24px;
  line-height: 120%;
  text-transform: lowercase;
  color: var(--white);
}
@media screen and (min-width: 768px) {
  .step-slider-slogan {
    max-width: 370px;
  }
}
@media screen and (min-width: 1280px) {
  .step-slider-slogan {
    margin-top: -10%;
    margin-left: auto;
    font-size: 40px;
    max-width: 700px;
  }
}

.step-slider-slogan span {
  color: var(--brandColor);
}

.step-slide-img {
  width: 238px;
  height: 328px;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 0% 5%;
     object-position: 0% 5%;
}
@media screen and (min-width: 768px) {
  .step-slide-img {
    max-height: auto;
    width: 238px;
    height: 328px;
  }
}
@media screen and (min-width: 1280px) {
  .step-slide-img {
    width: 347px;
    height: 480px;
  }
}

.t-p-section {
  overflow: visible !important;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#000), color-stop(100%, rgba(0, 0, 0, 0)), to(#000)), url("../img/page-home/hero-decor-img.avif");
  background-image: linear-gradient(180deg, #000 0%, rgba(0, 0, 0, 0) 100%, #000 100%), url("../img/page-home/hero-decor-img.avif");
  background-size: 440px 440px, 440px 440px;
  background-repeat: no-repeat;
  background-position: top -50px left -120px, top -50px left -120px;
}
@media screen and (min-width: 768px) {
  .t-p-section {
    padding: 160px 0;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#000), color-stop(47.46%, rgba(0, 0, 0, 0)), to(#000)), url("../img/page-home/hero-decor-img.avif");
    background-image: linear-gradient(180deg, #000 0%, rgba(0, 0, 0, 0) 47.46%, #000 100%), url("../img/page-home/hero-decor-img.avif");
    background-size: 900px 900px, 900px 900px;
    background-position: -275px center, -275px center;
  }
}
@media screen and (min-width: 1280px) {
  .t-p-section {
    padding: 70px 0;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#000), color-stop(47.46%, rgba(0, 0, 0, 0)), to(#000)), url("../img/page-home/hero-decor-img.avif"), -webkit-gradient(linear, left top, left bottom, from(#000), color-stop(47.46%, rgba(0, 0, 0, 0)), to(#000));
    background-image: linear-gradient(180deg, #000 0%, rgba(0, 0, 0, 0) 47.46%, #000 100%), url("../img/page-home/hero-decor-img.avif"), linear-gradient(180deg, #000 0%, rgba(0, 0, 0, 0) 47.46%, #000 100%);
    background-size: 496px 348px, 496px 348px, 432px 304px;
    background-position: top 715px left -110px, top 715px left -110px, bottom 120px right 0;
  }
}
@media screen and (min-width: 1440px) {
  .t-p-section {
    padding: 80px 0;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#000), color-stop(47.46%, rgba(0, 0, 0, 0)), to(#000)), url("../img/page-home/hero-decor-img.avif"), -webkit-gradient(linear, left top, left bottom, from(#000), color-stop(47.46%, rgba(0, 0, 0, 0)), to(#000));
    background-image: linear-gradient(180deg, #000 0%, rgba(0, 0, 0, 0) 47.46%, #000 100%), url("../img/page-home/hero-decor-img.avif"), linear-gradient(180deg, #000 0%, rgba(0, 0, 0, 0) 47.46%, #000 100%);
    background-size: 496px 348px, 496px 348px, 432px 304px;
    background-position: top 715px left -110px, top 715px left -110px, bottom 120px right 0;
  }
}

.t-p-title-mob {
  margin-bottom: 32px;
  font-size: 32px;
  color: var(--white);
  line-height: 120%;
}
@media screen and (min-width: 1280px) {
  .t-p-title-mob {
    display: none;
  }
}

.t-p-title-desk {
  display: none;
  margin-bottom: -10px;
  font-size: 60px;
  color: var(--white);
  line-height: 120%;
}
@media screen and (min-width: 1280px) {
  .t-p-title-desk {
    display: block;
  }
}

.t-p-nav-wrap {
  overflow: visible !important;
  width: 100%;
  margin-bottom: 24px;
}
@media screen and (min-width: 768px) {
  .t-p-nav-wrap {
    width: 220px;
    min-width: 220px;
  }
}
@media screen and (min-width: 1280px) {
  .t-p-nav-wrap {
    margin-bottom: 0;
  }
}
@media screen and (min-width: 1440px) {
  .t-p-nav-wrap {
    width: 404px;
    min-width: 404px;
  }
}

.t-p-nav-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 16px;
}
@media screen and (min-width: 1280px) {
  .t-p-nav-list {
    position: sticky;
    top: 40px;
  }
}

.t-p-nav-item {
  min-height: 28px;
}

.t-p-nav-link {
  width: 100%;
  color: var(--lightGreyColor);
  font-size: 18px;
  line-height: 140%;
  border-bottom: 1px solid transparent;
  -webkit-transition: all 250ms var(--cubic);
  transition: all 250ms var(--cubic);
}
@media (hover: hover) and (pointer: fine) {
  .t-p-nav-link:hover {
    color: var(--white);
    border-bottom: 1px solid var(--brandColor);
  }
}
@media screen and (min-width: 768px) {
  .t-p-nav-link {
    font-size: 20px;
  }
}

.t-p-page-wrap {
  overflow: visible !important;
}
@media screen and (min-width: 1280px) {
  .t-p-page-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 40px;
  }
}

.t-p-text-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 60px;
}

.t-p-subsection {
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 32px;
}

.t-p-subtitle {
  color: var(--white);
  font-size: 24px;
}
@media screen and (min-width: 768px) {
  .t-p-subtitle {
    font-size: 32px;
  }
}

.t-p-text-list {
  list-style: disc;
  padding-left: 24px;
}

.t-p-text {
  color: var(--lightGreyColor);
  font-size: 18px;
  line-height: 140%;
}

.aside-burger {
  display: block;
  position: fixed;
  z-index: 997;
  top: 14px;
  right: 10px;
  padding: 20px;
  background-color: transparent;
  border: none;
}
@media screen and (min-width: 1280px) {
  .aside-burger {
    display: none;
  }
}
.aside-burger > svg {
  width: 55px;
  height: 33px;
}

.aside-close {
  position: absolute;
  width: 44px;
  height: 44px;
  background: transparent;
  border: none;
  top: -24px;
  right: -10px;
  z-index: 100;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.aside-close > svg {
  width: 16px;
  height: 16px;
  min-width: 16px;
  min-height: 16px;
}
@media screen and (min-width: 1280px) {
  .aside-close {
    display: none;
  }
}

.aside-menu-bg {
  position: fixed;
  z-index: 998;
  top: 0;
  right: 0;
  width: 0;
  height: 0;
  background: transparent;
}
.aside-menu-bg.menu-open {
  width: 100vw;
  height: 100vh;
}

.mobile-menu-container {
  position: fixed;
  top: 0;
  right: 0;
  width: 220px;
  height: 100%;
  padding: 52px 20px 0 20px;
  z-index: 999;
  -webkit-transform: translateX(100%);
          transform: translateX(100%);
  background: -webkit-gradient(linear, left top, left bottom, from(#000), to(rgba(0, 0, 0, 0)));
  background: linear-gradient(180deg, #000 0%, rgba(0, 0, 0, 0) 100%);
  backdrop-filter: blur(11px);
  -webkit-backdrop-filter: blur(11px);
  overflow-y: auto;
  -webkit-transition: -webkit-transform 550ms cubic-bezier(0.4, 0, 0.2, 1);
  transition: -webkit-transform 550ms cubic-bezier(0.4, 0, 0.2, 1);
  transition: transform 550ms cubic-bezier(0.4, 0, 0.2, 1);
  transition: transform 550ms cubic-bezier(0.4, 0, 0.2, 1), -webkit-transform 550ms cubic-bezier(0.4, 0, 0.2, 1);
}
.menu-open .mobile-menu-container {
  -webkit-transform: translateX(0);
          transform: translateX(0);
}
@media screen and (max-width: 1279px) {
  .mobile-menu-container {
    z-index: 999;
  }
}
@media screen and (min-width: 1280px) {
  .mobile-menu-container {
    display: block;
    -webkit-transform: translateX(0);
            transform: translateX(0);
    width: 198px;
    padding: 40px 16px 0 36px;
    position: fixed;
    top: 0px;
    right: 20px;
    background: transparent;
    backdrop-filter: blur(0);
    overflow: hidden;
  }
}
@media screen and (min-width: 1440px) {
  .mobile-menu-container {
    width: 188px;
    padding: 40px 16px 0 20px;
  }
}

.mobile-menu {
  width: 180px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-right: auto;
}
@media screen and (min-width: 1280px) {
  .mobile-menu {
    margin-bottom: 0;
  }
}

.menu-container {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  margin: 0 auto;
  padding-top: 40px;
}
@media screen and (min-width: 1280px) {
  .menu-container {
    margin: 0;
  }
}

.menu-items-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 12px;
}
@media screen and (min-width: 768px) {
  .menu-items-list {
    gap: 16px;
  }
}

.menu-item > a {
  -webkit-transition: color var(--animation-styles);
  transition: color var(--animation-styles);
}
@media (hover: hover) and (pointer: fine) {
  .menu-item:hover > a:hover, .menu-item:focus > a:hover {
    color: var(--brandColor);
    cursor: pointer;
  }
}

.menu-item-link {
  width: 132px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
  padding: 4px 0;
}

.menu-item:last-child > .menu-item-link {
  padding: 14px 16px;
  width: 160px;
  border: 1px solid var(--white);
  -webkit-transition: var(--transition-border-color);
  transition: var(--transition-border-color);
}
.menu-item:last-child > .menu-item-link:hover {
  border: 1px solid var(--brandColor);
}

.menu-item:last-child > .menu-item-link {
  text-transform: uppercase;
}

.menu-soc-list {
  width: 140px;
  margin-right: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -ms-flex-line-pack: center;
      align-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 24px;
  margin-top: 20px;
}
@media screen and (min-width: 768px) {
  .menu-soc-list {
    margin-top: 40px;
  }
}
@media screen and (min-width: 1280px) {
  .menu-soc-list {
    display: none;
  }
}

.menu-soc-link {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 36px;
  height: 36px;
  padding: 8px;
  border: 1px solid var(--white);
  border-radius: 50%;
  background: var(--black);
  color: var(--white);
  -webkit-transition: background-color var(--animation-styles);
  transition: background-color var(--animation-styles);
  overflow: hidden;
}
.menu-soc-link .social-icon,
.menu-soc-link .social-icon-hover {
  position: absolute;
  -webkit-transition: opacity var(--animation-styles);
  transition: opacity var(--animation-styles);
}
.menu-soc-link .social-icon {
  opacity: 1;
}
.menu-soc-link .social-icon-hover {
  opacity: 0;
}
@media (hover: hover) and (pointer: fine) {
  .menu-soc-link:hover:hover, .menu-soc-link:focus:hover {
    background-color: var(--brandColor);
    border: 1px solid var(--brandColor);
  }
  .menu-soc-link:hover:hover .social-icon, .menu-soc-link:focus:hover .social-icon {
    opacity: 0;
  }
  .menu-soc-link:hover:hover .social-icon-hover, .menu-soc-link:focus:hover .social-icon-hover {
    opacity: 1;
  }
}
@media screen and (min-width: 768px) {
  .menu-soc-link {
    width: 49px;
    height: 49px;
  }
}

.language-selector {
  position: relative;
  display: inline-block;
  margin-bottom: 40px;
}

.language-toggle {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: transparent;
  padding: 8px 12px;
  color: var(--white);
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-transition: background-color 0.3s ease;
  transition: background-color 0.3s ease;
  border: 1px solid var(--white);
  width: 150px;
  background: var(--black);
  margin-bottom: 0px;
  outline: none;
}
@media (pointer: fine) {
  .language-toggle {
    cursor: pointer;
  }
}
@media (hover: hover) and (pointer: fine) {
  .language-toggle:hover {
    border-color: var(--brandColor);
  }
}
.language-toggle:focus {
  border-color: var(--brandColor);
}

/* Стили для выпадающего списка */
.language-dropdown {
  display: none;
  position: absolute;
  top: 110%;
  left: 0;
  background-color: var(--black);
  -webkit-box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
          box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
  padding: 10px 0;
  list-style: none;
  margin: 0;
  min-width: 150px;
  z-index: 10;
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translateY(-10px);
          transform: translateY(-10px);
  -webkit-transition: opacity 0.3s ease, visibility 0s ease 0.3s, -webkit-transform 0.3s ease;
  transition: opacity 0.3s ease, visibility 0s ease 0.3s, -webkit-transform 0.3s ease;
  transition: opacity 0.3s ease, transform 0.3s ease, visibility 0s ease 0.3s;
  transition: opacity 0.3s ease, transform 0.3s ease, visibility 0s ease 0.3s, -webkit-transform 0.3s ease;
  border: 1px solid var(--brandColor);
}

.language-selector.active .language-dropdown {
  display: block;
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateY(0);
          transform: translateY(0);
  -webkit-transition: opacity 0.3s ease, -webkit-transform 0.3s ease;
  transition: opacity 0.3s ease, -webkit-transform 0.3s ease;
  transition: opacity 0.3s ease, transform 0.3s ease;
  transition: opacity 0.3s ease, transform 0.3s ease, -webkit-transform 0.3s ease;
}

.language-dropdown li {
  padding: 8px 20px;
}

.language-dropdown li a {
  text-decoration: none;
  color: var(--white);
  display: block;
}

.language-dropdown li a:hover {
  color: var(--brandColor);
}

.calendly-button {
  margin-bottom: 23px;
  text-align: start;
}

.btn-spin-bg.calendly-button {
  padding: 16px;
}

.confirm-modal-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  z-index: 998;
}

.confirm-container {
  position: fixed;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 302px;
  border: 1px solid var(--brandColor);
  padding: 24px;
  z-index: 999;
  background-color: var(--black);
}
@media screen and (min-width: 1280px) {
  .confirm-container {
    width: 424px;
  }
}

.success-close-icon {
  padding: 8px;
  position: absolute;
  top: 24px;
  right: 24px;
}

.success-close-icon > svg {
  width: 14px;
  height: 14px;
  stroke: var(--greyColorPopup);
  -webkit-transition: stroke 250ms var(--cubic);
  transition: stroke 250ms var(--cubic);
}
@media (hover: hover) and (pointer: fine) {
  .success-close-icon > svg:hover {
    stroke: var(--brandColor);
  }
}

.success-msg {
  width: 135px;
  margin-bottom: 18px;
}
@media screen and (min-width: 1280px) {
  .success-msg {
    width: 100%;
  }
}

.contact-msg {
  margin-bottom: 18px;
  font-weight: 300;
  color: var(--greyColorPopup);
}

.success-button {
  position: relative;
  width: 246px;
  padding: 16px 39px 18px 40px;
  border: none;
  background-color: var(--brandColor);
  font-weight: 700;
  letter-spacing: -0.16px;
  text-transform: uppercase;
  text-align: left;
  color: var(--black);
  cursor: pointer;
}
.success-button::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  background: var(--hoverBtnGradient);
  opacity: 0;
  -webkit-transition: opacity 250ms var(--cubic);
  transition: opacity 250ms var(--cubic);
}
.success-button:not([disabled]):hover::after {
  opacity: 1;
}
.success-button:not([disabled]):focus::after {
  opacity: 1;
}
@media screen and (min-width: 1280px) {
  .success-button {
    width: 100%;
  }
}

.success-button-text {
  display: block;
  color: var(--black);
  font-weight: 700;
  letter-spacing: -0.16px;
  text-transform: uppercase;
  text-align: left;
  position: relative;
  z-index: 333;
}

.breadcrumbs-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  margin: 32px 0;
}
@media screen and (min-width: 1280px) {
  .breadcrumbs-wrap {
    margin-bottom: 48px;
  }
}

.breadcrumbs-list,
.breadcrumbs-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
}

.breadcrumbs-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 100%;
  opacity: 0.45;
  font-size: 14px;
  line-height: 148%;
  text-transform: lowercase;
  cursor: pointer;
  -webkit-transition: color 250ms var(--transition-opacity);
  transition: color 250ms var(--transition-opacity);
}
@media (hover: hover) and (pointer: fine) {
  .breadcrumbs-link:hover {
    opacity: 1;
  }
}

.breadcrumbs-current {
  color: #fff;
  font-size: 14px;
  line-height: 144%;
  text-transform: lowercase;
}
.service-nav-wrap {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 32px;
  border-bottom: 3px solid rgba(239, 239, 239, 0.18);
}
@media screen and (min-width: 1280px) {
  .service-nav-wrap {
    margin-bottom: 20px;
  }
}

.service-nav-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px 24px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media screen and (min-width: 768px) {
  .service-nav-list {
    gap: 40px;
  }
}

.service-nav-link {
  font-weight: 400;
  padding-bottom: 8px;
  font-size: 15px;
  line-height: 1.48;
  text-transform: lowercase;
  text-align: center;
  opacity: 0.45;
}
@media screen and (min-width: 768px) {
  .service-nav-link {
    padding-bottom: 16px;
    font-size: 20px;
  }
}

.service-nav-link.active {
  opacity: 1;
  border-bottom: 3px solid var(--brandColor);
}

/**************************\
  Basic Modal Styles
\**************************/
.modal__overlay {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.6);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  z-index: 100;
}

.modal-container-wrap {
  padding: 4px;
  background-color: var(--white);
  border-radius: 12px;
  overflow: hidden;
}

.modal__container {
  position: relative;
  background-color: var(--white);
  padding: 24px 16px;
  max-width: 800px;
  max-height: 680px;
  height: 96svh;
  width: 94svw;
  overflow-y: auto;
  scrollbar-width: thin;
  scrollbar-color: var(--light-blue) transparent;
}
@media screen and (min-width: 1280px) {
  .modal__container {
    padding: 24px;
  }
}
.modal__container.modal-form-container {
  padding: 0;
  max-width: 620px;
}

/**************************\
  Demo Animation Style
\**************************/
@-webkit-keyframes mmfadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes mmfadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@-webkit-keyframes mmfadeOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
@keyframes mmfadeOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
@-webkit-keyframes mmslideIn {
  from {
    -webkit-transform: translateY(15%);
            transform: translateY(15%);
  }
  to {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@keyframes mmslideIn {
  from {
    -webkit-transform: translateY(15%);
            transform: translateY(15%);
  }
  to {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@-webkit-keyframes mmslideOut {
  from {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  to {
    -webkit-transform: translateY(-10%);
            transform: translateY(-10%);
  }
}
@keyframes mmslideOut {
  from {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  to {
    -webkit-transform: translateY(-10%);
            transform: translateY(-10%);
  }
}
.micromodal-slide {
  display: none;
}

.micromodal-slide.is-open {
  display: block;
}

.micromodal-slide[aria-hidden=false] .modal__overlay {
  -webkit-animation: mmfadeIn 0.3s cubic-bezier(0, 0, 0.2, 1);
          animation: mmfadeIn 0.3s cubic-bezier(0, 0, 0.2, 1);
}

.micromodal-slide[aria-hidden=false] .modal__container {
  -webkit-animation: mmslideIn 0.3s cubic-bezier(0, 0, 0.2, 1);
          animation: mmslideIn 0.3s cubic-bezier(0, 0, 0.2, 1);
}

.micromodal-slide[aria-hidden=true] .modal__overlay {
  -webkit-animation: mmfadeOut 0.3s cubic-bezier(0, 0, 0.2, 1);
          animation: mmfadeOut 0.3s cubic-bezier(0, 0, 0.2, 1);
}

.micromodal-slide[aria-hidden=true] .modal__container {
  -webkit-animation: mmslideOut 0.3s cubic-bezier(0, 0, 0.2, 1);
          animation: mmslideOut 0.3s cubic-bezier(0, 0, 0.2, 1);
}

.micromodal-slide .modal__container,
.micromodal-slide .modal__overlay {
  will-change: transform;
}

.modal-header {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 24px;
}

.modal-title {
  font-weight: 700;
  font-size: 24px;
  line-height: 120%;
  letter-spacing: -0.03em;
  text-transform: uppercase;
  color: var(--blue);
}

@media (pointer: fine) {
  .modal-close {
    cursor: pointer;
  }
}
.modal-close {
  -webkit-transition: all 250ms var(--cubic);
  transition: all 250ms var(--cubic);
  border-radius: 100%;
  padding: 4px;
}
@media (hover: hover) and (pointer: fine) {
  .modal-close:hover {
    background-color: var(--light-blue);
  }
}
.modal-close svg {
  pointer-events: none;
}

.footer-section {
  padding-top: 30px;
  padding-bottom: 30px;
}
@media screen and (min-width: 768px) {
  .footer-section {
    padding-top: 70px;
    padding-bottom: 52px;
  }
}
@media screen and (min-width: 1280px) {
  .footer-section {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}
@media screen and (min-width: 1440px) {
  .footer-section {
    padding-top: 80px;
    padding-bottom: 80px;
  }
}

.footer-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 24px;
}
@media screen and (min-width: 1280px) {
  .footer-container {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 40px;
  }
  .footer-container .footer-address-wrap {
    grid-area: 1/2/2/3;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: end;
  }
  .footer-container .footer-soc-wrap {
    grid-area: 1/1/2/2;
  }
  .footer-container .footer-copyright {
    grid-area: 2/1/3/3;
  }
}

@media screen and (min-width: 1280px) {
  .footer-container.up {
    gap: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

.footer-address-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
}
@media screen and (min-width: 1280px) {
  .footer-address-wrap {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    gap: 12px;
  }
}

.footer-address {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 12px;
}
@media screen and (min-width: 1280px) {
  .footer-address {
    gap: 20px;
    margin: 0px;
    min-width: 378px;
  }
}

.footer-address-link {
  display: block;
  width: 100%;
  font-size: 14px;
  text-transform: uppercase;
  -webkit-transition: color var(--animation-styles);
  transition: color var(--animation-styles);
  color: var(--white);
}
@media screen and (min-width: 768px) {
  .footer-address-link {
    white-space: nowrap;
    font-size: 16px;
  }
}
@media (hover: hover) and (pointer: fine) {
  .footer-address-link:hover {
    color: var(--brandColor);
  }
}

.footer-address > svg {
  width: 20px;
  height: 12px;
  min-width: 20px;
  height: 12px;
}
@media screen and (min-width: 1440px) {
  .footer-address > svg {
    width: 29px;
    height: 18px;
    min-width: 29px;
    height: 18px;
  }
}

.footer-soc-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 16px;
}

.footer-copyright {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
  margin: 0 auto;
}
@media screen and (min-width: 1280px) {
  .footer-copyright {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    gap: 24px;
  }
}

.copyright-text {
  font-size: 12px;
  font-weight: 300;
}
@media screen and (min-width: 1280px) {
  .copyright-text {
    font-size: 14px;
  }
}
@media screen and (min-width: 1440px) {
  .copyright-text {
    font-size: 16px;
  }
}

.copy-year-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
}

.copy-year-wrap svg {
  width: 16px;
  height: 16px;
}

.copy-year {
  font-size: 14px;
  font-weight: 300;
  color: var(--white);
}
@media screen and (min-width: 1440px) {
  .copy-year {
    font-size: 20px;
  }
}

.t-p-footer-w {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 32px;
  padding-top: 24px;
}
@media screen and (min-width: 768px) {
  .t-p-footer-w {
    padding-top: 48px;
  }
}

.t-p-footer-link {
  color: var(--lightGreyColor);
  font-weight: 300;
  line-height: 124%;
  -webkit-transition: color 250ms var(--cubic);
  transition: color 250ms var(--cubic);
}
@media (hover: hover) and (pointer: fine) {
  .t-p-footer-link:hover {
    color: var(--brandColor);
  }
}

.video-section {
  border: 1px solid var(--brandColor);
  border-radius: 20px;
  padding: 5px;
  position: fixed;
  left: 16px;
  bottom: 16px;
  z-index: 99;
}
.video-section.hidden {
  display: none;
}

.video-close {
  position: absolute;
  width: 16px;
  height: 16px;
  right: 24px;
  top: 24px;
  z-index: 99;
  padding: 0;
  background-color: transparent;
  border: none;
}
.video-close > svg {
  display: block;
  width: 100%;
  height: 100%;
  stroke: var(--brandColor) !important;
}

.video-wrap {
  border-radius: 16px;
  overflow: hidden;
  width: 120px;
  height: 166px;
}
@media screen and (min-width: 1280px) {
  .video-wrap {
    width: 165px;
    height: 229px;
  }
}
.video-wrap > video {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

@media screen and (min-width: 768px) {
  .about-us-top-bg::before {
    content: "";
    position: absolute;
    top: 0px;
    left: 0px;
    width: 642px;
    height: 1200px;
    background-image: url("../img/page-about-us/bg/hero-1-bg.svg");
    background-repeat: no-repeat;
    background-position: top center;
    z-index: -1;
  }
}
@media screen and (min-width: 1280px) {
  .about-us-top-bg {
    position: relative;
    z-index: 1;
    background-image: url("../img/page-about-us/bg/hero-2-bg.avif");
    background-size: 421px 398px;
    background-repeat: no-repeat;
    background-position: right 0 top 580px;
  }
}

.hero-about-us-section {
  padding-bottom: 0;
}

.hero-title-about {
  margin-bottom: 16px;
  font-size: 36px;
  font-weight: 400;
  line-height: 120%;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .hero-title-about {
    margin-bottom: 24px;
    max-width: 670px;
    font-size: 63px;
  }
}
@media screen and (min-width: 1280px) {
  .hero-title-about {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: start;
    max-width: none;
    margin: 0 0 24px;
    color: var(--white);
    font-size: 70px;
  }
}

@media screen and (min-width: 1280px) {
  .hero-title-about > span:nth-child(1) {
    display: none;
  }
}

.hero-title-about > span:nth-child(2) {
  display: none;
}
@media screen and (min-width: 1280px) {
  .hero-title-about > span:nth-child(2) {
    display: block;
    margin-left: 152px;
  }
}

.hero-title-about > span:nth-child(3) {
  display: none;
}
@media screen and (min-width: 1280px) {
  .hero-title-about > span:nth-child(3) {
    display: block;
    margin-left: 242px;
  }
}

.hero-about-us-text {
  color: var(--hiddenText);
  opacity: 0.9;
  font-weight: 300;
  line-height: 142%;
  font-size: 20px;
}
@media screen and (min-width: 768px) {
  .hero-about-us-text {
    font-size: 18px;
    font-weight: 400;
    text-align: center;
  }
}
@media screen and (min-width: 1280px) {
  .hero-about-us-text {
    font-size: 20px;
    font-weight: 300;
  }
}

.hero-about-us-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 24px;
  margin-top: 24px;
}
@media screen and (min-width: 768px) {
  .hero-about-us-wrap {
    gap: 32px;
    margin-top: 32px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
}
@media screen and (min-width: 1280px) {
  .hero-about-us-wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

@media screen and (min-width: 1280px) {
  .hero-team-photos-wrap {
    width: 579px;
    height: 268px;
  }
}

@media screen and (min-width: 1280px) {
  .hero-about-text-content-wrap {
    max-width: 432px;
  }
}

.hero-team-photos-list {
  width: 100%;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (min-width: 1280px) {
  .hero-team-photos-list {
    height: 252px;
  }
}

.team-member-photo-item:nth-child(n+2) {
  display: none;
}
@media screen and (min-width: 1280px) {
  .team-member-photo-item:nth-child(n+2) {
    display: block;
  }
}
@media screen and (min-width: 1280px) {
  .team-member-photo-item {
    position: absolute;
  }
}

.team-member-photo {
  display: block;
  width: 100%;
  height: 100%;
}

@media screen and (min-width: 1280px) {
  .team-member-photo-item-0 {
    top: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    width: 420px;
    height: 252px;
  }
}

@media screen and (min-width: 1280px) {
  .team-member-photo-item-1 {
    top: -48px;
    right: 112px;
    width: 196px;
    height: 234px;
  }
}
@media screen and (min-width: 1440px) {
  .team-member-photo-item-1 {
    right: 186px;
  }
}

@media screen and (min-width: 1280px) {
  .team-member-photo-item-2 {
    top: 0;
    left: 48px;
    width: 220px;
    height: 128px;
  }
}

@media screen and (min-width: 1280px) {
  .team-member-photo-item-3 {
    left: 168px;
    bottom: 0px;
    width: 124px;
    height: 104px;
  }
}
@media screen and (min-width: 1440px) {
  .team-member-photo-item-3 {
    left: 220px;
  }
}

.our-story-title {
  margin-bottom: 32px;
  font-size: 36px;
  font-weight: 300;
  line-height: 120%;
  text-transform: lowercase;
}
@media screen and (min-width: 768px) {
  .our-story-title {
    font-size: 38px;
    font-weight: 400;
    margin-bottom: 56px;
  }
}
@media screen and (min-width: 1280px) {
  .our-story-title {
    font-size: 50px;
    max-width: 812px;
    margin-bottom: 32px;
  }
}

.us-pin-gsap {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 100vh;
  overflow: hidden;
}

.us-main-container {
  overflow: hidden;
  position: relative;
}

.our-story-h-w-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: auto;
  gap: 16px;
}
@media screen and (min-width: 768px) {
  .our-story-h-w-container {
    gap: 24px;
  }
}
@media screen and (min-width: 1280px) {
  .our-story-h-w-container {
    gap: 64px;
  }
}

.us-slide-wrap {
  width: 100%;
  min-width: 100%;
  height: 432px;
  position: relative;
  z-index: 2;
  overflow: hidden;
}
@media screen and (min-width: 768px) {
  .us-slide-wrap {
    height: 522px;
  }
}
@media screen and (min-width: 1280px) {
  .us-slide-wrap {
    padding-top: 10px;
    height: 464px;
  }
}

.us-slide-img {
  width: 335px;
  height: 200px;
  margin-bottom: 32px;
  z-index: 3;
}
@media screen and (min-width: 768px) {
  .us-slide-img {
    width: auto;
    height: 325px;
    margin: 0 auto;
    margin-bottom: 32px;
  }
}
@media screen and (min-width: 1280px) {
  .us-slide-img {
    width: 350px;
    height: 220px;
    position: absolute;
    top: 10px;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}

.us-slide-img-2 {
  display: none;
}
@media screen and (min-width: 1280px) {
  .us-slide-img-2 {
    display: block;
    width: 350px;
    height: 220px;
    position: absolute;
    right: 0;
    bottom: 0;
    z-index: 3;
  }
}

.us-slide-timeline-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 32px;
}
@media screen and (min-width: 1280px) {
  .us-slide-timeline-wrap {
    margin-bottom: 48px;
  }
}

.us-slide-timeline {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 6px 16px;
  border-radius: 40px;
  background: var(--brandColor);
  color: var(--black);
  font-size: 16px;
  line-height: 124%;
}

.us-progress-line {
  position: absolute;
  top: 14px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 98%;
  height: 4px;
  background: rgba(255, 255, 255, 0.2);
  border-radius: 2px;
  overflow: visible;
  z-index: 1;
}
@media screen and (min-width: 1280px) {
  .us-progress-line {
    top: 24px;
  }
}

.us-progress-line-fill {
  width: 0%;
  height: 100%;
  background: var(--brandColor);
  border-radius: 2px;
}

.us-progress-circle {
  position: absolute;
  top: 50%;
  left: 0%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: var(--brandColor);
}

.us-slide-text-wrap {
  margin-top: auto;
}
@media screen and (min-width: 1280px) {
  .us-slide-text-wrap {
    max-width: 320px;
  }
}

.us-s-text-year {
  font-size: 14px;
  line-height: 124%;
  opacity: 0.6;
  margin-bottom: 8px;
}

.us-s-text-title {
  margin-bottom: 16px;
  font-size: 24px;
  font-weight: 400;
  line-height: 124%;
}
@media screen and (min-width: 768px) {
  .us-s-text-title {
    font-size: 28px;
  }
}
@media screen and (min-width: 1280px) {
  .us-s-text-title {
    font-size: 32px;
  }
}

.us-s-test {
  line-height: 140%;
  opacity: 0.7;
}
@media screen and (min-width: 768px) {
  .us-s-test {
    font-size: 18px;
  }
}
@media screen and (min-width: 1280px) {
  .us-s-test {
    font-size: 20px;
  }
}

.us-s-big-number {
  position: absolute;
  bottom: 0;
  right: 0;
  font-size: 121px;
  font-weight: 800;
  line-height: 95%;
  text-transform: lowercase;
  opacity: 0.1;
  z-index: 1;
}
@media screen and (min-width: 768px) {
  .us-s-big-number {
    font-size: 134px;
    line-height: 70%;
  }
}
@media screen and (min-width: 1280px) {
  .us-s-big-number {
    font-size: 281px;
    line-height: 78%;
    text-transform: lowercase;
    right: auto;
    left: 0;
  }
}

.what-logo-main-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 24px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  height: 1800px;
}
@media screen and (min-width: 768px) {
  .what-logo-main-wrap {
    height: 1860px;
  }
}
@media screen and (min-width: 1280px) {
  .what-logo-main-wrap {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    gap: 32px;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    height: 2260px;
  }
}

.what-logo-num-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 32px;
  padding-top: 16px;
  padding-bottom: 16px;
  border-bottom: 1px solid rgba(205, 214, 218, 0.3);
  -ms-flex-item-align: start;
      align-self: flex-start;
  z-index: 10;
  position: sticky;
  top: 20px;
  background-color: var(--black);
  width: 100%;
}
@media screen and (min-width: 1280px) {
  .what-logo-num-wrap {
    top: 40px;
    margin-top: 56px;
    padding-top: 0;
    padding-bottom: 0;
    padding-right: 32px;
    border-bottom: none;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    border-right: 1px solid rgba(205, 214, 218, 0.4);
  }
}

.wlc-num {
  width: 68px;
  height: 78px;
  color: var(--white);
  font-size: 100px;
  font-weight: 800;
  line-height: 78%;
  text-transform: lowercase;
  opacity: 0.1;
}
@media screen and (min-width: 768px) {
  .wlc-num {
    width: 64px;
    height: 72px;
    font-size: 88px;
  }
}
@media screen and (min-width: 1280px) {
  .wlc-num {
    font-size: 180px;
    width: 128px;
    height: 140px;
  }
}

.wl-nub-else-wrap {
  position: relative;
  width: 68px;
  height: 78px;
  overflow: hidden;
}
@media screen and (min-width: 768px) {
  .wl-nub-else-wrap {
    width: 64px;
    height: 72px;
  }
}
@media screen and (min-width: 1280px) {
  .wl-nub-else-wrap {
    width: 112px;
    height: 140px;
  }
}

.wl-nub-else {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}

.wc-cover {
  position: sticky;
  top: 0;
  width: 100%;
  height: 860px;
  overflow: hidden;
}
@media screen and (min-width: 768px) {
  .wc-cover {
    height: 762px;
  }
}
@media screen and (min-width: 1280px) {
  .wc-cover {
    top: 40px;
    height: 712px;
    margin-top: 56px;
  }
}

.what-logo-cards-wrap {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 40px;
}

.what-logo-card {
  height: 600px;
}
@media screen and (min-width: 768px) {
  .what-logo-card {
    height: 620px;
  }
}
@media screen and (min-width: 1280px) {
  .what-logo-card {
    height: 692px;
    max-width: 928px;
    margin-left: auto;
  }
}

.wlc-logo-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 16px;
  margin-bottom: 24px;
}
@media screen and (min-width: 768px) {
  .wlc-logo-wrap {
    gap: 32px;
  }
}
@media screen and (min-width: 1280px) {
  .wlc-logo-wrap {
    margin-bottom: 32px;
  }
}

.wlc-logo {
  width: 72px;
  height: 98px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.wlc-logo > svg {
  display: block;
  width: 100%;
  height: 100%;
}
@media screen and (min-width: 768px) {
  .wlc-logo {
    width: 80px;
    height: 110px;
  }
}
@media screen and (min-width: 1280px) {
  .wlc-logo {
    width: 126px;
    height: 162px;
  }
}

.wlc-title {
  margin-bottom: 16px;
  color: var(--white);
  font-size: 24px;
  font-weight: 400;
  line-height: 120%;
}
@media screen and (min-width: 768px) {
  .wlc-title {
    font-size: 32px;
  }
}
@media screen and (min-width: 1280px) {
  .wlc-title {
    font-size: 24px;
  }
}

.wlc-text {
  color: var(--normalColor);
  line-height: 144%;
}
@media screen and (min-width: 1280px) {
  .wlc-text {
    font-size: 20px;
  }
}

.wlc-img-1 {
  margin-bottom: 16px;
  height: 152px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (min-width: 768px) {
  .wlc-img-1 {
    height: 210px;
    margin-left: 0;
    margin-right: auto;
  }
}

.wlc-img-2 {
  height: 152px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (min-width: 768px) {
  .wlc-img-2 {
    height: 210px;
    margin-right: 0;
    margin-left: auto;
  }
}

.wlc-img-3 {
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 16px;
  height: 152px;
}
@media screen and (min-width: 768px) {
  .wlc-img-3 {
    height: 210px;
    margin-left: 0;
    margin-right: auto;
  }
}

.wlc-img-4 {
  margin-left: auto;
  margin-right: auto;
  height: 152px;
}
@media screen and (min-width: 768px) {
  .wlc-img-4 {
    height: 210px;
    margin-right: 0;
    margin-left: auto;
  }
}

.wlc-img-5 {
  width: 100%;
}
@media screen and (min-width: 1280px) {
  .wlc-img-5 {
    height: 496px;
  }
}

.our-expertise-section {
  background-image: url("../img/page-about-us/bg/we-create-bg.svg");
  background-position: top 420px right 0;
  background-size: 415px 700px;
  background-repeat: no-repeat;
}
@media screen and (min-width: 768px) {
  .our-expertise-section {
    background-image: url("../img/page-about-us/bg/we-create-bg.svg"), url("../img/page-about-us/bg/we-create-bg-2.svg");
    background-position: top 339px right 0, top 334px left 0;
    background-size: 594px 794px, 304px 288px;
    background-repeat: no-repeat, no-repeat;
  }
}

.our-expertise-title {
  margin-bottom: 32px;
  font-size: 36px;
  font-weight: 300;
  line-height: 120%;
  text-transform: lowercase;
}
@media screen and (min-width: 768px) {
  .our-expertise-title {
    font-size: 38px;
    font-weight: 400;
    margin-bottom: 56px;
    text-align: right;
  }
}
@media screen and (min-width: 1280px) {
  .our-expertise-title {
    font-size: 50px;
    max-width: 812px;
    text-align: left;
    width: 578px;
    margin-left: auto;
  }
}

.our-expertise-slide {
  height: 306px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 24px;
}
@media screen and (min-width: 768px) {
  .our-expertise-slide {
    height: 192px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    gap: 32px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
  }
}
@media screen and (min-width: 1280px) {
  .our-expertise-slide {
    height: 148px;
  }
}

.exp-number-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 4px;
}
@media screen and (min-width: 768px) {
  .exp-number-wrap {
    gap: 16px;
    padding-bottom: 24px;
  }
}
@media screen and (min-width: 1280px) {
  .exp-number-wrap {
    height: 148px;
  }
}

.exp-number-cover {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 4px;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
@media screen and (min-width: 768px) {
  .exp-number-cover {
    width: 298px;
  }
}
@media screen and (min-width: 1280px) {
  .exp-number-cover {
    width: 578px;
  }
}

.exp-num {
  font-size: 60px;
  font-weight: 400;
  line-height: 124%;
}
@media screen and (min-width: 768px) {
  .exp-num {
    font-size: 72px;
    line-height: 86%;
  }
}
@media screen and (min-width: 1280px) {
  .exp-num {
    font-size: 102px;
  }
}

.exp-symbol {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  display: block;
  color: var(--brandColor);
  font-size: 28px;
  font-weight: 300;
  line-height: 124%;
}
@media screen and (min-width: 768px) {
  .exp-symbol {
    font-size: 36px;
    line-height: 86%;
  }
}
@media screen and (min-width: 1280px) {
  .exp-symbol {
    font-size: 52px;
  }
}

.exp-sl-sub-t {
  font-size: 16px;
  font-weight: 400;
  line-height: 124%;
  opacity: 0.7;
}

.exp-sl-text {
  padding-top: 16px;
  font-size: 20px;
  line-height: 140%;
  border-top: 1px solid rgba(255, 255, 255, 0.3);
}
@media screen and (min-width: 768px) {
  .exp-sl-text {
    width: 318px;
    padding-top: 0;
    border-top: none;
    padding-bottom: 24px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.3);
  }
}
@media screen and (min-width: 1280px) {
  .exp-sl-text {
    width: 578px;
    font-size: 22px;
  }
}

.wecreate-wrap {
  margin-top: 48px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (min-width: 768px) {
  .wecreate-wrap {
    margin-top: 56px;
  }
}

.wc-video-list-wrap {
  position: relative;
}
@media screen and (min-width: 1280px) {
  .wc-video-list-wrap {
    width: 100%;
    height: 1702px;
  }
}

@media screen and (min-width: 1280px) {
  .we-create-list-wrap {
    position: sticky;
    top: 25%;
  }
}

.wecreate-title {
  margin-bottom: 24px;
  color: #fff;
  font-size: 16px;
  font-weight: 300;
  line-height: 120%;
  text-align: center;
  text-transform: lowercase;
  opacity: 0.7;
}
@media screen and (min-width: 1280px) {
  .wecreate-title {
    margin-bottom: 56px;
  }
}

.we-create-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 16px;
  margin-bottom: 24px;
}
@media screen and (min-width: 1280px) {
  .we-create-list {
    margin-bottom: 0;
    gap: 44px;
  }
}

.we-c-link {
  color: var(--white);
  font-size: 24px;
  font-weight: 400;
  line-height: 132%;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .we-c-link {
    font-size: 28px;
  }
}
@media screen and (min-width: 1280px) {
  .we-c-link {
    font-size: 40px;
  }
}
.we-c-link.active {
  color: var(--brandColor);
}
.we-c-link {
  -webkit-transition: var(--transition-color);
  transition: var(--transition-color);
}

.us-video-wrap {
  position: relative;
  width: 335px;
  height: 335px;
  pointer-events: none;
}
@media screen and (min-width: 1280px) {
  .us-video-wrap {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 1702px;
  }
}

.us-video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  -webkit-transition: var(--transition-opacity);
  transition: var(--transition-opacity);
}
.us-video.active {
  opacity: 1;
}
@media screen and (min-width: 1280px) {
  .us-video {
    opacity: 1;
    width: 300px;
    height: 300px;
  }
  .us-video:nth-child(1) {
    top: 76px;
  }
  .us-video:nth-child(2) {
    left: auto;
    top: 516px;
    right: 0;
  }
  .us-video:nth-child(3) {
    top: 956px;
  }
  .us-video:nth-child(4) {
    left: auto;
    top: 1396px;
    right: 0;
  }
}

.we-design-remote-bg {
  background-image: url("../img/page-about-us/bg/we-design-remote-bg-1.svg");
  background-repeat: no-repeat;
  background-position: left top 1434px;
  background-size: 345px 745px;
}
@media screen and (min-width: 768px) {
  .we-design-remote-bg {
    background-image: url("../img/page-about-us/bg/we-design-remote-bg-1.svg"), url("../img/page-about-us/bg/hero-2-bg.avif");
    background-repeat: no-repeat, no-repeat;
    background-position: left top 634px, right top 2156px;
    background-size: 328px 989px, 320px 300px;
  }
}
@media screen and (min-width: 1280px) {
  .we-design-remote-bg {
    background-image: url("../img/page-about-us/bg/we-design-remote-bg-1.svg"), url("../img/page-about-us/bg/hero-2-bg.avif"), url("../img/page-about-us/bg/we-design-remote-bg-2.svg");
    background-repeat: no-repeat, no-repeat, no-repeat;
    background-position: left top 132px, right top 1218px, right top 1757px;
    background-size: 947px 2035px, 280px 328px, 496px 595px;
  }
}

.wd-content-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 32px;
}
@media screen and (min-width: 768px) {
  .wd-content-wrap {
    gap: 56px;
  }
}
@media screen and (min-width: 1280px) {
  .wd-content-wrap {
    gap: 32px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: start;
  }
}

.wd-title {
  font-size: 36px;
  font-weight: 300;
  line-height: 120%;
  text-transform: lowercase;
}
@media screen and (min-width: 768px) {
  .wd-title {
    font-size: 38px;
    font-weight: 400;
    max-width: 320px;
  }
}
@media screen and (min-width: 1280px) {
  .wd-title {
    position: sticky;
    top: 10%;
    max-width: 426px;
    font-size: 50px;
  }
}

.wd-item {
  padding: 32px 0;
  border-top: 1px solid rgba(205, 214, 218, 0.46);
}
@media screen and (min-width: 768px) {
  .wd-item {
    padding: 32px 48px;
  }
}

.wd-item-title-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 32px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  margin-bottom: 16px;
}
@media screen and (min-width: 768px) {
  .wd-item-title-wrap {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    gap: 48px;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    margin-bottom: 24px;
  }
}

.wd-item-icon > svg {
  width: 60px;
  height: 60px;
}

.wd-item-title {
  font-size: 24px;
  font-weight: 400;
  line-height: 116%;
  text-transform: lowercase;
}
@media screen and (min-width: 1280px) {
  .wd-item-title {
    font-size: 32px;
  }
}

.wd-item-text {
  color: var(--normalColor);
  font-size: 20px;
  line-height: 140%;
}
@media screen and (min-width: 768px) {
  .wd-item-text {
    font-size: 16px;
    padding-left: 104px;
  }
}
@media screen and (min-width: 1280px) {
  .wd-item-text {
    font-size: 20px;
  }
}

@media screen and (min-width: 768px) {
  .invest-title.our-c-b-title {
    max-width: 544px;
    margin-left: auto;
  }
}
@media screen and (min-width: 1280px) {
  .invest-title.our-c-b-title {
    max-width: 786px;
  }
}

.rt-title-wrap {
  margin-bottom: 32px;
  z-index: 1;
}
@media screen and (min-width: 768px) {
  .rt-title-wrap {
    position: sticky;
    top: 35%;
  }
}

.rt-title {
  margin: 0 auto 24px auto;
}
@media screen and (min-width: 768px) {
  .rt-title {
    text-align: center;
  }
}

.rt-text {
  color: var(--hiddenText);
  font-size: 20px;
  font-weight: 300;
  line-height: 140%;
}
@media screen and (min-width: 768px) {
  .rt-text {
    font-size: 18px;
    text-align: center;
    max-width: 648px;
    margin: 0 auto;
  }
}
@media screen and (min-width: 1280px) {
  .rt-text {
    font-size: 20px;
    max-width: 780px;
  }
}

.rt-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 32px;
}
@media screen and (min-width: 768px) {
  .rt-list {
    gap: 56px;
  }
}
@media screen and (min-width: 1280px) {
  .rt-list {
    position: relative;
    gap: 32px;
    height: 2296px;
  }
}

.rt-item {
  position: relative;
  z-index: 2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 16px;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .rt-item {
    width: 420px;
  }
  .rt-item:nth-child(1) {
    margin-right: auto;
  }
  .rt-item:nth-child(2) {
    margin-left: auto;
  }
  .rt-item:nth-child(3) {
    margin-right: auto;
  }
  .rt-item:nth-child(4) {
    width: 100%;
  }
  .rt-item:nth-child(5) {
    margin-left: auto;
  }
  .rt-item:nth-child(6) {
    margin-right: auto;
  }
}
@media screen and (min-width: 1280px) {
  .rt-item {
    position: absolute;
  }
  .rt-item:nth-child(1) {
    top: 0;
    left: 0;
  }
  .rt-item:nth-child(2) {
    top: 158px;
    right: 0;
  }
  .rt-item:nth-child(3) {
    top: 542px;
    left: 150px;
  }
  .rt-item:nth-child(4) {
    top: 956px;
    right: 88px;
    width: 780px;
  }
  .rt-item:nth-child(5) {
    top: 1598px;
    right: 0;
    margin-left: auto;
  }
  .rt-item:nth-child(6) {
    top: 1933px;
    left: 48px;
    margin-right: auto;
  }
}

.rt-item-text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding: 12px 24px;
  border-radius: 32px;
  background: rgba(196, 249, 52, 0.15);
  backdrop-filter: blur(6px);
  --webkit-backdrop-filter: blur(6px);
  will-change: backdrop-filter;
  font-size: 16px;
  font-weight: 500;
  line-height: 124%;
  text-transform: uppercase;
}
@media screen and (min-width: 768px) {
  .rt-item-text {
    font-size: 20px;
    padding: 16px 24px;
  }
}

.rt-item-image {
  width: 100%;
}

.clients-in-section {
  background-image: url("../img/page-about-us/bg/clients-in-bg.svg");
  background-repeat: no-repeat;
  background-position: left top;
  background-size: 345px 745px;
}
@media screen and (min-width: 768px) {
  .clients-in-section {
    background-size: 495px 591px;
    background-position: left top 340px;
  }
}
@media screen and (min-width: 768px) {
  .clients-in-section {
    background-size: 670px 790px;
    background-position: left top;
  }
}

.client-in-title {
  margin-bottom: 32px;
}
@media screen and (min-width: 768px) {
  .client-in-title {
    margin-bottom: 56px;
  }
}
@media screen and (min-width: 1280px) {
  .client-in-title {
    margin-bottom: 32px;
  }
}

.ci-content-wrap {
  position: relative;
}
@media screen and (min-width: 1280px) {
  .ci-content-wrap {
    padding-bottom: 108px;
  }
}

.ci-globus-wrap {
  position: relative;
  overflow: hidden;
  margin: 0 auto 40px;
  width: 220px;
  height: 220px;
  border-radius: 220px;
  background: radial-gradient(50% 50% at 50% 50%, rgba(243, 251, 232, 0.2) 0%, rgba(243, 251, 232, 0) 100%), linear-gradient(225deg, rgba(147, 250, 91, 0.3) 0%, rgba(196, 249, 52, 0.3) 77.37%);
  -webkit-box-shadow: 0 0 5.5px 1.375px rgba(196, 249, 52, 0.5), 0 0 31.35px 0 rgba(196, 249, 52, 0.8), 0 0 30.8px 5.5px rgba(196, 249, 52, 0.14) inset;
          box-shadow: 0 0 5.5px 1.375px rgba(196, 249, 52, 0.5), 0 0 31.35px 0 rgba(196, 249, 52, 0.8), 0 0 30.8px 5.5px rgba(196, 249, 52, 0.14) inset;
}
@media screen and (min-width: 768px) {
  .ci-globus-wrap {
    margin: 0 auto 58px;
    width: 366px;
    height: 366px;
  }
}
@media screen and (min-width: 1280px) {
  .ci-globus-wrap {
    width: 460px;
    height: 460px;
    margin: 0 auto;
  }
}

.ci-globus {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  height: 220px;
  aspect-ratio: 2685/671;
  max-width: none;
  -webkit-animation: globus-move-mobile 12s linear infinite;
          animation: globus-move-mobile 12s linear infinite;
}
@media screen and (min-width: 768px) {
  .ci-globus {
    height: 366px;
    -webkit-animation: globus-move-tablet 18s linear infinite;
            animation: globus-move-tablet 18s linear infinite;
  }
}
@media screen and (min-width: 1280px) {
  .ci-globus {
    height: 460px;
    -webkit-animation: globus-move-laptop 24s linear infinite;
            animation: globus-move-laptop 24s linear infinite;
  }
}

@-webkit-keyframes globus-move-mobile {
  from {
    left: 0;
  }
  to {
    left: -384px;
  }
}

@keyframes globus-move-mobile {
  from {
    left: 0;
  }
  to {
    left: -384px;
  }
}
@-webkit-keyframes globus-move-tablet {
  from {
    left: 0;
  }
  to {
    left: -640px;
  }
}
@keyframes globus-move-tablet {
  from {
    left: 0;
  }
  to {
    left: -640px;
  }
}
@-webkit-keyframes globus-move-laptop {
  from {
    left: 0;
  }
  to {
    left: -805px;
  }
}
@keyframes globus-move-laptop {
  from {
    left: 0;
  }
  to {
    left: -805px;
  }
}
.ci-country-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 12px;
}
@media screen and (min-width: 768px) {
  .ci-country-list {
    display: grid;
  }
}
@media screen and (min-width: 1280px) {
  .ci-country-list {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }
}

.ci-country-card {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 8px;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  padding: 12px 16px;
  background-color: rgba(255, 255, 255, 0.1);
}
@media screen and (max-width: 767px) {
  .ci-country-card:nth-child(n+4) {
    display: none;
  }
}
@media screen and (min-width: 768px) and (max-width: 1278px) {
  .ci-country-card:nth-child(n+4) {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .ci-country-card:nth-child(1) {
    grid-area: 1/1/2/4;
  }
  .ci-country-card:nth-child(2) {
    grid-area: 2/4/3/7;
  }
  .ci-country-card:nth-child(3) {
    grid-area: 2/1/3/4;
  }
  .ci-country-card:nth-child(4) {
    grid-area: 1/4/2/7;
  }
  .ci-country-card:nth-child(5) {
    width: 316px;
    grid-area: 3/3/4/5;
  }
}
@media screen and (min-width: 1280px) {
  .ci-country-card {
    position: absolute;
  }
  .ci-country-card:nth-child(1) {
    width: 291px;
    top: 118px;
    left: 0;
  }
  .ci-country-card:nth-child(1)::after {
    content: "";
    position: absolute;
    bottom: -80px;
    right: -120px;
    width: 240px;
    height: 80px;
    background-image: url("../img/page-about-us/globus/america-arrow.avif");
    background-repeat: no-repeat;
    background-size: contain;
  }
  .ci-country-card:nth-child(2) {
    width: 338px;
    top: 0;
    right: 0;
  }
  .ci-country-card:nth-child(2)::after {
    content: "";
    position: absolute;
    bottom: -80px;
    right: 171px;
    width: 240px;
    height: 80px;
    background-image: url("../img/page-about-us/globus/europ-arrow.avif");
    background-repeat: no-repeat;
    background-size: contain;
  }
  .ci-country-card:nth-child(3) {
    width: 371px;
    right: 48px;
    bottom: 0;
  }
  .ci-country-card:nth-child(3)::after {
    content: "";
    position: absolute;
    bottom: 50px;
    right: 361px;
    width: 240px;
    height: 80px;
    background-image: url("../img/page-about-us/globus/asia-arrow.avif");
    background-repeat: no-repeat;
    background-size: contain;
  }
  .ci-country-card:nth-child(4) {
    width: 291px;
    top: 400px;
    left: 52px;
  }
  .ci-country-card:nth-child(4)::after {
    content: "";
    position: absolute;
    bottom: 97px;
    right: -148px;
    width: 240px;
    height: 80px;
    background-image: url("../img/page-about-us/globus/africa-arrow.avif");
    background-repeat: no-repeat;
    background-size: contain;
  }
  .ci-country-card:nth-child(5) {
    width: 291px;
    top: 278px;
    right: 0;
  }
  .ci-country-card:nth-child(5)::after {
    content: "";
    position: absolute;
    bottom: -80px;
    right: 246px;
    width: 240px;
    height: 80px;
    background-image: url("../img/page-about-us/globus/europ-arrow.avif");
    background-repeat: no-repeat;
    background-size: contain;
  }
}

.ci-country-title {
  font-size: 20px;
  font-weight: 400;
  line-height: 120%;
}

.ci-country-text {
  font-size: 14px;
  line-height: 144%;
  opacity: 0.6;
}

.ci-end-more {
  color: var(--brandColor);
  font-size: 20px;
  font-style: italic;
  font-weight: 400;
  line-height: 120%;
  text-align: right;
}
@media screen and (min-width: 768px) {
  .ci-end-more {
    display: none;
  }
}/*# sourceMappingURL=main.css.map */