@import url("https://fonts.googleapis.com/css2?family=Roboto: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: #000000;
}

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%;
}

.u-a-header.is-open .u-a-header-background {
  left: 0;
}
.u-a-header-button-wrapper {
  margin-left: auto;
}
.u-a-header-icon {
  display: none;
}

.u-a-header-icon-button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background-color: transparent;
  border: none;
  border-radius: 50%;
}
.u-a-navigation-list.is-open {
  right: 0;
}
.u-a-header-icon-menu {
  display: block;
}

.u-a-header-icon-button.is-open .u-a-header-icon-menu {
  display: none;
}

.u-a-header-icon-button.is-open .u-a-header-icon-close {
  display: block;
}

.u-a-header {
  position: fixed;
  width: 100%;
  z-index: 5;
  transition: background-color 0.3s ease;
  background: transparent;
  display: flex;
  height: 64px;
  background: #010003;
}

.u-a-header-background {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 100%;
  z-index: -1;
  transition: left 0.3s ease;
  background: #010003;
}
.u-a-header.is-open .u-a-header-background {
  left: 0;
}
.u-a-header-button-wrapper {
  margin-right: auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.u-a-header-icon-menu {
  display: block;
}

.u-a-header-icon-button.is-open .u-a-header-icon-menu {
  display: none;
}

.u-a-header-icon-button.is-open .u-a-header-icon-close {
  display: block;
}

.u-a-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;
}

.u-a-navigation-list {
  display: flex;
  flex-direction: column;
  align-items: center;
  position: absolute;
  top: 100%;
  right: -100%;
  width: 100%;
  height: auto;
  transition: 0.3s;
  z-index: 999;
  padding: 40px 0px;
  gap: 12px;
  background: #010003;
}

.u-a-navigation-list.is-open {
  right: 0;
}

.u-a-navigation-link {
  transition: all 0.3s ease-in-out;
  text-decoration: none;
  color: #ffffff;
  font-family: Roboto;
  font-weight: 400;
  font-style: Regular;
  font-size: 16px;
  leading-trim: NONE;
  line-height: 100%;
  letter-spacing: 0%;
  text-align: center;
}

.u-a-navigation-link:hover,
.u-a-navigation-link:focus {
  font-weight: 900;
}
.u-a-navigation-link-two {
  font-family: Roboto;
  font-weight: 900;
  font-style: Black;
  font-size: 16px;
  leading-trim: NONE;
  line-height: 100%;
  letter-spacing: 0%;
  text-align: center;
  text-transform: uppercase;
  width: 343px;
  padding: 15px 0;
  display: block;
  background: #ff0000;
  color: #ffffff;
  text-decoration: none;
  margin-top: 12px;
}
.u-a-header.is-open {
  background-color: transparent;
}
.u-a-navigation-img {
  width: 135px;
}

@media screen and (min-width: 1190px) {
  .u-a-navigation-img {
    width: 199px;
    margin-right: 147px;
  }
  .u-a-navigation-link-two {
    width: 210px;
    height: 74px;
    padding: 27.5px 0;
    margin-top: 0px;
    margin-left: 147px;
  }
  .u-a-header-icon-title {
    display: none;
  }
  .u-a-header-button-wrapper {
    display: none;
  }
  .u-a-header {
    width: 100%;
    height: 74px;

    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 1000;
  }

  .u-a-header-background {
  }
  .u-a-header-icon-button {
    display: none;
  }
  .u-a-navigation {
    display: flex;
    flex-direction: row;
    flex: 1;
    padding: 0;
    width: 1440px;
    margin: auto;
  }

  .u-a-navigation-list {
    background-color: transparent;
    flex-direction: row;
    display: flex;
    position: static;
    width: 1440px;
    margin: auto;
    padding-block: 0;
    flex: 1;
    gap: 52px;
    height: 0px;
    display: flex;
    justify-content: center;
    align-items: center;
    justify-content: center;
    padding: 0;
  }

  .u-a-navigation-link {
    font-family: Roboto;
    font-weight: 400;
    font-style: Regular;
    font-size: 16px;
    leading-trim: NONE;
    line-height: 100%;
    letter-spacing: 0%;
    text-align: center;
  }

  .u-a-navigation-item-desk {
    display: none;
  }
}
.u-a-home {
  width: 375px;
  padding: 100px 0px 0;
  margin: auto;
}
.u-a-home-container {
  height: 1136px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  background-image: url("/img/main.png");
  margin: auto;
  padding: 0 10px;
}

