@import url("https://fonts.googleapis.com/css2?family=IBM+Plex+Sans:ital,wght@0,100..700;1,100..700&display=swap");

* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  background: #ffffff;
  color: #191d25;
}

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%;
}

.y-p-header.is-open .y-p-header-background {
  left: 0;
}
.y-p-header-button-wrapper {
  margin-left: auto;
}
.y-p-header-icon {
  display: none;
}

.y-p-header-icon-button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background-color: transparent;
  border: none;
  border-radius: 50%;
}
.y-p-navigation-list.is-open {
  right: 0;
}
.y-p-header-icon-menu {
  display: block;
}

.y-p-header-icon-button.is-open .y-p-header-icon-menu {
  display: none;
}

.y-p-header-icon-button.is-open .y-p-header-icon-close {
  display: block;
}

.y-p-header {
  position: fixed;
  width: 100%;
  z-index: 5;
  transition: background-color 0.3s ease;
  background: transparent;
  display: flex;
  height: 60px;
  background: #ffffffcc;
}

.y-p-header-background {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 100%;
  z-index: -1;
  transition: left 0.3s ease;
  background: #ffffffcc;
}
.y-p-header.is-open .y-p-header-background {
  left: 0;
}
.y-p-header-button-wrapper {
  margin-right: auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.y-p-header-icon-menu {
  display: block;
}

.y-p-header-icon-button.is-open .y-p-header-icon-menu {
  display: none;
}

.y-p-header-icon-button.is-open .y-p-header-icon-close {
  display: block;
}

.y-p-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: 16px;
  position: relative;
}

.y-p-navigation-list {
  display: flex;
  flex-direction: column;
  align-items: start;
  position: absolute;
  top: 100%;
  right: -100%;
  width: 100%;
  height: 757px;
  transition: 0.3s;
  z-index: 999;
  padding: 140px 60px;

  gap: 30px;
  background: #b2ada7e5;
  backdrop-filter: blur(10px);
}

.y-p-navigation-list.is-open {
  right: 0;
}

.y-p-navigation-link {
  transition: all 0.3s ease-in-out;
  text-decoration: none;
  color: #191d25;
  font-family: IBM Plex Sans;
  font-weight: 500;
  font-style: Medium;
  font-size: 16px;
  leading-trim: NONE;
  line-height: 100%;
  letter-spacing: 0%;

  border-radius: 12px;
  padding-top: 8px;
  padding-right: 12px;
  padding-bottom: 8px;
  padding-left: 12px;
  border-width: 1px;
  border: 1px solid transparent;
}

.y-p-navigation-link:hover,
.y-p-navigation-link:focus {
  border: 1px solid #191d25;
}

.y-p-header.is-open {
  background-color: transparent;
}

.y-p-navigation-img {
  display: none;
}

@media screen and (min-width: 1191px) {
  .y-p-navigation-img {
    display: flex;
  }
  .y-p-header-icon-title {
    display: none;
  }
  .y-p-header-button-wrapper {
    display: none;
  }
  .y-p-header {
    width: 100%;
    height: 80px;

    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 1000;
  }

  .y-p-header-background {
  }
  .y-p-header-icon-button {
    display: none;
  }
  .y-p-navigation {
    display: flex;
    flex-direction: row;
    flex: 1;
    padding: 0;
    width: 1440px;
    margin: auto;
  }

  .y-p-navigation-list {
    background-color: transparent;
    flex-direction: row;
    display: flex;
    position: static;
    width: 1440px;
    margin: auto;
    padding-block: 0;
    flex: 1;
    gap: 50px;
    height: 0px;
    display: flex;
    justify-content: center;
    align-items: center;
    justify-content: center;
    padding: 0;
  }

  .y-p-navigation-item-desk {
    display: none;
  }
}
.y-p-home {
  width: 375px;
  height: 800px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  background-image: url("/img/home/1.\ Hero\ Block\ –\ Unlock\ Your\ Perfect\ Offer\ \(1\).png");
  margin: auto;
}
.y-p-home-container {
  width: 375px;
  padding: 136px 20px 0px;
  margin: auto;
}

