@import url("https://fonts.googleapis.com/css2?family=Be+Vietnam+Pro:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");

* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  background: #050503;
  color: #fbfbfb;
}

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-n-header.is-open .r-n-header-background {
  left: 0;
}
.r-n-header-button-wrapper {
  margin-left: auto;
}
.r-n-header-icon {
  display: none;
}

.r-n-header-icon-button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background-color: transparent;
  border: none;
  border-radius: 50%;
}
.r-n-navigation-list.is-open {
  right: 0;
}
.r-n-header-icon-menu {
  display: block;
}

.r-n-header-icon-button.is-open .r-n-header-icon-menu {
  display: none;
}

.r-n-header-icon-button.is-open .r-n-header-icon-close {
  display: block;
}

.r-n-header {
  position: fixed;
  width: 100%;
  z-index: 5;
  transition: background-color 0.3s ease;
  background: transparent;
  display: flex;
  height: 80px;
  background: #050503;
}

.r-n-header-background {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 100%;
  z-index: -1;
  transition: left 0.3s ease;
  background: #050503;
}
.r-n-header.is-open .r-n-header-background {
  left: 0;
}
.r-n-header-button-wrapper {
  margin-right: auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.r-n-header-icon-menu {
  display: block;
}

.r-n-header-icon-button.is-open .r-n-header-icon-menu {
  display: none;
}

.r-n-header-icon-button.is-open .r-n-header-icon-close {
  display: block;
}

.r-n-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 16px;
  position: relative;
}

