@import url("https://fonts.googleapis.com/css2?family=Advent+Pro:ital,wght@0,100..900;1,100..900&family=Nunito:ital,wght@0,200..1000;1,200..1000&display=swap");

*,
*::before,
*::after {
  box-sizing: border-box;
}
html {
  scroll-behavior: smooth;
}

body {
  margin: 0;

  background: #f6f2ec;
  color: #292725;
}

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%;
}

.o-s-header.is-open .o-s-header-background {
  left: 0;
}
.o-s-header-button-wrapper {
  margin-left: auto;
}
.o-s-header-icon {
  display: none;
}

.o-s-header-icon-button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background-color: transparent;
  border: none;
  border-radius: 50%;
}
.o-s-navigation-list.is-open {
  right: 0;
}
.o-s-header-icon-menu {
  display: block;
}

.o-s-header-icon-button.is-open .o-s-header-icon-menu {
  display: none;
}

.o-s-header-icon-button.is-open .o-s-header-icon-close {
  display: block;
}

.o-s-header {
  position: fixed;
  width: 100%;
  z-index: 5;
  transition: background-color 0.3s ease;
  background: transparent;
  display: flex;
  height: 48px;
  background: rgba(246, 242, 236, 0.8);
}

.o-s-header-background {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 100%;
  z-index: -1;
  transition: left 0.3s ease;
  backdrop-filter: blur(10px);
}
.o-s-header.is-open .o-s-header-background {
  left: 0;
}
.o-s-header-button-wrapper {
  margin-right: auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.o-s-header-icon-menu {
  display: block;
}

.o-s-header-icon-button.is-open .o-s-header-icon-menu {
  display: none;
}

.o-s-header-icon-button.is-open .o-s-header-icon-close {
  display: block;
}

.o-s-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: 12px 24px;
  position: relative;
}

.o-s-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: 64px 0px;
  border-radius: 0px 0px 64px 64px;
  gap: 12px;
  backdrop-filter: blur(10px);
  background: #f6f2ec33;
  border-bottom: 1px solid #d9d3cc;
  box-shadow: 0px 4px 8px 2px #3a404899;
}

.o-s-navigation-list.is-open {
  right: 0;
}

.o-s-navigation-link {
  transition: all 0.3s ease-in-out;
  text-decoration: none;
  width: 327px;
  display: block;
  padding-top: 16px;
  padding-bottom: 16px;
  border-bottom-width: 1px;
  border-radius: 999px;
  font-family: Nunito;
  font-weight: 300;
  font-style: Light;
  font-size: 14px;
  leading-trim: NONE;
  line-height: 100%;
  letter-spacing: 0%;
  text-align: center;
  color: rgba(41, 39, 37, 1);
}

.o-s-navigation-link:hover,
.o-s-navigatioт-link:focus {
  background: rgba(115, 166, 132, 1);
  box-shadow: 2px 2px 2px 0px rgba(106, 97, 88, 0.8);
  color: rgba(246, 242, 236, 1);
}

.o-s-header.is-open {
  background-color: transparent;
}

