@import url("https://fonts.googleapis.com/css2?family=Gantari:ital,wght@0,100..900;1,100..900&family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap");

* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  background: #ffffff;
  color: #473044;
}

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-e-header.is-open .r-e-header-background {
  left: 0;
}
.r-e-header-button-wrapper {
  margin-left: auto;
}
.r-e-header-icon {
  display: none;
}

.r-e-header-icon-button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background-color: transparent;
  border: none;
  border-radius: 50%;
}
.r-e-navigation-list.is-open {
  right: 0;
}
.r-e-header-icon-menu {
  display: block;
}

.r-e-header-icon-button.is-open .r-e-header-icon-menu {
  display: none;
}

.r-e-header-icon-button.is-open .r-e-header-icon-close {
  display: block;
}

.r-e-header {
  position: fixed;
  width: 100%;
  z-index: 5;
  transition: background-color 0.3s ease;
  background: transparent;
  display: flex;
  height: 64px;
}

.r-e-header-background {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 100%;
  z-index: -1;
  transition: left 0.3s ease;
  background: #473044;
}
.r-e-header.is-open .r-e-header-background {
  left: 0;
}
.r-e-header-button-wrapper {
  margin-right: auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.r-e-header-icon-menu {
  display: block;
}

.r-e-header-icon-button.is-open .r-e-header-icon-menu {
  display: none;
}

.r-e-header-icon-button.is-open .r-e-header-icon-close {
  display: block;
}

.r-e-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: 10px 12px;
  position: relative;
}

.r-e-navigation-list {
  display: flex;
  flex-direction: column;
  align-items: center;
  position: absolute;
  top: 100%;
  right: -100%;
  width: 100%;
  height: 557px;
  transition: 0.3s;
  z-index: 999;
  padding: 0;
  gap: 22px;
  background: #473044;
}

.r-e-navigation-list.is-open {
  right: 0;
}

.r-e-navigation-link {
  font-family: Montserrat;
  font-weight: 500;
  font-size: 16px;
  line-height: 110.00000000000001%;
  letter-spacing: 0%;
  text-transform: uppercase;

  transition: all 0.3s ease-in-out;
  text-decoration: none;
  color: #ffffff;
}

.r-e-navigation-link:hover,
.r-e-navigatioт-link:focus {
  color: #181b1d;
}

.r-e-header.is-open {
  background-color: transparent;
}

.r-e-navigation-img {
  display: none;
}

@media screen and (min-width: 1198px) {
  .r-e-navigation-img {
    display: flex;
  }
  .r-e-policy-terms-header-icon-menu {
    display: none;
  }
  .w-b-header-button-wrapper {
    display: none;
  }
  .r-e-header {
    width: 100%;
    height: 70px;

    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 1000;
  }

  .r-e-header-background {
  }
  .r-e-header-icon-button {
    display: none;
  }
  .r-e-navigation {
    display: flex;
    flex-direction: row;
    flex: 1;
    padding: 0;
    width: 1440px;
    margin: auto;
  }

  .r-e-navigation-list {
    background-color: transparent;
    flex-direction: row;
    display: flex;
    position: static;
    width: 1440px;
    margin: auto;
    padding-block: 0;
    flex: 1;
    gap: 0px;
    height: 0px;
    display: flex;
    justify-content: center;
    align-items: center;
    justify-content: center;
    padding: 0;
  }

  .r-e-navigation-link {
    font-family: Montserrat;
    font-weight: 500;
    font-size: 16px;
    line-height: 110.00000000000001%;
    letter-spacing: 0%;
    text-transform: uppercase;
    padding: 0 33px;
    text-decoration: none;
  }

  .r-e-navigation-item-desk {
    display: none;
  }
  .r-e-navigation-item-two {
    color: #181b1d;
  }
}
.r-e-home {
  width: 375px;
  height: 834px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  background-image: url("/img/home/Home.png");
  margin: auto;
}
.r-e-home-container {
  width: 375px;
  padding: 120px 15.5px 0px;
  margin: auto;
  color: #ffffff;
}