.y-p-home-container-top {
  display: flex;
  flex-direction: column;
  align-items: start;
}

.y-p-home-title {
  font-family: IBM Plex Sans;
  font-weight: 700;
  font-style: Bold;
  font-size: 36px;
  leading-trim: NONE;

  text-transform: uppercase;
}

.y-p-home-text {
  font-family: IBM Plex Sans;
  font-weight: 500;
  font-style: Medium;
  font-size: 22px;
  leading-trim: NONE;
  line-height: 32px;
  letter-spacing: 0%;
  padding: 22px 0 42px;
}

.y-p-home-link {
  border: 1px solid #ffffff;
  background: radial-gradient(
    60.22% 60.22% at 50% 50%,
    #d9f573 0%,
    #a2cf00 100%
  );

  width: 219px;

  border-radius: 22px;
  border-width: 1px;
  padding-top: 22px;

  padding-bottom: 22px;
  text-align: center;
  font-family: IBM Plex Sans;
  font-weight: 700;
  font-style: Bold;
  font-size: 18px;
  leading-trim: NONE;
  line-height: 100%;
  letter-spacing: 0%;

  color: #191d25;
  text-decoration: none;
  transition: all 0.3s ease-in-out;
}

.y-p-home-link:hover {
  transform: scale(1.1);
}

@media screen and (min-width: 1191px) {
  .y-p-home {
    width: 1440px;

    background-image: url("/img/home/1.\ Hero\ Block\ –\ Unlock\ Your\ Perfect\ Offer.png");
  }
  .y-p-home-container {
    width: 1440px;
    padding: 279px 96px 0px;
  }
  .y-p-home-container-top {
    width: 659px;
  }

  .y-p-home-title {
    font-family: IBM Plex Sans;
    font-weight: 700;
    font-style: Bold;
    font-size: 48px;
    leading-trim: NONE;

    text-transform: uppercase;
  }

  .y-p-home-text {
    font-family: IBM Plex Sans;
    font-weight: 500;
    font-style: Medium;
    font-size: 22px;
    leading-trim: NONE;
    line-height: 32px;
    letter-spacing: 0%;
  }
}
.y-p-about {
  margin: auto;
  color: #ffffff;
  width: 375px;
  height: 1896px;
  background-image: url("/img/2.\ About\ Us\ –\ Crafted\ Offers\,\ Clear\ Outcomes.png");
}
.y-p-about-container {
  width: 375px;
  padding: 60px 20px;
  margin: auto;
}
.y-p-about-title {
  font-family: IBM Plex Sans;
  font-weight: 700;
  font-style: Bold;
  font-size: 28px;
  leading-trim: NONE;
  text-align: center;
  text-transform: uppercase;
}
.y-p-about-text {
  font-family: IBM Plex Sans;
  font-weight: 500;
  font-style: Medium;
  font-size: 20px;
  leading-trim: NONE;
  line-height: 28px;
  letter-spacing: 0%;
  text-align: center;
  padding: 32px 0 40px;
}

.y-p-about-text-bold {
  font-family: IBM Plex Sans;
  font-weight: 700;
  font-style: Bold;
  font-size: 22px;
  leading-trim: NONE;
  line-height: 100%;
  letter-spacing: 0%;
  text-align: center;
  text-transform: uppercase;
}

.y-p-why-list {
  padding-top: 32px;
  display: flex;
  flex-direction: column;
  gap: 22px;
}
.y-p-why-item {
  display: flex;
  align-items: center;
  flex-direction: column;
  font-family: IBM Plex Sans;
  font-weight: 400;
  font-style: Regular;
  font-size: 18px;
  leading-trim: NONE;
  line-height: 24px;
  letter-spacing: 0%;
  text-align: center;
  background: #ffffff;
  box-shadow: 2px 4px 12px 0px #00000059;
  width: 335px;
  height: 224px;
  color: #191d25;
  gap: 16px;
  border-radius: 32px;
  padding: 44px;
}
.y-p-why-item-two {
  background: #b2ada7;
  color: #ffffff;
}

