* {
  box-sizing: border-box;
  margin: 0;
  padding: 0; }

body {
  background-color: #fff;
  font-family: "DM Sans", sans-serif; }

.container {
  max-width: 1150px;
  margin: 0 auto;
  width: 100%;
  padding-left: 15px;
  padding-right: 15px; }

h1,
h2,
h3,
h4,
h5,
h6 {
  color: #12022f; }

h1 {
  font-weight: 600;
  font-size: 48px;
  line-height: 1.125;
  color: #12022f; }

h2 {
  font-weight: 600;
  font-size: 48px;
  line-height: 1.1666;
  color: #12022f;
  letter-spacing: -2px; }

h3 {
  font-weight: 600;
  font-size: 32px;
  line-height: 1.25;
  color: #12022f; }

h4 {
  font-weight: 600;
  font-size: 24px;
  line-height: 1.3333;
  color: #12022f;
  letter-spacing: -0.8px; }

h5 {
  font-weight: 600;
  font-size: 20px;
  line-height: 1.2;
  color: #12022f; }

h6 {
  font-weight: 600;
  font-size: 18px;
  line-height: 1.3333;
  color: #12022f; }

p {
  font-size: 18px;
  line-height: 1.33333;
  letter-spacing: -0.4px; }

.text-red {
  color: #f9c45c; }

ul,
ol,
li {
  list-style: none;
  margin: 0;
  padding: 0; }

small {
  font-size: 13px;
  line-height: 1.7; }

a {
  display: inline-block;
  text-decoration: none;
  color: #6e757c;
  font-size: 16px;
  line-height: 1.5;
  font-weight: 600; }

label {
  font-size: 14px;
  line-height: 1.777; }

input {
  box-shadow: 0px 8px 16px rgba(0, 0, 0, 0.06);
  border-radius: 10px;
  padding: 16px; }

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

button,
.btn {
  outline: none;
  padding: 12px 24px;
  border: 2px solid #1421ff;
  border-radius: 8px;
  letter-spacing: -0.4px;
  cursor: pointer;
  background: #1421ff;
  color: #fff;
  transition: 0.2s ease;
  font-family: "DM Sans", sans-serif;
  font-size: 18px; }

button:hover,
.btn:hover {
  background: transparent;
  color: #272e35; }

.btn.transparent {
  background: transparent;
  color: #272e35; }

.btn.transparent:hover {
  background: #1421ff;
  color: #fff; }

button:disabled,
.btn:disabled {
  background-color: #ccc;
  color: #222;
  border: 2px solid #ccc;
  cursor: auto; }

.btn-arrow {
  position: relative;
  padding-right: 60px;
  box-shadow: -1px 1px 8px 0px rgba(34, 60, 80, 0.05);
  transition: 0.15s ease; }
  .btn-arrow::after {
    content: "";
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 20px;
    width: 25px;
    height: 18px;
    background: url("../images/arrow-right.svg") no-repeat center/contain;
    transition: 0.1s ease; }
  .btn-arrow:hover {
    background-color: #1421ff;
    color: #fff;
    box-shadow: -1px 1px 8px 0px rgba(34, 60, 80, 0.2); }
    .btn-arrow:hover::after {
      right: 18px; }

.btn-white {
  background-color: #fff;
  color: #1421ff;
  border-radius: 16px; }

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

.m-auto {
  margin: 0 auto; }

.big-title {
  font-size: 60px;
  line-height: 1.125;
  margin-bottom: 60px;
  letter-spacing: -2.6px; }
  .big-title span {
    color: #1421ff; }

.main-wrap {
  overflow: hidden; }

.header {
  padding: 35px 0;
  transition: padding-top 0.2s ease-in-out, padding-bottom 0.2s ease-in-out; }

.header-inner {
  display: flex;
  justify-content: space-between;
  align-items: center; }

.header-logo a {
  min-width: 138px;
  max-width: 138px; }

.header-contact .phone {
  padding: 10px;
  transition: 0.2s ease;
  color: #12022f; }

.header-contact .phone:hover {
  color: #aab1b8; }

.mobile-phone {
  display: none; }

.header-contact .btn {
  margin-left: 10px;
  text-transform: initial; }

.header.navbar-shrink {
  box-shadow: 0px 0px 20px 1px rgba(0, 0, 0, 0.05);
  padding: 20px 0;
  background-color: #fff; }

.fixed-top {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1030; }

.intro {
  margin-top: 250px;
  margin-bottom: 130px;
  background: url("../images/intro/Oval.svg") no-repeat;
  background-position: 100% 80%;
  opacity: 0;
  transition: 0.5s ease; }
  .intro-inner {
    display: flex;
    justify-content: space-between; }
  .intro-teaser {
    max-width: 700px;
    margin-right: 70px;
    left: -60px;
    transition: 0.5s ease;
    position: relative; }
    .intro-teaser h2 {
      color: #12022f;
      margin-bottom: 20px; }
      .intro-teaser h2 span {
        color: #1421ff; }
    .intro-teaser p {
      font-weight: 500;
      font-size: 24px;
      line-height: 1.4666;
      letter-spacing: -0.8px;
      color: #594d6d;
      max-width: 500px;
      margin-bottom: 90px; }
  .intro .brands-list {
    display: flex;
    align-items: center;
    margin: 0 -8px; }
  .intro .brands small {
    font-weight: bold;
    font-size: 18px;
    line-height: 1.4;
    text-align: center;
    letter-spacing: -0.4px;
    color: #12022f;
    display: inline-block;
    margin-bottom: 15px; }
  .intro .brands-item {
    margin: 0 8px; }
  .intro .form {
    background: #1421ff;
    border-radius: 10px;
    padding: 25px 32px;
    min-width: 360px;
    position: relative;
    right: -70px;
    transition: 0.5s ease; }
    .intro .form::after {
      content: "";
      position: absolute;
      width: 150px;
      height: 150px;
      left: -100px;
      top: -100px;
      border: 10px solid #68d585;
      border-radius: 30px;
      transform: rotate(-12deg);
      z-index: -1; }
    .intro .form::before {
      content: "";
      position: absolute;
      width: 107px;
      height: 109px;
      left: -48px;
      bottom: -8px;
      z-index: -1;
      background: url("../images/intro/Fill.svg") no-repeat center/cover; }
    .intro .form h5 {
      max-width: 250px;
      font-size: 22px;
      text-align: center;
      letter-spacing: -0.4px;
      color: #fff;
      margin: auto;
      margin-bottom: 15px; }
    .intro .form input {
      border-radius: 8px;
      width: 100%;
      border: none;
      outline: none;
      border-radius: 5px;
      box-shadow: none; }
      .intro .form input::placeholder {
        font-family: "DM Sans", sans-serif;
        font-weight: bold;
        font-size: 16px;
        letter-spacing: -0.355556px;
        color: rgba(89, 77, 109, 0.8); }
    .intro .form textarea {
      border-radius: 5px;
      resize: none;
      width: 100%;
      border: none;
      padding: 16px;
      font-weight: 600;
      line-height: 1.4;
      outline: none; }
      .intro .form textarea::placeholder {
        color: rgba(89, 77, 109, 0.8);
        font-family: "DM Sans", sans-serif; }
    .intro .form button {
      border: 2px solid #ffffff;
      width: 100%;
      margin-top: -2px; }
      .intro .form button:hover {
        background-color: #fff;
        color: #000; }

.intro.active {
  opacity: 1; }
  .intro.active .intro-teaser {
    left: 0; }
  .intro.active .form {
    right: 0; }

.banner {
  margin-bottom: 150px; }
  .banner-inner {
    display: flex;
    align-items: center;
    justify-content: space-between; }
  .banner-teaser {
    max-width: 700px;
    position: relative;
    left: -200px;
    opacity: 0;
    transition: 0.6s ease; }
    .banner-teaser h1 {
      margin-bottom: 25px; }
      .banner-teaser h1 span {
        color: #1421ff; }
    .banner-teaser p {
      margin-bottom: 50px;
      max-width: 500px;
      font-size: 22px;
      font-weight: 500;
      color: #594d6d; }
  .banner-img {
    position: relative;
    min-width: 584px;
    margin-right: -100px;
    top: -200px;
    opacity: 0;
    transition: 0.6s ease 10ms; }

.banner.active .banner-teaser {
  left: 0;
  opacity: 1; }

.banner.active .banner-img {
  top: 0;
  opacity: 1; }

.portfolio {
  margin-bottom: 120px;
  opacity: 0;
  transition: 0.2s ease;
  overflow: hidden; }
  .portfolio-item.visible {
    display: flex; }
  .portfolio-item {
    background-color: #333;
    justify-content: space-between;
    align-items: center;
    padding: 40px;
    border-radius: 20px;
    margin-bottom: 60px;
    min-height: 480px;
    display: none; }
    .portfolio-item:nth-child(1) {
      background: #2dc199; }
    .portfolio-item:nth-child(2) {
      background: #2a224e; }
    .portfolio-item:nth-child(3) {
      background: #ebf4ff; }
      .portfolio-item:nth-child(3) .portfolio-text,
      .portfolio-item:nth-child(3) .portfolio-title {
        color: #12022f; }
    .portfolio-item:nth-child(4) {
      background: #4728db; }
    .portfolio-item:nth-child(5) {
      background: #ff4443; }
      .portfolio-item:nth-child(5) .portfolio-text {
        color: #e7e5ea; }
    .portfolio-item:nth-child(6) {
      background: #ff4328; }
    .portfolio-item:nth-child(7) {
      background: #009bf5; }
    .portfolio-item:nth-child(8) {
      background: #2dc199; }
  .portfolio-teaser {
    max-width: 430px; }
  .portfolio-title {
    font-weight: bold;
    font-size: 36px;
    line-height: 1.288888;
    letter-spacing: -1.6px;
    margin-bottom: 20px;
    color: #fff; }
  .portfolio-text {
    font-size: 18px;
    line-height: 1.5;
    letter-spacing: -0.4px;
    color: #e7e5ea; }
  .portfolio button {
    padding: 15px 40px;
    font-weight: bold;
    letter-spacing: -0.4px;
    margin: auto;
    display: block; }

.portfolio.active {
  opacity: 1; }

.info {
  margin-bottom: 120px;
  overflow: hidden; }
  .info-inner {
    display: flex;
    justify-content: space-between;
    align-items: center; }
  .info-teaser {
    max-width: 550px;
    margin-right: 20px;
    position: relative;
    left: -300px;
    opacity: 0;
    transition: 0.6s ease; }
  .info h2 {
    margin-bottom: 30px; }
  .info p {
    margin-bottom: 30px;
    line-height: 1.55555;
    color: #594d6d; }
  .info-img {
    position: relative;
    right: -300px;
    opacity: 0;
    transition: 0.6s ease; }

.info.active .info-teaser {
  left: 0;
  opacity: 1; }

.info.active .info-img {
  right: 0;
  opacity: 1; }

.offer {
  overflow: hidden;
  margin-bottom: 120px;
  opacity: 0;
  transition: 0.3s ease; }
  .offer-inner {
    display: flex;
    justify-content: space-between; }
  .offer-teaser {
    border: 5px solid #1421ff;
    filter: drop-shadow(0px 40px 80px rgba(20, 33, 255, 0.3));
    border-radius: 10px;
    padding: 64px 48px;
    max-width: 534px;
    font-size: 24px;
    line-height: 1.444444467;
    color: #12022f;
    font-weight: bold;
    letter-spacing: -0.8px;
    opacity: 0;
    position: relative;
    transition: 0.5s ease;
    transform: scale(0.7); }
  .offer-item {
    font-weight: bold;
    font-size: 24px;
    line-height: 1.411167;
    letter-spacing: -0.8px;
    color: #12022f;
    margin-bottom: 30px;
    display: flex;
    align-items: center;
    position: relative;
    transition: 0.3s ease;
    opacity: 0;
    right: -60px; }
    .offer-item:nth-child(1) {
      transition-delay: 0; }
    .offer-item:nth-child(2) {
      transition-delay: 100ms; }
    .offer-item:nth-child(3) {
      transition-delay: 200ms; }
    .offer-item img {
      margin-right: 20px; }

.offer.active {
  opacity: 1; }
  .offer.active .offer-teaser {
    transform: scale(1);
    opacity: 1; }
  .offer.active .offer-item {
    right: 0;
    opacity: 1; }

.step {
  background: #eff0ff;
  padding: 100px 0;
  opacity: 0;
  transition: 0.5s ease;
  overflow: hidden; }
  .step h2 {
    margin-bottom: 45px; }
  .step-list {
    display: flex;
    flex-wrap: wrap;
    gap: 2rem; }
  .step-item {
    flex: 1 1 calc((100% / 2) - 4rem); }
  .step-icon {
    margin-bottom: 10px; }
  .step h4 {
    margin-bottom: 15px; }
  .step p {
    font-size: 16px;
    line-height: 1.66666; }
  .step-img {
    min-width: 640px;
    position: relative;
    margin-left: -80px; }

.step.active {
  opacity: 1; }

.fact {
  padding: 100px 0;
  overflow: hidden; }
  .fact-inner {
    display: flex;
    justify-content: space-between;
    align-items: center; }
  .fact-teaser {
    left: -200px;
    position: relative;
    opacity: 0;
    transition: 0.5s ease; }
  .fact-list {
    display: flex;
    gap: 2rem; }
  .fact-item {
    max-width: 200px;
    flex: 1 1 calc((100% / 3) - 4rem); }
  .fact-img {
    transform: scale(0.7);
    position: relative;
    transition: 0.6s ease 15ms;
    opacity: 0; }
  .fact h3 {
    margin-bottom: 10px;
    color: #1421ff; }

.fact.active .fact-teaser {
  left: 0;
  opacity: 1; }

.fact.active .fact-img {
  transform: scale(1);
  opacity: 1; }

.testimonals {
  position: relative;
  margin-bottom: 100px;
  opacity: 0;
  transition: 0.5s ease;
  overflow: hidden; }
  .testimonals h2 {
    max-width: 670px;
    margin-bottom: 60px; }
  .testimonals-item {
    display: flex;
    justify-content: space-between; }
  .testimonals-img {
    max-width: 475px;
    min-width: 475px;
    margin-right: 50px; }
  .testimonals-teaser {
    display: flex;
    flex-direction: column;
    justify-content: space-between; }
    .testimonals-teaser h5 {
      margin-bottom: 10px; }
    .testimonals-teaser p {
      font-size: 36px;
      line-height: 1.2777777;
      letter-spacing: -1.6px;
      color: #12022f;
      font-weight: bold;
      margin-bottom: 20px; }
    .testimonals-teaser small {
      font-size: 14px;
      line-height: 1.74444;
      letter-spacing: -0.3px;
      color: #594d6d; }
  .testimonals .owl-theme .owl-nav {
    margin-top: 10px;
    position: absolute;
    top: -160px;
    right: 0; }
  .testimonals .owl-theme .owl-nav [class*="owl-"]:hover {
    background: transparent;
    color: #fff;
    text-decoration: none;
    transform: scale(1.05); }

.testimonals.active {
  opacity: 1; }

.choose {
  background-color: #1421ff;
  color: #fff;
  padding: 80px 0;
  overflow: hidden; }
  .choose h2 {
    color: #fff;
    max-width: 480px;
    line-height: 1.125;
    letter-spacing: -2.6px;
    margin-bottom: 30px; }
  .choose-inner {
    display: flex;
    align-items: center; }
  .choose-img {
    margin-right: 40px;
    margin-left: -110px;
    position: relative;
    left: -200px;
    opacity: 0;
    transition: 0.5s ease 15ms; }
  .choose-teaser {
    right: -200px;
    opacity: 0;
    transition: 0.5s ease 15ms;
    position: relative; }
  .choose-item {
    border-radius: 32px;
    padding: 24px;
    margin-bottom: 20px;
    background-color: rgba(255, 255, 255, 0.05);
    display: flex;
    align-items: center; }
  .choose-icon {
    min-width: 72px;
    min-height: 72px;
    border-radius: 16px;
    padding: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: rgba(255, 255, 255, 0.1);
    margin-right: 24px; }
  .choose-title {
    font-weight: bold;
    font-size: 18px;
    line-height: 1.55555;
    letter-spacing: -0.4px; }
  .choose-desc {
    font-size: 14px;
    line-height: 1.55555;
    letter-spacing: -0.3px;
    color: #ffffff;
    mix-blend-mode: normal;
    opacity: 0.5; }
  .choose .btn {
    width: 100%;
    text-align: center;
    border: 1px solid #fff;
    margin-top: 30px; }
    .choose .btn:hover {
      border: 1px solid #fff;
      color: #fff; }

.choose.active .choose-img {
  opacity: 1;
  left: 0; }

.choose.active .choose-teaser {
  opacity: 1;
  right: 0; }

.clients {
  text-align: center;
  padding: 80px 0;
  top: 80px;
  transition: 0.6s ease 10ms;
  transform: scale(0.9);
  opacity: 0;
  position: relative; }
  .clients h2 {
    margin-bottom: 40px; }
  .clients-list {
    display: flex;
    justify-content: center;
    align-items: center;
    border: 1px solid #e7e5ea;
    border-right: 0;
    border-left: 0; }
  .clients-item {
    margin: 60px 40px; }

.clients.active {
  top: 0;
  opacity: 1;
  transform: scale(1); }

.contact {
  background-color: #eff0ff;
  padding: 80px 0;
  opacity: 0;
  transition: 0.5s ease; }
  .contact-inner {
    display: flex;
    justify-content: space-between; }
  .contact h2 {
    margin-bottom: 20px;
    font-size: 48px;
    line-height: 1.1666666;
    letter-spacing: -2px;
    color: #12022f;
    max-width: 500px; }
  .contact-wrap {
    max-width: 550px; }
    .contact-wrap p {
      font-weight: bold;
      font-size: 18px;
      line-height: 1.555555;
      letter-spacing: -0.4px;
      color: #594d6d;
      margin-bottom: 30px;
      max-width: 420px; }
  .contact-teaser__item {
    font-size: 22px;
    line-height: 1.4545455;
    letter-spacing: -0.4px;
    color: #12022f;
    font-weight: bold;
    margin-bottom: 60px;
    display: flex;
    align-items: center;
    position: relative;
    min-height: 64px; }
    .contact-teaser__item::after {
      content: "";
      position: absolute;
      width: 1px;
      height: 56px;
      background-color: #594d6d;
      bottom: -58px;
      left: 25px; }
    .contact-teaser__item:last-child::after {
      display: none; }
  .contact-teaser__icon {
    font-weight: bold;
    font-size: 18px;
    line-height: 1.5555555;
    letter-spacing: -0.4px;
    color: #12022f;
    border: 4px solid #1421ff;
    border-radius: 50%;
    min-width: 50px;
    min-height: 50px;
    max-width: 50px;
    max-height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 20px; }
  .contact-form {
    max-width: 550px;
    border-radius: 24px; }
    .contact-form h6 {
      margin-bottom: 10px; }
    .contact-form label {
      width: 100%;
      display: block;
      margin-bottom: 8px;
      font-weight: bold;
      font-size: 16px;
      line-height: 1.625;
      letter-spacing: -0.355556px;
      color: #594d6d; }
    .contact-form input {
      width: 100%;
      border: none;
      outline: none;
      border-radius: 5px;
      box-shadow: none; }
    .contact-form textarea {
      border-radius: 5px;
      resize: none;
      width: 100%;
      border: none;
      padding: 16px;
      margin-bottom: 15px;
      font-weight: 600;
      line-height: 1.4;
      outline: none; }
      .contact-form textarea::placeholder {
        color: #bac3ca; }

.form-item {
  margin-bottom: 16px; }

.form-bottom {
  display: flex;
  justify-content: space-between;
  align-items: center; }
  .form-bottom p {
    max-width: 170px;
    font-weight: bold;
    font-size: 14px;
    line-height: 1.777;
    letter-spacing: -0.3px;
    color: #594d6d; }
  .form-bottom button {
    font-weight: bold;
    font-size: 20px;
    line-height: 1.2;
    text-align: center;
    color: #ffffff;
    padding: 12px 40px;
    background: #1421ff;
    box-shadow: 0px 20px 40px rgba(20, 33, 255, 0.3);
    border-radius: 8px; }

.footer {
  background-color: #eff0ff;
  border-top: 2px solid rgba(116, 143, 181, 0.15);
  padding: 40px 0;
  opacity: 0;
  transition: 0.5s ease; }
  .footer-top {
    display: flex;
    justify-content: space-between; }
  .footer-logo {
    margin-right: 20px; }
  .footer-logoImg {
    margin-bottom: 15px;
    max-width: 93px; }
  .footer-copyright {
    font-weight: bold;
    font-size: 16px;
    line-height: 1.3;
    letter-spacing: -0.355556px;
    color: #594d6d; }
  .footer-contact {
    max-width: 600px;
    display: flex;
    justify-content: flex-end; }
  .footer-contactMenu {
    display: flex;
    justify-content: flex-end; }
    .footer-contactMenu h5 {
      margin-bottom: 20px; }
  .footer-contactMenuItem {
    margin-left: 50px; }
    .footer-contactMenuItem a {
      font-weight: bold;
      font-size: 16px;
      line-height: 1.4;
      letter-spacing: -0.355556px;
      color: #12022f;
      display: block;
      margin-bottom: 8px;
      padding-left: 40px;
      position: relative;
      transition: 0.2s ease; }
      .footer-contactMenuItem a::after {
        content: "";
        position: absolute;
        left: 0;
        top: 50%;
        transform: translateY(-50%);
        width: 24px;
        height: 24px; }
      .footer-contactMenuItem a:hover {
        color: #aab1b8; }
    .footer-contactMenuItem a.footer-phone::after {
      background: url("../images/Call.svg") no-repeat center; }
    .footer-contactMenuItem a.footer-location::after {
      background: url("../images/Location.svg") no-repeat center; }

.contact.active,
.footer.active {
  opacity: 1; }
