@import url("https://fonts.googleapis.com/css2?family=Nunito:ital,wght@0,200..1000;1,200..1000&family=Righteous&display=swap");

* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  background: #181e35;

  color: #ececec;
}

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-d-header.is-open .y-d-header-background {
  left: 0;
}
.y-d-header-button-wrapper {
  margin-left: auto;
}
.y-d-header-icon {
  display: none;
}

.y-d-header-icon-button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background-color: transparent;
  border: none;
  border-radius: 50%;
}
.y-d-navigation-list.is-open {
  right: 0;
}
.y-d-header-icon-menu {
  display: block;
}

.y-d-header-icon-button.is-open .y-d-header-icon-menu {
  display: none;
}

.y-d-header-icon-button.is-open .y-d-header-icon-close {
  display: block;
}

.y-d-header {
  position: fixed;
  width: 100%;
  z-index: 5;
  transition: background-color 0.3s ease;
  background: transparent;
  display: flex;
  height: 48px;
  background: #181e35;
}

.y-d-header-background {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 100%;
  z-index: -1;
  transition: left 0.3s ease;
  background: #181e35;
}
.y-d-header.is-open .y-d-header-background {
  left: 0;
}
.y-d-header-button-wrapper {
  margin-right: auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.y-d-header-icon-menu {
  display: block;
}

.y-d-header-icon-button.is-open .y-d-header-icon-menu {
  display: none;
}

.y-d-header-icon-button.is-open .y-d-header-icon-close {
  display: block;
}

.y-d-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: 12px 16px;
  position: relative;
}

.y-d-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: 20px 0px;

  gap: 16px;
  background: linear-gradient(180deg, #181e35 0%, #252a3e 100%);
}

.y-d-navigation-list.is-open {
  right: 0;
}

.y-d-navigation-link {
  transition: all 0.3s ease-in-out;
  text-decoration: none;
  border-bottom: 1px solid transparent;
  width: 170px;

  padding-top: 8px;
  padding-bottom: 8px;
  font-family: Nunito;
  font-weight: 400;
  font-style: Regular;
  font-size: 16px;
  leading-trim: NONE;
  line-height: 100%;
  letter-spacing: 0%;
  display: block;
  text-align: center;
  color: #ececec;
}

.y-d-navigation-link:hover,
.y-d-navigation-link:focus {
  border-bottom: 1px solid #ececec;
}

.y-d-header.is-open {
  background-color: transparent;
}

.y-d-navigation-img {
  display: none;
}

@media screen and (min-width: 1201px) {
  .y-d-navigation-img {
    display: flex;
  }
  .y-d-header-icon-title {
    display: none;
  }
  .y-d-header-button-wrapper {
    display: none;
  }
  .y-d-header {
    width: 100%;
    height: 48px;

    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 1000;
  }

  .y-d-header-background {
  }
  .y-d-header-icon-button {
    display: none;
  }
  .y-d-navigation {
    display: flex;
    flex-direction: row;
    flex: 1;
    padding: 0;
    width: 1440px;
    margin: auto;
  }

  .y-d-navigation-list {
    background-color: transparent;
    flex-direction: row;
    display: flex;
    position: static;
    width: 1440px;
    margin: auto;
    padding-block: 0;
    flex: 1;
    gap: 69px;
    height: 0px;
    display: flex;
    justify-content: center;
    align-items: center;
    justify-content: center;
    padding: 0;
  }

  .y-d-navigation-link {
    width: fit-content;
    font-family: Nunito;
    font-weight: 200;
    font-style: ExtraLight;
    font-size: 12px;
    leading-trim: NONE;
    line-height: 100%;
    padding: 8px;
    letter-spacing: 0%;
  }
  .y-d-navigation-link:hover,
  .y-d-navigation-link:focus {
    border-bottom: 1px solid #fcd581;
    font-family: Nunito;
    font-weight: 500;
    font-style: Medium;
    font-size: 12px;
    leading-trim: NONE;
    line-height: 100%;
    letter-spacing: 0%;
  }
  .y-d-navigation-item-desk {
    display: none;
  }
}
.y-d-home {
  width: 375px;
  height: 812px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  background-image: url("/img/home/1_home_mob.png");
  margin: auto;
}
.y-d-home-container {
  width: 375px;
  padding: 96px 16px 0px;
  margin: auto;
}