@media screen and (min-width: 1191px) {
  .y-p-about {
    width: 1440px;
    height: 900px;
    background-image: url("/img/2.\ About\ Us\ –\ Crafted\ Offers\,\ Clear\ Outcomes\ \(1\).png");
  }
  .y-p-about-container {
    width: 1440px;
    padding: 60px 98px;
  }
  .y-p-about-title {
    font-family: IBM Plex Sans;
    font-weight: 700;
    font-style: Bold;
    font-size: 40px;
    leading-trim: NONE;
    text-align: center;
    text-transform: uppercase;
  }
  .y-p-about-text {
    font-family: IBM Plex Sans;
    font-weight: 500;
    font-style: Medium;
    font-size: 20px;
    leading-trim: NONE;
    line-height: 28px;
    letter-spacing: 0%;
    text-align: center;

    padding: 32px 101px 40px;
  }

  .y-p-about-text-bold {
    font-family: IBM Plex Sans;
    font-weight: 700;
    font-style: Bold;
    font-size: 28px;
    leading-trim: NONE;
    line-height: 100%;
    letter-spacing: 0%;
    text-align: center;
    text-transform: uppercase;
  }

  .y-p-why-list {
    padding-top: 32px;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    gap: 22px;
  }
  .y-p-why-item {
    width: 400px;
    height: 200px;

    gap: 16px;
    border-radius: 32px;
    padding: 44px;
    font-family: IBM Plex Sans;
    font-weight: 400;
    font-style: Regular;
    font-size: 18px;
    leading-trim: NONE;
    line-height: 24px;
    letter-spacing: 0%;
    text-align: center;
  }
  .y-p-why-item-two {
    background: #b2ada7;
    color: #ffffff;
  }
}

.y-p-uniqueness {
  margin: auto;
  width: 375px;
  height: 1540px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  background-image: url("/img/4.\ Case\ Studies\ –\ Magic\ in\ Action.png");
}
.y-p-uniqueness-container {
  margin: auto;
  width: 375px;
  padding: 60px 20px 0;
}
.y-p-uniqueness-list {
  padding-top: 32px;
  display: flex;
  flex-direction: column;
  gap: 22px;
}
.y-p-uniqueness-item {
  border: 1px solid #191d25;
  width: 335px;

  border-radius: 32px;
  border-width: 1px;
  padding: 44px;
}

.y-p-uniqueness-text-bold {
  font-family: IBM Plex Sans;
  font-weight: 500;
  font-style: Medium;
  font-size: 22px;
  leading-trim: NONE;
  line-height: 24px;
  letter-spacing: 0%;
  text-align: center;
}
.y-p-uniqueness-text {
  font-family: IBM Plex Sans;
  font-weight: 400;
  font-style: Regular;
  font-size: 18px;
  leading-trim: NONE;
  line-height: 24px;
  letter-spacing: 0%;
  text-align: center;
  padding-top: 16px;
}

@media screen and (min-width: 1191px) {
  .y-p-uniqueness {
    width: 1440px;
    height: 778px;
    background-image: url("/img/4.\ Case\ Studies\ –\ Magic\ in\ Action\ \(1\).png");
  }
  .y-p-uniqueness-container {
    margin: auto;
    width: 1440px;
    padding: 60px 120px;
  }
  .y-p-uniqueness-list {
    padding-top: 32px;
    display: flex;
    flex-direction: column;
    gap: 22px;
  }
  .y-p-uniqueness-item {
    width: 580px;
    height: 176px;

    border-radius: 32px;
    border-width: 1px;
    padding: 43px;
  }
}

.y-p-how-container {
  margin: auto;
  width: 375px;
  padding: 60px 20px;
}
.y-p-how-list {
  padding-top: 32px;
}

.y-p-how-item {
  width: 335px;
  height: 288px;

  border-radius: 22px;
  padding: 22px;
  background: #b2ada7;
  color: #ffffff;
  margin: 0 11px;
}
.y-p-how-item-two {
  display: flex;
  align-items: center;
  gap: 22px;
}
.y-p-how-img {
  width: 88px;
}

