.dark {
  color: #1B2A3A;
}

.base {
  color: #5F7285;
}

.light {
  color: #FFFFFF;
}

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

.primary-color {
  color: #047AD0;
}

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

.link-light {
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.link-light:hover {
  color: rgb(62.6981132075, 171.7924528302, 251.3018867925);
}

.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;
  }
}

@font-face {
  font-family: "Ruthless Sketch";
  src: url("../fonts/Ruthless Sketch/RuthlessSketch.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

body {
  margin: 0;
  padding: 0;
  scroll-behavior: smooth;
  font-family: "Montserrat", sans-serif;
}
body.header-menu-open {
  overflow: hidden;
}

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

img {
  max-width: 100%;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  pointer-events: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  padding: 0;
  font-family: "Montserrat", sans-serif;
}

a {
  text-decoration: none;
  outline: none;
  font-family: "Montserrat", sans-serif;
}

button {
  outline: none;
  cursor: pointer;
  font-family: "Montserrat", sans-serif;
}

input {
  font-family: "Montserrat", sans-serif;
}

p {
  margin: 0;
  padding: 0;
  font-family: "Montserrat", sans-serif;
}

.bold {
  font-weight: 700;
}

.underline {
  text-decoration: underline;
}

.uppercase {
  text-transform: uppercase;
}

.strike {
  text-decoration: line-through;
}

.center {
  text-align: center;
}

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

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

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

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

.text-xxxs {
  line-height: 140%;
  font-weight: 400;
}
.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: 400;
}
.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: 400;
}
.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: 400;
}
.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: 400;
}
.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: 400;
}
.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: 400;
}
.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;
  }
}

.title-lg {
  font-weight: 700;
  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: 52px;
}
@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: 36px;
  }
}

.title-md {
  font-weight: 700;
  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: 700;
  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: 22px;
  font-weight: 600;
}
@media screen and (max-width: 767px) {
  .title-sm {
    font-size: 16px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1440px) {
  .title-sm {
    font-size: 18px;
  }
}

.title-xsm {
  font-weight: 700;
  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: 700;
  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: 700;
  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;
  }
}

@media (prefers-reduced-motion: reduce) {
  .wow {
    -webkit-animation: none !important;
            animation: none !important;
    -webkit-transition: none !important;
    transition: none !important;
    -webkit-transform: none !important;
            transform: none !important;
    opacity: 1 !important;
    visibility: visible !important;
  }
}
@-webkit-keyframes sectionTitleFadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 18px, 0);
            transform: translate3d(0, 18px, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
}
@keyframes sectionTitleFadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 18px, 0);
            transform: translate3d(0, 18px, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
}
.wow.fadeInUp {
  -webkit-animation-name: sectionTitleFadeInUp;
          animation-name: sectionTitleFadeInUp;
  -webkit-animation-timing-function: cubic-bezier(0.22, 1, 0.36, 1);
          animation-timing-function: cubic-bezier(0.22, 1, 0.36, 1);
}

.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: 10px;
  position: relative;
  width: 100%;
  cursor: pointer;
}

.checkbox__input {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0 0 0 0);
  border: 0;
}

.checkbox__mark {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 22px;
          flex: 0 0 22px;
  width: 22px;
  height: 22px;
  border: 2px solid #8D949C;
  background: transparent;
  border-radius: 6px;
  -webkit-transition: background 0.2s ease, border-color 0.2s ease, -webkit-box-shadow 0.2s ease;
  transition: background 0.2s ease, border-color 0.2s ease, -webkit-box-shadow 0.2s ease;
  transition: background 0.2s ease, border-color 0.2s ease, box-shadow 0.2s ease;
  transition: background 0.2s ease, border-color 0.2s ease, box-shadow 0.2s ease, -webkit-box-shadow 0.2s ease;
  position: relative;
}
.checkbox__mark::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -60%) rotate(45deg);
          transform: translate(-50%, -60%) rotate(45deg);
  width: 5px;
  height: 10px;
  border: solid #FFFFFF;
  border-width: 0 2px 2px 0;
  opacity: 0;
  -webkit-transition: opacity 0.2s ease;
  transition: opacity 0.2s ease;
}

.checkbox__text {
  color: #1B2A3A;
  font-size: 16px;
  line-height: 140%;
  font-weight: 400;
}
.checkbox__text a {
  display: inline;
  color: #047AD0;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  text-decoration: underline;
}
.checkbox__text a:hover {
  color: rgb(3.0377358491, 92.6509433962, 157.9622641509);
}
@media screen and (max-width: 1279px) {
  .checkbox__text {
    font-size: 14px;
  }
}

.checkbox__input:focus-visible + .checkbox__mark {
  -webkit-box-shadow: 0 0 0 4px rgba(4, 122, 208, 0.12);
          box-shadow: 0 0 0 4px rgba(4, 122, 208, 0.12);
  border-color: rgba(4, 122, 208, 0.6);
}

.checkbox__input:checked + .checkbox__mark {
  background: #047AD0;
  border-color: #047AD0;
}

.checkbox__input:checked + .checkbox__mark::after {
  opacity: 1;
}