.y-d-home-container-top {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.y-d-home-title {
  font-family: Righteous;
  font-weight: 400;
  font-style: Regular;
  font-size: 38px;
  leading-trim: NONE;

  text-align: center;
}

.y-d-home-text {
  font-family: Nunito;
  font-weight: 200;
  font-style: ExtraLight;
  font-size: 16px;
  leading-trim: NONE;
  line-height: 140%;
  letter-spacing: 0%;
  text-align: center;
  padding: 24px 20px 294px;
}
.y-d-home-div {
  display: flex;
  flex-direction: column;
  gap: 24px;
}
.y-d-home-link {
  background: #f76c6c;
  box-shadow: 0px 4px 4px 0px #2d2d2d80;
  width: 280px;
  padding: 12px 0;
  display: block;
  border-radius: 88px;
  font-family: Nunito;
  font-weight: 700;
  font-style: Bold;
  font-size: 16px;

  color: #181e35;
  text-decoration: none;
  text-align: center;
  transition: all 0.3s ease-in-out;
}
.y-d-home-link-two {
  border: 1px solid #f76c6c;
  background-color: transparent;
  color: #ececec;
}
.y-d-home-link-three:hover {
  background: #fd7f7f;
}

@media screen and (min-width: 1201px) {
  .y-d-home {
    width: 1440px;
    height: 652px;
    background-image: url("/img/home/1_home.png");
  }
  .y-d-home-container {
    width: 1440px;
    padding: 128px 80px 0px;
  }
  .y-d-home-container-top {
    display: flex;
    flex-direction: column;
    align-items: start;
    width: 628px;
  }

  .y-d-home-title {
    font-family: Righteous;
    font-weight: 400;
    font-style: Regular;
    font-size: 48px;
    leading-trim: NONE;
    text-align: left;
  }

  .y-d-home-text {
    font-family: Nunito;
    font-weight: 200;
    font-style: ExtraLight;
    font-size: 24px;
    leading-trim: NONE;
    line-height: 150%;
    letter-spacing: 0%;
    padding: 64px 0;
    text-align: left;
  }
  .y-d-home-div {
    display: flex;
    flex-direction: row;
    gap: 55px;
  }
}

.y-d-about-container {
  width: 375px;
  padding: 48px 16px;
  margin: auto;
}
.y-d-about-title-div {
  display: flex;
  gap: 8px;
}
.y-d-about-title {
  font-family: Nunito;
  font-weight: 300;
  font-style: Light;
  font-size: 12px;
  leading-trim: NONE;
  line-height: 150%;
  letter-spacing: 0%;
  color: #96a6e3;
  white-space: nowrap;
}
.y-d-about-title-div-div {
  border-bottom: 1px solid;
  border-image-slice: 1;
  width: 100%;
  border-image-source: linear-gradient(90deg, #96a6e3 0%, #fcd581 100%);
}
.y-d-about-title-two {
  font-family: Nunito;
  font-weight: 400;
  font-style: Regular;
  font-size: 12px;
  leading-trim: NONE;
  line-height: 150%;
  letter-spacing: 0%;
  color: #fcd581;
  white-space: nowrap;
}
.y-d-about-text {
  font-family: Righteous;
  font-weight: 400;
  font-style: Regular;
  font-size: 32px;
  leading-trim: NONE;
  line-height: 150%;
  letter-spacing: 0%;
  text-align: center;
  padding-top: 48px;
}

.y-d-about-text-bold {
  font-family: Nunito;
  font-weight: 300;
  font-style: Light;
  font-size: 16px;
  leading-trim: NONE;
  line-height: 140%;
  letter-spacing: 0%;
  text-align: center;
  padding-top: 40px;
  padding-bottom: 32px;
}
.y-d-about-img {
  width: 343px;
}
@media screen and (min-width: 1201px) {
  .y-d-about-container {
    width: 1440px;
    padding: 80px;
  }
  .y-d-about-title-div {
    display: flex;
    gap: 8px;
  }

  .y-d-about-text {
    font-family: Righteous;
    font-weight: 400;
    font-style: Regular;
    font-size: 40px;
    leading-trim: NONE;
    line-height: 150%;
    letter-spacing: 0%;

    padding-top: 64px;
  }

  .y-d-about-text-bold {
    font-family: Nunito;
    font-weight: 300;
    font-style: Light;
    font-size: 16px;
    leading-trim: NONE;
    line-height: 150%;
    letter-spacing: 0%;
    text-align: center;
    padding: 48px 109px 40px;
  }
  .y-d-about-img {
    width: 1280px;
  }
}

.y-d-why-container {
  width: 375px;
  margin: auto;
  padding: 48px 16px;
}
.y-d-why-list {
  padding-top: 40px;
  display: flex;
  flex-direction: column;
  gap: 48px;
}
.y-d-about-text-why {
  font-family: Righteous;
  font-weight: 400;
  font-style: Regular;
  font-size: 28px;
  leading-trim: NONE;
  line-height: 150%;
  letter-spacing: 0%;
}
.y-d-why-item {
  display: flex;
  flex-direction: column;

  align-items: center;

  background: #252a3e;
  width: 344px;
  height: 343px;

  border-radius: 600px;
  padding-top: 24px;
  padding-right: 34px;
  padding-bottom: 24px;
  padding-left: 34px;
}

.y-d-why-img {
  width: 160px;
  height: 160px;
}
.y-d-why-text-bold {
  font-family: Righteous;
  font-weight: 400;
  font-style: Regular;
  font-size: 20px;
  leading-trim: NONE;
  line-height: 150%;
  letter-spacing: 0%;
  text-align: center;
  padding: 16px 0;
}
.y-d-why-text {
  font-family: Nunito;
  font-weight: 200;
  font-style: ExtraLight;
  font-size: 16px;
  leading-trim: NONE;
  line-height: 150%;
  letter-spacing: 0%;
  text-align: center;
  width: 192px;
  margin: 0 auto;
}

@media screen and (min-width: 1201px) {
  .y-d-why-container {
    width: 1440px;
    padding: 80px;
  }
  .y-d-why-list {
    padding-top: 64px;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 48px;
    justify-content: center;
  }
  .y-d-about-text-why {
    font-family: Righteous;
    font-weight: 400;
    font-style: Regular;
    font-size: 40px;
    leading-trim: NONE;
    line-height: 150%;
    letter-spacing: 0%;
  }
}

.y-d-uniqueness-container {
  margin: auto;
  width: 375px;
  padding: 48px 16px;
}
.y-d-uniqueness-list {
  padding-top: 40px;
  align-items: center;
  display: flex;
  flex-direction: column;
  gap: 24px;
}
.y-d-uniqueness-item {
  background: #96a6e34d;
  width: 300px;
  height: 300px;
  border-radius: 600px;

  gap: 16px;
  padding-top: 24px;
  padding-right: 34px;
  padding-bottom: 24px;
  padding-left: 34px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.y-d-uniqueness-img {
  width: 160px;
}
.y-d-uniqueness-text-bold {
  font-family: Righteous;
  font-weight: 400;
  font-style: Regular;
  font-size: 20px;
  leading-trim: NONE;
  line-height: 150%;
  letter-spacing: 0%;
  text-align: center;
}
.y-d-uniqueness-text {
  font-family: Nunito;
  font-weight: 200;
  font-style: ExtraLight;
  font-size: 14px;
  leading-trim: NONE;
  line-height: 150%;
  letter-spacing: 0%;
  text-align: center;
  width: 142px;
  margin: 0 auto;
}

@media screen and (min-width: 1201px) {
  .y-d-uniqueness-container {
    margin: auto;
    width: 1440px;
    padding: 80px;
  }
  .y-d-uniqueness-list {
    padding-top: 64px;
    align-items: center;
    display: flex;
    flex-direction: row;
    gap: 24px;
  }
}

.y-d-how-container {
  margin: auto;
  width: 375px;
  padding: 48px 16px;
}
.y-d-how-list {
  padding-top: 40px;
  display: flex;
  flex-direction: column;
  gap: 24px;
}

.y-d-how-item {
  display: flex;
  align-items: center;
  gap: 24px;
}

.y-d-how-number {
  width: 68px;
  height: 68px;
  border-radius: 100px;
  padding: 16px;
  background: #181e35;
  border: 1px solid #96a6e3;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: Righteous;
  font-weight: 400;
  font-style: Regular;
  font-size: 24px;
  leading-trim: NONE;
  line-height: 150%;
  letter-spacing: 0%;
  text-align: center;
  color: #fcd581;
}
.y-d-how-item-two {
  width: 251px;
}

.y-d-how-text-bold {
  font-family: Righteous;
  font-weight: 400;
  font-style: Regular;
  font-size: 20px;
  leading-trim: NONE;
  line-height: 150%;
  letter-spacing: 0%;
  padding-bottom: 16px;
}

.y-d-how-text {
  font-family: Nunito;
  font-weight: 300;
  font-style: Light;
  font-size: 16px;
  leading-trim: NONE;
  line-height: 150%;
  letter-spacing: 0%;
}
.y-d-how-link {
  margin: 48px auto 40px;
}
@media screen and (min-width: 1201px) {
  .y-d-how-container {
    margin: auto;
    width: 1440px;
    padding: 80px;
  }
  .y-d-how-list {
    padding-top: 64px;
    display: flex;
    flex-direction: row;
    gap: 24px;
    justify-content: center;
  }

  .y-d-how-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 16px;
    width: 230px;
    height: 178px;
  }

  .y-d-how-item-two {
    width: 210px;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }
  .y-d-how-text {
    text-align: center;
  }
  .y-d-how-text-bold {
    text-align: center;
  }
}

.y-d-characters-container {
  padding: 48px 16px;
  margin: auto;
  width: 375px;
}
.y-d-about-text-char {
  padding-left: 40px;
  padding-right: 40px;
}
.y-d-characters-p {
  font-family: Nunito;
  font-weight: 200;
  font-style: ExtraLight;
  font-size: 20px;
  leading-trim: NONE;
  line-height: 140%;
  letter-spacing: 0%;
  text-align: center;
  padding-top: 40px;
}
.y-d-characters-list {
  display: flex;
  flex-direction: column;
  padding-top: 40px;
  gap: 80px;
}
.y-d-characters-item {
}

.y-d-characters-text-bold {
  font-family: Righteous;
  font-weight: 400;
  font-style: Regular;
  font-size: 24px;
  leading-trim: NONE;
  line-height: 150%;
  letter-spacing: 0%;
  text-align: center;
  padding: 16px 0;
  color: #fcd581;
}

.y-d-characters-text {
  font-family: Nunito;
  font-weight: 300;
  font-style: Light;
  font-size: 16px;
  leading-trim: NONE;
  line-height: 150%;
  letter-spacing: 0%;
  text-align: center;
}

@media screen and (min-width: 1201px) {
  .y-d-characters-container {
    padding: 80px;
    margin: auto;
    width: 1440px;
  }

  .y-d-characters-p {
    font-family: Nunito;
    font-weight: 200;
    font-style: ExtraLight;
    font-size: 24px;
    leading-trim: NONE;
    line-height: 150%;
    letter-spacing: 0%;
    text-align: center;

    padding: 48px 243px 0;
  }
  .y-d-characters-list {
    display: flex;
    flex-direction: row;
    padding-top: 40px;
    gap: 80px;
  }
  .y-d-characters-item {
    width: 340px;
  }
}

.y-d-reviews-container {
  margin: auto;
  padding: 48px 16px;
  width: 375px;
}
.y-d-reviews-text {
  font-family: Nunito;
  font-weight: 200;
  font-style: ExtraLight;
  font-size: 16px;
  leading-trim: NONE;
  line-height: 140%;
  letter-spacing: 0%;
  text-align: center;
  padding: 40px 10px 0;
}
.y-d-reviews-list {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 40px;
  padding: 32px 44px 40px;
}

.y-d-reviews-img {
  width: 24px;
}
.y-d-reviews-text-bold {
  font-family: Nunito;
  font-weight: 200;
  font-style: ExtraLight;
  font-size: 16px;
  leading-trim: NONE;
  line-height: 140%;
  letter-spacing: 0%;
  text-align: center;
}

@media screen and (min-width: 1201px) {
  .y-d-reviews-container {
    margin: auto;
    padding: 80px;
    width: 1440px;
  }
  .y-d-reviews-text {
    font-family: Nunito;
    font-weight: 200;
    font-style: ExtraLight;
    font-size: 16px;
    leading-trim: NONE;
    line-height: 150%;
    letter-spacing: 0%;
    text-align: center;

    padding: 48px 271px 0;
  }
  .y-d-reviews-list {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 24px;
    padding: 32px 44px 40px;
  }

  .y-d-reviews-img {
    width: 24px;
  }
  .y-d-reviews-text-bold {
    font-family: Nunito;
    font-weight: 200;
    font-style: ExtraLight;
    font-size: 16px;
    leading-trim: NONE;
    line-height: 150%;
    letter-spacing: 0%;
  }
}

.y-d-faq-container {
  padding: 48px 16px;
  width: 375px;
  margin: auto;
}
.y-d-faq-list {
  padding-top: 48px;
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.y-d-faq-item {
  margin: 12px 24px;
  padding-bottom: 8px;
  border-bottom: 1px solid #96a6e3;
}

.y-d-faq-question {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-family: Nunito;
  font-weight: 200;
  font-style: ExtraLight;
  font-size: 24px;
  leading-trim: NONE;
  line-height: 150%;
  letter-spacing: 0%;
}

.y-d-faq-answer {
  font-family: Nunito;
  font-weight: 300;
  font-style: Light;
  font-size: 16px;
  leading-trim: NONE;
  line-height: 150%;
  letter-spacing: 0%;
}
.y-d-toggle-button {
  background: none;
  border: none;
  cursor: pointer;
}

.y-d-toggle-button img {
  transition: transform 0.3s ease;
  width: 24px;
}
.y-d-faq-answer {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.4s ease, opacity 0.4s ease;
  opacity: 0;
}

.y-d-faq-answer.open {
  max-height: 200px;
  opacity: 1;
  padding-top: 16px;
}

.y-d-toggle-button img.rotated {
  transform: rotate(225deg);
}
@media screen and (min-width: 1201px) {
  .y-d-faq-container {
    padding: 80px;
    width: 1440px;
    margin: auto;
  }
  .y-d-faq-list {
    padding: 48px 109px 0;
    display: flex;
    flex-direction: column;
    gap: 16px;
  }
}
.y-d-features-container {
  width: 375px;
  margin: auto;
  padding: 48px 16px;
}

.y-d-features-div {
  display: flex;
  flex-direction: column;
  gap: 32px;
  padding-top: 40px;
}
.y-d-features-text {
  display: flex;
  gap: 24px;
  align-items: center;
}
.y-d-features-img {
  width: 24px;
}
.y-d-features-text-bold {
  font-family: Nunito;
  font-weight: 300;
  font-style: Light;
  font-size: 16px;
  leading-trim: NONE;
  line-height: 150%;
  letter-spacing: 0%;
  color: #ececec;
  text-decoration: none;
}

@media screen and (min-width: 1201px) {
  .y-d-features-container {
    width: 1440px;
    margin: auto;
    padding: 80px;
  }

  .y-d-features-div {
    display: flex;
    flex-direction: row;
    gap: 48px;
    justify-content: center;
    padding-top: 48px;
  }
}

.y-d-container {
  padding: 96px 16px 48px;
  width: 375px;
  margin: auto;
  font-family: Nunito;
  font-weight: 300;
  font-style: Light;
  font-size: 14px;
  leading-trim: NONE;
  line-height: 130%;
  letter-spacing: 0%;
}

.y-d-container h1 {
  font-family: Righteous;
  font-weight: 400;
  font-style: Regular;
  font-size: 32px;
  leading-trim: NONE;
  line-height: 140%;
  letter-spacing: 0%;
  margin-bottom: 40px;
}

.y-d-container h2 {
  margin-top: 20px;
  margin-bottom: 20px;
  font-family: Nunito;
  font-weight: 400;
  font-style: Regular;
  font-size: 28px;
  leading-trim: NONE;
  line-height: 130%;
  letter-spacing: 0%;
}

.y-d-container h3 {
  margin-top: 16px;
  font-family: Nunito;
  font-weight: 400;
  font-style: Regular;
  font-size: 24px;
  leading-trim: NONE;
  line-height: 130%;
  letter-spacing: 0%;
}

.y-d-container ul {
  margin-top: 10px;
  list-style-type: disc;
  margin-left: 20px;
}

.y-d-container ul li {
  margin-bottom: 10px;
}
.y-d-container p {
  margin-top: 10px;
}
.y-d-container a {
  text-decoration: none;
  color: inherit;
  transition: all 0.3s ease-in-out;
}

.y-d-container a:hover {
  text-decoration: underline;
}

strong {
  color: #000;
}
@media screen and (min-width: 1201px) {
  .y-d-container {
    padding: 104px 189px 48px;
    width: 1440px;
    margin: auto;
    font-family: Nunito;
    font-weight: 300;
    font-style: Light;
    font-size: 14px;
    leading-trim: NONE;
    line-height: 130%;
    letter-spacing: 0%;
  }

  .y-d-container h1 {
    font-family: Righteous;
    font-weight: 400;
    font-style: Regular;
    font-size: 40px;
    leading-trim: NONE;
    line-height: 140%;
    letter-spacing: 0%;
  }

  .y-d-container h2 {
    margin-top: 20px;
    font-family: Nunito;
    font-weight: 400;
    font-style: Regular;
    font-size: 28px;
    leading-trim: NONE;
    line-height: 130%;
    letter-spacing: 0%;
  }

  .y-d-container h3 {
    margin-top: 20px;
    font-family: Nunito;
    font-weight: 400;
    font-style: Regular;
    font-size: 24px;
    leading-trim: NONE;
    line-height: 130%;
    letter-spacing: 0%;
  }

  .y-d-container ul {
    margin-top: 20px;
  }

  .y-d-container ul li {
    margin-bottom: 10px;
  }
  .y-d-container p {
    margin-top: 20px;
  }
}

.y-d-footer-container {
  width: 375px;
  margin: auto;
  padding: 48px 24px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 16px;
  background: #252a3e;
}

.y-d-footer-wrapper {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 16px;
  margin-bottom: 24px;
}

.y-d-footer-text {
  text-decoration: none;
  color: inherit;
  font-family: Nunito;
  font-weight: 300;
  font-style: Light;
  font-size: 14px;
  leading-trim: NONE;
  line-height: 150%;
  letter-spacing: 0%;
  text-decoration: underline;
  text-decoration-style: solid;
  text-decoration-offset: 0%;
  text-decoration-thickness: 0%;
  text-decoration-skip-ink: auto;
}

.y-d-footer-copyright {
  font-family: Nunito;
  font-weight: 300;
  font-style: Light;
  font-size: 14px;
  leading-trim: NONE;
  line-height: 150%;
  letter-spacing: 0%;
}

@media screen and (min-width: 1201px) {
  .y-d-footer-container {
    width: 1440px;
    padding: 80px;
    display: flex;
    flex-direction: row-reverse;
    justify-content: space-between;
    gap: 173px;
  }

  .y-d-footer-wrapper {
    margin: 0;
  }

  .y-d-footer-text {
    font-family: Nunito;
    font-weight: 300;
    font-style: Light;
    font-size: 14px;
    leading-trim: NONE;
    line-height: 150%;
    letter-spacing: 0%;
    text-decoration: underline;
    text-decoration-style: solid;
    text-decoration-offset: 0%;
    text-decoration-thickness: 0%;
    text-decoration-skip-ink: auto;
  }

  .y-d-footer-copyright {
    font-family: Nunito;
    font-weight: 300;
    font-style: Light;
    font-size: 14px;
    leading-trim: NONE;
    line-height: 150%;
    letter-spacing: 0%;
  }
}

.y-d-cookie-popup {
  position: fixed;
  bottom: 10px;
  width: 375px;
  padding: 40px 18px;
  background: #252a3e;

  z-index: 1000;
  display: none;
}

.y-d-cookie-popup-text-two {
  font-family: Nunito;
  font-weight: 300;
  font-style: Light;
  font-size: 14px;
  leading-trim: NONE;
  line-height: 130%;
  letter-spacing: 0%;
  text-align: center;
  padding: 0 28px;
}

.y-d-cookie-button-container {
  padding: 40px 0 0;
  margin: auto;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  gap: 20px;
}

.y-d-cookie-button {
  border: none;
  background-color: transparent;
  border-bottom: 1px solid #96a6e3;
  width: 160px;
  font-family: Nunito;
  font-weight: 200;
  font-style: ExtraLight;
  font-size: 14px;
  leading-trim: NONE;
  line-height: 100%;
  letter-spacing: 0%;
  text-align: center;
  color: #ececec;
  text-transform: uppercase;
  padding: 10px;
}

#accept-cookies {
  box-shadow: 0px 4px 4px 0px #00000040;
  border: 1px solid #96a6e3;
  background: #96a6e3;
  font-family: Nunito;
  font-weight: 500;
  font-style: Medium;
  font-size: 14px;
  leading-trim: NONE;
  line-height: 100%;
  letter-spacing: 0%;
  text-align: center;

  border-radius: 42px;
  color: #181e35;
}

.y-d-close-popup {
  position: absolute;
  top: 10px;
  right: 10px;
  font-size: 20px;
  cursor: pointer;
}

@media screen and (min-width: 1201px) {
  .y-d-cookie-popup-text-two {
    font-family: Nunito;
    font-weight: 300;
    font-style: Light;
    font-size: 14px;
    leading-trim: NONE;
    line-height: 130%;
    letter-spacing: 0%;
    text-align: center;
  }

  .y-d-cookie-button-container {
    margin: auto;
    display: flex;
    flex-direction: row;
    gap: 80px;
  }

  .y-d-cookie-popup {
    position: fixed;
    bottom: 10px;
    width: 1440px;
    padding: 40px;
    display: none;
  }
}
