@import url("https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&family=Luckiest+Guy&display=swap");
*,
*::before,
*::after {
  box-sizing: border-box;
}
html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  background: #fbfff1;

  color: #000000;
}

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-w-header.is-open .s-w-header-background {
  left: 0;
}
.s-w-header-button-wrapper {
  margin-left: auto;
}
.s-w-header-icon {
  display: none;
}

.s-w-header-icon-button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background-color: transparent;
  border: none;
  border-radius: 50%;
}
.s-w-navigation-list.is-open {
  right: 0;
}
.s-w-header-icon-menu {
  display: block;
}

.s-w-header-icon-button.is-open .s-w-header-icon-menu {
  display: none;
}

.s-w-header-icon-button.is-open .s-w-header-icon-close {
  display: block;
}

.s-w-header {
  position: fixed;
  width: 100%;
  z-index: 5;
  transition: background-color 0.3s ease;
  background: transparent;
  display: flex;
  height: auto;
}

.s-w-header-background {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 100%;
  z-index: -1;
  transition: left 0.3s ease;
  background: #fbfff1;
}
.s-w-header.is-open .s-w-header-background {
  left: 0;
}
.s-w-header-button-wrapper {
  margin-right: auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.s-w-header-icon-menu {
  display: block;
}

.s-w-header-icon-button.is-open .s-w-header-icon-menu {
  display: none;
}

.s-w-header-icon-button.is-open .s-w-header-icon-close {
  display: block;
}

.s-w-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: 8px 22px;
  position: relative;
}

.s-w-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: 50px;
  background: #fbfff1;
}

.s-w-navigation-list.is-open {
  right: 0;
}

.s-w-navigation-link {
  transition: all 0.3s ease-in-out;
  text-decoration: none;
  color: #000000;
  font-family: Inter;
  font-weight: 600;
  font-style: Semi Bold;
  font-size: 20px;
  leading-trim: NONE;
  line-height: 100%;
  letter-spacing: 0%;
  text-align: center;
}

.s-w-navigation-link:hover,
.s-w-navigatioт-link:focus {
  color: #04abff;
}

.s-w-header.is-open {
  background-color: transparent;
}

.s-w-navigation-img {
  display: none;
}
.s-w-header-terms-img {
  width: 24px;
  margin-left: -10px;
}
@media screen and (min-width: 1202px) {
  .s-w-header-terms-img {
    width: 41px;
    margin: 10px 0 0 40px;
  }
  .s-w-navigation-img {
    display: block;
    margin-right: 320px;
  }
  .s-w-policy-terms-header-icon-menu {
    display: none;
  }
  .s-w-header-button-wrapper {
    display: none;
  }
  .s-w-header {
    width: 100%;
    height: 86px;
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 1000;
  }

  .s-w-header-icon-button {
    display: none;
  }
  .s-w-navigation {
    display: flex;
    flex-direction: row;
    flex: 1;
    padding: 0;
    width: 1440px;
    padding: 0 0px;
    margin: auto;
  }

  .s-w-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-w-navigation-link {
    font-family: Inter;
    font-weight: 600;
    font-style: Semi Bold;
    font-size: 20px;
    leading-trim: NONE;
    line-height: 100%;
    letter-spacing: 0%;
    text-align: center;
  }

  .s-w-navigation-item-desk {
    display: none;
  }
}

.s-w-home {
  width: 375px;
  height: 823px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  background-image: url("/img/Hero.png");
  margin: auto;
}
.s-w-home-container {
  width: 375px;
  padding: 140px 10px 0;
  margin: auto;
}