.button {
  height: 56px;
  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: 48px;
  font-size: 16px;
  font-weight: 600;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  line-height: 140%;
  border: none;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .button {
    height: 50px;
    padding: 0 25px;
    font-size: 14px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1279px) {
  .button {
    padding: 0 35px;
  }
}
.button.button-small {
  height: 42px;
  padding: 0 20px;
  font-size: 16px;
  border-radius: 32px;
}
@media screen and (max-width: 767px) {
  .button.button-small {
    height: 40px;
    padding: 0 20px;
    font-size: 14px;
  }
}
.button.button-dark {
  background: #1B2A3A;
}
.button {
  background: #047AD0;
  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: rgb(4.4811320755, 136.6745283019, 233.0188679245);
}
.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: 56px;
  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: 48px;
  font-size: 16px;
  font-weight: 600;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  line-height: 140%;
  border: none;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .button-light {
    height: 50px;
    padding: 0 25px;
    font-size: 14px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1279px) {
  .button-light {
    padding: 0 35px;
  }
}
.button-light.button-small {
  height: 42px;
  padding: 0 20px;
  font-size: 16px;
  border-radius: 32px;
}
@media screen and (max-width: 767px) {
  .button-light.button-small {
    height: 40px;
    padding: 0 20px;
    font-size: 14px;
  }
}
.button-light.button-dark {
  background: #1B2A3A;
}
.button-light {
  color: #047AD0;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.button-light:hover {
  background: rgb(3.0377358491, 92.6509433962, 157.9622641509);
  color: #FFFFFF;
}

.button-o {
  height: 56px;
  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: 48px;
  font-size: 16px;
  font-weight: 600;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  line-height: 140%;
  border: none;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .button-o {
    height: 50px;
    padding: 0 25px;
    font-size: 14px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1279px) {
  .button-o {
    padding: 0 35px;
  }
}
.button-o.button-small {
  height: 42px;
  padding: 0 20px;
  font-size: 16px;
  border-radius: 32px;
}
@media screen and (max-width: 767px) {
  .button-o.button-small {
    height: 40px;
    padding: 0 20px;
    font-size: 14px;
  }
}
.button-o.button-dark {
  background: #1B2A3A;
}
.button-o {
  background: #FFFFFF;
  color: #047AD0;
}
.button-o:hover {
  background: #047AD0;
  color: #FFFFFF;
}
.button-o:hover svg path {
  stroke: #FFFFFF;
}

.button-o-light {
  height: 56px;
  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: 48px;
  font-size: 16px;
  font-weight: 600;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  line-height: 140%;
  border: none;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .button-o-light {
    height: 50px;
    padding: 0 25px;
    font-size: 14px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1279px) {
  .button-o-light {
    padding: 0 35px;
  }
}
.button-o-light.button-small {
  height: 42px;
  padding: 0 20px;
  font-size: 16px;
  border-radius: 32px;
}
@media screen and (max-width: 767px) {
  .button-o-light.button-small {
    height: 40px;
    padding: 0 20px;
    font-size: 14px;
  }
}
.button-o-light.button-dark {
  background: #1B2A3A;
}
.button-o-light {
  background: #FFFFFF;
  color: #047AD0;
}
.button-o-light:hover {
  background: #047AD0;
  color: #FFFFFF;
}
.button-o-light:hover svg path {
  stroke: #FFFFFF;
}

.button-stroke {
  height: 56px;
  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: 48px;
  font-size: 16px;
  font-weight: 600;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  line-height: 140%;
  border: none;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .button-stroke {
    height: 50px;
    padding: 0 25px;
    font-size: 14px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1279px) {
  .button-stroke {
    padding: 0 35px;
  }
}
.button-stroke.button-small {
  height: 42px;
  padding: 0 20px;
  font-size: 16px;
  border-radius: 32px;
}
@media screen and (max-width: 767px) {
  .button-stroke.button-small {
    height: 40px;
    padding: 0 20px;
    font-size: 14px;
  }
}
.button-stroke.button-dark {
  background: #1B2A3A;
}
.button-stroke {
  color: #1B2A3A;
  border: 2px solid #047AD0;
  background: transparent;
}
.button-stroke:hover {
  background: #047AD0;
  color: #FFFFFF;
}
.button-stroke:hover ellipse {
  fill: #FFFFFF;
}
.button-stroke:hover path {
  fill: #FFFFFF;
}
.button-stroke:hover svg path {
  stroke: #FFFFFF;
}

.button-stroke-light {
  height: 56px;
  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: 48px;
  font-size: 16px;
  font-weight: 600;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  line-height: 140%;
  border: none;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .button-stroke-light {
    height: 50px;
    padding: 0 25px;
    font-size: 14px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1279px) {
  .button-stroke-light {
    padding: 0 35px;
  }
}
.button-stroke-light.button-small {
  height: 42px;
  padding: 0 20px;
  font-size: 16px;
  border-radius: 32px;
}
@media screen and (max-width: 767px) {
  .button-stroke-light.button-small {
    height: 40px;
    padding: 0 20px;
    font-size: 14px;
  }
}
.button-stroke-light.button-dark {
  background: #1B2A3A;
}
.button-stroke-light {
  color: #FFFFFF;
  border: 1.5px solid #047AD0;
  background: transparent;
}
.button-stroke-light:hover {
  background: #047AD0;
  border-color: #047AD0;
}

@-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%;
  }
}

input {
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  border: none;
  border-bottom: 1.5px solid rgba(255, 255, 255, 0.3);
  border-radius: 0;
  padding: 0;
  height: 56px;
  color: #FFFFFF;
  outline: none;
  font-size: 16px;
  font-weight: 500;
  width: 100%;
  font-family: "Montserrat", sans-serif;
  background: transparent;
}
input::-webkit-input-placeholder {
  color: #FFFFFF;
}
input::-moz-placeholder {
  color: #FFFFFF;
}
input:-ms-input-placeholder {
  color: #FFFFFF;
}
input::-ms-input-placeholder {
  color: #FFFFFF;
}
input::placeholder {
  color: #FFFFFF;
}
input:hover, input:focus {
  border-color: #047AD0;
}
input[type=date]::-webkit-calendar-picker-indicator {
  -webkit-filter: brightness(0) invert(1);
          filter: brightness(0) invert(1);
  opacity: 1;
}
@media screen and (max-width: 767px) {
  input {
    height: 50px;
    font-size: 15px;
  }
}

.input-stroke {
  border: 1.5px solid #EDF1F3;
}

.input-wrapper {
  width: 100%;
}
.input-wrapper.input-wrapper-light input {
  color: #FFFFFF;
  border-bottom: 1.5px solid #8D949C;
}
.input-wrapper.input-wrapper-light input::-webkit-input-placeholder {
  color: #8D949C;
}
.input-wrapper.input-wrapper-light input::-moz-placeholder {
  color: #8D949C;
}
.input-wrapper.input-wrapper-light input:-ms-input-placeholder {
  color: #8D949C;
}
.input-wrapper.input-wrapper-light input::-ms-input-placeholder {
  color: #8D949C;
}
.input-wrapper.input-wrapper-light input::placeholder {
  color: #8D949C;
}
.input-wrapper.input-wrapper-light input:hover {
  border-color: #047AD0;
}

.pretitle {
  font-size: 22px;
  font-weight: 600;
  color: #047AD0;
  line-height: 125%;
}
@media screen and (max-width: 767px) {
  .pretitle {
    font-size: 14px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1440px) {
  .pretitle {
    font-size: 18px;
  }
}

.logo {
  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;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.logo svg {
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
@media screen and (max-width: 767px) {
  .logo svg {
    width: 45px;
  }
}
.logo:hover .logo__text {
  color: #047AD0;
}
.logo__text {
  color: #1B2A3A;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  font-size: 18px;
  font-weight: 700;
  line-height: 100%;
  max-width: 170px;
}
@media screen and (max-width: 767px) {
  .logo__text {
    font-size: 16px;
  }
}

.check {
  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: 22px;
  height: 22px;
  border-radius: 100%;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  background: #1F9D68;
}
.check--with-border {
  width: 26px;
  height: 26px;
  border: 4px solid #BBE1D1;
}

.section {
  padding: 90px 0;
  position: relative;
}
@media screen and (max-width: 767px) {
  .section {
    padding: 40px 0;
  }
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .section {
    padding: 45px 0;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1440px) {
  .section {
    padding: 55px 0;
  }
}

.container {
  width: 1500px;
  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-color: #EDF1F3;
}
@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: -45px;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1440px) {
  .container.section-stroke::after {
    top: -50px;
  }
}

.container-fluid {
  width: 100%;
  max-width: 100%;
  margin: 0 auto;
}
@media screen and (max-width: 1441px) {
  .container-fluid {
    max-width: calc(100% - 20px);
  }
}

.cookie-consent {
  position: fixed;
  left: 24px;
  bottom: 24px;
  z-index: 999;
  width: min(560px, 100vw - 48px);
  color: #FFFFFF;
}
.cookie-consent.is-hidden {
  display: none;
}
.cookie-consent__panel {
  padding: 22px;
  border-radius: 14px;
  background: #1B2A3A;
  -webkit-box-shadow: 0 18px 46px rgba(31, 36, 40, 0.24);
          box-shadow: 0 18px 46px rgba(31, 36, 40, 0.24);
}
.cookie-consent__panel--settings {
  width: min(520px, 100vw - 48px);
}
.cookie-consent__text, .cookie-consent__lead, .cookie-consent__option-text {
  color: rgba(255, 255, 255, 0.78);
  font-size: 14px;
  line-height: 140%;
}
.cookie-consent__text a, .cookie-consent__lead a, .cookie-consent__option-text a {
  color: #FFFFFF;
  text-decoration: underline;
}
.cookie-consent__title {
  margin-bottom: 10px;
  color: #FFFFFF;
  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;
  border-radius: 32px;
}
.cookie-consent .button-stroke {
  color: #FFFFFF;
  border-color: rgba(255, 255, 255, 0.76);
}
.cookie-consent .button-stroke:hover {
  border-color: #047AD0;
}
.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 rgba(255, 255, 255, 0.16);
}
.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 rgba(255, 255, 255, 0.16);
  cursor: pointer;
}
.cookie-consent__option-title {
  display: block;
  margin-bottom: 5px;
  color: #FFFFFF;
  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: rgba(255, 255, 255, 0.42);
  -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: #047AD0;
}
.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%;
  }
}

.modal-open {
  overflow: hidden;
}

.popup-overlay {
  position: fixed;
  inset: 0;
  z-index: 1100;
  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: 24px;
  background: rgba(27, 42, 58, 0.75);
  backdrop-filter: blur(15px);
  -webkit-backdrop-filter: blur(15px);
  opacity: 0;
  pointer-events: none;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}

.popup-overlay[hidden] {
  display: none;
}

.popup-overlay--visible {
  opacity: 1;
  pointer-events: auto;
}

.gift-modal {
  position: relative;
  width: 100%;
  max-width: 480px;
  max-height: calc(100vh - 48px);
  padding: 35px;
  border-radius: 16px;
  background: #FFFFFF;
  color: #1B2A3A;
  -webkit-box-shadow: 0 24px 70px rgba(17, 26, 36, 0.25);
          box-shadow: 0 24px 70px rgba(17, 26, 36, 0.25);
  overflow-y: auto;
  -ms-scroll-chaining: none;
      overscroll-behavior: contain;
  scrollbar-gutter: stable;
  -webkit-transform: translateY(18px) scale(0.98);
          transform: translateY(18px) scale(0.98);
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
}
.gift-modal input {
  border-bottom: 1.5px solid #BBBFC4;
  color: #1B2A3A;
}
.gift-modal input::-webkit-input-placeholder {
  color: #8D949C;
}
.gift-modal input::-moz-placeholder {
  color: #8D949C;
}
.gift-modal input:-ms-input-placeholder {
  color: #8D949C;
}
.gift-modal input::-ms-input-placeholder {
  color: #8D949C;
}
.gift-modal input::placeholder {
  color: #8D949C;
}
.gift-modal input:hover, .gift-modal input:focus {
  border-color: #047AD0;
}

.popup-overlay--visible .gift-modal {
  -webkit-transform: translateY(0) scale(1);
          transform: translateY(0) scale(1);
}

.gift-modal__close {
  position: absolute;
  top: 16px;
  right: 16px;
  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;
  width: 32px;
  height: 32px;
  padding: 0;
  border: 0;
  background: transparent;
  cursor: pointer;
}

.gift-modal__close svg {
  width: 32px;
  height: 32px;
}

.gift-modal__title {
  margin: 0 34px 15px 0;
}

.gift-modal__text {
  max-width: 370px;
  margin: 0 0 20px;
}

.gift-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;
  gap: 14px;
}

.gift-modal__agreements {
  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;
}

.gift-modal__bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 16px;
  margin-top: -2px;
}