.r-e-home-container-top {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 23px;
}
.r-e-home-title-img {
  width: 344px;
}
.r-e-home-title {
  font-family: Gantari;
  font-weight: 500;
  font-size: 26px;
  line-height: 100%;
  letter-spacing: 0%;
  text-align: center;
}

.r-e-home-text {
  font-family: Montserrat;
  font-weight: 500;
  font-size: 18px;
  line-height: 142%;
  letter-spacing: 0%;
  text-align: center;
}

@media screen and (min-width: 1198px) {
  .r-e-home {
    width: 1440px;
    height: 798px;
    background-image: url("/img/home/Home\ \(1\).png");
  }
  .r-e-home-container {
    width: 1440px;
    padding: 124px 364px 0px;
  }
  .r-e-home-container-top {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }

  .r-e-home-title {
    font-family: Gantari;
    font-weight: 500;
    font-size: 26px;
    line-height: 100%;
    letter-spacing: 0%;
    text-align: center;
  }

  .r-e-home-text {
    font-family: Montserrat;
    font-weight: 500;
    font-size: 18px;
    line-height: 142%;
    letter-spacing: 0%;
    text-align: center;
  }
}
.r-e-about {
  margin: auto;
  width: 375px;
  height: 690px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  background-image: url("/img/About\ the\ Game.png");
}
.r-e-about-container {
  width: 375px;
  padding: 40px 16px 0px;
  margin: auto;
}
.r-e-about-title {
  font-family: Gantari;
  font-weight: 500;
  font-size: 60px;
  line-height: 100%;
  letter-spacing: 0%;
  text-align: center;
}
.r-e-about-title-text {
  font-family: Gantari;
  font-weight: 500;
  font-size: 26px;
  line-height: 100%;
  letter-spacing: 0%;
  text-align: center;
  padding-top: 16px;
}
.r-e-about-text {
  display: flex;
  flex-direction: column;
  padding-top: 32px;
  gap: 20px;
  font-family: Montserrat;
  font-weight: 600;
  font-size: 18px;
  line-height: 142%;
  letter-spacing: 0%;
  text-align: center;
  color: #ffffff;
}

@media screen and (min-width: 1198px) {
  .r-e-about {
    width: 1440px;
    height: 636px;
    background-image: url("/img/About\ the\ Game\ \(1\).png");
  }
  .r-e-about-container {
    width: 1440px;
    padding: 146px 311px 0;
  }

  .r-e-about-text {
    display: flex;
    flex-direction: column;
    padding-top: 60px;
    gap: 20px;
    font-family: Montserrat;
    font-weight: 600;
    font-size: 18px;
    line-height: 142%;
    letter-spacing: 0%;
    text-align: center;
    color: #ffffff;
  }
}
.r-e-why {
  background: #f7b83f;
}