.u-a-home-container-top {
  display: flex;
  flex-direction: column;
}

.u-a-home-title {
  font-family: Roboto;
  font-weight: 900;
  font-style: Black;
  font-size: 48px;
  leading-trim: NONE;

  color: #074e34;
}

.u-a-home-text {
  font-family: Roboto;
  font-weight: 900;
  font-style: Black;
  font-size: 48px;
  leading-trim: NONE;

  color: #074e34;
}
.u-a-home-text-two {
  font-family: Roboto;
  font-weight: 400;
  font-style: Regular;
  font-size: 32px;
  leading-trim: NONE;

  padding: 16px 0 32px;
}
.u-a-home-text-three {
  font-family: Roboto;
  font-weight: 400;
  font-style: Regular;
  font-size: 20px;
  leading-trim: NONE;
}
.u-a-home-link {
  display: flex;
  align-items: center;
  justify-content: center;
  background: #edab03;
  width: 355px;
  gap: 10px;
  padding: 7px 0;
  font-family: Roboto;
  font-weight: 900;
  font-style: Black;
  font-size: 16px;
  leading-trim: NONE;
  text-align: center;
  text-transform: uppercase;
  color: #ffffff;
  text-decoration: none;
  transition: all 0.3s ease-in-out;
  margin-top: 36px;
}
.u-a-home-link-img {
  width: 60px;
}
.u-a-home-link:hover {
  transform: scale(1.1);
}

@media screen and (min-width: 1190px) {
  .u-a-home {
    width: 1440px;
    padding: 118px 50px 0px;
  }
  .u-a-home-container {
    padding: 0px;
    height: 876px;
    background-image: url("/img/main\ \(1\).png");
  }

  .u-a-home-title {
    font-family: Roboto;
    font-weight: 900;
    font-style: Black;
    font-size: 126px;
    leading-trim: NONE;

    letter-spacing: 0%;
  }

  .u-a-home-text {
    font-family: Roboto;
    font-weight: 900;
    font-style: Black;
    font-size: 101px;
    leading-trim: NONE;

    letter-spacing: 0%;
  }
  .u-a-home-text-two {
    font-family: Roboto;
    font-weight: 400;
    font-style: Regular;
    font-size: 32px;
    leading-trim: NONE;

    letter-spacing: 0%;
    width: 1221px;
    padding: 16px 0 32px;
  }
  .u-a-home-text-three {
    font-family: Roboto;
    font-weight: 400;
    font-style: Regular;
    font-size: 20px;
    leading-trim: NONE;
    width: 652px;
    margin-left: auto;
  }
  .u-a-home-link {
    width: 360px;
    height: 74;
    gap: 10px;
    font-family: Roboto;
    font-weight: 900;
    font-style: Black;
    font-size: 16px;
    leading-trim: NONE;

    letter-spacing: 0%;
    text-align: center;
    text-transform: uppercase;
    margin-left: auto;
  }
  .u-a-home-link-img {
    width: 60px;
  }
}

.u-a-about-container {
  width: 375px;
  padding: 80px 10px 0px;
  margin: auto;
  color: #1e1e1e;
}
.u-a-about-title {
  font-family: Roboto;
  font-weight: 900;

  font-size: 48px;
  leading-trim: CAP_HEIGHT;
  line-height: 100%;
  letter-spacing: 0%;

  color: #074e34;
  letter-spacing: 0%;
}
.u-a-about-title-text {
  font-family: Roboto;
  font-weight: 400;
  font-style: Regular;
  font-size: 24px;
  leading-trim: CAP_HEIGHT;

  letter-spacing: 0%;
  padding-top: 24px;
}
.u-a-about-text {
  font-family: Roboto;
  font-weight: 900;
  font-style: Black;
  font-size: 24px;
  leading-trim: CAP_HEIGHT;

  letter-spacing: 0%;
  text-transform: uppercase;
  padding: 44px 0 24px;
}