.r-n-navigation-list {
  display: flex;
  flex-direction: column;
  align-items: start;
  position: absolute;
  top: 100%;
  right: -100%;
  width: 100%;
  height: auto;
  transition: 0.3s;
  z-index: 999;
  padding: 16px 0 29px 48px;
  border-radius: 20px 20px;
  gap: 28px;
  border: 1px solid #2d2d2d;
  background: linear-gradient(180deg, #141414 0%, #0a0a0a 100%);
}

.r-n-navigation-list.is-open {
  right: 0;
}

.r-n-navigation-link {
  font-family: Be Vietnam Pro;
  font-weight: 600;
  font-size: 22px;
  line-height: 130%;
  letter-spacing: 0%;

  transition: all 0.3s ease-in-out;
  text-decoration: none;
  color: #fbfbfb;
}

.r-n-navigation-link:hover,
.r-n-navigatioт-link:focus {
  color: #e58e30;
}

.r-n-header.is-open {
  background-color: transparent;
}

.r-n-navigation-img {
  display: none;
}

@media screen and (min-width: 1210px) {
  .r-n-navigation-img {
    display: flex;
    margin-right: 240px;
  }
  .r-n-policy-terms-header-icon-menu {
    display: none;
  }
  .w-b-header-button-wrapper {
    display: none;
  }
  .r-n-header {
    width: 100%;
    height: 80px;
    padding: 10px 0px 10px 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 1000;
  }

  .r-n-header-background {
  }
  .r-n-header-icon-button {
    display: none;
  }
  .r-n-navigation {
    display: flex;
    flex-direction: row;
    flex: 1;
    padding: 0;
    width: 1440px;
    margin: auto;
  }

  .r-n-navigation-list {
    background-color: transparent;
    flex-direction: row;
    display: flex;
    position: static;
    width: 1440px;
    margin: auto;
    padding-block: 0;
    flex: 1;
    gap: 34px;
    height: 0px;
    display: flex;
    justify-content: center;
    align-items: center;
    justify-content: center;
    padding: 0;
    border: none;
  }

  .r-n-navigation-link {
    font-family: Be Vietnam Pro;
    font-weight: 400;
    font-size: 16px;
    line-height: 150%;
    letter-spacing: 0%;

    text-decoration: none;
  }

  .r-n-navigation-item-desk {
    display: none;
  }
}
.r-n-home {
  width: 375px;
  height: 812px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  background-image: url("/img/home/Hero.png");
  margin: auto;
}
.r-n-home-container {
  width: 375px;
  padding: 100px 16px 0px;
  margin: auto;
}

.r-n-home-container-top {
  display: flex;
  flex-direction: column;
  align-items: start;
}
.r-n-home-title-img {
}
.r-n-home-title {
  font-family: Be Vietnam Pro;
  font-weight: 800;
  font-size: 40px;
  line-height: 120%;
  letter-spacing: 0%;
}

.r-n-home-text {
  font-family: Be Vietnam Pro;
  font-weight: 400;
  font-size: 16px;
  line-height: 150%;
  letter-spacing: 0%;
  padding-top: 304px;
}

@media screen and (min-width: 1210px) {
  .r-n-home {
    width: 1440px;
    height: 670px;
    background-image: url("/img/home/Hero\ \(1\).png");
  }
  .r-n-home-container {
    width: 1440px;
    padding: 120px 160px 0px;
  }

  .r-n-home-title {
    font-family: Be Vietnam Pro;
    font-weight: 800;
    font-size: 72px;
    line-height: 120%;
    letter-spacing: 0%;
  }

  .r-n-home-text {
    font-family: Be Vietnam Pro;
    font-weight: 400;
    font-size: 18px;
    line-height: 150%;
    letter-spacing: 0%;
    padding-top: 40px;
    width: 544px;
  }
}
.r-n-about {
  margin: auto;
  width: 375px;
  height: 835px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  background-image: url("/img/About\ the\ Game.png");
}
.r-n-about-container {
  width: 375px;
  padding: 80px 16px 0px;
  margin: auto;
}
.r-n-about-title {
  font-family: Be Vietnam Pro;
  font-weight: 800;
  font-size: 32px;
  line-height: 120%;
  letter-spacing: 0%;
  background: linear-gradient(180deg, #fbfbfb 13.79%, #c5c5c5 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.r-n-about-text {
  font-family: Be Vietnam Pro;
  font-weight: 400;
  font-size: 18px;
  line-height: 150%;
  letter-spacing: 0%;
  padding-top: 40px;
}

.r-n-about-text-bold {
  font-family: Be Vietnam Pro;
  font-weight: 600;
  font-size: 20px;
  line-height: 150%;
  letter-spacing: 0%;
  color: #e58e30;
  padding-top: 40px;
}

@media screen and (min-width: 1210px) {
  .r-n-about {
    width: 1440px;
    height: 538px;
    background-image: url("/img/About\ the\ Game\ \(1\).png");
  }
  .r-n-about-container {
    width: 1440px;
    padding: 80px 160px;
  }
  .r-n-about-title {
    font-family: Be Vietnam Pro;
    font-weight: 800;
    font-size: 48px;
    line-height: 120%;
    letter-spacing: 0%;
  }
  .r-n-about-text {
    font-family: Be Vietnam Pro;
    font-weight: 400;
    font-size: 18px;
    line-height: 150%;
    letter-spacing: 0%;
    width: 544px;
    padding-top: 40px;
  }

  .r-n-about-text-bold {
    font-family: Be Vietnam Pro;
    font-weight: 600;
    font-size: 20px;
    line-height: 150%;
    letter-spacing: 0%;

    padding-top: 40px;
  }
}

.r-n-why-container {
  width: 375px;
  margin: auto;
  padding: 80px 16px;
}

.r-n-why-text-bold {
  font-family: Be Vietnam Pro;
  font-weight: 800;
  font-size: 32px;
  line-height: 120%;
  letter-spacing: 0%;
  text-align: center;
  background: linear-gradient(180deg, #fbfbfb 13.79%, #c5c5c5 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.r-n-why-text {
  font-family: Be Vietnam Pro;
  font-weight: 600;
  font-size: 22px;
  line-height: 130%;
  letter-spacing: 0%;
  text-align: center;
  color: #e58e30;
  padding-top: 40px;
}

@media screen and (min-width: 1210px) {
  .r-n-why-container {
    width: 1440px;
    padding: 80px 160px;
  }
  .r-n-why-text-bold {
    font-family: Be Vietnam Pro;
    font-weight: 800;
    font-size: 48px;
    line-height: 120%;
    letter-spacing: 0%;
    text-align: center;
  }
  .r-n-why-text {
    font-family: Be Vietnam Pro;
    font-weight: 600;
    font-size: 28px;
    line-height: 130%;
    letter-spacing: 0%;
    text-align: center;
  }
}

.r-n-uniqueness-container {
  margin: auto;
  width: 375px;
  padding: 80px 16px;
}
.r-n-uniqueness-list {
  padding-top: 40px;
  display: flex;
  flex-direction: column;
  gap: 40px;
}

.r-n-uniqueness-img {
  width: 32px;
  height: 32px;
}
.r-n-uniqueness-text-bold {
  font-family: Be Vietnam Pro;
  font-weight: 600;
  font-size: 18px;
  line-height: 150%;
  letter-spacing: 0%;
  color: #e58e30;
  display: flex;
  align-items: center;
  gap: 8px;
}
.r-n-uniqueness-text {
  font-family: Be Vietnam Pro;
  font-weight: 400;
  font-size: 16px;
  line-height: 150%;
  letter-spacing: 0%;
  padding-top: 16px;
}

@media screen and (min-width: 1210px) {
  .r-n-uniqueness-container {
    margin: auto;
    width: 1440px;
    padding: 80px 160px;
  }
  .r-n-uniqueness-list {
    padding-top: 35px;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 40px;
    column-gap: 32px;
  }
  .r-n-uniqueness-item {
    width: 544px;
  }
  .r-n-uniqueness-img {
    width: 32px;
    height: 32px;
  }
  .r-n-uniqueness-text-bold {
    font-family: Be Vietnam Pro;
    font-weight: 600;
    font-size: 20px;
    line-height: 150%;
    letter-spacing: 0%;
  }
  .r-n-uniqueness-text {
    font-family: Be Vietnam Pro;
    font-weight: 400;
    font-size: 18px;
    line-height: 150%;
    letter-spacing: 0%;

    padding-top: 16px;
  }
}

.r-n-how-container {
  margin: auto;
  width: 375px;
  padding: 80px 16px;
}
.r-n-how-list {
  padding-top: 40px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 24px;
}

.r-n-how-item {
  width: 256px;
  height: 256px;
  border-radius: 128px;
  padding: 16px;
  display: flex;
  flex-direction: column;
  gap: 8px;
  justify-content: center;
}

.r-n-how-text-bold {
  font-family: Be Vietnam Pro;
  font-weight: 600;
  font-size: 18px;
  line-height: 150%;
  letter-spacing: 0%;
  text-align: center;
  color: #e58e30;
}

.r-n-how-text {
  font-family: Be Vietnam Pro;
  font-weight: 400;
  font-size: 16px;
  line-height: 150%;
  letter-spacing: 0%;
  text-align: center;
}

@media screen and (min-width: 1210px) {
  .r-n-how-container {
    margin: auto;
    width: 1440px;
    padding: 80px 160px;
  }
  .r-n-how-list {
    padding-top: 40px;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    gap: 32px;
    row-gap: 0;
  }

  .r-n-how-item {
    width: 256px;
    height: 256px;
    border-radius: 128px;
    padding: 16px;
    display: flex;
    flex-direction: column;
    gap: 8px;
    justify-content: center;
    padding: 68.5px 16px 0;
  }

  .r-n-how-text-bold {
    font-family: Be Vietnam Pro;
    font-weight: 600;
    font-size: 20px;
    line-height: 150%;
    letter-spacing: 0%;
    text-align: center;
  }

  .r-n-how-text {
    font-family: Be Vietnam Pro;
    font-weight: 400;
    font-size: 18px;
    line-height: 150%;
    letter-spacing: 0%;
    text-align: center;
    height: 224px;
  }
}

.r-n-reviews-container {
  margin: auto;
  padding: 80px 16px;
  width: 375px;
}
.r-n-reviews-list {
  padding-top: 40px;
}
.r-n-reviews-lists {
  display: none;
}
.r-n-reviews-item {
  width: 327px;
  height: 158px;
  border-radius: 16px;
  border-width: 1px;
  padding-top: 16px;
  padding-right: 24px;
  padding-bottom: 16px;
  padding-left: 24px;
  margin: 0 8px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  background-image: url("/img/Review\ Container\ \(1\).png");
}

.r-n-reviews-text-bold {
  font-family: Be Vietnam Pro;
  font-weight: 600;
  font-size: 18px;
  line-height: 150%;
  letter-spacing: 0%;
  color: #e58e30;
}

.r-n-reviews-text {
  font-family: Be Vietnam Pro;
  font-weight: 400;
  font-style: italic;
  font-size: 16px;
  line-height: 150%;
  letter-spacing: 0%;
  color: #fbfbfb;
  padding-top: 22px;
}

@media screen and (min-width: 1210px) {
  .r-n-reviews-container {
    margin: auto;
    padding: 80px 160px;
    width: 1440px;
  }
  .r-n-reviews-list {
    display: none;
  }
  .r-n-reviews-lists {
    display: flex;
    flex-wrap: wrap;
    padding-top: 40px;
    gap: 32px;
    justify-content: center;
  }
  .r-n-reviews-item {
    width: 352px;
    height: 167px;
    top: 178px;
    left: 160px;
    gap: 22px;
    border-radius: 16px;
    border-width: 1px;
    padding-top: 16px;
    padding-right: 24px;
    padding-bottom: 16px;
    padding-left: 24px;
    margin: 0;
    background-image: url("/img/Review\ Container.png");
  }

  .r-n-reviews-text-bold {
    font-family: Be Vietnam Pro;
    font-weight: 600;
    font-size: 20px;
    line-height: 150%;
    letter-spacing: 0%;
  }

  .r-n-reviews-text {
    font-family: Be Vietnam Pro;
    font-weight: 400;
    font-style: italic;
    font-size: 18px;
    line-height: 150%;
    letter-spacing: 0%;

    padding-top: 22px;
  }
}

.r-n-faq-container {
  padding: 80px 16px;
  width: 375px;
  margin: auto;
}
.r-n-faq-list {
  padding-top: 40px;
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.r-n-faq-item {
  border-radius: 16px;
  border-width: 1px;
  padding-top: 8px;
  padding-right: 16px;
  padding-bottom: 8px;
  padding-left: 16px;
  border: 1px solid #2d2d2d;
  background: linear-gradient(180deg, #141414 0%, #0a0a0a 100%);
}

.r-n-faq-question {
  font-family: Be Vietnam Pro;
  font-weight: 600;
  font-size: 18px;
  line-height: 150%;
  letter-spacing: 0%;
  color: #e58e30;
}

.r-n-faq-answer {
  font-family: Be Vietnam Pro;
  font-weight: 400;
  font-size: 16px;
  line-height: 150%;
  letter-spacing: 0%;
  padding-top: 8px;
}
@media screen and (min-width: 1210px) {
  .r-n-faq-container {
    padding: 80px 160px;
    width: 1440px;
    margin: auto;
  }
  .r-n-faq-list {
    padding: 40px 96px 0;
    display: flex;
    flex-direction: column;
    gap: 8px;
  }

  .r-n-faq-item {
    border-radius: 16px;
    border-width: 1px;
    padding-top: 8px;
    padding-right: 16px;
    padding-bottom: 8px;
    padding-left: 16px;
  }

  .r-n-faq-question {
    font-family: Be Vietnam Pro;
    font-weight: 600;
    font-size: 20px;
    line-height: 150%;
    letter-spacing: 0%;
  }

  .r-n-faq-answer {
    font-family: Be Vietnam Pro;
    font-weight: 400;
    font-size: 18px;
    line-height: 150%;
    letter-spacing: 0%;
  }
}

.r-n-gallery-container {
  width: 375px;
  margin: auto;
  padding: 80px 16px;
}
.r-n-gallery-list {
  width: auto;
  padding-top: 40px;
  margin: auto;
}

.r-n-gallery-item {
  width: 326.8125px;
  height: 581px;
  left: 16px;

  overflow: hidden;
  position: relative;
  margin: 0 10px;
}

.r-n-gallery-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

@media screen and (min-width: 1210px) {
  .r-n-gallery-container {
    width: 1440px;
    margin: auto;
    padding: 80px 160px;
  }
  .r-n-gallery-item {
    width: 326.8125px;
    height: 581px;

    margin: 0 12px;
  }

  .r-n-gallery-list {
    padding-top: 86px;
  }
}

.r-n-features-container {
  width: 375px;
  margin: auto;
  padding: 80px 15px;
}
.r-n-features-list {
  padding-top: 40px;
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.r-n-features-item {
  border-radius: 16px;
  border-width: 1px;
  padding-top: 24px;
  padding-right: 24px;
  padding-bottom: 16px;
  padding-left: 24px;
  border: 1px solid #2d2d2d;
  background: linear-gradient(180deg, #141414 0%, #0a0a0a 100%);
}

.r-n-features-img {
  width: 297px;
  height: 166px;
}

.r-n-features-text-bold {
  font-family: Be Vietnam Pro;
  font-weight: 600;
  font-size: 18px;
  line-height: 150%;
  letter-spacing: 0%;
  color: #e58e30;
  padding: 16px 0 8px;
}

.r-n-features-text {
  font-family: Be Vietnam Pro;
  font-weight: 400;
  font-size: 16px;
  line-height: 150%;
  letter-spacing: 0%;
}

@media screen and (min-width: 1210px) {
  .r-n-features-container {
    width: 1440px;
    margin: auto;
    padding: 80px 160px;
  }
  .r-n-features-list {
    padding-top: 40px;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 32px;
  }

  .r-n-features-item {
    width: 352px;
    height: 328px;
    border-radius: 16px;
    padding: 23px;
  }

  .r-n-features-img {
    width: 304px;
    height: 180px;
  }

  .r-n-features-text-bold {
    font-family: Be Vietnam Pro;
    font-weight: 600;
    font-size: 20px;
    line-height: 150%;
    letter-spacing: 0%;

    padding: 16px 0 8px;
  }

  .r-n-features-text {
    font-family: Be Vietnam Pro;
    font-weight: 400;
    font-size: 18px;
    line-height: 150%;
    letter-spacing: 0%;
  }
}

.r-n-policy-terms-container {
  padding: 120px 16px 40px;
  width: 375px;
  margin: auto;
  color: #050503;
  font-family: Be Vietnam Pro;
  font-weight: 400;
  font-size: 16px;
  line-height: 150%;
  letter-spacing: 0%;
  background: #ffffff;
}

.r-n-policy-terms-container h1 {
  text-transform: uppercase;
  margin-bottom: 20px;
  font-family: Be Vietnam Pro;
  font-weight: 800;
  font-size: 32px;
  line-height: 120%;
  letter-spacing: 0%;
}
.r-n-policy-terms-container h2 {
  margin-bottom: 10px;
  font-family: Be Vietnam Pro;
  font-weight: 600;
  font-size: 22px;
  line-height: 130%;
  letter-spacing: 0%;
}
.r-n-policy-terms-container ul {
  list-style-type: disc;
  margin-left: 20px;
  margin-bottom: 10px;
}
.r-n-policy-terms-container p {
  margin-bottom: 10px;
}
.r-n-email-link {
  color: inherit;
  text-decoration: none;
}
@media screen and (min-width: 1210px) {
  .r-n-policy-terms-container {
    padding: 160px 160px 80px;
    width: 1440px;
    font-family: Be Vietnam Pro;
    font-weight: 400;
    font-size: 18px;
    line-height: 150%;
    letter-spacing: 0%;
  }
  .r-n-policy-terms-container h1 {
    font-family: Be Vietnam Pro;
    font-weight: 800;
    font-size: 48px;
    line-height: 120%;
    letter-spacing: 0%;
  }
  .r-n-policy-terms-container h2 {
    font-family: Be Vietnam Pro;
    font-weight: 600;
    font-size: 28px;
    line-height: 130%;
    letter-spacing: 0%;
  }
}

.r-n-footer-container {
  width: 375px;
  padding: 40px 0 16px;
  margin: auto;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 40px;
}

.r-n-footer-wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 16px;
}

.r-n-footer-text {
  text-decoration: none;
  color: inherit;
  font-family: Be Vietnam Pro;
  font-weight: 400;
  font-size: 16px;
  line-height: 150%;
  letter-spacing: 0%;
  text-align: center;
}

.r-n-footer-copyright {
  font-family: Be Vietnam Pro;
  font-weight: 400;
  font-size: 11px;
  line-height: 150%;
  letter-spacing: 0%;
  text-align: center;
}

@media screen and (min-width: 1210px) {
  .r-n-footer-container {
    width: 1440px;
  }

  .r-n-footer-text {
    font-family: Be Vietnam Pro;
    font-weight: 400;
    font-size: 18px;
    line-height: 150%;
    letter-spacing: 0%;
    text-align: center;
  }

  .r-n-footer-copyright {
    font-family: Be Vietnam Pro;
    font-weight: 400;
    font-size: 12px;
    line-height: 150%;
    letter-spacing: 0%;
    text-align: center;
  }
}

.r-n-cookie-popup {
  position: fixed;
  bottom: 10px;
  width: 355px;
  padding: 32px;
  border-radius: 24px;
  background: #050503;

  z-index: 1000;
  display: none;
}

.r-n-cookie-popup-text-two {
  color: #fbfbfb;
  font-family: Be Vietnam Pro;
  font-weight: 400;
  font-size: 18px;
  line-height: 150%;
  letter-spacing: 0%;
  text-align: center;
}

.r-n-cookie-button-container {
  padding: 40px 0 0;
  margin: auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 16px;
}

.r-n-cookie-button {
  border: none;
  background-color: transparent;
  width: 256px;

  border-radius: 28px;

  padding-top: 16px;

  padding-bottom: 16px;

  border: 1px solid #fbfbfb;
  font-family: Be Vietnam Pro;
  font-weight: 500;
  font-size: 20px;
  line-height: 150%;
  color: #fbfbfb;
  letter-spacing: 0%;
}

#accept-cookies {
  background: #fbfbfb;
  color: #050503;
}

.r-n-close-popup {
  position: absolute;
  top: 10px;
  right: 10px;
  font-size: 20px;
  cursor: pointer;
}

@media screen and (min-width: 1210px) {
  .r-n-cookie-popup-container {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 32px;
  }

  .r-n-cookie-popup-text-two {
    font-weight: 400;
    font-size: 18px;
    line-height: 150%;
    letter-spacing: 0%;
    text-align: left;
    width: 632px;
  }

  .r-n-cookie-button-container {
    padding: 0;
    margin: auto;
    display: flex;
    flex-direction: row;
    gap: 32px;
  }

  .r-n-cookie-popup {
    position: fixed;
    bottom: 10px;
    width: 1262px;
    padding: 32px;
    display: none;
  }
}
