* {
    padding: 0px;
    margin: 0px;
    border: 0px;
    box-sizing: border-box;
    font-family: 'one';
  }
  
  *,
  :after,
  :before {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
  aside,
  footer,
  header,
  nav,
  section {
    display: block;
  }
  @font-face {
    font-family: 'two';
    src: url(../fonts/1cXxaUPXBpj2rGoU7C9WiHGF.woff2);
}


/* vietnamese */
@font-face {
    font-family: 'one';
    src: url(../fonts/Qw3aZQNVED7rKGKxtqIqX5EUDXx4.woff2);

}

@font-face {
    font-family: 'three';
    src: url(../fonts/Yq6R-LCAWCX3-6Ky7FAFrOF6kjouQb4.woff2);

}
  body {
    line-height: 1;
    -ms-text-size-adjust: 100%;
    -moz-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
  }
  input::-ms-clear {
    display: none;
  }
  button {
    cursor: pointer;
  }
  button::-moz-focus-inner {
    padding: 0;
    border: 0;
  }
  a,
  a:visited {
    text-decoration: none;
  }
  a:hover {
    text-decoration: none;
  }
  ul li {
    list-style: none;
  }
  img {
    vertical-align: top;
  }
  h1,
  h2,
  h3,
  h4,
  h5,
  h6 {
    font-weight: inherit;
    font-size: inherit;
  }
  .container {
    max-width: 1248px;
    width: 100%;
    margin: 0 auto;
    padding: 0 20px;
  }
  body {
    font-family: Inter, sans-serif;
  }
  body.locked {
    overflow: hidden;
  }
  @-webkit-keyframes fade {
    0% {
      opacity: 0;
    }
    100% {
      opacity: 1;
    }
  }
  @keyframes fade {
    0% {
      opacity: 0;
    }
    100% {
      opacity: 1;
    }
  }
  header {
    background: white;
    color: black;
    padding: 20px 0;
  }
  .navbar {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 56px;
  }
  .menu__item-link {
    font-style: normal;
    font-weight: bold;
    font-size: 14px;
    line-height: 20px;
    color: black;
    text-decoration: none;
  }
  
  .menu__item-link:hover {
    color: black;
  }
  
  .btns {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 8px;
  }
  .btns__btn-login {
    font-style: normal;
    font-weight: bold;
    font-size: 14px;
    line-height: 20px;
    color: black;
    padding: 8px 16px;
    text-decoration: none;
  }
  .btns__btn-login:hover {
    background: #fff;
    border-radius: 8px;
    color: #6254ff;
  }
  .btns__btn-up {
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 20px;
    color: #fff;
    padding: 8px 16px;
  }
  .btns__btn-up:hover {
    background: #fff;
    border-radius: 8px;
    color: #6254ff;
  }
  .burger {
    display: none;
    cursor: pointer;
  }
  .section__hero {
    background: #8e6f32;
    padding-top: 110px;
    padding-bottom: 70px;
  }
  .hero {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 55px;
  }
  .hero__left {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .hero__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 12px;
  }
  .hero__item-title {
    font-family: Inter;
    font-style: normal;
    font-weight: 700;
    font-size: 60px;
    line-height: 72px;
    letter-spacing: -0.02em;
    color: #fff;
    margin-top: 36px;
    width: 600px;
  }
  .hero__item-subtitle {
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    color: #fff;
    margin-top: 36px;
    width: 600px;
  }
  .hero__right {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-display: column;
  }
  .hero__right-img1 {
    position: absolute;
    top: -171px;
    left: 183px;
  }
  .hero__right-img2 {
    position: absolute;
    top: -118px;
    left: -20px;
    z-index: 3;
    width: 300px;
  }
  .hero__right-img3 {
    margin-left: 100px;
    z-index: 2;
    width: 420px;
  }
  .hero__right-img4 {
    position: absolute;
    top: 96px;
    left: 57px;
  }
  .hero__right-img5 {
    position: absolute;
    top: 160px;
    left: 447px;
  }
  .hero__right-img6 {
    position: absolute;
    top: 155px;
    left: 26px;
    z-index: 1;
    width: 300px;
  }
  .hero__right-img7 {
    position: absolute;
    top: 351px;
  }
  .hero__right-img8 {
    position: absolute;
    top: 297px;
    left: 327px;
  }
  .item-platform {
    background: #ffb400;
    border-radius: 36px;
  }
  .item-platform-text {
    padding: 8px 16px;
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 20px;
    text-transform: uppercase;
    color: #fff;
  }
  .item-support {
    background: #4fbe6e;
    border-radius: 36px;
  }
  .item-support-text {
    padding: 8px 16px;
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 20px;
    text-transform: uppercase;
    color: #fff;
  }
  .section__features {
    padding: 96px 0;
    background: #f3f4f6;
  }
  .features__subtitle {
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    text-align: center;
    color: #64748b;
  }
  .features__title {
    font-style: normal;
    font-weight: 600;
    font-size: 24px;
    line-height: 32px;
    text-align: center;
    color: #1e293b;
    margin-top: 16px;
    width: 392px;
    margin: 0 auto;
  }
  .features__items {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 16px;
    margin-top: 64px;
  }
  .feature__item {
    width: 290px;
    padding: 36px;
  }
  .feature__item-title {
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 24px;
    color: #fff;
    margin-top: 44px;
  }
  .feature__item-subtitle {
    margin-top: 16px;
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    color: #fff;
  }
  .yellow {
    background: #ffb400;
    border-radius: 12px;
  }
  .green {
    background: #4fbe6e;
    border-radius: 12px;
  }
  .pink {
    background: #8354e8;
    border-radius: 12px;
  }
  .blue {
    background: #73bafd;
    border-radius: 12px;
  }
  .section__text {
    padding-top: 96px;
    padding-bottom: 30px;
  }
  .text__title {
    font-style: normal;
    font-weight: 600;
    font-size: 24px;
    line-height: 32px;
    color: #1e293b;
    margin: 0 auto;
    width: 800px;
    text-align: center;
  }
  .section__control {
    padding-top: 2px;
  }
  .control__items {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 88px;
  }
  .control__item-title {
    padding-bottom: 20px;
    font-style: normal;
    font-weight: 600;
    font-size: 36px;
    line-height: 44px;
    color: #1e293b;
  }
  .control__item-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 24px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-top: 24px;
  }
  .control__item-foto {
    max-width: 626px;
  }
  .item__content-text {
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    color: #1e293b;
  }
  .reporting__items {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 88px;
  }
  .reporting__item-title {
    padding-bottom: 20px;
    font-style: normal;
    font-weight: 600;
    font-size: 36px;
    line-height: 44px;
    color: #1e293b;
  }
  .reporting__item-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 24px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-top: 24px;
  }
  .reporting__item-foto {
    max-width: 626px;
  }
  .item__content-text {
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    color: #1e293b;
  }
  .smart__items {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 88px;
  }
  .smart__item-title {
    padding-bottom: 20px;
    font-style: normal;
    font-weight: 600;
    font-size: 36px;
    line-height: 44px;
    color: #1e293b;
  }
  .smart__item-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 24px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-top: 24px;
  }
  .smart__item-foto {
    max-width: 626px;
  }
  .item__content-text {
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    color: #1e293b;
  }
  .automation__items {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 88px;
  }
  .automation__item-title {
    padding-bottom: 20px;
    font-style: normal;
    font-weight: 600;
    font-size: 36px;
    line-height: 44px;
    color: #1e293b;
  }
  .automation__item-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 24px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-top: 24px;
  }
  .automation__item-foto {
    max-width: 626px;
  }
  .item__content-text {
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    color: #1e293b;
  }
  .support__items {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 88px;
  }
  .support__item-title {
    padding-bottom: 20px;
    font-style: normal;
    font-weight: 600;
    font-size: 36px;
    line-height: 44px;
    color: #1e293b;
  }
  .support__item-subtitle {
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    color: #1e293b;
    padding-top: 40px;
    padding-bottom: 10px;
  }
  .support__item-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 24px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-top: 24px;
  }
  .support__item-foto {
    max-width: 626px;
  }
  .item__content-text {
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    color: #1e293b;
  }
  .section__strong {
    padding: 110px 0;
  }
  .strong_item-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 26px;
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .strong__items {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .strong__item-subtitle {
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    color: #fff;
    margin-top: 86px;
    padding-left: 86px;
  }
  .strong__item-title {
    padding-left: 86px;
    margin-top: 16px;
    font-style: normal;
    font-weight: 600;
    font-size: 24px;
    line-height: 32px;
    color: #fff;
    width: 400px;
  }
  .item {
    margin-top: 44px;
  }
  .item__content-svg {
    padding-left: 86px;
  }
  .item__content-texts {
    font-style: normal;
    font-weight: 600;
    font-size: 18px;
    line-height: 28px;
    color: #fff;
  }
  .item__content-subtext {
    width: 300px;
    margin-right: 86px;
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    color: #fff;
  }
  .price__subtitle {
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    text-align: center;
    color: #64748b;
  }
  .price__title {
    margin-top: 6px;
    font-style: normal;
    font-weight: 600;
    font-size: 24px;
    line-height: 32px;
    text-align: center;
    color: #1e293b;
    width: 400px;
    margin: 0 auto;
  }
  .price__items {
    margin-top: 8px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    gap: 16px;
  }
  .price__item {
    background: #f8fafc;
    border: 1px solid #e2e8f0;
    border-radius: 12px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    text-align: center;
    padding: 36px;
    width: 600px;
  }
  .price__item:hover {
    background: #1e293b;
  }
  .price__item:hover .price__item-btn {
    background: #fff;
    color: #1e293b;
  }
  .price__item:hover .price__item-price {
    color: #fff;
  }
  .price__item:hover .price__item-price span {
    color: #fff;
  }
  .price__item:hover .price__item-text-none {
    color: #1e293b;
  }
  .price__item-title {
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 24px;
    color: #7c3aed;
    margin-top: 44px;
  }
  .price__item-price {
    margin-top: 16px;
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    color: #1e293b;
  }
  .price__item-price span {
    font-style: normal;
    font-weight: 600;
    font-size: 24px;
    line-height: 32px;
    color: #1e293b;
  }
  .price__item-subtitle {
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    text-align: center;
    color: #475569;
    margin-top: 61px;
    padding: 0 36px;
    padding-bottom: 86px;
  }
  .price__item-btn {
    padding: 12px 70px;
    background: #1e293b;
    border-radius: 8px;
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 20px;
    color: #fff;
  }
  .price__item-pink {
    background: #4c1d95;
    border-radius: 4px;
    width: 170px;
    margin: 0 auto;
    margin-top: 8px;
  }
  .price__item-text {
    font-style: normal;
    font-weight: 500;
    font-size: 12px;
    line-height: 18px;
    color: #ede9fe;
  }
  .price__item-pink-none {
    z-index: -20;
  }
  .price__item-text-none {
    z-index: -50;
    color: #f8fafc;
  }
  #hhh {
    padding-bottom: 34px;
  }
  .section__testimonial {
    padding-top: 150px;
  }
  .testimonial__subtitle {
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    text-align: center;
    color: #64748b;
  }
  .testimonial__title {
    font-style: normal;
    font-weight: 600;
    font-size: 24px;
    line-height: 32px;
    margin-top: 16px;
    text-align: center;
    color: #1e293b;
    width: 400px;
    margin: 0 auto;
  }
  .testimonials__item {
    background: #8354e8;
    -webkit-box-shadow: 0 32px 64px -12px rgba(16, 24, 40, 0.2);
    box-shadow: 0 32px 64px -12px rgba(16, 24, 40, 0.2);
    border-radius: 16px;
    text-align: center;
    margin-top: 64px;
  }
  .testimonials__item-img {
    margin-top: 64px;
  }
  .testimonials__item-title {
    font-style: normal;
    font-weight: 500;
    font-size: 24px;
    line-height: 32px;
    text-align: center;
    color: #fff;
    margin-top: 64px;
    padding: 0 188px;
  }
  .testimonials__item-icon {
    margin-top: 56px;
    padding-bottom: 64px;
  }
  .swiper-pagination-bullet {
    width: 36px !important;
    height: 4px !important;
    border-radius: 2px !important;
  }
  .swiper-pagination-bullet-active {
    background: #fff !important;
  }
  .section__contact {
    padding-top: 50px;
  }
  .contact {
    padding-top: 10px;
    padding-bottom: 100px;
    background: #f8fafc;
    border-radius: 16px;
    position: relative;
  }
  .contact__img {
    position: absolute;
    left: calc(50% - 50px);
    top: calc(50% - 50px);
  }
  .contact__items {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    gap: 10px;
  }
  .contact__item-subtitle {
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    color: #64748b;
  }
  .contact__item-title {
    margin-top: 16px;
    font-style: normal;
    font-weight: 600;
    font-size: 24px;
    line-height: 32px;
    color: #1e293b;
    max-width: 400px;
  }
  .contact__item-text {
    margin-top: 36px;
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    color: #334155;
    max-width: 400px;
  }
  .form {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .form__input {
    margin-top: 20px;
    background: 0 0;
    outline: 0;
    border: none;
    border-bottom: 1px solid #94a3b8;
    padding: 5px 0;
    font-style: normal;
    font-size: 16px;
    line-height: 170%;
    color: #94a3b8;
    width: 392px;
  }
  .form__input::-webkit-input-placeholder {
    font-style: normal;
    font-size: 16px;
    line-height: 170%;
    color: #94a3b8;
  }
  .form__input::-moz-placeholder {
    font-style: normal;
    font-size: 16px;
    line-height: 170%;
    color: #94a3b8;
  }
  .form__input:-ms-input-placeholder {
    font-style: normal;
    font-size: 16px;
    line-height: 170%;
    color: #94a3b8;
  }
  .form__input::-ms-input-placeholder {
    font-style: normal;
    font-size: 16px;
    line-height: 170%;
    color: #94a3b8;
  }
  .form__input::placeholder {
    font-style: normal;
    font-size: 16px;
    line-height: 170%;
    color: #94a3b8;
  }
  .form__textarea {
    resize: none;
    min-height: 75px;
    margin-top: 35px;
    background: 0 0;
    outline: 0;
    border: none;
    border-bottom: 1px solid #94a3b8;
    padding: 5px 0;
    font-style: normal;
    font-size: 16px;
    line-height: 170%;
    color: #fff;
  }
  .form__textarea::-webkit-input-placeholder {
    font-style: normal;
    font-size: 16px;
    line-height: 170%;
    color: #94a3b8;
  }
  .form__textarea::-moz-placeholder {
    font-style: normal;
    font-size: 16px;
    line-height: 170%;
    color: #94a3b8;
  }
  .form__textarea:-ms-input-placeholder {
    font-style: normal;
    font-size: 16px;
    line-height: 170%;
    color: #94a3b8;
  }
  .form__textarea::-ms-input-placeholder {
    font-style: normal;
    font-size: 16px;
    line-height: 170%;
    color: #94a3b8;
  }
  .form__textarea::placeholder {
    font-style: normal;
    font-size: 16px;
    line-height: 170%;
    color: #94a3b8;
  }
  .form__btn {
    background: #1e293b;
    border-radius: 8px;
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 20px;
    color: #fff;
    padding: 12px 146px;
    margin-top: 26px;
  }
  footer {
    background: #1e293b;
    padding-top: 220px;
    padding-bottom: 86px;
    margin-top: -100px;
  }
  .footer {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    align-items: center;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .footer__item-text {
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    color: #f8fafc;
  }
  @font-face {
    font-family: swiper-icons;
    src: url("data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA");
    font-weight: 400;
    font-style: normal;
  }
  :root {
    --swiper-theme-color: #007aff;
  }
  .swiper {
    margin-left: auto;
    margin-right: auto;
    position: relative;
    overflow: hidden;
    list-style: none;
    padding: 0;
    z-index: 1;
  }
  .swiper-vertical > .swiper-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .swiper-wrapper {
    position: relative;
    width: 100%;
    height: 100%;
    z-index: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-transition-property: -webkit-transform;
    transition-property: -webkit-transform;
    -o-transition-property: transform;
    transition-property: transform;
    transition-property: transform, -webkit-transform;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
  }
  .swiper-android .swiper-slide,
  .swiper-wrapper {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  .swiper-pointer-events {
    -ms-touch-action: pan-y;
    touch-action: pan-y;
  }
  .swiper-pointer-events.swiper-vertical {
    -ms-touch-action: pan-x;
    touch-action: pan-x;
  }
  .swiper-slide {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: 100%;
    height: 100%;
    position: relative;
    -webkit-transition-property: -webkit-transform;
    transition-property: -webkit-transform;
    -o-transition-property: transform;
    transition-property: transform;
    transition-property: transform, -webkit-transform;
  }
  .swiper-slide-invisible-blank {
    visibility: hidden;
  }
  .swiper-autoheight,
  .swiper-autoheight .swiper-slide {
    height: auto;
  }
  .swiper-autoheight .swiper-wrapper {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-transition-property: height, -webkit-transform;
    transition-property: height, -webkit-transform;
    -o-transition-property: transform, height;
    transition-property: transform, height;
    transition-property: transform, height, -webkit-transform;
  }
  .swiper-3d,
  .swiper-3d.swiper-css-mode .swiper-wrapper {
    -webkit-perspective: 1200px;
    perspective: 1200px;
  }
  .swiper-3d .swiper-cube-shadow,
  .swiper-3d .swiper-slide,
  .swiper-3d .swiper-slide-shadow,
  .swiper-3d .swiper-slide-shadow-bottom,
  .swiper-3d .swiper-slide-shadow-left,
  .swiper-3d .swiper-slide-shadow-right,
  .swiper-3d .swiper-slide-shadow-top,
  .swiper-3d .swiper-wrapper {
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
  }
  .swiper-3d .swiper-slide-shadow,
  .swiper-3d .swiper-slide-shadow-bottom,
  .swiper-3d .swiper-slide-shadow-left,
  .swiper-3d .swiper-slide-shadow-right,
  .swiper-3d .swiper-slide-shadow-top {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
    z-index: 10;
  }
  .swiper-3d .swiper-slide-shadow {
    background: rgba(0, 0, 0, 0.15);
  }
  .swiper-3d .swiper-slide-shadow-left {
    background-image: -webkit-gradient(
      linear,
      right top,
      left top,
      from(rgba(0, 0, 0, 0.5)),
      to(rgba(0, 0, 0, 0))
    );
    background-image: -o-linear-gradient(
      right,
      rgba(0, 0, 0, 0.5),
      rgba(0, 0, 0, 0)
    );
    background-image: linear-gradient(
      to left,
      rgba(0, 0, 0, 0.5),
      rgba(0, 0, 0, 0)
    );
  }
  .swiper-3d .swiper-slide-shadow-right {
    background-image: -webkit-gradient(
      linear,
      left top,
      right top,
      from(rgba(0, 0, 0, 0.5)),
      to(rgba(0, 0, 0, 0))
    );
    background-image: -o-linear-gradient(
      left,
      rgba(0, 0, 0, 0.5),
      rgba(0, 0, 0, 0)
    );
    background-image: linear-gradient(
      to right,
      rgba(0, 0, 0, 0.5),
      rgba(0, 0, 0, 0)
    );
  }
  .swiper-3d .swiper-slide-shadow-top {
    background-image: -webkit-gradient(
      linear,
      left bottom,
      left top,
      from(rgba(0, 0, 0, 0.5)),
      to(rgba(0, 0, 0, 0))
    );
    background-image: -o-linear-gradient(
      bottom,
      rgba(0, 0, 0, 0.5),
      rgba(0, 0, 0, 0)
    );
    background-image: linear-gradient(
      to top,
      rgba(0, 0, 0, 0.5),
      rgba(0, 0, 0, 0)
    );
  }
  .swiper-3d .swiper-slide-shadow-bottom {
    background-image: -webkit-gradient(
      linear,
      left top,
      left bottom,
      from(rgba(0, 0, 0, 0.5)),
      to(rgba(0, 0, 0, 0))
    );
    background-image: -o-linear-gradient(
      top,
      rgba(0, 0, 0, 0.5),
      rgba(0, 0, 0, 0)
    );
    background-image: linear-gradient(
      to bottom,
      rgba(0, 0, 0, 0.5),
      rgba(0, 0, 0, 0)
    );
  }
  .swiper-css-mode > .swiper-wrapper {
    overflow: auto;
    scrollbar-width: none;
    -ms-overflow-style: none;
  }
  .swiper-css-mode > .swiper-wrapper::-webkit-scrollbar {
    display: none;
  }
  .swiper-css-mode > .swiper-wrapper > .swiper-slide {
    scroll-snap-align: start start;
  }
  .swiper-horizontal.swiper-css-mode > .swiper-wrapper {
    -ms-scroll-snap-type: x mandatory;
    scroll-snap-type: x mandatory;
  }
  .swiper-vertical.swiper-css-mode > .swiper-wrapper {
    -ms-scroll-snap-type: y mandatory;
    scroll-snap-type: y mandatory;
  }
  .swiper-centered > .swiper-wrapper::before {
    content: "";
    -ms-flex-negative: 0;
    flex-shrink: 0;
    -webkit-box-ordinal-group: 10000;
    -ms-flex-order: 9999;
    order: 9999;
  }
  .swiper-centered.swiper-horizontal
    > .swiper-wrapper
    > .swiper-slide:first-child {
    -webkit-margin-start: var(--swiper-centered-offset-before);
    margin-inline-start: var(--swiper-centered-offset-before);
  }
  .swiper-centered.swiper-horizontal > .swiper-wrapper::before {
    height: 100%;
    min-height: 1px;
    width: var(--swiper-centered-offset-after);
  }
  .swiper-centered.swiper-vertical > .swiper-wrapper > .swiper-slide:first-child {
    -webkit-margin-before: var(--swiper-centered-offset-before);
    margin-block-start: var(--swiper-centered-offset-before);
  }
  .swiper-centered.swiper-vertical > .swiper-wrapper::before {
    width: 100%;
    min-width: 1px;
    height: var(--swiper-centered-offset-after);
  }
  .swiper-centered > .swiper-wrapper > .swiper-slide {
    scroll-snap-align: center center;
  }
  .swiper-virtual.swiper-css-mode .swiper-wrapper::after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    pointer-events: none;
  }
  .swiper-virtual.swiper-css-mode.swiper-horizontal .swiper-wrapper::after {
    height: 1px;
    width: var(--swiper-virtual-size);
  }
  .swiper-virtual.swiper-css-mode.swiper-vertical .swiper-wrapper::after {
    width: 1px;
    height: var(--swiper-virtual-size);
  }
  :root {
    --swiper-navigation-size: 44px;
  }
  .swiper-button-next,
  .swiper-button-prev {
    position: absolute;
    top: 50%;
    width: calc(var(--swiper-navigation-size) / 44 * 27);
    height: var(--swiper-navigation-size);
    margin-top: calc(0px - var(--swiper-navigation-size) / 2);
    z-index: 10;
    cursor: pointer;
    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;
    color: var(--swiper-navigation-color, var(--swiper-theme-color));
  }
  .swiper-button-next.swiper-button-disabled,
  .swiper-button-prev.swiper-button-disabled {
    opacity: 0.35;
    cursor: auto;
    pointer-events: none;
  }
  .swiper-button-next:after,
  .swiper-button-prev:after {
    font-family: swiper-icons;
    font-size: var(--swiper-navigation-size);
    text-transform: none !important;
    letter-spacing: 0;
    text-transform: none;
    font-variant: initial;
    line-height: 1;
  }
  .swiper-button-prev,
  .swiper-rtl .swiper-button-next {
    left: 10px;
    right: auto;
  }
  .swiper-button-prev:after,
  .swiper-rtl .swiper-button-next:after {
    content: "prev";
  }
  .swiper-button-next,
  .swiper-rtl .swiper-button-prev {
    right: 10px;
    left: auto;
  }
  .swiper-button-next:after,
  .swiper-rtl .swiper-button-prev:after {
    content: "next";
  }
  .swiper-button-lock {
    display: none;
  }
  .swiper-pagination {
    position: absolute;
    text-align: center;
    -webkit-transition: 0.3s opacity;
    -o-transition: 0.3s opacity;
    transition: 0.3s opacity;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    z-index: 10;
  }
  .swiper-pagination.swiper-pagination-hidden {
    opacity: 0;
  }
  .swiper-horizontal > .swiper-pagination-bullets,
  .swiper-pagination-bullets.swiper-pagination-horizontal,
  .swiper-pagination-custom,
  .swiper-pagination-fraction {
    bottom: 10px;
    left: 0;
    width: 100%;
  }
  .swiper-pagination-bullets-dynamic {
    overflow: hidden;
    font-size: 0;
  }
  .swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
    -webkit-transform: scale(0.33);
    -ms-transform: scale(0.33);
    transform: scale(0.33);
    position: relative;
  }
  .swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
  }
  .swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
  }
  .swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
    -webkit-transform: scale(0.66);
    -ms-transform: scale(0.66);
    transform: scale(0.66);
  }
  .swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
    -webkit-transform: scale(0.33);
    -ms-transform: scale(0.33);
    transform: scale(0.33);
  }
  .swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
    -webkit-transform: scale(0.66);
    -ms-transform: scale(0.66);
    transform: scale(0.66);
  }
  .swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
    -webkit-transform: scale(0.33);
    -ms-transform: scale(0.33);
    transform: scale(0.33);
  }
  .swiper-pagination-bullet {
    width: var(
      --swiper-pagination-bullet-width,
      var(--swiper-pagination-bullet-size, 8px)
    );
    height: var(
      --swiper-pagination-bullet-height,
      var(--swiper-pagination-bullet-size, 8px)
    );
    display: inline-block;
    border-radius: 50%;
    background: var(--swiper-pagination-bullet-inactive-color, #000);
    opacity: var(--swiper-pagination-bullet-inactive-opacity, 0.2);
  }
  button.swiper-pagination-bullet {
    border: none;
    margin: 0;
    padding: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
  }
  .swiper-pagination-clickable .swiper-pagination-bullet {
    cursor: pointer;
  }
  .swiper-pagination-bullet:only-child {
    display: none !important;
  }
  .swiper-pagination-bullet-active {
    opacity: var(--swiper-pagination-bullet-opacity, 1);
    background: var(--swiper-pagination-color, var(--swiper-theme-color));
  }
  .swiper-pagination-vertical.swiper-pagination-bullets,
  .swiper-vertical > .swiper-pagination-bullets {
    right: 10px;
    top: 50%;
    -webkit-transform: translate3d(0, -50%, 0);
    transform: translate3d(0, -50%, 0);
  }
  .swiper-pagination-vertical.swiper-pagination-bullets .swiper-pagination-bullet,
  .swiper-vertical > .swiper-pagination-bullets .swiper-pagination-bullet {
    margin: var(--swiper-pagination-bullet-vertical-gap, 6px) 0;
    display: block;
  }
  .swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic,
  .swiper-vertical
    > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 8px;
  }
  .swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic
    .swiper-pagination-bullet,
  .swiper-vertical
    > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic
    .swiper-pagination-bullet {
    display: inline-block;
    -webkit-transition: 0.2s top, 0.2s -webkit-transform;
    transition: 0.2s top, 0.2s -webkit-transform;
    -o-transition: 0.2s transform, 0.2s top;
    transition: 0.2s transform, 0.2s top;
    transition: 0.2s transform, 0.2s top, 0.2s -webkit-transform;
  }
  .swiper-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet,
  .swiper-pagination-horizontal.swiper-pagination-bullets
    .swiper-pagination-bullet {
    margin: 0 var(--swiper-pagination-bullet-horizontal-gap, 4px);
  }
  .swiper-horizontal
    > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic,
  .swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    white-space: nowrap;
  }
  .swiper-horizontal
    > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic
    .swiper-pagination-bullet,
  .swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic
    .swiper-pagination-bullet {
    -webkit-transition: 0.2s left, 0.2s -webkit-transform;
    transition: 0.2s left, 0.2s -webkit-transform;
    -o-transition: 0.2s transform, 0.2s left;
    transition: 0.2s transform, 0.2s left;
    transition: 0.2s transform, 0.2s left, 0.2s -webkit-transform;
  }
  .swiper-horizontal.swiper-rtl
    > .swiper-pagination-bullets-dynamic
    .swiper-pagination-bullet {
    -webkit-transition: 0.2s right, 0.2s -webkit-transform;
    transition: 0.2s right, 0.2s -webkit-transform;
    -o-transition: 0.2s transform, 0.2s right;
    transition: 0.2s transform, 0.2s right;
    transition: 0.2s transform, 0.2s right, 0.2s -webkit-transform;
  }
  .swiper-pagination-progressbar {
    background: rgba(0, 0, 0, 0.25);
    position: absolute;
  }
  .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
    background: var(--swiper-pagination-color, var(--swiper-theme-color));
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
    -webkit-transform-origin: left top;
    -ms-transform-origin: left top;
    transform-origin: left top;
  }
  .swiper-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
    -webkit-transform-origin: right top;
    -ms-transform-origin: right top;
    transform-origin: right top;
  }
  .swiper-horizontal > .swiper-pagination-progressbar,
  .swiper-pagination-progressbar.swiper-pagination-horizontal,
  .swiper-pagination-progressbar.swiper-pagination-vertical.swiper-pagination-progressbar-opposite,
  .swiper-vertical
    > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
    width: 100%;
    height: 4px;
    left: 0;
    top: 0;
  }
  .swiper-horizontal
    > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,
  .swiper-pagination-progressbar.swiper-pagination-horizontal.swiper-pagination-progressbar-opposite,
  .swiper-pagination-progressbar.swiper-pagination-vertical,
  .swiper-vertical > .swiper-pagination-progressbar {
    width: 4px;
    height: 100%;
    left: 0;
    top: 0;
  }
  .swiper-pagination-lock {
    display: none;
  }
  .swiper-scrollbar {
    border-radius: 10px;
    position: relative;
    -ms-touch-action: none;
    background: rgba(0, 0, 0, 0.1);
  }
  .swiper-horizontal > .swiper-scrollbar {
    position: absolute;
    left: 1%;
    bottom: 3px;
    z-index: 50;
    height: 5px;
    width: 98%;
  }
  .swiper-vertical > .swiper-scrollbar {
    position: absolute;
    right: 3px;
    top: 1%;
    z-index: 50;
    width: 5px;
    height: 98%;
  }
  .swiper-scrollbar-drag {
    height: 100%;
    width: 100%;
    position: relative;
    background: rgba(0, 0, 0, 0.5);
    border-radius: 10px;
    left: 0;
    top: 0;
  }
  .swiper-scrollbar-cursor-drag {
    cursor: move;
  }
  .swiper-scrollbar-lock {
    display: none;
  }
  .swiper-zoom-container {
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
  }
  .swiper-zoom-container > canvas,
  .swiper-zoom-container > img,
  .swiper-zoom-container > svg {
    max-width: 100%;
    max-height: 100%;
    -o-object-fit: contain;
    object-fit: contain;
  }
  .swiper-slide-zoomed {
    cursor: move;
  }
  .swiper-lazy-preloader {
    width: 42px;
    height: 42px;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -21px;
    margin-top: -21px;
    z-index: 10;
    -webkit-transform-origin: 50%;
    -ms-transform-origin: 50%;
    transform-origin: 50%;
    -webkit-animation: swiper-preloader-spin 1s infinite linear;
    animation: swiper-preloader-spin 1s infinite linear;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border: 4px solid var(--swiper-preloader-color, var(--swiper-theme-color));
    border-radius: 50%;
    border-top-color: transparent;
  }
  .swiper-lazy-preloader-white {
    --swiper-preloader-color: #fff;
  }
  .swiper-lazy-preloader-black {
    --swiper-preloader-color: #000;
  }
  @-webkit-keyframes swiper-preloader-spin {
    100% {
      -webkit-transform: rotate(360deg);
      transform: rotate(360deg);
    }
  }
  @keyframes swiper-preloader-spin {
    100% {
      -webkit-transform: rotate(360deg);
      transform: rotate(360deg);
    }
  }
  .swiper .swiper-notification {
    position: absolute;
    left: 0;
    top: 0;
    pointer-events: none;
    opacity: 0;
    z-index: -1000;
  }
  .swiper-free-mode > .swiper-wrapper {
    -webkit-transition-timing-function: ease-out;
    -o-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
    margin: 0 auto;
  }
  .swiper-grid > .swiper-wrapper {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .swiper-grid-column > .swiper-wrapper {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .swiper-fade.swiper-free-mode .swiper-slide {
    -webkit-transition-timing-function: ease-out;
    -o-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
  }
  .swiper-fade .swiper-slide {
    pointer-events: none;
    -webkit-transition-property: opacity;
    -o-transition-property: opacity;
    transition-property: opacity;
  }
  .swiper-fade .swiper-slide .swiper-slide {
    pointer-events: none;
  }
  .swiper-fade .swiper-slide-active,
  .swiper-fade .swiper-slide-active .swiper-slide-active {
    pointer-events: auto;
  }
  .swiper-cube {
    overflow: visible;
  }
  .swiper-cube .swiper-slide {
    pointer-events: none;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    z-index: 1;
    visibility: hidden;
    -webkit-transform-origin: 0 0;
    -ms-transform-origin: 0 0;
    transform-origin: 0 0;
    width: 100%;
    height: 100%;
  }
  .swiper-cube .swiper-slide .swiper-slide {
    pointer-events: none;
  }
  .swiper-cube.swiper-rtl .swiper-slide {
    -webkit-transform-origin: 100% 0;
    -ms-transform-origin: 100% 0;
    transform-origin: 100% 0;
  }
  .swiper-cube .swiper-slide-active,
  .swiper-cube .swiper-slide-active .swiper-slide-active {
    pointer-events: auto;
  }
  .swiper-cube .swiper-slide-active,
  .swiper-cube .swiper-slide-next,
  .swiper-cube .swiper-slide-next + .swiper-slide,
  .swiper-cube .swiper-slide-prev {
    pointer-events: auto;
    visibility: visible;
  }
  .swiper-cube .swiper-slide-shadow-bottom,
  .swiper-cube .swiper-slide-shadow-left,
  .swiper-cube .swiper-slide-shadow-right,
  .swiper-cube .swiper-slide-shadow-top {
    z-index: 0;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
  }
  .swiper-cube .swiper-cube-shadow {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    opacity: 0.6;
    z-index: 0;
  }
  .swiper-cube .swiper-cube-shadow:before {
    content: "";
    background: #000;
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    -webkit-filter: blur(50px);
    filter: blur(50px);
  }
  .swiper-flip {
    overflow: visible;
  }
  .swiper-flip .swiper-slide {
    pointer-events: none;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    z-index: 1;
  }
  .swiper-flip .swiper-slide .swiper-slide {
    pointer-events: none;
  }
  .swiper-flip .swiper-slide-active,
  .swiper-flip .swiper-slide-active .swiper-slide-active {
    pointer-events: auto;
  }
  .swiper-flip .swiper-slide-shadow-bottom,
  .swiper-flip .swiper-slide-shadow-left,
  .swiper-flip .swiper-slide-shadow-right,
  .swiper-flip .swiper-slide-shadow-top {
    z-index: 0;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
  }
  .swiper-creative .swiper-slide {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    overflow: hidden;
    -webkit-transition-property: opacity, height, -webkit-transform;
    transition-property: opacity, height, -webkit-transform;
    -o-transition-property: transform, opacity, height;
    transition-property: transform, opacity, height;
    transition-property: transform, opacity, height, -webkit-transform;
  }
  .swiper-cards {
    overflow: visible;
  }
  .swiper-cards .swiper-slide {
    -webkit-transform-origin: center bottom;
    -ms-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    overflow: hidden;
  }
  @media (max-width: 1449.98px) {
    .container {
      max-width: 1200px;
    }
  }
  @media (max-width: 1199.98px) {
    .hero__item {
      gap: 5px;
    }
    .hero__item-title {
      font-size: 46px;
      width: 400px;
    }
    .hero__item-subtitle {
      width: 400px;
    }
    .item-platform-text {
      padding: 8px 10px;
    }
    .item-support-text {
      padding: 8px 10px;
    }
    .control__items {
      gap: 44px;
    }
    .control__item-foto {
      width: 600px;
    }
    .reporting__items {
      gap: 44px;
    }
    .reporting__item-foto {
      width: 600px;
    }
    .smart__items {
      gap: 44px;
    }
    .smart__item-foto {
      width: 600px;
    }
    .automation__items {
      gap: 44px;
    }
    .automation__item-foto {
      width: 600px;
    }
    .support__items {
      gap: 44px;
    }
    .support__item-foto {
      width: 600px;
    }
    .strong__item-foto {
      max-width: 450px;
    }
  }
  @media (max-width: 991.98px) {
    .container {
      max-width: 970px;
    }
    .navbar {
      -ms-flex-pack: distribute;
      justify-content: space-around;
    }
    .section__hero {
      padding-top: 100px;
    }
    .hero {
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
    }
    .hero__item-title {
      width: 100%;
    }
    .hero__item-subtitle {
      width: 100%;
      padding-bottom: 25px;
    }
    .hero__right {
      padding-top: 100px;
      margin: 0 auto;
    }
    .hero__right-img1 {
      padding-top: 100px;
    }
    .hero__right-img2 {
      padding-top: 100px;
      top: -88px;
    }
    .hero__right-img4 {
      top: 181px;
    }
    .hero__right-img5 {
      top: 255px;
      left: 454px;
    }
    .hero__right-img6 {
      top: 250px;
    }
    .hero__right-img7 {
      top: 450x;
    }
    .hero__right-img8 {
      top: 384px;
      left: 330px;
    }
    .features__items {
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center;
    }
    .section__text {
      padding-top: 56px;
      padding-bottom: 30px;
    }
    .text__title {
      width: 100%;
      font-size: 20px;
    }
    .control__items {
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center;
    }
    .reporting__items {
      -ms-flex-wrap: wrap-reverse;
      flex-wrap: wrap-reverse;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center;
    }
    .smart__items {
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center;
    }
    .automation__items {
      -ms-flex-wrap: wrap-reverse;
      flex-wrap: wrap-reverse;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center;
    }
    .support__items {
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center;
    }
    .strong__items {
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center;
    }
    .strong__item-title {
      width: 100%;
    }
    .strong__item-foto {
      max-width: 750px;
    }
    .item__content-subtext {
      width: 100%;
      margin-right: 0;
    }
    .price__items {
      gap: 5px;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center;
    }
    .testimonials__item-title {
      padding: 0 100px;
    }
    .contact__img {
      display: none;
    }
    .contact__items {
      gap: 100px;
    }
    .form__input {
      width: 350px;
    }
    .form__btn {
      padding: 12px 120px;
    }
  }
  @media screen and (max-width: 991.98px) {
    .menu {
      position: fixed;
      background: #748df1;
      left: 0;
      top: 0;
      height: 100vh;
      width: 100vw;
      display: none;
    }
    .menu.active {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      left: 0;
      top: 0;
      height: 100vh;
      width: 100vw;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column;
      pointer-events: all;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      z-index: 22;
      -webkit-animation: fade 0.1s linear;
      animation: fade 0.1s linear;
    }
    .burger {
      display: block;
      position: relative;
      height: 20px;
      width: 30px;
      z-index: 102;
      cursor: pointer;
    }
    .burger.active-burger:before {
      background: white;
      -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
      transform: rotate(45deg);
      -webkit-transition: cubic-bezier(0.785, 0.135, 0.15, 0.86) 0.3s all;
      -o-transition: cubic-bezier(0.785, 0.135, 0.15, 0.86) 0.3s all;
      transition: cubic-bezier(0.785, 0.135, 0.15, 0.86) 0.3s all;
      top: 8px;
    }
    .burger.active-burger:after {
      background: white;
      -webkit-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
      transform: rotate(-45deg);
      bottom: 10px;
      -webkit-transition: cubic-bezier(0.785, 0.135, 0.15, 0.86) 0.3s all;
      -o-transition: cubic-bezier(0.785, 0.135, 0.15, 0.86) 0.3s all;
      transition: cubic-bezier(0.785, 0.135, 0.15, 0.86) 0.3s all;
    }
    .burger.active-burger span {
      -webkit-transform: scale(0);
      -ms-transform: scale(0);
      transform: scale(0);
    }
    .burger:after,
    .burger:before {
      content: "";
      position: absolute;
      height: 2px;
      width: 100%;
      background: black;
      -webkit-transition: cubic-bezier(0.785, 0.135, 0.15, 0.86) 0.3s all;
      -o-transition: cubic-bezier(0.785, 0.135, 0.15, 0.86) 0.3s all;
      transition: cubic-bezier(0.785, 0.135, 0.15, 0.86) 0.3s all;
    }
    .burger:before {
      top: 0;
    }
    .burger::after {
      bottom: 0;
    }
    .burger span {
      position: absolute;
      top: 9px;
      right: 0;
      width: 100%;
      background: black;
      height: 2px;
      -webkit-transform: scale(1);
      -ms-transform: scale(1);
      transform: scale(1);
      -webkit-transition: cubic-bezier(0.785, 0.135, 0.15, 0.86) 0.3s all;
      -o-transition: cubic-bezier(0.785, 0.135, 0.15, 0.86) 0.3s all;
      transition: cubic-bezier(0.785, 0.135, 0.15, 0.86) 0.3s all;
    }
    .menu__item {
      margin-top: 15px;
    }
    .menu__item-link {
      color: #fff;
    }
  }
  @media (max-width: 767.98px) {
    .container {
      max-width: 740px;
    }
    .hero__right-img1 {
      left: 158px;
      top: -126px;
      width: 127px;
    }
    .hero__right-img2 {
      width: 200px;
      top: -53px;
      left: 38px;
    }
    .hero__right-img3 {
      width: 320px;
    }
    .hero__right-img5 {
      left: 345px;
    }
    .hero__right-img6 {
      width: 200px;
      top: 231px;
      left: 62px;
    }
    .hero__right-img7 {
      top: 333px;
      left: 28px;
    }
    .hero__right-img8 {
      display: none;
    }
    .features__title {
      width: 100%;
    }
    .control__item-foto {
      width: 450px;
    }
    .reporting__item-foto {
      width: 450px;
    }
    .smart__item-foto {
      width: 450px;
    }
    .automation__item-foto {
      width: 450px;
    }
    .support__item-foto {
      width: 450px;
    }
    .strong__item-subtitle {
      padding-left: 10px;
    }
    .strong__item-title {
      padding-left: 10px;
    }
    .strong__item-foto {
      max-width: 450px;
    }
    .item__content-svg {
      padding-left: 10px;
    }
    .price__title {
      width: 100%;
    }
    .price__item {
      width: 350px;
    }
    .testimonial__title {
      width: 100%;
    }
    .testimonials__item {
      margin-top: 30px;
    }
    .testimonials__item-img {
      margin-top: 34px;
    }
    .testimonials__item-title {
      padding: 0 50px;
    }
    .testimonials__item-icon {
      margin-top: 35px;
      padding-bottom: 34px;
    }
    .section__contact {
      padding-top: 100px;
    }
    .contact__items {
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      gap: 50px;
    }
    .contact__item-title {
      width: 100%;
    }
    .contact__item-text {
      width: 100%;
    }
    .form__input {
      width: 100%;
    }
    .form__btn {
      padding: 12px 100px;
    }
  }
  @media (max-width: 479.98px) {
    .container {
      max-width: none;
    }
    .logo__img {
      width: 120px;
    }
    .btns__btn-login {
      padding: 8px 10px;
      font-size: 12px;
    }
    .btns__btn-up {
      padding: 8px 10px;
      font-size: 12px;
    }
    .hero__item-subtitle {
      width: 100%;
      padding-bottom: 0;
    }
    .hero__right-img1 {
      width: 75px;
      left: 71px;
      top: -81px;
    }
    .hero__right-img2 {
      width: 150px;
      left: -37px;
      top: -37px;
    }
    .hero__right-img3 {
      width: 270px;
      margin-left: 0;
    }
    .hero__right-img4 {
      left: -19px;
      width: 35px;
      top: 161px;
    }
    .hero__right-img5 {
      width: 50px;
      left: 230px;
      top: 210px;
    }
    .hero__right-img6 {
      width: 150px;
      left: -32px;
      top: 217px;
    }
    .hero__right-img7 {
      width: 50px;
      left: -38px;
      top: 302px;
    }
    .control__item-foto {
      width: 350px;
    }
    .reporting__item-foto {
      width: 350px;
    }
    .smart__item-foto {
      width: 350px;
    }
    .automation__item-foto {
      width: 350px;
    }
    .support__item-foto {
      width: 350px;
    }
    .strong__item-foto {
      width: 350px;
    }
    .testimonials__item-title {
      padding: 0 25px;
    }
    .section__contact {
      padding-top: 50px;
    }
    .footer {
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center;
      gap: 10px;
    }
  }
  
  .about-image {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
  
  .about-image-container {
    width: 960px;
  }
  
  .about-image-container img,
  p {
    width: 100%;
    object-fit: cover;
    text-align: center;
  }
  
  .contact__items {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 100px;
  }
  
  .contact__item {
    background-color: rgb(163, 199, 255);
    width: 600px;
    padding: 36px;
  }
  
  .card {
    height: 150px !important;
  }
  .about-columns {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 50px 0 150px 0;
  }
  
  .about-columns-container {
    width: 960px;
  }
  