.u-a-about-text-bold {
  font-family: Roboto;
  font-weight: 400;
  font-style: Regular;
  font-size: 20px;
  leading-trim: CAP_HEIGHT;
  line-height: 22px;
  letter-spacing: 0%;
}
.u-a-uniqueness-text {
  font-family: Roboto;
  font-weight: 900;
  color: #000;
  font-size: 24px;
  leading-trim: CAP_HEIGHT;

  letter-spacing: 0%;
  text-transform: uppercase;
  color: #ff0000;
  padding: 44px 0 24px;
}

.u-a-uniqueness-item {
  width: 282px;
  height: 372px;
  padding: 31px 16px;
  background: #9bd1ff;
  margin: 0 12px;
}
.u-a-uniqueness-img {
  width: 107px;
  margin: auto;
}
.u-a-uniqueness-text-bold {
  font-family: Roboto;
  font-weight: 900;
  font-style: Black;
  font-size: 24px;
  leading-trim: CAP_HEIGHT;
  line-height: 22px;
  letter-spacing: 0%;
  text-align: center;
  color: #ffffff;
  padding-top: 74px;
}

@media screen and (min-width: 1190px) {
  .u-a-about-container {
    width: 1440px;
    padding: 100px 50px 0;
  }
  .u-a-about-title {
    font-family: Roboto;
    font-weight: 900;
    font-size: 101px;
    leading-trim: CAP_HEIGHT;
    line-height: 100%;
    letter-spacing: 0%;
  }
  .u-a-about-title-text {
    padding-top: 0px;
  }
}
.u-a-why {
  margin: auto;
  width: 375px;
  padding: 44px 10px 0;
}

.u-a-why-container {
  margin: auto;
}
.u-a-why-list {
  padding-top: 44px;
  display: flex;
  flex-direction: column;
  gap: 24px;
}

.u-a-why-text-bold {
  font-family: Roboto;
  font-weight: 900;
  font-style: Black;
  font-size: 24px;
  leading-trim: CAP_HEIGHT;
  line-height: 100%;
  letter-spacing: 0%;
  color: #9bd1ff;
}
.u-a-why-text {
  font-family: Roboto;
  font-weight: 400;
  font-style: Regular;
  font-size: 20px;
  leading-trim: CAP_HEIGHT;
  line-height: 100%;
  letter-spacing: 0%;
  padding-top: 20px;
  color: #010003;
}

@media screen and (min-width: 1190px) {
  .u-a-why {
    width: 1440px;
    padding: 100px 50px 0;
  }

  .u-a-why-container {
    margin: auto;
    height: 605px;
    padding: 0;
    background-image: url("/img/Platform\ Core.png");
  }
  .u-a-why-list {
    padding-top: 30px;
    display: flex;
    flex-direction: column;
    gap: 16px;
    width: 906px;
  }

  .u-a-why-text {
    font-family: Roboto;
    font-weight: 400;
    font-style: Regular;
    font-size: 20px;
    leading-trim: CAP_HEIGHT;
    line-height: 100%;
    letter-spacing: 0%;
    padding-top: 14px;
    color: #010003;
  }
}

.u-a-how-container {
  margin: auto;
  width: 375px;
  padding: 44px 10px 0;
}
.u-a-how-text-bold {
  font-family: Roboto;
  font-weight: 700;
  font-style: Bold;
  font-size: 24px;
  leading-trim: CAP_HEIGHT;
  line-height: 100%;
  letter-spacing: 0%;
  padding: 24px 0 44px;
}

.u-a-how-text {
  font-family: Roboto;
  font-weight: 900;
  font-style: Black;
  font-size: 24px;
  leading-trim: CAP_HEIGHT;
  line-height: 100%;
  letter-spacing: 0%;
  color: #ff0000;
}