.o-s-navigation-img {
  display: none;
}
.o-s-navigation-item-desk-item {
  display: flex;
  gap: 120px;
  margin-top: 32px;
}
.o-s-navigation-item-desk {
  font-family: Nunito;
  font-weight: 300;
  font-style: Light;
  font-size: 14px;
  leading-trim: NONE;
  line-height: 100%;
  letter-spacing: 0%;
  text-align: center;
  text-decoration: underline;
  text-decoration-style: solid;
  text-decoration-offset: 0%;
  text-decoration-thickness: 0%;
  text-decoration-skip-ink: auto;
  color: rgba(41, 39, 37, 1);
}
.o-s-header-terms {
  background: transparent;
  box-shadow: none;
  backdrop-filter: none;
}
.o-s-navigation-list-terms {
  padding-top: 32px;
}
.o-s-header-terms-img {
  display: flex;
  align-items: center;
  font-family: Nunito;
  font-weight: 300;
  font-style: Light;
  font-size: 10px;
  leading-trim: NONE;
  line-height: 150%;
  letter-spacing: 0%;
  text-align: center;
  text-decoration: none;
  color: rgba(41, 39, 37, 1);
  gap: 12px;
}
@media screen and (min-width: 1196px) {
  .o-s-policy-terms-header-icon-menu {
    display: none;
  }
  .o-s-header-button-wrapper {
    display: none;
  }
  .o-s-header {
    position: fixed;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 100%;
    height: 54px;
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 1000;
    width: 1005px;
    background: rgba(246, 242, 236, 0.2);
    box-shadow: 2px 2px 2px 0px rgba(106, 97, 88, 0.6);
    backdrop-filter: blur(10px);
    padding-top: 8px;
    padding-right: 16px;
    padding-bottom: 8px;
    padding-left: 16px;
    border-radius: 999px;
  }
  .o-s-header-terms {
    background: transparent;
    box-shadow: none;
    backdrop-filter: none;
    top: 36px;
    left: 120px;
    padding: 0;
    margin: 0;
    transform: translateX(0%);
  }
  .o-s-navigation-list-terms {
    padding-top: 0px;
  }
  .o-s-header-terms-img {
    display: flex;
    align-items: center;
    font-family: Nunito;
    font-weight: 300;
    font-style: Light;
    font-size: 10px;
    leading-trim: NONE;
    line-height: 150%;
    letter-spacing: 0%;
    text-align: center;
    text-decoration: none;
    color: rgba(41, 39, 37, 1);
    gap: 12px;
  }
  .o-s-header-icon-button {
    display: none;
  }
  .o-s-navigation {
    display: flex;
    flex-direction: row;
    flex: 1;
    padding: 0;
    width: 1440px;
    width: 1005px;
    padding: 0 0px;
    margin: auto;
  }

  .o-s-navigation-list {
    background-color: transparent;
    flex-direction: row;
    display: flex;
    position: static;
    width: 1440px;
    width: 1005px;
    margin: auto;
    padding-block: 0;
    flex: 1;
    gap: 10px;
    height: 0px;
    display: flex;
    justify-content: center;
    align-items: center;
    justify-content: center;
    padding: 0;
    backdrop-filter: blur(0px);
    background: transparent;

    box-shadow: none;
    border: none;
  }

  .o-s-navigation-link {
    width: fit-content;
    font-family: Nunito;
    font-weight: 300;
    font-style: Light;
    font-size: 10px;
    leading-trim: NONE;
    line-height: 100%;
    letter-spacing: 0%;

    padding-top: 12px;
    padding-right: 24px;
    padding-bottom: 12px;
    padding-left: 24px;

    border-bottom-width: 1px;
    border-radius: 999px;
  }

  .o-s-navigation-item-desk {
    display: none;
  }
}

.o-s-home {
  width: 375px;
  height: 780px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  background-image: url("/img/1.\ Home\ mob.png");
  margin: auto;
}
.o-s-home-container {
  padding: 112px 16px 0px;
  margin: auto;
}

.o-s-home-container-top {
  display: flex;
  flex-direction: column;
  gap: 32px;
}

.o-s-home-title {
  font-family: Advent Pro;
  font-weight: 400;
  font-style: Regular;
  font-size: 56px;
  leading-trim: NONE;

  color: #6a6158;
  text-align: center;
}

.o-s-home-text {
  font-family: Advent Pro;
  font-weight: 400;
  font-style: Regular;
  font-size: 32px;
  leading-trim: NONE;
  line-height: 110.00000000000001%;
  letter-spacing: 0%;
  text-align: center;
  color: #8e8479;
  padding: 0 70px;
}

@media screen and (min-width: 1196px) {
  .o-s-home {
    width: auto;
    height: 858px;
    background-image: url("/img/1.\ HOME.png");
  }
  .o-s-home-container {
    width: 1440px;
    padding: 118px 0px 0px;
  }
  .o-s-home-container-top {
    gap: 16px;
  }

  .o-s-home-title {
    font-family: Advent Pro;
    font-weight: 400;
    font-style: Regular;
    font-size: 80px;
    leading-trim: NONE;
    line-height: 140%;
    letter-spacing: 0%;
  }

  .o-s-home-text {
    font-family: Advent Pro;
    font-weight: 400;
    font-style: Regular;
    font-size: 40px;
    leading-trim: NONE;
    line-height: 140%;
    letter-spacing: 0%;
    text-align: center;
  }
}
.o-s-about {
  margin: auto;
  width: 375px;
  height: 710px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  background-image: url("/img/2\ About\ the\ Experience.png");
}
.o-s-about-container {
  padding: 64px 0px 0px;
  margin: auto;
}