.y-p-how-text-bold {
  font-family: IBM Plex Sans;
  font-weight: 600;
  font-style: SemiBold;
  font-size: 18px;
  leading-trim: CAP_HEIGHT;
  line-height: 24px;
  letter-spacing: 0%;
  text-transform: uppercase;
}
.y-p-how-text-bold-two {
  font-family: IBM Plex Sans;
  font-weight: 400;
  font-style: Regular;
  font-size: 16px;
  leading-trim: CAP_HEIGHT;
  line-height: 24px;
  letter-spacing: 0%;
  text-transform: uppercase;
  padding-top: 16px;
}

.y-p-how-text {
  font-family: IBM Plex Sans;
  font-weight: 400;
  font-style: Regular;
  font-size: 16px;
  leading-trim: NONE;
  line-height: 24px;
  letter-spacing: 0%;
  padding-top: 12px;
}

@media screen and (min-width: 1191px) {
  .y-p-how-container {
    margin: auto;
    width: 1440px;
    padding: 60px 0;
  }

  .y-p-how-item {
    width: 526px;
    height: 264px;

    border-radius: 32px;
    padding: 22px;
  }
}

.y-p-characters {
  margin: auto;
  width: 375px;
  height: 399px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  background-image: url("/img/7.\ Contact.png");
}
.y-p-characters-container {
  padding: 60px 20px 0;
  margin: auto;
  width: 375px;
}
.y-p-characters-text-bold {
  font-family: IBM Plex Sans;
  font-weight: 700;
  font-style: Bold;
  font-size: 22px;
  leading-trim: NONE;

  text-align: center;
  text-transform: uppercase;
  padding-top: 60px;
}
.y-p-characters-list {
  display: flex;
  flex-direction: column;
  padding-top: 32px;
  gap: 12px;
}

.y-p-characters-text {
  font-family: IBM Plex Sans;
  font-weight: 400;
  font-style: Regular;
  font-size: 18px;

  color: #191d25;
  text-decoration: none;
  text-align: center;
}

@media screen and (min-width: 1191px) {
  .y-p-characters {
    width: 1440px;
    height: 323px;
    background-image: url("/img/7.\ Contact\ \(1\).png");
  }
  .y-p-characters-container {
    padding: 60px;
    margin: auto;
    width: 1440px;
  }
  .y-p-characters-text-bold {
    font-family: IBM Plex Sans;
    font-weight: 700;
    font-style: Bold;
    font-size: 28px;
    leading-trim: NONE;
    line-height: 100%;
    letter-spacing: 0%;
    text-align: center;
    text-transform: uppercase;

    padding-top: 60px;
  }
  .y-p-characters-list {
    display: flex;
    flex-direction: row;
    justify-content: center;
    padding-top: 32px;
    gap: 40px;
  }

  .y-p-characters-text {
    font-family: IBM Plex Sans;
    font-weight: 400;
    font-style: Regular;
    font-size: 18px;
    leading-trim: NONE;
    line-height: 100%;
    letter-spacing: 0%;
  }
}

.y-p-reviews-container {
  margin: auto;
  padding: 60px 20px 55px;
  width: 375px;
}
.y-p-reviews-list {
  padding-top: 27px;
}

.y-p-reviews-item {
  margin: 5px;
  width: 335px;
  height: 248px;
  border-radius: 32px;
  padding: 44px;
  background: #b2ada7;
  color: #ffffff;
  box-shadow: 2px 4px 12px 0px #00000059;
}

.y-p-reviews-text-bold {
  font-family: IBM Plex Sans;
  font-weight: 700;
  font-style: Bold;
  font-size: 18px;
  leading-trim: NONE;
  line-height: 24px;
  letter-spacing: 0%;
  text-align: center;
}

.y-p-reviews-text {
  font-family: IBM Plex Sans;
  font-weight: 400;
  font-style: Regular;
  font-size: 18px;
  leading-trim: NONE;
  line-height: 24px;
  letter-spacing: 0%;
  text-align: center;
  padding-top: 16px;
}