.u-a-how-list {
  padding-top: 24px;
}

.u-a-how-item {
  font-family: Roboto;
  font-weight: 400;
  font-style: Regular;
  font-size: 20px;
  leading-trim: CAP_HEIGHT;
  line-height: 100%;
  letter-spacing: 0%;
  width: 237px;
  height: 60px;
  margin: 0 12px;
}
.u-a-how-lists {
  display: none;
}
@media screen and (min-width: 1190px) {
  .u-a-how-container {
    margin: auto;
    width: 1440px;
    padding: 100px 51px 0;
  }

  .u-a-how-list {
    display: none;
  }
  .u-a-how-lists {
    display: flex;
    padding-top: 24px;
    gap: 24px;
  }
  .u-a-how-item {
    font-family: Roboto;
    font-weight: 400;
    font-style: Regular;
    font-size: 20px;
    leading-trim: CAP_HEIGHT;
    line-height: 100%;
    letter-spacing: 0%;
    width: 237px;
    height: 60px;
    margin: 0;
  }
}

.u-a-characters {
  margin: auto;
  background: #9bd1ff;
  margin-top: 44px;
}
.u-a-characters-container {
  padding: 24px 20px 24px 10px;
  margin: auto;
  width: 375px;
  background: #9bd1ff;
}
.u-a-characters-list {
  padding-top: 32px;
}
.u-a-characters-lists {
  display: none;
}
.u-a-characters-item {
  width: 237px;
  height: 195px;
  margin: 0 12px;
}

.u-a-characters-text-bold {
  font-family: Roboto;
  font-weight: 900;
  font-style: Black;
  font-size: 20px;
  leading-trim: CAP_HEIGHT;
  line-height: 100%;
  letter-spacing: 0%;
}

.u-a-characters-text {
  font-family: Roboto;
  font-weight: 400;
  font-style: Regular;
  font-size: 20px;
  leading-trim: CAP_HEIGHT;
  line-height: 100%;
  letter-spacing: 0%;
}

@media screen and (min-width: 1190px) {
  .u-a-characters {
    margin-top: 100px;
  }
  .u-a-characters-container {
    padding: 44px 50px;
    margin: auto;
    width: 1440px;
  }
  .u-a-characters-list {
    display: none;
  }
  .u-a-characters-lists {
    display: flex;
    padding-top: 52px;
    gap: 64px;
  }
  .u-a-characters-item {
    width: 301px;
    height: 165px;

    margin: 0;
  }
}

.u-a-reviews-container {
  margin: auto;
  padding: 44px 10px 0;
  width: 375px;
}
.u-a-reviews-list {
  padding-top: 44px;
}

.u-a-reviews-item {
  margin: 0 4px;
  background: #9bd1ff;
  width: 345px;
  height: 362px;
  padding: 25px;
}

.u-a-reviews-img {
  width: 120px;
  margin: 0 auto;
}
.u-a-reviews-text-bold {
  font-family: Roboto;
  font-weight: 900;
  font-style: Black;
  font-size: 24px;
  leading-trim: CAP_HEIGHT;
  line-height: 100%;
  letter-spacing: 0%;
  color: #ffffff;
  padding: 20px 0;
}

.u-a-reviews-text {
  font-family: Roboto;
  font-weight: 400;
  font-style: Regular;
  font-size: 20px;
  leading-trim: CAP_HEIGHT;
  line-height: 100%;
  letter-spacing: 0%;
}

@media screen and (min-width: 1190px) {
  .u-a-reviews-container {
    margin: auto;
    padding: 100px 50px 0;
    width: 1440px;
  }

  .u-a-reviews-item {
    margin: 0 12px;
    background: #9bd1ff;
    width: 431px;
    height: 362px;
    padding: 25.5px 68px;
  }
}

.u-a-faq-container {
  padding: 44px 10px 0px;
  width: 375px;
  margin: auto;
}
@media screen and (min-width: 1190px) {
  .u-a-faq-container {
    padding: 100px 50px 0;
    width: 1440px;
    margin: auto;
  }
}
.u-a-gallery-button-container {
  display: flex;
  justify-content: start;
  margin-top: 54px;
}