.o-s-about-title {
  font-family: Nunito;
  font-weight: 300;
  font-style: Light;
  font-size: 14px;
  leading-trim: NONE;
  line-height: 140%;
  letter-spacing: 0%;
  color: #f6f2ec;
  text-align: center;
  background: #73a684;
  box-shadow: 0px 1px 1px 0px #6a6158;
  width: fit-content;
  border-top-right-radius: 32px;
  border-bottom-right-radius: 32px;
  padding: 16px;
}
.o-s-about-div {
  display: flex;
  flex-direction: column;
  gap: 32px;
  padding: 64px 48px 0;
  text-align: center;
}
.o-s-about-text {
  font-family: Advent Pro;
  font-weight: 400;
  font-style: Regular;
  font-size: 32px;
  leading-trim: NONE;
  line-height: 110.00000000000001%;
  letter-spacing: 0%;

  color: #6a6158;
}

.o-s-about-text-bold {
  font-family: Nunito;
  font-weight: 300;
  font-style: Light;
  font-size: 14px;
  leading-trim: NONE;
  line-height: 140%;
  letter-spacing: 0%;
}

@media screen and (min-width: 1196px) {
  .o-s-about {
    margin: auto;
    width: 1440px;
    height: 538px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    background-image: url("/img/2.\ About\ the\ Experience.png");
  }
  .o-s-about-container {
    padding: 80px 0px 0px;
    margin: auto;
    /* position: relative; */
  }

  .o-s-about-title {
    position: absolute;
    left: 0;

    font-family: Nunito;
    font-weight: 300;
    font-style: Light;
    font-size: 16px;
    leading-trim: NONE;
    line-height: 140%;
    letter-spacing: 0%;
    text-align: center;
    border-top-right-radius: 32px;
    border-bottom-right-radius: 32px;

    padding-top: 16px;
    padding-right: 32px;
    padding-bottom: 16px;
    padding-left: 120px;
  }

  .next-element {
    height: 54px;
  }
  .o-s-about-div {
    padding: 106px 642px 0 234px;
    text-align: left;
  }
  .o-s-about-text {
    font-family: Advent Pro;
    font-weight: 400;
    font-style: Regular;
    font-size: 40px;
    leading-trim: NONE;
    line-height: 140%;
    letter-spacing: 0%;
  }

  .o-s-about-text-bold {
    font-family: Nunito;
    font-weight: 300;
    font-style: Light;
    font-size: 16px;
    leading-trim: NONE;
    line-height: 140%;
    letter-spacing: 0%;
  }
  .o-s-about-text-bold-two {
    padding-right: 49px;
  }
}

.o-s-why-container {
  width: 375px;
  margin: auto;
  padding: 64px 0;
  display: flex;
  flex-direction: column;
  gap: 32px;
}
.o-s-about-div-why {
  padding: 48px 16px 0;
}
.o-s-about-text-two {
  font-family: Advent Pro;
  font-weight: 400;
  font-style: Regular;
  font-size: 56px;
  leading-trim: NONE;
  line-height: 100%;
  letter-spacing: 0%;
}
.o-s-why-list {
  display: flex;
  flex-direction: column;
  gap: 20px;
  padding: 0 16px;
}
.o-s-why-item {
  display: flex;
  flex-direction: column;
  gap: 32px;
  align-items: center;
  box-shadow: 2px 2px 2px 0px #6a61589e;
  background: #d9d3cc;
  width: 343px;
  height: 276px;
  padding: 32px;
  gap: 32px;
  border-radius: 32px;
  font-family: Nunito;
  font-weight: 300;
  font-style: Light;
  font-size: 14px;
  leading-trim: NONE;
  line-height: 140%;
  letter-spacing: 0%;
  text-align: center;
}

