.dark {
  color: #131F2D;
}

.base {
  color: #65707E;
}

.light {
  color: #FFFFFF;
}

.light-50 {
  color: rgba(255, 255, 255, 0.7);
}

.primary-color {
  color: #005EFF;
}

.link {
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.link:hover {
  color: #005EFF;
  opacity: 1;
}

.link-light {
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.link-light:hover {
  color: rgb(102, 158.4, 255);
}

.mt-0 {
  margin-top: 0px;
}

.mt-1 {
  margin-top: 4px;
}

.mt-2 {
  margin-top: 8px;
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .mt-2 {
    margin-top: 6px;
  }
}
@media screen and (max-width: 768px) {
  .mt-2 {
    margin-top: 4px;
  }
}

.mt-3 {
  margin-top: 12px;
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .mt-3 {
    margin-top: 10px;
  }
}
@media screen and (max-width: 768px) {
  .mt-3 {
    margin-top: 8px;
  }
}

.mt-4 {
  margin-top: 16px;
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .mt-4 {
    margin-top: 13px;
  }
}
@media screen and (max-width: 768px) {
  .mt-4 {
    margin-top: 11px;
  }
}

.mt-5 {
  margin-top: 20px;
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .mt-5 {
    margin-top: 16px;
  }
}
@media screen and (max-width: 768px) {
  .mt-5 {
    margin-top: 15px;
  }
}

.mt-6 {
  margin-top: 24px;
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .mt-6 {
    margin-top: 19px;
  }
}
@media screen and (max-width: 768px) {
  .mt-6 {
    margin-top: 15px;
  }
}

.mt-7 {
  margin-top: 28px;
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .mt-7 {
    margin-top: 22px;
  }
}
@media screen and (max-width: 768px) {
  .mt-7 {
    margin-top: 18px;
  }
}

.mt-8 {
  margin-top: 32px;
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .mt-8 {
    margin-top: 26px;
  }
}
@media screen and (max-width: 768px) {
  .mt-8 {
    margin-top: 20px;
  }
}

.mt-9 {
  margin-top: 36px;
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .mt-9 {
    margin-top: 29px;
  }
}
@media screen and (max-width: 768px) {
  .mt-9 {
    margin-top: 23px;
  }
}

.mt-10 {
  margin-top: 40px;
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .mt-10 {
    margin-top: 30px;
  }
}
@media screen and (max-width: 768px) {
  .mt-10 {
    margin-top: 25px;
  }
}

.mt-11 {
  margin-top: 44px;
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .mt-11 {
    margin-top: 33px;
  }
}
@media screen and (max-width: 768px) {
  .mt-11 {
    margin-top: 28px;
  }
}

.mt-12 {
  margin-top: 48px;
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .mt-12 {
    margin-top: 36px;
  }
}
@media screen and (max-width: 768px) {
  .mt-12 {
    margin-top: 30px;
  }
}

.mt-13 {
  margin-top: 52px;
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .mt-13 {
    margin-top: 39px;
  }
}
@media screen and (max-width: 768px) {
  .mt-13 {
    margin-top: 33px;
  }
}

.mt-14 {
  margin-top: 56px;
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .mt-14 {
    margin-top: 42px;
  }
}
@media screen and (max-width: 768px) {
  .mt-14 {
    margin-top: 35px;
  }
}

.mt-15 {
  margin-top: 60px;
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .mt-15 {
    margin-top: 45px;
  }
}
@media screen and (max-width: 768px) {
  .mt-15 {
    margin-top: 38px;
  }
}

.mt-16 {
  margin-top: 64px;
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .mt-16 {
    margin-top: 48px;
  }
}
@media screen and (max-width: 768px) {
  .mt-16 {
    margin-top: 40px;
  }
}

.mt-17 {
  margin-top: 68px;
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .mt-17 {
    margin-top: 51px;
  }
}
@media screen and (max-width: 768px) {
  .mt-17 {
    margin-top: 43px;
  }
}

.mt-18 {
  margin-top: 72px;
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .mt-18 {
    margin-top: 54px;
  }
}
@media screen and (max-width: 768px) {
  .mt-18 {
    margin-top: 45px;
  }
}

.mt-19 {
  margin-top: 76px;
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .mt-19 {
    margin-top: 57px;
  }
}
@media screen and (max-width: 768px) {
  .mt-19 {
    margin-top: 48px;
  }
}

.mt-20 {
  margin-top: 80px;
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .mt-20 {
    margin-top: 60px;
  }
}
@media screen and (max-width: 768px) {
  .mt-20 {
    margin-top: 50px;
  }
}

.mt-21 {
  margin-top: 84px;
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .mt-21 {
    margin-top: 63px;
  }
}
@media screen and (max-width: 768px) {
  .mt-21 {
    margin-top: 53px;
  }
}

.mt-22 {
  margin-top: 88px;
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .mt-22 {
    margin-top: 66px;
  }
}
@media screen and (max-width: 768px) {
  .mt-22 {
    margin-top: 55px;
  }
}

.mt-23 {
  margin-top: 92px;
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .mt-23 {
    margin-top: 69px;
  }
}
@media screen and (max-width: 768px) {
  .mt-23 {
    margin-top: 58px;
  }
}

.mt-24 {
  margin-top: 96px;
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .mt-24 {
    margin-top: 72px;
  }
}
@media screen and (max-width: 768px) {
  .mt-24 {
    margin-top: 60px;
  }
}

.mt-25 {
  margin-top: 100px;
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .mt-25 {
    margin-top: 75px;
  }
}
@media screen and (max-width: 768px) {
  .mt-25 {
    margin-top: 63px;
  }
}

.mt-26 {
  margin-top: 104px;
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .mt-26 {
    margin-top: 78px;
  }
}
@media screen and (max-width: 768px) {
  .mt-26 {
    margin-top: 65px;
  }
}

.mt-27 {
  margin-top: 108px;
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .mt-27 {
    margin-top: 81px;
  }
}
@media screen and (max-width: 768px) {
  .mt-27 {
    margin-top: 68px;
  }
}

.mt-28 {
  margin-top: 112px;
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .mt-28 {
    margin-top: 84px;
  }
}
@media screen and (max-width: 768px) {
  .mt-28 {
    margin-top: 70px;
  }
}

.mt-29 {
  margin-top: 116px;
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .mt-29 {
    margin-top: 87px;
  }
}
@media screen and (max-width: 768px) {
  .mt-29 {
    margin-top: 73px;
  }
}

.mt-30 {
  margin-top: 120px;
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .mt-30 {
    margin-top: 90px;
  }
}
@media screen and (max-width: 768px) {
  .mt-30 {
    margin-top: 75px;
  }
}

.mt-31 {
  margin-top: 124px;
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .mt-31 {
    margin-top: 93px;
  }
}
@media screen and (max-width: 768px) {
  .mt-31 {
    margin-top: 78px;
  }
}

.mt-32 {
  margin-top: 128px;
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .mt-32 {
    margin-top: 96px;
  }
}
@media screen and (max-width: 768px) {
  .mt-32 {
    margin-top: 80px;
  }
}

.mt-33 {
  margin-top: 132px;
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .mt-33 {
    margin-top: 99px;
  }
}
@media screen and (max-width: 768px) {
  .mt-33 {
    margin-top: 83px;
  }
}

.mt-34 {
  margin-top: 136px;
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .mt-34 {
    margin-top: 102px;
  }
}
@media screen and (max-width: 768px) {
  .mt-34 {
    margin-top: 85px;
  }
}

.mt-35 {
  margin-top: 140px;
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .mt-35 {
    margin-top: 105px;
  }
}
@media screen and (max-width: 768px) {
  .mt-35 {
    margin-top: 88px;
  }
}

.mt-36 {
  margin-top: 144px;
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .mt-36 {
    margin-top: 108px;
  }
}
@media screen and (max-width: 768px) {
  .mt-36 {
    margin-top: 90px;
  }
}

.mt-37 {
  margin-top: 148px;
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .mt-37 {
    margin-top: 111px;
  }
}
@media screen and (max-width: 768px) {
  .mt-37 {
    margin-top: 93px;
  }
}

.mt-38 {
  margin-top: 152px;
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .mt-38 {
    margin-top: 114px;
  }
}
@media screen and (max-width: 768px) {
  .mt-38 {
    margin-top: 95px;
  }
}

.mt-39 {
  margin-top: 156px;
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .mt-39 {
    margin-top: 117px;
  }
}
@media screen and (max-width: 768px) {
  .mt-39 {
    margin-top: 98px;
  }
}

.mt-40 {
  margin-top: 160px;
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .mt-40 {
    margin-top: 120px;
  }
}
@media screen and (max-width: 768px) {
  .mt-40 {
    margin-top: 100px;
  }
}

.mt-41 {
  margin-top: 164px;
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .mt-41 {
    margin-top: 123px;
  }
}
@media screen and (max-width: 768px) {
  .mt-41 {
    margin-top: 103px;
  }
}

.mt-42 {
  margin-top: 168px;
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .mt-42 {
    margin-top: 126px;
  }
}
@media screen and (max-width: 768px) {
  .mt-42 {
    margin-top: 105px;
  }
}

.mt-43 {
  margin-top: 172px;
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .mt-43 {
    margin-top: 129px;
  }
}
@media screen and (max-width: 768px) {
  .mt-43 {
    margin-top: 108px;
  }
}

.mt-44 {
  margin-top: 176px;
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .mt-44 {
    margin-top: 132px;
  }
}
@media screen and (max-width: 768px) {
  .mt-44 {
    margin-top: 110px;
  }
}

.mt-45 {
  margin-top: 180px;
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .mt-45 {
    margin-top: 135px;
  }
}
@media screen and (max-width: 768px) {
  .mt-45 {
    margin-top: 113px;
  }
}

.mt-46 {
  margin-top: 184px;
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .mt-46 {
    margin-top: 138px;
  }
}
@media screen and (max-width: 768px) {
  .mt-46 {
    margin-top: 115px;
  }
}

.mt-47 {
  margin-top: 188px;
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .mt-47 {
    margin-top: 141px;
  }
}
@media screen and (max-width: 768px) {
  .mt-47 {
    margin-top: 118px;
  }
}

.mt-48 {
  margin-top: 192px;
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .mt-48 {
    margin-top: 144px;
  }
}
@media screen and (max-width: 768px) {
  .mt-48 {
    margin-top: 120px;
  }
}

.mt-49 {
  margin-top: 196px;
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .mt-49 {
    margin-top: 147px;
  }
}
@media screen and (max-width: 768px) {
  .mt-49 {
    margin-top: 123px;
  }
}

.mt-50 {
  margin-top: 200px;
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .mt-50 {
    margin-top: 150px;
  }
}
@media screen and (max-width: 768px) {
  .mt-50 {
    margin-top: 125px;
  }
}

.mb-0 {
  margin-bottom: 0px;
}

.mb-1 {
  margin-bottom: 4px;
}

.mb-2 {
  margin-bottom: 8px;
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .mb-2 {
    margin-bottom: 6px;
  }
}
@media screen and (max-width: 768px) {
  .mb-2 {
    margin-bottom: 4px;
  }
}

.mb-3 {
  margin-bottom: 12px;
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .mb-3 {
    margin-bottom: 10px;
  }
}
@media screen and (max-width: 768px) {
  .mb-3 {
    margin-bottom: 8px;
  }
}

.mb-4 {
  margin-bottom: 16px;
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .mb-4 {
    margin-bottom: 13px;
  }
}
@media screen and (max-width: 768px) {
  .mb-4 {
    margin-bottom: 11px;
  }
}

.mb-5 {
  margin-bottom: 20px;
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .mb-5 {
    margin-bottom: 16px;
  }
}
@media screen and (max-width: 768px) {
  .mb-5 {
    margin-bottom: 15px;
  }
}

.mb-6 {
  margin-bottom: 24px;
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .mb-6 {
    margin-bottom: 19px;
  }
}
@media screen and (max-width: 768px) {
  .mb-6 {
    margin-bottom: 15px;
  }
}

.mb-7 {
  margin-bottom: 28px;
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .mb-7 {
    margin-bottom: 22px;
  }
}
@media screen and (max-width: 768px) {
  .mb-7 {
    margin-bottom: 18px;
  }
}

.mb-8 {
  margin-bottom: 32px;
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .mb-8 {
    margin-bottom: 26px;
  }
}
@media screen and (max-width: 768px) {
  .mb-8 {
    margin-bottom: 20px;
  }
}

.mb-9 {
  margin-bottom: 36px;
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .mb-9 {
    margin-bottom: 29px;
  }
}
@media screen and (max-width: 768px) {
  .mb-9 {
    margin-bottom: 23px;
  }
}

.mb-10 {
  margin-bottom: 40px;
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .mb-10 {
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 768px) {
  .mb-10 {
    margin-bottom: 25px;
  }
}

.mb-11 {
  margin-bottom: 44px;
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .mb-11 {
    margin-bottom: 33px;
  }
}
@media screen and (max-width: 768px) {
  .mb-11 {
    margin-bottom: 28px;
  }
}

.mb-12 {
  margin-bottom: 48px;
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .mb-12 {
    margin-bottom: 36px;
  }
}
@media screen and (max-width: 768px) {
  .mb-12 {
    margin-bottom: 30px;
  }
}

.mb-13 {
  margin-bottom: 52px;
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .mb-13 {
    margin-bottom: 39px;
  }
}
@media screen and (max-width: 768px) {
  .mb-13 {
    margin-bottom: 33px;
  }
}

.mb-14 {
  margin-bottom: 56px;
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .mb-14 {
    margin-bottom: 42px;
  }
}
@media screen and (max-width: 768px) {
  .mb-14 {
    margin-bottom: 35px;
  }
}

.mb-15 {
  margin-bottom: 60px;
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .mb-15 {
    margin-bottom: 45px;
  }
}
@media screen and (max-width: 768px) {
  .mb-15 {
    margin-bottom: 38px;
  }
}

.mb-16 {
  margin-bottom: 64px;
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .mb-16 {
    margin-bottom: 48px;
  }
}
@media screen and (max-width: 768px) {
  .mb-16 {
    margin-bottom: 40px;
  }
}

.mb-17 {
  margin-bottom: 68px;
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .mb-17 {
    margin-bottom: 51px;
  }
}
@media screen and (max-width: 768px) {
  .mb-17 {
    margin-bottom: 43px;
  }
}

.mb-18 {
  margin-bottom: 72px;
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .mb-18 {
    margin-bottom: 54px;
  }
}
@media screen and (max-width: 768px) {
  .mb-18 {
    margin-bottom: 45px;
  }
}

.mb-19 {
  margin-bottom: 76px;
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .mb-19 {
    margin-bottom: 57px;
  }
}
@media screen and (max-width: 768px) {
  .mb-19 {
    margin-bottom: 48px;
  }
}

.mb-20 {
  margin-bottom: 80px;
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .mb-20 {
    margin-bottom: 60px;
  }
}
@media screen and (max-width: 768px) {
  .mb-20 {
    margin-bottom: 50px;
  }
}

.mb-21 {
  margin-bottom: 84px;
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .mb-21 {
    margin-bottom: 63px;
  }
}
@media screen and (max-width: 768px) {
  .mb-21 {
    margin-bottom: 53px;
  }
}

.mb-22 {
  margin-bottom: 88px;
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .mb-22 {
    margin-bottom: 66px;
  }
}
@media screen and (max-width: 768px) {
  .mb-22 {
    margin-bottom: 55px;
  }
}

.mb-23 {
  margin-bottom: 92px;
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .mb-23 {
    margin-bottom: 69px;
  }
}
@media screen and (max-width: 768px) {
  .mb-23 {
    margin-bottom: 58px;
  }
}

.mb-24 {
  margin-bottom: 96px;
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .mb-24 {
    margin-bottom: 72px;
  }
}
@media screen and (max-width: 768px) {
  .mb-24 {
    margin-bottom: 60px;
  }
}

.mb-25 {
  margin-bottom: 100px;
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .mb-25 {
    margin-bottom: 75px;
  }
}
@media screen and (max-width: 768px) {
  .mb-25 {
    margin-bottom: 63px;
  }
}

.mb-26 {
  margin-bottom: 104px;
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .mb-26 {
    margin-bottom: 78px;
  }
}
@media screen and (max-width: 768px) {
  .mb-26 {
    margin-bottom: 65px;
  }
}

.mb-27 {
  margin-bottom: 108px;
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .mb-27 {
    margin-bottom: 81px;
  }
}
@media screen and (max-width: 768px) {
  .mb-27 {
    margin-bottom: 68px;
  }
}

.mb-28 {
  margin-bottom: 112px;
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .mb-28 {
    margin-bottom: 84px;
  }
}
@media screen and (max-width: 768px) {
  .mb-28 {
    margin-bottom: 70px;
  }
}

.mb-29 {
  margin-bottom: 116px;
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .mb-29 {
    margin-bottom: 87px;
  }
}
@media screen and (max-width: 768px) {
  .mb-29 {
    margin-bottom: 73px;
  }
}

.mb-30 {
  margin-bottom: 120px;
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .mb-30 {
    margin-bottom: 90px;
  }
}
@media screen and (max-width: 768px) {
  .mb-30 {
    margin-bottom: 75px;
  }
}

.mb-31 {
  margin-bottom: 124px;
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .mb-31 {
    margin-bottom: 93px;
  }
}
@media screen and (max-width: 768px) {
  .mb-31 {
    margin-bottom: 78px;
  }
}

.mb-32 {
  margin-bottom: 128px;
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .mb-32 {
    margin-bottom: 96px;
  }
}
@media screen and (max-width: 768px) {
  .mb-32 {
    margin-bottom: 80px;
  }
}

.mb-33 {
  margin-bottom: 132px;
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .mb-33 {
    margin-bottom: 99px;
  }
}
@media screen and (max-width: 768px) {
  .mb-33 {
    margin-bottom: 83px;
  }
}

.mb-34 {
  margin-bottom: 136px;
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .mb-34 {
    margin-bottom: 102px;
  }
}
@media screen and (max-width: 768px) {
  .mb-34 {
    margin-bottom: 85px;
  }
}

.mb-35 {
  margin-bottom: 140px;
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .mb-35 {
    margin-bottom: 105px;
  }
}
@media screen and (max-width: 768px) {
  .mb-35 {
    margin-bottom: 88px;
  }
}

.mb-36 {
  margin-bottom: 144px;
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .mb-36 {
    margin-bottom: 108px;
  }
}
@media screen and (max-width: 768px) {
  .mb-36 {
    margin-bottom: 90px;
  }
}

.mb-37 {
  margin-bottom: 148px;
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .mb-37 {
    margin-bottom: 111px;
  }
}
@media screen and (max-width: 768px) {
  .mb-37 {
    margin-bottom: 93px;
  }
}

.mb-38 {
  margin-bottom: 152px;
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .mb-38 {
    margin-bottom: 114px;
  }
}
@media screen and (max-width: 768px) {
  .mb-38 {
    margin-bottom: 95px;
  }
}

.mb-39 {
  margin-bottom: 156px;
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .mb-39 {
    margin-bottom: 117px;
  }
}
@media screen and (max-width: 768px) {
  .mb-39 {
    margin-bottom: 98px;
  }
}

.mb-40 {
  margin-bottom: 160px;
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .mb-40 {
    margin-bottom: 120px;
  }
}
@media screen and (max-width: 768px) {
  .mb-40 {
    margin-bottom: 100px;
  }
}

.mb-41 {
  margin-bottom: 164px;
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .mb-41 {
    margin-bottom: 123px;
  }
}
@media screen and (max-width: 768px) {
  .mb-41 {
    margin-bottom: 103px;
  }
}

.mb-42 {
  margin-bottom: 168px;
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .mb-42 {
    margin-bottom: 126px;
  }
}
@media screen and (max-width: 768px) {
  .mb-42 {
    margin-bottom: 105px;
  }
}

.mb-43 {
  margin-bottom: 172px;
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .mb-43 {
    margin-bottom: 129px;
  }
}
@media screen and (max-width: 768px) {
  .mb-43 {
    margin-bottom: 108px;
  }
}

.mb-44 {
  margin-bottom: 176px;
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .mb-44 {
    margin-bottom: 132px;
  }
}
@media screen and (max-width: 768px) {
  .mb-44 {
    margin-bottom: 110px;
  }
}

.mb-45 {
  margin-bottom: 180px;
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .mb-45 {
    margin-bottom: 135px;
  }
}
@media screen and (max-width: 768px) {
  .mb-45 {
    margin-bottom: 113px;
  }
}

.mb-46 {
  margin-bottom: 184px;
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .mb-46 {
    margin-bottom: 138px;
  }
}
@media screen and (max-width: 768px) {
  .mb-46 {
    margin-bottom: 115px;
  }
}

.mb-47 {
  margin-bottom: 188px;
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .mb-47 {
    margin-bottom: 141px;
  }
}
@media screen and (max-width: 768px) {
  .mb-47 {
    margin-bottom: 118px;
  }
}

.mb-48 {
  margin-bottom: 192px;
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .mb-48 {
    margin-bottom: 144px;
  }
}
@media screen and (max-width: 768px) {
  .mb-48 {
    margin-bottom: 120px;
  }
}

.mb-49 {
  margin-bottom: 196px;
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .mb-49 {
    margin-bottom: 147px;
  }
}
@media screen and (max-width: 768px) {
  .mb-49 {
    margin-bottom: 123px;
  }
}

.mb-50 {
  margin-bottom: 200px;
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .mb-50 {
    margin-bottom: 150px;
  }
}
@media screen and (max-width: 768px) {
  .mb-50 {
    margin-bottom: 125px;
  }
}

.ml-0 {
  margin-left: 0px;
}

.ml-1 {
  margin-left: 4px;
}

.ml-2 {
  margin-left: 8px;
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .ml-2 {
    margin-left: 6px;
  }
}
@media screen and (max-width: 768px) {
  .ml-2 {
    margin-left: 4px;
  }
}

.ml-3 {
  margin-left: 12px;
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .ml-3 {
    margin-left: 10px;
  }
}
@media screen and (max-width: 768px) {
  .ml-3 {
    margin-left: 8px;
  }
}

.ml-4 {
  margin-left: 16px;
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .ml-4 {
    margin-left: 13px;
  }
}
@media screen and (max-width: 768px) {
  .ml-4 {
    margin-left: 11px;
  }
}

.ml-5 {
  margin-left: 20px;
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .ml-5 {
    margin-left: 16px;
  }
}
@media screen and (max-width: 768px) {
  .ml-5 {
    margin-left: 15px;
  }
}

.ml-6 {
  margin-left: 24px;
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .ml-6 {
    margin-left: 19px;
  }
}
@media screen and (max-width: 768px) {
  .ml-6 {
    margin-left: 15px;
  }
}

.ml-7 {
  margin-left: 28px;
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .ml-7 {
    margin-left: 22px;
  }
}
@media screen and (max-width: 768px) {
  .ml-7 {
    margin-left: 18px;
  }
}

.ml-8 {
  margin-left: 32px;
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .ml-8 {
    margin-left: 26px;
  }
}
@media screen and (max-width: 768px) {
  .ml-8 {
    margin-left: 20px;
  }
}

.ml-9 {
  margin-left: 36px;
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .ml-9 {
    margin-left: 29px;
  }
}
@media screen and (max-width: 768px) {
  .ml-9 {
    margin-left: 23px;
  }
}

.ml-10 {
  margin-left: 40px;
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .ml-10 {
    margin-left: 30px;
  }
}
@media screen and (max-width: 768px) {
  .ml-10 {
    margin-left: 25px;
  }
}

.ml-11 {
  margin-left: 44px;
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .ml-11 {
    margin-left: 33px;
  }
}
@media screen and (max-width: 768px) {
  .ml-11 {
    margin-left: 28px;
  }
}

.ml-12 {
  margin-left: 48px;
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .ml-12 {
    margin-left: 36px;
  }
}
@media screen and (max-width: 768px) {
  .ml-12 {
    margin-left: 30px;
  }
}

.ml-13 {
  margin-left: 52px;
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .ml-13 {
    margin-left: 39px;
  }
}
@media screen and (max-width: 768px) {
  .ml-13 {
    margin-left: 33px;
  }
}

.ml-14 {
  margin-left: 56px;
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .ml-14 {
    margin-left: 42px;
  }
}
@media screen and (max-width: 768px) {
  .ml-14 {
    margin-left: 35px;
  }
}

.ml-15 {
  margin-left: 60px;
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .ml-15 {
    margin-left: 45px;
  }
}
@media screen and (max-width: 768px) {
  .ml-15 {
    margin-left: 38px;
  }
}

.ml-16 {
  margin-left: 64px;
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .ml-16 {
    margin-left: 48px;
  }
}
@media screen and (max-width: 768px) {
  .ml-16 {
    margin-left: 40px;
  }
}

.ml-17 {
  margin-left: 68px;
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .ml-17 {
    margin-left: 51px;
  }
}
@media screen and (max-width: 768px) {
  .ml-17 {
    margin-left: 43px;
  }
}

.ml-18 {
  margin-left: 72px;
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .ml-18 {
    margin-left: 54px;
  }
}
@media screen and (max-width: 768px) {
  .ml-18 {
    margin-left: 45px;
  }
}

.ml-19 {
  margin-left: 76px;
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .ml-19 {
    margin-left: 57px;
  }
}
@media screen and (max-width: 768px) {
  .ml-19 {
    margin-left: 48px;
  }
}

.ml-20 {
  margin-left: 80px;
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .ml-20 {
    margin-left: 60px;
  }
}
@media screen and (max-width: 768px) {
  .ml-20 {
    margin-left: 50px;
  }
}

.ml-21 {
  margin-left: 84px;
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .ml-21 {
    margin-left: 63px;
  }
}
@media screen and (max-width: 768px) {
  .ml-21 {
    margin-left: 53px;
  }
}

.ml-22 {
  margin-left: 88px;
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .ml-22 {
    margin-left: 66px;
  }
}
@media screen and (max-width: 768px) {
  .ml-22 {
    margin-left: 55px;
  }
}

.ml-23 {
  margin-left: 92px;
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .ml-23 {
    margin-left: 69px;
  }
}
@media screen and (max-width: 768px) {
  .ml-23 {
    margin-left: 58px;
  }
}

.ml-24 {
  margin-left: 96px;
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .ml-24 {
    margin-left: 72px;
  }
}
@media screen and (max-width: 768px) {
  .ml-24 {
    margin-left: 60px;
  }
}

.ml-25 {
  margin-left: 100px;
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .ml-25 {
    margin-left: 75px;
  }
}
@media screen and (max-width: 768px) {
  .ml-25 {
    margin-left: 63px;
  }
}

.ml-26 {
  margin-left: 104px;
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .ml-26 {
    margin-left: 78px;
  }
}
@media screen and (max-width: 768px) {
  .ml-26 {
    margin-left: 65px;
  }
}

.ml-27 {
  margin-left: 108px;
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .ml-27 {
    margin-left: 81px;
  }
}
@media screen and (max-width: 768px) {
  .ml-27 {
    margin-left: 68px;
  }
}

.ml-28 {
  margin-left: 112px;
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .ml-28 {
    margin-left: 84px;
  }
}
@media screen and (max-width: 768px) {
  .ml-28 {
    margin-left: 70px;
  }
}

.ml-29 {
  margin-left: 116px;
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .ml-29 {
    margin-left: 87px;
  }
}
@media screen and (max-width: 768px) {
  .ml-29 {
    margin-left: 73px;
  }
}

.ml-30 {
  margin-left: 120px;
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .ml-30 {
    margin-left: 90px;
  }
}
@media screen and (max-width: 768px) {
  .ml-30 {
    margin-left: 75px;
  }
}

.ml-31 {
  margin-left: 124px;
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .ml-31 {
    margin-left: 93px;
  }
}
@media screen and (max-width: 768px) {
  .ml-31 {
    margin-left: 78px;
  }
}

.ml-32 {
  margin-left: 128px;
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .ml-32 {
    margin-left: 96px;
  }
}
@media screen and (max-width: 768px) {
  .ml-32 {
    margin-left: 80px;
  }
}

.ml-33 {
  margin-left: 132px;
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .ml-33 {
    margin-left: 99px;
  }
}
@media screen and (max-width: 768px) {
  .ml-33 {
    margin-left: 83px;
  }
}

.ml-34 {
  margin-left: 136px;
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .ml-34 {
    margin-left: 102px;
  }
}
@media screen and (max-width: 768px) {
  .ml-34 {
    margin-left: 85px;
  }
}

.ml-35 {
  margin-left: 140px;
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .ml-35 {
    margin-left: 105px;
  }
}
@media screen and (max-width: 768px) {
  .ml-35 {
    margin-left: 88px;
  }
}

.ml-36 {
  margin-left: 144px;
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .ml-36 {
    margin-left: 108px;
  }
}
@media screen and (max-width: 768px) {
  .ml-36 {
    margin-left: 90px;
  }
}

.ml-37 {
  margin-left: 148px;
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .ml-37 {
    margin-left: 111px;
  }
}
@media screen and (max-width: 768px) {
  .ml-37 {
    margin-left: 93px;
  }
}

.ml-38 {
  margin-left: 152px;
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .ml-38 {
    margin-left: 114px;
  }
}
@media screen and (max-width: 768px) {
  .ml-38 {
    margin-left: 95px;
  }
}

.ml-39 {
  margin-left: 156px;
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .ml-39 {
    margin-left: 117px;
  }
}
@media screen and (max-width: 768px) {
  .ml-39 {
    margin-left: 98px;
  }
}

.ml-40 {
  margin-left: 160px;
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .ml-40 {
    margin-left: 120px;
  }
}
@media screen and (max-width: 768px) {
  .ml-40 {
    margin-left: 100px;
  }
}

.ml-41 {
  margin-left: 164px;
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .ml-41 {
    margin-left: 123px;
  }
}
@media screen and (max-width: 768px) {
  .ml-41 {
    margin-left: 103px;
  }
}

.ml-42 {
  margin-left: 168px;
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .ml-42 {
    margin-left: 126px;
  }
}
@media screen and (max-width: 768px) {
  .ml-42 {
    margin-left: 105px;
  }
}

.ml-43 {
  margin-left: 172px;
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .ml-43 {
    margin-left: 129px;
  }
}
@media screen and (max-width: 768px) {
  .ml-43 {
    margin-left: 108px;
  }
}

.ml-44 {
  margin-left: 176px;
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .ml-44 {
    margin-left: 132px;
  }
}
@media screen and (max-width: 768px) {
  .ml-44 {
    margin-left: 110px;
  }
}

.ml-45 {
  margin-left: 180px;
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .ml-45 {
    margin-left: 135px;
  }
}
@media screen and (max-width: 768px) {
  .ml-45 {
    margin-left: 113px;
  }
}

.ml-46 {
  margin-left: 184px;
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .ml-46 {
    margin-left: 138px;
  }
}
@media screen and (max-width: 768px) {
  .ml-46 {
    margin-left: 115px;
  }
}

.ml-47 {
  margin-left: 188px;
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .ml-47 {
    margin-left: 141px;
  }
}
@media screen and (max-width: 768px) {
  .ml-47 {
    margin-left: 118px;
  }
}

.ml-48 {
  margin-left: 192px;
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .ml-48 {
    margin-left: 144px;
  }
}
@media screen and (max-width: 768px) {
  .ml-48 {
    margin-left: 120px;
  }
}

.ml-49 {
  margin-left: 196px;
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .ml-49 {
    margin-left: 147px;
  }
}
@media screen and (max-width: 768px) {
  .ml-49 {
    margin-left: 123px;
  }
}

.ml-50 {
  margin-left: 200px;
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .ml-50 {
    margin-left: 150px;
  }
}
@media screen and (max-width: 768px) {
  .ml-50 {
    margin-left: 125px;
  }
}

.mr-0 {
  margin-right: 0px;
}

.mr-1 {
  margin-right: 4px;
}

.mr-2 {
  margin-right: 8px;
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .mr-2 {
    margin-right: 6px;
  }
}
@media screen and (max-width: 768px) {
  .mr-2 {
    margin-right: 4px;
  }
}

.mr-3 {
  margin-right: 12px;
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .mr-3 {
    margin-right: 10px;
  }
}
@media screen and (max-width: 768px) {
  .mr-3 {
    margin-right: 8px;
  }
}

.mr-4 {
  margin-right: 16px;
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .mr-4 {
    margin-right: 13px;
  }
}
@media screen and (max-width: 768px) {
  .mr-4 {
    margin-right: 11px;
  }
}

.mr-5 {
  margin-right: 20px;
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .mr-5 {
    margin-right: 16px;
  }
}
@media screen and (max-width: 768px) {
  .mr-5 {
    margin-right: 15px;
  }
}

.mr-6 {
  margin-right: 24px;
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .mr-6 {
    margin-right: 19px;
  }
}
@media screen and (max-width: 768px) {
  .mr-6 {
    margin-right: 15px;
  }
}

.mr-7 {
  margin-right: 28px;
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .mr-7 {
    margin-right: 22px;
  }
}
@media screen and (max-width: 768px) {
  .mr-7 {
    margin-right: 18px;
  }
}

.mr-8 {
  margin-right: 32px;
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .mr-8 {
    margin-right: 26px;
  }
}
@media screen and (max-width: 768px) {
  .mr-8 {
    margin-right: 20px;
  }
}

.mr-9 {
  margin-right: 36px;
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .mr-9 {
    margin-right: 29px;
  }
}
@media screen and (max-width: 768px) {
  .mr-9 {
    margin-right: 23px;
  }
}

.mr-10 {
  margin-right: 40px;
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .mr-10 {
    margin-right: 30px;
  }
}
@media screen and (max-width: 768px) {
  .mr-10 {
    margin-right: 25px;
  }
}

.mr-11 {
  margin-right: 44px;
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .mr-11 {
    margin-right: 33px;
  }
}
@media screen and (max-width: 768px) {
  .mr-11 {
    margin-right: 28px;
  }
}

.mr-12 {
  margin-right: 48px;
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .mr-12 {
    margin-right: 36px;
  }
}
@media screen and (max-width: 768px) {
  .mr-12 {
    margin-right: 30px;
  }
}

.mr-13 {
  margin-right: 52px;
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .mr-13 {
    margin-right: 39px;
  }
}
@media screen and (max-width: 768px) {
  .mr-13 {
    margin-right: 33px;
  }
}

.mr-14 {
  margin-right: 56px;
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .mr-14 {
    margin-right: 42px;
  }
}
@media screen and (max-width: 768px) {
  .mr-14 {
    margin-right: 35px;
  }
}

.mr-15 {
  margin-right: 60px;
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .mr-15 {
    margin-right: 45px;
  }
}
@media screen and (max-width: 768px) {
  .mr-15 {
    margin-right: 38px;
  }
}

.mr-16 {
  margin-right: 64px;
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .mr-16 {
    margin-right: 48px;
  }
}
@media screen and (max-width: 768px) {
  .mr-16 {
    margin-right: 40px;
  }
}

.mr-17 {
  margin-right: 68px;
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .mr-17 {
    margin-right: 51px;
  }
}
@media screen and (max-width: 768px) {
  .mr-17 {
    margin-right: 43px;
  }
}

.mr-18 {
  margin-right: 72px;
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .mr-18 {
    margin-right: 54px;
  }
}
@media screen and (max-width: 768px) {
  .mr-18 {
    margin-right: 45px;
  }
}

.mr-19 {
  margin-right: 76px;
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .mr-19 {
    margin-right: 57px;
  }
}
@media screen and (max-width: 768px) {
  .mr-19 {
    margin-right: 48px;
  }
}

.mr-20 {
  margin-right: 80px;
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .mr-20 {
    margin-right: 60px;
  }
}
@media screen and (max-width: 768px) {
  .mr-20 {
    margin-right: 50px;
  }
}

.mr-21 {
  margin-right: 84px;
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .mr-21 {
    margin-right: 63px;
  }
}
@media screen and (max-width: 768px) {
  .mr-21 {
    margin-right: 53px;
  }
}

.mr-22 {
  margin-right: 88px;
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .mr-22 {
    margin-right: 66px;
  }
}
@media screen and (max-width: 768px) {
  .mr-22 {
    margin-right: 55px;
  }
}

.mr-23 {
  margin-right: 92px;
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .mr-23 {
    margin-right: 69px;
  }
}
@media screen and (max-width: 768px) {
  .mr-23 {
    margin-right: 58px;
  }
}

.mr-24 {
  margin-right: 96px;
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .mr-24 {
    margin-right: 72px;
  }
}
@media screen and (max-width: 768px) {
  .mr-24 {
    margin-right: 60px;
  }
}

.mr-25 {
  margin-right: 100px;
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .mr-25 {
    margin-right: 75px;
  }
}
@media screen and (max-width: 768px) {
  .mr-25 {
    margin-right: 63px;
  }
}

.mr-26 {
  margin-right: 104px;
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .mr-26 {
    margin-right: 78px;
  }
}
@media screen and (max-width: 768px) {
  .mr-26 {
    margin-right: 65px;
  }
}

.mr-27 {
  margin-right: 108px;
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .mr-27 {
    margin-right: 81px;
  }
}
@media screen and (max-width: 768px) {
  .mr-27 {
    margin-right: 68px;
  }
}

.mr-28 {
  margin-right: 112px;
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .mr-28 {
    margin-right: 84px;
  }
}
@media screen and (max-width: 768px) {
  .mr-28 {
    margin-right: 70px;
  }
}

.mr-29 {
  margin-right: 116px;
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .mr-29 {
    margin-right: 87px;
  }
}
@media screen and (max-width: 768px) {
  .mr-29 {
    margin-right: 73px;
  }
}

.mr-30 {
  margin-right: 120px;
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .mr-30 {
    margin-right: 90px;
  }
}
@media screen and (max-width: 768px) {
  .mr-30 {
    margin-right: 75px;
  }
}

.mr-31 {
  margin-right: 124px;
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .mr-31 {
    margin-right: 93px;
  }
}
@media screen and (max-width: 768px) {
  .mr-31 {
    margin-right: 78px;
  }
}

.mr-32 {
  margin-right: 128px;
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .mr-32 {
    margin-right: 96px;
  }
}
@media screen and (max-width: 768px) {
  .mr-32 {
    margin-right: 80px;
  }
}

.mr-33 {
  margin-right: 132px;
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .mr-33 {
    margin-right: 99px;
  }
}
@media screen and (max-width: 768px) {
  .mr-33 {
    margin-right: 83px;
  }
}

.mr-34 {
  margin-right: 136px;
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .mr-34 {
    margin-right: 102px;
  }
}
@media screen and (max-width: 768px) {
  .mr-34 {
    margin-right: 85px;
  }
}

.mr-35 {
  margin-right: 140px;
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .mr-35 {
    margin-right: 105px;
  }
}
@media screen and (max-width: 768px) {
  .mr-35 {
    margin-right: 88px;
  }
}

.mr-36 {
  margin-right: 144px;
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .mr-36 {
    margin-right: 108px;
  }
}
@media screen and (max-width: 768px) {
  .mr-36 {
    margin-right: 90px;
  }
}

.mr-37 {
  margin-right: 148px;
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .mr-37 {
    margin-right: 111px;
  }
}
@media screen and (max-width: 768px) {
  .mr-37 {
    margin-right: 93px;
  }
}

.mr-38 {
  margin-right: 152px;
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .mr-38 {
    margin-right: 114px;
  }
}
@media screen and (max-width: 768px) {
  .mr-38 {
    margin-right: 95px;
  }
}

.mr-39 {
  margin-right: 156px;
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .mr-39 {
    margin-right: 117px;
  }
}
@media screen and (max-width: 768px) {
  .mr-39 {
    margin-right: 98px;
  }
}

.mr-40 {
  margin-right: 160px;
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .mr-40 {
    margin-right: 120px;
  }
}
@media screen and (max-width: 768px) {
  .mr-40 {
    margin-right: 100px;
  }
}

.mr-41 {
  margin-right: 164px;
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .mr-41 {
    margin-right: 123px;
  }
}
@media screen and (max-width: 768px) {
  .mr-41 {
    margin-right: 103px;
  }
}

.mr-42 {
  margin-right: 168px;
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .mr-42 {
    margin-right: 126px;
  }
}
@media screen and (max-width: 768px) {
  .mr-42 {
    margin-right: 105px;
  }
}

.mr-43 {
  margin-right: 172px;
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .mr-43 {
    margin-right: 129px;
  }
}
@media screen and (max-width: 768px) {
  .mr-43 {
    margin-right: 108px;
  }
}

.mr-44 {
  margin-right: 176px;
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .mr-44 {
    margin-right: 132px;
  }
}
@media screen and (max-width: 768px) {
  .mr-44 {
    margin-right: 110px;
  }
}

.mr-45 {
  margin-right: 180px;
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .mr-45 {
    margin-right: 135px;
  }
}
@media screen and (max-width: 768px) {
  .mr-45 {
    margin-right: 113px;
  }
}

.mr-46 {
  margin-right: 184px;
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .mr-46 {
    margin-right: 138px;
  }
}
@media screen and (max-width: 768px) {
  .mr-46 {
    margin-right: 115px;
  }
}

.mr-47 {
  margin-right: 188px;
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .mr-47 {
    margin-right: 141px;
  }
}
@media screen and (max-width: 768px) {
  .mr-47 {
    margin-right: 118px;
  }
}

.mr-48 {
  margin-right: 192px;
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .mr-48 {
    margin-right: 144px;
  }
}
@media screen and (max-width: 768px) {
  .mr-48 {
    margin-right: 120px;
  }
}

.mr-49 {
  margin-right: 196px;
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .mr-49 {
    margin-right: 147px;
  }
}
@media screen and (max-width: 768px) {
  .mr-49 {
    margin-right: 123px;
  }
}

.mr-50 {
  margin-right: 200px;
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .mr-50 {
    margin-right: 150px;
  }
}
@media screen and (max-width: 768px) {
  .mr-50 {
    margin-right: 125px;
  }
}

.mx-0 {
  margin-left: 0px;
  margin-right: 0px;
}

.mx-1 {
  margin-left: 4px;
  margin-right: 4px;
}

.mx-2 {
  margin-left: 8px;
  margin-right: 8px;
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .mx-2 {
    margin-left: 6px;
    margin-right: 6px;
  }
}
@media screen and (max-width: 768px) {
  .mx-2 {
    margin-left: 4px;
    margin-right: 4px;
  }
}

.mx-3 {
  margin-left: 12px;
  margin-right: 12px;
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .mx-3 {
    margin-left: 10px;
    margin-right: 10px;
  }
}
@media screen and (max-width: 768px) {
  .mx-3 {
    margin-left: 8px;
    margin-right: 8px;
  }
}

.mx-4 {
  margin-left: 16px;
  margin-right: 16px;
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .mx-4 {
    margin-left: 13px;
    margin-right: 13px;
  }
}
@media screen and (max-width: 768px) {
  .mx-4 {
    margin-left: 11px;
    margin-right: 11px;
  }
}

.mx-5 {
  margin-left: 20px;
  margin-right: 20px;
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .mx-5 {
    margin-left: 16px;
    margin-right: 16px;
  }
}
@media screen and (max-width: 768px) {
  .mx-5 {
    margin-left: 15px;
    margin-right: 15px;
  }
}

.mx-6 {
  margin-left: 24px;
  margin-right: 24px;
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .mx-6 {
    margin-left: 19px;
    margin-right: 19px;
  }
}
@media screen and (max-width: 768px) {
  .mx-6 {
    margin-left: 15px;
    margin-right: 15px;
  }
}

.mx-7 {
  margin-left: 28px;
  margin-right: 28px;
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .mx-7 {
    margin-left: 22px;
    margin-right: 22px;
  }
}
@media screen and (max-width: 768px) {
  .mx-7 {
    margin-left: 18px;
    margin-right: 18px;
  }
}

.mx-8 {
  margin-left: 32px;
  margin-right: 32px;
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .mx-8 {
    margin-left: 26px;
    margin-right: 26px;
  }
}
@media screen and (max-width: 768px) {
  .mx-8 {
    margin-left: 20px;
    margin-right: 20px;
  }
}

.mx-9 {
  margin-left: 36px;
  margin-right: 36px;
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .mx-9 {
    margin-left: 29px;
    margin-right: 29px;
  }
}
@media screen and (max-width: 768px) {
  .mx-9 {
    margin-left: 23px;
    margin-right: 23px;
  }
}

.mx-10 {
  margin-left: 40px;
  margin-right: 40px;
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .mx-10 {
    margin-left: 30px;
    margin-right: 30px;
  }
}
@media screen and (max-width: 768px) {
  .mx-10 {
    margin-left: 25px;
    margin-right: 25px;
  }
}

.mx-11 {
  margin-left: 44px;
  margin-right: 44px;
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .mx-11 {
    margin-left: 33px;
    margin-right: 33px;
  }
}
@media screen and (max-width: 768px) {
  .mx-11 {
    margin-left: 28px;
    margin-right: 28px;
  }
}

.mx-12 {
  margin-left: 48px;
  margin-right: 48px;
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .mx-12 {
    margin-left: 36px;
    margin-right: 36px;
  }
}
@media screen and (max-width: 768px) {
  .mx-12 {
    margin-left: 30px;
    margin-right: 30px;
  }
}

.mx-13 {
  margin-left: 52px;
  margin-right: 52px;
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .mx-13 {
    margin-left: 39px;
    margin-right: 39px;
  }
}
@media screen and (max-width: 768px) {
  .mx-13 {
    margin-left: 33px;
    margin-right: 33px;
  }
}

.mx-14 {
  margin-left: 56px;
  margin-right: 56px;
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .mx-14 {
    margin-left: 42px;
    margin-right: 42px;
  }
}
@media screen and (max-width: 768px) {
  .mx-14 {
    margin-left: 35px;
    margin-right: 35px;
  }
}

.mx-15 {
  margin-left: 60px;
  margin-right: 60px;
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .mx-15 {
    margin-left: 45px;
    margin-right: 45px;
  }
}
@media screen and (max-width: 768px) {
  .mx-15 {
    margin-left: 38px;
    margin-right: 38px;
  }
}

.mx-16 {
  margin-left: 64px;
  margin-right: 64px;
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .mx-16 {
    margin-left: 48px;
    margin-right: 48px;
  }
}
@media screen and (max-width: 768px) {
  .mx-16 {
    margin-left: 40px;
    margin-right: 40px;
  }
}

.mx-17 {
  margin-left: 68px;
  margin-right: 68px;
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .mx-17 {
    margin-left: 51px;
    margin-right: 51px;
  }
}
@media screen and (max-width: 768px) {
  .mx-17 {
    margin-left: 43px;
    margin-right: 43px;
  }
}

.mx-18 {
  margin-left: 72px;
  margin-right: 72px;
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .mx-18 {
    margin-left: 54px;
    margin-right: 54px;
  }
}
@media screen and (max-width: 768px) {
  .mx-18 {
    margin-left: 45px;
    margin-right: 45px;
  }
}

.mx-19 {
  margin-left: 76px;
  margin-right: 76px;
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .mx-19 {
    margin-left: 57px;
    margin-right: 57px;
  }
}
@media screen and (max-width: 768px) {
  .mx-19 {
    margin-left: 48px;
    margin-right: 48px;
  }
}

.mx-20 {
  margin-left: 80px;
  margin-right: 80px;
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .mx-20 {
    margin-left: 60px;
    margin-right: 60px;
  }
}
@media screen and (max-width: 768px) {
  .mx-20 {
    margin-left: 50px;
    margin-right: 50px;
  }
}

.mx-21 {
  margin-left: 84px;
  margin-right: 84px;
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .mx-21 {
    margin-left: 63px;
    margin-right: 63px;
  }
}
@media screen and (max-width: 768px) {
  .mx-21 {
    margin-left: 53px;
    margin-right: 53px;
  }
}

.mx-22 {
  margin-left: 88px;
  margin-right: 88px;
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .mx-22 {
    margin-left: 66px;
    margin-right: 66px;
  }
}
@media screen and (max-width: 768px) {
  .mx-22 {
    margin-left: 55px;
    margin-right: 55px;
  }
}

.mx-23 {
  margin-left: 92px;
  margin-right: 92px;
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .mx-23 {
    margin-left: 69px;
    margin-right: 69px;
  }
}
@media screen and (max-width: 768px) {
  .mx-23 {
    margin-left: 58px;
    margin-right: 58px;
  }
}

.mx-24 {
  margin-left: 96px;
  margin-right: 96px;
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .mx-24 {
    margin-left: 72px;
    margin-right: 72px;
  }
}
@media screen and (max-width: 768px) {
  .mx-24 {
    margin-left: 60px;
    margin-right: 60px;
  }
}

.mx-25 {
  margin-left: 100px;
  margin-right: 100px;
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .mx-25 {
    margin-left: 75px;
    margin-right: 75px;
  }
}
@media screen and (max-width: 768px) {
  .mx-25 {
    margin-left: 63px;
    margin-right: 63px;
  }
}

.mx-26 {
  margin-left: 104px;
  margin-right: 104px;
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .mx-26 {
    margin-left: 78px;
    margin-right: 78px;
  }
}
@media screen and (max-width: 768px) {
  .mx-26 {
    margin-left: 65px;
    margin-right: 65px;
  }
}

.mx-27 {
  margin-left: 108px;
  margin-right: 108px;
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .mx-27 {
    margin-left: 81px;
    margin-right: 81px;
  }
}
@media screen and (max-width: 768px) {
  .mx-27 {
    margin-left: 68px;
    margin-right: 68px;
  }
}

.mx-28 {
  margin-left: 112px;
  margin-right: 112px;
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .mx-28 {
    margin-left: 84px;
    margin-right: 84px;
  }
}
@media screen and (max-width: 768px) {
  .mx-28 {
    margin-left: 70px;
    margin-right: 70px;
  }
}

.mx-29 {
  margin-left: 116px;
  margin-right: 116px;
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .mx-29 {
    margin-left: 87px;
    margin-right: 87px;
  }
}
@media screen and (max-width: 768px) {
  .mx-29 {
    margin-left: 73px;
    margin-right: 73px;
  }
}

.mx-30 {
  margin-left: 120px;
  margin-right: 120px;
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .mx-30 {
    margin-left: 90px;
    margin-right: 90px;
  }
}
@media screen and (max-width: 768px) {
  .mx-30 {
    margin-left: 75px;
    margin-right: 75px;
  }
}

.mx-31 {
  margin-left: 124px;
  margin-right: 124px;
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .mx-31 {
    margin-left: 93px;
    margin-right: 93px;
  }
}
@media screen and (max-width: 768px) {
  .mx-31 {
    margin-left: 78px;
    margin-right: 78px;
  }
}

.mx-32 {
  margin-left: 128px;
  margin-right: 128px;
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .mx-32 {
    margin-left: 96px;
    margin-right: 96px;
  }
}
@media screen and (max-width: 768px) {
  .mx-32 {
    margin-left: 80px;
    margin-right: 80px;
  }
}

.mx-33 {
  margin-left: 132px;
  margin-right: 132px;
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .mx-33 {
    margin-left: 99px;
    margin-right: 99px;
  }
}
@media screen and (max-width: 768px) {
  .mx-33 {
    margin-left: 83px;
    margin-right: 83px;
  }
}

.mx-34 {
  margin-left: 136px;
  margin-right: 136px;
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .mx-34 {
    margin-left: 102px;
    margin-right: 102px;
  }
}
@media screen and (max-width: 768px) {
  .mx-34 {
    margin-left: 85px;
    margin-right: 85px;
  }
}

.mx-35 {
  margin-left: 140px;
  margin-right: 140px;
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .mx-35 {
    margin-left: 105px;
    margin-right: 105px;
  }
}
@media screen and (max-width: 768px) {
  .mx-35 {
    margin-left: 88px;
    margin-right: 88px;
  }
}

.mx-36 {
  margin-left: 144px;
  margin-right: 144px;
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .mx-36 {
    margin-left: 108px;
    margin-right: 108px;
  }
}
@media screen and (max-width: 768px) {
  .mx-36 {
    margin-left: 90px;
    margin-right: 90px;
  }
}

.mx-37 {
  margin-left: 148px;
  margin-right: 148px;
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .mx-37 {
    margin-left: 111px;
    margin-right: 111px;
  }
}
@media screen and (max-width: 768px) {
  .mx-37 {
    margin-left: 93px;
    margin-right: 93px;
  }
}

.mx-38 {
  margin-left: 152px;
  margin-right: 152px;
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .mx-38 {
    margin-left: 114px;
    margin-right: 114px;
  }
}
@media screen and (max-width: 768px) {
  .mx-38 {
    margin-left: 95px;
    margin-right: 95px;
  }
}

.mx-39 {
  margin-left: 156px;
  margin-right: 156px;
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .mx-39 {
    margin-left: 117px;
    margin-right: 117px;
  }
}
@media screen and (max-width: 768px) {
  .mx-39 {
    margin-left: 98px;
    margin-right: 98px;
  }
}

.mx-40 {
  margin-left: 160px;
  margin-right: 160px;
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .mx-40 {
    margin-left: 120px;
    margin-right: 120px;
  }
}
@media screen and (max-width: 768px) {
  .mx-40 {
    margin-left: 100px;
    margin-right: 100px;
  }
}

.mx-41 {
  margin-left: 164px;
  margin-right: 164px;
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .mx-41 {
    margin-left: 123px;
    margin-right: 123px;
  }
}
@media screen and (max-width: 768px) {
  .mx-41 {
    margin-left: 103px;
    margin-right: 103px;
  }
}

.mx-42 {
  margin-left: 168px;
  margin-right: 168px;
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .mx-42 {
    margin-left: 126px;
    margin-right: 126px;
  }
}
@media screen and (max-width: 768px) {
  .mx-42 {
    margin-left: 105px;
    margin-right: 105px;
  }
}

.mx-43 {
  margin-left: 172px;
  margin-right: 172px;
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .mx-43 {
    margin-left: 129px;
    margin-right: 129px;
  }
}
@media screen and (max-width: 768px) {
  .mx-43 {
    margin-left: 108px;
    margin-right: 108px;
  }
}

.mx-44 {
  margin-left: 176px;
  margin-right: 176px;
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .mx-44 {
    margin-left: 132px;
    margin-right: 132px;
  }
}
@media screen and (max-width: 768px) {
  .mx-44 {
    margin-left: 110px;
    margin-right: 110px;
  }
}

.mx-45 {
  margin-left: 180px;
  margin-right: 180px;
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .mx-45 {
    margin-left: 135px;
    margin-right: 135px;
  }
}
@media screen and (max-width: 768px) {
  .mx-45 {
    margin-left: 113px;
    margin-right: 113px;
  }
}

.mx-46 {
  margin-left: 184px;
  margin-right: 184px;
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .mx-46 {
    margin-left: 138px;
    margin-right: 138px;
  }
}
@media screen and (max-width: 768px) {
  .mx-46 {
    margin-left: 115px;
    margin-right: 115px;
  }
}

.mx-47 {
  margin-left: 188px;
  margin-right: 188px;
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .mx-47 {
    margin-left: 141px;
    margin-right: 141px;
  }
}
@media screen and (max-width: 768px) {
  .mx-47 {
    margin-left: 118px;
    margin-right: 118px;
  }
}

.mx-48 {
  margin-left: 192px;
  margin-right: 192px;
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .mx-48 {
    margin-left: 144px;
    margin-right: 144px;
  }
}
@media screen and (max-width: 768px) {
  .mx-48 {
    margin-left: 120px;
    margin-right: 120px;
  }
}

.mx-49 {
  margin-left: 196px;
  margin-right: 196px;
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .mx-49 {
    margin-left: 147px;
    margin-right: 147px;
  }
}
@media screen and (max-width: 768px) {
  .mx-49 {
    margin-left: 123px;
    margin-right: 123px;
  }
}

.mx-50 {
  margin-left: 200px;
  margin-right: 200px;
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .mx-50 {
    margin-left: 150px;
    margin-right: 150px;
  }
}
@media screen and (max-width: 768px) {
  .mx-50 {
    margin-left: 125px;
    margin-right: 125px;
  }
}

.my-0 {
  margin-top: 0px;
  margin-bottom: 0px;
}

.my-1 {
  margin-top: 4px;
  margin-bottom: 4px;
}

.my-2 {
  margin-top: 8px;
  margin-bottom: 8px;
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .my-2 {
    margin-top: 6px;
    margin-bottom: 6px;
  }
}
@media screen and (max-width: 768px) {
  .my-2 {
    margin-top: 4px;
    margin-bottom: 4px;
  }
}

.my-3 {
  margin-top: 12px;
  margin-bottom: 12px;
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .my-3 {
    margin-top: 10px;
    margin-bottom: 10px;
  }
}
@media screen and (max-width: 768px) {
  .my-3 {
    margin-top: 8px;
    margin-bottom: 8px;
  }
}

.my-4 {
  margin-top: 16px;
  margin-bottom: 16px;
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .my-4 {
    margin-top: 13px;
    margin-bottom: 13px;
  }
}
@media screen and (max-width: 768px) {
  .my-4 {
    margin-top: 11px;
    margin-bottom: 11px;
  }
}

.my-5 {
  margin-top: 20px;
  margin-bottom: 20px;
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .my-5 {
    margin-top: 16px;
    margin-bottom: 16px;
  }
}
@media screen and (max-width: 768px) {
  .my-5 {
    margin-top: 15px;
    margin-bottom: 15px;
  }
}

.my-6 {
  margin-top: 24px;
  margin-bottom: 24px;
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .my-6 {
    margin-top: 19px;
    margin-bottom: 19px;
  }
}
@media screen and (max-width: 768px) {
  .my-6 {
    margin-top: 15px;
    margin-bottom: 15px;
  }
}

.my-7 {
  margin-top: 28px;
  margin-bottom: 28px;
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .my-7 {
    margin-top: 22px;
    margin-bottom: 22px;
  }
}
@media screen and (max-width: 768px) {
  .my-7 {
    margin-top: 18px;
    margin-bottom: 18px;
  }
}

.my-8 {
  margin-top: 32px;
  margin-bottom: 32px;
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .my-8 {
    margin-top: 26px;
    margin-bottom: 26px;
  }
}
@media screen and (max-width: 768px) {
  .my-8 {
    margin-top: 20px;
    margin-bottom: 20px;
  }
}

.my-9 {
  margin-top: 36px;
  margin-bottom: 36px;
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .my-9 {
    margin-top: 29px;
    margin-bottom: 29px;
  }
}
@media screen and (max-width: 768px) {
  .my-9 {
    margin-top: 23px;
    margin-bottom: 23px;
  }
}

.my-10 {
  margin-top: 40px;
  margin-bottom: 40px;
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .my-10 {
    margin-top: 30px;
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 768px) {
  .my-10 {
    margin-top: 25px;
    margin-bottom: 25px;
  }
}

.my-11 {
  margin-top: 44px;
  margin-bottom: 44px;
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .my-11 {
    margin-top: 33px;
    margin-bottom: 33px;
  }
}
@media screen and (max-width: 768px) {
  .my-11 {
    margin-top: 28px;
    margin-bottom: 28px;
  }
}

.my-12 {
  margin-top: 48px;
  margin-bottom: 48px;
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .my-12 {
    margin-top: 36px;
    margin-bottom: 36px;
  }
}
@media screen and (max-width: 768px) {
  .my-12 {
    margin-top: 30px;
    margin-bottom: 30px;
  }
}

.my-13 {
  margin-top: 52px;
  margin-bottom: 52px;
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .my-13 {
    margin-top: 39px;
    margin-bottom: 39px;
  }
}
@media screen and (max-width: 768px) {
  .my-13 {
    margin-top: 33px;
    margin-bottom: 33px;
  }
}

.my-14 {
  margin-top: 56px;
  margin-bottom: 56px;
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .my-14 {
    margin-top: 42px;
    margin-bottom: 42px;
  }
}
@media screen and (max-width: 768px) {
  .my-14 {
    margin-top: 35px;
    margin-bottom: 35px;
  }
}

.my-15 {
  margin-top: 60px;
  margin-bottom: 60px;
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .my-15 {
    margin-top: 45px;
    margin-bottom: 45px;
  }
}
@media screen and (max-width: 768px) {
  .my-15 {
    margin-top: 38px;
    margin-bottom: 38px;
  }
}

.my-16 {
  margin-top: 64px;
  margin-bottom: 64px;
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .my-16 {
    margin-top: 48px;
    margin-bottom: 48px;
  }
}
@media screen and (max-width: 768px) {
  .my-16 {
    margin-top: 40px;
    margin-bottom: 40px;
  }
}

.my-17 {
  margin-top: 68px;
  margin-bottom: 68px;
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .my-17 {
    margin-top: 51px;
    margin-bottom: 51px;
  }
}
@media screen and (max-width: 768px) {
  .my-17 {
    margin-top: 43px;
    margin-bottom: 43px;
  }
}

.my-18 {
  margin-top: 72px;
  margin-bottom: 72px;
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .my-18 {
    margin-top: 54px;
    margin-bottom: 54px;
  }
}
@media screen and (max-width: 768px) {
  .my-18 {
    margin-top: 45px;
    margin-bottom: 45px;
  }
}

.my-19 {
  margin-top: 76px;
  margin-bottom: 76px;
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .my-19 {
    margin-top: 57px;
    margin-bottom: 57px;
  }
}
@media screen and (max-width: 768px) {
  .my-19 {
    margin-top: 48px;
    margin-bottom: 48px;
  }
}

.my-20 {
  margin-top: 80px;
  margin-bottom: 80px;
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .my-20 {
    margin-top: 60px;
    margin-bottom: 60px;
  }
}
@media screen and (max-width: 768px) {
  .my-20 {
    margin-top: 50px;
    margin-bottom: 50px;
  }
}

.my-21 {
  margin-top: 84px;
  margin-bottom: 84px;
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .my-21 {
    margin-top: 63px;
    margin-bottom: 63px;
  }
}
@media screen and (max-width: 768px) {
  .my-21 {
    margin-top: 53px;
    margin-bottom: 53px;
  }
}

.my-22 {
  margin-top: 88px;
  margin-bottom: 88px;
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .my-22 {
    margin-top: 66px;
    margin-bottom: 66px;
  }
}
@media screen and (max-width: 768px) {
  .my-22 {
    margin-top: 55px;
    margin-bottom: 55px;
  }
}

.my-23 {
  margin-top: 92px;
  margin-bottom: 92px;
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .my-23 {
    margin-top: 69px;
    margin-bottom: 69px;
  }
}
@media screen and (max-width: 768px) {
  .my-23 {
    margin-top: 58px;
    margin-bottom: 58px;
  }
}

.my-24 {
  margin-top: 96px;
  margin-bottom: 96px;
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .my-24 {
    margin-top: 72px;
    margin-bottom: 72px;
  }
}
@media screen and (max-width: 768px) {
  .my-24 {
    margin-top: 60px;
    margin-bottom: 60px;
  }
}

.my-25 {
  margin-top: 100px;
  margin-bottom: 100px;
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .my-25 {
    margin-top: 75px;
    margin-bottom: 75px;
  }
}
@media screen and (max-width: 768px) {
  .my-25 {
    margin-top: 63px;
    margin-bottom: 63px;
  }
}

.my-26 {
  margin-top: 104px;
  margin-bottom: 104px;
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .my-26 {
    margin-top: 78px;
    margin-bottom: 78px;
  }
}
@media screen and (max-width: 768px) {
  .my-26 {
    margin-top: 65px;
    margin-bottom: 65px;
  }
}

.my-27 {
  margin-top: 108px;
  margin-bottom: 108px;
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .my-27 {
    margin-top: 81px;
    margin-bottom: 81px;
  }
}
@media screen and (max-width: 768px) {
  .my-27 {
    margin-top: 68px;
    margin-bottom: 68px;
  }
}

.my-28 {
  margin-top: 112px;
  margin-bottom: 112px;
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .my-28 {
    margin-top: 84px;
    margin-bottom: 84px;
  }
}
@media screen and (max-width: 768px) {
  .my-28 {
    margin-top: 70px;
    margin-bottom: 70px;
  }
}

.my-29 {
  margin-top: 116px;
  margin-bottom: 116px;
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .my-29 {
    margin-top: 87px;
    margin-bottom: 87px;
  }
}
@media screen and (max-width: 768px) {
  .my-29 {
    margin-top: 73px;
    margin-bottom: 73px;
  }
}

.my-30 {
  margin-top: 120px;
  margin-bottom: 120px;
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .my-30 {
    margin-top: 90px;
    margin-bottom: 90px;
  }
}
@media screen and (max-width: 768px) {
  .my-30 {
    margin-top: 75px;
    margin-bottom: 75px;
  }
}

.my-31 {
  margin-top: 124px;
  margin-bottom: 124px;
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .my-31 {
    margin-top: 93px;
    margin-bottom: 93px;
  }
}
@media screen and (max-width: 768px) {
  .my-31 {
    margin-top: 78px;
    margin-bottom: 78px;
  }
}

.my-32 {
  margin-top: 128px;
  margin-bottom: 128px;
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .my-32 {
    margin-top: 96px;
    margin-bottom: 96px;
  }
}
@media screen and (max-width: 768px) {
  .my-32 {
    margin-top: 80px;
    margin-bottom: 80px;
  }
}

.my-33 {
  margin-top: 132px;
  margin-bottom: 132px;
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .my-33 {
    margin-top: 99px;
    margin-bottom: 99px;
  }
}
@media screen and (max-width: 768px) {
  .my-33 {
    margin-top: 83px;
    margin-bottom: 83px;
  }
}

.my-34 {
  margin-top: 136px;
  margin-bottom: 136px;
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .my-34 {
    margin-top: 102px;
    margin-bottom: 102px;
  }
}
@media screen and (max-width: 768px) {
  .my-34 {
    margin-top: 85px;
    margin-bottom: 85px;
  }
}

.my-35 {
  margin-top: 140px;
  margin-bottom: 140px;
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .my-35 {
    margin-top: 105px;
    margin-bottom: 105px;
  }
}
@media screen and (max-width: 768px) {
  .my-35 {
    margin-top: 88px;
    margin-bottom: 88px;
  }
}

.my-36 {
  margin-top: 144px;
  margin-bottom: 144px;
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .my-36 {
    margin-top: 108px;
    margin-bottom: 108px;
  }
}
@media screen and (max-width: 768px) {
  .my-36 {
    margin-top: 90px;
    margin-bottom: 90px;
  }
}

.my-37 {
  margin-top: 148px;
  margin-bottom: 148px;
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .my-37 {
    margin-top: 111px;
    margin-bottom: 111px;
  }
}
@media screen and (max-width: 768px) {
  .my-37 {
    margin-top: 93px;
    margin-bottom: 93px;
  }
}

.my-38 {
  margin-top: 152px;
  margin-bottom: 152px;
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .my-38 {
    margin-top: 114px;
    margin-bottom: 114px;
  }
}
@media screen and (max-width: 768px) {
  .my-38 {
    margin-top: 95px;
    margin-bottom: 95px;
  }
}

.my-39 {
  margin-top: 156px;
  margin-bottom: 156px;
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .my-39 {
    margin-top: 117px;
    margin-bottom: 117px;
  }
}
@media screen and (max-width: 768px) {
  .my-39 {
    margin-top: 98px;
    margin-bottom: 98px;
  }
}

.my-40 {
  margin-top: 160px;
  margin-bottom: 160px;
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .my-40 {
    margin-top: 120px;
    margin-bottom: 120px;
  }
}
@media screen and (max-width: 768px) {
  .my-40 {
    margin-top: 100px;
    margin-bottom: 100px;
  }
}

.my-41 {
  margin-top: 164px;
  margin-bottom: 164px;
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .my-41 {
    margin-top: 123px;
    margin-bottom: 123px;
  }
}
@media screen and (max-width: 768px) {
  .my-41 {
    margin-top: 103px;
    margin-bottom: 103px;
  }
}

.my-42 {
  margin-top: 168px;
  margin-bottom: 168px;
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .my-42 {
    margin-top: 126px;
    margin-bottom: 126px;
  }
}
@media screen and (max-width: 768px) {
  .my-42 {
    margin-top: 105px;
    margin-bottom: 105px;
  }
}

.my-43 {
  margin-top: 172px;
  margin-bottom: 172px;
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .my-43 {
    margin-top: 129px;
    margin-bottom: 129px;
  }
}
@media screen and (max-width: 768px) {
  .my-43 {
    margin-top: 108px;
    margin-bottom: 108px;
  }
}

.my-44 {
  margin-top: 176px;
  margin-bottom: 176px;
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .my-44 {
    margin-top: 132px;
    margin-bottom: 132px;
  }
}
@media screen and (max-width: 768px) {
  .my-44 {
    margin-top: 110px;
    margin-bottom: 110px;
  }
}

.my-45 {
  margin-top: 180px;
  margin-bottom: 180px;
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .my-45 {
    margin-top: 135px;
    margin-bottom: 135px;
  }
}
@media screen and (max-width: 768px) {
  .my-45 {
    margin-top: 113px;
    margin-bottom: 113px;
  }
}

.my-46 {
  margin-top: 184px;
  margin-bottom: 184px;
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .my-46 {
    margin-top: 138px;
    margin-bottom: 138px;
  }
}
@media screen and (max-width: 768px) {
  .my-46 {
    margin-top: 115px;
    margin-bottom: 115px;
  }
}

.my-47 {
  margin-top: 188px;
  margin-bottom: 188px;
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .my-47 {
    margin-top: 141px;
    margin-bottom: 141px;
  }
}
@media screen and (max-width: 768px) {
  .my-47 {
    margin-top: 118px;
    margin-bottom: 118px;
  }
}

.my-48 {
  margin-top: 192px;
  margin-bottom: 192px;
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .my-48 {
    margin-top: 144px;
    margin-bottom: 144px;
  }
}
@media screen and (max-width: 768px) {
  .my-48 {
    margin-top: 120px;
    margin-bottom: 120px;
  }
}

.my-49 {
  margin-top: 196px;
  margin-bottom: 196px;
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .my-49 {
    margin-top: 147px;
    margin-bottom: 147px;
  }
}
@media screen and (max-width: 768px) {
  .my-49 {
    margin-top: 123px;
    margin-bottom: 123px;
  }
}

.my-50 {
  margin-top: 200px;
  margin-bottom: 200px;
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .my-50 {
    margin-top: 150px;
    margin-bottom: 150px;
  }
}
@media screen and (max-width: 768px) {
  .my-50 {
    margin-top: 125px;
    margin-bottom: 125px;
  }
}

.m-0 {
  margin: 0px;
}

.m-1 {
  margin: 4px;
}

.m-2 {
  margin: 8px;
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .m-2 {
    margin: 6px;
  }
}
@media screen and (max-width: 768px) {
  .m-2 {
    margin: 4px;
  }
}

.m-3 {
  margin: 12px;
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .m-3 {
    margin: 10px;
  }
}
@media screen and (max-width: 768px) {
  .m-3 {
    margin: 8px;
  }
}

.m-4 {
  margin: 16px;
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .m-4 {
    margin: 13px;
  }
}
@media screen and (max-width: 768px) {
  .m-4 {
    margin: 11px;
  }
}

.m-5 {
  margin: 20px;
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .m-5 {
    margin: 16px;
  }
}
@media screen and (max-width: 768px) {
  .m-5 {
    margin: 15px;
  }
}

.m-6 {
  margin: 24px;
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .m-6 {
    margin: 19px;
  }
}
@media screen and (max-width: 768px) {
  .m-6 {
    margin: 15px;
  }
}

.m-7 {
  margin: 28px;
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .m-7 {
    margin: 22px;
  }
}
@media screen and (max-width: 768px) {
  .m-7 {
    margin: 18px;
  }
}

.m-8 {
  margin: 32px;
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .m-8 {
    margin: 26px;
  }
}
@media screen and (max-width: 768px) {
  .m-8 {
    margin: 20px;
  }
}

.m-9 {
  margin: 36px;
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .m-9 {
    margin: 29px;
  }
}
@media screen and (max-width: 768px) {
  .m-9 {
    margin: 23px;
  }
}

.m-10 {
  margin: 40px;
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .m-10 {
    margin: 30px;
  }
}
@media screen and (max-width: 768px) {
  .m-10 {
    margin: 25px;
  }
}

.m-11 {
  margin: 44px;
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .m-11 {
    margin: 33px;
  }
}
@media screen and (max-width: 768px) {
  .m-11 {
    margin: 28px;
  }
}

.m-12 {
  margin: 48px;
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .m-12 {
    margin: 36px;
  }
}
@media screen and (max-width: 768px) {
  .m-12 {
    margin: 30px;
  }
}

.m-13 {
  margin: 52px;
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .m-13 {
    margin: 39px;
  }
}
@media screen and (max-width: 768px) {
  .m-13 {
    margin: 33px;
  }
}

.m-14 {
  margin: 56px;
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .m-14 {
    margin: 42px;
  }
}
@media screen and (max-width: 768px) {
  .m-14 {
    margin: 35px;
  }
}

.m-15 {
  margin: 60px;
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .m-15 {
    margin: 45px;
  }
}
@media screen and (max-width: 768px) {
  .m-15 {
    margin: 38px;
  }
}

.m-16 {
  margin: 64px;
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .m-16 {
    margin: 48px;
  }
}
@media screen and (max-width: 768px) {
  .m-16 {
    margin: 40px;
  }
}

.m-17 {
  margin: 68px;
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .m-17 {
    margin: 51px;
  }
}
@media screen and (max-width: 768px) {
  .m-17 {
    margin: 43px;
  }
}

.m-18 {
  margin: 72px;
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .m-18 {
    margin: 54px;
  }
}
@media screen and (max-width: 768px) {
  .m-18 {
    margin: 45px;
  }
}

.m-19 {
  margin: 76px;
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .m-19 {
    margin: 57px;
  }
}
@media screen and (max-width: 768px) {
  .m-19 {
    margin: 48px;
  }
}

.m-20 {
  margin: 80px;
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .m-20 {
    margin: 60px;
  }
}
@media screen and (max-width: 768px) {
  .m-20 {
    margin: 50px;
  }
}

.m-21 {
  margin: 84px;
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .m-21 {
    margin: 63px;
  }
}
@media screen and (max-width: 768px) {
  .m-21 {
    margin: 53px;
  }
}

.m-22 {
  margin: 88px;
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .m-22 {
    margin: 66px;
  }
}
@media screen and (max-width: 768px) {
  .m-22 {
    margin: 55px;
  }
}

.m-23 {
  margin: 92px;
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .m-23 {
    margin: 69px;
  }
}
@media screen and (max-width: 768px) {
  .m-23 {
    margin: 58px;
  }
}

.m-24 {
  margin: 96px;
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .m-24 {
    margin: 72px;
  }
}
@media screen and (max-width: 768px) {
  .m-24 {
    margin: 60px;
  }
}

.m-25 {
  margin: 100px;
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .m-25 {
    margin: 75px;
  }
}
@media screen and (max-width: 768px) {
  .m-25 {
    margin: 63px;
  }
}

.m-26 {
  margin: 104px;
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .m-26 {
    margin: 78px;
  }
}
@media screen and (max-width: 768px) {
  .m-26 {
    margin: 65px;
  }
}

.m-27 {
  margin: 108px;
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .m-27 {
    margin: 81px;
  }
}
@media screen and (max-width: 768px) {
  .m-27 {
    margin: 68px;
  }
}

.m-28 {
  margin: 112px;
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .m-28 {
    margin: 84px;
  }
}
@media screen and (max-width: 768px) {
  .m-28 {
    margin: 70px;
  }
}

.m-29 {
  margin: 116px;
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .m-29 {
    margin: 87px;
  }
}
@media screen and (max-width: 768px) {
  .m-29 {
    margin: 73px;
  }
}

.m-30 {
  margin: 120px;
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .m-30 {
    margin: 90px;
  }
}
@media screen and (max-width: 768px) {
  .m-30 {
    margin: 75px;
  }
}

.m-31 {
  margin: 124px;
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .m-31 {
    margin: 93px;
  }
}
@media screen and (max-width: 768px) {
  .m-31 {
    margin: 78px;
  }
}

.m-32 {
  margin: 128px;
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .m-32 {
    margin: 96px;
  }
}
@media screen and (max-width: 768px) {
  .m-32 {
    margin: 80px;
  }
}

.m-33 {
  margin: 132px;
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .m-33 {
    margin: 99px;
  }
}
@media screen and (max-width: 768px) {
  .m-33 {
    margin: 83px;
  }
}

.m-34 {
  margin: 136px;
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .m-34 {
    margin: 102px;
  }
}
@media screen and (max-width: 768px) {
  .m-34 {
    margin: 85px;
  }
}

.m-35 {
  margin: 140px;
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .m-35 {
    margin: 105px;
  }
}
@media screen and (max-width: 768px) {
  .m-35 {
    margin: 88px;
  }
}

.m-36 {
  margin: 144px;
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .m-36 {
    margin: 108px;
  }
}
@media screen and (max-width: 768px) {
  .m-36 {
    margin: 90px;
  }
}

.m-37 {
  margin: 148px;
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .m-37 {
    margin: 111px;
  }
}
@media screen and (max-width: 768px) {
  .m-37 {
    margin: 93px;
  }
}

.m-38 {
  margin: 152px;
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .m-38 {
    margin: 114px;
  }
}
@media screen and (max-width: 768px) {
  .m-38 {
    margin: 95px;
  }
}

.m-39 {
  margin: 156px;
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .m-39 {
    margin: 117px;
  }
}
@media screen and (max-width: 768px) {
  .m-39 {
    margin: 98px;
  }
}

.m-40 {
  margin: 160px;
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .m-40 {
    margin: 120px;
  }
}
@media screen and (max-width: 768px) {
  .m-40 {
    margin: 100px;
  }
}

.m-41 {
  margin: 164px;
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .m-41 {
    margin: 123px;
  }
}
@media screen and (max-width: 768px) {
  .m-41 {
    margin: 103px;
  }
}

.m-42 {
  margin: 168px;
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .m-42 {
    margin: 126px;
  }
}
@media screen and (max-width: 768px) {
  .m-42 {
    margin: 105px;
  }
}

.m-43 {
  margin: 172px;
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .m-43 {
    margin: 129px;
  }
}
@media screen and (max-width: 768px) {
  .m-43 {
    margin: 108px;
  }
}

.m-44 {
  margin: 176px;
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .m-44 {
    margin: 132px;
  }
}
@media screen and (max-width: 768px) {
  .m-44 {
    margin: 110px;
  }
}

.m-45 {
  margin: 180px;
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .m-45 {
    margin: 135px;
  }
}
@media screen and (max-width: 768px) {
  .m-45 {
    margin: 113px;
  }
}

.m-46 {
  margin: 184px;
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .m-46 {
    margin: 138px;
  }
}
@media screen and (max-width: 768px) {
  .m-46 {
    margin: 115px;
  }
}

.m-47 {
  margin: 188px;
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .m-47 {
    margin: 141px;
  }
}
@media screen and (max-width: 768px) {
  .m-47 {
    margin: 118px;
  }
}

.m-48 {
  margin: 192px;
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .m-48 {
    margin: 144px;
  }
}
@media screen and (max-width: 768px) {
  .m-48 {
    margin: 120px;
  }
}

.m-49 {
  margin: 196px;
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .m-49 {
    margin: 147px;
  }
}
@media screen and (max-width: 768px) {
  .m-49 {
    margin: 123px;
  }
}

.m-50 {
  margin: 200px;
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .m-50 {
    margin: 150px;
  }
}
@media screen and (max-width: 768px) {
  .m-50 {
    margin: 125px;
  }
}

*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

html {
  max-width: 100%;
}

body {
  margin: 0;
  padding: 0;
  font-family: "Manrope", sans-serif;
  background: #F6F7FA;
  max-width: 100%;
  overflow-x: hidden;
}

img {
  display: block;
  max-width: 100%;
  height: auto;
}

a {
  color: inherit;
  text-decoration: none;
}

button,
input,
textarea {
  font-family: inherit;
}

p,
h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
}

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

.arrow-button {
  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;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 48px;
  height: 48px;
  border-radius: 100%;
  background: #005EFF;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
@media screen and (max-width: 767px) {
  .arrow-button {
    width: 40px;
    height: 40px;
  }
}
.arrow-button:hover {
  background: #141D29;
}
.arrow-button:active {
  -webkit-transform: scale(0.9);
          transform: scale(0.9);
}
.arrow-button svg {
  width: 18px;
  height: 12px;
}
@media screen and (max-width: 767px) {
  .arrow-button svg {
    width: 16px;
    height: 10px;
  }
}

.breadcrumbs {
  padding: 0 0 10px 0;
  overflow: hidden;
  background: #005EFF;
}
@media screen and (max-width: 767px) {
  .breadcrumbs {
    padding: 8px 0;
  }
}
.breadcrumbs-block {
  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: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 4px 15px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding-top: 15px;
}
@media screen and (max-width: 767px) {
  .breadcrumbs-block {
    padding-top: 0px;
  }
}
.breadcrumbs-item {
  font-weight: 300;
  font-size: 15px;
  color: #FFFFFF;
}
@media screen and (max-width: 767px) {
  .breadcrumbs-item {
    font-size: 12px !important;
  }
}
.breadcrumbs-item--active {
  color: #FFFFFF;
  opacity: 0.7;
}

.button {
  height: 58px;
  padding: 0 32px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
  border-radius: 16px;
  font-size: 18px;
  font-weight: 600;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  line-height: 140%;
  border: none;
  text-align: center;
  font-family: "Manrope", sans-serif;
}
@media screen and (max-width: 767px) {
  .button {
    height: 50px;
    padding: 0 25px;
    font-size: 16px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1279px) {
  .button {
    padding: 0 35px;
  }
}
.button.button-small {
  height: 48px;
  padding: 0 25px;
  font-size: 16px;
}
@media screen and (max-width: 767px) {
  .button.button-small {
    height: 42px;
    padding: 0 20px;
    font-size: 15px;
  }
}
.button {
  background: #005EFF;
  color: #FFFFFF;
  position: relative;
  overflow: hidden;
  text-decoration: none;
  cursor: pointer;
}
.button::before {
  content: "";
  position: absolute;
  width: 100px;
  height: 100%;
  opacity: 0.35;
  background-image: linear-gradient(120deg, rgba(255, 255, 255, 0) 30%, rgba(255, 255, 255, 0.8), rgba(255, 255, 255, 0) 70%);
  top: 0;
  left: -100px;
  -webkit-animation: shine 4s infinite linear;
          animation: shine 4s infinite linear;
}
.button:hover {
  background: #141D29;
}
.button:disabled, .button[disabled] {
  background: #7f97a6;
  color: rgba(255, 255, 255, 0.9);
  cursor: not-allowed;
  opacity: 0.7;
  -webkit-box-shadow: none;
          box-shadow: none;
  pointer-events: none;
}
.button:disabled::before, .button[disabled]::before {
  opacity: 0;
  -webkit-animation: none;
          animation: none;
}
.button:disabled:hover, .button[disabled]:hover {
  background: #7f97a6;
}

.button-light {
  height: 58px;
  padding: 0 32px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
  border-radius: 16px;
  font-size: 18px;
  font-weight: 600;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  line-height: 140%;
  border: none;
  text-align: center;
  font-family: "Manrope", sans-serif;
}
@media screen and (max-width: 767px) {
  .button-light {
    height: 50px;
    padding: 0 25px;
    font-size: 16px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1279px) {
  .button-light {
    padding: 0 35px;
  }
}
.button-light.button-small {
  height: 48px;
  padding: 0 25px;
  font-size: 16px;
}
@media screen and (max-width: 767px) {
  .button-light.button-small {
    height: 42px;
    padding: 0 20px;
    font-size: 15px;
  }
}
.button-light {
  color: #005EFF;
  -webkit-box-shadow: none;
          box-shadow: none;
  background: #FFFFFF;
}
.button-light:hover {
  background: rgb(0, 75.2, 204);
  color: #FFFFFF;
}

.button-o {
  height: 58px;
  padding: 0 32px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
  border-radius: 16px;
  font-size: 18px;
  font-weight: 600;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  line-height: 140%;
  border: none;
  text-align: center;
  font-family: "Manrope", sans-serif;
}
@media screen and (max-width: 767px) {
  .button-o {
    height: 50px;
    padding: 0 25px;
    font-size: 16px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1279px) {
  .button-o {
    padding: 0 35px;
  }
}
.button-o.button-small {
  height: 48px;
  padding: 0 25px;
  font-size: 16px;
}
@media screen and (max-width: 767px) {
  .button-o.button-small {
    height: 42px;
    padding: 0 20px;
    font-size: 15px;
  }
}
.button-o {
  background: #FFFFFF;
  color: #005EFF;
}
.button-o:hover {
  background: #005EFF;
  color: #FFFFFF;
}
.button-o:hover svg path {
  stroke: #FFFFFF;
}

.button-o-light {
  height: 58px;
  padding: 0 32px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
  border-radius: 16px;
  font-size: 18px;
  font-weight: 600;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  line-height: 140%;
  border: none;
  text-align: center;
  font-family: "Manrope", sans-serif;
}
@media screen and (max-width: 767px) {
  .button-o-light {
    height: 50px;
    padding: 0 25px;
    font-size: 16px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1279px) {
  .button-o-light {
    padding: 0 35px;
  }
}
.button-o-light.button-small {
  height: 48px;
  padding: 0 25px;
  font-size: 16px;
}
@media screen and (max-width: 767px) {
  .button-o-light.button-small {
    height: 42px;
    padding: 0 20px;
    font-size: 15px;
  }
}
.button-o-light {
  background: #FFFFFF;
  color: #005EFF;
}
.button-o-light:hover {
  background: #005EFF;
  color: #FFFFFF;
}
.button-o-light:hover svg path {
  stroke: #FFFFFF;
}

.button-stroke {
  height: 58px;
  padding: 0 32px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
  border-radius: 16px;
  font-size: 18px;
  font-weight: 600;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  line-height: 140%;
  border: none;
  text-align: center;
  font-family: "Manrope", sans-serif;
}
@media screen and (max-width: 767px) {
  .button-stroke {
    height: 50px;
    padding: 0 25px;
    font-size: 16px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1279px) {
  .button-stroke {
    padding: 0 35px;
  }
}
.button-stroke.button-small {
  height: 48px;
  padding: 0 25px;
  font-size: 16px;
}
@media screen and (max-width: 767px) {
  .button-stroke.button-small {
    height: 42px;
    padding: 0 20px;
    font-size: 15px;
  }
}
.button-stroke {
  color: #131F2D;
  border: 2px solid #005EFF;
  background: transparent;
}
.button-stroke::before {
  display: none;
}
.button-stroke:hover {
  background: #005EFF;
  color: #FFFFFF;
}
.button-stroke:hover svg path {
  stroke: #FFFFFF;
}
.button-stroke:hover path {
  fill: #FFFFFF;
}

.button-secondary {
  height: 58px;
  padding: 0 32px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
  border-radius: 16px;
  font-size: 18px;
  font-weight: 600;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  line-height: 140%;
  border: none;
  text-align: center;
  font-family: "Manrope", sans-serif;
}
@media screen and (max-width: 767px) {
  .button-secondary {
    height: 50px;
    padding: 0 25px;
    font-size: 16px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1279px) {
  .button-secondary {
    padding: 0 35px;
  }
}
.button-secondary.button-small {
  height: 48px;
  padding: 0 25px;
  font-size: 16px;
}
@media screen and (max-width: 767px) {
  .button-secondary.button-small {
    height: 42px;
    padding: 0 20px;
    font-size: 15px;
  }
}
.button-secondary {
  background: #141D29;
  color: #FFFFFF;
}
.button-secondary:hover {
  background: #005EFF;
}

.button-stroke-light {
  height: 58px;
  padding: 0 32px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
  border-radius: 16px;
  font-size: 18px;
  font-weight: 600;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  line-height: 140%;
  border: none;
  text-align: center;
  font-family: "Manrope", sans-serif;
}
@media screen and (max-width: 767px) {
  .button-stroke-light {
    height: 50px;
    padding: 0 25px;
    font-size: 16px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1279px) {
  .button-stroke-light {
    padding: 0 35px;
  }
}
.button-stroke-light.button-small {
  height: 48px;
  padding: 0 25px;
  font-size: 16px;
}
@media screen and (max-width: 767px) {
  .button-stroke-light.button-small {
    height: 42px;
    padding: 0 20px;
    font-size: 15px;
  }
}
.button-stroke-light {
  color: #FFFFFF;
  border: 1.5px solid #005EFF;
  background: transparent;
}
.button-stroke-light:hover {
  background: #005EFF;
  border-color: #005EFF;
}

@-webkit-keyframes shine {
  0% {
    left: -100px;
  }
  20% {
    left: 100%;
  }
  100% {
    left: 100%;
  }
}

@keyframes shine {
  0% {
    left: -100px;
  }
  20% {
    left: 100%;
  }
  100% {
    left: 100%;
  }
}
.button-wrapper {
  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: 20px;
}
@media screen and (max-width: 767px) {
  .button-wrapper {
    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: flex-start;
    gap: 15px;
  }
  .button-wrapper button,
  .button-wrapper a {
    width: 100%;
  }
}

.checkbox {
  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: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 12px;
  cursor: pointer;
}
.checkbox__input {
  position: absolute;
  opacity: 0;
  pointer-events: none;
}
.checkbox__icon {
  position: relative;
  width: 24px;
  height: 24px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 24px;
          flex: 0 0 24px;
  border: 2px solid #E5E8EF;
  border-radius: 5px;
  -webkit-transition: border-color 0.2s, background-color 0.2s;
  transition: border-color 0.2s, background-color 0.2s;
}
.checkbox__icon::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  width: 14px;
  height: 10px;
  opacity: 0;
  background: url("data:image/svg+xml,%3Csvg width='14' height='10' viewBox='0 0 14 10' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0.597656 5.44063L4.02623 8.64063L12.5977 0.640625' stroke='%23FFFFFF' stroke-width='1.75'/%3E%3C/svg%3E") center/contain no-repeat;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  -webkit-transition: opacity 0.18s ease;
  transition: opacity 0.18s ease;
}
@media screen and (max-width: 767px) {
  .checkbox__icon {
    width: 22px;
    height: 22px;
    -ms-flex-preferred-size: 22px;
        flex-basis: 22px;
  }
}
.checkbox__text {
  color: #131F2D;
  font-size: 15px;
  line-height: 140%;
}
@media screen and (max-width: 767px) {
  .checkbox__text {
    font-size: 13px;
  }
}
.checkbox__text a {
  color: currentColor;
  text-decoration: underline;
}
.checkbox__text a:hover {
  color: #005EFF;
}
.checkbox__input:checked + .checkbox__icon {
  border-color: #005EFF;
  background: #005EFF;
}
.checkbox__input:checked + .checkbox__icon::after {
  opacity: 1;
}
.checkbox.checkbox-light .checkbox__icon {
  border-color: rgba(255, 255, 255, 0.4);
}
.checkbox.checkbox-light .checkbox__input:checked + .checkbox__icon {
  border-color: #FFFFFF;
  background: #FFFFFF;
}
.checkbox.checkbox-light .checkbox__input:checked + .checkbox__icon::after {
  opacity: 1;
  background-image: url("data:image/svg+xml,%3Csvg width='14' height='10' viewBox='0 0 14 10' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0.597656 5.44063L4.02623 8.64063L12.5977 0.640625' stroke='%23005EFF' stroke-width='1.75'/%3E%3C/svg%3E");
}

.container {
  width: 1400px;
  max-width: calc(100% - 20px);
  margin: 0 auto;
  position: relative;
}
.container.section-stroke::after {
  content: "";
  position: absolute;
  top: -90px;
  left: 0;
  width: 100%;
  height: 1px;
  background: #E5E8EF;
}
@media screen and (max-width: 767px) {
  .container.section-stroke::after {
    top: -40px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .container.section-stroke::after {
    top: -50px;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1440px) {
  .container.section-stroke::after {
    top: -60px;
  }
}

.cookie-consent {
  position: fixed;
  left: 24px;
  bottom: 24px;
  z-index: 999;
  width: min(560px, 100vw - 48px);
  color: #131F2D;
}
.cookie-consent.is-hidden {
  display: none;
}
.cookie-consent__panel {
  padding: 22px;
  border-radius: 14px;
  background: #FFFFFF;
  -webkit-box-shadow: 0 18px 46px rgba(31, 36, 40, 0.24);
          box-shadow: 0 18px 46px rgba(31, 36, 40, 0.24);
  border: 1.5px solid #E5E8EF;
}
.cookie-consent__panel--settings {
  width: min(520px, 100vw - 48px);
}
.cookie-consent__text, .cookie-consent__lead, .cookie-consent__option-text {
  color: #131F2D;
  font-size: 14px;
  line-height: 140%;
}
.cookie-consent__text a, .cookie-consent__lead a, .cookie-consent__option-text a {
  color: #131F2D;
  text-decoration: underline;
}
.cookie-consent__title {
  margin-bottom: 10px;
  color: #131F2D;
  font-size: 22px;
  line-height: 120%;
  font-weight: 700;
}
.cookie-consent__lead {
  margin-bottom: 18px;
}
.cookie-consent__actions {
  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: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 10px;
  margin-top: 16px;
}
.cookie-consent__button {
  min-width: 120px;
}
.cookie-consent__list {
  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: flex-start;
  gap: 0;
  border-top: 1px solid #E5E8EF;
}
.cookie-consent__option {
  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: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 18px;
  width: 100%;
  padding: 16px 0;
  border-bottom: 1px solid #E5E8EF;
  cursor: pointer;
}
.cookie-consent__option-title {
  display: block;
  margin-bottom: 5px;
  color: #131F2D;
  font-size: 15px;
  line-height: 140%;
  font-weight: 700;
}
.cookie-consent__switch-input {
  position: absolute;
  opacity: 0;
  pointer-events: none;
}
.cookie-consent__switch {
  position: relative;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 46px;
          flex: 0 0 46px;
  width: 46px;
  height: 26px;
  border-radius: 26px;
  background: rgb(224, 224, 224);
  -webkit-transition: background-color 0.2s;
  transition: background-color 0.2s;
}
.cookie-consent__switch::after {
  content: "";
  position: absolute;
  top: 4px;
  left: 4px;
  width: 18px;
  height: 18px;
  border-radius: 50%;
  background: #FFFFFF;
  -webkit-transition: -webkit-transform 0.2s;
  transition: -webkit-transform 0.2s;
  transition: transform 0.2s;
  transition: transform 0.2s, -webkit-transform 0.2s;
}
.cookie-consent__switch-input:checked + .cookie-consent__switch {
  background: #005EFF;
}
.cookie-consent__switch-input:checked + .cookie-consent__switch::after {
  -webkit-transform: translateX(20px);
          transform: translateX(20px);
}
.cookie-consent__switch-input:disabled + .cookie-consent__switch {
  cursor: default;
}
@media screen and (max-width: 767px) {
  .cookie-consent {
    left: 12px;
    right: 12px;
    bottom: 12px;
    width: auto;
  }
  .cookie-consent__panel, .cookie-consent__panel--settings {
    width: 100%;
    padding: 18px;
    border-radius: 12px;
  }
  .cookie-consent__actions {
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .cookie-consent__button {
    width: 100%;
  }
}

input,
textarea {
  height: 58px;
  padding: 0 30px;
  font-size: 18px;
  font-weight: 500;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  line-height: 140%;
  border: 1.5px solid #F5F5F6;
  border-radius: 16px;
  font-family: "Onest", sans-serif;
  background: #F5F5F6;
  outline: none;
  color: #131F2D;
  width: 100%;
}
@media screen and (max-width: 767px) {
  input,
  textarea {
    height: 50px;
    font-size: 16px;
    padding: 0 25px;
  }
}
input::-webkit-input-placeholder, textarea::-webkit-input-placeholder {
  color: #65707E;
}
input::-moz-placeholder, textarea::-moz-placeholder {
  color: #65707E;
}
input:-ms-input-placeholder, textarea:-ms-input-placeholder {
  color: #65707E;
}
input::-ms-input-placeholder, textarea::-ms-input-placeholder {
  color: #65707E;
}
input::placeholder,
textarea::placeholder {
  color: #65707E;
}
input:-webkit-autofill, input:-webkit-autofill:hover, input:-webkit-autofill:focus, input:-webkit-autofill:active,
textarea:-webkit-autofill,
textarea:-webkit-autofill:hover,
textarea:-webkit-autofill:focus,
textarea:-webkit-autofill:active {
  -webkit-box-shadow: 0 0 0 1000px #F5F5F6 inset;
  -webkit-text-fill-color: #131F2D;
  caret-color: #131F2D;
  -webkit-transition: background-color 5000s ease-in-out 0s;
  transition: background-color 5000s ease-in-out 0s;
}
input:hover, input:focus,
textarea:hover,
textarea:focus {
  border-color: #005EFF;
  background: #FFFFFF;
}
input.input-light,
textarea.input-light {
  background: #1A69F0;
  border-color: #1A69F0;
  color: #FFFFFF;
}
input.input-light:-webkit-autofill, input.input-light:-webkit-autofill:hover, input.input-light:-webkit-autofill:focus, input.input-light:-webkit-autofill:active,
textarea.input-light:-webkit-autofill,
textarea.input-light:-webkit-autofill:hover,
textarea.input-light:-webkit-autofill:focus,
textarea.input-light:-webkit-autofill:active {
  -webkit-box-shadow: 0 0 0 1000px #FFFFFF inset;
  -webkit-text-fill-color: #131F2D;
  caret-color: #131F2D;
}
input.input-light:hover, input.input-light:focus,
textarea.input-light:hover,
textarea.input-light:focus {
  border-color: #FFFFFF;
}
input.input-light::-webkit-input-placeholder, textarea.input-light::-webkit-input-placeholder {
  color: #A3C3F9;
}
input.input-light::-moz-placeholder, textarea.input-light::-moz-placeholder {
  color: #A3C3F9;
}
input.input-light:-ms-input-placeholder, textarea.input-light:-ms-input-placeholder {
  color: #A3C3F9;
}
input.input-light::-ms-input-placeholder, textarea.input-light::-ms-input-placeholder {
  color: #A3C3F9;
}
input.input-light::placeholder,
textarea.input-light::placeholder {
  color: #A3C3F9;
}
input.input-small,
textarea.input-small {
  height: 48px;
  padding: 0 20px;
  font-size: 16px;
}
@media screen and (max-width: 767px) {
  input.input-small,
  textarea.input-small {
    height: 42px;
    padding: 0 20px;
    font-size: 14px;
  }
}
input.input-textarea,
textarea.input-textarea {
  height: auto;
  min-height: 120px;
  padding: 18px 30px;
  border-radius: 16px;
  resize: vertical;
  line-height: 150%;
}
@media screen and (max-width: 767px) {
  input.input-textarea,
  textarea.input-textarea {
    min-height: 100px;
    padding: 14px 16px;
  }
}

textarea {
  resize: vertical;
}

.info-modal {
  position: fixed;
  inset: 0;
  z-index: 2000;
  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: 20px;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  overflow: hidden;
  -webkit-transition: opacity 0.25s ease, visibility 0.25s ease;
  transition: opacity 0.25s ease, visibility 0.25s ease;
}
.info-modal.is-open {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}
.info-modal__overlay {
  position: absolute;
  inset: 0;
  border: none;
  padding: 0;
  background: rgba(19, 31, 45, 0.55);
  cursor: pointer;
}
.info-modal__dialog {
  position: relative;
  z-index: 1;
  width: 100%;
  max-width: 520px;
  min-width: 0;
  max-height: calc(100vh - 40px);
  overflow-x: hidden;
  overflow-y: auto;
  padding: 36px 32px 32px;
  border-radius: 24px;
  background: #FFFFFF;
  -webkit-box-shadow: 0 24px 60px rgba(19, 31, 45, 0.22);
          box-shadow: 0 24px 60px rgba(19, 31, 45, 0.22);
  -webkit-transform: translateY(16px) scale(0.98);
          transform: translateY(16px) scale(0.98);
  -webkit-transition: -webkit-transform 0.25s ease;
  transition: -webkit-transform 0.25s ease;
  transition: transform 0.25s ease;
  transition: transform 0.25s ease, -webkit-transform 0.25s ease;
}
.info-modal.is-open .info-modal__dialog {
  -webkit-transform: translateY(0) scale(1);
          transform: translateY(0) scale(1);
}
@media screen and (max-width: 767px) {
  .info-modal__dialog {
    padding: 32px 20px 24px;
    border-radius: 20px;
  }
}
.info-modal__close {
  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;
  position: absolute;
  top: 16px;
  right: 16px;
  width: 40px;
  height: 40px;
  border: none;
  border-radius: 100%;
  background: #F5F5F6;
  color: #131F2D;
  cursor: pointer;
  -webkit-transition: background-color 0.2s ease, color 0.2s ease;
  transition: background-color 0.2s ease, color 0.2s ease;
}
@media screen and (max-width: 767px) {
  .info-modal__close {
    width: 36px;
    height: 36px;
    top: 12px;
    right: 12px;
  }
}
.info-modal__close:hover {
  background: rgba(0, 94, 255, 0.12);
  color: #005EFF;
}
.info-modal__title {
  padding-right: 48px;
  margin-bottom: 10px;
}
.info-modal__descr {
  margin-bottom: 0;
}
.info-modal__form {
  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: flex-start;
  gap: 14px;
  width: 100%;
  min-width: 0;
  margin-top: 24px;
}
.info-modal__form input,
.info-modal__form textarea,
.info-modal__form .checkbox {
  min-width: 0;
  max-width: 100%;
}
.info-modal__form .checkbox__text {
  min-width: 0;
  overflow-wrap: anywhere;
}
.info-modal__form .callback-form__button {
  width: 100%;
  max-width: 100%;
  margin-top: 6px;
}

.pagination {
  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: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 4px;
}
.pagination-item {
  width: 44px;
  height: 44px;
  border-radius: 12px;
  background: transparent;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  color: #65707E;
  font-weight: 500;
  border: none;
  outline: none;
  cursor: pointer;
  font-size: 18px;
}
@media screen and (max-width: 767px) {
  .pagination-item {
    width: 40px;
    height: 40px;
    font-size: 15px;
  }
}
.pagination-item.active, .pagination-item:hover {
  background: #005EFF;
  color: #FFFFFF;
}

.pretitle {
  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: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
}
.pretitle p {
  font-size: 16px;
  font-weight: 700;
  color: #131F2D;
  line-height: 120%;
}
@media screen and (max-width: 767px) {
  .pretitle p {
    font-size: 14px;
  }
}
.pretitle svg {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  -webkit-transform-origin: center;
          transform-origin: center;
  -webkit-animation: pretitle-pulse 2.8s ease-in-out infinite;
          animation: pretitle-pulse 2.8s ease-in-out infinite;
}
@media (prefers-reduced-motion: reduce) {
  .pretitle svg {
    -webkit-animation: none;
            animation: none;
  }
}

@-webkit-keyframes pretitle-pulse {
  0%, 100% {
    -webkit-transform: scale(1);
            transform: scale(1);
    opacity: 1;
  }
  50% {
    -webkit-transform: scale(1.12);
            transform: scale(1.12);
    opacity: 0.7;
  }
}

@keyframes pretitle-pulse {
  0%, 100% {
    -webkit-transform: scale(1);
            transform: scale(1);
    opacity: 1;
  }
  50% {
    -webkit-transform: scale(1.12);
            transform: scale(1.12);
    opacity: 0.7;
  }
}
.section {
  padding: 90px 0;
  position: relative;
}
.section:not(.question) {
  overflow-x: clip;
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .section {
    padding: 50px 0;
  }
}
@media screen and (max-width: 767px) {
  .section {
    padding: 40px 0;
  }
}

.center {
  text-align: center;
}

.margin-auto {
  margin-left: auto;
  margin-right: auto;
}

.swiper-wrapper {
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}

.swiper-slide {
  height: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.slider-nav {
  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: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
}

.slider-nav__btn {
  width: 50px;
  height: 50px;
  border-radius: 999px;
  border: 2px solid #005EFF;
  background: transparent;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  cursor: pointer;
  -webkit-transition: background 0.2s ease, border-color 0.2s ease, -webkit-transform 0.1s ease;
  transition: background 0.2s ease, border-color 0.2s ease, -webkit-transform 0.1s ease;
  transition: background 0.2s ease, border-color 0.2s ease, transform 0.1s ease;
  transition: background 0.2s ease, border-color 0.2s ease, transform 0.1s ease, -webkit-transform 0.1s ease;
}
@media screen and (max-width: 767px) {
  .slider-nav__btn {
    width: 40px;
    height: 40px;
  }
  .slider-nav__btn svg {
    width: 15px;
  }
}
.slider-nav__btn:hover {
  background: #005EFF;
}
.slider-nav__btn:hover svg path {
  stroke: #FFFFFF;
}
.slider-nav__btn:active {
  -webkit-transform: scale(0.96);
          transform: scale(0.96);
}
.slider-nav__btn:disabled {
  opacity: 0.45;
  cursor: default;
  pointer-events: none;
}

.beer-slider img {
  height: 100% !important;
  width: auto;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}

.social {
  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: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
}
.social-item {
  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;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 44px;
  height: 44px;
  border-radius: 100%;
  background: #005EFF;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
@media screen and (max-width: 767px) {
  .social-item {
    width: 40px;
    height: 40px;
  }
}
.social-item svg {
  width: 22px;
  height: 22px;
}
@media screen and (max-width: 767px) {
  .social-item svg {
    width: 20px;
    height: 20px;
  }
}
.social-item:active {
  -webkit-transform: scale(0.9);
          transform: scale(0.9);
}
.social-item:hover {
  background: #141D29;
  -webkit-transform: translateY(-3px);
          transform: translateY(-3px);
}

.tags {
  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: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 12px;
}
@media screen and (max-width: 1023px) {
  .tags {
    gap: 8px;
  }
}

.tag {
  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: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 4px 12px 4px 4px;
  gap: 8px;
  border: 1px solid #55DD28;
  border-radius: 100px;
}
@media screen and (max-width: 1023px) {
  .tag {
    padding: 4px 10px 4px 4px;
    gap: 4px;
  }
}
.tag__icon {
  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;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 24px;
  height: 24px;
  background: #55DD28;
  border-radius: 100%;
}
@media screen and (max-width: 1023px) {
  .tag__icon {
    width: 20px;
    height: 20px;
  }
}
.tag__icon svg {
  width: 14px;
  height: 10px;
}
@media screen and (max-width: 1023px) {
  .tag__icon svg {
    width: 12px;
    height: 8px;
  }
}
.tag p {
  color: #131F2D;
  font-size: 18px;
  font-weight: 500;
}
@media screen and (max-width: 1023px) {
  .tag p {
    font-size: 14px;
  }
}

.text-xxxs {
  line-height: 140%;
  font-weight: 300;
}
.text-xxxs.bold {
  font-weight: 700 !important;
}
.text-xxxs.semibold {
  font-weight: 600 !important;
}
.text-xxxs.medium {
  font-weight: 500 !important;
}
.text-xxxs {
  font-size: 13px;
}

.text-xxs {
  line-height: 140%;
  font-weight: 300;
}
.text-xxs.bold {
  font-weight: 700 !important;
}
.text-xxs.semibold {
  font-weight: 600 !important;
}
.text-xxs.medium {
  font-weight: 500 !important;
}
.text-xxs {
  font-size: 14px;
}
@media screen and (max-width: 1279px) {
  .text-xxs {
    font-size: 13px;
  }
}

.text-xs {
  line-height: 140%;
  font-weight: 300;
}
.text-xs.bold {
  font-weight: 700 !important;
}
.text-xs.semibold {
  font-weight: 600 !important;
}
.text-xs.medium {
  font-weight: 500 !important;
}
.text-xs {
  font-size: 15px;
}
@media screen and (max-width: 1279px) {
  .text-xs {
    font-size: 13px;
  }
}

.text-sm {
  line-height: 140%;
  font-weight: 300;
}
.text-sm.bold {
  font-weight: 700 !important;
}
.text-sm.semibold {
  font-weight: 600 !important;
}
.text-sm.medium {
  font-weight: 500 !important;
}
.text-sm {
  font-size: 16px;
}
@media screen and (max-width: 1279px) {
  .text-sm {
    font-size: 14px;
  }
}

b.text-sm {
  font-weight: 700;
}

.text-md {
  line-height: 140%;
  font-weight: 300;
}
.text-md.bold {
  font-weight: 700 !important;
}
.text-md.semibold {
  font-weight: 600 !important;
}
.text-md.medium {
  font-weight: 500 !important;
}
.text-md {
  font-size: 18px;
}
@media screen and (max-width: 1279px) {
  .text-md {
    font-size: 14px;
  }
}

.text-lg {
  line-height: 140%;
  font-weight: 300;
}
.text-lg.bold {
  font-weight: 700 !important;
}
.text-lg.semibold {
  font-weight: 600 !important;
}
.text-lg.medium {
  font-weight: 500 !important;
}
.text-lg {
  font-size: 20px;
}
@media screen and (max-width: 1279px) {
  .text-lg {
    font-size: 16px;
  }
}

.text-xlg {
  line-height: 140%;
  font-weight: 300;
}
.text-xlg.bold {
  font-weight: 700 !important;
}
.text-xlg.semibold {
  font-weight: 600 !important;
}
.text-xlg.medium {
  font-weight: 500 !important;
}
.text-xlg {
  font-size: 22px;
}
@media screen and (max-width: 767px) {
  .text-xlg {
    font-size: 18px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .text-xlg {
    font-size: 20px;
  }
}

.truncate-1 {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.truncate-2 {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}

.title-lg {
  font-weight: 900;
  line-height: 100%;
}
.title-lg.bold {
  font-weight: 700 !important;
}
.title-lg.semibold {
  font-weight: 600 !important;
}
.title-lg.medium {
  font-weight: 500 !important;
}
.title-lg {
  font-size: 62px;
  line-height: 1;
}
@media screen and (max-width: 767px) {
  .title-lg {
    font-size: 25px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .title-lg {
    font-size: 26px;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1279px) {
  .title-lg {
    font-size: 28px;
  }
}
@media screen and (min-width: 1280px) and (max-width: 1440px) {
  .title-lg {
    font-size: 40px;
  }
}
.title-lg span {
  color: #005EFF;
}

.title-md {
  font-weight: 900;
  line-height: 100%;
}
.title-md.bold {
  font-weight: 700 !important;
}
.title-md.semibold {
  font-weight: 600 !important;
}
.title-md.medium {
  font-weight: 500 !important;
}
.title-md {
  font-size: 32px;
}
@media screen and (max-width: 767px) {
  .title-md {
    font-size: 20px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .title-md {
    font-size: 22px;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1440px) {
  .title-md {
    font-size: 26px;
  }
}

.title-sm {
  font-weight: 900;
  line-height: 100%;
}
.title-sm.bold {
  font-weight: 700 !important;
}
.title-sm.semibold {
  font-weight: 600 !important;
}
.title-sm.medium {
  font-weight: 500 !important;
}
.title-sm {
  font-size: 24px;
  font-weight: 600;
}
@media screen and (max-width: 767px) {
  .title-sm {
    font-size: 18px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1440px) {
  .title-sm {
    font-size: 20px;
  }
}

.title-xsm {
  font-weight: 900;
  line-height: 100%;
}
.title-xsm.bold {
  font-weight: 700 !important;
}
.title-xsm.semibold {
  font-weight: 600 !important;
}
.title-xsm.medium {
  font-weight: 500 !important;
}
.title-xsm {
  font-size: 18px;
}
@media screen and (max-width: 767px) {
  .title-xsm {
    font-size: 14px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .title-xsm {
    font-size: 15px;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1440px) {
  .title-xsm {
    font-size: 16px;
  }
}

.title-xxsm {
  font-weight: 900;
  line-height: 100%;
}
.title-xxsm.bold {
  font-weight: 700 !important;
}
.title-xxsm.semibold {
  font-weight: 600 !important;
}
.title-xxsm.medium {
  font-weight: 500 !important;
}
.title-xxsm {
  font-size: 16px;
}
@media screen and (max-width: 767px) {
  .title-xxsm {
    font-size: 14px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .title-xxsm {
    font-size: 15px;
  }
}

.title-xxxsm {
  font-weight: 900;
  line-height: 100%;
}
.title-xxxsm.bold {
  font-weight: 700 !important;
}
.title-xxxsm.semibold {
  font-weight: 600 !important;
}
.title-xxxsm.medium {
  font-weight: 500 !important;
}
.title-xxxsm {
  font-size: 14px;
}
@media screen and (max-width: 767px) {
  .title-xxxsm {
    font-size: 13px;
  }
}

.typewriter-title.is-typing::after {
  content: "";
  display: inline-block;
  width: 2px;
  height: 0.85em;
  margin-left: 2px;
  vertical-align: -0.05em;
  background: currentColor;
  -webkit-animation: typewriter-cursor 0.9s step-end infinite;
          animation: typewriter-cursor 0.9s step-end infinite;
}

@-webkit-keyframes typewriter-cursor {
  0%, 100% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
}

@keyframes typewriter-cursor {
  0%, 100% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
}
.about {
  overflow: visible;
}
.about .pretitle {
  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;
}
.about__title {
  max-width: 900px;
}
.about-gallery {
  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;
  margin-bottom: 60px;
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .about-gallery {
    margin-bottom: 48px;
  }
}
@media screen and (max-width: 767px) {
  .about-gallery {
    margin-bottom: 32px;
  }
}
.about-gallery__item {
  border-radius: 50%;
  overflow: hidden;
  border: 15px solid #F6F7FA;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  background: #F6F7FA;
}
@media screen and (max-width: 1023px) {
  .about-gallery__item {
    border-width: 10px;
  }
}
@media screen and (max-width: 767px) {
  .about-gallery__item {
    border-width: 8px;
  }
}
.about-gallery__item img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.about-gallery__item--side {
  width: 300px;
  height: 300px;
  z-index: 1;
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .about-gallery__item--side {
    width: 220px;
    height: 220px;
  }
}
@media screen and (max-width: 767px) {
  .about-gallery__item--side {
    width: 150px;
    height: 150px;
  }
}
.about-gallery__item--left {
  margin-right: -90px;
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .about-gallery__item--left {
    margin-right: -55px;
  }
}
@media screen and (max-width: 767px) {
  .about-gallery__item--left {
    margin-right: -35px;
  }
}
.about-gallery__item--right {
  margin-left: -90px;
  z-index: 2;
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .about-gallery__item--right {
    margin-left: -55px;
  }
}
@media screen and (max-width: 767px) {
  .about-gallery__item--right {
    margin-left: -35px;
  }
}
.about-gallery__item--center {
  width: 454px;
  height: 454px;
  z-index: 3;
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .about-gallery__item--center {
    width: 340px;
    height: 340px;
  }
}
@media screen and (max-width: 767px) {
  .about-gallery__item--center {
    width: 240px;
    height: 240px;
  }
}
.about-cards {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: minmax(0, 1fr) 20px minmax(0, 1fr) 20px minmax(0, 1fr) 20px minmax(0, 1fr);
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 20px;
  margin-bottom: 40px;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .about-cards {
    -ms-grid-columns: minmax(0, 1fr) 16px minmax(0, 1fr);
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 16px;
    margin-bottom: 32px;
  }
}
@media screen and (max-width: 767px) {
  .about-cards {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    gap: 12px;
    margin-bottom: 24px;
  }
}
.about-card {
  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: flex-start;
  height: 100%;
  min-height: 220px;
  padding: 24px;
  border-radius: 24px;
}
@media screen and (max-width: 767px) {
  .about-card {
    min-height: 0;
    padding: 20px 16px;
    border-radius: 16px;
  }
}
.about-card--primary {
  position: relative;
  overflow: hidden;
  isolation: isolate;
  background: #005EFF;
}
.about-card--primary::before {
  content: "";
  position: absolute;
  inset: -40%;
  z-index: 0;
  background: linear-gradient(125deg, #002d85 0%, #0048d4 20%, #005eff 38%, #3d8fff 52%, #005eff 68%, #003fa8 85%, #002d85 100%);
  background-size: 320% 320%;
  -webkit-animation: feature-card-shimmer 8s ease-in-out infinite;
          animation: feature-card-shimmer 8s ease-in-out infinite;
  pointer-events: none;
}
@media (prefers-reduced-motion: reduce) {
  .about-card--primary::before {
    -webkit-animation: none;
            animation: none;
    inset: 0;
    background-size: 100% 100%;
  }
}
.about-card--primary > * {
  position: relative;
  z-index: 1;
}
.about-card--primary .about-card__title {
  color: #FFFFFF;
}
.about-card--primary .about-card__descr {
  color: rgba(255, 255, 255, 0.7);
}
.about-card--primary .about-card__dots-item {
  background: #4D8EFF;
}
.about-card--primary .about-card__dots-item--active {
  background: #FFFFFF;
}
.about-card--light {
  background: #FFFFFF;
  -webkit-box-shadow: 0 0 10px 0 rgba(238, 239, 244, 0.4);
          box-shadow: 0 0 10px 0 rgba(238, 239, 244, 0.4);
}
.about-card--light .about-card__dots-item {
  background: #D9E7FF;
}
.about-card--light .about-card__dots-item--active {
  background: #005EFF;
}
.about-card__dots {
  align-self: flex-end;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 10px 8px 10px;
  grid-template-columns: repeat(2, 10px);
  gap: 8px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.about-card__dots-item {
  width: 10px;
  height: 10px;
  border-radius: 50%;
}
@media screen and (max-width: 767px) {
  .about-card__dots-item {
    width: 8px;
    height: 8px;
  }
}
.about-card__content {
  width: 100%;
  margin-top: 32px;
}
@media screen and (min-width: 1024px) {
  .about-card__content {
    margin-top: 110px;
  }
}
.about-card__title {
  margin-bottom: 16px;
}
@media screen and (max-width: 767px) {
  .about-card__title {
    margin-bottom: 12px;
  }
}
.about-card__descr {
  max-width: 100%;
}
.about-bottom-button {
  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;
}
@media screen and (max-width: 550px) {
  .about-bottom-button a,
  .about-bottom-button button {
    width: 100%;
  }
}

.about-story-block {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: minmax(0, 1fr) 48px minmax(300px, 380px);
  grid-template-columns: minmax(0, 1fr) minmax(300px, 380px);
  gap: 48px;
  padding: 56px;
  border-radius: 32px;
  background: #FFFFFF;
  -webkit-box-shadow: 0 0 10px rgba(238, 239, 244, 0.4);
          box-shadow: 0 0 10px rgba(238, 239, 244, 0.4);
}
@media screen and (min-width: 768px) and (max-width: 1279px) {
  .about-story-block {
    padding: 40px;
    gap: 36px;
  }
}
@media screen and (max-width: 1023px) {
  .about-story-block {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    gap: 32px;
  }
}
@media screen and (max-width: 767px) {
  .about-story-block {
    padding: 28px 20px;
    border-radius: 24px;
  }
}
.about-story__title {
  max-width: 760px;
  margin-bottom: 0;
}
.about-story__title span {
  color: #005EFF;
}
.about-story__lead {
  max-width: 700px;
  margin-top: 20px;
  line-height: 150%;
}
.about-story__text {
  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: flex-start;
  gap: 16px;
  margin-top: 28px;
  max-width: 760px;
}
.about-story__text p {
  line-height: 160%;
}
.about-story-list {
  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: flex-start;
  gap: 14px;
  margin-top: 28px;
  padding: 0;
  list-style: none;
  max-width: 760px;
}
.about-story-list__item {
  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: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 14px;
}
.about-story-list__icon {
  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;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 32px;
          flex: 0 0 32px;
  width: 32px;
  height: 32px;
  border-radius: 10px;
  background: #EFF4FF;
  color: #005EFF;
}
.about-story-aside {
  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: flex-start;
  gap: 20px;
  -ms-flex-item-align: start;
      -ms-grid-row-align: start;
      align-self: start;
  position: sticky;
  top: 24px;
}
@media screen and (max-width: 1023px) {
  .about-story-aside {
    position: static;
  }
}
.about-story-aside__button {
  width: 100%;
}
.about-story-stats {
  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: flex-start;
  gap: 12px;
  width: 100%;
}
.about-story-stat {
  width: 100%;
  padding: 22px 24px;
  border-radius: 20px;
  background: #EFF4FF;
}
.about-story-stat__value {
  margin-bottom: 6px;
  color: #005EFF;
  font-size: 42px;
  font-weight: 900;
  line-height: 1;
}
@media screen and (max-width: 767px) {
  .about-story-stat__value {
    font-size: 34px;
  }
}
.about-story-quote {
  width: 100%;
  margin: 0;
  padding: 24px;
  border: none;
  border-left: 4px solid #005EFF;
  border-radius: 0 20px 20px 0;
  background: #F6F7FA;
}
.about-story-quote__text {
  margin-bottom: 12px;
  line-height: 160%;
  font-style: normal;
}
.about-story-quote__author {
  font-style: normal;
}

.blog-open-layout {
  display: -ms-grid;
  display: grid;
  gap: 20px;
}
@media screen and (min-width: 1024px) {
  .blog-open-layout {
    -ms-grid-columns: minmax(0, 1.6fr) minmax(280px, 0.9fr);
    grid-template-columns: minmax(0, 1.6fr) minmax(280px, 0.9fr);
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}
.blog-open-main {
  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: flex-start;
  gap: 24px;
}
.blog-open-block {
  padding: 40px;
  border-radius: 24px;
  background: #FFFFFF;
  -webkit-box-shadow: 0 0 10px rgba(238, 239, 244, 0.4);
          box-shadow: 0 0 10px rgba(238, 239, 244, 0.4);
  width: 100%;
}
@media screen and (max-width: 767px) {
  .blog-open-block {
    padding: 24px;
    border-radius: 16px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1279px) {
  .blog-open-block {
    padding: 32px;
  }
}
.blog-open-block__title {
  font-weight: 900;
  font-size: 32px;
  line-height: 100%;
}
@media screen and (max-width: 767px) {
  .blog-open-block__title {
    font-size: 20px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .blog-open-block__title {
    font-size: 22px;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1440px) {
  .blog-open-block__title {
    font-size: 26px;
  }
}
.blog-open-block__text {
  margin-top: 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: 24px;
  font-size: 18px;
  line-height: 140%;
  font-weight: 300;
}
@media screen and (max-width: 1279px) {
  .blog-open-block__text {
    font-size: 14px;
  }
}
.blog-open-block__text p {
  margin: 0;
}
.blog-open-block__text ul {
  margin: 0;
  padding-left: 18px;
  list-style: disc;
}
.blog-open-block__text ul li + li {
  margin-top: 6px;
}
.blog-open-precheck {
  margin-top: 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: 12px;
  font-size: 18px;
  line-height: 140%;
}
@media screen and (max-width: 1279px) {
  .blog-open-precheck {
    font-size: 14px;
  }
}
.blog-open-precheck__item {
  background: #F6F7FA;
  border-radius: 16px;
  padding: 20px;
}
.blog-open-precheck__label {
  font-weight: 600;
  margin-bottom: 4px;
}
.blog-open-precheck__text {
  font-weight: 300;
}
.blog-open-table {
  margin-top: 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: 12px;
}
.blog-open-table__row {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: minmax(0, 0.8fr) 0 minmax(0, 1.4fr);
  grid-template-columns: minmax(0, 0.8fr) minmax(0, 1.4fr);
  gap: 0;
  background: #F6F7FA;
  border-radius: 16px;
}
@media screen and (max-width: 767px) {
  .blog-open-table__row {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
}
.blog-open-table__cell {
  padding: 20px;
  font-size: 18px;
  line-height: 140%;
  font-weight: 300;
}
@media screen and (max-width: 1279px) {
  .blog-open-table__cell {
    font-size: 14px;
  }
}
.blog-open-table__cell--label {
  font-weight: 600;
}
@media screen and (max-width: 767px) {
  .blog-open-table__cell--label {
    padding-bottom: 6px;
  }
}
@media screen and (max-width: 767px) {
  .blog-open-table__cell--label + .blog-open-table__cell {
    padding-top: 0;
  }
}
.blog-open-aside {
  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: flex-start;
  gap: 16px;
}
@media screen and (max-width: 767px) {
  .blog-open-aside {
    display: none;
  }
}
@media screen and (min-width: 1024px) {
  .blog-open-aside {
    position: sticky;
    top: 30px;
  }
}
.blog-open-toc {
  padding: 40px;
  border-radius: 24px;
  background: #FFFFFF;
  -webkit-box-shadow: 0 0 10px rgba(238, 239, 244, 0.4);
          box-shadow: 0 0 10px rgba(238, 239, 244, 0.4);
  width: 100%;
}
@media screen and (max-width: 767px) {
  .blog-open-toc {
    padding: 24px;
    border-radius: 16px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1279px) {
  .blog-open-toc {
    padding: 32px;
  }
}
.blog-open-toc__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: 0;
}
.blog-open-toc__item {
  border-bottom: 1px solid #E5E8EF;
}
.blog-open-toc__item:last-child {
  border-bottom: none;
}
.blog-open-toc__link {
  display: block;
  text-decoration: none;
  position: relative;
  padding: 16px 0;
}
.blog-open-cta {
  border-radius: 24px;
  padding: 40px;
  background: #005EFF;
  color: #FFFFFF;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 10px;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .blog-open-cta {
    padding: 24px;
    border-radius: 16px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1279px) {
  .blog-open-cta {
    padding: 32px;
  }
}
.blog-open-cta__button {
  margin-top: 6px;
  -ms-flex-item-align: start;
      align-self: flex-start;
}
@media screen and (max-width: 550px) {
  .blog-open-cta__button {
    width: 100%;
  }
}

.blog-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  gap: 20px;
}
.blog-header-content {
  max-width: 65%;
}
@media screen and (max-width: 1023px) {
  .blog-header-content {
    max-width: 100%;
  }
}
.blog-header__button {
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
@media screen and (max-width: 1023px) {
  .blog-header__button {
    display: none;
  }
}
.blog-search {
  margin-bottom: 40px;
}
@media screen and (max-width: 767px) {
  .blog-search {
    margin-bottom: 30px;
  }
}
.blog-search__field {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
  width: 100%;
  min-height: 58px;
  padding: 4px;
  border-radius: 16px;
  background: #FFFFFF;
  border: 1.5px solid #E5E8EF;
}
@media screen and (max-width: 767px) {
  .blog-search__field {
    min-height: 50px;
    padding: 3px;
    border-radius: 12px;
    gap: 6px;
  }
}
.blog-search__input-wrap {
  position: relative;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  min-width: 0;
}
.blog-search__icon {
  position: absolute;
  top: 50%;
  left: 16px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  color: #65707E;
  pointer-events: none;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .blog-search__icon {
    left: 12px;
  }
  .blog-search__icon svg {
    width: 16px;
    height: 16px;
  }
}
.blog-search__control {
  width: 100%;
  min-width: 0;
  height: 48px;
  padding: 0 40px 0 44px;
  border: none;
  border-radius: 12px;
  background: transparent;
  color: #131F2D;
  font-family: "Manrope", sans-serif;
  font-size: 16px;
  font-weight: 500;
  outline: none;
}
@media screen and (max-width: 767px) {
  .blog-search__control {
    height: 42px;
    padding: 0 36px 0 36px;
    font-size: 14px;
    border-radius: 10px;
  }
}
.blog-search__control::-webkit-input-placeholder {
  color: #65707E;
}
.blog-search__control::-moz-placeholder {
  color: #65707E;
}
.blog-search__control:-ms-input-placeholder {
  color: #65707E;
}
.blog-search__control::-ms-input-placeholder {
  color: #65707E;
}
.blog-search__control::placeholder {
  color: #65707E;
}
.blog-search__control::-webkit-search-cancel-button, .blog-search__control::-webkit-search-decoration {
  -webkit-appearance: none;
  appearance: none;
  display: none;
}
.blog-search__control::-ms-clear {
  display: none;
  width: 0;
  height: 0;
}
.blog-search__control:hover, .blog-search__control:focus {
  background: transparent;
  border-color: transparent;
}
.blog-search__clear {
  position: absolute;
  top: 50%;
  right: 8px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  display: none;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 24px;
  height: 24px;
  padding: 0;
  border: none;
  background: transparent;
  color: #65707E;
  cursor: pointer;
  z-index: 1;
}
.input-search.is-filled .blog-search__clear {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.blog-search__submit {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  white-space: nowrap;
  border-radius: 12px;
}
@media screen and (max-width: 550px) {
  .blog-search__submit {
    padding: 0 16px;
    font-size: 16px;
    border-radius: 8px;
  }
}
.blog-items {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: minmax(0, 1fr) 20px minmax(0, 1fr) 20px minmax(0, 1fr);
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 20px;
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .blog-items {
    -ms-grid-columns: minmax(0, 1fr) 16px minmax(0, 1fr);
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 16px;
  }
}
@media screen and (max-width: 767px) {
  .blog-items {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    gap: 12px;
  }
}
.blog-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 20px;
  background: #FFFFFF;
  border-radius: 24px;
  -webkit-box-shadow: 0px 0px 10px 0px rgba(238, 239, 244, 0.4);
          box-shadow: 0px 0px 10px 0px rgba(238, 239, 244, 0.4);
  padding: 16px 16px 24px;
  position: relative;
  overflow: hidden;
  text-decoration: none;
  -webkit-transition: border-radius 0.2s linear;
  transition: border-radius 0.2s linear;
}
@media screen and (max-width: 767px) {
  .blog-item {
    border-radius: 16px;
    padding: 12px 12px 20px;
    gap: 16px;
  }
}
.blog-item-wrapper {
  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;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 0%;
  height: 0%;
  background: #005EFF;
  opacity: 0;
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
  z-index: 2;
}
.blog-item-wrapper__button {
  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;
  height: 220px;
  width: 220px;
  border: 1.5px solid rgba(255, 255, 255, 0.4);
  color: #FFFFFF;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  border-radius: 100%;
  gap: 8px;
  font-size: 18px;
  font-weight: 600;
  line-height: 140%;
}
@media screen and (max-width: 767px) {
  .blog-item-wrapper__button {
    font-size: 16px;
  }
}
@media screen and (min-width: 1024px) {
  .blog-item-wrapper__button:hover {
    background: #FFFFFF;
    color: #005EFF;
  }
  .blog-item-wrapper__button:hover svg path {
    stroke: #005EFF;
  }
}
@media screen and (min-width: 1024px) {
  .blog-item:hover {
    border-radius: 170px;
  }
  .blog-item:hover .blog-item-wrapper {
    width: 100%;
    height: 100%;
    opacity: 1;
  }
}
.blog-item__img {
  position: relative;
  z-index: 1;
  border-radius: 16px;
  overflow: hidden;
  aspect-ratio: 4/3;
}
.blog-item__img img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.blog-item-body {
  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: flex-start;
  gap: 8px;
  position: relative;
  z-index: 1;
  padding: 0 8px;
}
.blog-bottom-button {
  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;
  margin-top: 40px;
}
@media screen and (min-width: 1024px) {
  .blog-bottom-button {
    display: none;
  }
}
@media screen and (max-width: 550px) {
  .blog-bottom-button a,
  .blog-bottom-button button {
    width: 100%;
  }
}
.blog__search-status {
  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: 16px;
  padding: 60px 30px;
  margin-bottom: 30px;
  border-radius: 24px;
  background: #FFFFFF;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .blog__search-status {
    padding: 40px 20px;
    border-radius: 16px;
  }
}
.blog__search-status[hidden] {
  display: none;
}
.blog__search-status__icon {
  color: #65707E;
  line-height: 0;
}
.blog__search-status__text {
  max-width: 480px;
}
.blog__search-status__query {
  font-weight: 500;
  color: #131F2D;
}
.blog__search-status__button {
  margin-top: 4px;
}
.blog-actions {
  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: 20px;
  margin-top: 40px;
}
@media screen and (max-width: 767px) {
  .blog-actions {
    margin-top: 30px;
  }
}
.blog-actions__pagination {
  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;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media screen and (max-width: 550px) {
  .blog-actions__button {
    width: 100%;
  }
}

.blog-banner-block {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 30px 1fr;
  grid-template-columns: repeat(2, 1fr);
  gap: 30px;
}
@media screen and (max-width: 1023px) {
  .blog-banner-block {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    gap: 20px;
  }
}
.blog-banner-content__descr {
  margin-top: 20px;
}
@media screen and (max-width: 767px) {
  .blog-banner-content__descr {
    margin-top: 16px;
  }
}
.blog-banner-content__button {
  margin-top: 40px;
}
@media screen and (max-width: 767px) {
  .blog-banner-content__button {
    margin-top: 24px;
    width: 100%;
  }
}
.blog-banner-img {
  aspect-ratio: 16/9;
  border-radius: 24px;
  overflow: hidden;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .blog-banner-img {
    border-radius: 16px;
  }
}
.blog-banner-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}

.catalog-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  gap: 20px;
}
.catalog-header-content {
  max-width: 65%;
}
@media screen and (max-width: 1023px) {
  .catalog-header-content {
    max-width: 100%;
  }
}
.catalog-header__button {
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
@media screen and (max-width: 1023px) {
  .catalog-header__button {
    display: none;
  }
}
.catalog-bottom-button {
  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;
  margin-top: 24px;
  width: 100%;
}
.catalog-bottom-button a,
.catalog-bottom-button button {
  width: 100%;
}
@media screen and (min-width: 1024px) {
  .catalog-bottom-button {
    display: none;
  }
}
.catalog-items {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: minmax(0, 1fr) 20px minmax(0, 1fr);
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 20px;
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .catalog-items {
    gap: 16px;
  }
}
@media screen and (max-width: 767px) {
  .catalog-items {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    gap: 12px;
  }
}
.catalog-item {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: minmax(0, 1fr) 16px minmax(0, 1.3fr);
  grid-template-columns: minmax(0, 1fr) minmax(0, 1.3fr);
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  gap: 16px;
  min-height: 355px;
  padding: 30px 0 0 30px;
  background: #FFFFFF;
  border-radius: 24px;
  -webkit-box-shadow: 0px 0px 10px 0px rgba(238, 239, 244, 0.4);
          box-shadow: 0px 0px 10px 0px rgba(238, 239, 244, 0.4);
  position: relative;
  overflow: hidden;
  text-decoration: none;
  -webkit-transition: border-radius 0.3s ease;
  transition: border-radius 0.3s ease;
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .catalog-item {
    min-height: 300px;
    padding: 24px 0 0 24px;
    border-radius: 20px;
    gap: 12px;
    -ms-grid-columns: minmax(0, 1fr) 12px minmax(0, 1.2fr);
    grid-template-columns: minmax(0, 1fr) minmax(0, 1.2fr);
  }
}
@media screen and (max-width: 767px) {
  .catalog-item {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    min-height: 0;
    padding: 20px 16px;
    border-radius: 16px;
    gap: 20px;
  }
}
.catalog-item-wrapper {
  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;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 0;
  height: 0;
  background: #005EFF;
  opacity: 0;
  border-radius: 50%;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  z-index: 2;
  pointer-events: none;
}
.catalog-item-wrapper__content {
  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: start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 16px;
  padding: 24px;
  text-align: center;
  opacity: 0;
  -webkit-transition: opacity 0.2s ease 0.1s;
  transition: opacity 0.2s ease 0.1s;
  width: 100%;
  max-width: 280px;
}
.catalog-item-wrapper__title {
  color: #FFFFFF;
  font-size: 18px;
  font-weight: 600;
  line-height: 140%;
}
.catalog-item-wrapper__link {
  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: 10px;
  color: rgba(255, 255, 255, 0.8);
  font-size: 14px;
  font-weight: 500;
  line-height: 140%;
}
.catalog-item-wrapper__icon {
  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;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 32px;
  height: 32px;
  border-radius: 50%;
  background: #FFFFFF;
}
@media screen and (min-width: 1024px) {
  .catalog-item:hover {
    border-radius: 120px;
  }
  .catalog-item:hover .catalog-item-wrapper {
    width: 100%;
    height: 100%;
    opacity: 1;
    border-radius: 120px;
  }
  .catalog-item:hover .catalog-item-wrapper__content {
    opacity: 1;
  }
}
.catalog-item-content {
  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: flex-start;
  -ms-flex-item-align: stretch;
      -ms-grid-row-align: stretch;
      align-self: stretch;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  position: relative;
  z-index: 1;
  min-height: 100%;
  padding-bottom: 30px;
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .catalog-item-content {
    padding-bottom: 24px;
  }
}
@media screen and (max-width: 767px) {
  .catalog-item-content {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    gap: 20px;
    min-height: 0;
    padding-bottom: 0;
  }
}
.catalog-item-content .arrow-button {
  margin-top: 32px;
}
@media screen and (min-width: 1024px) {
  .catalog-item-content .arrow-button {
    margin-top: 110px;
  }
}
@media screen and (max-width: 767px) {
  .catalog-item-content .arrow-button {
    margin-top: 0;
    -ms-flex-item-align: start;
        align-self: flex-start;
  }
}
.catalog-item-content-text {
  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: flex-start;
  gap: 16px;
}
@media screen and (max-width: 767px) {
  .catalog-item-content-text {
    gap: 8px;
  }
}
.catalog-item-img {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -ms-flex-item-align: stretch;
      -ms-grid-row-align: stretch;
      align-self: stretch;
  min-height: 0;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .catalog-item-img {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    min-height: 180px;
  }
}
.catalog-item-img img {
  display: block;
  width: auto;
  max-width: 100%;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: right bottom;
     object-position: right bottom;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  pointer-events: none;
}
@media screen and (min-width: 1024px) {
  .catalog-item-img img {
    max-height: 295px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .catalog-item-img img {
    max-height: 240px;
  }
}
@media screen and (max-width: 767px) {
  .catalog-item-img img {
    width: 100%;
    max-height: 180px;
    -o-object-position: center;
       object-position: center;
  }
}

.contact-block {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 20px 1fr;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
}
@media screen and (max-width: 1023px) {
  .contact-block {
    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: flex-start;
    gap: 15px;
  }
}
.contact-map {
  border-radius: 32px;
  height: 100%;
}
@media screen and (max-width: 767px) {
  .contact-map {
    border-radius: 24px;
  }
}
@media screen and (max-width: 1023px) {
  .contact-map {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    height: 350px;
  }
}
.contact-content {
  border-radius: 32px;
  padding: 50px;
  background: #FFFFFF;
  height: 100%;
  width: 100%;
  -webkit-box-shadow: 0px 0px 10px 0px rgba(238, 239, 244, 0.4);
          box-shadow: 0px 0px 10px 0px rgba(238, 239, 244, 0.4);
}
@media screen and (max-width: 767px) {
  .contact-content {
    border-radius: 24px;
    padding: 25px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1279px) {
  .contact-content {
    padding: 32px;
  }
}
@media screen and (max-width: 1023px) {
  .contact-content {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
}
.contact-content-items {
  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: flex-start;
  gap: 16px;
}
@media screen and (max-width: 767px) {
  .contact-content-items {
    gap: 12px;
  }
}
.contact-content-items-item {
  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: flex-start;
  gap: 4px;
  width: 100%;
}
.contact-content-items .contact-content-items-item:not(:last-child) {
  padding-bottom: 16px;
  border-bottom: 1px solid #E5E8EF;
}
@media screen and (max-width: 767px) {
  .contact-content-items .contact-content-items-item:not(:last-child) {
    padding-bottom: 12px;
  }
}
@media screen and (max-width: 550px) {
  .contact-content__button {
    width: 100%;
  }
}

.content.section {
  padding: 72px 0 90px;
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .content.section {
    padding: 56px 0 72px;
  }
}
@media screen and (max-width: 767px) {
  .content.section {
    padding: 40px 0 56px;
  }
}
.content-block {
  width: 100%;
}

.content-title-lg {
  font-weight: 900;
  line-height: 100%;
}
.content-title-lg.bold {
  font-weight: 700 !important;
}
.content-title-lg.semibold {
  font-weight: 600 !important;
}
.content-title-lg.medium {
  font-weight: 500 !important;
}
.content-title-lg {
  max-width: 760px;
  font-size: 42px;
  line-height: 105%;
  font-weight: 800;
  margin: 0;
}
@media screen and (max-width: 767px) {
  .content-title-lg {
    font-size: 26px;
    line-height: 110%;
  }
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .content-title-lg {
    font-size: 32px;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1279px) {
  .content-title-lg {
    font-size: 36px;
  }
}
@media screen and (min-width: 1280px) and (max-width: 1440px) {
  .content-title-lg {
    font-size: 40px;
  }
}
@media screen and (min-width: 1441px) {
  .content-title-lg {
    font-size: 42px;
  }
}

.content-text-md {
  line-height: 140%;
  font-weight: 300;
}
.content-text-md.bold {
  font-weight: 700 !important;
}
.content-text-md.semibold {
  font-weight: 600 !important;
}
.content-text-md.medium {
  font-weight: 500 !important;
}
.content-text-md {
  max-width: none;
  width: 100%;
  font-size: 18px;
  line-height: 145%;
  font-weight: 300;
  margin: 0;
}
@media screen and (max-width: 1279px) {
  .content-text-md {
    font-size: 14px;
  }
}
.content-text-md + .content-text-md {
  margin-top: 16px;
}
@media screen and (max-width: 767px) {
  .content-text-md + .content-text-md {
    margin-top: 12px;
  }
}

.content-tabs {
  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: 30px;
}
.content-tabs__input {
  position: absolute;
  opacity: 0;
  pointer-events: none;
}
.content-tabs__nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
  min-width: 0;
}
@media screen and (max-width: 767px) {
  .content-tabs__nav {
    display: block;
  }
}
.content-tabs__arrow {
  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;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 40px;
          flex: 0 0 40px;
  width: 40px;
  height: 40px;
  padding: 0;
  border: 0;
  border-radius: 100%;
  background-color: #005EFF;
  color: #FFFFFF;
  cursor: pointer;
  -webkit-transition: background-color 0.2s ease, opacity 0.2s ease, -webkit-transform 0.2s ease;
  transition: background-color 0.2s ease, opacity 0.2s ease, -webkit-transform 0.2s ease;
  transition: background-color 0.2s ease, opacity 0.2s ease, transform 0.2s ease;
  transition: background-color 0.2s ease, opacity 0.2s ease, transform 0.2s ease, -webkit-transform 0.2s ease;
}
@media screen and (min-width: 1024px) {
  .content-tabs__arrow:hover:not(:disabled) {
    background-color: #141D29;
  }
  .content-tabs__arrow:active:not(:disabled) {
    -webkit-transform: scale(0.9);
            transform: scale(0.9);
  }
}
.content-tabs__arrow:disabled {
  opacity: 0.35;
  cursor: default;
}
.content-tabs__arrow svg {
  width: 18px;
  height: 18px;
}
@media screen and (max-width: 767px) {
  .content-tabs__arrow {
    display: none;
  }
}
.content-tabs__list {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  min-width: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
  overflow-x: auto;
  padding-bottom: 0;
  margin-bottom: 0;
  scrollbar-width: none;
  -webkit-overflow-scrolling: touch;
  overscroll-behavior-x: contain;
}
@media screen and (max-width: 767px) {
  .content-tabs__list {
    gap: 6px;
    padding-bottom: 8px;
    scrollbar-width: thin;
    scrollbar-color: rgba(0, 94, 255, 0.65) #EFF4FF;
    scroll-padding-inline: 10px;
    -ms-scroll-snap-type: x proximity;
        scroll-snap-type: x proximity;
  }
}
.content-tabs__list::-webkit-scrollbar {
  display: none;
}
@media screen and (max-width: 767px) {
  .content-tabs__list::-webkit-scrollbar {
    display: block;
    height: 4px;
  }
}
.content-tabs__list::-webkit-scrollbar-track {
  background-color: #EFF4FF;
  border-radius: 999px;
}
.content-tabs__list::-webkit-scrollbar-thumb {
  background-color: rgba(0, 94, 255, 0.65);
  border-radius: 999px;
}
.content-tabs__tab {
  line-height: 140%;
  font-weight: 300;
}
.content-tabs__tab.bold {
  font-weight: 700 !important;
}
.content-tabs__tab.semibold {
  font-weight: 600 !important;
}
.content-tabs__tab.medium {
  font-weight: 500 !important;
}
.content-tabs__tab {
  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;
  white-space: nowrap;
  min-width: 0;
  height: 60px;
  padding: 10px;
  border-radius: 12px;
  border: 1px solid #005EFF;
  background-color: transparent;
  color: #131F2D;
  font-size: 18px;
  font-weight: 700;
  line-height: 140%;
  text-align: center;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 335px;
          flex: 0 0 335px;
  -webkit-transition: background-color 0.2s ease, color 0.2s ease, border-color 0.2s ease;
  transition: background-color 0.2s ease, color 0.2s ease, border-color 0.2s ease;
}
@media screen and (max-width: 767px) {
  .content-tabs__tab {
    min-width: -webkit-max-content;
    min-width: -moz-max-content;
    min-width: max-content;
    padding: 8px 12px;
    font-size: 12px;
    border-radius: 6px;
    height: 36px;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    scroll-snap-align: start;
  }
}
.content-tabs__panels {
  position: relative;
}
.content-tabs__panel {
  display: none;
}
.content-tabs__heading {
  margin-bottom: 28px;
}
@media screen and (max-width: 767px) {
  .content-tabs__heading {
    margin-bottom: 16px;
  }
}

#content-tab-1:checked ~ .content-tabs__nav .content-tabs__list label[for=content-tab-1],
#content-tab-2:checked ~ .content-tabs__nav .content-tabs__list label[for=content-tab-2],
#content-tab-3:checked ~ .content-tabs__nav .content-tabs__list label[for=content-tab-3],
#content-tab-4:checked ~ .content-tabs__nav .content-tabs__list label[for=content-tab-4],
#content-tab-5:checked ~ .content-tabs__nav .content-tabs__list label[for=content-tab-5],
#content-tab-6:checked ~ .content-tabs__nav .content-tabs__list label[for=content-tab-6],
#content-tab-7:checked ~ .content-tabs__nav .content-tabs__list label[for=content-tab-7],
#content-tab-8:checked ~ .content-tabs__nav .content-tabs__list label[for=content-tab-8] {
  background-color: #005EFF;
  color: #FFFFFF;
  border-color: #005EFF;
}

#content-tab-1:checked ~ .content-tabs__panels .content-tabs__panel:nth-child(1),
#content-tab-2:checked ~ .content-tabs__panels .content-tabs__panel:nth-child(2),
#content-tab-3:checked ~ .content-tabs__panels .content-tabs__panel:nth-child(3),
#content-tab-4:checked ~ .content-tabs__panels .content-tabs__panel:nth-child(4),
#content-tab-5:checked ~ .content-tabs__panels .content-tabs__panel:nth-child(5),
#content-tab-6:checked ~ .content-tabs__panels .content-tabs__panel:nth-child(6),
#content-tab-7:checked ~ .content-tabs__panels .content-tabs__panel:nth-child(7),
#content-tab-8:checked ~ .content-tabs__panels .content-tabs__panel:nth-child(8) {
  display: block;
}

.feature .pretitle {
  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;
}
.feature__title {
  max-width: 800px;
}
.feature-grid {
  display: -ms-grid;
  display: grid;
  gap: 20px;
}
@media screen and (min-width: 1024px) {
  .feature-grid {
    -ms-grid-columns: minmax(0, 1fr) minmax(0, 2fr) minmax(0, 1fr);
    grid-template-columns: minmax(0, 1fr) minmax(0, 2fr) minmax(0, 1fr);
    -ms-grid-rows: (minmax(0, 1fr))[2];
    grid-template-rows: repeat(2, minmax(0, 1fr));
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
        grid-template-areas: "card1 image card3" "card2 image card4";
  }
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .feature-grid {
    -ms-grid-columns: minmax(0, 1fr) 16px minmax(0, 1fr);
    grid-template-columns: repeat(2, minmax(0, 1fr));
    -ms-grid-rows: auto 16px auto 16px auto;
        grid-template-areas: "image image" "card1 card3" "card2 card4";
    gap: 16px;
  }
}
@media screen and (max-width: 767px) {
  .feature-grid {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -ms-grid-rows: auto 12px auto 12px auto 12px auto 12px auto;
        grid-template-areas: "card1" "card2" "image" "card3" "card4";
    gap: 12px;
  }
}
.feature-grid__media {
  grid-area: image;
  border-radius: 24px;
  overflow: hidden;
  min-height: 280px;
  -ms-grid-row-align: stretch;
      align-self: stretch;
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .feature-grid__media {
    min-height: 360px;
  }
}
@media screen and (min-width: 1024px) {
  .feature-grid__media {
    min-height: 100%;
  }
}
@media screen and (max-width: 767px) {
  .feature-grid__media {
    border-radius: 16px;
    min-height: 240px;
  }
}
.feature-grid__img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.feature-card {
  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: flex-start;
  padding: 24px;
  border-radius: 24px;
  min-height: 180px;
}
@media screen and (max-width: 767px) {
  .feature-card {
    padding: 20px 16px;
    border-radius: 16px;
    min-height: 0;
  }
}
.feature-card--1 {
  grid-area: card1;
}
.feature-card--2 {
  grid-area: card2;
}
.feature-card--3 {
  grid-area: card3;
}
.feature-card--4 {
  grid-area: card4;
}
@media screen and (min-width: 1024px) {
  .feature-grid__media {
    -ms-grid-row: 1;
    -ms-grid-row-span: 2;
    -ms-grid-column: 2;
  }
  .feature-card--1 {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }
  .feature-card--2 {
    -ms-grid-row: 2;
    -ms-grid-column: 1;
  }
  .feature-card--3 {
    -ms-grid-row: 1;
    -ms-grid-column: 3;
  }
  .feature-card--4 {
    -ms-grid-row: 2;
    -ms-grid-column: 3;
  }
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .feature-grid__media {
    -ms-grid-row: 1;
    -ms-grid-row-span: 1;
    -ms-grid-column: 1;
    -ms-grid-column-span: 3;
  }
  .feature-card--1 {
    -ms-grid-row: 3;
    -ms-grid-column: 1;
  }
  .feature-card--2 {
    -ms-grid-row: 5;
    -ms-grid-column: 1;
  }
  .feature-card--3 {
    -ms-grid-row: 3;
    -ms-grid-column: 3;
  }
  .feature-card--4 {
    -ms-grid-row: 5;
    -ms-grid-column: 3;
  }
}
@media screen and (max-width: 767px) {
  .feature-grid__media {
    -ms-grid-row: 5;
    -ms-grid-row-span: 1;
    -ms-grid-column: 1;
    -ms-grid-column-span: 1;
  }
  .feature-card--1 {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }
  .feature-card--2 {
    -ms-grid-row: 3;
    -ms-grid-column: 1;
  }
  .feature-card--3 {
    -ms-grid-row: 7;
    -ms-grid-column: 1;
  }
  .feature-card--4 {
    -ms-grid-row: 9;
    -ms-grid-column: 1;
  }
}
.feature-card--primary {
  position: relative;
  overflow: hidden;
  isolation: isolate;
  background: #005EFF;
}
.feature-card--primary::before {
  content: "";
  position: absolute;
  inset: -40%;
  z-index: 0;
  background: linear-gradient(125deg, #002d85 0%, #0048d4 20%, #005eff 38%, #3d8fff 52%, #005eff 68%, #003fa8 85%, #002d85 100%);
  background-size: 320% 320%;
  -webkit-animation: feature-card-shimmer 8s ease-in-out infinite;
          animation: feature-card-shimmer 8s ease-in-out infinite;
  pointer-events: none;
}
@media (prefers-reduced-motion: reduce) {
  .feature-card--primary::before {
    -webkit-animation: none;
            animation: none;
    inset: 0;
    background-size: 100% 100%;
  }
}
.feature-card--primary > * {
  position: relative;
  z-index: 1;
}
.feature-card--primary .feature-card__title {
  color: #FFFFFF;
}
.feature-card--primary .feature-card__descr {
  color: rgba(255, 255, 255, 0.7);
}
.feature-card--light {
  background: #FFFFFF;
  -webkit-box-shadow: 0 0 10px 0 rgba(238, 239, 244, 0.4);
          box-shadow: 0 0 10px 0 rgba(238, 239, 244, 0.4);
}
.feature-card__dots {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 10px 8px 10px;
  grid-template-columns: repeat(2, 10px);
  gap: 8px;
  margin-left: auto;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.feature-card__dots svg {
  display: block;
  width: 10px;
  height: 10px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.feature-card__content {
  width: 100%;
  margin-top: 24px;
}
@media screen and (min-width: 1024px) {
  .feature-card__content {
    margin-top: 135px;
  }
}
@media screen and (max-width: 767px) {
  .feature-card__content {
    margin-top: 20px;
  }
}
.feature-card__title {
  margin-bottom: 16px;
}
.feature-card__descr {
  max-width: 100%;
}

@-webkit-keyframes feature-card-shimmer {
  0%, 100% {
    background-position: 0% 45%;
    -webkit-transform: rotate(0deg) scale(1.02);
            transform: rotate(0deg) scale(1.02);
  }
  50% {
    background-position: 100% 55%;
    -webkit-transform: rotate(1.5deg) scale(1.06);
            transform: rotate(1.5deg) scale(1.06);
  }
}

@keyframes feature-card-shimmer {
  0%, 100% {
    background-position: 0% 45%;
    -webkit-transform: rotate(0deg) scale(1.02);
            transform: rotate(0deg) scale(1.02);
  }
  50% {
    background-position: 100% 55%;
    -webkit-transform: rotate(1.5deg) scale(1.06);
            transform: rotate(1.5deg) scale(1.06);
  }
}
.feedback {
  background: #005EFF;
  background: linear-gradient(145deg, rgb(0, 94, 255) 0%, rgb(0, 85, 230) 100%);
  margin: 0 15px;
  border-radius: 32px;
  position: relative;
  overflow: hidden;
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .feedback {
    margin: 0 10px;
    border-radius: 24px;
    padding-bottom: 0;
  }
}
@media screen and (max-width: 767px) {
  .feedback {
    margin: 0;
    border-radius: 0;
  }
}
.feedback__bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.feedback-aside {
  position: relative;
}
.feedback-aside .pretitle {
  position: relative;
  z-index: 2;
}
.feedback-aside .pretitle p {
  color: #FFFFFF;
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .feedback-aside .pretitle {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .feedback-aside {
    display: contents;
  }
}
@media screen and (max-width: 767px) {
  .feedback-aside {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
}
.feedback__img {
  pointer-events: none;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  position: absolute;
  bottom: -90px;
  left: -100px;
  width: 420px;
  display: block;
}
@media screen and (min-width: 1024px) and (max-width: 1279px) {
  .feedback__img {
    width: 300px;
    left: 50%;
    bottom: -70px;
    -webkit-transform: translateX(-52%);
            transform: translateX(-52%);
  }
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .feedback__img {
    position: absolute;
    left: 50%;
    bottom: 0;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    width: 360px;
    max-width: 72%;
    margin: 0;
    z-index: 2;
  }
}
@media screen and (max-width: 767px) {
  .feedback__img {
    display: none;
  }
}
.feedback-block {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 3fr 60px 4fr 60px 4fr;
  grid-template-columns: 3fr 4fr 4fr;
  gap: 60px;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  position: relative;
  z-index: 2;
}
@media screen and (min-width: 1024px) and (max-width: 1279px) {
  .feedback-block {
    gap: 40px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .feedback-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: 32px;
    position: relative;
    padding-bottom: 420px;
  }
}
@media screen and (max-width: 767px) {
  .feedback-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: 24px;
  }
}
.feedback-content {
  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: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  height: 100%;
  -ms-flex-item-align: start;
      -ms-grid-row-align: start;
      align-self: start;
  gap: 32px;
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .feedback-content {
    display: contents;
  }
}
@media screen and (max-width: 767px) {
  .feedback-content {
    display: contents;
  }
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .feedback-content-text {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
}
@media screen and (max-width: 767px) {
  .feedback-content-text {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
}
.feedback-content-text__title {
  font-size: 40px;
  font-weight: 900;
  margin-bottom: 24px;
  line-height: 100%;
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .feedback-content-text__title {
    font-size: 36px;
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 767px) {
  .feedback-content-text__title {
    font-size: 28px;
    margin-bottom: 16px;
    line-height: 110%;
  }
}
@media screen and (max-width: 767px) {
  .feedback-content-text__descr {
    line-height: 150%;
  }
}
.feedback-content-contact {
  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: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 12px 16px;
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .feedback-content-contact {
    -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4;
  }
}
@media screen and (max-width: 767px) {
  .feedback-content-contact {
    -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4;
    gap: 12px;
  }
}
.feedback-content-contact__phone {
  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;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  height: 40px;
  padding: 0 20px;
  border-radius: 48px;
  font-size: 20px;
  font-weight: 700;
  line-height: 100%;
  color: #FFFFFF;
  background: #4183F6;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  white-space: nowrap;
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .feedback-content-contact__phone {
    font-size: 18px;
  }
}
@media screen and (max-width: 767px) {
  .feedback-content-contact__phone {
    font-size: 16px;
    height: 38px;
    padding: 0 16px;
  }
}
@media screen and (min-width: 1024px) {
  .feedback-content-contact__phone:hover {
    -webkit-transform: translateY(-3px);
            transform: translateY(-3px);
  }
}
.feedback-content-contact .social {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.feedback-content-contact .social .social-item {
  background: #4183F6;
}
.feedback-form {
  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: flex-start;
  -ms-flex-item-align: start;
      -ms-grid-row-align: start;
      align-self: start;
  gap: 20px;
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .feedback-form {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
    gap: 16px;
  }
}
@media screen and (max-width: 767px) {
  .feedback-form {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
    gap: 16px;
  }
}
.feedback-form .checkbox * {
  color: #FFFFFF;
}
.feedback-form .checkbox a:hover {
  color: currentColor;
}
.feedback-form input,
.feedback-form textarea,
.feedback-form button {
  width: 100%;
}

.footer {
  background: #005EFF;
  padding-top: 70px;
  padding-bottom: 40px;
  margin: 0 15px 15px 15px;
  border-radius: 32px;
  position: relative;
  overflow: hidden;
}
.footer .container {
  position: relative;
  z-index: 1;
}
.footer-block {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 30px 2fr;
  grid-template-columns: 1fr 2fr;
  gap: 30px;
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .footer-block {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    gap: 48px;
  }
}
@media screen and (max-width: 767px) {
  .footer-block {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    gap: 40px;
  }
}
.footer-contact {
  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: flex-start;
  gap: 40px;
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .footer-contact {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 24px 1fr;
    grid-template-columns: repeat(2, 1fr);
    gap: 32px 24px;
  }
  .footer-contact-item:last-child {
    grid-column: 1/-1;
  }
}
@media screen and (max-width: 767px) {
  .footer-contact {
    gap: 24px;
  }
}
.footer-contact-item {
  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: flex-start;
  gap: 4px;
}
.footer-contact-item__value {
  font-size: 40px;
  font-weight: 700;
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .footer-contact-item__value {
    font-size: 28px;
  }
}
@media screen and (max-width: 767px) {
  .footer-contact-item__value {
    font-size: 24px;
  }
}
.footer-contact-item__value--address {
  font-size: 18px;
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  .footer-contact-item__value--address {
    font-size: 16px;
    line-height: 150%;
  }
}
.footer-items {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 30px 1fr 30px 1fr;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .footer-items {
    -ms-grid-columns: 1fr 24px 1fr;
    grid-template-columns: repeat(2, 1fr);
    gap: 32px 24px;
  }
  .footer-items .footer-item:last-child {
    grid-column: 1/-1;
  }
}
@media screen and (max-width: 767px) {
  .footer-items {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    gap: 0;
  }
}
@media screen and (max-width: 767px) {
  .footer-item {
    padding: 24px 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.15);
  }
  .footer-item:first-child {
    padding-top: 0;
  }
  .footer-item:last-child {
    border-bottom: none;
    padding-bottom: 0;
  }
}
.footer-item__title {
  margin-bottom: 20px;
}
@media screen and (max-width: 767px) {
  .footer-item__title {
    margin-bottom: 16px;
  }
}
.footer-item-list {
  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: flex-start;
  gap: 12px;
}
@media screen and (max-width: 767px) {
  .footer-item-list {
    gap: 10px;
  }
}
.footer-logo {
  width: 100%;
  position: relative;
  margin-top: 110px;
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .footer-logo {
    margin-top: 80px;
  }
}
@media screen and (max-width: 767px) {
  .footer-logo {
    margin-top: 48px;
  }
}
.footer-logo::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: -webkit-gradient(linear, left bottom, left top, from(rgb(0, 94, 255)), to(rgba(0, 94, 255, 0)));
  background: linear-gradient(0deg, rgb(0, 94, 255) 0%, rgba(0, 94, 255, 0) 100%);
  pointer-events: none;
}
.footer-logo svg {
  display: block;
  width: 100%;
  height: auto;
}
.footer-bottom {
  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: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 50px;
  gap: 24px;
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .footer-bottom {
    -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-top: 40px;
  }
}
@media screen and (max-width: 767px) {
  .footer-bottom {
    -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-top: 32px;
    gap: 20px;
  }
}
.footer-links {
  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: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 50px;
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .footer-links {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 16px 32px;
  }
}
@media screen and (max-width: 767px) {
  .footer-links {
    -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;
    gap: 12px;
  }
}
@media screen and (max-width: 767px) {
  .footer-links__author {
    line-height: 150%;
  }
}
.footer-links__author a {
  text-decoration: underline;
}
.footer-links__link {
  text-decoration: underline;
}
.footer-img {
  position: absolute;
  width: 390px;
  bottom: 0;
  left: 50%;
  pointer-events: none;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  z-index: 1;
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .footer-img {
    width: 280px;
    left: auto;
    right: -20px;
  }
}
@media screen and (max-width: 767px) {
  .footer-img {
    width: 160px;
    left: auto;
    right: -40px;
    opacity: 0.7;
  }
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .footer {
    padding-top: 50px;
    padding-bottom: 32px;
    margin: 0 10px 10px 10px;
    border-radius: 24px;
  }
}
@media screen and (max-width: 767px) {
  .footer {
    padding-top: 40px;
    padding-bottom: 48px;
    margin: 0;
    border-radius: 0;
  }
}

.gallery .pretitle {
  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;
}
.gallery__descr {
  max-width: 660px;
}
.gallery-items {
  background: #005EFF;
  margin: 0 15px;
  border-radius: 32px;
  position: relative;
  overflow: hidden;
  padding: 15px;
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .gallery-items {
    margin: 0 10px;
    border-radius: 24px;
    padding: 10px;
  }
}
@media screen and (max-width: 767px) {
  .gallery-items {
    margin: 0;
    border-radius: 0;
    padding: 10px;
  }
}
.gallery-grid {
  position: relative;
}
.gallery-grid__item {
  display: block;
  text-decoration: none;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding-bottom: 15px;
  width: calc((100% - 45px) / 4);
}
@media screen and (max-width: 1023px) {
  .gallery-grid__item {
    padding-bottom: 10px;
    width: calc((100% - 10px) / 2);
  }
}
@media screen and (max-width: 767px) {
  .gallery-grid__item {
    width: 100%;
  }
}
.gallery-grid__item img {
  display: block;
  width: 100%;
  height: auto;
  border-radius: 16px;
}
.gallery-bottom-button {
  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;
  margin-top: 40px;
}
@media screen and (max-width: 550px) {
  .gallery-bottom-button button,
  .gallery-bottom-button a {
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .gallery-bottom-button {
    margin-top: 24px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1279px) {
  .gallery-bottom-button {
    margin-top: 32px;
  }
}

.header {
  background: #005EFF;
  color: #FFFFFF;
  padding: 18px 0 0;
}
@media screen and (max-width: 767px) {
  .header {
    padding: 10px 0 0;
  }
}
.header .link {
  color: inherit;
}
.header .link:hover {
  color: rgba(255, 255, 255, 0.8);
  opacity: 1;
}
.header-top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 20px;
  padding-bottom: 16px;
}
@media screen and (max-width: 1279px) {
  .header-top {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 8px auto 8px auto;
    grid-template-columns: 1fr auto auto;
    -ms-grid-rows: auto 10px auto;
        grid-template-areas: "logo phone burger" "search search search";
    gap: 10px 8px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding-bottom: 12px;
  }
}
@media screen and (max-width: 767px) {
  .header-top {
    gap: 8px;
    padding-bottom: 10px;
  }
}
.header-top-right {
  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: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 20px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  margin-left: auto;
}
@media screen and (max-width: 1279px) {
  .header-top-right {
    display: contents;
  }
}
.header-logo {
  display: block;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 240px;
  line-height: 0;
}
@media screen and (min-width: 768px) and (max-width: 1279px) {
  .header-logo {
    width: 170px;
    grid-area: logo;
  }
}
@media screen and (max-width: 767px) {
  .header-logo {
    width: 145px;
    grid-area: logo;
  }
}
.header-logo svg {
  display: block;
  width: 100%;
  height: auto;
}
.header-search {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  min-width: 0;
}
@media screen and (max-width: 1279px) {
  .header-search {
    grid-area: search;
  }
}
.header-search__field {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
  width: 100%;
  min-height: 48px;
  padding: 4px;
  border-radius: 12px;
  background: #FFFFFF;
}
@media screen and (max-width: 767px) {
  .header-search__field {
    min-height: 42px;
    padding: 3px;
    border-radius: 10px;
    gap: 6px;
  }
}
.header-search__icon {
  position: absolute;
  top: 50%;
  left: 16px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  color: #65707E;
  pointer-events: none;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .header-search__icon {
    left: 12px;
  }
  .header-search__icon svg {
    width: 16px;
    height: 16px;
  }
}
.header-search__control {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  width: 100%;
  min-width: 0;
  height: 40px;
  padding: 0 36px 0 44px;
  border: none;
  border-radius: 0;
  background: transparent;
  color: #131F2D;
  font-size: 16px;
  font-weight: 500;
  outline: none;
}
@media screen and (max-width: 767px) {
  .header-search__control {
    height: 36px;
    padding: 0 30px 0 36px;
    font-size: 16px;
  }
}
.header-search__control::-webkit-input-placeholder {
  color: #65707E;
}
.header-search__control::-moz-placeholder {
  color: #65707E;
}
.header-search__control:-ms-input-placeholder {
  color: #65707E;
}
.header-search__control::-ms-input-placeholder {
  color: #65707E;
}
.header-search__control::placeholder {
  color: #65707E;
}
.header-search__control::-webkit-search-cancel-button, .header-search__control::-webkit-search-decoration {
  -webkit-appearance: none;
  appearance: none;
  display: none;
}
.header-search__control::-ms-clear {
  display: none;
  width: 0;
  height: 0;
}
.header-search__control:hover, .header-search__control:focus {
  background: transparent;
  border-color: transparent;
}
.header-search__clear {
  position: absolute;
  top: 50%;
  right: 96px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  display: none;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 24px;
  height: 24px;
  padding: 0;
  border: none;
  background: transparent;
  color: #65707E;
  cursor: pointer;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .header-search__clear {
    right: 78px;
  }
}
.input-search.is-filled .header-search__clear {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.header-search__submit {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  height: 40px;
  margin-right: 0;
  padding: 0 18px;
  border: none;
  border-radius: 8px;
  background: #1A69F0;
  color: #FFFFFF;
  font-family: "Manrope", sans-serif;
  font-size: 15px;
  font-weight: 600;
  cursor: pointer;
  -webkit-transition: background 0.2s;
  transition: background 0.2s;
  white-space: nowrap;
}
@media screen and (max-width: 767px) {
  .header-search__submit {
    height: 36px;
    padding: 0 14px;
    font-size: 13px;
    border-radius: 7px;
  }
}
.header-search__submit:hover {
  background: #141D29;
}
.header-social {
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
@media screen and (max-width: 1279px) {
  .header-social {
    display: none;
  }
}
.header-social .social-item {
  width: 36px;
  height: 36px;
  background: rgba(255, 255, 255, 0.15);
}
@media screen and (max-width: 767px) {
  .header-social .social-item {
    width: 32px;
    height: 32px;
  }
}
.header-social .social-item svg {
  width: 18px;
  height: 18px;
}
@media screen and (max-width: 767px) {
  .header-social .social-item svg {
    width: 16px;
    height: 16px;
  }
}
.header-social .social-item:hover {
  background: rgba(255, 255, 255, 0.28);
  -webkit-transform: none;
          transform: none;
}
.header-contact {
  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: flex-start;
  gap: 2px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
@media screen and (max-width: 1279px) {
  .header-contact {
    grid-area: phone;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    margin-left: 0;
  }
}
.header-contact__phone {
  font-size: 20px;
  font-weight: 700;
  color: #FFFFFF;
  white-space: nowrap;
  line-height: 1.2;
  -webkit-transition: opacity 0.2s;
  transition: opacity 0.2s;
}
@media screen and (max-width: 1279px) {
  .header-contact__phone {
    font-size: 14px;
  }
}
@media screen and (max-width: 400px) {
  .header-contact__phone {
    font-size: 12px;
  }
}
.header-contact__phone:hover {
  opacity: 0.85;
}
.header-contact__schedule {
  font-size: 12px;
  font-weight: 500;
  color: rgba(255, 255, 255, 0.7);
  white-space: nowrap;
}
@media screen and (max-width: 1279px) {
  .header-contact__schedule {
    display: none;
  }
}
.header__button {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  background: #141D29;
}
.header__button::before {
  display: none;
}
.header__button:hover {
  background: rgb(30.0327868852, 43.5475409836, 61.5672131148);
}
@media screen and (max-width: 1279px) {
  .header-top-right .header__button {
    display: none;
  }
}
.header__burger, .header__close {
  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;
  width: 40px;
  height: 40px;
  border-radius: 100%;
  background: rgba(255, 255, 255, 0.15);
  border: none;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  color: #FFFFFF;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  cursor: pointer;
}
@media screen and (max-width: 767px) {
  .header__burger, .header__close {
    width: 36px;
    height: 36px;
  }
}
.header__burger:hover, .header__close:hover {
  background: rgba(255, 255, 255, 0.28);
}
.header__burger {
  display: none;
}
@media screen and (max-width: 1279px) {
  .header__burger {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    grid-area: burger;
  }
}
@media screen and (max-width: 1279px) {
  .header-logo {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }
  .header-logo {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }
  .header-search {
    -ms-grid-row: 3;
    -ms-grid-column: 1;
    -ms-grid-column-span: 5;
  }
  .header-contact {
    -ms-grid-row: 1;
    -ms-grid-column: 3;
  }
  .header__burger {
    -ms-grid-row: 1;
    -ms-grid-column: 5;
  }
}
.header-list {
  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: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 16px;
  padding: 14px 0 18px;
  border-top: 1px solid rgba(255, 255, 255, 0.15);
}
.header-list-mobile {
  display: none;
}
.header-list-footer {
  display: none;
}
.header-list__item {
  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: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #FFFFFF;
  gap: 8px;
  border: 0;
  background: transparent;
  padding: 0;
  white-space: nowrap;
  font-size: 14px;
}
.header-list__item svg {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  -webkit-transition: -webkit-transform 0.2s;
  transition: -webkit-transform 0.2s;
  transition: transform 0.2s;
  transition: transform 0.2s, -webkit-transform 0.2s;
}
.header-list__item svg path {
  stroke: currentColor;
}
.header-list__item:hover {
  color: rgba(255, 255, 255, 0.8);
}
.header-list__dropdown {
  position: relative;
}
.header-submenu {
  position: absolute;
  top: calc(100% + 12px);
  left: 0;
  z-index: 5;
  min-width: 280px;
  padding: 8px;
  border: 1px solid #E5E8EF;
  border-radius: 8px;
  background: #FFFFFF;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  -webkit-transform: translateY(8px);
          transform: translateY(8px);
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.header-submenu .link {
  color: #131F2D;
}
.header-submenu .link:hover {
  color: #005EFF;
  opacity: 1;
}
.header-submenu::before {
  content: "";
  position: absolute;
  right: 0;
  bottom: 100%;
  left: 0;
  height: 12px;
}
.header-submenu--nested {
  top: 0;
  left: calc(100% + 8px);
  -webkit-transform: translateX(8px);
          transform: translateX(8px);
}
.header-submenu--nested::before {
  top: 0;
  right: 100%;
  bottom: 0;
  left: auto;
  width: 8px;
  height: auto;
}
.header-submenu__dropdown {
  position: relative;
}
.header-submenu__item {
  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: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  gap: 14px;
  padding: 10px 12px;
  border: 0;
  border-radius: 6px;
  background: transparent;
  color: #131F2D;
  text-align: left;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  cursor: pointer;
}
.header-submenu__item svg {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.header-submenu__item svg path {
  stroke: currentColor;
}
.header-submenu__item:hover {
  background: #EFF4FF;
  color: #131F2D;
}
@media screen and (min-width: 1280px) {
  .header-list__dropdown:hover > .header-submenu, .header-list__dropdown:focus-within > .header-submenu {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  .header-list__dropdown:hover > .header-list__item svg, .header-list__dropdown:focus-within > .header-list__item svg {
    -webkit-transform: rotate(180deg);
            transform: rotate(180deg);
  }
  .header-submenu__dropdown:hover > .header-submenu, .header-submenu__dropdown:focus-within > .header-submenu {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  .header-submenu__dropdown:hover > .header-submenu__item svg, .header-submenu__dropdown:focus-within > .header-submenu__item svg {
    -webkit-transform: rotate(-90deg);
            transform: rotate(-90deg);
  }
}
@media screen and (max-width: 1279px) {
  .header::before {
    content: "";
    position: fixed;
    inset: 0;
    z-index: 20;
    background: rgba(0, 0, 0, 0.55);
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 0.2s;
    transition: all 0.2s;
  }
  .header-menu-open .header::before {
    opacity: 1;
    visibility: visible;
  }
  .header-list {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 1000;
    width: min(420px, 100%);
    margin-top: 0;
    padding: 20px 20px 24px;
    overflow-y: 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-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    gap: 0;
    background: #FFFFFF;
    color: #131F2D;
    border-left: 1px solid #E5E8EF;
    border-top: none;
    opacity: 0;
    pointer-events: none;
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
    -webkit-transition: all 0.25s;
    transition: all 0.25s;
  }
  .header-list .link {
    color: #131F2D;
  }
  .header-list .link:hover {
    color: #005EFF;
    opacity: 1;
  }
  .header-menu-open .header-list {
    opacity: 1;
    pointer-events: auto;
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  .header-list-mobile {
    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: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 100%;
    margin-bottom: 8px;
    padding-bottom: 16px;
    border-bottom: 1px solid #E5E8EF;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    gap: 12px;
  }
  .header-list-mobile .header-logo {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    min-width: 0;
    width: auto;
    max-width: 160px;
  }
  .header-list-mobile .header-logo svg path[fill=white] {
    fill: #131F2D;
  }
  .header-list-mobile .header__close {
    color: #FFFFFF;
    background: #005EFF;
  }
  .header-list-mobile .header__close:hover {
    background: #141D29;
  }
  .header-list-footer {
    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: flex-start;
    display: flex;
    gap: 16px;
    width: 100%;
    margin-top: auto;
    padding-top: 24px;
    border-top: 1px solid #E5E8EF;
    -ms-flex-negative: 0;
        flex-shrink: 0;
  }
  .header-list-footer__social {
    width: 100%;
  }
  .header-list-footer__social .social-item {
    background: #005EFF;
  }
  .header-list-footer__social .social-item:hover {
    background: #141D29;
  }
  .header-list-footer__phone {
    color: #131F2D;
    font-size: 20px;
    line-height: 1.3;
  }
  .header-list-footer__button {
    width: 100%;
  }
  .header-list__dropdown {
    width: 100%;
  }
  .header-list__item {
    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: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 100%;
    min-height: 52px;
    padding: 14px 0;
    font-size: 16px;
    color: #131F2D;
    border-bottom: 1px solid #E5E8EF;
  }
  .header-list__item svg path {
    stroke: currentColor;
  }
  .header-list__item:hover {
    color: #005EFF;
  }
  .header-list__dropdown.is-open > .header-list__item svg {
    -webkit-transform: rotate(180deg);
            transform: rotate(180deg);
  }
  .header-submenu {
    position: static;
    display: none;
    min-width: 0;
    margin: 0 0 8px;
    padding: 2px 0 2px 14px;
    border: 0;
    border-left: 1px solid #E5E8EF;
    border-radius: 0;
    background: transparent;
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
    -webkit-transform: none;
            transform: none;
    -webkit-transition: none;
    transition: none;
  }
  .header-submenu::before {
    display: none;
  }
  .header-submenu--nested {
    -webkit-transform: none;
            transform: none;
  }
  .header-submenu__dropdown {
    width: 100%;
  }
  .header-submenu__item {
    min-height: 40px;
    padding: 8px 0;
    color: #131F2D;
  }
  .header-submenu__item:hover {
    background: transparent;
    color: #005EFF;
  }
  .header-submenu__dropdown.is-open > .header-submenu {
    display: block;
  }
  .header-submenu__dropdown.is-open > .header-submenu__item svg {
    -webkit-transform: rotate(180deg);
            transform: rotate(180deg);
  }
  .header-list__dropdown.is-open > .header-submenu {
    display: block;
  }
}

body.header-menu-open {
  overflow: hidden;
}

.info__title {
  max-width: 690px;
}
.info__descr {
  max-width: 570px;
}
.info-items {
  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: flex-start;
  gap: 20px;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .info-items {
    gap: 12px;
  }
}
.info-item {
  width: 100%;
  background: #FFFFFF;
  -webkit-box-shadow: 0px 0px 10px 0px rgba(238, 239, 244, 0.4);
          box-shadow: 0px 0px 10px 0px rgba(238, 239, 244, 0.4);
  border-radius: 32px;
  padding: 10px;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 40px 2fr;
  grid-template-columns: 1fr 2fr;
  position: relative;
  gap: 40px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (min-width: 1024px) and (max-width: 1279px) {
  .info-item {
    gap: 32px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .info-item {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    gap: 24px;
    border-radius: 24px;
    padding: 8px;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
  }
}
@media screen and (max-width: 767px) {
  .info-item {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    gap: 16px;
    border-radius: 16px;
    padding: 8px;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
  }
}
.info-item__img {
  width: 100%;
  border-radius: 24px;
  overflow: hidden;
  aspect-ratio: 4/3;
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .info-item__img {
    border-radius: 16px;
    aspect-ratio: 16/10;
  }
}
@media screen and (max-width: 767px) {
  .info-item__img {
    border-radius: 12px;
    aspect-ratio: 4/3;
  }
}
.info-item__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.info-item-dots {
  position: absolute;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 8px 1fr;
  grid-template-columns: repeat(2, 1fr);
  gap: 8px;
  top: 30px;
  right: 30px;
  z-index: 1;
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .info-item-dots {
    top: 20px;
    right: 20px;
  }
}
@media screen and (max-width: 767px) {
  .info-item-dots {
    top: 16px;
    right: 16px;
    gap: 6px;
  }
}
.info-item-dots__item {
  width: 10px;
  height: 10px;
  border-radius: 100%;
  background: #D9E7FF;
}
@media screen and (max-width: 767px) {
  .info-item-dots__item {
    width: 8px;
    height: 8px;
  }
}
.info-item-dots__item--active {
  background: #005EFF;
}
.info-item-content {
  min-width: 0;
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .info-item-content {
    padding: 0 8px 8px;
  }
}
@media screen and (max-width: 767px) {
  .info-item-content {
    padding: 0 4px 4px;
  }
}
.info-item-content__descr {
  margin-top: 16px;
}
@media screen and (max-width: 767px) {
  .info-item-content__descr {
    margin-top: 12px;
  }
}
.info-item-content .tags {
  margin-top: 32px;
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .info-item-content .tags {
    margin-top: 24px;
  }
}
@media screen and (max-width: 767px) {
  .info-item-content .tags {
    margin-top: 16px;
  }
}
.info-bottom-button {
  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;
  margin-top: 32px;
}
@media screen and (max-width: 1023px) {
  .info-bottom-button {
    margin-top: 24px;
  }
}
@media screen and (max-width: 767px) {
  .info-bottom-button {
    margin-top: 20px;
  }
}
@media screen and (max-width: 550px) {
  .info-bottom-button button,
  .info-bottom-button a {
    width: 100%;
  }
}

.license-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  gap: 20px;
}
.license-header-content {
  max-width: 65%;
}
.license-items {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 20px 1fr 20px 1fr 20px 1fr 20px 1fr 20px 1fr;
  grid-template-columns: repeat(6, 1fr);
  gap: 20px;
}
@media screen and (max-width: 767px) {
  .license-items {
    -ms-grid-columns: (1fr)[2];
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .license-items {
    -ms-grid-columns: (1fr)[3];
    grid-template-columns: repeat(3, 1fr);
  }
}
@media screen and (min-width: 1024px) and (max-width: 1279px) {
  .license-items {
    -ms-grid-columns: (1fr)[4];
    grid-template-columns: repeat(4, 1fr);
  }
}
.license-item {
  display: block;
  width: 100%;
  border-radius: 16px;
  overflow: hidden;
}
.license-item__link {
  display: block;
  width: 100%;
  aspect-ratio: 3/4;
}
@media screen and (max-width: 767px) {
  .license-item__link {
    aspect-ratio: 4/5;
  }
}
.license-item img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  pointer-events: none;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

.main {
  position: relative;
  overflow: hidden;
  padding: 70px 0;
  background: #F6F7FA;
}
.main-img-1, .main-img-2 {
  position: absolute;
  bottom: -70px;
  max-width: min(600px, 50vw - 230px);
  width: auto;
  height: auto;
  pointer-events: none;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  z-index: 1;
  mix-blend-mode: multiply;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
}
@media screen and (min-width: 1280px) and (max-width: 1439px) {
  .main-img-1, .main-img-2 {
    bottom: 40px;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1279px) {
  .main-img-1, .main-img-2 {
    bottom: 90px;
  }
}
@media screen and (max-width: 1023px) {
  .main-img-1, .main-img-2 {
    display: none;
  }
}
.main-img-1 {
  left: -100px;
}
.main-img-2 {
  right: -100px;
}
.main-block {
  position: relative;
  z-index: 2;
}
.main-robots {
  display: none;
}
@media screen and (max-width: 1023px) {
  .main-robots {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    gap: 16px;
    margin-top: 36px;
    background: #F6F7FA;
  }
}
@media screen and (max-width: 767px) {
  .main-robots {
    margin-top: 28px;
    gap: 12px;
  }
}
.main-robots__img {
  width: 44%;
  max-width: 320px;
  height: auto;
  mix-blend-mode: multiply;
  pointer-events: none;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
}
@media screen and (max-width: 767px) {
  .main-robots__img {
    max-width: 190px;
  }
}
.main__gradient {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 360px;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(246, 247, 250, 0)), color-stop(90%, #f6f7fa), to(#F6F7FA));
  background: linear-gradient(180deg, rgba(246, 247, 250, 0) 0%, #f6f7fa 90%, #F6F7FA 100%);
  pointer-events: none;
  z-index: 2;
}
@media screen and (max-width: 1023px) {
  .main__gradient {
    display: none;
  }
}
.main .container {
  position: relative;
  z-index: 3;
}
.main-content {
  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;
}
.main-content__title {
  max-width: 810px;
  font-weight: 300;
  margin-top: 8px;
}
.main-content__title span {
  color: currentColor;
  font-weight: 900;
}
.main-content__descr {
  max-width: 640px;
  margin-top: 24px;
}
.main-content-buttons {
  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: 20px;
  margin-top: 40px;
}
@media screen and (max-width: 767px) {
  .main-content-buttons__button {
    width: 100%;
  }
}
.main-feature {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: minmax(0, 1fr) 20px minmax(0, 1fr) 20px minmax(0, 1fr) 20px minmax(0, 1fr);
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 20px;
  margin-top: 50px;
}
.main-feature-item {
  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: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 16px;
  border-radius: 24px;
  background: #FFFFFF;
  padding: 24px;
  -webkit-box-shadow: 0px 0px 10px 0px rgba(238, 239, 244, 0.4);
          box-shadow: 0px 0px 10px 0px rgba(238, 239, 244, 0.4);
}
.main-feature-item__icon {
  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;
  width: 60px;
  height: 60px;
  background: #EFF4FF;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  border-radius: 100%;
}
.main-feature-item-text {
  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: flex-start;
  gap: 8px;
}
.main-feature-item-text__title {
  line-height: 120%;
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .main {
    padding: 50px 0 40px;
  }
  .main-content__descr {
    margin-top: 20px;
  }
  .main-content-buttons {
    margin-top: 32px;
    gap: 16px;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .main-feature {
    -ms-grid-columns: minmax(0, 1fr) 16px minmax(0, 1fr);
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 16px;
    margin-top: 36px;
  }
  .main-feature-item {
    padding: 20px;
    border-radius: 20px;
    gap: 14px;
  }
}
@media screen and (max-width: 767px) {
  .main {
    padding: 32px 0 24px;
  }
  .main-content__title {
    max-width: 100%;
  }
  .main-content__descr {
    max-width: 100%;
    margin-top: 16px;
  }
  .main-content-buttons {
    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: flex-start;
    width: 100%;
    margin-top: 24px;
    gap: 12px;
  }
  .main-feature {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    gap: 12px;
    margin-top: 24px;
  }
  .main-feature-item {
    padding: 20px 16px;
    border-radius: 16px;
    gap: 12px;
  }
  .main-feature-item__icon {
    width: 52px;
    height: 52px;
  }
  .main-feature-item__icon svg {
    -webkit-transform: scale(0.9);
            transform: scale(0.9);
  }
}

.policy {
  overflow: hidden;
}
.policy-body {
  color: #131F2D;
  font-size: 16px;
  line-height: 150%;
}
@media screen and (max-width: 767px) {
  .policy-body {
    font-size: 14px;
  }
}
.policy-body > *:first-child {
  margin-top: 0;
}
.policy-body > *:last-child {
  margin-bottom: 0;
}
.policy-body h1,
.policy-body h2,
.policy-body h3,
.policy-body h4,
.policy-body h5,
.policy-body h6 {
  color: #131F2D;
  font-weight: 600;
  line-height: 130%;
  margin: 32px 0 16px;
}
@media screen and (max-width: 767px) {
  .policy-body h1,
  .policy-body h2,
  .policy-body h3,
  .policy-body h4,
  .policy-body h5,
  .policy-body h6 {
    margin: 24px 0 12px;
  }
}
.policy-body h1 {
  font-size: 32px;
}
@media screen and (max-width: 767px) {
  .policy-body h1 {
    font-size: 22px;
  }
}
.policy-body h2 {
  font-size: 26px;
}
@media screen and (max-width: 767px) {
  .policy-body h2 {
    font-size: 20px;
  }
}
.policy-body h3 {
  font-size: 22px;
}
@media screen and (max-width: 767px) {
  .policy-body h3 {
    font-size: 18px;
  }
}
.policy-body h4 {
  font-size: 20px;
}
@media screen and (max-width: 767px) {
  .policy-body h4 {
    font-size: 16px;
  }
}
.policy-body h5 {
  font-size: 18px;
}
@media screen and (max-width: 767px) {
  .policy-body h5 {
    font-size: 15px;
  }
}
.policy-body h6 {
  font-size: 16px;
}
@media screen and (max-width: 767px) {
  .policy-body h6 {
    font-size: 14px;
  }
}
.policy-body p {
  margin: 0 0 16px;
  color: rgba(19, 31, 45, 0.75);
}
@media screen and (max-width: 767px) {
  .policy-body p {
    margin-bottom: 12px;
  }
}
.policy-body a {
  color: #005EFF;
  text-decoration: underline;
  -webkit-transition: color 0.2s;
  transition: color 0.2s;
}
.policy-body a:hover {
  color: rgb(51, 126.2, 255);
}
.policy-body strong,
.policy-body b {
  font-weight: 600;
  color: #131F2D;
}
.policy-body em,
.policy-body i {
  font-style: italic;
}
.policy-body ul,
.policy-body ol {
  margin: 0 0 16px;
  padding-left: 24px;
  color: rgba(19, 31, 45, 0.75);
}
@media screen and (max-width: 767px) {
  .policy-body ul,
  .policy-body ol {
    margin-bottom: 12px;
    padding-left: 20px;
  }
}
.policy-body ul li,
.policy-body ol li {
  margin-bottom: 8px;
}
.policy-body ul li:last-child,
.policy-body ol li:last-child {
  margin-bottom: 0;
}
.policy-body ul {
  list-style-type: disc;
}
.policy-body ol {
  list-style-type: decimal;
}
.policy-body blockquote {
  margin: 24px 0;
  padding: 20px 24px;
  border-left: 3px solid #005EFF;
  background: rgba(0, 94, 255, 0.06);
  border-radius: 0 12px 12px 0;
  color: rgba(19, 31, 45, 0.85);
}
@media screen and (max-width: 767px) {
  .policy-body blockquote {
    margin: 20px 0;
    padding: 16px;
  }
}
.policy-body blockquote p {
  margin: 0;
}
.policy-body img {
  max-width: 100%;
  height: auto;
  border-radius: 12px;
  margin: 16px 0;
}
.policy-body table {
  width: 100%;
  margin: 24px 0;
  border-collapse: collapse;
}
.policy-body table th,
.policy-body table td {
  padding: 12px 16px;
  border: 1px solid #E5E8EF;
  text-align: left;
  font-size: 15px;
}
@media screen and (max-width: 767px) {
  .policy-body table th,
  .policy-body table td {
    font-size: 13px;
    padding: 10px 12px;
  }
}
.policy-body table th {
  background: rgba(0, 94, 255, 0.08);
  font-weight: 600;
  color: #131F2D;
}
.policy-body table td {
  color: rgba(19, 31, 45, 0.75);
}

.product-card.section {
  padding-top: 48px;
}
@media screen and (max-width: 767px) {
  .product-card.section {
    padding-top: 32px;
  }
}
.product-card-block {
  display: -ms-grid;
  display: grid;
  gap: 32px;
}
@media screen and (min-width: 1024px) {
  .product-card-block {
    -ms-grid-columns: minmax(0, 1fr) 20px minmax(0, 1fr) 20px minmax(0, 1fr) 20px minmax(0, 1fr) 20px minmax(0, 1fr) 20px minmax(0, 1fr) 20px minmax(0, 1fr) 20px minmax(0, 1fr) 20px minmax(0, 1fr) 20px minmax(0, 1fr) 20px minmax(0, 1fr) 20px minmax(0, 1fr);
    grid-template-columns: repeat(12, minmax(0, 1fr));
    -webkit-column-gap: 20px;
       -moz-column-gap: 20px;
            column-gap: 20px;
    row-gap: 0;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: start;
  }
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .product-card-block {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    gap: 28px;
  }
}
@media screen and (max-width: 767px) {
  .product-card-block {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    gap: 24px;
  }
}
.product-card-gallery {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 104px 12px minmax(0, 1fr);
  grid-template-columns: 104px minmax(0, 1fr);
  gap: 12px;
  min-width: 0;
}
@media screen and (min-width: 1024px) {
  .product-card-gallery {
    -ms-grid-column: 1;
    -ms-grid-column-span: 6;
    grid-column: 1/span 6;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
    -ms-grid-column-align: start;
        justify-self: start;
    width: 100%;
  }
}
@media screen and (min-width: 1280px) {
  .product-card-gallery {
    -ms-grid-columns: 112px minmax(0, 1fr);
    grid-template-columns: 112px minmax(0, 1fr);
  }
}
@media screen and (max-width: 767px) {
  .product-card-gallery {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    gap: 12px;
  }
}
.product-card-thumbs {
  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: flex-start;
  gap: 10px;
}
@media screen and (max-width: 767px) {
  .product-card-thumbs {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: minmax(0, 1fr) 8px minmax(0, 1fr) 8px minmax(0, 1fr) 8px minmax(0, 1fr) 8px minmax(0, 1fr);
    grid-template-columns: repeat(5, minmax(0, 1fr));
    gap: 8px;
    width: 100%;
  }
}
.product-card-thumbs__item {
  position: relative;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 104px;
  height: 104px;
  padding: 0;
  border: 2px solid transparent;
  border-radius: 12px;
  overflow: hidden;
  background: #FFFFFF;
  cursor: pointer;
  -webkit-transition: border-color 0.2s ease, -webkit-box-shadow 0.2s ease;
  transition: border-color 0.2s ease, -webkit-box-shadow 0.2s ease;
  transition: border-color 0.2s ease, box-shadow 0.2s ease;
  transition: border-color 0.2s ease, box-shadow 0.2s ease, -webkit-box-shadow 0.2s ease;
}
@media screen and (max-width: 767px) {
  .product-card-thumbs__item {
    width: 100%;
    height: auto;
    aspect-ratio: 1/1;
  }
}
.product-card-thumbs__item.is-active {
  border-color: #005EFF;
  -webkit-box-shadow: 0 0 0 1px rgba(0, 94, 255, 0.15);
          box-shadow: 0 0 0 1px rgba(0, 94, 255, 0.15);
}
.product-card-thumbs__item img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.product-card-thumbs__item--more .product-card-thumbs__more {
  position: absolute;
  inset: 0;
  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;
  background: rgba(19, 31, 45, 0.55);
  color: #FFFFFF;
  font-size: 18px;
  font-weight: 700;
  line-height: 1;
}
.product-card-main {
  position: relative;
  min-width: 0;
  min-height: 100%;
  border-radius: 24px;
  background: #FFFFFF;
  -webkit-box-shadow: 0 0 10px rgba(238, 239, 244, 0.4);
          box-shadow: 0 0 10px rgba(238, 239, 244, 0.4);
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .product-card-main {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    border-radius: 16px;
  }
}
.product-card-main__link {
  display: block;
  width: 100%;
  height: 100%;
  cursor: -webkit-zoom-in;
  cursor: zoom-in;
}
.product-card-main__img {
  display: block;
  width: 100%;
  aspect-ratio: 1/1;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
  background: #FFFFFF;
}
.product-card-main__nav {
  position: absolute;
  top: 50%;
  z-index: 2;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 50px;
  height: 50px;
  border: 2px solid #005EFF;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.92);
  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;
  cursor: pointer;
  -webkit-transition: background 0.2s ease, border-color 0.2s ease, -webkit-transform 0.1s ease;
  transition: background 0.2s ease, border-color 0.2s ease, -webkit-transform 0.1s ease;
  transition: background 0.2s ease, border-color 0.2s ease, transform 0.1s ease;
  transition: background 0.2s ease, border-color 0.2s ease, transform 0.1s ease, -webkit-transform 0.1s ease;
}
@media screen and (max-width: 767px) {
  .product-card-main__nav {
    width: 40px;
    height: 40px;
  }
  .product-card-main__nav svg {
    width: 15px;
  }
}
.product-card-main__nav:hover {
  background: #005EFF;
}
.product-card-main__nav:hover svg path {
  stroke: #FFFFFF;
}
.product-card-main__nav:active {
  -webkit-transform: translateY(-50%) scale(0.96);
          transform: translateY(-50%) scale(0.96);
}
.product-card-main__nav:disabled {
  opacity: 0.45;
  pointer-events: none;
}
.product-card-main__nav--prev {
  left: 16px;
}
@media screen and (max-width: 767px) {
  .product-card-main__nav--prev {
    left: 10px;
  }
}
.product-card-main__nav--next {
  right: 16px;
}
@media screen and (max-width: 767px) {
  .product-card-main__nav--next {
    right: 10px;
  }
}
.product-card-slider {
  width: 100%;
}
.product-card-info {
  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: flex-start;
  min-width: 0;
}
@media screen and (min-width: 1024px) {
  .product-card-info {
    -ms-grid-column: 7;
    -ms-grid-column-span: 6;
    grid-column: 7/span 6;
    padding-top: 4px;
  }
}
.product-card__title {
  margin: 0;
  line-height: 1.1;
}
.product-card__descr {
  margin: 16px 0 0;
  line-height: 150%;
}
.product-card-perks {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: minmax(0, 1fr) 12px minmax(0, 1fr) 12px minmax(0, 1fr);
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
  width: 100%;
  margin-top: 24px;
}
@media screen and (max-width: 767px) {
  .product-card-perks {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    gap: 10px;
    max-width: none;
  }
}
.product-card-perk {
  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: flex-start;
  min-height: 118px;
  padding: 14px 14px 16px;
  border-radius: 16px;
  background: #FFFFFF;
  -webkit-box-shadow: 0 0 10px rgba(238, 239, 244, 0.4);
          box-shadow: 0 0 10px rgba(238, 239, 244, 0.4);
}
@media screen and (max-width: 767px) {
  .product-card-perk {
    min-height: 0;
    padding: 14px;
  }
}
.product-card-perk__dots {
  align-self: flex-end;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 8px 6px 8px;
  grid-template-columns: repeat(2, 8px);
  gap: 6px;
}
.product-card-perk__dots-item {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #d9e7ff;
}
.product-card-perk__dots-item--active {
  background: #005EFF;
}
.product-card-perk__title {
  margin: 18px 0 0;
  line-height: 130%;
}
.product-card-perk__descr {
  margin: 8px 0 0;
  line-height: 140%;
}
.product-card__price {
  margin: 28px 0 0;
  line-height: 1;
}
.product-card-buttons {
  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: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 12px;
  width: 100%;
  margin-top: 24px;
}
@media screen and (max-width: 550px) {
  .product-card-buttons__button {
    width: 100%;
  }
}
.product-card-details {
  margin-top: 40px;
}
@media screen and (max-width: 767px) {
  .product-card-details {
    margin-top: 28px;
  }
}
.product-card-acc {
  gap: 10px;
}
.product-card-acc .question__question {
  font-size: 20px;
}
@media screen and (max-width: 767px) {
  .product-card-acc .question__question {
    font-size: 17px;
  }
}
.product-card-acc__content {
  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: flex-start;
  gap: 14px;
  color: #65707E;
  line-height: 160%;
}
.product-card-acc__content p {
  margin: 0;
}
.product-card-acc__list {
  margin: 0;
  padding-left: 18px;
  list-style: disc;
}
.product-card-acc__list li + li {
  margin-top: 8px;
}
.product-card-acc__list--docs {
  list-style: none;
  padding-left: 0;
}
.product-card-acc__list--docs li + li {
  margin-top: 10px;
}
.product-card-specs {
  margin: 0;
  width: 100%;
}
.product-card-specs__row {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: minmax(0, 1.2fr) 20px minmax(0, 1fr);
  grid-template-columns: minmax(0, 1.2fr) minmax(0, 1fr);
  gap: 12px 20px;
  padding: 12px 0;
  border-bottom: 1px solid #E5E8EF;
}
.product-card-specs__row:first-child {
  padding-top: 0;
}
.product-card-specs__row:last-child {
  border-bottom: none;
  padding-bottom: 0;
}
@media screen and (max-width: 550px) {
  .product-card-specs__row {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    gap: 4px;
  }
}
.product-card-specs__row dt {
  margin: 0;
  color: #65707E;
  font-weight: 400;
}
.product-card-specs__row dd {
  margin: 0;
  color: #131F2D;
  font-weight: 600;
  text-align: right;
}
@media screen and (max-width: 550px) {
  .product-card-specs__row dd {
    text-align: left;
  }
}

.product-banner {
  background: #F6F7FA;
}
.product-banner.section {
  padding: 64px 0 90px;
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .product-banner.section {
    padding: 48px 0 72px;
  }
}
@media screen and (max-width: 767px) {
  .product-banner.section {
    padding: 32px 0 56px;
  }
}
.product-banner + .section.product {
  padding-top: 0;
}
.product-banner + .section.product .container.section-stroke::after {
  display: none;
}
.product-banner-block {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: minmax(0, 1.5fr) 48px minmax(0, 1fr);
  grid-template-columns: minmax(0, 1.5fr) minmax(0, 1fr);
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 32px 48px;
}
@media screen and (min-width: 768px) and (max-width: 1279px) {
  .product-banner-block {
    gap: 28px 32px;
  }
}
@media screen and (max-width: 767px) {
  .product-banner-block {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    gap: 24px;
  }
}
.product-banner-content {
  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: flex-start;
  gap: 0;
  min-width: 0;
}
.product-banner__title {
  margin: 0;
}
.product-banner__descr {
  margin: 20px 0 0;
  line-height: 150%;
}
@media screen and (max-width: 767px) {
  .product-banner__descr {
    margin-top: 16px;
  }
}
.product-banner__button {
  margin-top: 32px;
  -ms-flex-item-align: start;
      align-self: flex-start;
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .product-banner__button {
    margin-top: 28px;
  }
}
@media screen and (max-width: 767px) {
  .product-banner__button {
    margin-top: 24px;
    width: 100%;
  }
}
.product-banner-media {
  position: relative;
  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;
  min-width: 0;
}
@media screen and (min-width: 768px) {
  .product-banner-media {
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
}
.product-banner-media::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 18%;
  background: -webkit-gradient(linear, left bottom, left top, from(#F6F7FA), to(rgba(246, 247, 250, 0)));
  background: linear-gradient(0deg, #F6F7FA 0%, rgba(246, 247, 250, 0) 100%);
  pointer-events: none;
  z-index: 1;
}
.product-banner__img {
  display: block;
  width: 100%;
  max-width: 606px;
  height: auto;
  mix-blend-mode: darken;
  -o-object-fit: contain;
     object-fit: contain;
  -webkit-mask-image: -webkit-gradient(linear, left top, left bottom, from(#000), color-stop(85%, #000), to(transparent));
  -webkit-mask-image: linear-gradient(180deg, #000 0%, #000 85%, transparent 100%);
  mask-image: -webkit-gradient(linear, left top, left bottom, from(#000), color-stop(85%, #000), to(transparent));
  mask-image: linear-gradient(180deg, #000 0%, #000 85%, transparent 100%);
}
@media screen and (max-width: 767px) {
  .product-banner__img {
    max-width: 100%;
    margin: 0 auto;
  }
}

.product-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  gap: 20px;
}
.product-tabs {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: minmax(0, 1fr) 12px minmax(0, 1fr) 12px minmax(0, 1fr) 12px minmax(0, 1fr);
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 12px;
  margin-bottom: 24px;
}
@media screen and (min-width: 768px) and (max-width: 1279px) {
  .product-tabs {
    -ms-grid-columns: minmax(0, 1fr) 10px minmax(0, 1fr);
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px;
  }
}
@media screen and (max-width: 767px) {
  .product-tabs {
    display: block;
    margin-bottom: 16px;
  }
}
.product-tabs__list {
  display: contents;
}
@media screen and (max-width: 767px) {
  .product-tabs__list {
    display: none;
  }
}
.product-tabs__dropdown {
  display: none;
  position: relative;
}
@media screen and (max-width: 767px) {
  .product-tabs__dropdown {
    display: block;
  }
}
.product-tabs__dropdown.is-open .product-tabs__dropdown-menu {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}
.product-tabs__dropdown.is-open .product-tabs__dropdown-icon {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
.product-tabs__dropdown-toggle {
  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: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 12px;
  width: 100%;
  min-height: 48px;
  padding: 10px 14px;
  border: 1.5px solid #005EFF;
  border-radius: 12px;
  background: #FFFFFF;
  color: #131F2D;
  font-family: "Manrope", sans-serif;
  cursor: pointer;
  -webkit-transition: background-color 0.2s ease;
  transition: background-color 0.2s ease;
}
.product-tabs__dropdown-toggle:hover {
  background: #EFF4FF;
}
.product-tabs__dropdown-toggle .product-tabs__dots-item {
  background: #005EFF;
}
.product-tabs__dropdown-main {
  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: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
  min-width: 0;
  text-align: left;
}
.product-tabs__dropdown-icon {
  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;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  color: #005EFF;
  -webkit-transition: -webkit-transform 0.2s ease;
  transition: -webkit-transform 0.2s ease;
  transition: transform 0.2s ease;
  transition: transform 0.2s ease, -webkit-transform 0.2s ease;
}
.product-tabs__dropdown-menu {
  position: absolute;
  top: calc(100% + 8px);
  left: 0;
  right: 0;
  z-index: 20;
  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: flex-start;
  gap: 4px;
  padding: 8px;
  border-radius: 12px;
  background: #FFFFFF;
  border: 1.5px solid #E5E8EF;
  -webkit-box-shadow: 0 12px 32px rgba(19, 31, 45, 0.12);
          box-shadow: 0 12px 32px rgba(19, 31, 45, 0.12);
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  -webkit-transform: translateY(-6px);
          transform: translateY(-6px);
  -webkit-transition: opacity 0.2s ease, visibility 0.2s ease, -webkit-transform 0.2s ease;
  transition: opacity 0.2s ease, visibility 0.2s ease, -webkit-transform 0.2s ease;
  transition: opacity 0.2s ease, transform 0.2s ease, visibility 0.2s ease;
  transition: opacity 0.2s ease, transform 0.2s ease, visibility 0.2s ease, -webkit-transform 0.2s ease;
}
.product-tabs__dropdown-link {
  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: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
  width: 100%;
  padding: 10px 12px;
  border-radius: 8px;
  color: #131F2D;
  text-decoration: none;
  -webkit-transition: background-color 0.2s ease;
  transition: background-color 0.2s ease;
}
.product-tabs__dropdown-link.is-active {
  background: #EFF4FF;
  pointer-events: none;
}
.product-tabs__dropdown-link:hover:not(.is-active) {
  background: #EFF4FF;
}
.product-tabs__item {
  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: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 12px;
  min-height: 52px;
  padding: 12px 16px;
  border-radius: 12px;
  border: 1.5px solid #005EFF;
  background: #FFFFFF;
  color: #131F2D;
  text-decoration: none;
  -webkit-transition: background-color 0.2s ease, color 0.2s ease, border-color 0.2s ease;
  transition: background-color 0.2s ease, color 0.2s ease, border-color 0.2s ease;
}
.product-tabs__item:hover:not(.is-active) {
  background: #EFF4FF;
}
.product-tabs__item.is-active {
  background: #005EFF;
  border-color: #005EFF;
  color: #FFFFFF;
  pointer-events: none;
}
.product-tabs__item.is-active .product-tabs__dots-item {
  background: #FFFFFF;
  opacity: 1;
}
.product-tabs__dots {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 6px 4px 6px;
  grid-template-columns: repeat(2, 6px);
  gap: 4px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.product-tabs__dots-item {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #005EFF;
}
.product-tabs__text {
  font-size: 16px;
  font-weight: 600;
  line-height: 130%;
}
@media screen and (min-width: 768px) and (max-width: 1279px) {
  .product-tabs__text {
    font-size: 15px;
  }
}
@media screen and (max-width: 767px) {
  .product-tabs__text {
    font-size: 14px;
    line-height: 125%;
  }
}
.product-search {
  margin-bottom: 24px;
}
@media screen and (max-width: 767px) {
  .product-search {
    margin-bottom: 20px;
  }
}
.product-search__field {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
  width: 100%;
  min-height: 58px;
  padding: 4px;
  border-radius: 16px;
  background: #FFFFFF;
  border: 1.5px solid #E5E8EF;
}
@media screen and (max-width: 767px) {
  .product-search__field {
    min-height: 50px;
    padding: 3px;
    border-radius: 12px;
    gap: 6px;
  }
}
.product-search__input-wrap {
  position: relative;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  min-width: 0;
}
.product-search__icon {
  position: absolute;
  top: 50%;
  left: 16px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  color: #65707E;
  pointer-events: none;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .product-search__icon {
    left: 12px;
  }
  .product-search__icon svg {
    width: 16px;
    height: 16px;
  }
}
.product-search__control {
  width: 100%;
  min-width: 0;
  height: 48px;
  padding: 0 40px 0 44px;
  border: none;
  border-radius: 12px;
  background: transparent;
  color: #131F2D;
  font-family: "Manrope", sans-serif;
  font-size: 16px;
  font-weight: 500;
  outline: none;
}
@media screen and (max-width: 767px) {
  .product-search__control {
    height: 42px;
    padding: 0 36px 0 36px;
    font-size: 14px;
    border-radius: 10px;
  }
}
.product-search__control::-webkit-input-placeholder {
  color: #65707E;
}
.product-search__control::-moz-placeholder {
  color: #65707E;
}
.product-search__control:-ms-input-placeholder {
  color: #65707E;
}
.product-search__control::-ms-input-placeholder {
  color: #65707E;
}
.product-search__control::placeholder {
  color: #65707E;
}
.product-search__control::-webkit-search-cancel-button, .product-search__control::-webkit-search-decoration {
  -webkit-appearance: none;
  appearance: none;
  display: none;
}
.product-search__control::-ms-clear {
  display: none;
  width: 0;
  height: 0;
}
.product-search__control:hover, .product-search__control:focus {
  background: transparent;
  border-color: transparent;
}
.product-search__clear {
  position: absolute;
  top: 50%;
  right: 8px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  display: none;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 24px;
  height: 24px;
  padding: 0;
  border: none;
  background: transparent;
  color: #65707E;
  cursor: pointer;
  z-index: 1;
}
.input-search.is-filled .product-search__clear {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.product-search__submit {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  white-space: nowrap;
  border-radius: 12px;
}
@media screen and (max-width: 767px) {
  .product-search__submit {
    border-radius: 10px;
  }
}
.product-toolbar {
  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;
  gap: 16px 24px;
  margin-bottom: 40px;
}
@media screen and (max-width: 767px) {
  .product-toolbar {
    -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-bottom: 30px;
  }
}
.product-toolbar__sort {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 16px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.product-toolbar__label {
  margin: 0;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.product-toolbar__sort-btn {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
  padding: 0;
  border: none;
  background: transparent;
  color: #65707E;
  font-family: "Manrope", sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 140%;
  cursor: pointer;
  -webkit-transition: color 0.2s ease;
  transition: color 0.2s ease;
}
@media screen and (max-width: 767px) {
  .product-toolbar__sort-btn {
    font-size: 14px;
  }
}
.product-toolbar__sort-btn.is-active {
  color: #131F2D;
}
.product-toolbar__sort-btn:hover {
  color: #005EFF;
}
.product-toolbar__sort-arrows {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 1px;
  color: #005EFF;
  line-height: 0;
}
.product-toolbar__count {
  margin: 0 0 0 auto;
  white-space: nowrap;
}
@media screen and (max-width: 767px) {
  .product-toolbar__count {
    margin-left: 0;
  }
}
.product-toolbar__count span {
  color: #131F2D;
  font-weight: 600;
}
.product-items {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: minmax(0, 1fr) 20px minmax(0, 1fr) 20px minmax(0, 1fr) 20px minmax(0, 1fr);
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 50px 20px;
}
@media screen and (min-width: 768px) and (max-width: 1279px) {
  .product-items {
    -ms-grid-columns: minmax(0, 1fr) 16px minmax(0, 1fr) 16px minmax(0, 1fr);
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 40px 16px;
  }
}
@media screen and (min-width: 550px) and (max-width: 767px) {
  .product-items {
    -ms-grid-columns: minmax(0, 1fr) 12px minmax(0, 1fr);
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 32px 12px;
  }
}
@media screen and (max-width: 549px) {
  .product-items {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    gap: 24px;
  }
}
.product-item {
  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: flex-start;
  gap: 16px;
  min-width: 0;
  text-decoration: none;
  color: inherit;
  cursor: pointer;
}
.product-item-img {
  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;
  position: relative;
  width: 100%;
  aspect-ratio: 1/1;
  padding: 20px;
  border-radius: 16px;
  background: #FFFFFF;
  overflow: hidden;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  pointer-events: none;
}
@media screen and (max-width: 767px) {
  .product-item-img {
    padding: 16px;
    border-radius: 12px;
  }
}
.product-item-img img {
  position: absolute;
  inset: 20px;
  display: block;
  width: calc(100% - 40px);
  height: calc(100% - 40px);
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
  -webkit-transition: opacity 0.25s ease;
  transition: opacity 0.25s ease;
  pointer-events: none;
}
@media screen and (max-width: 767px) {
  .product-item-img img {
    inset: 16px;
    width: calc(100% - 32px);
    height: calc(100% - 32px);
  }
}
.product-item-img__main {
  opacity: 1;
}
.product-item-img__hover {
  opacity: 0;
}
.product-item-body {
  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: flex-start;
  gap: 16px;
  width: 100%;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.product-item-content {
  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: flex-start;
  gap: 12px;
  width: 100%;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.product-item-content__title {
  margin: 0;
  line-height: 140%;
}
.product-item-content-price {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 8px 10px;
}
.product-item-content-price__current {
  margin: 0;
  line-height: 140%;
}
.product-item-content-price__old {
  margin: 0;
  text-decoration: line-through;
  line-height: 140%;
}
.product-item-buttons {
  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: flex-start;
  gap: 12px;
  width: 100%;
  margin-top: auto;
}
.product-item-buttons__button {
  width: 100%;
  height: 48px;
  padding: 0 20px;
  border-width: 1.5px;
  border-color: #005EFF;
  border-radius: 12px;
  background: #EFF4FF;
  color: #005EFF;
  font-size: 16px;
  pointer-events: none;
}
@media screen and (max-width: 767px) {
  .product-item-buttons__button {
    height: 44px;
    font-size: 15px;
  }
}
.product-item-buttons__buy {
  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: 8px;
  width: 100%;
  padding: 0;
  border: none;
  background: transparent;
  color: #005EFF;
  font-family: "Manrope", sans-serif;
  font-size: 14px;
  font-weight: 500;
  line-height: 140%;
  cursor: pointer;
  -webkit-transition: opacity 0.2s ease;
  transition: opacity 0.2s ease;
  position: relative;
  z-index: 1;
  pointer-events: auto;
}
.product-item-buttons__buy span {
  display: block;
}
.product-item-buttons__buy:hover {
  opacity: 0.8;
}
.product-item:hover .product-item-buttons__button {
  background: #005EFF;
  color: #FFFFFF;
}
.product-item:hover .product-item-img__main {
  opacity: 0;
}
.product-item:hover .product-item-img__hover {
  opacity: 1;
}
.product__search-status {
  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: 16px;
  padding: 60px 30px;
  margin-bottom: 30px;
  border-radius: 24px;
  background: #FFFFFF;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .product__search-status {
    padding: 40px 20px;
    border-radius: 16px;
  }
}
.product__search-status[hidden] {
  display: none;
}
.product__search-status__icon {
  color: #65707E;
  line-height: 0;
}
.product__search-status__text {
  max-width: 480px;
}
.product__search-status__query {
  font-weight: 500;
  color: #131F2D;
}
.product__search-status__button {
  margin-top: 4px;
}
.product-actions {
  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: 20px;
  margin-top: 40px;
}
@media screen and (max-width: 767px) {
  .product-actions {
    margin-top: 30px;
  }
}
.product-actions__pagination {
  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;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media screen and (max-width: 550px) {
  .product-actions__button {
    width: 100%;
  }
}

.question {
  overflow: visible;
}
.question-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
@media screen and (min-width: 1024px) {
  .question-block .question-content {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 calc(50% - 10px);
            flex: 0 0 calc(50% - 10px);
    max-width: calc(50% - 10px);
  }
  .question-block .question__list {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 calc(50% - 10px);
            flex: 0 0 calc(50% - 10px);
    max-width: calc(50% - 10px);
  }
}
@media screen and (max-width: 1023px) {
  .question-block {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 25px;
  }
}
.question-content {
  position: sticky;
  top: 30px;
  width: 100%;
}
@media screen and (max-width: 1023px) {
  .question-content {
    position: static;
  }
}
@media screen and (max-width: 767px) {
  .question__button {
    width: 100%;
  }
}
.question__list {
  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: flex-start;
  gap: 12px;
  width: 100%;
}
.question__item {
  background: #FFFFFF;
  border-radius: 16px;
  -webkit-box-shadow: 0 0 10px rgba(238, 239, 244, 0.4);
          box-shadow: 0 0 10px rgba(238, 239, 244, 0.4);
  overflow: hidden;
  width: 100%;
}
.question__input {
  position: absolute;
  opacity: 0;
  pointer-events: none;
}
.question__header {
  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: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 16px;
  padding: 20px 24px;
  cursor: pointer;
}
@media screen and (max-width: 767px) {
  .question__header {
    padding: 16px 18px;
    gap: 12px;
  }
}
.question__question {
  color: #131F2D;
  font-size: 18px;
  font-weight: 600;
  line-height: 140%;
}
@media screen and (max-width: 767px) {
  .question__question {
    font-size: 16px;
  }
}
.question__icon {
  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;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 24px;
  height: 24px;
  -webkit-transition: -webkit-transform 0.2s ease;
  transition: -webkit-transform 0.2s ease;
  transition: transform 0.2s ease;
  transition: transform 0.2s ease, -webkit-transform 0.2s ease;
}
.question__icon svg {
  display: block;
}
.question__input:checked + .question__header .question__icon {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
.question__body {
  display: -ms-grid;
  display: grid;
  -ms-grid-rows: 0fr;
  grid-template-rows: 0fr;
  -webkit-transition: grid-template-rows 0.25s ease;
  transition: grid-template-rows 0.25s ease;
  transition: grid-template-rows 0.25s ease, -ms-grid-rows 0.25s ease;
}
.question__input:checked ~ .question__body {
  -ms-grid-rows: 1fr;
  grid-template-rows: 1fr;
}
.question__content {
  overflow: hidden;
  padding: 0 24px;
  color: #65707E;
  line-height: 150%;
}
@media screen and (max-width: 767px) {
  .question__content {
    padding: 0 18px;
  }
}
.question__input:checked ~ .question__body .question__content {
  padding-bottom: 20px;
}
@media screen and (max-width: 767px) {
  .question__input:checked ~ .question__body .question__content {
    padding-bottom: 16px;
  }
}
.question-bottom-button {
  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;
  margin-top: 32px;
}
@media screen and (max-width: 767px) {
  .question-bottom-button {
    margin-top: 24px;
  }
}
@media screen and (max-width: 550px) {
  .question-bottom-button button,
  .question-bottom-button a {
    width: 100%;
  }
}

.service-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  gap: 20px;
}
.service-header-content {
  max-width: 65%;
}
@media screen and (max-width: 1023px) {
  .service-header-content {
    max-width: 100%;
  }
}
.service-slider {
  overflow: visible;
}
.service-item {
  background: #FFFFFF;
  border-radius: 24px;
  -webkit-box-shadow: 0px 0px 10px 0px rgba(238, 239, 244, 0.4);
          box-shadow: 0px 0px 10px 0px rgba(238, 239, 244, 0.4);
  padding: 30px;
  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: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 110px;
  position: relative;
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .service-item {
    padding: 20px;
    border-radius: 16px;
    gap: 60px;
  }
}
.service-item-wrapper {
  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;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 0%;
  height: 0%;
  background: #005EFF;
  opacity: 0;
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
.service-item-wrapper__button {
  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;
  height: 220px;
  width: 220px;
  border: 1.5px solid rgba(255, 255, 255, 0.4);
  color: #FFFFFF;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  border-radius: 100%;
  gap: 8px;
  font-size: 18px;
  font-weight: 600;
  line-height: 140%;
}
@media screen and (max-width: 767px) {
  .service-item-wrapper__button {
    font-size: 16px;
  }
}
@media screen and (min-width: 1024px) {
  .service-item-wrapper__button:hover {
    background: #FFFFFF;
    color: #005EFF;
  }
  .service-item-wrapper__button:hover svg path {
    stroke: #005EFF;
  }
}
@media screen and (min-width: 1024px) {
  .service-item:hover {
    border-radius: 100px;
  }
  .service-item:hover .service-item-wrapper {
    width: 100%;
    height: 100%;
    opacity: 1;
  }
}
.service-item-text {
  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: flex-start;
  gap: 16px;
}
@media screen and (max-width: 767px) {
  .service-item-text {
    gap: 8px;
  }
}
.service-item-bottom {
  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;
}
.service-item-dots {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 8px 1fr;
  grid-template-columns: repeat(2, 1fr);
  gap: 8px;
}
.service-item-dots__item {
  width: 10px;
  height: 10px;
  border-radius: 100%;
  background: #D9E7FF;
}
.service-item-dots__item--active {
  background: #005EFF;
}

.step .pretitle {
  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;
}
.step__title {
  max-width: 900px;
}
.step-items {
  position: relative;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 20px 1fr 20px 1fr 20px 1fr 20px 1fr;
  grid-template-columns: repeat(5, 1fr);
  gap: 20px;
}
.step-items::before {
  content: "";
  position: absolute;
  top: 6px;
  left: 0;
  right: 0;
  height: 1px;
  background: #E5E8EF;
  z-index: 1;
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .step-items {
    -ms-grid-columns: 1fr 20px 1fr;
    grid-template-columns: repeat(2, 1fr);
    gap: 32px 20px;
  }
}
@media screen and (max-width: 767px) {
  .step-items {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    gap: 24px;
  }
  .step-items::before {
    top: 0;
    bottom: 0;
    left: 6px;
    right: auto;
    width: 1px;
    height: auto;
  }
}
.step-item {
  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: flex-start;
  min-width: 0;
  position: relative;
}
@media screen and (max-width: 767px) {
  .step-item {
    padding-left: 32px;
  }
}
.step-item__dots {
  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: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 2px;
  height: 12px;
  margin-bottom: 20px;
}
@media screen and (max-width: 767px) {
  .step-item__dots {
    position: absolute;
    left: 0;
    top: 0;
    width: 12px;
    height: auto;
    margin-bottom: 0;
    -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;
  }
}
.step-item__dots span,
.step-item__dots svg {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  position: relative;
  z-index: 2;
  display: block;
}
.step-item__title {
  margin-bottom: 12px;
}
@media screen and (max-width: 767px) {
  .step-item__title {
    margin-bottom: 8px;
  }
}
.step-item__descr {
  max-width: 220px;
}
@media screen and (max-width: 1023px) {
  .step-item__descr {
    max-width: 100%;
  }
}

.use-cards {
  margin-bottom: 0;
}

.status.section {
  padding: 90px 0 120px;
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .status.section {
    padding: 64px 0 90px;
  }
}
@media screen and (max-width: 767px) {
  .status.section {
    padding: 44px 0 64px;
  }
}
.status-block {
  position: relative;
  overflow: hidden;
  border-radius: 24px;
  background: #FFFFFF;
  -webkit-box-shadow: 0 0 10px rgba(238, 239, 244, 0.4);
          box-shadow: 0 0 10px rgba(238, 239, 244, 0.4);
}
@media screen and (max-width: 767px) {
  .status-block {
    border-radius: 16px;
  }
}
.status-content {
  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;
  max-width: 900px;
  margin: 0 auto;
  padding: 64px;
  text-align: center;
}
@media screen and (min-width: 768px) and (max-width: 1279px) {
  .status-content {
    padding: 44px;
  }
}
@media screen and (max-width: 767px) {
  .status-content {
    padding: 28px 20px;
  }
}
.status-badge {
  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: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
  min-height: 40px;
  padding: 8px 16px;
  margin-bottom: 28px;
  border-radius: 999px;
  background: #EFF4FF;
  color: #005EFF;
  font-size: 14px;
  font-weight: 700;
  line-height: 140%;
}
@media screen and (max-width: 767px) {
  .status-badge {
    margin-bottom: 20px;
    font-size: 13px;
  }
}
.status-badge__icon {
  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;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 22px;
          flex: 0 0 22px;
  width: 22px;
  height: 22px;
  border-radius: 100%;
  background: #005EFF;
  color: #FFFFFF;
}
.status__title {
  max-width: 780px;
  margin-bottom: 18px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .status__title {
    margin-bottom: 14px;
  }
}
.status__code {
  margin-bottom: 10px;
  color: #005EFF;
  font-size: 96px;
  font-weight: 900;
  line-height: 90%;
}
@media screen and (min-width: 768px) and (max-width: 1279px) {
  .status__code {
    font-size: 78px;
  }
}
@media screen and (max-width: 767px) {
  .status__code {
    margin-bottom: 8px;
    font-size: 56px;
  }
}
.status__descr {
  max-width: 780px;
  margin-bottom: 34px;
  line-height: 150%;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .status__descr {
    margin-bottom: 24px;
  }
}
.status-actions {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 12px;
}
@media screen and (max-width: 550px) {
  .status-actions {
    width: 100%;
  }
}
@media screen and (max-width: 550px) {
  .status-actions__button {
    width: 100%;
  }
}

.search-results {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  border-top: 1.5px solid #E5E8EF;
}
.search-result {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: minmax(0, 1fr) 24px 44px;
  grid-template-columns: minmax(0, 1fr) 44px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 24px;
  padding: 24px 0;
  border-bottom: 1.5px solid #E5E8EF;
  text-decoration: none;
  -webkit-transition: border-color 0.2s;
  transition: border-color 0.2s;
}
@media screen and (max-width: 767px) {
  .search-result {
    -ms-grid-columns: minmax(0, 1fr) 14px 36px;
    grid-template-columns: minmax(0, 1fr) 36px;
    gap: 14px;
    padding: 18px 0;
  }
}
.search-result:hover {
  border-color: rgba(0, 94, 255, 0.35);
}
.search-result:hover .search-result__title {
  color: #005EFF;
}
.search-result:hover .search-result__arrow {
  color: #FFFFFF;
  background: #005EFF;
  border-color: #005EFF;
}
.search-result__content {
  min-width: 0;
}
.search-result__meta {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding: 6px 10px;
  border: 1px solid rgba(0, 94, 255, 0.16);
  border-radius: 100px;
  color: #005EFF;
  background: #FFFFFF;
}
@media screen and (max-width: 767px) {
  .search-result__meta {
    padding: 5px 8px;
  }
}
.search-result__title {
  margin-top: 12px;
  -webkit-transition: color 0.2s;
  transition: color 0.2s;
}
@media screen and (max-width: 767px) {
  .search-result__title {
    margin-top: 10px;
  }
}
.search-result__descr {
  max-width: 900px;
  margin-top: 8px;
}
.search-result__arrow {
  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;
  width: 44px;
  height: 44px;
  border: 1.5px solid #005EFF;
  border-radius: 12px;
  color: #005EFF;
  -webkit-transition: color 0.2s, background 0.2s, border-color 0.2s;
  transition: color 0.2s, background 0.2s, border-color 0.2s;
}
@media screen and (max-width: 767px) {
  .search-result__arrow {
    width: 36px;
    height: 36px;
    border-radius: 10px;
  }
  .search-result__arrow svg {
    width: 14px;
  }
}