@media screen and (min-width: 1191px) {
  .y-p-reviews-container {
    margin: auto;
    padding: 60px 0 50px;
    width: 1440px;
  }
  .y-p-reviews-list {
    padding-top: 22px;
  }

  .y-p-reviews-item {
    margin: 11px;
    width: 480px;
    height: 176px;

    border-radius: 32px;
    padding: 44px;
  }
}

.y-p-faq {
  margin: auto;
  background: linear-gradient(360deg, #909cb5 0%, #ffffff 100%);
}
.y-p-faq-container {
  padding: 60px 20px 60px;
  width: 375px;
  margin: auto;
}
.y-p-faq-list {
  padding-top: 60px;
  display: flex;
  flex-direction: column;
  gap: 22px;
}

.y-p-faq-item {
  width: 335;

  border-radius: 22px;
  border-width: 1px;
  padding-top: 18px;
  padding-right: 36px;
  padding-bottom: 18px;
  padding-left: 36px;

  background: #ffffff;

  border: 1px solid #191d25;
  box-shadow: 0px 0px 12px 0px #ffffff inset;
}

.y-p-faq-question {
  display: flex;
  justify-content: space-between;
  font-family: IBM Plex Sans;
  font-weight: 700;
  font-style: Bold;
  font-size: 18px;
  leading-trim: NONE;
}

.y-p-faq-answer {
  font-family: IBM Plex Sans;
  font-weight: 400;
  font-style: Regular;
  font-size: 16px;
  leading-trim: NONE;
  width: 211px;
}
.y-p-toggle-button {
  background: none;
  border: none;
  cursor: pointer;
}

.y-p-toggle-button img {
  transition: transform 0.3s ease;
  width: 40px;
}
.y-p-faq-answer {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.4s ease, opacity 0.4s ease;
  opacity: 0;
}

.y-p-faq-answer.open {
  max-height: 200px;
  opacity: 1;
  padding-top: 8px;
}

.y-p-toggle-button img.rotated {
  transform: rotate(180deg);
}
@media screen and (min-width: 1191px) {
  .y-p-faq-container {
    padding: 60px 220px;
    width: 1440px;
    margin: auto;
  }
  .y-p-faq-list {
    padding-top: 60px;
    display: flex;
    flex-direction: column;
    gap: 22px;
  }

  .y-p-faq-item {
    width: 1000px;

    border-radius: 22px;
    border-width: 1px;
    padding-top: 18px;
    padding-right: 36px;
    padding-bottom: 18px;
    padding-left: 36px;
  }
  .y-p-faq-answer {
    width: 856px;
  }
}

.y-p-gallery-button-container {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 22px;
  margin-top: 40px;
}

.y-p-gallery-button {
  background-color: transparent;
  border: none;
  padding: 0;
  -webkit-transition: scale 0.3s ease;
  transition: scale 0.3s ease;
}
.y-p-gallery-button-icon {
  width: 46px;
  height: 36px;
}

.y-p-gallery-button:hover {
  scale: 120%;
}

@media screen and (min-width: 1191px) {
  .y-p-gallery-button-icon {
    width: 56.22222137451172px;
    height: 44px;
  }
}

.y-p-container {
  padding: 100px 20px 60px;
  width: 375px;
  margin: auto;
  font-family: IBM Plex Sans;
  font-weight: 400;
  font-style: Regular;
  font-size: 16px;
  leading-trim: NONE;
  line-height: 24px;
  letter-spacing: 0%;
}

.y-p-container h1 {
  font-family: IBM Plex Sans;
  font-weight: 700;
  font-style: Bold;
  font-size: 22px;
  leading-trim: NONE;
  line-height: 24px;
  letter-spacing: 0%;
  text-align: center;
}

.y-p-container h2 {
  margin-top: 10px;
}

.y-p-container h3 {
  margin-top: 10px;
}

.y-p-container ul {
  margin-top: 10px;
  list-style-type: disc;
  margin-left: 20px;
}

.y-p-container ul li {
  margin-bottom: 10px;
}
.y-p-container p {
  margin-top: 10px;
}
.y-p-container a {
  text-decoration: none;
  color: inherit;
  transition: all 0.3s ease-in-out;
}

.y-p-container a:hover {
  text-decoration: underline;
}

strong {
  color: #000;
}
@media screen and (min-width: 1191px) {
  .y-p-container {
    padding: 174px 86px 50px;
    width: 1440px;
    margin: auto;
  }
}

.y-p-footer-container {
  width: 375px;
  margin: auto;
  padding: 48px 20px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  color: #ffffff;
}

.y-p-footer-wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-top: 40px;
}