@media screen and (min-width: 1196px) {
  .o-s-why-container {
    width: 1440px;
    margin: auto;
    padding: 80px 0;
    display: flex;
    flex-direction: row;
    gap: 100px;
  }
  .o-s-about-div-why {
    margin: 64px 0px 0 120px;
    padding: 0;
    width: 379px;
    text-align: left;
  }
  .o-s-about-text-two {
    font-family: Advent Pro;
    font-weight: 400;
    font-style: Regular;
    font-size: 80px;
    leading-trim: NONE;
    line-height: 100%;
    letter-spacing: 0%;
  }
  .o-s-why-list {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 32px;
    padding: 0;
  }
  .o-s-why-item {
    display: flex;
    flex-direction: column;
    gap: 32px;
    align-items: center;
    box-shadow: 2px 2px 2px 0px #6a61589e;
    background: #d9d3cc;
    width: 343px;
    height: 278px;
    padding: 32px;
    gap: 32px;
    border-radius: 32px;
    font-family: Nunito;
    font-weight: 300;
    font-style: Light;
    font-size: 16px;
    leading-trim: NONE;
    line-height: 140%;
    letter-spacing: 0%;
    text-align: center;
  }
}

.o-s-uniqueness {
  background: #ede6dd;
}
.o-s-uniqueness-container {
  margin: auto;
  width: 375px;
  padding: 64px 0px;
}
.o-s-about-div-uniqueness {
  padding: 48px 16px 0;
  text-align: center;
}
.o-s-uniqueness-list {
  padding: 32px 16px 0;
  display: flex;
  flex-direction: column;
  gap: 24px;
}
.o-s-uniqueness-item {
  display: flex;
  flex-direction: column;
}

.o-s-uniqueness-text {
  font-family: Nunito;
  font-weight: 300;
  font-style: Light;
  font-size: 14px;
  leading-trim: NONE;
  line-height: 140%;
  letter-spacing: 0%;
  color: #f6f2ec;
  background: #ede6dd4d;
  width: fit-content;
  border-radius: 24px;
  padding: 16px;
  gap: 10px;
  backdrop-filter: blur(10px);
  margin: -66px 10px 0 auto;
}
.o-s-uniqueness-item-two {
  margin: -66px auto 0 10px;
}

@media screen and (min-width: 1196px) {
  .o-s-uniqueness-container {
    margin: auto;
    width: 1440px;
    padding: 80px 0px;
  }
  .o-s-about-div-uniqueness {
    padding: 32px 450px 0;
  }
  .o-s-uniqueness-list {
    padding: 64px 144px;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 32px;
  }
  .o-s-uniqueness-item {
    display: flex;
    flex-direction: column;
    width: 560px;
    height: 320px;
  }

  .o-s-uniqueness-text {
    font-family: Nunito;
    font-weight: 300;
    font-style: Light;
    font-size: 16px;
    leading-trim: NONE;
    line-height: 140%;
    letter-spacing: 0%;

    margin: -88px 32px 0 auto;
  }
  .o-s-uniqueness-item-two {
    margin: -88px auto 0 32px;
  }
}
.o-s-how {
  background: #ede6dd;
}
.o-s-how-container {
  margin: auto;
  padding-top: 64px;
  width: 375px;
  height: 647px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  background-image: url("/img/3.\ Gameplay\ Flow\ mob.png");
}
.o-s-about-div-how {
  padding: 48px 66px 0;
  text-align: center;
}

@media screen and (min-width: 1196px) {
  .o-s-how-container {
    margin: auto;
    padding-top: 80px;
    width: 1440px;
    height: 850px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    background-image: url("/img/3\ Gameplay\ Flow.png");
  }
  .o-s-about-div-how {
    padding: 64px 485px 0;
  }
}

.o-s-characters-container {
  padding: 64px 0px;
  margin: auto;
  width: 375px;
  display: flex;
  flex-direction: column;
  gap: 32px;
}
.o-s-about-div-characters {
  padding: 48px 36px 0;
}
.o-s-characters-list {
  display: flex;
  flex-direction: column;

  padding: 0px 16px 0;
  gap: 16px;
}
.o-s-characters-item {
  display: flex;
  align-items: center;
  box-shadow: 2px 2px 2px 0px #6a61589e;
  background: #d9d3cc;

  border-radius: 32px;
  padding-top: 16px;
  padding-right: 32px;
  padding-bottom: 16px;
  padding-left: 32px;
  gap: 12px;
}
.o-s-characters-img {
  width: 24px;
}

