@import url("https://fonts.googleapis.com/css2?family=Lilita+One&family=Open+Sans:ital,wght@0,300..800;1,300..800&display=swap");

* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  background: #ffe6d9;
  color: #222222;
}

body {
  margin: 0;
}

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%;
}

.r-l-header.is-open .r-l-header-background {
  left: 0;
}
.r-l-header-button-wrapper {
  margin-left: auto;
}
.r-l-header-icon {
  display: none;
}

.r-l-header-icon-button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background-color: transparent;
  border: none;
  border-radius: 50%;
}
.r-l-navigation-list.is-open {
  right: 0;
}
.r-l-header-icon-menu {
  display: block;
}

.r-l-header-icon-button.is-open .r-l-header-icon-menu {
  display: none;
}

.r-l-header-icon-button.is-open .r-l-header-icon-close {
  display: block;
}

.r-l-header {
  position: fixed;
  width: 100%;
  z-index: 5;
  transition: background-color 0.3s ease;
  background: transparent;
  display: flex;
  height: 56px;
  background: #f0dc00;
}

.r-l-header-background {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 100%;
  z-index: -1;
  transition: left 0.3s ease;
  background: #f0dc00;
}
.r-l-header.is-open .r-l-header-background {
  left: 0;
}
.r-l-header-button-wrapper {
  margin-right: auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.r-l-header-icon-menu {
  display: block;
}

.r-l-header-icon-button.is-open .r-l-header-icon-menu {
  display: none;
}

.r-l-header-icon-button.is-open .r-l-header-icon-close {
  display: block;
}

.r-l-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 16px;
  position: relative;
}

.r-l-navigation-list {
  display: flex;
  flex-direction: column;
  align-items: center;
  position: absolute;
  top: 100%;
  right: -100%;
  width: 100%;
  height: 657px;
  transition: 0.3s;
  z-index: 999;
  padding: 100px 0px 0;
  gap: 20px;
  background: #f0dc00;
}

.r-l-navigation-list.is-open {
  right: 0;
}

.r-l-navigation-link {
  font-family: Open Sans;
  font-weight: 600;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0%;
  text-transform: uppercase;

  transition: all 0.3s ease-in-out;
  text-decoration: none;
  color: #232323;

  padding-top: 4px;
  padding-right: 10px;
  padding-bottom: 4px;
  padding-left: 10px;
  border-radius: 20px;
}

.r-l-navigation-link:hover,
.r-l-navigatioт-link:focus {
  background: #ffffff;
}

.r-l-header.is-open {
  background-color: transparent;
}

.r-l-navigation-img {
  display: none;
}

@media screen and (min-width: 1207px) {
  .r-l-navigation-img {
    display: flex;
  }
  .r-l-policy-terms-header-icon-menu {
    display: none;
  }
  .w-b-header-button-wrapper {
    display: none;
  }
  .r-l-header {
    width: 100%;
    height: 68px;
    padding: 10px 0px 10px 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 1000;
  }

  .r-l-header-background {
  }
  .r-l-header-icon-button {
    display: none;
  }
  .r-l-navigation {
    display: flex;
    flex-direction: row;
    flex: 1;
    padding: 0;
    width: 1440px;
    margin: auto;
  }

  .r-l-navigation-list {
    background-color: transparent;
    flex-direction: row;
    display: flex;
    position: static;
    width: 1440px;
    margin: auto;
    padding-block: 0;
    flex: 1;
    gap: 20px;
    height: 0px;
    display: flex;
    justify-content: center;
    align-items: center;
    justify-content: center;
    padding: 0;
  }

  .r-l-navigation-link {
    font-family: Open Sans;
    font-weight: 600;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0%;
    text-transform: uppercase;

    padding-top: 4px;
    padding-right: 10px;
    padding-bottom: 4px;
    padding-left: 10px;
    border-radius: 20px;

    text-decoration: none;
  }

  .r-l-navigation-item-desk {
    display: none;
  }
}
.r-l-home {
  width: 375px;
  height: 800px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  background-image: url("/img/home/hero_section.png");
  margin: auto;
}
.r-l-home-container {
  width: 375px;
  padding: 88px 16px 0px;
  margin: auto;
}