.u-a-gallery-button {
  background-color: transparent;
  border: none;
  padding: 0;
  -webkit-transition: scale 0.3s ease;
  transition: scale 0.3s ease;
}
.u-a-gallery-button-icon {
  width: 64px;
}

.u-a-gallery-button:hover {
  scale: 120%;
}
@media screen and (min-width: 1190px) {
  .u-a-gallery-button-container {
    display: flex;
    justify-content: end;
    margin-top: 54px;
  }
  .u-a-gallery-button-container-cahr {
    display: none;
  }
}

.u-a-features-container {
  width: 375px;
  margin: auto;
  padding: 44px 10px;
}
.modal-form {
  position: fixed;
  bottom: 30px;
  left: 50%;
  transform: translateX(-50%);
  background-color: #222221;
  color: #fff;
  padding: 12px 24px;
  border-radius: 6px;
  font-size: 16px;
  z-index: 1000;
  opacity: 0;
  transition: opacity 0.3s ease;
}

.modal-form.show {
  opacity: 1;
}

.hidden {
  display: none;
}
.u-a-contact-form {
  margin-top: 44px;
  background: #074e3433;
  gap: 20px;

  display: flex;
  flex-direction: column;
  padding: 24px;
}
.u-a-contact-form-label {
  display: flex;
  gap: 10px;
  flex-direction: column;
  font-family: Roboto;
  font-weight: 500;
  font-style: Medium;
  font-size: 24px;
  leading-trim: NONE;
  line-height: 150%;
  letter-spacing: 0%;
  vertical-align: middle;
  color: #2f2f2f;
}
.u-a-contact-form-input {
  background: #ffffffcc;
  padding: 10px;
  font-family: Roboto;
  font-weight: 400;
  font-style: Regular;
  font-size: 24px;
  leading-trim: NONE;
  line-height: 100%;
  letter-spacing: 0%;
  vertical-align: middle;
  color: #074e3466;
  border: none;
}
.u-a-contact-form-input-two {
  height: 130px;
}
.u-a-contact-form-button {
  font-family: Roboto;
  font-weight: 600;
  font-style: SemiBold;
  font-size: 24px;
  leading-trim: NONE;
  line-height: 150%;
  letter-spacing: 0%;
  text-align: center;
  vertical-align: middle;
  color: #ffffff;
  width: 306px;
  padding-top: 16px;
  padding-right: 24px;
  padding-bottom: 16px;
  padding-left: 24px;
  background: #074e34;
  border: none;
}
@media screen and (min-width: 1190px) {
  .u-a-features-container {
    width: 1440px;
    margin: auto;
    padding: 100px 50px;
  }
  .u-a-contact-form {
    margin-top: 44px;
    background: #074e3433;
    gap: 20px;

    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    padding: 24px;
  }
  .u-a-contact-form-label {
    display: flex;
    gap: 10px;
    width: 633px;
    flex-direction: column;
  }
}

.u-a-container {
  padding: 120px 16px 40px;
  width: 375px;
  margin: auto;
  font-family: Roboto;
  font-weight: 400;
  font-style: Regular;
  font-size: 16px;
  leading-trim: NONE;
}

.u-a-container h1 {
  font-family: Roboto;
  font-weight: 900;
  font-style: Black;
  font-size: 48px;
  leading-trim: NONE;

  color: #074e34;
  margin-bottom: 32px;
}

.u-a-container h2 {
  margin-bottom: 16px;
}

.u-a-container h3 {
  margin-bottom: 16px;
}

.u-a-container ul {
  margin-top: 10px;
  list-style-type: disc;
  margin-left: 20px;
}

.u-a-container ul li {
  margin-bottom: 16px;
}
.u-a-container p {
  margin-bottom: 16px;
}
.u-a-container a {
  text-decoration: none;
  color: inherit;
  transition: all 0.3s ease-in-out;
}

.u-a-container a:hover {
  text-decoration: underline;
}