.o-s-characters-text {
  font-family: Nunito;
  font-weight: 300;
  font-style: Light;
  font-size: 14px;
  leading-trim: NONE;
  line-height: 140%;
  letter-spacing: 0%;
  text-align: center;
  width: 243px;
}

@media screen and (min-width: 1196px) {
  .o-s-characters-container {
    padding: 80px 0px;
    margin: auto;
    width: 1440px;
    display: flex;
    flex-direction: row;
    gap: 64px;
    align-items: end;
    justify-content: start;
  }
  .o-s-about-div-characters {
    padding: 0;
    width: 479px;
    margin: 64px 0 0 258px;
  }
  .o-s-characters-list {
    display: flex;
    flex-direction: column;

    padding: 72px 0px 0;
    gap: 16px;
  }
  .o-s-characters-item {
    width: 380px;

    gap: 12px;

    border-radius: 32px;
    padding-top: 16px;
    padding-right: 32px;
    padding-bottom: 16px;
    padding-left: 32px;
  }

  .o-s-characters-text {
    font-family: Nunito;
    font-weight: 300;
    font-style: Light;
    font-size: 16px;
    leading-trim: NONE;
    line-height: 140%;
    letter-spacing: 0%;
    text-align: center;

    width: 280px;
  }
}

.o-s-gallery {
  background: #ede6dd;
}
.o-s-gallery-container {
  width: 375px;
  margin: auto;
  padding: 64px 0px;
}
.o-s-gallery-div {
  display: flex;
  flex-direction: column;
  gap: 48px;
  text-align: center;
}

.o-s-gallery-list {
  padding: 32px 16px 0;
}

.o-s-gallery-item {
  width: 294px;

  overflow: hidden;
  position: relative;
  margin: 0 10px;
}

.o-s-gallery-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.o-s-gallery-button-container {
  display: none;
}
@media screen and (min-width: 1196px) {
  .o-s-gallery-button-container {
    display: flex;
  }

  .o-s-gallery-button {
    background-color: transparent;
    border: none;
    padding: 0;
    -webkit-transition: scale 0.3s ease;
    transition: scale 0.3s ease;
  }
  .o-s-gallery-button-icon {
    width: 64px;
  }
  .o-s-gallery-button:hover {
    scale: 120%;
  }

  .o-s-gallery {
    margin: auto;
  }
  .o-s-gallery-container {
    width: 1440px;
    margin: auto;
    padding: 80px 0;
    /* position: relative; */
  }
  .o-s-gallery-list-dot {
    position: relative;
  }
  .o-s-gallery-list-left {
    position: absolute;
    top: 272px;
    left: 120px;
  }
  .o-s-gallery-list-right {
    position: absolute;
    top: 272px;
    right: 120px;
  }
  .o-s-gallery-div {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    padding-right: 120px;
    gap: 48px;
    text-align: center;
  }
  .o-s-about-title-gall {
    position: absolute;
    left: 0;
  }
  .o-s-gallery-list {
    padding: 64px 190px 0;
  }
  .o-s-gallery-item {
    width: auto;
    height: 508px;
    margin: 0 16px;
  }
}

.o-s-features {
  background: #ede6dd;
}
.o-s-features-container {
  width: 375px;
  margin: auto;
  padding: 64px 0px;
}

.o-s-features-item {
  padding-top: 32px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 16px;
}
.o-s-features-text-bold {
  font-family: Nunito;
  font-weight: 300;
  font-style: Light;
  font-size: 14px;
  leading-trim: NONE;
  line-height: 140%;
  letter-spacing: 0%;
  text-align: center;
}
.o-s-features-img {
  width: 24px;
}

.o-s-features-text {
  font-family: Nunito;
  font-weight: 300;
  font-style: Light;
  font-size: 14px;
  leading-trim: NONE;
  line-height: 140%;
  letter-spacing: 0%;
  color: #292725;
  text-decoration: none;
  display: flex;
  align-items: center;
  gap: 16px;
}