.r-e-why-container {
  background: #f7b83f;

  width: 375px;
  margin: auto;
  padding: 40px 16px;
}
.r-e-why-list {
  padding-top: 32px;
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.r-e-why-item {
  width: 343px;
  height: 460px;
  gap: 16px;
  border-radius: 10px;
  border-width: 1px;
  padding: 16px;
  border: 1px solid #473044;
}
.r-e-why-text-bold {
  font-family: Montserrat;
  font-weight: 600;
  font-size: 14px;
  line-height: 140%;
  letter-spacing: 0%;
  background: #ffffff;
  width: 72px;
  height: 28px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 40px;
}
.r-e-why-text {
  font-family: Gantari;
  font-weight: 500;
  font-size: 40px;
  line-height: 100%;
  letter-spacing: 0%;
  padding: 16px 0;
}
.r-e-why-text-two {
  font-family: Montserrat;
  font-weight: 500;
  font-size: 18px;
  line-height: 142%;
  letter-spacing: 0%;
  padding-bottom: 16px;
}
.r-e-why-img {
  width: 181px;
  height: 182px;
  margin: 0 auto;
}
.r-e-why-textq {
  font-family: Gantari;
  font-weight: 500;
  font-size: 26px;
  line-height: 100%;
  letter-spacing: 0%;
  text-align: center;
  padding-top: 24px;
}
@media screen and (min-width: 1198px) {
  .r-e-why-container {
    width: 1440px;
    padding: 100px 80px;
  }
  .r-e-why-list {
    padding-top: 60px;
    display: flex;
    flex-direction: row;
    gap: 24px;
  }
  .r-e-why-item {
    width: 628px;
    height: 252px;
    gap: 24px;
    border-radius: 10px;
    border-width: 1px;
    padding: 24px;
    display: flex;
    gap: 24px;
    align-items: center;
  }

  .r-e-why-text-two {
    font-family: Montserrat;
    font-weight: 500;
    font-size: 18px;
    line-height: 142%;
    letter-spacing: 0%;
    padding-bottom: 16px;
  }
  .r-e-why-img {
    width: 202px;
    height: 204px;
    gap: 10px;
    margin: 0;
  }
  .r-e-why-textq {
    padding: 32px 261px 0;
  }
}

.r-e-how {
  background: #f7b83f;
}
.r-e-how-container {
  background: #f7b83f;

  margin: auto;
  width: 375px;
  padding: 40px 16px;
}
.r-e-how-list {
  padding-top: 32px;
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.r-e-how-item {
  width: 343px;
  height: 152px;
  gap: 24px;
  border-radius: 10px;
  border-width: 1px;
  padding: 24px;
  border: 1px solid #473044;
}

.r-e-how-text {
  font-family: Montserrat;
  font-weight: 500;
  font-size: 18px;
  line-height: 142%;
  letter-spacing: 0%;
  padding-top: 24px;
}

.r-e-uniqueness-list {
  background: #473044;

  padding-top: 24px;
  padding-right: 16px;
  padding-bottom: 24px;
  padding-left: 16px;
  border-radius: 10px;

  margin-top: 32px;
}
.r-e-uniqueness-text-bold {
  color: #f7b83f;
  font-family: Gantari;
  font-weight: 500;
  font-size: 40px;
  line-height: 100%;
  letter-spacing: 0%;
}
.r-e-uniqueness-item {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 8px;
  row-gap: 24px;
  padding-top: 32px;
}

.r-e-uniqueness-text {
  font-family: Montserrat;
  font-weight: 500;
  font-size: 14px;
  line-height: 140%;
  letter-spacing: 0%;
  color: #f7b83f;
  width: 151.5px;
}
@media screen and (min-width: 1198px) {
  .r-e-how-container {
    margin: auto;
    width: 1440px;
    padding: 100px 80px;
  }
  .r-e-how-list {
    padding-top: 60px;
    display: flex;
    flex-direction: row;
    gap: 24px;
  }

  .r-e-how-item {
    width: 236.8000030517578px;
    height: 178px;
    gap: 24px;
    border-radius: 10px;
    border-width: 1px;
    padding: 24px;
  }

  .r-e-uniqueness-list {
    width: 1280;
    height: 88;
    display: flex;
    gap: 230px;
    border-radius: 10px;
    padding: 24px;

    margin-top: 60px;
  }
  .r-e-uniqueness-text-bold {
    font-family: Gantari;
    font-weight: 500;
    font-size: 40px;
    line-height: 100%;
    letter-spacing: 0%;
  }
  .r-e-uniqueness-item {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    gap: 58px;
    row-gap: 24px;
    padding-top: 0px;
  }

  .r-e-uniqueness-text {
    font-family: Montserrat;
    font-weight: 500;
    font-size: 14px;
    line-height: 140%;
    letter-spacing: 0%;

    width: auto;
  }
}

.r-e-characters {
  background: #f7b83f;
}
.r-e-characters-container {
  padding: 40px 16px;
  background: #f7b83f;

  margin: auto;
  width: 375px;
}
.r-e-characters-text-bold {
  font-family: Gantari;
  font-weight: 500;
  font-size: 40px;
  line-height: 100%;
  letter-spacing: 0%;
  text-align: center;
  padding-top: 32px;
}
.r-e-characters-list {
  display: flex;
  flex-direction: column;
  padding-top: 24px;
  gap: 8px;
}
.r-e-characters-item {
  border-radius: 10px;
  border-width: 1px;
  padding: 16px;
  border: 1px solid #473044;
}
.r-e-characters-text {
  font-family: Montserrat;
  font-weight: 500;
  font-size: 14px;
  line-height: 140%;
  letter-spacing: 0%;
  padding-bottom: 16px;
}
.r-e-characters-link {
  font-family: Montserrat;
  font-weight: 600;
  font-size: 18px;
  line-height: 142%;
  letter-spacing: 0%;
  color: #473044;
  text-decoration: none;
}
.r-e-characters-item-div {
  display: flex;
  gap: 8px;
}
.r-e-characters-link-img {
  width: 38px;
  height: 38px;
}
.r-e-characters-text-two {
  font-family: Montserrat;
  font-weight: 500;
  font-size: 18px;
  line-height: 142%;
  letter-spacing: 0%;
  text-align: center;
  padding-top: 24px;
}
@media screen and (min-width: 1198px) {
  .r-e-characters-container {
    padding: 100px 80px;
    margin: auto;
    width: 1440px;
    display: flex;
    gap: 248px;
  }
  .r-e-characters-text-bold {
    font-family: Gantari;
    font-weight: 500;
    font-size: 40px;
    line-height: 100%;
    letter-spacing: 0%;
    text-align: center;
    padding-top: 0px;
  }
  .r-e-characters-list {
    display: flex;
    flex-direction: row;
    padding-top: 40px;
    gap: 30px;
  }
  .r-e-characters-item {
    width: 300px;
    height: 106px;
    gap: 16px;
    border-radius: 10px;
    border-width: 1px;
    padding: 16px;
  }

  .r-e-characters-text-two {
    font-family: Montserrat;
    font-weight: 500;
    font-size: 18px;
    line-height: 142%;
    letter-spacing: 0%;
    text-align: center;

    padding-top: 40px;
  }
  .r-e-characters-div {
    width: 624px;
  }
}

.r-e-reviews {
  background: #473044;

  margin: auto;
}
.r-e-reviews-container {
  margin: auto;
  padding: 40px 16px 0;
  width: 375px;
  height: 1207px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top;
  background-image: url("/img/reviews/Modes\ \(2\).png");
}
.r-e-reviews-text-bold {
  font-family: Gantari;
  font-weight: 500;
  font-size: 40px;
  line-height: 100%;
  letter-spacing: 0%;
  color: #f7b83f;
  padding-top: 32px;
}

.r-e-reviews-list {
  padding-top: 24px;
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.r-e-reviews-item {
  display: flex;
  gap: 16px;
  align-items: center;
  font-family: Montserrat;
  font-weight: 500;
  font-size: 18px;
  line-height: 142%;
  letter-spacing: 0%;
  color: #f7b83f;
}

.r-e-reviews-img {
  width: 48px;
  height: 48px;
}
.r-e-reviews-text-two {
  font-family: Montserrat;
  font-weight: 500;
  font-size: 18px;
  line-height: 142%;
  letter-spacing: 0%;
  text-align: right;
  color: #f7b83f;
  padding-top: 380px;
}
@media screen and (min-width: 1198px) {
  .r-e-reviews-container {
    margin: auto;
    padding: 100px 80px 0;
    width: 1440px;
    height: 761px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top;
    background-image: url("/img/reviews/Modes\ \(3\).png");
  }
  .r-e-reviews-text-bold {
    font-family: Gantari;
    font-weight: 500;
    font-size: 40px;
    line-height: 100%;
    letter-spacing: 0%;

    padding-top: 32px;
  }

  .r-e-reviews-list {
    padding-top: 40px;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 16px;
    width: 670px;
  }

  .r-e-reviews-item {
    display: flex;
    gap: 16px;
    align-items: center;
    font-family: Montserrat;
    font-weight: 500;
    font-size: 18px;
    line-height: 142%;
    letter-spacing: 0%;
    color: #f7b83f;
    width: 326px;
  }

  .r-e-reviews-text-two {
    font-family: Montserrat;
    font-weight: 500;
    font-size: 18px;
    line-height: 142%;
    letter-spacing: 0%;
    text-align: right;
    color: #f7b83f;
    padding-top: 70px;
    padding-left: 838px;
  }
}

.r-e-faq {
  background: #f7b83f;
}
.r-e-faq-container {
  background: #f7b83f;

  padding: 40px 16px 40px;
  width: 375px;
  margin: auto;
}
.r-e-faq-list {
  padding-top: 32px;
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.r-e-faq-item {
  padding-top: 32px;
  padding-right: 24px;
  padding-bottom: 32px;
  padding-left: 24px;
  gap: 16px;
  border-radius: 10px;
  border-width: 1px;
  background: #f7b83f;

  border: 1px solid #473044;
}

.r-e-faq-question {
  display: flex;
  justify-content: space-between;
  align-items: start;
  font-family: Gantari;
  font-weight: 500;
  font-size: 40px;
  line-height: 100%;
  letter-spacing: 0%;
}

.r-e-faq-answer {
  font-family: Montserrat;
  font-weight: 500;
  font-size: 18px;
  line-height: 142%;
  letter-spacing: 0%;
}
.r-e-toggle-button {
  background: none;
  border: none;
  cursor: pointer;
}

.r-e-toggle-button img {
  transition: transform 0.3s ease;
  width: 30px;
  height: 30px;
}
.r-e-faq-answer {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.4s ease, opacity 0.4s ease;
  opacity: 0;
}

.r-e-faq-answer.open {
  max-height: 200px;
  opacity: 1;
  padding-top: 16px;
}

.r-e-toggle-button img {
  transition: transform 0.3s ease;
}

.r-e-toggle-button img.rotated {
  transform: rotate(180deg);
}
@media screen and (min-width: 1198px) {
  .r-e-faq-container {
    padding: 100px 80px;
    width: 1440px;
    margin: auto;
  }
  .r-e-faq-list {
    padding-top: 60px;
    display: flex;
    flex-direction: column;
    gap: 24px;
  }
}
.r-e-gallery {
  background: #f7b83f;
}
.r-e-gallery-container {
  width: 375px;
  background: #f7b83f;

  margin: auto;
  padding: 40px 16px;
}
.r-e-gallery-list {
  width: auto;
  padding-top: 32px;
  margin: auto;
}

.r-e-gallery-item {
  height: 186px;
  overflow: hidden;
  position: relative;
  margin: 0 4px;
}

.r-e-gallery-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

@media screen and (min-width: 1198px) {
  .r-e-gallery-container {
    width: 1440px;
    margin: auto;
    padding: 100px 80px;
  }
  .r-e-gallery-item {
    height: 548px;

    margin: 0 12px;
  }

  .r-e-gallery-list {
    padding-top: 60px;
  }
}

.r-e-features {
  background: #473044;

  margin: auto;
}
.r-e-features-container {
  width: 375px;
  height: 1276px;
  background-image: url("/img/Modes.png");

  margin: auto;
  padding: 100px 0px 0px;
}
.r-e-features-list {
  padding-top: 60px;
  padding-right: 16px;
  display: flex;
  flex-direction: column;
  gap: 40px;
}

.r-e-features-item {
  margin-left: 75px;
}
.r-e-features-item-q {
  margin-left: 103px;
}
.r-e-features-item-w {
  margin-left: 70px;
}
.r-e-features-item-e {
  margin-left: 128px;
}
.r-e-features-item-r {
  margin-left: 72px;
}
.r-e-features-item-t {
  margin-left: 176px;
}
.r-e-features-text-bold {
  font-family: Montserrat;
  font-weight: 600;
  font-size: 14px;
  line-height: 140%;
  letter-spacing: 0%;
  width: 72px;
  height: 28px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  border-radius: 40px;
  background: #ffffff;
}

.r-e-features-text {
  font-family: Gantari;
  font-weight: 500;
  font-size: 26px;
  line-height: 100%;
  letter-spacing: 0%;
  padding-top: 16px;
  color: #f7b83f;
}
.r-e-features-text-two {
  font-family: Montserrat;
  font-weight: 600;
  font-size: 18px;
  line-height: 142%;
  letter-spacing: 0%;
  text-align: right;
  color: #f7b83f;
  padding-top: 60px;
}
@media screen and (min-width: 1198px) {
  .r-e-features-container {
    width: 1440px;
    margin: auto;
    padding: 100px 80px 0 0px;
    background-image: url("/img/Modes\ \(1\).png");
    height: 1418px;
  }
  .r-e-features-list {
    padding-top: 60px;
    padding-right: 0px;
    display: flex;
    flex-direction: column;
    gap: 40px;
  }

  .r-e-features-item {
    margin-left: 620px;
    width: 398px;
    height: 124px;
    gap: 16px;
  }
  .r-e-features-item-q {
    margin-left: 346px;
  }
  .r-e-features-item-w {
    margin-left: 951px;
  }
  .r-e-features-item-e {
    margin-left: 479px;
  }
  .r-e-features-item-r {
    margin-left: 799px;
  }
  .r-e-features-item-t {
    margin-left: 320px;
  }

  .r-e-features-text {
    font-family: Gantari;
    font-weight: 500;
    font-size: 40px;
    line-height: 100%;
    letter-spacing: 0%;
  }
  .r-e-features-text-two {
    font-family: Gantari;
    font-weight: 500;
    font-size: 26px;
    line-height: 100%;
    letter-spacing: 0%;
    text-align: right;

    color: #f7b83f;
    margin-left: 614px;
    padding-top: 60px;
  }
}

.r-e-policy-terms-container {
  padding: 100px 16px 40px;
  width: 375px;
  margin: auto;
  color: #181b1d;
  font-family: Montserrat;
  font-weight: 500;
  font-size: 18px;
  line-height: 142%;
  letter-spacing: 0%;
}

.r-e-policy-terms-container h1 {
  font-family: Gantari;
  font-weight: 500;
  font-size: 60px;
  line-height: 100%;
  letter-spacing: 0%;
  margin-bottom: 32px;
}
.r-e-policy-terms-container h2 {
  font-family: Gantari;
  font-weight: 500;
  font-size: 40px;
  line-height: 100%;
  letter-spacing: 0%;

  margin-top: 32px;
  margin-bottom: 16px;
}
.r-e-policy-terms-container ul {
  list-style-type: disc;
  margin: 0px 0 0 20px;
}

.r-e-email-link {
  color: inherit;
  text-decoration: none;
}
@media screen and (min-width: 1198px) {
  .r-e-policy-terms-container {
    padding: 124px 100px 100px;
    width: 1440px;
    font-family: Montserrat;
    font-weight: 500;
    font-size: 18px;
    line-height: 142%;
    letter-spacing: 0%;
  }
  .r-e-policy-terms-container h1 {
    font-family: Gantari;
    font-weight: 500;
    font-size: 80px;
    line-height: 100%;
    letter-spacing: 0%;

    margin-bottom: 32px;
  }
  .r-e-policy-terms-container h2 {
    font-family: Gantari;
    font-weight: 500;
    font-size: 40px;
    line-height: 100%;
    letter-spacing: 0%;
  }
}

.r-e-footer-container {
  background: #473044;

  width: 375px;
  padding: 40px 10px;
  margin: auto;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 24px;
}

.r-e-footer-wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 22px;
  color: #ffffff;
}

.r-e-footer-text {
  text-decoration: none;
  color: inherit;
  font-family: Montserrat;
  font-weight: 500;
  font-size: 16px;
  line-height: 110.00000000000001%;
  letter-spacing: 0%;
  text-transform: uppercase;
}

.r-e-footer-copyright {
  font-family: Montserrat;
  font-weight: 500;
  font-size: 14px;
  line-height: 140%;
  letter-spacing: 0%;
  vertical-align: middle;
  color: #ffffff;
  text-align: center;
}

@media screen and (min-width: 1198px) {
  .r-e-footer-container {
    width: 1440px;
    padding: 80px 80px 60px;
    display: flex;
    flex-direction: row-reverse;
    justify-content: center;
    align-items: center;
    gap: 375px;
  }

  .r-e-footer-wrapper {
    display: flex;
    flex-direction: row;
    justify-content: end;
    align-items: end;
    gap: 32px;
  }

  .r-e-footer-text {
    font-family: Montserrat;
    font-weight: 500;
    font-size: 16px;
    line-height: 110.00000000000001%;
    letter-spacing: 0%;
    text-transform: uppercase;
  }

  .r-e-footer-copyright {
    font-family: Montserrat;
    font-weight: 500;
    font-size: 14px;
    line-height: 140%;
    letter-spacing: 0%;
    vertical-align: middle;
  }
}

.r-e-cookie-popup {
  position: fixed;
  bottom: 10px;
  width: 375px;
  padding: 24px 16px;
  background: #ffffff;

  z-index: 1000;
  display: none;
  color: #000000;
}
.r-e-cookie-popup-text {
  font-family: Gantari;
  font-weight: 500;
  font-size: 26px;
  line-height: 100%;
  letter-spacing: 0%;
  color: #000000;
}
.r-e-cookie-popup-text-two {
  padding-top: 8px;
  font-family: Montserrat;
  font-weight: 500;
  font-size: 18px;
  line-height: 142%;
  letter-spacing: 0%;
}

.r-e-cookie-button-container {
  padding: 30px 0 0;
  margin: auto;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  gap: 8px;
}

.r-e-cookie-button {
  border: none;
  background-color: transparent;
  border: 1px solid #473044;
  background: #ffffff;
  width: 167.5px;
  height: 50;
  gap: 10px;
  border-radius: 4px;
  border-width: 1px;
  padding: 16px 0;
  font-family: Montserrat;
  font-weight: 500;
  font-size: 16px;
  line-height: 110.00000000000001%;
  letter-spacing: 0%;
  text-transform: uppercase;
  color: #473044;
}

#accept-cookies {
  background: #473044;
  color: #ffffff;
}

.r-e-close-popup {
  position: absolute;
  top: 10px;
  right: 10px;
  font-size: 20px;
  cursor: pointer;
}

@media screen and (min-width: 1198px) {
  .r-e-cookie-popup-container {
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .r-e-cookie-popup-text {
    font-family: Gantari;
    font-weight: 500;
    font-size: 26px;
    line-height: 100%;
    letter-spacing: 0%;
    color: #000000;
  }
  .r-e-cookie-popup-text-two {
    font-family: Montserrat;
    font-weight: 500;
    font-size: 18px;
    line-height: 142%;
    letter-spacing: 0%;
    padding-top: 24px;
    width: 840px;
  }

  .r-e-cookie-button-container {
    padding: 0;
    margin: auto;
    display: flex;
    flex-direction: row;
    gap: 24px;
  }

  .r-e-cookie-popup {
    position: fixed;
    bottom: 10px;
    width: 1440px;
    padding: 40px;
    display: none;
  }
}