strong {
  color: #000;
}
@media screen and (min-width: 1190px) {
  .u-a-container {
    padding: 118px 50px 100px;
    width: 1440px;
    margin: auto;
    font-family: Roboto;
    font-weight: 400;
    font-style: Regular;
    font-size: 16px;
    leading-trim: NONE;

    letter-spacing: 0%;
  }

  .u-a-container h1 {
    font-family: Roboto;
    font-weight: 900;
    font-style: Black;
    font-size: 48px;
    leading-trim: NONE;

    letter-spacing: 0%;
  }
}

.u-a-footer-container {
  width: 375px;
  margin: auto;
  padding: 51px 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 52px;
  background: #010003;
  color: #ffffff;
}

.u-a-footer-wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 52px;
}

.u-a-footer-text {
  text-decoration: none;
  color: inherit;
  font-family: Roboto;
  font-weight: 900;
  font-style: Black;
  font-size: 16px;
  leading-trim: NONE;

  text-align: center;
}

.u-a-footer-copyright {
  font-family: Roboto;
  font-weight: 400;
  font-style: Regular;
  font-size: 16px;
  leading-trim: NONE;

  text-align: center;
}
.u-a-footer-logo {
  width: 199px;
}

@media screen and (min-width: 1190px) {
  .u-a-footer-container {
    width: 1440px;
    padding: 0px 49px;
    display: flex;
    flex-direction: row;
    justify-content: start;
  }
  .u-a-footer-logo {
    width: 199px;
    margin-right: 146px;
  }
  .u-a-footer-wrapper {
    display: flex;
    flex-direction: row;
  }

  .u-a-footer-text {
    font-family: Roboto;
    font-weight: 900;
    font-style: Black;
    font-size: 16px;
    leading-trim: NONE;

    letter-spacing: 0%;
    text-align: center;
  }

  .u-a-footer-copyright {
    font-family: Roboto;
    font-weight: 400;
    font-style: Regular;
    font-size: 16px;
    leading-trim: NONE;

    letter-spacing: 0%;
    text-align: center;
  }
}

.u-a-cookie-popup {
  position: fixed;
  bottom: 10px;
  width: 375px;
  padding: 40px 36px;
  background: #010003;

  z-index: 1000;
  display: none;
}

.u-a-cookie-popup-text-two {
  font-family: Roboto;
  font-weight: 400;
  font-style: Regular;
  font-size: 16px;
  leading-trim: NONE;
  line-height: 20px;
  letter-spacing: 0%;
  text-align: center;
  color: #ffffff;
}

.u-a-cookie-button-container {
  padding: 18px 0 0;
  margin: auto;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  gap: 28px;
}

.u-a-cookie-button {
  border: none;
  background-color: transparent;
  border-bottom: 1.85px solid #ff0000;

  padding: 9.23px;
  border-bottom-width: 1.85px;
  font-family: Roboto;
  font-weight: 400;
  font-style: Regular;
  font-size: 14px;
  leading-trim: NONE;
  line-height: 100%;
  letter-spacing: 0%;
  text-align: center;
  color: #ff0000;
  text-transform: uppercase;
}

#accept-cookies {
  border: none;
  box-shadow: 0px 3.69px 3.69px 0px #00000040;
  background: #074e34;
  color: #ffffff;
  border-radius: 5px;
}

.u-a-close-popup {
  position: absolute;
  top: 10px;
  right: 10px;
  font-size: 20px;
  cursor: pointer;
}

@media screen and (min-width: 1190px) {
  .u-a-cookie-popup-text-two {
    font-family: Roboto;
    font-weight: 400;
    font-style: Regular;
    font-size: 16px;
    leading-trim: NONE;
    line-height: 20px;
    letter-spacing: 0%;
    text-align: center;
  }

  .u-a-cookie-button-container {
    padding-top: 24px;
    margin: auto;
    display: flex;
    flex-direction: row;
    gap: 80px;
  }

  .u-a-cookie-popup {
    position: fixed;
    bottom: 10px;
    width: 1440px;
    padding: 40px;
    display: none;
  }
}
