a,
a:visited,
button,
video,
video:focus {
  outline: 0;
}
.about__item,
.col,
.container,
.feedback img,
.form__item,
.form__item.email,
.form__item.name,
.navbar,
.unicorn-container img.unicorn-text,
header {
  width: 100%;
}
*,
body,
html {
  margin: 0;
  padding: 0;
}
.footer,
.row {
  flex-wrap: wrap;
}
.feedback__item:nth-child(2),
.mask,
.section,
.video-container,
.video-wrapper,
body.locked,
nav {
  overflow: hidden;
}
.burger,
.form,
.form__wrapper,
.hero__item,
.image-wrapper,
.logo,
.logo img,
.logo video,
.mask,
.row,
.section,
.services__list,
.specialty-title,
.specialty-wrapper,
.title,
.unicorn-container,
.video-wrapper,
.we__video,
.we__video-container {
  position: relative;
}
.language-menu-item,
a,
a:hover,
a:visited {
  text-decoration: none;
}
.copyright,
.feedback__text,
.feedback__title,
.form__title,
.legal-notis-subtitle,
.legal-notis-title,
.mask,
.mask span,
.oops__text,
.oops__title,
.phone-btn,
.privacy-policy-title,
.services__subtitle,
.services__text,
.services__title,
.specialty-text,
.specialty-title,
.text,
.title,
.we-title {
  text-align: center;
}
.fp-overflow,
body,
html {
  overflow-x: hidden;
}
.about__item-title,
.btn,
.feedback__text,
.feedback__title,
.footer__item-title,
.form__title,
.language-menu-item.active,
.legal-notis-title,
.middle-dot,
.privacy-policy-title,
.services__list-item.active p,
.services__subtitle,
.services__title,
.text-gradient,
.title {
  font-family: Outfit, sans-serif;
  font-weight: 600;
}
.mask span,
.text-gradient {
  -webkit-text-fill-color: transparent;
  -moz-text-fill-color: transparent;
  will-change: transform;
  backface-visibility: hidden;
}
.burger,
.language-menu-item,
.likes,
.services__list-item p,
a:hover,
button {
  cursor: pointer;
}
* {
  border: 0;
  box-sizing: border-box;
}
*,
:after,
:before {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
input::-ms-clear {
  display: none;
}
button::-moz-focus-inner {
  padding: 0;
  border: 0;
}
ul li {
  list-style: none;
}
img {
  vertical-align: top;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: inherit;
  font-size: inherit;
}
video {
  border: none;
}
:root {
  --blue: #2a79ff;
  --gray: #666666;
  --black: #000000;
  --white: #ffffff;
  --purple: #b183ff;
  --pink: #ff4fce;
  --orange: #f86738;
  --container-width: 100%;
}
.container {
  padding: 0 20px;
  max-width: 1626px;
  margin: 0 auto;
}
@media (min-width: 767.99px) {
  .container {
    padding: 0 40px;
  }
}
.container-md {
  max-width: 1260px;
}
.title {
  font-size: 36px;
  line-height: 36px;
  margin-bottom: 20px;
  z-index: 1;
}
.text {
  font-size: 16px;
  line-height: 21.6px;
  max-width: 573px;
  margin: 0 auto;
}
.row {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.btn {
  background: var(--blue);
  color: var(--white);
  padding: 14px 22px 8px;
  font-size: 32px;
  display: inline-block;
  border-radius: 54px;
}
.logo::before,
.video-wrapper {
  border-bottom-left-radius: 50px;
  border-bottom-right-radius: 50px;
}
.btn:hover {
  background: #2959e1;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.btn:active {
  background: #113fc2;
  transform: scale(0.9);
}
header {
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  z-index: 1000;
  background: #fdfbfe;
}
.navbar {
  display: flex;
  justify-content: space-between;
  align-items: center;
  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;
}
nav {
  padding: 8px 0 0;
  transition: 0.2s;
}
.logo {
  margin-left: 58px;
  width: 93px;
  height: 73px;
}
.video-wrapper {
  width: 98px;
  height: 80px;
  top: -7px;
}
.logo video {
  width: 160%;
  top: -8px;
  left: -26px;
  z-index: 2;
}
.logo img {
  width: 66px;
  z-index: 1;
}
.logo::before {
  content: "";
  position: absolute;
  top: -28px;
  left: -1px;
  width: 100px;
  height: 100px;
  background: #fefcff;
  z-index: 1;
}
body.locked .logo {
  opacity: 0;
  z-index: 1;
  opacity: 1;
  transition: z-index 0.5s step-start, opacity 0.5s linear;
}
@media (max-width: 1279.98px) {
  .menu,
  .services__list-item p {
    width: 100%;
    text-align: center;
  }
  .menu {
    position: fixed;
    left: 0;
    right: 0;
    top: -300%;
    background-color: var(--blue);
    border-bottom-left-radius: 24px;
    border-bottom-right-radius: 24px;
    transition: 0.4s;
    padding: 140px 20px 40px;
    box-shadow: rgba(253 251 253) 0 150px 250px 20px,
      rgba(253 251 253) 0 30px 60px -30px;
  }
  .menu.active {
    top: 0;
    transition: 750ms;
    max-height: 646px;
    height: 100%;
    overflow: auto;
  }
  @media (max-width: 1279.98px) and (orientation: landscape) {
    .menu.active {
      min-height: unset;
    }
  }
  .phone {
    display: none;
  }
  .menu.active .phone-btn {
    display: flex;
    justify-content: center;
    margin: 0 auto;
  }
  .menu__item {
    margin-bottom: 28px;
  }
  .menu__item-link {
    color: var(--white);
    font-size: 24px;
    line-height: 28px;
  }
  .services__list-item p {
    position: absolute;
    top: -28px;
    left: 50%;
    transform: translate(-50%, -50%);
  }
  .services__list {
    display: flex;
    justify-content: center;
    gap: 16px;
  }
}
.burger span,
.burger:after,
.burger:before {
  position: absolute;
  background: var(--black);
  height: 6px;
  border-top-right-radius: 12px;
  border-bottom-left-radius: 12px;
}
.menu__item-link.menu__item-link--active,
.menu__item-link:hover {
  transition: 0.3s;
}
.language-menu {
  display: flex;
  gap: 16px;
  z-index: 1;
}
.language-menu-item {
  font-size: 16px;
  color: var(--gray);
  padding: 6px 8px;
  background: 0 0;
}
.language-menu-item.active {
  color: var(--black);
}
body.locked .language-menu-item.active {
  color: var(--white);
  transition: color 0.7s;
}
body.locked .language-menu-item {
  color: #c7d6ff;
  transition: color 0.7s;
}
.phone-btn {
  font-size: 26px;
  line-height: 36px;
  width: 100%;
  max-width: 270px;
  padding: 18px 22px 16px;
}
body .phone-btn path,
body.locked .hero-phone path {
  fill: var(--white);
}
body.locked .mobile-phone-btn {
  background: var(--white);
}
.likes svg path,
.service__item:nth-child(2) svg,
.service__item:nth-child(5) svg,
.service__item:nth-child(9) svg,
body.locked .mobile-phone-btn path,
body.locked .phone-btn path {
  fill: var(--blue);
}
@media (min-width: 767.98px) and (max-width: 1279.98px) {
  .title {
    font-size: 44px;
    line-height: 44px;
  }
  .text {
    font-size: 18px;
    line-height: 25px;
  }
  .burger {
    order: 1;
    margin-right: 56px;
  }
  .language-menu {
    order: 2;
    margin-right: 56px;
  }
  .logo {
    order: 3;
    flex: 0 1 auto;
    margin: 0 auto;
  }
  .btn {
    order: 4;
  }
  body.locked .phone-btn {
    background: var(--white);
    color: var(--blue);
    z-index: 1;
    transition: 750ms;
  }
}
.burger {
  display: block;
  height: 30px;
  width: 30px;
  z-index: 102;
}
.hero,
.specialty {
  height: 100%;
  min-height: 100dvh;
}
.burger.active-burger:before {
  background: var(--white);
  -webkit-transform: rotate(49deg);
  -ms-transform: rotate(49deg);
  transform: rotate(49deg);
  -webkit-transition: 0.3s cubic-bezier(0.785, 0.135, 0.15, 0.86);
  -o-transition: 0.3s cubic-bezier(0.785, 0.135, 0.15, 0.86);
  transition: 0.3s cubic-bezier(0.785, 0.135, 0.15, 0.86);
  top: 12px;
  border-radius: 12px 0;
}
.burger.active-burger:after {
  background: var(--white);
  -webkit-transform: rotate(-49deg);
  -ms-transform: rotate(-49deg);
  transform: rotate(-49deg);
  bottom: 12px;
  -webkit-transition: 0.3s cubic-bezier(0.785, 0.135, 0.15, 0.86);
  -o-transition: 0.3s cubic-bezier(0.785, 0.135, 0.15, 0.86);
  transition: 0.3s cubic-bezier(0.785, 0.135, 0.15, 0.86);
}
.burger.active-burger span {
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0);
}
.burger:after,
.burger:before {
  content: "";
  width: 100%;
}
.burger:before {
  top: 0;
}
.burger::after {
  bottom: 0;
}
.burger span {
  top: 12px;
  right: 0;
  width: 100%;
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}
.service__item:nth-child(2) .services__title,
.service__item:nth-child(5) .services__title,
.service__item:nth-child(9) .services__title,
.services__list-item:nth-child(2).active p,
.services__list-item:nth-child(5).active p,
.services__list-item:nth-child(9).active p,
.text-blue {
  color: var(--blue);
}
.section {
  background-size: cover;
}
.hero {
  padding-top: 90px;
}
.hero__item-title {
  position: absolute;
  left: 0;
  top: min(6vw, 100px);
  z-index: 2;
}
.text-gradient {
  background: #2a79ff;
  background: linear-gradient(
    90deg,
    #2a79ff 0,
    #9654c7 30%,
    #ff3091 96%,
    #ff5208 100%
  );
  -webkit-background-clip: text;
  background-clip: text;
}
.video-container {
  position: relative;
  display: flex;
  justify-content: center;
}
.video-container video {
  position: relative;
  width: 130%;
  height: auto;
  transform: scale(0.9);
  transition: 0.8s 0.7s;
}
.hero-phone {
  margin: 0 auto;
  display: flex;
  justify-content: center;
}
.hero__item:nth-child(2) {
  margin-bottom: 32px;
}
.hero__item-text.text {
  margin-bottom: 16px;
  right: 0;
  z-index: 2;
}
.loaded .hero-text {
  animation: 2.75s textAppearance;
}
@keyframes textAppearance {
  0% {
    opacity: 0;
    transform: translateY(20px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
@media (max-width: 767.98px) {
  .hero__item {
    display: flex;
    flex-direction: column;
  }
  .video-container {
    order: 1;
  }
  .hero__item-title {
    position: unset;
    order: 2;
  }
  .hero-text {
    order: 3;
    margin-bottom: 20px;
  }
}
@media (min-width: 767.98px) {
  .hero-phone,
  .menu.active .mobile-phone-btn {
    display: none;
  }
  body .mobile-phone-btn path {
    fill: var(--white);
  }
  .phone {
    display: flex;
  }
  .phone-btn {
    max-width: none;
    width: fit-content;
  }
  .hero__item-text {
    text-align: right;
    margin: 0 0 0 auto;
    max-width: 500px;
  }
  .hero__item-text:nth-child(2) {
    margin-bottom: 36px;
  }
  .hero-text {
    z-index: 2;
    position: absolute;
    right: 0;
    top: 60vw;
  }
}
.services,
.services-container {
  display: flex;
  min-height: 100dvh;
  min-height: 100svh;
}
@media (min-width: 991.98px) {
  .hero__item-text {
    max-width: 600px;
  }
  .video-container video {
    width: 110%;
    top: -1rem;
    left: -1rem;
  }
  .hero-text {
    top: min(46vw, 700px);
  }
}
.specialty {
  justify-content: center;
  align-items: center;
}
.specialty-content {
  z-index: 1;
  position: relative;
}
.specialty-title {
  max-width: 1100px;
  margin: 0 auto 20px;
}
.specialty-text {
  max-width: 918px;
  margin: 0 auto;
}
.cube {
  position: absolute;
  z-index: 1;
}
.cube-1 {
  top: 8px;
  left: -52px;
}
.cube-2 {
  top: 320px;
  left: 30%;
}
.cube-3 {
  top: 32%;
  right: -22px;
}
.cube-img {
  max-width: 136px;
}
.cube:first-child .cube-img {
  animation: 4s ease-in-out infinite float1;
}
.cube:nth-child(2) .cube-img {
  animation: 6s ease-in-out infinite float2;
  max-width: 104px;
}
.cube:nth-child(3) .cube-img {
  animation: 5s ease-in-out infinite float3;
}
#messageStatus,
.service__item,
.we__video {
  left: 50%;
  transform: translateX(-50%);
}
@keyframes float1 {
  0%,
  100% {
    transform: none;
  }
  50% {
    transform: translate3d(0, -30px, 0) rotate(5deg);
  }
}
@keyframes float2 {
  0%,
  100% {
    transform: none;
  }
  50% {
    transform: translate3d(0, -50px, 0) rotate(5deg);
  }
}
@keyframes float3 {
  0%,
  100% {
    transform: none;
  }
  50% {
    transform: translate3d(0, -20px, 0) rotate(-5deg);
  }
}
#section2 .cube-1,
#section2 .cube-2,
#section2 .cube-3 {
  transition: 0.7s cubic-bezier(0.52, 0.01, 0.16, 1) 0.5s;
  opacity: 0;
}
#section2.active .cube-1,
#section2.active .cube-2,
#section2.active .cube-3 {
  transform: translate3d(0, -50%, 0);
  opacity: 1;
}
.services {
  width: 100%;
  flex-direction: column;
  margin-top: 0;
  gap: 16px;
  padding-top: 22vw;
}
@media (min-width: 991.98px) and (max-width: 1279.98px) and (orientation: landscape) {
  .services {
    padding-top: 16vw;
  }
}
.services p {
  color: #676767;
}
.services__list-item p {
  color: #a3a3a3;
  font-size: 16px;
  line-height: 22px;
  opacity: 0;
  display: none;
}
.services__list-item.active p {
  opacity: 1;
  transition: opacity 0.3s;
}
@media (min-width: 767.98px) {
  .cube-img {
    max-width: 166px;
  }
  .cube:nth-child(2) .cube-img {
    max-width: 124px;
  }
  .services__list-item p {
    display: block;
  }
}
.service__item:first-child .services__title,
.services__list-item:first-child.active p {
  color: var(--pink);
}
.service__item:nth-child(3) .services__title,
.service__item:nth-child(6) .services__title,
.services__list-item:nth-child(3).active p,
.services__list-item:nth-child(6).active p {
  color: var(--purple);
}
.service__item:nth-child(4) .services__title,
.service__item:nth-child(8) .services__title,
.services__list-item:nth-child(4).active p,
.services__list-item:nth-child(8).active p {
  color: var(--orange);
}
.service__item:nth-child(7) .services__title,
.services__list-item:nth-child(7).active p {
  color: var(--pink);
}
.dot {
  width: 10px;
  height: 10px;
  background-color: #d8d8d8;
  border-radius: 20px;
  position: relative;
}
.services__list-item:first-child.active .dot {
  background-color: var(--pink);
}
.services__list-item:nth-child(2).active .dot,
.services__list-item:nth-child(5).active .dot,
.services__list-item:nth-child(9).active .dot {
  background-color: var(--blue);
}
.services__list-item:nth-child(3).active .dot,
.services__list-item:nth-child(6).active .dot {
  background-color: var(--purple);
}
.services__list-item:nth-child(4).active .dot,
.services__list-item:nth-child(8).active .dot {
  background-color: var(--orange);
}
.services__list-item:nth-child(7).active .dot {
  background-color: var(--pink);
}
@media (min-width: 1279.98px) {
  nav {
    padding: 8px 0;
  }
  .burger,
  .menu .phone-btn {
    display: none;
  }
  .logo {
    margin-left: -8px;
  }
  .logo img {
    width: auto;
  }
  .video-wrapper {
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
  }
  .logo video {
    width: 180%;
    top: -10px;
    left: -40px;
  }
  .menu,
  .menu__list {
    display: flex;
    align-items: center;
    flex: 1 1 auto;
  }
  .menu__item {
    margin-left: 30px;
  }
  .phone {
    display: flex;
  }
  .menu__item-link {
    color: var(--gray);
    font-size: 16px;
    line-height: 16px;
  }
  .menu__item-link.menu__item-link--active,
  .menu__item-link:hover {
    color: var(--black);
    transition: 0.3s;
    -webkit-text-stroke: 1px black;
  }
  .phone-btn {
    margin-left: 28px;
  }
  .hero__item-title {
    font-size: 60px;
  }
  .hero-text {
    bottom: 4vw;
  }
  .video-container video {
    z-index: 1;
    top: -3rem;
  }
  .cube-img,
  .cube:nth-child(2) .cube-img {
    max-width: unset;
  }
  .cube-1 {
    top: -56px;
    left: -16%;
  }
  .cube-2 {
    top: 370px;
    left: 60%;
  }
  .cube-3 {
    top: -90px;
    right: -16%;
    left: auto;
  }
  .section__services .section-content {
    justify-content: center;
    padding-top: 100px;
  }
  .services-container {
    align-items: center;
    min-height: 100dvh;
    height: 100%;
  }
  .services {
    padding-top: 4vw;
    gap: 1vw;
  }
  .dot {
    position: relative;
    background: 0 0;
  }
  .services__list-item.active .dot::before {
    content: url("../images/cube-pink.png");
    position: absolute;
    width: 10px;
    height: 10px;
    top: -10px;
  }
  .services__list-item:first-child.active .dot::before {
    content: url("../images/cube-pink.png");
  }
  .services__list-item:nth-child(2).active .dot::before,
  .services__list-item:nth-child(5).active .dot::before,
  .services__list-item:nth-child(9).active .dot::before {
    content: url("../images/cube-blue.png");
  }
  .services__list-item:nth-child(3).active .dot::before,
  .services__list-item:nth-child(6).active .dot::before {
    content: url("../images/cube-purple.png");
  }
  .services__list-item:nth-child(4).active .dot::before,
  .services__list-item:nth-child(8).active .dot::before {
    content: url("../images/cube-orange.png");
  }
  .services__list-item:nth-child(7).active .dot::before {
    content: url("../images/cube-pink.png");
  }
}
.service__item:first-child svg,
.service__item:nth-child(7) svg {
  fill: var(--pink);
}
.service__item:nth-child(3) svg,
.service__item:nth-child(6) svg {
  fill: var(--purple);
}
.service__item:nth-child(4) svg,
.service__item:nth-child(8) svg {
  fill: var(--orange);
}

.services__wrapper {
  width: 100%;
  position: relative;
  height: 600px;
}
.services__image,
.services__image img {
  width: 100%;
  position: relative;
}
.service__item {
  display: flex;
  flex-direction: column;
  align-items: center;
  position: absolute;
  top: 0;
  height: 100%;
  opacity: 0 !important;
  gap: 10px;
  max-width: 900px;

  width: 100%;
}
.service__item.active {
  opacity: 1 !important;
  transition: opacity 0.3s;
}
.services__image:after,
.services__image:before {
  width: 200px;
  height: 200px;
  opacity: 0.26;
  filter: blur(40px);
  transition: 0.7s;
  z-index: -1;
  content: "";
}
@media (max-width: 991.98px) and (orientation: landscape) {
  .services {
    padding-top: 12vw;
  }
  .services__list-item p {
    display: none;
  }
  .services__content {
    width: 70%;
  }
  .services__image:before {
    top: 0;
  }
  .service__item {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    justify-content: space-between;
  }
  .services__subtitle,
  .services__text,
  .services__title {
    text-align: start;
  }
  .services__icons {
    justify-content: flex-start !important;
  }
}
.mask span,
.we__video {
  width: 100%;
  display: block;
}
.services__title {
  color: #191919;
  font-size: 32px;
  line-height: 36px;
  margin-bottom: 16px;
}
.services__subtitle {
  font-size: 20px;
  line-height: 24px;
  font-weight: 600;
  color: #000;
  margin-bottom: 10px;
}
.typing-cursor,
body {
  font-family: Outfit, sans-serif;
  font-weight: 400;
}
.services__text {
  font-size: 16px;
  line-height: 21px;
  color: #676767;
  margin-bottom: 22px;
}
.services__icons {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  gap: 20px;
}
.services__image {
  max-width: 160px;
}
.services__image:before {
  position: absolute;
  top: -26px;
  left: -35px;
  background-color: #2accff;
  border-radius: 150px 150px 50px;
}
.services__image:after {
  position: absolute;
  top: -10px;
  right: -35px;
  background-color: #2a79ff;
  border-radius: 50px 150px 150px;
}
.service__item:first-child.active .services__image:after {
  background-color: var(--pink);
}
.service__item:first-child.active .services__image:before {
  background-color: var(--purple);
}
.service__item:nth-child(2).active .services__image:after,
.service__item:nth-child(3).active .services__image:before,
.service__item:nth-child(5).active .services__image:after,
.service__item:nth-child(6).active .services__image:before {
  background-color: var(--blue);
}
.service__item:nth-child(2).active .services__image:before,
.service__item:nth-child(5).active .services__image:before {
  background-color: #2accff;
}
.service__item:nth-child(3).active .services__image:after,
.service__item:nth-child(6).active .services__image:after,
.service__item:nth-child(7).active .services__image:before {
  background-color: var(--purple);
}
.service__item:nth-child(4).active .services__image:after,
.service__item:nth-child(8).active .services__image:after {
  background-color: var(--orange);
}
.service__item:nth-child(4).active .services__image:before,
.service__item:nth-child(7).active .services__image:after,
.service__item:nth-child(8).active .services__image:before {
  background-color: var(--pink);
}
.mask span,
.we-wrap {
  height: 100%;
}
.contacts__wrapper,
.we-wrap {
  padding-top: 50px;
  min-height: 100dvh;
}
.about:first-child .about__item-text:nth-child(2),
.we-title {
  margin-bottom: 0;
}
#section4 {
  justify-content: flex-start;
}
.we__video {
  max-width: 1200px;
  min-width: 800px;
  z-index: 0;
  top: 0;
}
.we-title {
  letter-spacing: -0.02em;
  min-width: fit-content;
  font-size: 34px;
  line-height: 40px;
  background: #fdfbfe;
}
.mask {
  height: 130px;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: flex-start;
}
.contacts__wrapper,
.form__item.file .label {
  display: flex;
  align-items: center;
}
.mask span {
  position: absolute;
  top: -100%;
  background-image: linear-gradient(
    90deg,
    #4c6eec 0,
    #dd3ca2 50%,
    #f04f18 100%
  );
  background-clip: text;
}
@-moz-document url-prefix() {
  .mask span {
    background-clip: unset;
    background-image: none;
    -webkit-text-fill-color: var(--blue);
  }
}
.mask span[data-show] {
  transform: translateY(100%);
  opacity: 1;
  transition: transform 0.6s ease-in-out;
}
.mask span[data-up] {
  transform: translateY(200%);
  opacity: 0;
  transition: 0.6s ease-in-out;
}
@media (min-width: 767.98px) and (max-width: 1279.98px) {
  .services__image {
    width: 40%;
  }
  .we-title {
    font-size: 44px;
    line-height: 44px;
  }
}
.form__wrapper {
  background-color: var(--white);
  padding: 16px;
  border-radius: 20px;
  max-width: 1208px;
  width: 100%;
  box-shadow: 0 0 58.1px 0 #e5dfe54d;
}
.form {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 16px;
  z-index: 1;
}
#section5 .blue-text {
  width: 100%;
  opacity: 0;
  display: none !important;
}
#section5.active .blue-text.typing {
  opacity: 1;
  display: inline-block !important;
}
.form__item textarea {
  resize: vertical;
  width: 100%;
}
.form__item.file {
  margin-bottom: 12px;
}
.form__item.file .label {
  gap: 12px;
  width: 100%;
  border: 2px solid var(--blue);
  position: relative;
  color: var(--blue);
  padding: 6px 16px;
  font-size: 16px;
  border-radius: 12px;
  cursor: pointer;
}
.form__item.file input {
  clip: rect(0, 0, 0, 0);
  clip-path: inset(50%);
  height: 1px;
  overflow: hidden;
  position: absolute;
  bottom: 0;
  left: 0;
  white-space: nowrap;
}
.form__title {
  font-size: 24px;
  line-height: 28px;
  margin-bottom: 18px;
}
.form__title .blue-text {
  color: var(--blue);
  display: block;
  min-height: 28px;
}
::placeholder {
  color: #8c8c8c;
  font-size: 16px;
}
textarea::placeholder {
  color: #8c8c8c;
  font-size: 14px;
}
.form input,
.form textarea {
  background-color: #f9fafb;
  font-size: 16px;
  padding: 16px 18px;
  border-radius: 12px;
  width: 100%;
}
.form p,
.likes span,
.message {
  font-size: 18px;
}
.form input:focus-visible,
.form textarea:focus-visible {
  outline: 2px solid var(--blue);
}
.form #file-name {
  margin-top: 4px;
}
.form p {
  color: #8c8c8c;
  line-height: 25px;
}
.form__item .btn {
  width: 100%;
  font-size: 24px;
}
.loader-container {
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.loader {
  width: 22px;
  height: 22px;
  border: 4px solid #fff;
  border-bottom-color: transparent;
  border-radius: 50%;
  animation: 1s linear infinite rotation;
}
.hidden,
.unicorn-container .content,
.unicorn-container .shapes {
  display: none;
}
@keyframes rotation {
  0% {
    transform: rotate(0);
  }
  100% {
    transform: rotate(360deg);
  }
}
.form__item .btn:disabled {
  cursor: not-allowed;
  opacity: 0.7;
}
#messageStatus {
  position: absolute;
  bottom: 8%;
  z-index: 999;
}
.message {
  padding: 16px 24px;
  border-radius: 12px;
  margin-bottom: 10px;
}
.success-message {
  background-color: #ebffe8;
  color: #007400;
}
.error-message {
  background-color: #fec3b2;
  color: #f76638;
}
@media (min-width: 767.98px) {
  .services__subtitle {
    font-size: 24px;
  }
  .mask {
    height: 100px;
  }
  .form__item.email,
  .form__item.name {
    width: 48%;
  }
  .form__wrapper {
    padding: 32px 24px;
  }
  .form__title {
    font-size: 36px;
    line-height: 36px;
  }
  .form__title .blue-text {
    min-height: 36px !important;
  }
}
@media (min-width: 991.98px) {
  .form__title {
    font-size: 44px;
    line-height: 44px;
  }
  .form__item.writeUs {
    width: 50%;
  }
  .form__item.button {
    width: 30%;
    max-width: 148px;
    margin-left: auto;
    margin-right: 0;
  }
  .form__item .btn {
    font-size: 22px;
    line-height: 36px;
    padding: 8px 22px;
  }
  .form__title .blue-text {
    min-height: 44px !important;
  }
}
.feedback {
  min-height: 100dvh;
  height: 100%;
  padding-top: 90px;
  flex-direction: column;
  justify-content: center;
}
.feedback__item {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.image-wrapper {
  max-width: 425px;
  width: 100%;
  margin: 0 auto;
  display: block;
}
.feedback__title {
  font-size: 36px;
  line-height: 40px;
  margin-bottom: 8px;
}
.feedback__text {
  font-size: 24px;
  line-height: 28px;
  margin-bottom: 20px;
}
.likes {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 16px;
}
.likes.liked svg path {
  fill: #8e8e8e;
}
.likes span {
  color: #8e8e8e;
}
#section7 {
  justify-content: flex-end;
}
.section.fp-auto-height {
  padding-top: 0 !important;
}
@media (min-width: 1279.99px) {
  .container {
    padding: 0 60px;
  }
  .title {
    font-size: 56px;
    line-height: 67px;
  }
  .title br,
  .unicorn-container img.unicorn-text {
    display: none;
  }
  .text {
    font-size: 18px;
    line-height: 25px;
  }
  .row {
    flex-wrap: nowrap;
  }
  .col {
    width: 50%;
  }
  .services__subtitle,
  .services__text,
  .services__title {
    text-align: start;
  }
  .services {
    flex-direction: row;
    min-height: 50vh;
    margin-top: 0;
  }
  .section__services .container {
    min-height: unset;
  }
  .services__menu {
    width: 26%;
  }
  .services__list-item {
    font-size: 16px;
    line-height: 22px;
    color: #a3a3a3;
    margin-bottom: 16px;
    display: flex;
  }
  .dot {
    margin-top: 4px;
    width: 0;
    height: 0;
  }
  .services__list-item.active .dot {
    width: 10px;
    transition: 0.3s;
    height: 0;
  }
  .services__list-item.active p {
    padding-left: 30px;
  }
  .services__list-item p {
    opacity: 1;
  }
  .services__wrapper {
    width: 78%;
  }
  .service__item {
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-start;
    height: 100%;
  }
  .services__content {
    width: 66%;
    padding-top: 16px;
  }
  .services__title {
    font-size: 44px;
    line-height: 44px;
  }
  .services__text {
    font-size: 18px;
    line-height: 25px;
    margin-bottom: 58px;
  }
  .services__icons {
    justify-content: flex-start;
  }
  .services__image {
    width: 30%;
    max-width: unset;
  }
  .services__image:after {
    top: 120px;
    right: 20px;
    width: 260px;
    height: 260px;
  }
  .services__image:before {
    left: 0;
    width: 260px;
    height: 260px;
  }
  .shapes,
  .unicorn-container h2 {
    width: 100%;
    bottom: 0;
    left: 0;
    position: absolute;
  }
  .unicorn-container {
    min-height: 560px;
  }
  .unicorn-container h2 {
    font-size: calc((0.1386119683 * var(--container-width)) + 58.5558852621px);
    font-size: clamp(
      16px,
      calc(0.1386119683 * var(--container-width) + 58.5558852621px),
      270px
    );
    font-family: Outfit, sans-serif;
    font-weight: 900;
    margin: 0;
    text-align: center;
    display: flex;
    justify-content: center;
    gap: 24%;
    height: 274px;
    background-color: #fdfbfe;
    mix-blend-mode: screen;
    user-select: none;
    -webkit-user-select: none;
    z-index: 1;
    overflow: hidden;
  }
  .unicorn-container img.unicorn-image {
    bottom: min(-2vw, 0px);
    left: 47.5%;
    position: absolute;
    width: 24%;
    mix-blend-mode: normal;
    z-index: 3;
  }
  .unicorn-container .content,
  .unicorn-container .shapes {
    display: block;
  }
  .shapes {
    height: 240px;
    background: #2a7aff;
    overflow: hidden;
    z-index: -1;
  }
  .shape {
    will-change: transform;
    position: absolute;
    border-radius: 50%;
    pointer-events: none;
  }
  .shape.shape-1 {
    background: #a4e3ff;
    width: 420px;
    height: 420px;
    margin: -570px 0 0 -570px;
  }
  .shape.shape-2 {
    background: #ff65ea;
    width: 300px;
    height: 300px;
    margin: -500px 0 0 -500px;
  }
  .shape.shape-3 {
    background: #ff9910;
    width: 190px;
    height: 190px;
    margin: -445px 0 0 -445px;
  }
}
footer {
  padding-top: 30px;
  width: 100%;
}
.footer {
  display: flex;
  justify-content: space-between;
  border-top: 1px solid #d8d8d8;
  padding: 28px 0;
  gap: 28px;
}
.footer button {
  background: 0 0;
}
.footer__item {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  gap: 22px;
  align-items: flex-start;
  justify-content: space-between;
}
.footer__item a,
.footer__item p,
.footer__item span {
  color: #666;
  font-size: 16px;
  line-height: 22px;
}
.footer__item-title {
  color: var(--black);
  text-wrap: nowrap;
  font-size: 24px;
  line-height: 22px;
  white-space: nowrap;
}
.footer__item .address {
  display: flex;
  flex-direction: column;
  gap: 6px;
  min-width: 142px;
}
.footer__item .address br,
.fp-warning,
.fp-watermark {
  display: none;
}
.footer .contacts {
  display: flex;
  flex-direction: column;
  align-items: baseline;
  gap: 24px;
}
.footer__item .contact1,
.footer__item .contact2 {
  display: flex;
  gap: 8px;
  flex-direction: column;
}
.footer__item .contact1 span,
.footer__item .contact2 span {
  min-width: 80px;
  line-height: 18px;
}
.canada-phone,
.germany-phone {
  margin-top: 1px;
  max-width: 114px;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
}
.emailButton {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
}
.contact1 svg:hover path,
.contact2 svg:hover path {
  fill: var(--blue);
  transition: 0.3s ease-in-out;
}
.footer .socials {
  display: flex;
  gap: 18px;
  margin-top: -4px;
}
@media (min-width: 767.98px) {
  .feedback__title {
    font-size: 44px;
    line-height: 44px;
    margin-bottom: 20px;
  }
  .feedback__text {
    font-size: 36px;
    line-height: 36px;
  }
  .footer__item:first-child {
    width: 18%;
  }
  .footer__item:first-child .address {
    width: 100%;
  }
  .footer__item:nth-child(2) .contacts {
    width: 100%;
    gap: 10px;
    margin-top: 2px;
  }
  .footer__item:nth-child(2) {
    width: 46%;
  }
  .footer__item:nth-child(3) {
    width: 14%;
  }
  .footer__item-title {
    flex: 0 0 0;
  }
  .footer__item .contact1,
  .footer__item .contact2 {
    flex-direction: row;
    gap: 24px;
  }
  .legal-notis .col {
    width: 48%;
  }
}
@media (min-width: 1279.98px) {
  .service__item {
    max-width: unset;
  }
  .section__we .section-content {
    justify-content: flex-end;
  }
  .mask {
    height: 76px;
    min-width: 1000px;
  }
  .we-title {
    font-size: 56px;
    line-height: 1.06;
    margin-bottom: 20px;
  }
  .contacts__item {
    width: 40%;
  }
  .contacts__item.form {
    width: 60%;
  }
  .form__wrapper {
    padding: 50px 24px;
  }
  .feedback__title,
  .form__title {
    font-size: 56px;
    line-height: 67px;
  }
  .form__title .blue-text {
    min-height: 67px !important;
  }
  .feedback {
    flex-direction: row;
    justify-content: space-between;
  }
  .feedback__text {
    font-size: 44px;
    line-height: 44px;
  }
  .image-wrapper {
    max-width: 505px;
    margin-left: auto;
    margin-right: 0;
  }
  .footer__item {
    flex-wrap: nowrap;
    gap: 24px;
  }
  .footer__item:nth-child(2) {
    width: 36%;
  }
  .footer__item .address {
    flex-direction: row;
    gap: 36px;
  }
  .footer__item .address br {
    display: block;
  }
  .legal-notis .unicorn-container {
    min-height: 430px;
  }
}
@media (min-width: 1439.98px) {
  .title br {
    display: none;
  }
  .text {
    font-size: 22px;
    line-height: 29px;
  }
  .footer__item {
    flex-wrap: nowrap;
    flex-direction: row;
    gap: 24px;
  }
}
.copyright {
  background-color: var(--blue);
  color: var(--white);
  padding: 18px 20px;
}
.middle-dot {
  display: inline-block;
  margin: 0 4px;
  font-size: 20px;
}
.confetti-button:active {
  transform: scale(0.9);
}
.loaded .video-container.active video {
  transform: scale(1);
}
.text-bubbles {
  -webkit-appearance: none;
  appearance: none;
  position: relative;
  transition: transform 0.1s ease-in;
  display: inline-block;
}
.text-bubbles:after,
.text-bubbles:before {
  position: absolute;
  content: "";
  width: 140%;
  height: 100%;
  left: -20%;
  z-index: -1000;
  transition: 0.5s ease-in-out;
  background-repeat: no-repeat;
}
.text-bubbles:before {
  display: none;
  top: -75%;
  background-image: radial-gradient(circle, var(--blue) 20%, transparent 20%),
    radial-gradient(circle, transparent 20%, var(--blue) 20%, transparent 30%),
    radial-gradient(circle, var(--blue) 20%, transparent 20%),
    radial-gradient(circle, var(--blue) 20%, transparent 20%),
    radial-gradient(circle, transparent 10%, var(--blue) 15%, transparent 20%),
    radial-gradient(circle, var(--blue) 20%, transparent 20%),
    radial-gradient(circle, var(--blue) 20%, transparent 20%),
    radial-gradient(circle, var(--blue) 20%, transparent 20%),
    radial-gradient(circle, var(--blue) 20%, transparent 20%);
  background-size: 20px 20px, 30px 30px, 25px 25px, 23px 23px, 22px 22px,
    15px 15px, 20px 20px, 20px 20px, 28px 28px;
}
.text-bubbles:after {
  display: none;
  bottom: -75%;
  background-image: radial-gradient(circle, var(--blue) 20%, transparent 20%),
    radial-gradient(circle, var(--blue) 20%, transparent 20%),
    radial-gradient(circle, transparent 10%, var(--blue) 15%, transparent 20%),
    radial-gradient(circle, var(--blue) 20%, transparent 20%),
    radial-gradient(circle, var(--blue) 20%, transparent 20%),
    radial-gradient(circle, var(--blue) 20%, transparent 20%),
    radial-gradient(circle, var(--blue) 20%, transparent 20%);
  background-size: 15px 15px, 20px 20px, 18px 18px, 20px 20px, 15px 15px,
    10px 10px, 20px 20px;
}
.loaded .text-bubbles.animate:before {
  display: block;
  animation: 2.75s ease-in-out forwards topBubbles;
}
.loaded .text-bubbles.animate:after {
  display: block;
  animation: 2.75s ease-in-out forwards bottomBubbles;
}
@keyframes topBubbles {
  0% {
    background-position: 5% 90%, 10% 90%, 10% 90%, 15% 90%, 25% 90%, 25% 90%,
      40% 90%, 55% 90%, 70% 90%;
  }
  50% {
    background-position: 0 80%, 0 20%, 10% 40%, 20% 0, 30% 30%, 22% 50%, 50% 50%,
      65% 20%, 90% 30%;
  }
  100% {
    background-position: 0 70%, 0 10%, 10% 30%, 20% -10%, 30% 20%, 22% 40%,
      50% 40%, 65% 10%, 90% 20%;
    background-size: 0 0, 0 0, 0 0, 0 0, 0 0, 0 0;
  }
}
@keyframes bottomBubbles {
  0% {
    background-position: 10% -10%, 30% 10%, 55% -10%, 70% -10%, 85% -10%,
      70% -10%, 70% 0;
  }
  50% {
    background-position: 0 80%, 20% 80%, 45% 60%, 60% 100%, 75% 70%, 95% 60%,
      105% 0;
  }
  100% {
    background-position: 0 90%, 20% 90%, 45% 70%, 60% 110%, 75% 80%, 95% 70%,
      110% 10%;
    background-size: 0 0, 0 0, 0 0, 0 0, 0 0, 0 0;
  }
}
body.legal-notis,
body.page-404,
body.privacy-policy,
body.sunpoint {
  min-height: 100vh;
  height: 100%;
}
.about-us .section__contacts,
div.legal-notis,
div.privacy-policy {
  padding-top: 100px;
}
body {
  background-color: #fdfbfe;
  display: flex;
  flex-direction: column;
}
main {
  flex: 1 1 auto;
}
.legal-notis-title {
  margin-top: 40px;
  font-size: 56px;
  line-height: 60px;
  margin-bottom: 20px;
}
.legal-notis .row {
  gap: 24px;
  align-items: stretch;
}
.legal-notis .col {
  flex: 1 0 auto;
}
.legal-notis-subtitle {
  margin-bottom: 26px;
  font-size: 22px;
  line-height: 28px;
}
.legal-notis .card img {
  max-width: 320px;
  width: 100%;
}
.card {
  background-color: #f6f3f7;
  padding: 24px;
  border-radius: 20px;
  max-width: 806px;
  height: 100%;
}
.legal-notis .section__unicorn {
  min-height: 29vw;
  height: 100%;
  overflow: unset;
  position: relative;
}
@media (min-width: 1023.98px) {
  .legal-notis .card img {
    max-width: 600px;
    width: 100%;
  }
}
.legal-notis .video-conveyor {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
}
.legal-notis .video-conveyor video {
  width: 100%;
  min-width: 400px;
}
.privacy-policy .row {
  align-items: flex-start;
  padding-top: 20px;
}
.privacy-policy .col:nth-child(2) {
  width: auto;
}
.privacy-policy-title {
  font-size: 36px;
  line-height: 36px;
  margin-bottom: 20px;
}
.privacy-policy-subtitle {
  color: #1d1c1c;
  text-align: center;
  margin-bottom: 8px;
  font-size: 22px;
  line-height: 32px;
}
.privacy-policy main p {
  font-size: 16px;
  line-height: 22px;
  color: #1d1c1c;
}
.privacy-policy .card {
  margin: 16px 0;
}
.oops {
  padding-top: 160px;
}
.oops__text {
  font-size: 26px;
  line-height: 26px;
  margin-bottom: 30px;
}
.oops__btn {
  display: block;
  margin: 0 auto;
  max-width: 300px;
  font-size: 26px;
  line-height: 36px;
  text-align: center;
  padding: 8px 22px 10px;
}
.oops__item {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  align-items: center;
}
.oops__item video {
  width: 100%;
  max-width: 774px;
}
.section__about {
  padding-top: 120px;
}
.about__item img {
  width: 100%;
  margin-bottom: 24px;
}
.founder {
  padding-top: 16px;
}
.founder-position {
  font-size: 20px;
  line-height: 30px;
}
.about__item-text {
  font-size: 16px;
  line-height: 22px;
  margin-bottom: 16px;
}
.about__item-title {
  font-size: 36px;
  line-height: 38px;
  margin-bottom: 24px;
  margin-top: 24px;
  text-align: center;
}
.about-us .section__unicorn {
  min-height: 34vw;
  height: 100%;
  position: relative;
}
@media (min-width: 767.98px) and (max-width: 991.98px) {
  .about-text {
    padding-top: 22px;
  }
}
/* @media (min-width: 767.98px) { */
@media (min-width: 991.98px) {
  .privacy-policy .row {
    flex-wrap: nowrap;
    padding-top: 40px;
  }
  .privacy-policy .col:first-child {
    width: 33%;
    min-width: 300px;
  }
  .privacy-policy-subtitle,
  .privacy-policy-title {
    text-align: start;
  }
  .privacy-policy main p {
    font-size: 18px;
    line-height: 26px;
  }
  .about__item-title {
    text-align: start;
    margin-top: 40px;
    margin-bottom: 36px;
  }
  .about:nth-child(2) .about__item:nth-child(2) {
    display: flex;
    justify-content: space-between;
    gap: 36px;
  }
  .about:nth-child(2) .about__item-text {
    width: 48%;
  }
}
@media (min-width: 991.98px) {
  .privacy-policy .col:first-child {
    min-width: 450px;
  }
  .privacy-policy-title {
    font-size: 42px;
    line-height: 60px;
  }
  .section__about {
    padding-top: 150px;
  }
  .about:first-child {
    display: flex;
    justify-content: space-between;
    gap: 36px;
  }
  .about__item.image {
    width: 48%;
    margin-bottom: 0;
  }
  .about__item img {
    margin-bottom: 0;
  }
  .about__item-text {
    font-size: 18px;
    line-height: 25px;
  }
  .about__item.content {
    display: flex;
    flex-direction: column;
    width: 48%;
  }
  .about__item-title {
    font-size: 60px;
    line-height: 72px;
    margin-top: 60px;
  }
}
@media (min-width: 1279.98px) {
  .privacy-policy main p {
    font-size: 19px;
    line-height: 30px;
  }
  .privacy-policy .unicorn-container {
    min-height: 430px;
  }
  .oops__text,
  .oops__title {
    text-align: start;
    margin-left: 0;
  }
  .oops__btn {
    margin: 0;
  }
  .oops__item {
    align-items: flex-start;
  }
  .oops__item:first-child {
    width: 30%;
  }
  .oops__item:nth-child(2) {
    width: 60%;
  }
  .about__item-text {
    font-size: 20px;
    line-height: 32px;
  }
}
.about-us .contacts__wrapper {
  min-height: unset;
}