.y-p-footer-text {
  text-decoration: none;
  color: inherit;
  font-family: IBM Plex Sans;
  font-weight: 600;
  font-style: SemiBold;
  font-size: 16px;
  leading-trim: CAP_HEIGHT;
  line-height: 100%;
  letter-spacing: 0%;
  vertical-align: middle;
  text-transform: uppercase;
}

.y-p-footer-copyright {
  font-family: IBM Plex Sans;
  font-weight: 500;
  font-style: Medium;
  font-size: 14px;
  leading-trim: CAP_HEIGHT;
  line-height: 100%;
  letter-spacing: 0%;
  text-align: center;
  vertical-align: middle;
}
.y-p-footer-copyright-two {
  font-family: IBM Plex Sans;
  font-weight: 400;
  font-style: Regular;
  font-size: 14px;
  leading-trim: CAP_HEIGHT;
  line-height: 100%;
  letter-spacing: 0%;
  vertical-align: middle;
}

@media screen and (min-width: 1191px) {
  .y-p-footer-container {
    width: 1440px;
    padding: 28px;
    display: flex;
  }

  .y-p-footer-wrapper {
    display: flex;
    flex-direction: row;

    gap: 22px;
    margin-top: 22px;
  }
}

.y-p-cookie-popup {
  position: fixed;
  bottom: 10px;
  width: 335px;
  padding: 20px;
  border-radius: 20px;
  box-shadow: 0px 14px 42px 0px #080f340f;
  border: 1px solid #191d25;
  background: #ffffff;

  z-index: 1000;
  display: none;
}

.y-p-cookie-popup-text-two {
  font-family: IBM Plex Sans;
  font-weight: 400;
  font-style: Regular;
  font-size: 16px;
  leading-trim: NONE;
  line-height: 30px;
  letter-spacing: 0%;
  width: 256px;
}

.y-p-cookie-button-container {
  padding: 30px 0 0;
  margin: auto;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  gap: 20px;
}

.y-p-cookie-button {
  border: none;
  background-color: transparent;
  border: 1px solid #191d25;
  box-shadow: 0px 4px 8px 0px #4a3aff14;

  border-radius: 56px;
  border-width: 1px;
  padding-top: 18px;
  padding-right: 26px;
  padding-bottom: 18px;
  padding-left: 26px;
  font-family: IBM Plex Sans;
  font-weight: 400;
  font-style: Regular;
  font-size: 16px;
  leading-trim: NONE;
  line-height: 18px;
  letter-spacing: 0%;
}

#accept-cookies {
  background: #191d25;
  color: #ffffff;
}

.y-p-close-popup {
  position: absolute;
  top: 10px;
  right: 10px;
  font-size: 20px;
  cursor: pointer;
}

@media screen and (min-width: 1191px) {
  .y-p-cookie-popup-container {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 60px;
  }

  .y-p-cookie-popup-text-two {
    font-family: IBM Plex Sans;
    font-weight: 400;
    font-style: Regular;
    font-size: 18px;
    leading-trim: NONE;
    line-height: 30px;
    letter-spacing: 0%;

    width: 648px;
  }

  .y-p-cookie-button-container {
    padding: 0;
    margin: auto;
    display: flex;
    flex-direction: row-reverse;
    gap: 20px;
  }

  .y-p-cookie-popup {
    position: fixed;
    bottom: 10px;
    width: 1272px;
    padding: 50px 128px;
    display: none;
  }
}