@media screen and (min-width: 1196px) {
  .o-s-features-container {
    width: 1440px;
    margin: auto;
    padding: 80px 0px;
  }

  .o-s-features-item {
    padding-top: 0px;
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 16px;
    margin: -33px 0 0 502px;
  }
  .o-s-features-text-bold {
    font-family: Nunito;
    font-weight: 300;
    font-style: Light;
    font-size: 16px;
    leading-trim: NONE;
    line-height: 140%;
    letter-spacing: 0%;
  }
  .o-s-features-img {
    width: 24px;
  }

  .o-s-features-text {
    font-family: Nunito;
    font-weight: 300;
    font-style: Light;
    font-size: 16px;
    leading-trim: NONE;
    line-height: 140%;
    letter-spacing: 0%;
  }
}

.o-s-policy-terms-container {
  padding: 104px 16px 48px;
  width: 375px;
  margin: auto;
  font-family: Nunito;
  font-weight: 300;
  font-style: Light;
  font-size: 14px;
  leading-trim: NONE;
  line-height: 140%;
  letter-spacing: 0%;
}

.o-s-policy-terms-container h1 {
  margin-bottom: 40px;
  font-family: Advent Pro;
  font-weight: 400;
  font-style: Regular;
  font-size: 40px;
  leading-trim: NONE;
  line-height: 100%;
  letter-spacing: 0%;
  text-align: center;
}
.o-s-policy-terms-container h2 {
  margin: 24px 0 16px;
  font-family: Nunito;
  font-weight: 300;
  font-style: Light;
  font-size: 20px;
  leading-trim: NONE;
  line-height: 140%;
  letter-spacing: 0%;
}
.o-s-policy-terms-container ul {
  list-style-type: disc;
  margin-left: 20px;
}

.o-s-email-link {
  color: inherit;
}
@media screen and (min-width: 1196px) {
  .o-s-policy-terms-container {
    padding: 128px 223px 64px;
    width: 1440px;
  }
  .o-s-policy-terms-container h1 {
    font-family: Advent Pro;
    font-weight: 400;
    font-style: Regular;
    font-size: 80px;
    leading-trim: NONE;
    line-height: 100%;
    letter-spacing: 0%;
  }
}

.o-s-footer-container {
  margin: auto;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 25px;
  background: #292725;
  width: 375px;
  height: 194px;
  gap: 32px;
  border-top-left-radius: 64px;
  border-top-right-radius: 64px;
  color: #f6f2ec;
}

.o-s-footer-wrapper {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 32px;
}

.o-s-footer-text {
  text-decoration: none;
  color: inherit;
  font-family: Nunito;
  font-weight: 300;
  font-style: Light;
  font-size: 12px;
  leading-trim: NONE;
  line-height: 140%;
  letter-spacing: 0%;
  text-decoration: underline;
  text-decoration-style: solid;
  text-decoration-offset: 0%;
  text-decoration-thickness: 0%;
  text-decoration-skip-ink: auto;
}

.o-s-footer-copyright {
  font-family: Nunito;
  font-weight: 300;
  font-style: Light;
  font-size: 12px;
  leading-trim: NONE;
  line-height: 140%;
  letter-spacing: 0%;
}

@media screen and (min-width: 1196px) {
  .o-s-footer-container {
    width: auto;
    height: 236px;
    gap: 32px;
    border-top-left-radius: 64px;
    border-top-right-radius: 64px;
  }

  .o-s-footer-wrapper {
    gap: 32px;
  }

  .o-s-footer-text {
    font-family: Nunito;
    font-weight: 300;
    font-style: Light;
    font-size: 16px;
    leading-trim: NONE;
    line-height: 140%;
    letter-spacing: 0%;
    text-decoration: underline;
    text-decoration-style: solid;
    text-decoration-offset: 0%;
    text-decoration-thickness: 0%;
    text-decoration-skip-ink: auto;
  }

  .o-s-footer-copyright {
    font-family: Nunito;
    font-weight: 300;
    font-style: Light;
    font-size: 16px;
    leading-trim: NONE;
    line-height: 140%;
    letter-spacing: 0%;
  }
}
