@import url("https://fonts.googleapis.com/css2?family=Baloo+2:wght@400..800&family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap");

*,
*::before,
*::after {
  box-sizing: border-box;
}
html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  font-family: "Baloo 2", sans-serif;
  background: #ffffff;

  color: #151515;
}

h1,
h2,
h3,
h4,
h5,
h6,
p {
  margin: 0;
}

ul,
ol {
  margin: 0;
  padding: 0;
  list-style: none;
}
dl,
dt,
dd {
  margin: 0;
  padding: 0;
}
img {
  display: block;
  height: auto;
}
figure {
  margin: 0;
  padding: 0;
  border: 0;
}
.list {
  list-style: none;
}

button,
a {
  cursor: pointer;
}

.button:hover {
  scale: 120%;
}

.s-q-header.is-open .s-q-header-background {
  left: 0;
}
.s-q-header-button-wrapper {
  margin-left: auto;
}
.s-q-header-icon {
  display: none;
}

.s-q-header-icon-button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background-color: transparent;
  border: none;
  border-radius: 50%;
}
.s-q-navigation-list.is-open {
  right: 0;
}
.s-q-header-icon-menu {
  display: block;
}

.s-q-header-icon-button.is-open .s-q-header-icon-menu {
  display: none;
}

.s-q-header-icon-button.is-open .s-q-header-icon-close {
  display: block;
}

.s-q-header {
  position: fixed;
  width: 100%;
  z-index: 5;
  transition: background-color 0.3s ease;
  background: transparent;
  display: flex;
  height: 54px;

  background: rgba(0, 0, 0, 0.1);
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px);
}