.s-w-home-container-top {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.s-w-home-title {
  font-family: Luckiest Guy;
  font-weight: 400;
  font-style: Regular;
  font-size: 30px;
  leading-trim: NONE;
  line-height: 100%;
  letter-spacing: 0%;
  text-align: center;
  vertical-align: middle;
}

.s-w-home-text {
  font-family: Inter;
  font-weight: 500;
  font-style: Medium;
  font-size: 14px;
  leading-trim: NONE;
  line-height: 100%;
  letter-spacing: 0%;
  text-align: center;
  padding: 30px 0 20px;
}
.s-w-home-link {
  transition: all 0.3s ease-in-out;
  font-family: Inter;
  font-weight: 500;
  font-style: Medium;
  font-size: 14px;
  leading-trim: NONE;
  line-height: 100%;
  letter-spacing: 0%;
  text-align: center;
  color: #ffffff;
  text-decoration: none;
  border: 1px solid #0000004d;
  background: linear-gradient(180deg, #78d2ff 0%, #04abff 46.88%, #0087ca 100%);

  padding: 13px 56px;
  border-radius: 20px;
  border-width: 1px;
}

.s-w-home-link:hover {
  transform: scale(1.1);
}

@media screen and (min-width: 1202px) {
  .s-w-home {
    width: auto;
    height: 1024px;
    background-image: url("/img//Hero\ \(1\).png");
  }
  .s-w-home-container {
    width: 1440px;
    padding: 368px 90px 0px 619px;
  }

  .s-w-home-title {
    font-family: Luckiest Guy;
    font-weight: 400;
    font-style: Regular;
    font-size: 60px;
    leading-trim: NONE;
    line-height: 100%;
    letter-spacing: 0%;
    text-align: center;
    vertical-align: middle;
  }

  .s-w-home-text {
    font-family: Inter;
    font-weight: 500;
    font-style: Medium;
    font-size: 20px;
    leading-trim: NONE;
    line-height: 100%;
    letter-spacing: 0%;
    text-align: center;
  }
  .s-w-home-text {
    font-family: Inter;
    font-weight: 500;
    font-style: Medium;
    font-size: 20px;
    leading-trim: NONE;
    line-height: 100%;
    letter-spacing: 0%;
    text-align: center;

    padding: 50px 0 30px;
  }
  .s-w-home-link {
    padding: 14px 122px;
    font-family: Inter;
    font-weight: 500;
    font-style: Medium;
    font-size: 20px;
    leading-trim: NONE;
    line-height: 100%;
    letter-spacing: 0%;
    text-align: center;
  }
}
.s-w-about {
  margin: auto;
  width: 375px;
  height: 388px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  background-image: url("/img/Frame\ 103.png");
}
.s-w-about-container {
  width: 375px;
  padding: 40px 15px 0px;
  margin: auto;
}
.s-w-about-title {
  font-family: Luckiest Guy;
  font-weight: 400;
  font-style: Regular;
  font-size: 30px;
  leading-trim: NONE;
  line-height: 100%;
  letter-spacing: 0%;
}
.s-w-about-text {
  font-family: Inter;
  font-weight: 500;
  font-style: Medium;
  font-size: 14px;
  leading-trim: NONE;

  padding-top: 30px;
}

@media screen and (min-width: 1202px) {
  .s-w-about {
    width: 1440px;
    height: 389px;
    background-image: url("/img/Frame\ 104.png");
  }
  .s-w-about-container {
    width: 1440px;
    padding: 130px 747px 0 45px;
  }
  .s-w-about-title {
    font-family: Luckiest Guy;
    font-weight: 400;
    font-style: Regular;
    font-size: 60px;
    leading-trim: NONE;
    line-height: 100%;
    letter-spacing: 0%;
  }
  .s-w-about-text {
    font-family: Inter;
    font-weight: 500;
    font-style: Medium;
    font-size: 20px;
    leading-trim: NONE;

    padding-top: 50px;
  }
}

.s-w-why-container {
  width: 375px;
  margin: auto;
  padding: 50px 23px 0;
}
.s-w-why-list {
  padding: 30px 0 10px;
}
.s-w-why-item {
  width: 252px;
  height: 249px;
  margin: 0 16px;
}
.s-w-why-img {
  width: 187px;
  margin: auto;
}
.s-w-why-text-bold {
  font-family: Luckiest Guy;
  font-weight: 400;
  font-style: Regular;
  font-size: 16px;
  leading-trim: NONE;
  line-height: 100%;
  letter-spacing: 0%;
  text-align: center;
  padding: 20px 0 10px;
}
.s-w-why-text {
  font-family: Inter;
  font-weight: 500;
  font-style: Medium;
  font-size: 14px;
  leading-trim: NONE;

  text-align: center;
}

@media screen and (min-width: 1202px) {
  .s-w-why-container {
    width: 1440px;
    padding: 100px 24px 0;
  }
  .s-w-why-list {
    padding: 50px 0 00px;
  }
  .s-w-why-item {
    width: 252px;
    height: 270px;
    margin: 0 15px;
  }
  .s-w-why-img {
    width: 187px;
    margin: auto;
  }
  .s-w-why-text-bold {
    font-family: Luckiest Guy;
    font-weight: 400;
    font-style: Regular;
    font-size: 22px;
    leading-trim: NONE;
    line-height: 100%;
    letter-spacing: 0%;
    text-align: center;

    padding: 20px 0 10px;
  }
  .s-w-why-text {
    font-family: Inter;
    font-weight: 500;
    font-style: Medium;
    font-size: 20px;
    text-align: center;
  }
}

.s-w-uniqueness-container {
  margin: auto;
  width: 375px;
  padding: 50px 8px 0;
}
.s-w-uniqueness-list {
  padding: 20px 0 10px;
}
.s-w-uniqueness-lists {
  display: none;
}
.s-w-uniqueness-item {
  width: 287px;
  height: 306px;
  border-radius: 20px;
  padding: 30px;
  background: #ffffff;
  box-shadow:
    0px 2px 6px 2px #00000026,
    0px 1px 2px 0px #0000004d;
  margin: 10px 20px 10px;
}
.s-w-uniqueness-img {
  width: 227px;
  height: 151px;
  margin: auto;
}
.s-w-uniqueness-text-bold {
  font-family: Luckiest Guy;
  font-weight: 400;
  font-style: Regular;
  font-size: 16px;
  leading-trim: NONE;
  line-height: 100%;
  letter-spacing: 0%;
  text-align: center;
  padding: 30px 0 10px;
}
.s-w-uniqueness-text {
  font-family: Inter;
  font-weight: 500;
  font-style: Medium;
  font-size: 14px;
  leading-trim: NONE;

  text-align: center;
}

@media screen and (min-width: 1202px) {
  .s-w-uniqueness-container {
    margin: auto;
    width: 1440px;
    padding: 100px 132px 0;
  }
  .s-w-uniqueness-list {
    display: none;
  }
  .s-w-uniqueness-lists {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    padding-top: 50px;
    gap: 30px;
  }
  .s-w-uniqueness-item {
    width: 372px;
    height: 427px;

    border-radius: 20px;
    padding: 32px;

    margin: 0px;
  }
  .s-w-uniqueness-img {
    width: 312px;
    height: 209px;
  }
  .s-w-uniqueness-text-bold {
    font-family: Luckiest Guy;
    font-weight: 400;
    font-style: Regular;
    font-size: 22px;
    leading-trim: NONE;
    line-height: 100%;
    letter-spacing: 0%;
    text-align: center;

    padding: 30px 0 10px;
  }
  .s-w-uniqueness-text {
    font-family: Inter;
    font-weight: 500;
    font-style: Medium;
    font-size: 20px;
    leading-trim: NONE;

    text-align: center;
  }
}

.s-w-how-container {
  margin: auto;
  width: 375px;
  padding: 50px 23px 0;
}
.s-w-how-list {
  padding: 20px 0 10px;
}

.s-w-how-item {
  margin: 10px 30px;
  width: 243px;
  height: 331px;
  background: #ffffff;

  border-radius: 20px;
  padding: 30px;
  box-shadow:
    0px 2px 6px 2px #00000026,
    0px 1px 2px 0px #0000004d;
}

.s-w-how-img {
  margin: auto;
  width: 128px;
  height: 181px;
}

.s-w-how-text-bold {
  font-family: Luckiest Guy;
  font-weight: 400;
  font-style: Regular;
  font-size: 16px;
  leading-trim: NONE;
  line-height: 100%;
  letter-spacing: 0%;
  text-align: center;
  padding: 30px 0 10px;
}

.s-w-how-text {
  font-family: Inter;
  font-weight: 500;
  font-style: Medium;
  font-size: 14px;
  leading-trim: NONE;

  text-align: center;
}

@media screen and (min-width: 1202px) {
  .s-w-how-container {
    margin: auto;
    width: 1440px;
    padding: 100px 63px 0;
  }
  .s-w-how-list {
    padding: 40px 0 0px;
  }
  .s-w-how-item {
    margin: 10px 13px;
    width: 308px;
    height: 427px;

    border-radius: 20px;
    padding: 30px 20px;
  }

  .s-w-how-img {
    width: 182px;
    height: 257px;
  }

  .s-w-how-text-bold {
    font-family: Luckiest Guy;
    font-weight: 400;
    font-style: Regular;
    font-size: 22px;
    leading-trim: NONE;
    line-height: 100%;
    letter-spacing: 0%;
    text-align: center;

    padding: 30px 0 10px;
  }

  .s-w-how-text {
    font-family: Inter;
    font-weight: 500;
    font-style: Medium;
    font-size: 20px;
    leading-trim: NONE;

    text-align: center;
  }
}

.s-w-characters {
  margin: 30px auto 0;
  width: 375px;
  height: 258px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  background-image: url("/img/Frame\ 28.png");
}
.s-w-characters-container {
  padding: 28px 102px 0 20px;
  margin: auto;
  width: 375px;
  display: flex;
  flex-direction: column;
}

.s-w-characters-text-bold {
  font-family: Inter;
  font-weight: 700;
  font-style: Bold;
  font-size: 14px;
  leading-trim: NONE;
  padding: 30px 0 20px;
}

.s-w-characters-text {
  font-family: Inter;
  font-weight: 500;
  font-style: Medium;
  font-size: 14px;
  leading-trim: NONE;
  padding-bottom: 10px;
}
.s-w-characters-item {
  padding: 13px 59px;
}

@media screen and (min-width: 1202px) {
  .s-w-characters {
    width: auto;
    height: 518px;
    background-image: url("/img/Frame\ 28\ \(1\).png");
    margin-top: 50px;
  }
  .s-w-characters-container {
    padding: 119px 735px 0 57px;
    margin: auto;
    width: 1440px;
  }
  .s-w-characters-text-bold {
    font-family: Inter;
    font-weight: 700;
    font-style: Bold;
    font-size: 20px;
    leading-trim: NONE;

    padding: 50px 0 20px;
  }

  .s-w-characters-text {
    font-family: Inter;
    font-weight: 500;
    font-style: Medium;
    font-size: 20px;
    leading-trim: NONE;

    padding-bottom: 30px;
  }
  .s-w-characters-item {
    padding: 13px 122px;
    width: 433px;
  }
}

.s-w-reviews-container {
  margin: auto;
  padding: 50px 10px 0;
  width: 375px;
}
.s-w-reviews-list {
  padding: 20px 00px 10px;
}
.s-w-reviews-lists {
  display: none;
}
.s-w-reviews-item {
  margin: 10px 10px;
  background: #ffffff;
  box-shadow:
    0px 1px 3px 0px #0000004d,
    0px 4px 8px 3px #00000026;
  width: 332px;
  height: 177px;
  border-radius: 24px;
  border-width: 2px;
  padding: 24px;
}

.s-w-reviews-img {
  height: 30px;
}
.s-w-reviews-text-bold {
  font-family: Luckiest Guy;
  font-weight: 400;
  font-style: Regular;
  font-size: 16px;
  leading-trim: NONE;
  line-height: 100%;
  letter-spacing: 0%;
  text-align: center;
  padding: 20px 0 10px;
}

.s-w-reviews-text {
  font-family: Inter;
  font-weight: 500;
  font-style: Medium;
  font-size: 14px;
  leading-trim: NONE;
}

@media screen and (min-width: 1202px) {
  .s-w-reviews-container {
    margin: auto;
    padding: 100px 91px 0;
    width: 1440px;
  }
  .s-w-reviews-list {
    display: none;
  }
  .s-w-reviews-lists {
    padding-top: 50px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 20px;
  }
  .s-w-reviews-item {
    margin: 0px;
    background: #ffffff;
    width: 406px;
    height: 194px;

    border-radius: 24px;
    border-width: 2px;
    padding: 24px;
  }

  .s-w-reviews-img {
    height: 30px;
  }
  .s-w-reviews-text-bold {
    font-family: Luckiest Guy;
    font-weight: 400;
    font-style: Regular;
    font-size: 22px;
    leading-trim: NONE;
    line-height: 100%;
    letter-spacing: 0%;
    text-align: center;

    padding: 20px 0 10px;
  }

  .s-w-reviews-text {
    font-family: Inter;
    font-weight: 500;
    font-style: Medium;
    font-size: 18px;
    leading-trim: NONE;
  }
}

.s-w-faq-container {
  padding: 50px 8px 0px;
  width: 375px;
  margin: 50px auto;
}
.s-w-faq-list {
  padding-top: 50px;
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.s-w-faq-item {
  box-shadow: 0px 8px 28px 0px #2c1a0e1f;
  border-bottom: 1px solid #ffffff1c;
  background: #ffffff;

  border-radius: 20px;
  border-bottom-width: 1px;
  padding: 22px 24px;
}

.s-w-faq-question {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-family: Inter;
  font-weight: 500;
  font-style: Medium;
  font-size: 14px;
  leading-trim: NONE;
}

.s-w-faq-answer {
  font-family: Inter;
  font-weight: 400;
  font-style: Regular;
  font-size: 18px;
  leading-trim: NONE;
}
.s-w-toggle-button {
  background: none;
  border: none;
  cursor: pointer;
}

.s-w-toggle-button img {
  width: 18px;
  transition: transform 0.3s ease;
}
.s-w-faq-answer {
  max-height: 0;
  overflow: hidden;
  transition:
    max-height 0.4s ease,
    opacity 0.4s ease;
  opacity: 0;
}

.s-w-faq-answer.open {
  max-height: 200px;
  opacity: 1;
  padding-top: 16px;
}

.s-w-toggle-button img.rotated {
  transform: rotate(180deg);
}
@media screen and (min-width: 1202px) {
  .s-w-faq-container {
    padding: 100px 0 0;
    width: 1440px;
    margin: 100px auto;
  }
  .s-w-faq-list {
    padding: 50px 304px 0;
    display: flex;
    flex-direction: column;
    gap: 10px;
  }

  .s-w-faq-item {
    box-shadow: 0px 8px 28px 0px #2c1a0e1f;
    border-bottom: 1px solid #ffffff1c;
    background: #ffffff;

    border-radius: 20px;
    border-bottom-width: 1px;
    padding: 22px 24px;
  }

  .s-w-faq-question {
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-family: Inter;
    font-weight: 500;
    font-style: Medium;
    font-size: 20px;
    leading-trim: NONE;
  }

  .s-w-faq-answer {
    font-family: Inter;
    font-weight: 400;
    font-style: Regular;
    font-size: 18px;
    leading-trim: NONE;
  }
}

.s-w-gallery-container {
  width: 375px;
  margin: auto;
  padding: 50px 24px 0px;
}
.s-w-gallery-list {
  padding-top: 30px;
  margin: auto;
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.s-w-gallery-item {
  width: 326px;
  height: 147px;

  overflow: hidden;
  position: relative;
}

.s-w-gallery-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.s-w-gallery-button-container {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 64px;
  margin-top: -28px;
}

.s-w-gallery-button {
  z-index: 1;
  background-color: transparent;
  border: none;
  padding: 0;
  -webkit-transition: scale 0.3s ease;
  transition: scale 0.3s ease;
}
.s-w-gallery-button-icon {
  width: 30px;
}
.s-w-gallery-button:hover {
  scale: 120%;
}
.slick-dots {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 7px;
  margin-top: 22px;
}
.slick-dots li {
  width: 4px;
  height: 4px;
  content: url(/img/Ellipse\ 16.png);
}
.slick-dots li.slick-active {
  width: 6px;
  height: 6px;
  content: url(/img/Ellipse\ 15.png);
}
@media screen and (min-width: 1202px) {
  .slick-dots {
    display: none;
  }
  .slick-dots li {
    display: none;
  }
  .s-w-gallery-button-container {
    display: none;
  }

  .s-w-gallery-container {
    width: 1440px;
    margin: auto;
    padding: 100px 44px 0;
  }
  .s-w-gallery-item {
    width: 669px;
    height: 301px;

    border-radius: 20px;
    border-width: 1px;
  }

  .s-w-gallery-list {
    flex-direction: row;
    flex-wrap: wrap;
    gap: 14px;
  }
}

.s-w-features {
  width: 375px;
  height: 186px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  background-image: url("/img/Contact.png");
  margin: 50px auto;
}
.s-w-features-container {
  width: 375px;
  margin: auto;
  padding: 27px 0px 0px;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.s-w-features-text-bold {
  font-family: Inter;
  font-weight: 700;
  font-style: Bold;
  font-size: 14px;
  leading-trim: NONE;
  line-height: 100%;
  letter-spacing: 0%;
  text-align: center;
  padding: 30px 0 20px;
}

.s-w-features-text {
  font-family: Inter;
  font-weight: 500;
  font-style: Medium;
  font-size: 14px;
  leading-trim: NONE;
  line-height: 100%;
  letter-spacing: 0%;
  text-align: center;
  color: #ffffff;
  text-decoration: none;
  border: 1px solid #0000004d;
  background: linear-gradient(180deg, #78d2ff 0%, #04abff 46.88%, #0087ca 100%);

  padding: 13px 42px;
  border-radius: 20px;
  border-width: 1px;
}

@media screen and (min-width: 1202px) {
  .s-w-features {
    width: auto;
    height: 646px;
    background-image: url("/img/Contact\ \(1\).png");
  }
  .s-w-features-container {
    width: 1440px;
    margin: auto;
    padding: 217px 0 0;
  }
  .s-w-features-text-bold {
    font-family: Inter;
    font-weight: 700;
    font-style: Bold;
    font-size: 20px;
    leading-trim: NONE;
    line-height: 100%;
    letter-spacing: 0%;
    text-align: center;

    padding: 50px 0 30px;
  }

  .s-w-features-text {
    font-family: Inter;
    font-weight: 500;
    font-style: Medium;
    font-size: 20px;
    leading-trim: NONE;
    line-height: 100%;
    letter-spacing: 0%;
    text-align: center;

    background: linear-gradient(
      180deg,
      #78d2ff 0%,
      #04abff 46.88%,
      #0087ca 100%
    );

    padding: 13px 86px;
    border-radius: 20px;
    border-width: 1px;
  }
}

.s-w-policy-terms-container {
  padding: 50px 8px 50px;
  width: 375px;
  margin: auto;
  font-family: Inter;
  font-weight: 400;
  font-style: Regular;
  font-size: 14px;
  leading-trim: NONE;
}

.s-w-policy-terms-container h1 {
  text-align: center;
  margin-bottom: 20px;
  font-family: Luckiest Guy;
  font-weight: 400;
  font-style: Regular;
  font-size: 30px;
  leading-trim: NONE;
  line-height: 100%;
  letter-spacing: 0%;
}
.s-w-policy-terms-container h2 {
  font-family: Inter;
  font-weight: 800;
  font-style: Extra Bold;
  font-size: 16px;
  leading-trim: NONE;
  line-height: 100%;
  letter-spacing: 0%;

  margin: 30px 0 20px;
}
.s-w-policy-terms-container ul {
  list-style-type: disc;
  margin-left: 20px;
}
.s-w-policy-terms-container p {
  margin: 10px 0;
}
.s-w-policy-terms-container a {
  color: inherit;
}
@media screen and (min-width: 1202px) {
  .s-w-policy-terms-container {
    padding: 30px 40px 100px;
    width: 1440px;
    font-family: Inter;
    font-weight: 400;
    font-style: Regular;
    font-size: 24px;
    leading-trim: NONE;
  }
  .s-w-policy-terms-container h1 {
    font-family: Luckiest Guy;
    font-weight: 400;
    font-style: Regular;
    font-size: 60px;
    leading-trim: NONE;
    line-height: 100%;
    letter-spacing: 0%;
  }
  .s-w-policy-terms-container h2 {
    font-family: Inter;
    font-weight: 800;
    font-style: Extra Bold;
    font-size: 30px;
    leading-trim: NONE;
    line-height: 100%;
    letter-spacing: 0%;
  }
  .s-w-policy-terms-container p {
  }
}

.s-w-footer-container {
  width: 375px;
  padding: 18px 0 17px;
  margin: auto;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 48px;
  font-family: Inter;
  font-weight: 700;
  font-style: Bold;
  font-size: 14px;
  leading-trim: NONE;
  line-height: 100%;
  letter-spacing: 0%;
  text-align: center;
}

.s-w-footer-wrapper {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 78px;
}

.s-w-footer-text {
  text-decoration: none;
  color: inherit;
}

@media screen and (min-width: 1202px) {
  .s-w-footer-container {
    width: 1440px;
    padding: 31px 0px 30px;
    font-family: Inter;
    font-weight: 700;
    font-style: Bold;
    font-size: 20px;
    leading-trim: NONE;
    line-height: 100%;
    letter-spacing: 0%;
    text-align: center;
  }

  .s-w-footer-wrapper {
    gap: 266px;
  }
}