.gift-modal__submit.button-small {
  height: 50px;
  padding: 0 35px;
  border-radius: 999px;
  font-size: 14px;
}

.gift-modal__image {
  width: 122px;
  max-width: 34%;
  margin: 0 -14px -48px 0;
  pointer-events: none;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  display: none;
}

@media screen and (max-width: 767px) {
  .popup-overlay {
    padding: 16px;
  }
  .gift-modal {
    max-height: calc(100vh - 32px);
    padding: 28px 22px 30px;
  }
  .gift-modal__bottom {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .gift-modal__image {
    -ms-flex-item-align: end;
        align-self: flex-end;
    max-width: 120px;
    margin: -20px -8px -36px 0;
  }
}
.promo-window {
  position: fixed;
  right: 24px;
  bottom: 24px;
  z-index: 1001;
  width: calc(100% - 48px);
  max-width: 360px;
  padding: 28px;
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 16px;
  background: rgba(27, 42, 58, 0.9);
  backdrop-filter: blur(15px);
  -webkit-backdrop-filter: blur(15px);
  color: #FFFFFF;
  -webkit-box-shadow: 0 16px 50px rgba(17, 26, 36, 0.18);
          box-shadow: 0 16px 50px rgba(17, 26, 36, 0.18);
  opacity: 0;
  -webkit-transform: translateY(18px);
          transform: translateY(18px);
  pointer-events: none;
  overflow: hidden;
  -webkit-transition: opacity 0.32s ease, -webkit-transform 0.32s ease;
  transition: opacity 0.32s ease, -webkit-transform 0.32s ease;
  transition: opacity 0.32s ease, transform 0.32s ease;
  transition: opacity 0.32s ease, transform 0.32s ease, -webkit-transform 0.32s ease;
}

.promo-window[hidden] {
  display: none;
}

.promo-window--visible {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
  pointer-events: auto;
}

.promo-window__close {
  position: absolute;
  top: 18px;
  right: 18px;
  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;
  width: 32px;
  height: 32px;
  padding: 0;
  border: 0;
  background: transparent;
  color: #FFFFFF;
  cursor: pointer;
}

.promo-window__close svg {
  width: 32px;
  height: 32px;
}

.promo-window__title {
  max-width: 276px;
  margin: 0 32px 22px 0;
  color: #FFFFFF;
  font-size: 24px;
  font-weight: 700;
  line-height: 1.15;
  overflow-wrap: break-word;
}
@media screen and (max-width: 767px) {
  .promo-window__title {
    font-size: 18px;
    margin-bottom: 12px;
  }
}

.promo-window__text {
  margin: 0 0 28px;
  color: rgba(255, 255, 255, 0.85);
  font-size: 16px;
  font-weight: 400;
  line-height: 1.45;
}
@media screen and (max-width: 767px) {
  .promo-window__text {
    font-size: 14px;
    margin-bottom: 20px;
  }
}

.promo-window__bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 18px;
}

.promo-window__button {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  min-height: 40px;
  height: 40px;
  padding: 0 20px;
  border: 2px solid #FFFFFF;
  border-radius: 999px;
  background: transparent;
  color: #FFFFFF;
  font-family: inherit;
  font-size: 14px;
  font-weight: 600;
  line-height: 1;
  text-decoration: none;
  white-space: nowrap;
  cursor: pointer;
  -webkit-transition: background 0.2s ease, color 0.2s ease, -webkit-transform 0.2s ease;
  transition: background 0.2s ease, color 0.2s ease, -webkit-transform 0.2s ease;
  transition: background 0.2s ease, color 0.2s ease, transform 0.2s ease;
  transition: background 0.2s ease, color 0.2s ease, transform 0.2s ease, -webkit-transform 0.2s ease;
}

.promo-window__button:hover {
  background: #FFFFFF;
  color: #1B2A3A;
}

.promo-window__button:active {
  -webkit-transform: translateY(1px);
          transform: translateY(1px);
}

.promo-window__telegram {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  background: #36A9FF;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 60px;
          flex: 0 0 60px;
}
@media screen and (max-width: 767px) {
  .promo-window__telegram {
    width: 48px;
    height: 48px;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 48px;
            flex: 0 0 48px;
  }
}
.promo-window__telegram svg {
  width: 30px;
  height: 30px;
}
@media screen and (max-width: 767px) {
  .promo-window__telegram svg {
    width: 24px;
    height: 24px;
  }
}

.promo-window__telegram::before {
  content: "";
  position: absolute;
  right: -34px;
  z-index: -1;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  background: rgba(4, 73, 104, 0.7);
}
@media screen and (max-width: 767px) {
  .promo-window__telegram::before {
    width: 48px;
    height: 48px;
  }
}

.promo-window__telegram svg {
  width: 30px;
  height: 30px;
}