.r-l-home-container-top {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.r-l-home-title-img {
  width: 343px;
  height: 147px;
}
.r-l-home-title {
  font-family: Open Sans;
  font-weight: 600;
  font-size: 20px;
  line-height: 28px;
  letter-spacing: 0%;
  text-align: center;
  padding: 24px;
}

.r-l-home-text {
  font-family: Open Sans;
  font-weight: 600;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0%;
  text-align: center;
  color: #37046a;
}

@media screen and (min-width: 1207px) {
  .r-l-home {
    width: 1440px;
    height: 800px;
    background-image: url("/img/home/hero_section\ \(1\).png");
  }
  .r-l-home-container {
    width: 1440px;
    padding: 138px 108px 0px;
  }
  .r-l-home-container-top {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 532px;
  }
  .r-l-home-title-img {
    width: 532px;
    height: 228px;
  }
  .r-l-home-title {
    font-family: Open Sans;
    font-weight: 600;
    font-size: 20px;
    line-height: 28px;
    letter-spacing: 0%;
    text-align: center;
    padding: 24px 0 40px;
  }

  .r-l-home-text {
    font-family: Open Sans;
    font-weight: 600;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0%;
    text-align: center;
  }
}
.r-l-about {
  margin: auto;
  background: #f3e1f0;
}
.r-l-about-container {
  width: 375px;
  height: 598px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  background-image: url("/img/About.png");
  padding: 60px 16px 0px;
  margin: auto;
}
.r-l-about-title {
  font-family: Lilita One;
  font-weight: 400;
  font-size: 32px;
  line-height: 38px;
  letter-spacing: 6%;
  text-transform: uppercase;
}
.r-l-about-text {
  font-family: Open Sans;
  font-weight: 400;
  font-size: 14px;
  line-height: 22px;
  letter-spacing: 0%;
  padding-top: 24px;
}
.r-l-about-text span {
  font-family: Open Sans;
  font-weight: 600;
  font-size: 14px;
  line-height: 22px;
  letter-spacing: 0%;
}

@media screen and (min-width: 1207px) {
  .r-l-about-container {
    width: 1440px;
    height: 653px;
    background-image: url("/img/About\ \(1\).png");
    padding: 228px 108px 0 732px;
  }
  .r-l-about-title {
    font-family: Lilita One;
    font-weight: 400;
    font-size: 42px;
    line-height: 52px;
    letter-spacing: 6%;
    text-transform: uppercase;
  }
  .r-l-about-text {
    font-family: Open Sans;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0%;
  }
  .r-l-about-text span {
    font-family: Open Sans;
    font-weight: 600;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0%;
  }
}
.r-l-why {
  margin: auto;
  background: #e0f4eb;
}

.r-l-why-container {
  width: 375px;
  height: 1574px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  background-image: url("/img/why/Modes.png");
  margin: auto;
  padding: 60px 16px;
}
.r-l-why-text-t {
  font-family: Open Sans;
  font-weight: 600;
  font-size: 20px;
  line-height: 28px;
  letter-spacing: 0%;
  padding-top: 8px;
}
.r-l-why-list {
  padding-top: 40px;
  display: flex;
  flex-direction: column;
  gap: 20px;
  align-items: center;
}
.r-l-why-item {
  width: 225px;
  height: 252px;
  gap: 24px;
  padding-top: 32px;
  padding-right: 16px;
  padding-bottom: 32px;
  padding-left: 16px;
  border-radius: 8px;
  background: #ffe6d9;
  box-shadow: 8px 8px 16px 0px #3535351a;
}
.r-l-why-img {
  width: 90px;
  height: 90px;
  margin: 0 auto;
}
.r-l-why-text-bold {
  font-family: Open Sans;
  font-weight: 600;
  font-size: 14px;
  line-height: 22px;
  letter-spacing: 0%;
  text-align: center;
  padding: 24px 0 8px;
}
.r-l-why-text {
  font-family: Open Sans;
  font-weight: 400;
  font-size: 14px;
  line-height: 22px;
  letter-spacing: 0%;
  text-align: center;
}

@media screen and (min-width: 1207px) {
  .r-l-why-container {
    width: 1440px;
    height: 622px;
    background-image: url("/img/why/Modes\ \(1\).png");
    padding: 96px 108px;
  }
  .r-l-why-text-t {
    font-family: Open Sans;
    font-weight: 600;
    font-size: 20px;
    line-height: 28px;
    letter-spacing: 0%;
  }
  .r-l-why-list {
    padding-top: 60px;
    display: flex;
    flex-direction: row;
    gap: 24px;
    align-items: center;
  }
  .r-l-why-item {
    width: 225px;
    height: 282px;
    gap: 24px;
    padding-top: 32px;
    padding-right: 16px;
    padding-bottom: 32px;
    padding-left: 16px;
    border-radius: 8px;
  }

  .r-l-why-text-bold {
    font-family: Open Sans;
    font-weight: 600;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0%;
    text-align: center;
  }
  .r-l-why-text {
    font-family: Open Sans;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0%;
    text-align: center;
  }
}

.r-l-uniqueness {
  margin: auto;
  background: #f8eee4;
}
.r-l-uniqueness-container {
  margin: auto;
  width: 375px;
  height: 698px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  background-image: url("/img/Little\ Witch\ Section.png");
  padding: 60px 16px 0;
}

.r-l-uniqueness-text-bold {
  font-family: Open Sans;
  font-weight: 600;
  font-size: 20px;
  line-height: 28px;
  letter-spacing: 0%;
  padding: 8px 0 20px;
}
.r-l-uniqueness-text {
  font-family: Open Sans;
  font-weight: 400;
  font-size: 14px;
  line-height: 22px;
  letter-spacing: 0%;
}

@media screen and (min-width: 1207px) {
  .r-l-uniqueness {
    margin: auto;
    background: transparent;
  }
  .r-l-uniqueness-container {
    margin: auto;
    height: 592px;
    background-image: url("/img/Little\ Witch\ Section\ \(1\).png");
    width: 1440px;
    padding: 237px 732px 0 108px;
    margin-top: -159px;
  }
  .r-l-uniqueness-text-bold {
    font-family: Open Sans;
    font-weight: 600;
    font-size: 20px;
    line-height: 28px;
    letter-spacing: 0%;

    padding: 8px 0 24px;
  }
  .r-l-uniqueness-text {
    font-family: Open Sans;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0%;
  }
}
.r-l-how {
  margin: auto;
  background: #f3e1f0;
}
.r-l-how-container {
  margin: auto;
  width: 375px;
  height: 1091px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  background-image: url("/img/leaderboard.png");
  padding: 60px 16px 0;
}
.r-l-how-list {
  padding-top: 403px;
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.r-l-how-item {
  font-family: Open Sans;
  font-weight: 600;
  font-size: 20px;
  line-height: 28px;
  letter-spacing: 0%;
  text-align: center;
  color: #ffffff;
  width: 343;
  height: 148;
  gap: 10px;
  padding-top: 32px;
  padding-right: 24px;
  padding-bottom: 32px;
  padding-left: 24px;
  border-radius: 8px;
  background: #ff8dd5;
  box-shadow: 8px 8px 16px 0px #3535351a;
}

@media screen and (min-width: 1207px) {
  .r-l-how {
    background-color: transparent;
  }
  .r-l-how-container {
    margin: auto;
    margin-top: -42px;
    width: 1440px;
    padding: 117px 108px 0;
    height: 1033px;
    background-image: url("/img/leaderboard\ \(1\).png");
  }
  .r-l-how-list {
    padding-top: 60px;
    padding-left: 624px;
    display: flex;
    flex-direction: column;
    gap: 24px;
  }

  .r-l-how-item {
    width: 600px;
    height: 184px;
    gap: 10px;
    padding-top: 64px;
    padding-right: 130px;
    padding-bottom: 40px;
    padding-left: 130px;
    border-radius: 8px;
    font-family: Open Sans;
    font-weight: 600;
    font-size: 20px;
    line-height: 28px;
    letter-spacing: 0%;
    text-align: center;
  }
}

.r-l-characters {
  margin: auto;
  background-color: #f6ece2;
}
.r-l-characters-container {
  width: 375px;
  height: 763px;
  margin-top: -20px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  background-image: url("/img/characters/Contact.png");
  padding: 130px 32px;
  margin: auto;
  width: 375px;
  color: #ffffff;
}
.r-l-characters-title {
  font-family: Lilita One;
  font-weight: 400;
  font-size: 42px;
  line-height: 52px;
  letter-spacing: 6%;
  text-align: center;
  text-transform: uppercase;
}
.r-l-characters-text-title {
  font-family: Open Sans;
  font-weight: 600;
  font-size: 20px;
  line-height: 28px;
  letter-spacing: 0%;
  text-align: center;
  padding-top: 24px;
}
.r-l-characters-list {
  display: flex;
  flex-direction: column;
  padding-top: 40px;
  gap: 20px;
}

.r-l-characters-img {
  width: 40px;
  height: 40px;
  margin: 0 auto;
}

.r-l-characters-text {
  font-family: Open Sans;
  font-weight: 600;
  font-size: 14px;
  line-height: 22px;
  letter-spacing: 0%;
  text-align: center;
  color: #ffffff;
  text-decoration: none;
  display: flex;
  justify-content: center;
  padding-top: 24px;
}

@media screen and (min-width: 1207px) {
  .r-l-characters {
    margin: auto;
    background-color: transparent;
  }
  .r-l-characters-container {
    padding: 274px 264px;
    margin: auto;
    width: 1440px;
    color: #ffffff;
    width: 1440px;
    height: 690px;
    margin-top: -100px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    background-image: url("/img/characters/Contact\ \(1\).png");
  }

  .r-l-characters-title {
    font-family: Lilita One;
    font-weight: 400;
    font-size: 42px;
    line-height: 52px;
    letter-spacing: 6%;
    text-align: center;
    text-transform: uppercase;
  }
  .r-l-characters-text-title {
    font-family: Open Sans;
    font-weight: 600;
    font-size: 20px;
    line-height: 28px;
    letter-spacing: 0%;
    text-align: center;

    padding: 24px 156px 0;
  }
  .r-l-characters-list {
    display: flex;
    flex-direction: row;
    padding-top: 40px;
    gap: 24px;
  }

  .r-l-characters-text {
    font-family: Open Sans;
    font-weight: 600;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0%;
    text-align: center;
    width: 288px;
    padding-top: 24px;
  }
}

.r-l-reviews {
  margin: auto;
  background: #e0f4eb;
}
.r-l-reviews-container {
  margin: auto;
  padding: 60px 16px 0;
  width: 375px;
  height: 1167px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top;
  background-image: url("/img/reviews/Reviews.png");
}
.r-l-reviews-lists {
  padding-top: 40px;
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.r-l-reviews-list {
  display: none;
}
.r-l-reviews-item {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  background-image: url("/img/reviews/rev_block.png");
  width: 343px;
  height: 175px;
  box-shadow: 8px 8px 16px 0px #3535351a;

  padding-top: 24px;
  padding-right: 32px;
  padding-bottom: 24px;
  padding-left: 32px;
}

.r-l-reviews-item-top {
  display: flex;
  gap: 16px;
  align-items: center;
  justify-content: center;
}
.r-l-reviews-img {
  width: 40px;
  height: 40px;
  border-radius: 1000px;
}
.r-l-reviews-text-bold {
  font-family: Open Sans;
  font-weight: 600;
  font-size: 14px;
  line-height: 22px;
  letter-spacing: 0%;
  text-align: center;
}

.r-l-reviews-text {
  font-family: Open Sans;
  font-weight: 400;
  font-size: 14px;
  line-height: 22px;
  letter-spacing: 0%;
  text-align: center;
  padding-top: 8px;
}

@media screen and (min-width: 1207px) {
  .r-l-reviews-container {
    margin: auto;
    padding: 96px 108px;
    width: 1440px;
    height: 526px;
    background-image: url("/img/reviews/Reviews\ \(1\).png");
  }
  .r-l-reviews-lists {
    display: none;
  }
  .r-l-reviews-list {
    display: block;
    padding-top: 60px;
  }
  .r-l-reviews-item {
    width: 392px;
    height: 200px;
    gap: 16px;
    padding-top: 24px;
    padding-right: 32px;
    padding-bottom: 24px;
    padding-left: 32px;
    margin: 0 12px;
  }

  .r-l-reviews-item-top {
    display: flex;
    gap: 16px;
    align-items: center;
    justify-content: center;
  }
  .r-l-reviews-img {
    width: 60px;
    height: 60px;
    border-radius: 1000px;
  }
  .r-l-reviews-text-bold {
    font-family: Open Sans;
    font-weight: 600;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0%;
    text-align: center;
  }

  .r-l-reviews-text {
    font-family: Open Sans;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0%;
    text-align: center;

    padding-top: 16px;
  }
}

.r-l-faq {
  margin: auto;
  background: #f3e1f0;
}
.r-l-faq-container {
  padding: 60px 16px 0px;
  width: 375px;
  height: 1108px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: bottom;
  background-image: url("/img/FAQ.png");
  margin: auto;
}
.r-l-faq-list {
  padding-top: 40px;
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.r-l-faq-item {
  box-shadow: 8px 8px 16px 0px #3535351a;
}

.r-l-faq-question {
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
  padding: 16px;
  background: #ffa8a2;
  font-family: Open Sans;
  font-weight: 600;
  font-size: 14px;
  line-height: 22px;
  letter-spacing: 0%;
}

.r-l-faq-answer {
  height: 80px;
  display: flex;
  align-items: center;
  gap: 10px;
  border-bottom-right-radius: 8px;
  border-bottom-left-radius: 8px;
  padding: 16px;

  background: #ffe6d9;
  font-family: Open Sans;
  font-weight: 400;
  font-size: 14px;
  line-height: 22px;
  letter-spacing: 0%;
}
@media screen and (min-width: 1207px) {
  .r-l-faq-container {
    height: auto;
    background-image: none;
    padding: 96px 108px;
    width: 1440px;
    margin: auto;
  }
  .r-l-faq-list {
    padding-top: 60px;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 24px;
  }

  .r-l-faq-item {
    width: 600px;
    height: 136px;
    border-radius: 20px;
    box-shadow: 8px 8px 16px 0px #3535351a;
  }

  .r-l-faq-question {
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
    padding: 16px;
    font-family: Open Sans;
    font-weight: 600;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0%;
  }

  .r-l-faq-answer {
    height: 80px;
    border-bottom-right-radius: 8px;
    border-bottom-left-radius: 8px;
    padding: 16px;

    font-family: Open Sans;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0%;
  }
}
.r-l-gallery {
  margin: auto;
  background-color: #f8eee4;
}
.r-l-gallery-container {
  width: 375px;
  margin: auto;
  padding: 60px 16px 0;
  width: 375px;
  height: 625px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  background-image: url("/img/gallery/Gallery.png");
}
.r-l-gallery-list {
  width: auto;
  padding-top: 30px;
  margin: auto;
}

.r-l-gallery-item {
  width: 272px;
  height: 459px;
  border-radius: 8px;

  overflow: hidden;
  position: relative;
}

.r-l-gallery-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

@media screen and (min-width: 1207px) {
  .r-l-gallery-container {
    width: 1440px;
    height: 1001px;
    background-image: url("/img/gallery/Gallery\ \(1\).png");

    width: 1440px;
    margin: auto;
    padding: 96px 108px;
  }
  .r-l-gallery-item {
    width: 424px;
    height: 729px;
  }

  .r-l-gallery-list {
    padding-top: 50px;
  }
}

.r-l-features {
  background: #e0f4eb;

  margin: auto;
}
.r-l-features-container {
  width: 375px;
  height: 892px;
  background-image: url("/img/features/Features.png");
  margin: auto;
  padding: 59px 16px 0px;
}
.r-l-features-list {
  padding-top: 40px;
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.r-l-features-item {
  gap: 16px;
  border-radius: 8px;
  padding: 16px;
  background: #ffe6d9;

  box-shadow: 8px 8px 16px 0px #3535351a;
  display: flex;
  font-family: Open Sans;
  font-weight: 400;
  font-size: 14px;
  line-height: 22px;
  letter-spacing: 0%;

  align-items: center;
}

.r-l-features-img {
  width: 40px;
  height: 40px;
}

@media screen and (min-width: 1207px) {
  .r-l-features-container {
    width: 1440px;
    height: 576px;
    background-image: url("/img/features/Features\ \(1\).png");
    margin: auto;
    padding: 96px 108px;
    margin-top: -2px;
  }
  .r-l-features-list {
    padding-top: 60px;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 16px;
    column-gap: 24px;
  }

  .r-l-features-item {
    width: 600px;
    height: 80px;
    gap: 16px;
    border-radius: 8px;
    padding: 16px;
    font-family: Open Sans;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0%;
  }
}

.r-l-policy-terms-container {
  padding: 116px 16px 40px;
  width: 375px;
  margin: auto;
  font-family: Open Sans;
  font-weight: 400;
  font-size: 14px;
  line-height: 22px;
  letter-spacing: 0%;
}

.r-l-policy-terms-container h1 {
  font-family: Lilita One;
  font-weight: 400;
  font-size: 32px;
  line-height: 38px;
  letter-spacing: 6%;
  text-align: center;
  text-transform: uppercase;

  margin-bottom: 40px;
}
.r-l-policy-terms-container h2 {
  font-family: Open Sans;
  font-weight: 600;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0%;

  margin-bottom: 16px;
}
.r-l-policy-terms-container ul {
  list-style-type: disc;
  margin-left: 20px;
  margin-bottom: 16px;
}
.r-l-policy-terms-container p {
  margin-bottom: 16px;
}
.r-l-email-link {
  color: #0055ff;
  text-decoration: none;
}
@media screen and (min-width: 1207px) {
  .r-l-policy-terms-container {
    padding: 192px 212px 120px;
    width: 1440px;
    font-family: Open Sans;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0%;
  }
  .r-l-policy-terms-container h1 {
    font-family: Lilita One;
    font-weight: 400;
    font-size: 42px;
    line-height: 52px;
    letter-spacing: 6%;
    text-align: center;
    text-transform: uppercase;
  }
  .r-l-policy-terms-container h2 {
    font-family: Open Sans;
    font-weight: 600;
    font-size: 20px;
    line-height: 28px;
    letter-spacing: 0%;
  }
}

.r-l-footer-container {
  background: #51b47b;

  width: 375px;
  padding: 30px 0;
  margin: auto;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 30px;
}

.r-l-footer-wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 16px;
}

.r-l-footer-text {
  text-decoration: none;
  color: inherit;
  font-family: Open Sans;
  font-weight: 600;
  font-size: 14px;
  line-height: 22px;
  letter-spacing: 0%;
  text-align: center;
}

.r-l-footer-copyright {
  font-family: Open Sans;
  font-weight: 400;
  font-size: 14px;
  line-height: 22px;
  letter-spacing: 0%;
  text-align: center;
}

@media screen and (min-width: 1207px) {
  .r-l-footer-container {
    width: 1440px;
    padding: 50px 108px;
    display: flex;
    align-items: stretch;
    gap: 50px;
  }

  .r-l-footer-wrapper {
    display: flex;
    flex-direction: row;
    justify-content: end;
    align-items: end;
    gap: 32px;
  }

  .r-l-footer-text {
    font-family: Open Sans;
    font-weight: 600;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0%;
  }

  .r-l-footer-copyright {
    font-family: Open Sans;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0%;
    text-align: center;
  }
}

.r-l-cookie-popup {
  position: fixed;
  bottom: 10px;
  width: 375px;
  padding: 40px 16px;
  background: #ffffff;

  z-index: 1000;
  display: none;
}

.r-l-cookie-popup-text-two {
  font-family: Open Sans;
  font-weight: 400;
  font-size: 14px;
  line-height: 22px;
  letter-spacing: 0%;
  text-align: center;
}

.r-l-cookie-button-container {
  padding: 20px 0 0;
  margin: auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 24px;
}

.r-l-cookie-button {
  border: none;
  background-color: transparent;
  width: 343px;
  padding-top: 16px;
  padding-bottom: 16px;
  border-radius: 12px;
  border-width: 1px;
  border: 1px solid #232323;
  font-family: Open Sans;
  font-weight: 700;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0%;
  text-transform: uppercase;
  color: #222222;
}

#accept-cookies {
  background: #62bddf;
  border: none;
}

.r-l-close-popup {
  position: absolute;
  top: 10px;
  right: 10px;
  font-size: 20px;
  cursor: pointer;
}

@media screen and (min-width: 1207px) {
  .r-l-cookie-popup-container {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 128px;
  }

  .r-l-cookie-popup-text-two {
    font-family: Open Sans;
    font-weight: 600;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0%;
    text-align: left;
    width: 704px;
  }

  .r-l-cookie-button-container {
    padding: 0;
    margin: auto;
    display: flex;
    flex-direction: row;
    gap: 24px;
  }

  .r-l-cookie-popup {
    position: fixed;
    bottom: 10px;
    width: 1440px;
    padding: 32px 108px;
    display: none;
  }
  .r-l-cookie-button {
    width: 184px;
    padding-top: 16px;
    padding-bottom: 16px;
    border-radius: 12px;
    border-width: 1px;
  }
}
