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

button,
input {
  outline: none;
  border: none;
  background-color: transparent;
}

button {
  cursor: pointer;
  font-family: "Lato";
}

textarea {
  font-family: "Lato";
  outline: none;
}

input {
  font-family: "Lato";
}

ul {
  list-style: none;
}

body {
  font-family: "Lato";
  display: grid;
  /* grid-template-rows: 1fr auto;
  align-content: flex-start;
  min-height: 100vh; */

}

a {
  font-family: "Lato";
}

html {
  scroll-behavior: smooth;
}

@font-face {
  font-family: 'Lato';
  src: url('../fonts/Lato-Regular.woff2') format('woff2');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Poppins';
  src: url('../fonts/Poppins-Bold.woff2') format('woff2');
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Bangers';
  src: url('../fonts/Bangers-Regular.woff2') format('woff2');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}



:root {
  --gradient-color: linear-gradient(92deg, #1A2222 17%, #7F7D57 119.98%);
  --title-font: "Bangers";
  --third-font: "Poppins";
}

.container {
  max-width: 1240px;
  width: 100%;
  margin: 0 auto;

  @media(max-width: 1450px) {
    padding-left: 24px;
    padding-right: 24px;
  }
}

.btn-filled__aZ7pQmL9 {
  border-radius: 590px;
  background: var(--Green, #76DD00);
  padding: 20px 60px;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 22px;
  text-align: center;
  color: #222;
  text-transform: uppercase;
  font-family: var(--title-font);
}

.btn-simple__aZ7pQmL9 {
  color: #FFF8C8;
  text-align: center;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 28px;
  border-radius: 50px;
  border: 2px solid #FFF8C8;
  box-shadow: 0 4px 4px 0 rgba(102, 175, 0, 0.25);
  padding: 8px 19px;
  text-transform: uppercase;
}

.nav-logo-aZ7pQmL9 {
  height: 60px;
  width: 62px;
  & img {
    object-fit: contain;
    object-position: left;
    width: 100%;
    height: 100%;
  }
}

header {
  /* background: var(--gradient-color); */
  background-color: #fff;

  & .nav-menu__inner-aZ7pQmL9 {
    padding: 25px;
    padding-bottom: 25px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-left: 0;
    padding-right: 0;

    @media(Max-width: 992px) {
      padding-bottom: 8px;
      padding-top: 8px;
    }


    & .nav-logo__aZ7pQmL9 {
      width: 144px;
      height: 62px;

      & img {
        object-fit: contain;
        width: 100%;
        height: 100%;
      }
    }

    & .nav-buttons__aZ7pQmL9 {
      display: flex;
      gap: 5px;

      @media(max-width: 992px) {
        display: none;
      }
    }

    & .header-right__aZ7pQmL9 {
      display: flex;
      align-items: center;
      justify-content: space-between;
      gap: 20px;
      max-width: 774px;
      width: 100%;

      @media(max-width: 992px) {
        flex-direction: column;
        align-items: flex-end;
      }
    }

    & nav {
      & .nav-menu__aZ7pQmL9 {
        display: flex;
        gap: 32px;

        @media(max-width: 992px) {
          display: none;
        }

        & li {
          & a {
            font-size: 18px;
            font-style: normal;
            font-weight: 400;
            line-height: 22px;
            color: #222;
            font-family: var(--title-font);


          }

          &.current-menu-item {
            & a {
              color: #76DD00;
            }
          }
        }
      }
    }



    & .mob-menu__aZ7pQmL9 {
      display: none;

      @media(max-width: 992px) {
        position: absolute;
        left: -100%;
        top: 116px;
        width: 100%;
        height: 50vh;
        background: #000;
        z-index: 10;
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: column;
        transition: all .3s ease-in;
      }

      & .mob-menu__list-aZ7pQmL9 {
        display: flex;
        flex-direction: column;
        gap: 12px;

        & li {
          display: flex;
          justify-content: center;
        }

        & a {
          display: flex;
          justify-content: center;
          align-items: center;
          max-width: fit-content;
          color: #fff;
          font-family: var(--title-font);
          font-size: 18px;
          font-style: normal;
          font-weight: 400;

        }

        &.current-menu-item {
          & a {
            color: #76DD00;
          }
        }

      }

      &.active {
        transition: all .3s ease-in;
        left: 0;
      }
    }

    & .burger-aZ7pQmL9 {
      display: none;
      & img {
        width: 24px;
        height: 17px;
      }

      @media(max-width: 992px) {
        display: block;
      }
    }
  }

  & .header-disclaimer__aZ7pQmL9 {
    display: flex;
    gap: 21px;

    @media(max-width: 992px) {
      padding-bottom: 3px;
    }

    & .header-disclaimer__age-aZ7pQmL9 {
      & img {
        width: 21px;
        height: 14px;
      }
    }

    & .header-disclaimer__text-aZ7pQmL9 {
      font-size: 14px;
      font-style: normal;
      font-weight: 400;
      line-height: normal;
      color: #222;
    }
  }
}

main {
  position: relative;
}

.page-image__aZ7pQmL9 {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 726px;

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

h1 {
  font-size: 48px;
  font-style: normal;
  font-weight: 400;
  line-height: 48px;
  font-family: var(--title-font);

  @media(max-width: 992px) {
    font-size: 40px;
    font-style: normal;
    font-weight: 400;
    line-height: 40px;
  }
}

h2 {
  font-size: 34px;
  font-style: normal;
  font-weight: 400;
  line-height: 31px;
  font-family: var(--title-font);
  color: #fff;

  @media(max-width: 992px) {
    font-size: 24px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
  }
}

h3 {
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: 28px;
  color: #fff;
  font: var(--title-font);

  @media(Max-width: 992px) {
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
  }
}

h4 {}

h5 {
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 28px;
  color: #fff;
}

.section {
  margin-bottom: 70px;
}

.mainscreen-aZ7pQmL9 {
  position: relative;
  height: 700px;


  & .mainscreen-bg__aZ7pQmL9 {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;

    & img {
      object-fit: cover;
      width: 100%;
      height: 100%;
    }
     & video {
      object-fit: cover;
      width: 100%;
      height: 100%;
    }
  }

  & .container {
    width: 100%;
    height: 100%;
  }

  & .mainscreen-inner__aZ7pQmL9 {
    height: 100%;

    & .mainscreen-inner__top-aZ7pQmL9 {
      position: relative;
      height: 100%;
      display: flex;
      align-items: center;
      justify-content: center;

      & .mainscreen-inner__info-aZ7pQmL9 {
        & .mainscreen-inner__info-sup__aZ7pQmL9 {
          font-size: 18px;
          font-style: normal;
          font-weight: 400;
          line-height: 22px;
          font-family: var(--title-font);
          color: #fff;
          margin-bottom: 2px;
          text-align: center;
        }

        & h1 {
          color: #FFF;
          margin-bottom: 16px;
          text-align: center;

        }

        & .mainscreen-description__aZ7pQmL9 {
          color: #fff;
          font-size: 16px;
          font-style: normal;
          font-weight: 400;
          line-height: 22px;
          margin-bottom: 24px;
          text-align: center;
        }

        & .btn-filled__aZ7pQmL9 {
          display: flex;
          justify-content: center;
          align-items: center;
          max-width: fit-content;
          margin-left: auto;
          margin-right: auto;

          @media(max-width: 992px) {

            max-width: 100%;
          }
        }
      }
    }
  }
}

.about-play__aZ7pQmL9 {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #FFF4E3;

  & .about-play__inner-aZ7pQmL9 {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 20px;

    @media(max-width: 700px) {
      flex-direction: column-reverse;
      align-items: flex-start;
    }

    & .about-play__image-aZ7pQmL9 {
      max-width: 610px;
      width: 100%;
      height: 400px;
      border-radius: 30px;
      overflow: hidden;

      @media(max-width: 992px) {
        height: 218px;
      }

      & img {
        object-fit: cover;
        width: 100%;
        height: 100%;
      }
      & video {
        object-fit: cover;
        width: 100%;
        height: 100%;
      }
    }

    & .about-play__info-aZ7pQmL9 {
      & h2 {
        font-size: 24px;
        font-style: normal;
        font-weight: 400;
        line-height: normal;
        color: #222;
        font-family: var(--title-font);
        margin-bottom: 20px;
      }

      & .about-play__text-aZ7pQmL9 {
        font-size: 16px;
        font-style: normal;
        font-weight: 400;
        line-height: 22px;
        color: #222;
        max-width: 610px;
      }
    }
  }
}

.empty-aZ7pQmL9 {
  padding-top: 52px;
  padding-bottom: 52px;
  position: relative;

  & .demo-aZ7pQmL9 {
    /* display: none; */
    width: 100%;
    height: 100%;
    border: 0;
    /* display: none; */

    &.active {
      display: block;
    }
    &.hidden {
      display: none;
    }
  }
  & #demo-btn__aZ7pQmL9 {
    &.hidden {
      display: none;
    }
  }

  & .empty-bg__aZ7pQmL9 {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;

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

  & h2 {
    text-align: center;
    margin-bottom: 16px;
    position: relative;
    z-index: 2;
  }

  & .empty-frame__aZ7pQmL9 {
    max-width: 1141px;
    width: 100%;
    height: 687px;
    border-radius: 50px;
    background: #1A2222;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    z-index: 2;
    margin-left: auto;
    margin-right: auto;
    position: relative;

    @media(max-width: 450px) {
      height: 300px;
    }

    & .btn-filled__aZ7pQmL9 {
      color: #fff;
      font-size: 40px;
      font-style: normal;
      font-weight: 400;
      line-height: 51px;
      /* 127.5% */
      text-transform: uppercase;
      background-color: transparent;
    }

  }

  & .btn-like__aZ7pQmL9 {
    display: flex;
    align-items: center;
    justify-content: center;
    max-width: fit-content;
    margin-left: auto;
    margin-right: auto;
    gap: 10px;
    padding: 8px 14px;
    border-radius: 50px;
    background: var(--blue, #001636);
    backdrop-filter: blur(10px);
    margin-top: 20px;
    & img {
      width: 32px;
      height: 32px;
      &.active {
        display: block;
      }
      &.disabled {
        display: none;
      }
    }

    & span {
      font-family: var(--title-font);
      font-size: 18px;
      font-style: normal;
      font-weight: 400;
      line-height: 22px;
      color: #fff;
    }
  }
}

.reviews-aZ7pQmL9 {
  background: #FFF4E3;
  backdrop-filter: blur(12.5px);
  padding-top: 60px;
  padding-bottom: 60px;

  & .reviews-inner__aZ7pQmL9 {
    & h2 {
      font-size: 24px;
      font-style: normal;
      font-weight: 700;
      line-height: normal;
      text-transform: uppercase;
      font-family: var(--third-font);
      color: #222;
      margin-bottom: 20px;
      text-align: center;
    }

    & .section-subtitle__aZ7pQmL9 {
      font-size: 16px;
      font-style: normal;
      font-weight: 400;
      line-height: 22px;
      color: #222;
      text-align: center;
    }

    & .reviews-items__aZ7pQmL9 {
      margin-top: 24px;
      display: grid;
      grid-template-columns: repeat(3, 1fr);
      gap: 20px;

      @media(max-width: 882px) {
        grid-template-columns: repeat(1, 1fr);
      }

      & .reviews-item__aZ7pQmL9 {
        border-radius: 20px;
        background: #222;
        padding: 20px;

        @media(max-width: 882px) {
          min-height: 335px;
        }

        & .reviews-item__stars-aZ7pQmL9 {
          display: flex;
          gap: 5px;
          margin-bottom: 10px;

          & img {
            width: 24px;
            height: 24px;
            object-fit: contain;
          }
        }

        & h3 {
          font-size: 18px;
          font-style: normal;
          font-weight: 400;
          line-height: 22px;
          color: #fff;
          font-family: var(--title-font);
          margin-bottom: 10px;

        }

        & p {
          font-size: 14px;
          font-style: normal;
          font-weight: 400;
          line-height: normal;
          color: #FFF4E3;
          margin-bottom: 20px;
        }

        & .reviews-item__name-aZ7pQmL9 {
          font-size: 16px;
          font-style: normal;
          font-weight: 400;
          line-height: 22px;
          color: #FFF4E3;
        }
      }
    }
  }
}

.reacted-aZ7pQmL9 {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #222;

  & .reacted-inner__aZ7pQmL9 {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 20px;

    @media(max-width: 700px) {
      flex-direction: column-reverse;
      align-items: flex-start;
    }

    & .reacted-inner__info-aZ7pQmL9 {
      max-width: 610px;
      width: 100%;

      & h2 {
        font-size: 24px;
        font-style: normal;
        font-weight: 700;
        line-height: normal;
        text-transform: uppercase;
        color: #fff;
        font-family: var(--third-font);
        margin-bottom: 20px;
      }

      & p {
        font-size: 16px;
        font-style: normal;
        font-weight: 400;
        line-height: 22px;
        color: #fff;
        margin-bottom: 24px;
      }

      & .btn-filled__aZ7pQmL9 {
        display: flex;
        align-items: center;
        justify-content: center;
        max-width: fit-content;
      }
    }

    & .reacted-inner__image-aZ7pQmL9 {
      position: relative;
      max-width: 610px;
      width: 100%;
      height: 400px;
      border-radius: 30px;
      background: linear-gradient(0deg, rgba(0, 0, 0, 0.30) 0%, rgba(0, 0, 0, 0.30) 100%);
      backdrop-filter: blur(10px);
      overflow: hidden;

      & .reacted-inner__image-asset__aZ7pQmL9 {
        object-fit: cover;
        width: 100%;
        height: 100%;
      }

      & .reacted-inner__image-mark__aZ7pQmL9 {
        position: absolute;
        left: 0;
        right: 0;
        margin: 0 auto;
        top: 50%;
        transform: translateY(-50%);
        display: flex;
        align-items: center;
        gap: 13px;
        border-radius: 50px;
        border: 1px solid #555454;
        background: rgba(34, 34, 34, 0.20);
        box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.25);
        max-width: 256px;
        width: 100%;
        padding: 8px 14px;

        & img {
          min-width: 24px;
          object-fit: contain;
          width: 25px;
          height: 32px;
        }

        & .reacted-inner__image-mark-text__aZ7pQmL9 {
          display: flex;
          gap: 4px;
          font-size: 18px;
          font-style: normal;
          font-weight: 400;
          color: #fff;
          font-family: var(--title-font);
          align-items: center;

          & span {
            font-size: 18px;
            font-style: normal;
            font-weight: 400;
            color: #F79219;
            font-family: var(--title-font);
          }
        }
      }
    }
  }
}

.form-section__aZ7pQmL9 {
  background: #FFF4E3;
  backdrop-filter: blur(12.5px);
  padding-top: 60px;
  padding-bottom: 60px;

  & .form-section__inner-aZ7pQmL9 {
    position: relative;
    padding: 24px;

    @media(max-width: 882px) {
      padding: 0;
    }

    & .form-section__inner-image-aZ7pQmL9 {
      position: absolute;
      left: 0;
      top: 0;
      width: 100%;
      height: 100%;
      border-radius: 22px;
      overflow: hidden;

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

    & h2 {
      margin-bottom: 20px;
      text-align: center;
      position: relative;
      z-index: 2;
      font-size: 24px;
      font-style: normal;
      font-weight: 700;
      line-height: normal;
      text-transform: uppercase;
      font-family: var(--third-font);
      color: #222;
    }

    & .form-section__description-aZ7pQmL9 {
      text-align: center;
      font-size: 16px;
      font-style: normal;
      font-weight: 400;
      line-height: 22px;
      margin-bottom: 24px;
      color: #222;
    }

    & .form-aZ7pQmL9 {
      max-width: 610px;
      width: 100%;
      margin-left: auto;
      margin-right: auto;
      display: flex;
      flex-direction: column;
      position: relative;
      z-index: 2;

      & .form-section__input-aZ7pQmL9 {
        border-radius: 20px;
        background: #222;
        padding: 24px;
        display: block;
        width: 100%;
        height: 55px;
        border-radius: 14px;
        margin-bottom: 8px;
        color: #fff;
        padding: 15px 20px;

        &::placeholder {
          color: #fff;
        }
      }

      & textarea {
        display: block;
        width: 100%;
        height: 200px;
        padding: 15px 20px;
        border-radius: 20px;
        margin-bottom: 20px;
        background: #222;
        color: #fff;
        border: none;
        resize: none;

        &::placeholder {
          color: #fff;
        }
      }

      & .btn-filled {
        display: flex;
        justify-content: center;
        align-items: center;
        width: 100%;
      }
    }
  }


}

.success-message__aZ7pQmL9 {
  margin-top: 15px;
  text-align: center;
  color: #222;
  display: none;
  &.active {
    display: block;
  }
}

.disclaimer-aZ7pQmL9 {
  & .disclaimer-inner__aZ7pQmL9 {
    border-radius: 20px;
    background: #555454;
    padding: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;

    @media(max-width: 700px) {
      flex-direction: column;
      align-items: flex-start;
    }


    & h3 {
      font-size: 20px;
      font-style: normal;
      font-weight: 400;
      line-height: 26px;
      color: #fff;
      font-family: var(--title-font);
    }

    & .disclaimer-text__aZ7pQmL9 {
      font-size: 16px;
      font-style: normal;
      font-weight: 400;
      line-height: 22px;
      color: #fff;

    }
  }
}

footer {
  padding-top: 40px;
  padding-bottom: 40px;
  background: #041D1D;


  & .footer-info__items-aZ7pQmL9 {
    display: flex;
    justify-content: space-between;
    gap: 50px;
    margin-bottom: 29px;

    @media(max-width: 992px) {
      flex-direction: column;
      align-items: center;
      gap: 24px;
    }

    & .footer-info__item-aZ7pQmL9 {
      max-width: 595px;
      width: 100%;

      & .footer-info__item-title__aZ7pQmL9 {
        color: #fff;
        font-size: 18px;
        font-style: normal;
        font-weight: 400;
        line-height: 22px;
        font-family: var(--title-font);
        margin-bottom: 24px;
        text-align: center;
      }

      & .footer-info__item-subtitle__aZ7pQmL9 {
        color: #fff;
        font-size: 16px;
        font-style: normal;
        font-weight: 400;
        line-height: 22px;
        text-align: center;
      }
    }
  }

  & .footer-disclaimer__aZ7pQmL9 {
    display: flex;
    gap: 24px;
    margin-bottom: 20px;

    @media(max-width: 992px) {
      flex-direction: column;
      align-items: center;
    }

    & span {
      max-width: 1176px;
      width: 100%;
      text-align: center;
      font-size: 16px;
      font-style: normal;
      font-weight: 400;
      line-height: 22px;
      color: #fff;
    }

    & img {
      min-width: 40px;
      width: 40px;
      height: 40px;
      object-fit: contain;
    }
  }

  & .footer-copy {
    margin-bottom: 20px;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 22px;
    color: #fff;
    text-align: center;
  }

  & .footer-links-aZ7pQmL9 {
    display: flex;
    justify-content: space-between;
    gap: 44px;
    flex-wrap: wrap;

    @media(max-width: 992px) {
      flex-direction: column;
      gap: 24px;
      align-items: center;
    }

    & .footer-link__aZ7pQmL9 {
      & a {
        font-size: 18px;
        font-style: normal;
        font-weight: 400;
        line-height: 22px;
        color: #fff;
        font-family: var(--title-font);
      }
    }
  }

  & .footer-contacts {
    margin-bottom: 15px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;

    & .footer-contacts__title {
      font-size: 18px;
      font-style: normal;
      font-weight: 400;
      line-height: 22px;
      margin-bottom: 24px;
      color: #fff;
      font-family: var(--title-font);
    }

    & address {
      font-size: 16px;
      font-style: normal;
      font-weight: 400;
      line-height: 22px;
      color: #fff;
      margin-bottom: 5px;
      display: block;
    }

    & a {
      font-size: 16px;
      font-style: normal;
      font-weight: 400;
      line-height: 22px;
      color: #fff;
      margin-bottom: 5px;
      display: block;
    }
  }
}

.text-page-aZ7pQmL9 {
  position: relative;
  padding-top: 40px;
  padding-bottom: 40px;
  background: #FFF4E3;

  & h1 {
    color: #222;
    margin-bottom: 20px;
    font-family: var(--third-font);
    text-align: center;
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    text-transform: uppercase;
  }

  & h2 {
    margin-bottom: 10px;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 26px;
    font-family: var(--title-font);
    color: #222;
  }

  & ul {
    margin-bottom: 24px;
    padding-left: 25px;
    list-style: disc;

    & li {
      font-size: 16px;
      font-style: normal;
      font-weight: 400;
      line-height: 22px;
      color: #222;
    }
  }

  & p {
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 22px;
    color: #222;
    margin-bottom: 24px;
  }
}

.overlay-aZ7pQmL9 {
  background-color: #0009;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 50;
  display: none;
}

.overlay-aZ7pQmL9.active {
  display: block;
}

.modal-aZ7pQmL9 {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 51;
  display: flex;
  justify-content: center;
  align-items: center;
  display: none;

  & .modal-inner__aZ7pQmL9 {
    max-width: 600px;
    width: 100%;
    border-radius: 20px;
    background: #fff;
    padding: 27px 24px;
    position: relative;
    padding-top: 61px;

    @media(max-width: 700px) {
      width: 98%;
    }

    & .close-btn__aZ7pQmL9 {
      position: absolute;
      top: 32px;
      right: 29px;
      cursor: pointer;
      & img {
        width: 14px;
        height: 14px;
      }
    }

    & .modal-title__aZ7pQmL9 {
      font-size: 20px;
      font-style: normal;
      font-weight: 400;
      line-height: 26px;
      text-align: center;
      color: #222;
      margin-bottom: 24px;
      font-family: var(--title-font);
    }

    & .age-buttons__aZ7pQmL9 {
      display: flex;
      justify-content: center;
      gap: 12px;
    }

    & .form-aZ7pQmL9 {
      & input {
        background: #E4E4E4;
        padding: 24px;
        display: block;
        width: 100%;
        height: 55px;
        border-radius: 14px;
        margin-bottom: 12px;
      }

      & .btn-filled__aZ7pQmL9 {
        max-width: 100%;
        width: 100%;
      }
    }

    & .modal-bottom__aZ7pQmL9 {
      display: flex;
      justify-content: center;
      gap: 8px;
      margin-top: 12px;

      & span {
        font-size: 16px;
        font-style: normal;
        font-weight: 700;
        line-height: 22px;
        color: #fff;
      }

      & a {
        font-size: 16px;
        font-style: normal;
        font-weight: 700;
        line-height: 22px;
        background: linear-gradient(90deg, #6C877E 0%, #D1FF88 100%);
        background-clip: text;
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
      }
    }
  }
}

.modal-aZ7pQmL9.active {
  display: flex;
}

/* about page */

.about-mainscreen_aZ7pQmL9 {
  padding-top: 60px;
  padding-bottom: 60px;
  background: #FFF4E3;
  backdrop-filter: blur(12.5px);
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;

  & h1 {
    font-size: 24px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    color: #222;
    margin-bottom: 24px;
    font-family: var(--title-font);
    text-align: center;
  }

  & p {
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 22px;
    color: #222;
    text-align: center;
  }
}

.image-block__aZ7pQmL9 {
  display: flex;
  align-items: center;
  gap: 24px;

  @media(max-width: 700px) {
    flex-direction: column-reverse;
  }

  & .image-block__image-aZ7pQmL9 {
    max-width: 610px;
    width: 100%;
    height: 388px;
    border-radius: 30px;
    overflow: hidden;

    @media(max-width: 700px) {
      height: 209px;
    }

    & img {
      object-fit: cover;
      width: 100%;
      height: 100%;
    }
    & video {
      object-fit: cover;
      width: 100%;
      height: 100%;
    }
  }

  & .image-block__info-aZ7pQmL9 {
    max-width: 606px;
    width: 100%;

    & h2 {
      margin-bottom: 10px;
      font-size: 20px;
      font-style: normal;
      font-weight: 400;
      line-height: 26px;
      color: #222;
    }

    & p {
      font-size: 16px;
      font-style: normal;
      font-weight: 400;
      line-height: 22px;
      color: #222;

      &:last-child {
        margin-top: 16px;
      }
    }
  }
}

.mission-aZ7pQmL9.cream {
  & .image-block__aZ7pQmL9 {
    @media(max-width: 700px) {
      flex-direction: column
    }
  }
}

.advantages-aZ7pQmL9 {
  padding-top: 60px;
  padding-bottom: 60px;
  background: #FFF4E3;
  backdrop-filter: blur(12.5px);

  & .advantages-inner__aZ7pQmL9 {
    & h2 {
      margin-bottom: 24px;
      font-size: 24px;
      font-style: normal;
      font-weight: 400;
      line-height: normal;
      color: #222;
      text-align: center;
    }

    & .advantages-items__aZ7pQmL9 {
      display: grid;
      grid-template-columns: repeat(4, 1fr);
      gap: 24px;

      @media(max-width: 992px) {
        grid-template-columns: repeat(1, 1fr);
      }

      & .advantages-item__aZ7pQmL9 {
        padding: 16px;
        border-radius: 20px;
        background: #222;

        @media(max-width: 992px) {
          min-height: 310px;
        }

        & .advantages-item__image-aZ7pQmL9 {
          width: 100%;
          height: 100px;
          margin-bottom: 10px;

          & img {
            object-fit: contain;
            width: 100%;
            height: 100%;
            object-position: center;
          }
        }

        & h3 {
          font-size: 20px;
          font-style: normal;
          font-weight: 400;
          line-height: 26px;
          margin-bottom: 10px;
          color: #fff;
          font-family: var(--title-font);
        }

        & p {
          font-size: 16px;
          font-style: normal;
          font-weight: 400;
          line-height: 22px;
          color: #fff;
        }
      }
    }
  }
}

.cream {
  padding-top: 60px;
  padding-bottom: 60px;
  background: #FFF4E3;
  backdrop-filter: blur(12.5px);
}

.transparent {
  padding-top: 0;
  padding-bottom: 0;
  background: transparent;

  & .advantages-inner__aZ7pQmL9 {
    & h2 {
      margin-bottom: 24px;
      font-size: 24px;
      font-style: normal;
      font-weight: 400;
      line-height: normal;
      color: #222;
      text-align: center;
    }

    & .advantages-items__aZ7pQmL9 {
      display: grid;
      grid-template-columns: repeat(4, 1fr);
      gap: 24px;

      @media(max-width: 992px) {
        grid-template-columns: repeat(1, 1fr);
      }

      & .advantages-item__aZ7pQmL9 {
        padding: 16px;
        border-radius: 20px;
        background: transparent;
        border: 1px solid #555454;

        @media(max-width: 992px) {
          min-height: 310px;
        }

        & h3 {
          color: #222;
        }

        & p {
          color: #222;
        }
      }
    }
  }
}

/* about page  end*/

.form-section__aZ7pQmL9.contact-page {
  & .form-section__inner-aZ7pQmL9 {
    padding: 0;

    & h2 {
      font-family: var(--title-font);
      font-size: 24px;
      font-style: normal;
      font-weight: 400;
      line-height: normal;
    }

    & .form-aZ7pQmL9 {
      & .form-section__input-aZ7pQmL9 {
        background: #fff;
        color: #222;
        border: 1px solid #555454;


        &::placeholder {
          color: #222;
        }
      }

      & textarea {
        background: #fff;
        color: #222;
        border: 1px solid #555454;

        &::placeholder {
          color: #222;
        }
      }
    }
  }

}