.s-q-header-background {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 100%;
  z-index: -1;
  transition: left 0.3s ease;
  background: #f4ecfd;
}
.s-q-header.is-open .s-q-header-background {
  left: 0;
}
.s-q-header-button-wrapper {
  margin-right: auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.s-q-header-icon-menu {
  display: block;
}

.s-q-header-icon-button.is-open .s-q-header-icon-menu {
  display: none;
}

.s-q-header-icon-button.is-open .s-q-header-icon-close {
  display: block;
}

.s-q-navigation {
  display: -ms-flexbox;
  -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-flex: 1;
  -ms-flex: 1;
  flex: 1;
  padding: 4px 26px;
  position: relative;
}

.s-q-navigation-list {
  display: flex;
  flex-direction: column;
  align-items: center;
  position: absolute;
  top: 100%;
  right: -100%;
  width: 100%;
  height: auto;
  transition: 0.3s;
  z-index: 999;
  padding: 100px 0;

  gap: 70px;
  background: #f4ecfd;
}

.s-q-navigation-list.is-open {
  right: 0;
}

.s-q-navigation-link {
  transition: all 0.3s ease-in-out;
  text-decoration: none;
  color: #151515;
  font-family: Baloo 2;
  font-weight: 800;
  font-style: ExtraBold;
  font-size: 20px;
  leading-trim: NONE;
  line-height: 100%;
  letter-spacing: 0%;
  text-transform: uppercase;
}

.s-q-navigation-link:hover,
.s-q-navigatioт-link:focus {
  color: #33146a;
}

.s-q-header.is-open {
  background-color: transparent;
}

.s-q-navigation-img {
  display: none;
}
.s-q-header-terms-img {
  width: 24px;
  margin-top: 10px;
}
.s-q-header-terms {
  background-color: transparent;

  backdrop-filter: blur(0px);
  -webkit-backdrop-filter: blur(0px);
}
@media screen and (min-width: 1201px) {
  .s-q-navigation-img {
    display: block;
    margin-right: 500px;
  }
  .s-q-policy-terms-header-icon-menu {
    display: none;
  }
  .s-q-header-button-wrapper {
    display: none;
  }
  .s-q-header {
    width: 100%;
    height: 77px;
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 1000;
  }

  .s-q-header-icon-button {
    display: none;
  }
  .s-q-navigation {
    display: flex;
    flex-direction: row;
    flex: 1;
    padding: 0;
    width: 1440px;
    padding: 0 0px;
    margin: auto;
  }

  .s-q-navigation-list {
    background-color: transparent;
    flex-direction: row;
    display: flex;
    position: static;
    width: 1440px;
    margin: auto;
    padding-block: 0;
    flex: 1;

    height: 0px;
    display: flex;
    justify-content: center;
    align-items: center;
    justify-content: center;
    padding: 0;
  }

  .s-q-navigation-link {
    font-family: Baloo 2;
    font-weight: 800;
    font-style: ExtraBold;
    font-size: 20px;
    leading-trim: NONE;
    line-height: 100%;
    letter-spacing: 0%;
    text-transform: uppercase;
    color: #ffffff;
  }

  .s-q-header-terms-img {
    width: 41px;
    margin-top: 10px;
    margin-left: 40px;
  }
  .s-q-header-terms {
    background-color: transparent;

    backdrop-filter: blur(0px);
    -webkit-backdrop-filter: blur(0px);
  }
}

.s-q-home {
  width: 375px;
  height: 796px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  background-image: url("/img/hero.png");
  margin: auto;
}
.s-q-home-container {
  width: 375px;
  padding: 508px 45px 0;
  margin: auto;
}

.s-q-home-container-top {
  display: flex;
  flex-direction: column;
  align-items: start;
}

.s-q-home-title {
  font-family: Baloo 2;
  font-weight: 800;
  font-style: ExtraBold;
  font-size: 40px;
  leading-trim: NONE;
  line-height: 100%;
  letter-spacing: 0%;
  text-transform: uppercase;

  text-transform: uppercase;
  color: #ffffff;
}
.s-q-home-title-span {
  background: linear-gradient(180deg, #ffcc00 0%, #ff9a41 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  color: transparent;
  padding-top: 10px;
}
.s-q-home-text {
  font-family: Inter;
  font-weight: 400;
  font-style: Regular;
  font-size: 14px;
  leading-trim: NONE;
  color: #ffffff;
  padding: 30px 0 15px;
}
.s-q-home-link {
  transition: all 0.3s ease-in-out;
  font-family: Inter;
  font-weight: 700;
  font-style: Bold;
  font-size: 14px;
  leading-trim: NONE;
  line-height: 100%;
  letter-spacing: 0%;
  text-decoration: none;
  color: #ffffff;
  background: #33146a;
  width: 277px;
  height: 53px;

  border-radius: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.s-q-home-link:hover {
  transform: scale(1.1);
}

@media screen and (min-width: 1201px) {
  .s-q-home {
    width: auto;
    height: 1024px;
    background-image: url("/img/hero\ \(1\).png");
  }
  .s-q-home-container {
    width: 1440px;
    padding: 328px 54px 0px;
  }

  .s-q-home-title {
    font-family: Baloo 2;
    font-weight: 800;
    font-style: ExtraBold;
    font-size: 100px;
    leading-trim: NONE;
    line-height: 68px;
    letter-spacing: 0%;
    text-transform: uppercase;
    padding-top: 20px;
  }
  .s-q-home-title-span {
    padding-top: 20px;
  }

  .s-q-home-text {
    font-family: Inter;
    font-weight: 400;
    font-style: Regular;
    font-size: 26px;
    leading-trim: NONE;

    padding: 50px 0 30px;
  }
  .s-q-home-link {
    font-family: Inter;
    font-weight: 700;
    font-style: Bold;
    font-size: 26px;
    leading-trim: NONE;
    line-height: 100%;
    letter-spacing: 0%;
    width: 485px;
    height: 67px;
  }
}
.s-q-about {
  background: #8a3aea1a;
  padding-top: 50px;
}
.s-q-about-container {
  margin: auto;
  width: 375px;
  height: 727px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  background-image: url("/img/11.png");

  padding: 23px 34px 0px;
}
.s-q-about-title {
  font-family: Baloo 2;
  font-weight: 800;
  font-style: ExtraBold;
  font-size: 30px;
  leading-trim: NONE;
  line-height: 34px;
  letter-spacing: 0%;
  color: #33146a;
}
.s-q-about-text {
  font-family: Inter;
  font-weight: 400;
  font-style: Regular;
  font-size: 14px;
  leading-trim: NONE;

  padding-top: 30px;
  display: flex;
  flex-direction: column;
  gap: 20px;
}

@media screen and (min-width: 1201px) {
  .s-q-about {
    background: #8a3aea1a;
    margin-top: 0;
  }
  .s-q-about-container {
    margin: auto;
    width: 1440px;
    height: 649px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    background-image: url("/img/12.png");

    padding: 110px 627px 0px 62px;
  }
  .s-q-about-title {
    font-family: Baloo 2;
    font-weight: 800;
    font-style: ExtraBold;
    font-size: 70px;
    leading-trim: NONE;
    line-height: 100%;
    letter-spacing: 0%;
  }
  .s-q-about-text {
    font-family: Inter;
    font-weight: 400;
    font-style: Regular;
    font-size: 24px;
    leading-trim: NONE;

    padding-top: 50px;
    display: flex;
    flex-direction: column;
    gap: 20px;
    padding-right: 30px;
  }
}

.s-q-why-container {
  margin: auto;
  padding: 0px 38px 0;
  width: 375px;
  height: 774px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  background-image: url("/img/Frame\ 23.png");
  margin-top: 50px;
}
.s-q-why-title {
  font-family: Inter;
  font-weight: 400;
  font-style: Regular;
  font-size: 14px;
  leading-trim: NONE;

  text-align: center;
  padding-top: 15px;
}
.s-q-why-list {
  padding: 30px 20px 10px;
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.s-q-why-item {
  display: flex;
  gap: 20px;
  align-items: center;
}

.s-q-why-text-bold {
  font-family: Baloo 2;
  font-weight: 800;
  font-style: ExtraBold;
  font-size: 20px;
  leading-trim: NONE;
  line-height: 100%;
  letter-spacing: 0%;
  text-align: center;
  vertical-align: middle;
  color: #ffffff;
  width: 27px;
  height: 27px;

  border-radius: 19px;
  padding: 3px 7px;
  display: block;
  box-shadow: 0px 2px 0px 0px #ff8712;
  background: linear-gradient(180deg, #ffcc00 0%, #ff9a41 100%);
}
.s-q-why-text {
  font-family: Inter;
  font-weight: 400;
  font-style: Regular;
  font-size: 14px;
  leading-trim: NONE;
}
.s-q-why-text-two {
  font-family: Inter;
  font-weight: 400;
  font-style: Regular;
  font-size: 14px;
  leading-trim: NONE;
}
@media screen and (min-width: 1201px) {
  .s-q-why-container {
    margin: auto;
    padding: 0px 181px 0;
    width: 1440px;
    height: 683px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    background-image: url("/img/Frame\ 23\ \(1\).png");
    margin-top: 100px;
  }
  .s-q-why-title {
    font-family: Inter;
    font-weight: 400;
    font-style: Regular;
    font-size: 26px;
    leading-trim: NONE;

    text-align: center;

    padding-top: 15px;
  }
  .s-q-why-list {
    padding: 111px 0px 30px 433px;
    display: flex;
    flex-direction: column;
    gap: 10px;
  }
  .s-q-why-item {
    display: flex;
    gap: 20px;
    align-items: center;
  }

  .s-q-why-text-bold {
    font-family: Baloo 2;
    font-weight: 800;
    font-style: ExtraBold;
    font-size: 30px;
    leading-trim: NONE;
    line-height: 100%;
    letter-spacing: 0%;
    text-align: center;
    vertical-align: middle;

    color: #ffffff;
    width: 38px;
    height: 38px;

    border-radius: 19px;
    padding: 6px 0px;
    display: block;
    box-shadow: 0px 2px 0px 0px #ff8712;
    background: linear-gradient(180deg, #ffcc00 0%, #ff9a41 100%);
  }
  .s-q-why-text {
    font-family: Inter;
    font-weight: 400;
    font-style: Regular;
    font-size: 24px;
    leading-trim: NONE;
  }
  .s-q-why-text-two {
    font-family: Inter;
    font-weight: 400;
    font-style: Regular;
    font-size: 24px;
    leading-trim: NONE;
    padding-left: 433px;
  }
}

.s-q-uniqueness-container {
  margin: auto;
  width: 375px;
  padding: 50px 39px 0;
}
.s-q-uniqueness-list {
  padding-top: 30px;
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.s-q-uniqueness-item {
  display: flex;
  align-items: center;
  background: #8a3aea1a;
  border: 1px solid #33146a80;
  gap: 20px;
  border-radius: 20px;
  padding: 9px;
  border-width: 1px;
}
.s-q-uniqueness-img {
  width: 56px;
}

.s-q-uniqueness-text {
  font-family: Inter;
  font-weight: 400;
  font-style: Regular;
  font-size: 14px;
  leading-trim: NONE;
}

@media screen and (min-width: 1201px) {
  .s-q-uniqueness-container {
    margin: auto;
    width: 1440px;
    padding: 100px 172px 0;
  }
  .s-q-uniqueness-list {
    padding-top: 50px;
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    gap: 20px;
    height: 590px;
  }
  .s-q-uniqueness-item {
    width: 538px;
    height: 120px;

    gap: 20px;
    border-radius: 20px;
    padding: 20px;
    border-width: 1px;
  }
  .s-q-uniqueness-img {
    width: 111px;
  }

  .s-q-uniqueness-text {
    font-family: Inter;
    font-weight: 400;
    font-style: Regular;
    font-size: 24px;
    leading-trim: NONE;
  }
}
.s-q-how {
  width: 375px;
  height: 791px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  background-image: url("/img/21.png");
  margin: 50px auto;
}
.s-q-how-container {
  margin: auto;
  width: 375px;
  padding: 0px 19px 0;
}
.s-q-how-list {
  padding: 50px 0 30px;
  display: flex;
  flex-direction: column;
  gap: 20px;
  font-family: Inter;
  font-weight: 400;
  font-style: Regular;
  font-size: 14px;
  leading-trim: NONE;
}

.s-q-how-item {
  width: 337px;
  height: 47px;

  border-radius: 20px;
}

@media screen and (min-width: 1201px) {
  .s-q-how {
    width: 1440px;
    height: 645px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    background-image: url("/img/22.png");
    margin: 100px auto;
  }
  .s-q-how-container {
    margin: auto;
    width: 1440px;
    padding: 26px 685px 0 64px;
  }
  .s-q-how-list {
    padding: 50px 20px 30px 0;
    display: flex;
    flex-direction: column;
    gap: 20px;
    font-family: Inter;
    font-weight: 400;
    font-style: Regular;
    font-size: 24px;
  }

  .s-q-how-item {
    width: 570px;
    height: 77px;
    border-radius: 20px;
  }
}

.s-q-policy-terms-container {
  padding: 50px 12px 50px;
  width: 375px;
  margin: auto;
  color: #000000;
}

.s-q-policy-terms-container h1 {
  margin-bottom: 30px;
  font-family: Baloo 2;
  font-weight: 700;
  font-style: Bold;
  font-size: 30px;
  leading-trim: NONE;

  text-align: center;
}
.s-q-policy-terms-container h2 {
  margin: 30px 0 10px;
  font-family: Inter;
  font-weight: 800;
  font-style: Extra Bold;
  font-size: 16px;
  leading-trim: NONE;
}
.s-q-policy-terms-container ul {
  list-style-type: disc;
  margin-left: 20px;
  font-family: Inter;
  font-weight: 400;
  font-style: Regular;
  font-size: 14px;
  leading-trim: NONE;
}
.s-q-policy-terms-container p {
  font-family: Inter;
  font-weight: 400;
  font-style: Regular;
  font-size: 14px;
  leading-trim: NONE;
}
.s-q-policy-terms-container a {
  color: inherit;
  text-decoration: none;
}
@media screen and (min-width: 1201px) {
  .s-q-policy-terms-container {
    padding: 30px 40px 100px;
    width: 1440px;
  }
  .s-q-policy-terms-container h1 {
    font-family: Baloo 2;
    font-weight: 700;
    font-style: Bold;
    font-size: 60px;
    leading-trim: NONE;

    margin-bottom: 15px;
  }
  .s-q-policy-terms-container h2 {
    font-family: Inter;
    font-weight: 800;
    font-style: Extra Bold;
    font-size: 30px;
    leading-trim: NONE;
  }
  .s-q-policy-terms-container p {
    font-family: Inter;
    font-weight: 400;
    font-style: Regular;
    font-size: 24px;
    leading-trim: NONE;
  }
  .s-q-policy-terms-container ul {
    font-family: Inter;
    font-weight: 400;
    font-style: Regular;
    font-size: 24px;
    leading-trim: NONE;
  }
}

.s-q-footer-container {
  width: 375px;
  padding: 21px;
  margin: auto;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 30px;
  color: #ffffff;
}

.s-q-footer-wrapper {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 40px;
}

.s-q-footer-text {
  text-decoration: none;
  color: inherit;
  font-family: Baloo 2;
  font-weight: 700;
  font-style: Bold;
  font-size: 16px;
  leading-trim: NONE;
}

.s-q-footer-copyright {
  font-family: Baloo 2;
  font-weight: 700;
  font-style: Bold;
  font-size: 16px;
  leading-trim: NONE;
}

@media screen and (min-width: 1201px) {
  .s-q-footer-container {
    width: 1440px;
    padding: 45px;

    gap: 30px;
  }

  .s-q-footer-wrapper {
    display: flex;
    flex-direction: row;

    gap: 200px;
  }

  .s-q-footer-text {
    font-family: Baloo 2;
    font-weight: 700;
    font-style: Bold;
    font-size: 20px;
    leading-trim: NONE;
  }

  .s-q-footer-copyright {
    font-family: Baloo 2;
    font-weight: 700;
    font-style: Bold;
    font-size: 20px;
    leading-trim: NONE;
  }
}

.s-q-cookie-popup {
  position: fixed;
  bottom: 10px;
  width: 375px;
  padding: 30px;
  border-radius: 20px;
  background: rgba(255, 255, 255, 1);
  border: 1px solid rgba(149, 49, 133, 1);
  box-shadow: 0px 14px 42px 0px rgba(8, 15, 52, 0.06);
  z-index: 1000;
  display: none;
}

.s-q-cookie-popup-text-two {
  color: rgba(87, 78, 68, 1);
}

.s-q-cookie-button-container {
  padding: 30px 0 0;
  margin: auto;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  gap: 20px;
}

.s-q-cookie-button {
  border: none;
  background-color: transparent;
}

#accept-cookies {
}

.s-q-close-popup {
  position: absolute;
  top: 10px;
  right: 10px;
  font-size: 20px;
  cursor: pointer;
}

@media screen and (min-width: 1201px) {
  .s-q-cookie-popup-container {
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .s-q-cookie-popup-text-two {
    font-family: Raleway;
    font-size: 18px;
    font-weight: 400;
    line-height: 30px;
    text-align: left;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
    width: 648px;
  }

  .s-q-cookie-button-container {
    padding: 0;
    margin: auto;
    display: flex;
    flex-direction: row;
    gap: 40px;
  }

  .s-q-cookie-popup {
    position: fixed;
    bottom: 10px;
    width: 1440px;
    padding: 32px;
    display: none;
  }
}