@media screen and (max-width: 767px) {
  .promo-window {
    right: 16px;
    bottom: 16px;
    width: calc(100% - 32px);
    padding: 22px;
  }
  .promo-window__title {
    margin-right: 34px;
  }
}
@media screen and (max-width: 399px) {
  .promo-window__bottom {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .promo-window__telegram::before {
    right: -28px;
  }
}
.team {
  overflow: hidden;
}
.team-block {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 20px 1fr 20px 1fr;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}
@media screen and (max-width: 550px) {
  .team-block {
    -ms-grid-columns: 1fr;
    grid-template-columns: repeat(1, 1fr);
    gap: 15px;
  }
}
@media screen and (min-width: 551px) and (max-width: 1023px) {
  .team-block {
    -ms-grid-columns: (1fr)[2];
    grid-template-columns: repeat(2, 1fr);
  }
}
.team-block .team-item:last-child {
  background: #047AD0;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 2fr 15px 1fr;
  grid-template-columns: 2fr 1fr;
  gap: 15px;
  position: relative;
}
@media screen and (max-width: 550px) {
  .team-block .team-item:last-child {
    -ms-grid-columns: 1fr;
    grid-template-columns: repeat(1, 1fr);
    gap: 15px;
    text-align: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
@media screen and (min-width: 551px) and (max-width: 1023px) {
  .team-block .team-item:last-child {
    height: 110px;
  }
}
.team-block .team-item:last-child .team-item__title {
  position: relative;
  z-index: 2;
}
.team-block .team-item-img-wrapper {
  position: absolute;
  max-height: 90%;
  right: 20px;
}
@media screen and (max-width: 550px) {
  .team-block .team-item-img-wrapper {
    position: static;
    max-width: 170px;
    margin-bottom: -20px;
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (min-width: 551px) and (max-width: 1023px) {
  .team-block .team-item-img-wrapper {
    max-width: 120px;
  }
}
.team-block .team-item-img-wrapper img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: bottom center;
     object-position: bottom center;
}
.team-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;
  padding: 30px;
  border-radius: 16px;
  background: #F7FAFC;
  gap: 20px;
  overflow: hidden;
}
@media screen and (max-width: 1023px) {
  .team-item {
    padding: 20px;
    border-radius: 12px;
    gap: 15px;
  }
}
.team-item__img {
  width: 100px;
  height: 100px;
  border-radius: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
@media screen and (max-width: 1023px) {
  .team-item__img {
    width: 70px;
    height: 70px;
  }
}
.team-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;
}
.team-item-text__name {
  margin-bottom: 4px;
}
@media screen and (max-width: 1023px) {
  .team-item-text__name {
    margin-bottom: 2px;
  }
}
.team-item-text__link {
  margin-top: 16px;
}
@media screen and (max-width: 1023px) {
  .team-item-text__link {
    margin-top: 10px;
  }
}

.feedback {
  background: #1B2A3A;
  position: relative;
  overflow: hidden;
}
.feedback-line {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 100%;
  stroke-dasharray: 23;
  -webkit-animation: dash 2.5s linear infinite;
          animation: dash 2.5s linear infinite;
}
@media screen and (max-width: 1023px) {
  .feedback-line {
    display: none;
  }
}
.feedback-block {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 60px 1fr;
  grid-template-columns: repeat(2, 1fr);
  gap: 60px;
  position: relative;
}
@media screen and (max-width: 1023px) {
  .feedback-block {
    -ms-grid-columns: 1fr;
    grid-template-columns: repeat(1, 1fr);
    gap: 30px;
  }
}
.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;
  gap: 20px;
}
.feedback-form .checkbox span {
  color: #FFFFFF;
}
.feedback .list li p strong,
.feedback .list li p b {
  display: inline;
  font-weight: 700;
}

@-webkit-keyframes dash {
  to {
    stroke-dashoffset: -46;
  }
}

@keyframes dash {
  to {
    stroke-dashoffset: -46;
  }
}
.partner {
  background: #F7FAFC;
  overflow: hidden;
}
.partner-items {
  --partner-shift-gap: 12px;
  overflow: hidden;
  width: 100%;
}
.partner-items__track {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 24px;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  -webkit-animation: partner-marquee 28s linear infinite;
          animation: partner-marquee 28s linear infinite;
}
.partner-items__track:hover {
  -webkit-animation-play-state: paused;
          animation-play-state: paused;
}
.partner-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;
  position: relative;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 320px;
          flex: 0 0 320px;
  background: #FFFFFF;
  -webkit-box-shadow: 0 0 25px rgba(42, 44, 46, 0.03);
          box-shadow: 0 0 25px rgba(42, 44, 46, 0.03);
  border-radius: 16px;
  aspect-ratio: 4/3;
}
.partner-item::before {
  content: "";
  display: none;
  width: 70%;
  height: 50px;
  background: #A2B1BC;
  -webkit-transition: opacity 0.2s;
  transition: opacity 0.2s;
  mask-image: var(--partner-logo);
  mask-position: center;
  mask-repeat: no-repeat;
  mask-size: contain;
  -webkit-mask-image: var(--partner-logo);
  -webkit-mask-position: center;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-size: contain;
}
.partner-item img {
  width: 70%;
  height: 50px;
  -o-object-fit: contain;
     object-fit: contain;
  -webkit-transition: opacity 0.2s;
  transition: opacity 0.2s;
  -webkit-filter: brightness(0) saturate(100%) invert(72%) sepia(11%) saturate(401%) hue-rotate(164deg) brightness(94%) contrast(84%);
          filter: brightness(0) saturate(100%) invert(72%) sepia(11%) saturate(401%) hue-rotate(164deg) brightness(94%) contrast(84%);
}
@media screen and (max-width: 767px) {
  .partner-items {
    --partner-shift-gap: 6px;
  }
  .partner-items__track {
    gap: 12px;
    -webkit-animation-duration: 5s;
            animation-duration: 5s;
  }
  .partner-item {
    -ms-flex-preferred-size: 150px;
        flex-basis: 150px;
    border-radius: 12px;
  }
}

@supports ((-webkit-mask-image: url("")) or (mask-image: url(""))) or (-webkit-mask-image: url("")) {
  .partner-item.is-masked::before {
    display: block;
  }
  .partner-item.is-masked img {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    opacity: 0;
    -webkit-filter: none;
            filter: none;
    pointer-events: none;
  }
  .partner-item.is-masked:hover::before {
    opacity: 0;
  }
  .partner-item.is-masked:hover img {
    opacity: 1;
  }
}
@-webkit-keyframes partner-marquee {
  from {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  to {
    -webkit-transform: translateX(calc(-50% - var(--partner-shift-gap)));
            transform: translateX(calc(-50% - var(--partner-shift-gap)));
  }
}
@keyframes partner-marquee {
  from {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  to {
    -webkit-transform: translateX(calc(-50% - var(--partner-shift-gap)));
            transform: translateX(calc(-50% - var(--partner-shift-gap)));
  }
}
.rate {
  background: #F7FAFC;
  overflow: hidden;
}
.rate__title {
  margin-bottom: 100px;
}
@media screen and (max-width: 1023px) {
  .rate__title {
    margin-bottom: 30px;
  }
}
@media screen and (min-width: 1025px) and (max-width: 1279px) {
  .rate__title {
    margin-bottom: 40px;
  }
}
.rate-block {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 30px 1fr 30px 1fr;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: end;
}
@media screen and (max-width: 1023px) {
  .rate-block {
    -ms-grid-columns: 1fr;
    grid-template-columns: repeat(1, 1fr);
    gap: 20px;
  }
}
.rate-block .rate-item:nth-child(1) {
  z-index: 2;
}
.rate-item {
  background: #FFFFFF;
  border-radius: 24px;
  -webkit-box-shadow: 0 0 25px rgba(42, 44, 46, 0.03);
          box-shadow: 0 0 25px rgba(42, 44, 46, 0.03);
  padding: 35px;
  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: -webkit-max-content;
  height: -moz-max-content;
  height: max-content;
  position: relative;
}
@media screen and (max-width: 1023px) {
  .rate-item {
    padding: 20px;
    border-radius: 16px;
  }
}
.rate-item__img {
  position: absolute;
  left: -298px;
  top: -150px;
  pointer-events: none;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
@media screen and (max-width: 1023px) {
  .rate-item__img {
    display: none;
  }
}
@media screen and (min-width: 1023px) and (max-width: 1279px) {
  .rate-item__img {
    width: 250px;
    left: -211px;
    top: -104px;
  }
}
.rate-item-content {
  width: 100%;
}
.rate-item-content-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) {
  .rate-item-content-list {
    gap: 8px;
  }
}
.rate-item-content-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: 12px;
  width: 100%;
}
.rate-item-content-list-item .check {
  margin-top: -3px;
}
.rate-item-content-header {
  padding: 15px 20px;
  border-radius: 16px;
  background: #047AD0;
  margin-bottom: 25px;
  margin-top: -64px;
}
@media screen and (max-width: 767px) {
  .rate-item-content-header {
    border-radius: 12px;
  }
}
@media screen and (max-width: 1023px) {
  .rate-item-content-header {
    margin-top: 0;
  }
}
.rate-item-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: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 20px;
  padding-top: 20px;
  border-top: 1px solid #EDF1F3;
  margin-top: 25px;
  width: 100%;
}
.rate-item-footer__button {
  width: 100%;
}
@media screen and (min-width: 768px) and (max-width: 1279px) {
  .rate-item-footer__button {
    padding: 0 20px;
  }
}

.project {
  overflow: hidden;
}
.project-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) {
  .project-block {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
}
.project-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: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
.project-header__title {
  max-width: 740px;
}
.project-header__button {
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
}
@media screen and (max-width: 1279px) {
  .project-header__button {
    display: none;
  }
}
.project-bottom__button {
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  display: none;
  margin-left: auto;
  margin-right: auto;
  margin-top: 20px;
}
@media screen and (max-width: 550px) {
  .project-bottom__button {
    width: 100%;
  }
}
@media screen and (max-width: 1279px) {
  .project-bottom__button {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
.projectpage-bottom {
  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: 1023px) {
  .projectpage-bottom {
    margin-top: 30px;
    gap: 15px;
  }
}
@media screen and (max-width: 550px) {
  .projectpage-bottom__button {
    width: 100%;
  }
}
.project-item {
  cursor: pointer;
  -webkit-transition: all linear 0.3s;
  transition: all linear 0.3s;
  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;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 clamp(420px, 38vw, 620px);
          flex: 0 0 clamp(420px, 38vw, 620px);
  border-radius: 24px;
  overflow: hidden;
  background: #F7FAFC;
  padding: 40px;
}
@media screen and (max-width: 1023px) {
  .project-item {
    padding: 20px;
    border-radius: 16px;
  }
}
.project-item:hover .project-item__img {
  -webkit-filter: grayscale(0);
          filter: grayscale(0);
}
.project-item:hover .project-item-header-text__title {
  color: #047AD0;
}
.project-item:hover .project-item-header-text__pretitle * {
  color: #1B2A3A;
}
.project-item:hover .project-item-header__button {
  background: #047AD0;
}
.project-item:hover .project-item-header__button svg {
  scale: 1.1;
}
.project-item:hover .project-item-header__button svg path {
  stroke: #FFFFFF;
}
.project-item__img {
  max-width: 570px;
  border-radius: 12px;
  -webkit-box-shadow: 0 0 25px rgba(42, 44, 46, 0.06);
          box-shadow: 0 0 25px rgba(42, 44, 46, 0.06);
  aspect-ratio: 16/9;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  margin-top: 40px;
  margin-left: -80px;
  -webkit-transition: linear 0.2s;
  transition: linear 0.2s;
  -webkit-filter: grayscale(1);
          filter: grayscale(1);
}
@media screen and (max-width: 1279px) {
  .project-item__img {
    -webkit-filter: grayscale(0);
            filter: grayscale(0);
  }
}
.project-item-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 15px;
}
.project-item-header__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;
  width: 50px;
  height: 50px;
  border-radius: 100%;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  -webkit-transition: linear 0.2s;
  transition: linear 0.2s;
  border: 2px solid #047AD0;
}
@media screen and (max-width: 767px) {
  .project-item-header__button {
    width: 36px;
    height: 36px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1440px) {
  .project-item-header__button {
    width: 40px;
    height: 40px;
  }
}
.project-item-header__button svg {
  -webkit-transition: linear 0.2s;
  transition: linear 0.2s;
}
@media screen and (max-width: 767px) {
  .project-item-header__button svg {
    width: 10px;
    height: 10px;
  }
}
.project-item-header-text__title {
  margin-top: 8px;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.project-item-header-text__pretitle {
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  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;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.project-items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  gap: 20px;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  max-width: none;
  will-change: transform;
}
@media screen and (max-width: 767px) {
  .project-items {
    width: 100%;
    overflow-x: auto;
    padding-bottom: 10px;
    -ms-scroll-snap-type: x mandatory;
        scroll-snap-type: x mandatory;
    -webkit-overflow-scrolling: touch;
  }
  .project-items::-webkit-scrollbar {
    display: none;
  }
  .project-items.swiper {
    display: block;
    max-width: 100%;
    overflow: hidden;
    padding-bottom: 0;
    -ms-scroll-snap-type: none;
        scroll-snap-type: none;
    -webkit-overflow-scrolling: auto;
    will-change: auto;
  }
  .project-items.swiper .swiper-wrapper {
    gap: 0;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
  }
  .project-items.swiper .project-item {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    min-width: 0;
    max-width: none;
    height: auto;
    scroll-snap-align: unset;
  }
}
@media screen and (max-width: 767px) {
  .project-item {
    -ms-flex-preferred-size: min(85vw, 360px);
        flex-basis: min(85vw, 360px);
    padding: 24px;
    scroll-snap-align: start;
  }
  .project-item__img {
    width: calc(100% + 48px);
    max-width: none;
    margin-top: 28px;
    margin-left: -48px;
  }
}
.project-slider {
  overflow: visible;
}
.project-slider .swiper-wrapper {
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}
.project-slider .swiper-slide {
  height: auto;
  opacity: 0.3;
  -webkit-transition: opacity 0.25s ease;
  transition: opacity 0.25s ease;
}
@media screen and (max-width: 767px) {
  .project-slider .swiper-slide {
    opacity: 1;
  }
}
.project-slider .swiper-slide-visible {
  opacity: 1;
}

.site-header {
  padding: 12px 0 5px;
  background: #FFFFFF;
  position: relative;
  z-index: 20;
}
.site-header__panel {
  border: 1px solid #EDF1F3;
  border-radius: 14px;
  background: #FFFFFF;
  -webkit-box-shadow: 0 16px 45px rgba(27, 42, 58, 0.07);
          box-shadow: 0 16px 45px rgba(27, 42, 58, 0.07);
  position: relative;
}
.site-header__top {
  min-height: 72px;
  padding: 10px 22px;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1.35fr 22px 1fr 22px auto 22px 1.35fr;
  grid-template-columns: 1.35fr 1fr auto 1.35fr;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 22px;
}
.site-header__logo {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  min-width: 250px;
}
.site-header__logo-mark {
  width: 54px;
  height: 54px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 54px;
          flex: 0 0 54px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-radius: 12px;
  background: #047AD0;
  color: #FFFFFF;
  font-size: 42px;
  font-weight: 800;
  line-height: 1;
  text-shadow: -1px 0 #1B2A3A, 0 1px #1B2A3A, 1px 0 #1B2A3A, 0 -1px #1B2A3A;
  -webkit-box-shadow: inset 0 -6px 0 rgba(255, 255, 255, 0.2);
          box-shadow: inset 0 -6px 0 rgba(255, 255, 255, 0.2);
}
.site-header__contacts {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  gap: 14px;
}
.site-header__left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 34px;
  min-width: 0;
  padding-right: 330px;
}
.site-header__city {
  min-height: 40px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 7px;
  color: #1B2A3A;
  font-size: 13px;
  font-weight: 500;
  line-height: 1.2;
  white-space: nowrap;
}
.site-header__city svg {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 16px;
          flex: 0 0 16px;
}
.site-header__city strong {
  text-decoration: underline;
  text-underline-offset: 3px;
}
.site-header__rating {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
}
.site-header__social {
  gap: 8px;
}
.site-header__phone {
  color: #1B2A3A;
  font-size: 16px;
  font-weight: 600;
  white-space: nowrap;
  -webkit-transition: color 0.2s;
  transition: color 0.2s;
}
.site-header__phone:hover {
  color: #047AD0;
}
.site-header__callback {
  min-height: 42px;
  padding: 0 24px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-radius: 999px;
  background: #047AD0;
  color: #FFFFFF;
  font-size: 13px;
  font-weight: 700;
  white-space: nowrap;
  -webkit-transition: background 0.2s;
  transition: background 0.2s;
}
.site-header__callback:hover {
  background: #008DF4;
}
.site-header__burger, .site-header__mobile-info {
  display: none;
}
.site-header__menu {
  min-height: 56px;
  padding: 0 22px 12px;
  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: 10px;
}
.site-header__menu-item {
  position: relative;
}
.site-header__menu-link {
  min-height: 40px;
  padding: 0 8px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border: 0;
  background: transparent;
  color: #1B2A3A;
  font-size: 14px;
  font-weight: 600;
  line-height: 1.2;
  white-space: nowrap;
  -webkit-transition: color 0.2s;
  transition: color 0.2s;
}
.site-header__menu-link:hover {
  color: #047AD0;
}
.site-header__menu-item--has-dropdown > .site-header__menu-link::after {
  content: "";
  width: 6px;
  height: 6px;
  margin-left: 7px;
  border-right: 1.5px solid currentColor;
  border-bottom: 1.5px solid currentColor;
  -webkit-transform: rotate(45deg) translateY(-2px);
          transform: rotate(45deg) translateY(-2px);
  -webkit-transition: -webkit-transform 0.2s;
  transition: -webkit-transform 0.2s;
  transition: transform 0.2s;
  transition: transform 0.2s, -webkit-transform 0.2s;
}
.site-header__menu-item--has-dropdown.is-open > .site-header__menu-link::after, .site-header__menu-item--has-dropdown:hover > .site-header__menu-link::after {
  -webkit-transform: rotate(225deg) translate(-2px, -1px);
          transform: rotate(225deg) translate(-2px, -1px);
}

.header-rating {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: auto 6px 1fr;
  grid-template-columns: auto 1fr;
  gap: 0 6px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #1B2A3A;
  font-size: 11px;
  line-height: 1.15;
}
.header-rating strong {
  -ms-grid-row-span: 2;
  grid-row: span 2;
  font-size: 15px;
  line-height: 1;
}
.header-rating span:last-child {
  color: #5F7285;
  font-size: 8px;
}
.header-rating__stars {
  color: #FFC727;
  font-size: 13px;
  letter-spacing: 1px;
  white-space: nowrap;
}

.mega-menu {
  position: absolute;
  top: calc(100% + 10px);
  left: -22px;
  width: min(910px, 100vw - 40px);
  padding: 28px 34px 34px;
  border: 1px solid #EDF1F3;
  border-radius: 14px;
  background: #FFFFFF;
  -webkit-box-shadow: 0 28px 70px rgba(27, 42, 58, 0.14);
          box-shadow: 0 28px 70px rgba(27, 42, 58, 0.14);
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translateY(-8px);
          transform: translateY(-8px);
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.mega-menu::before {
  content: "";
  position: absolute;
  top: -12px;
  left: 0;
  width: 100%;
  height: 12px;
}
.mega-menu__header {
  margin-bottom: 28px;
  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: 20px;
}
.mega-menu__header h2 {
  color: #1B2A3A;
  font-size: 28px;
  font-weight: 700;
  line-height: 1;
  text-transform: uppercase;
}
.mega-menu__header a {
  min-height: 44px;
  padding: 0 28px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-radius: 999px;
  background: #047AD0;
  color: #FFFFFF;
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.03em;
}
.mega-menu__grid {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: minmax(0, 1fr) 28px minmax(0, 1fr) 28px minmax(0, 1fr) 28px minmax(0, 1fr);
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 28px;
}
.mega-menu__col {
  min-width: 0;
}
.mega-menu__col h3 {
  margin-bottom: 14px;
  padding-bottom: 10px;
  border-bottom: 1px solid #047AD0;
  color: #1B2A3A;
  font-size: 15px;
  font-weight: 700;
  line-height: 1.2;
}
.mega-menu__col a {
  display: block;
  margin-top: 10px;
  color: #5F7285;
  font-size: 13px;
  font-weight: 500;
  line-height: 1.25;
}
.mega-menu__col a:hover {
  color: #047AD0;
}

.site-header__menu-item--has-dropdown:hover .mega-menu,
.site-header__menu-item--has-dropdown.is-open .mega-menu {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}

@media screen and (max-width: 1279px) {
  .site-header__top {
    -ms-grid-columns: 1fr 16px auto 16px 1fr;
    grid-template-columns: 1fr auto 1fr;
    gap: 16px;
  }
  .site-header .header-rating {
    display: none;
  }
  .site-header__menu-link {
    font-size: 13px;
    padding: 0 5px;
  }
  .site-header__callback {
    padding: 0 18px;
  }
}
@media screen and (max-width: 1023px) {
  .site-header {
    padding: 10px 0 22px;
  }
  .site-header__panel {
    border-radius: 12px;
  }
  .site-header__top {
    min-height: 64px;
    padding: 8px 12px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    gap: 12px;
  }
  .site-header > .container {
    max-width: calc(100% - 20px);
  }
  .site-header__contacts {
    display: none;
  }
  .site-header__left, .site-header__rating {
    display: none;
  }
  .site-header__logo {
    min-width: 0;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
  .site-header__logo .logo__text {
    max-width: 145px;
    font-size: 15px;
  }
  .site-header__logo-mark {
    width: 44px;
    height: 44px;
    -ms-flex-preferred-size: 44px;
        flex-basis: 44px;
    font-size: 34px;
    border-radius: 10px;
  }
  .site-header__burger {
    width: 44px;
    height: 44px;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 44px;
            flex: 0 0 44px;
    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;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 5px;
    border: 1px solid #EDF1F3;
    border-radius: 10px;
    background: #FFFFFF;
  }
  .site-header__burger span {
    width: 20px;
    height: 2px;
    border-radius: 4px;
    background: #1B2A3A;
    -webkit-transition: all 0.2s;
    transition: all 0.2s;
  }
  .site-header.is-menu-open .site-header__burger span:nth-child(1) {
    -webkit-transform: translateY(7px) rotate(45deg);
            transform: translateY(7px) rotate(45deg);
  }
  .site-header.is-menu-open .site-header__burger span:nth-child(2) {
    opacity: 0;
  }
  .site-header.is-menu-open .site-header__burger span:nth-child(3) {
    -webkit-transform: translateY(-7px) rotate(-45deg);
            transform: translateY(-7px) rotate(-45deg);
  }
  .site-header__menu {
    position: absolute;
    top: calc(100% + 8px);
    right: 0;
    width: min(360px, 100%);
    max-height: calc(100vh - 100px);
    overflow-y: auto;
    padding: 12px;
    display: none;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 6px;
    border: 1px solid #EDF1F3;
    border-radius: 12px;
    background: #FFFFFF;
    -webkit-box-shadow: 0 20px 55px rgba(27, 42, 58, 0.16);
            box-shadow: 0 20px 55px rgba(27, 42, 58, 0.16);
  }
  .site-header.is-menu-open .site-header__menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .site-header__mobile-info {
    margin-bottom: 4px;
    padding: 10px;
    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: 8px;
    border-radius: 10px;
    background: #F7FAFC;
  }
  .site-header__mobile-info .site-header__phone {
    font-size: 15px;
  }
  .site-header__city--mobile {
    min-height: 32px;
    font-size: 13px;
  }
  .site-header__menu-item {
    position: static;
  }
  .site-header__menu-link {
    width: 100%;
    min-height: 42px;
    padding: 0 10px;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    border-radius: 8px;
    font-size: 14px;
    white-space: normal;
  }
  .site-header__menu-link:hover {
    background: #DEEDF7;
  }
  .mega-menu {
    position: static;
    width: 100%;
    padding: 10px;
    display: none;
    border-radius: 10px;
    -webkit-box-shadow: none;
            box-shadow: none;
    opacity: 1;
    visibility: visible;
    -webkit-transform: none;
            transform: none;
  }
  .mega-menu__header {
    margin-bottom: 12px;
  }
  .mega-menu__header h2 {
    font-size: 18px;
  }
  .mega-menu__header a {
    min-height: 34px;
    padding: 0 14px;
    font-size: 10px;
  }
  .mega-menu__grid {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    gap: 16px;
  }
  .site-header__menu-item--has-dropdown:hover .mega-menu {
    display: none;
  }
  .site-header__menu-item--has-dropdown.is-open .mega-menu {
    display: block;
  }
}
@media screen and (max-width: 480px) {
  .site-header__menu {
    left: 0;
    width: 100%;
  }
}
@media screen and (min-width: 1024px) {
  .site-header__top {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: minmax(0, 1fr) auto minmax(0, 1fr);
    grid-template-columns: minmax(0, 1fr) auto minmax(0, 1fr);
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .site-header__left {
    -ms-grid-column-align: start;
        justify-self: start;
    padding-right: 0;
    min-width: 0;
  }
  .site-header__logo {
    position: static;
    -ms-grid-column-align: center;
        justify-self: center;
    min-width: 0;
    -webkit-transform: none;
            transform: none;
  }
  .site-header__contacts {
    -ms-grid-column-align: end;
        justify-self: end;
    min-width: 0;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1279px) {
  .site-header .site-header__rating, .site-header__social {
    display: none;
  }
  .site-header__callback {
    padding: 0 18px;
  }
  .site-header__phone {
    font-size: 15px;
  }
  .site-header__menu-link {
    font-size: 13px;
  }
}
.site-header__container {
  position: relative;
}
.site-header__panel {
  overflow: visible;
}
.site-header__top {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 18px;
}
.site-header__logo {
  position: absolute;
  left: 50%;
  top: 50%;
  z-index: 2;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.site-header__logo-icon {
  width: 56px;
  height: 60px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 56px;
          flex: 0 0 56px;
}
.site-header__menu {
  position: relative;
  padding: 0;
  min-height: 48px;
}
.site-header__menu-item {
  position: static;
}

.mega-menu {
  top: calc(100% + 8px);
  left: 0;
  width: 100%;
}

@media screen and (max-width: 1279px) {
  .site-header__top {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
@media screen and (max-width: 1023px) {
  .site-header {
    padding: 10px 0 18px;
  }
  .site-header__panel {
    position: relative;
    z-index: 41;
  }
  .site-header__top {
    min-height: 62px;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .site-header__logo {
    position: static;
    -webkit-transform: none;
            transform: none;
    margin-right: auto;
  }
  .site-header__logo-icon {
    width: 42px;
    height: 45px;
    -ms-flex-preferred-size: 42px;
        flex-basis: 42px;
  }
  .site-header__burger {
    position: relative;
    z-index: 45;
  }
  .site-header__mobile-info {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
    width: 100%;
    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: 8px;
    margin-top: 2px;
    padding-top: 7px;
    border-top: 1px solid #EDF1F3;
  }
  .site-header__mobile-info .site-header__phone {
    font-size: 13px;
    line-height: 1.1;
  }
  .site-header__menu {
    position: fixed;
    inset: 0;
    z-index: 40;
    width: 100%;
    max-height: none;
    margin-top: 0;
    padding: 126px 16px 24px;
    border: 0;
    border-radius: 0;
    -webkit-box-shadow: none;
            box-shadow: none;
    background: #FFFFFF;
  }
  .site-header__menu-link {
    min-height: 48px;
    font-size: 16px;
  }
  .mega-menu {
    min-height: 0;
  }
}
.site-header {
  padding-top: 90px;
}
.site-header__panel {
  position: fixed;
  top: 12px;
  left: 50%;
  z-index: 70;
  width: 1500px;
  max-width: calc(100% - 20px);
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

@media screen and (max-width: 1023px) {
  .site-header {
    padding-top: 122px;
  }
  .site-header__panel {
    top: 10px;
    z-index: 70;
  }
}
@media screen and (max-width: 1023px) {
  .site-header {
    padding-top: 78px;
  }
  .site-header__panel {
    top: 8px;
  }
  .site-header__top {
    min-height: 54px;
    padding: 6px 10px;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    gap: 8px;
  }
  .site-header__logo {
    margin-right: 0;
    gap: 7px;
  }
  .site-header__logo-icon {
    width: 38px;
    height: 41px;
    -ms-flex-preferred-size: 38px;
        flex-basis: 38px;
  }
  .site-header__logo .logo__text {
    max-width: 126px;
    font-size: 13px;
  }
  .site-header__mobile-info {
    -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
            order: 0;
    width: auto;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    -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;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 2px;
    margin: 0 0 0 auto;
    padding: 0;
    border: 0;
    background: transparent;
  }
  .site-header__city--mobile {
    min-height: 0;
    font-size: 12px;
  }
  .site-header__city--mobile svg {
    width: 13px;
    height: 13px;
    -ms-flex-preferred-size: 13px;
        flex-basis: 13px;
  }
  .site-header__mobile-info .site-header__phone {
    font-size: 12px;
    line-height: 1.05;
  }
  .site-header__burger {
    width: 40px;
    height: 40px;
    -ms-flex-preferred-size: 40px;
        flex-basis: 40px;
  }
  .site-header__menu {
    padding-top: 88px;
  }
}
@media screen and (min-width: 1024px) {
  .site-header__top {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: minmax(0, 1fr) 16px auto 16px minmax(0, 1fr);
    grid-template-columns: minmax(0, 1fr) auto minmax(0, 1fr);
    gap: 16px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .site-header__left {
    -ms-grid-column-align: start;
        justify-self: start;
    padding-right: 0;
    min-width: 0;
  }
  .site-header__logo {
    position: static;
    -ms-grid-column-align: center;
        justify-self: center;
    min-width: 0;
    -webkit-transform: none;
            transform: none;
  }
  .site-header__contacts {
    -ms-grid-column-align: end;
        justify-self: end;
    gap: 10px;
    min-width: 0;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1279px) {
  .site-header .site-header__rating, .site-header .site-header__social {
    display: none;
  }
  .site-header__top {
    min-height: 66px;
    padding: 8px 20px;
  }
  .site-header__callback {
    min-height: 38px;
    padding: 0 18px;
    font-size: 12px;
  }
  .site-header__phone {
    font-size: 15px;
  }
  .site-header__logo .logo__text {
    font-size: 15px;
  }
  .site-header__logo-icon {
    width: 50px;
    height: 54px;
    -ms-flex-preferred-size: 50px;
        flex-basis: 50px;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1100px) {
  .site-header__top {
    gap: 12px;
    padding-left: 16px;
    padding-right: 16px;
  }
  .site-header__callback {
    padding: 0 14px;
  }
}
.review-header {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 30px 1fr;
  grid-template-columns: repeat(2, 1fr);
  gap: 30px;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: end;
}
@media screen and (max-width: 1023px) {
  .review-header {
    -ms-grid-columns: 1fr;
    grid-template-columns: repeat(1, 1fr);
    gap: 20px;
  }
}
.review-header-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 25px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media screen and (max-width: 1023px) {
  .review-header-info {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    gap: 15px;
  }
}
@media screen and (max-width: 550px) {
  .review-header-info__button {
    width: 100%;
  }
}
.review-header-info-rating {
  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;
}
.review-header-info-rating-top {
  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;
}
.review-header-info-rating-top img {
  width: 26px;
  height: 26px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
@media screen and (max-width: 767px) {
  .review-header-info-rating-top img {
    width: 22px;
    height: 22px;
  }
}

.footer {
  padding-bottom: 30px;
  overflow: hidden;
}
.footer-bottom {
  border-top: 1px solid #EDF1F3;
  padding-top: 30px;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 20px 2fr 20px 1fr 20px 1fr;
  grid-template-columns: 1fr 2fr 1fr 1fr;
  gap: 20px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
}
@media screen and (max-width: 550px) {
  .footer-bottom {
    -ms-grid-columns: (1fr)[1];
    grid-template-columns: repeat(1, 1fr);
  }
}
@media screen and (min-width: 551px) and (max-width: 767px) {
  .footer-bottom {
    -ms-grid-columns: (1fr)[2];
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (min-width: 768px) and (max-width: 1279px) {
  .footer-bottom {
    -ms-grid-columns: 1fr 2fr;
    grid-template-columns: 1fr 2fr;
  }
}
.footer-links {
  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: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  gap: 2px;
}
@media screen and (max-width: 550px) {
  .footer-links {
    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;
  }
}
.footer-links__link {
  text-align: right;
}

.info {
  overflow: hidden;
}
.info-block {
  width: 100%;
  margin: 0 auto;
}
.info-items {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: minmax(220px, 305px) 40px minmax(360px, 470px) 40px minmax(220px, 305px);
  grid-template-columns: minmax(220px, 305px) minmax(360px, 470px) minmax(220px, 305px);
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-column-gap: 40px;
     -moz-column-gap: 40px;
          column-gap: 40px;
  row-gap: 25px;
}
.info-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: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 30px;
  border-radius: 16px;
  background: #F7FAFC;
  height: 100%;
  gap: 70px;
}
.info-item:nth-child(1) {
  -ms-grid-column: 1;
  grid-column: 1;
  -ms-grid-row: 1;
  grid-row: 1;
}
.info-item:nth-child(2) {
  -ms-grid-column: 3;
  grid-column: 3;
  -ms-grid-row: 1;
  grid-row: 1;
}
.info-item:nth-child(4) {
  -ms-grid-column: 1;
  grid-column: 1;
  -ms-grid-row: 2;
  grid-row: 2;
}
.info-item:nth-child(5) {
  -ms-grid-column: 3;
  grid-column: 3;
  -ms-grid-row: 2;
  grid-row: 2;
}
.info-img-wrapper {
  position: relative;
  z-index: 1;
  -ms-grid-column: 2;
  grid-column: 2;
  -ms-grid-row: 1;
  -ms-grid-row-span: 2;
  grid-row: 1/span 2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  min-height: 330px;
  margin-top: 0;
  margin-bottom: -90px;
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .info-img-wrapper {
    margin-bottom: -12px;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1440px) {
  .info-img-wrapper {
    margin-bottom: -55px;
  }
}
.info-img-wrapper img {
  position: relative;
  z-index: 1;
  width: 590px;
  max-width: none;
  display: block;
  pointer-events: none;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
.info-img-wrapper__note {
  position: absolute;
  z-index: 2;
  top: 120px;
  right: -70px;
  width: 174px;
  color: #1B2A3A;
  font-family: "Ruthless Sketch", "Montserrat", sans-serif;
  font-size: 18px;
  line-height: 110%;
  font-weight: 400;
  text-transform: uppercase;
  -webkit-transform: rotate(-8deg);
          transform: rotate(-8deg);
}
.info-img-wrapper__note span {
  color: #5F7285;
}

@media screen and (max-width: 1279px) {
  .info-items {
    -ms-grid-columns: minmax(190px, 250px) 28px minmax(330px, 390px) 28px minmax(190px, 250px);
    grid-template-columns: minmax(190px, 250px) minmax(330px, 390px) minmax(190px, 250px);
    -webkit-column-gap: 28px;
       -moz-column-gap: 28px;
            column-gap: 28px;
  }
  .info-img-wrapper img {
    width: 355px;
  }
  .info-img-wrapper__note {
    top: 112px;
    right: 0;
    width: 154px;
    font-size: 16px;
  }
}
@media screen and (max-width: 1023px) {
  .info-block {
    max-width: 680px;
  }
  .info-items {
    -ms-grid-columns: minmax(0, 1fr) 12px minmax(0, 1fr);
    grid-template-columns: repeat(2, minmax(0, 1fr));
    -ms-grid-rows: auto;
    grid-template-rows: auto;
    gap: 12px;
  }
  .info-items > *:nth-child(1) {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }
  .info-items > *:nth-child(2) {
    -ms-grid-row: 1;
    -ms-grid-column: 3;
  }
  .info-item {
    border-radius: 12px;
  }
  .info-item:nth-child(1), .info-item:nth-child(2), .info-item:nth-child(4), .info-item:nth-child(5) {
    grid-column: auto;
    grid-row: auto;
  }
  .info-img-wrapper {
    grid-column: 1/-1;
    -ms-grid-row: 1;
    grid-row: 1;
    min-height: 320px;
  }
  .info-img-wrapper img {
    width: 390px;
    max-width: 76%;
  }
  .info-img-wrapper__note {
    top: 40px;
    right: 15%;
  }
}
@media screen and (max-width: 767px) {
  .info__title {
    margin-bottom: 18px;
  }
  .info-items {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    gap: 10px;
  }
  .info-item {
    min-height: 108px;
    padding: 15px;
  }
  .info-item__title {
    font-size: 13px;
  }
  .info-img-wrapper {
    -ms-grid-column: 1;
    grid-column: 1;
    min-height: 270px;
    margin-bottom: -10px;
  }
  .info-img-wrapper img {
    width: 335px;
    max-width: 100%;
  }
  .info-img-wrapper__note {
    top: 40px;
    right: -6%;
    width: 110px;
    font-size: 12px;
  }
}
.main {
  overflow: hidden;
}
.main-block {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: minmax(0, 0.93fr) 54px minmax(420px, 0.78fr);
  grid-template-columns: minmax(0, 0.93fr) minmax(420px, 0.78fr);
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 54px;
  min-height: 360px;
}
.main-video {
  position: relative;
  min-height: 330px;
  -ms-flex-item-align: stretch;
      -ms-grid-row-align: stretch;
      align-self: stretch;
}
.main-video__note {
  position: absolute;
  z-index: 2;
  top: 188px;
  left: -16px;
  max-width: 260px;
  color: #5F7285;
  font-family: "Ruthless Sketch", "Montserrat", sans-serif;
  font-size: 17px;
  font-weight: 400;
  line-height: 110%;
  text-transform: uppercase;
  -webkit-transform: rotate(-9deg);
          transform: rotate(-9deg);
}
.main-video__note span {
  color: #5F7285;
}
.main-video__media {
  display: block;
  width: 100%;
  height: 100%;
  min-height: 330px;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center bottom;
     object-position: center bottom;
  pointer-events: none;
}
.main-content__pretitle {
  margin-bottom: 6px;
}
.main-content__title {
  margin-bottom: 20px;
  line-height: 1.06;
  letter-spacing: 0;
}
.main-content__descr {
  margin-bottom: 25px;
}
@media screen and (max-width: 1023px) {
  .main-content__descr {
    margin-bottom: 20px;
    font-size: 14px;
  }
}
.main-content__descr span {
  font-weight: 600;
}
.main-content-feature {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 8px 10px;
  margin-bottom: 34px;
}
.main-content-feature-item {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 7px;
  min-height: 26px;
  padding: 3px 10px 3px 3px;
  border: 1px solid #BBE1D1;
  border-radius: 999px;
  background: #FFFFFF;
}
.main-content-feature-item .check {
  width: 20px;
  height: 20px;
}
@media screen and (max-width: 767px) {
  .main-content-feature-item .check {
    width: 18px;
    height: 18px;
  }
}
.main-content-feature-item__text {
  font-size: 16px;
  line-height: 120%;
  white-space: nowrap;
}
@media screen and (max-width: 767px) {
  .main-content-feature-item__text {
    font-size: 13px;
  }
}
.main-content-buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 16px;
}
@media screen and (max-width: 1279px) {
  .main {
    padding-top: 42px;
  }
  .main-block {
    -ms-grid-columns: minmax(0, 1fr) 28px minmax(350px, 0.9fr);
    grid-template-columns: minmax(0, 1fr) minmax(350px, 0.9fr);
    gap: 28px;
    min-height: 320px;
  }
  .main-video {
    min-height: 290px;
  }
  .main-video__note {
    top: 74px;
    left: -8px;
    font-size: 14px;
  }
  .main-video__media {
    min-height: 290px;
  }
}
@media screen and (max-width: 990px) {
  .main {
    padding-top: 32px;
  }
  .main-block {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    gap: 22px;
    min-height: 0;
  }
  .main-content {
    max-width: none;
  }
  .main-video {
    min-height: 300px;
    max-width: 520px;
    width: 100%;
    margin: 0 auto;
  }
  .main-video__note {
    left: 4px;
  }
  .main-video__media {
    height: 300px;
    min-height: 300px;
  }
}
@media screen and (max-width: 767px) {
  .main-content-feature {
    margin-bottom: 24px;
  }
  .main-content-feature-item {
    max-width: 100%;
  }
  .main-content-feature-item__text {
    white-space: normal;
  }
  .main-content-buttons {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
    gap: 10px;
  }
  .main-content-buttons__button {
    width: 100%;
    min-width: 0;
  }
  .main-video {
    min-height: 340px;
  }
  .main-video__note {
    top: 20px;
    max-width: 190px;
    font-size: 12px;
  }
  .main-video__media {
    height: 340px;
    min-height: 340px;
  }
}

.service {
  background: #F7FAFC;
  overflow: hidden;
}
.service-item {
  background: #FFFFFF;
  border-radius: 16px;
  overflow: hidden;
  -webkit-box-shadow: 0 0 25px rgba(42, 44, 46, 0.03);
          box-shadow: 0 0 25px rgba(42, 44, 46, 0.03);
  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;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  padding: 30px 0 30px 30px;
  aspect-ratio: 1/1;
}
@media screen and (max-width: 767px) {
  .service-item {
    padding: 16px 0 16px 16px;
    aspect-ratio: 1/1;
  }
}
.service-item:hover .service-item__img {
  -webkit-transform: translateX(0);
          transform: translateX(0);
}
.service-item:hover .service-item-footer__title {
  color: #047AD0;
}
.service-item:hover .service-item-footer__button {
  background: #047AD0;
}
.service-item:hover .service-item-footer__button svg {
  scale: 1.1;
}
.service-item:hover .service-item-footer__button svg path {
  stroke: #FFFFFF;
}
.service-item-img-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: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  max-height: 180px;
}
@media screen and (max-width: 767px) {
  .service-item-img-wrapper {
    max-height: 160px;
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
}
.service-item__img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: right center;
     object-position: right center;
  -webkit-transform: translateX(100%);
          transform: translateX(100%);
  -webkit-transition: linear 0.3s;
  transition: linear 0.3s;
}
@media screen and (max-width: 1279px) {
  .service-item__img {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}
.service-item-footer {
  width: 100%;
  margin-top: 20px;
  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;
  padding-right: 30px;
}
@media screen and (max-width: 767px) {
  .service-item-footer {
    margin-top: 12px;
    gap: 10px;
    padding-right: 16px;
  }
}
.service-item-footer__title {
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.service-item-footer__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;
  width: 50px;
  height: 50px;
  border-radius: 100%;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  -webkit-transition: linear 0.2s;
  transition: linear 0.2s;
  border: 2px solid #047AD0;
}
@media screen and (max-width: 767px) {
  .service-item-footer__button {
    width: 36px;
    height: 36px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1440px) {
  .service-item-footer__button {
    width: 40px;
    height: 40px;
  }
}
.service-item-footer__button svg {
  -webkit-transition: linear 0.2s;
  transition: linear 0.2s;
}
@media screen and (max-width: 767px) {
  .service-item-footer__button svg {
    width: 10px;
    height: 10px;
  }
}
.service-slider {
  overflow: visible;
}
.service-slider .swiper-wrapper {
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}
.service-slider .swiper-slide {
  height: auto;
  opacity: 0.3;
  -webkit-transition: opacity 0.25s ease;
  transition: opacity 0.25s ease;
}
@media screen and (max-width: 767px) {
  .service-slider .swiper-slide {
    opacity: 1;
  }
}
.service-slider .swiper-slide-visible {
  opacity: 1;
}

.policy__info {
  max-width: 920px;
  margin: 0 auto;
  padding: 40px 48px;
  border-radius: 20px;
  background: #fff;
  -webkit-box-shadow: 0 20px 60px rgba(27, 42, 58, 0.08);
          box-shadow: 0 20px 60px rgba(27, 42, 58, 0.08);
}
.policy__info h1,
.policy__info h2,
.policy__info h3,
.policy__info h4,
.policy__info h5,
.policy__info h6 {
  color: #1B2A3A;
  line-height: 1.25;
}
.policy__info h1,
.policy__info h2,
.policy__info h3 {
  margin: 0 0 22px;
  font-size: 36px;
  font-weight: 600;
}
.policy__info h4,
.policy__info h5,
.policy__info h6 {
  margin: 34px 0 14px;
  font-size: 24px;
  font-weight: 600;
}
.policy__info p,
.policy__info li {
  color: #3d4f60;
  font-size: 18px;
  line-height: 1.65;
}
.policy__info p {
  margin: 0 0 16px;
  white-space: normal;
  overflow-wrap: anywhere;
}
.policy__info ul,
.policy__info ol {
  margin: 0 0 20px 22px;
  padding: 0;
  display: -ms-grid;
  display: grid;
  gap: 10px;
}
.policy__info span {
  color: #1B2A3A;
  font-size: 18px;
  font-weight: 600;
  line-height: 1.4;
}
.policy__info > :last-child {
  margin-bottom: 0;
}

.textpage__info {
  max-width: 920px;
  margin: 0 auto;
  padding: 40px 48px;
  border-radius: 20px;
  background: #fff;
  -webkit-box-shadow: 0 20px 60px rgba(27, 42, 58, 0.08);
          box-shadow: 0 20px 60px rgba(27, 42, 58, 0.08);
}

.thanks-page {
  min-height: clamp(420px, 62vh, 720px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-top: 20px;
  padding-bottom: 20px;
}
.thanks-page__wrapper {
  max-width: 780px;
  margin: 0 auto;
  padding: 48px;
  border-radius: 24px;
  text-align: center;
  background: #fff;
  -webkit-box-shadow: 0 20px 60px rgba(27, 42, 58, 0.08);
          box-shadow: 0 20px 60px rgba(27, 42, 58, 0.08);
}
.thanks-page__title {
  margin-bottom: 16px;
  color: #1B2A3A;
  font-size: clamp(32px, 5vw, 52px);
  line-height: 1.15;
  font-weight: 600;
}
.thanks-page__text {
  max-width: 560px;
  margin: 0 auto 28px;
  color: #3d4f60;
  font-size: clamp(18px, 2.3vw, 24px);
  line-height: 1.45;
}
.thanks-page__btn {
  min-width: 260px;
}

@media screen and (max-width: 1023px) {
  .policy__info,
  .textpage__info {
    padding: 28px 24px;
  }
  .policy__info h1,
  .policy__info h2,
  .policy__info h3 {
    font-size: 30px;
  }
  .policy__info h4,
  .policy__info h5,
  .policy__info h6 {
    margin-top: 28px;
    font-size: 22px;
  }
  .policy__info p,
  .policy__info li,
  .policy__info span {
    font-size: 17px;
  }
  .thanks-page {
    min-height: 52vh;
  }
  .thanks-page__wrapper {
    padding: 38px 30px;
  }
}
@media screen and (max-width: 767px) {
  .policy__info,
  .textpage__info {
    border-radius: 16px;
    padding: 22px 16px;
  }
  .policy__info h1,
  .policy__info h2,
  .policy__info h3 {
    margin-bottom: 16px;
    font-size: 26px;
  }
  .policy__info h4,
  .policy__info h5,
  .policy__info h6 {
    margin-top: 24px;
    margin-bottom: 12px;
    font-size: 20px;
  }
  .policy__info p,
  .policy__info li,
  .policy__info span {
    font-size: 16px;
    line-height: 1.55;
  }
  .policy__info ul,
  .policy__info ol {
    margin-left: 18px;
    gap: 8px;
  }
  .thanks-page {
    min-height: 46vh;
  }
  .thanks-page__wrapper {
    border-radius: 18px;
    padding: 28px 18px;
  }
  .thanks-page__btn {
    width: 100%;
    min-width: 0;
  }
}