@import url("https://fonts.googleapis.com/css2?family=Oswald:wght@200..700&family=Pontano+Sans:wght@300..700&display=swap");

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

html {
  scroll-behavior: smooth;
  background: #11111f;

  color: #e9eef1;
}

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-q-header.is-open .y-q-header-background {
  left: 0;
}
.y-q-header-button-wrapper {
  margin-left: auto;
}
.y-q-header-icon {
  display: none;
}

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

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

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

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

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

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

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

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

.y-q-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-q-navigation-list {
  display: flex;
  flex-direction: column;
  align-items: center;
  position: absolute;
  top: 100%;
  right: -100%;
  width: 100%;
  height: 587px;
  transition: 0.3s;
  z-index: 999;
  padding: 40px;

  gap: 24px;
  background: #11111f;
}

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

.y-q-navigation-link {
  transition: all 0.3s ease-in-out;
  text-decoration: none;
  color: #ffffff;
  font-family: Oswald;
  font-weight: 300;
  font-style: Light;
  font-size: 16px;
  leading-trim: NONE;
  line-height: 100%;
  letter-spacing: 0%;
  width: 170px;
  display: block;
  text-align: center;
  padding-top: 8px;
  padding-bottom: 8px;
  border-bottom: 1px solid transparent;
}

.y-q-navigation-link:hover,
.y-q-navigation-link:focus {
  border-bottom: 1px solid #5eb8c7;
}

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

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

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

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

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

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

  .y-q-navigation-link {
    text-decoration: none;

    width: fit-content;

    padding: 8px;
    font-family: Oswald;
    font-weight: 200;
    font-style: ExtraLight;
    font-size: 12px;
    leading-trim: NONE;
    line-height: 100%;
    letter-spacing: 0%;
  }

  .y-q-navigation-item-desk {
    display: none;
  }
}
.y-q-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-q-home-container {
  width: 375px;
  padding: 158px 16px 0px;
  margin: auto;
}

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

.y-q-home-title {
  font-family: Oswald;
  font-weight: 400;
  font-style: Regular;
  font-size: 47px;
  leading-trim: NONE;
  line-height: 150%;
  letter-spacing: 0%;
  text-align: center;
}

.y-q-home-text {
  font-family: Oswald;
  font-weight: 400;
  font-style: Regular;
  font-size: 22px;
  leading-trim: NONE;
  line-height: 150%;
  letter-spacing: 0%;
  text-align: center;
  padding: 46px 0 309px;
}
.y-q-home-text-two {
  font-family: Pontano Sans;
  font-weight: 300;
  font-style: Light;
  font-size: 13px;
  leading-trim: NONE;
  line-height: 150%;
  letter-spacing: 0%;
  text-align: center;
}
@media screen and (min-width: 1200px) {
  .y-q-home {
    width: 1440px;
    height: 900px;
    background-image: url("/img/home/1_home.png");
  }
  .y-q-home-container {
    width: 1440px;
    padding: 250px 0px 0px;
  }
  .y-q-home-container-top {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .y-q-home-title {
    font-family: Oswald;
    font-weight: 400;
    font-style: Regular;
    font-size: 64px;
    leading-trim: NONE;
    line-height: 150%;
    letter-spacing: 0%;
    text-align: center;
  }

  .y-q-home-text {
    font-family: Oswald;
    font-weight: 400;
    font-style: Regular;
    font-size: 27px;
    leading-trim: NONE;
    line-height: 150%;
    letter-spacing: 0%;
    text-align: center;

    padding: 46px 0 172px;
  }
  .y-q-home-text-two {
    font-family: Pontano Sans;
    font-weight: 300;
    font-style: Light;
    font-size: 12px;
    leading-trim: NONE;
    line-height: 150%;
    letter-spacing: 0%;
    text-align: center;
    width: 704px;
    margin: auto;
  }
}

.y-q-about-container {
  width: 375px;
  padding: 0px 16px 50px;
  margin: auto;
}

.y-q-about-title {
  font-family: Pontano Sans;
  font-weight: 300;
  font-style: Light;
  font-size: 12px;
  leading-trim: NONE;
  line-height: 150%;
  letter-spacing: 0%;
  text-align: center;
  background-image: url("/img/about/section\ name.png");
  width: 375px;
  height: 100px;
  padding-top: 48px;
  margin-left: -16px;
}
.y-q-about-div {
  display: flex;
  flex-direction: column;
  gap: 40px;
  padding-top: 40px;
}
.y-q-about-text {
  font-family: Oswald;
  font-weight: 300;
  font-style: Light;
  font-size: 32px;
  leading-trim: NONE;
  line-height: 150%;
  letter-spacing: 0%;
  text-align: center;
  padding: 0 20px;
}

.y-q-about-text-bold {
  color: #5eb8c7;
}
.y-q-about-text-two {
  font-family: Pontano Sans;
  font-weight: 300;
  font-style: Light;
  font-size: 16px;
  leading-trim: NONE;
  line-height: 160%;
  letter-spacing: 0%;
  text-align: center;
}
.y-q-uniqueness-list {
  display: flex;
  flex-direction: column;

  background-image: url("/img/about/cards.png");
  width: 314px;
  height: 1230px;
  margin: 0 auto;
  margin-top: 32px;
  gap: 8px;
}
.y-q-uniqueness-item {
  width: 314px;
  height: 240px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 24px;
  padding: 0 56px;
}

.y-q-uniqueness-text-bold {
  font-family: Oswald;
  font-weight: 300;
  font-style: Light;
  font-size: 20px;
  leading-trim: NONE;
  line-height: 150%;
  letter-spacing: 0%;
  text-align: center;
  color: #5eb8c7;
}
.y-q-uniqueness-text {
  font-family: Pontano Sans;
  font-weight: 300;
  font-style: Light;
  font-size: 12px;
  leading-trim: NONE;
  line-height: 150%;
  letter-spacing: 0%;
  text-align: center;
}
@media screen and (min-width: 1200px) {
  .y-q-about-container {
    width: 1440px;
    padding: 0 80px 80px;
  }
  .y-q-about-title {
    background-image: url("/img/about/section\ name\ \(1\).png");
    width: 1440px;
    height: 140px;

    padding-top: 80px;
    margin-left: -80px;
  }
  .y-q-about-div {
    display: flex;
    flex-direction: column;
    gap: 48px;
    padding-top: 64px;
  }
  .y-q-about-text {
    font-family: Oswald;
    font-weight: 300;
    font-style: Light;
    font-size: 48px;
    leading-trim: NONE;
    line-height: 150%;
    letter-spacing: 0%;
    text-align: center;
  }

  .y-q-about-text-two {
    font-family: Pontano Sans;
    font-weight: 300;
    font-style: Light;
    font-size: 16px;
    leading-trim: NONE;
    line-height: 160%;
    letter-spacing: 0%;
    text-align: center;
  }
  .y-q-about-text-two-q {
    width: 1029px;
    margin: 0 auto;
  }
  .y-q-uniqueness-list {
    display: flex;
    flex-direction: row;

    background-image: url("/img/about/cards\ \(1\).png");
    width: 1276px;
    height: 314px;

    margin: 0 auto;
    margin-top: 48px;
    gap: 24px;
  }
  .y-q-uniqueness-item {
    width: 236px;
    height: 314px;
    justify-content: start;
    gap: 24px;
    padding: 61px 24px 0;
  }

  .y-q-uniqueness-text-bold {
    font-family: Oswald;
    font-weight: 300;
    font-style: Light;
    font-size: 20px;
    leading-trim: NONE;
    line-height: 150%;
    letter-spacing: 0%;
    text-align: center;
  }
  .y-q-uniqueness-text-boldq {
    padding: 0 40px;
  }
  .y-q-uniqueness-text {
    font-family: Pontano Sans;
    font-weight: 300;
    font-style: Light;
    font-size: 12px;
    leading-trim: NONE;
    line-height: 150%;
    letter-spacing: 0%;
    text-align: center;
  }
}

.y-q-why-container {
  width: 375px;
  margin: auto;
  padding: 0 16px 48px;
}

.y-q-why-img {
  width: 343px;
  margin-top: 32px;
}

@media screen and (min-width: 1200px) {
  .y-q-why-container {
    width: 1440px;
    padding: 0 80px 80px;
  }
  .y-q-why-img {
    width: 1280px;

    margin-top: 48px;
  }
  .y-q-about-text-two-w {
    padding: 0 109px;
  }
}

.y-q-how-container {
  margin: auto;
  width: 375px;
  padding: 0px 16px 48px;
}
.y-q-how-div {
  padding: 40px 24px 0;
  display: flex;
  flex-direction: column;
  gap: 40px;
}

@media screen and (min-width: 1200px) {
  .y-q-how-container {
    margin: auto;
    width: 1440px;
    padding: 0 104px 80px;
  }
  .y-q-how-div {
    padding: 64px 0px 0;
    display: flex;
    flex-direction: row;
    gap: 120px;
  }
  .y-q-about-text-two-e {
    width: 865px;
    text-align: left;
    font-family: Pontano Sans;
    font-weight: 300;
    font-style: Light;
    font-size: 20px;
    leading-trim: NONE;
    line-height: 160%;
    letter-spacing: 0%;
  }
  .y-q-about-texte {
    text-align: left;
    padding: 0;
    font-family: Oswald;
    font-weight: 300;
    font-style: Light;
    font-size: 40px;
    leading-trim: NONE;
    line-height: 150%;
    letter-spacing: 0%;
    text-align: center;
  }
}

.y-q-characters-container {
  padding: 0px 16px 48px;
  margin: auto;
  width: 375px;
}
.y-q-characters-list {
  display: flex;
  flex-direction: column;
  padding-top: 32px;
  align-self: center;

  gap: 16px;
}
.y-q-characters-item {
  font-family: Oswald;
  font-weight: 300;
  font-style: Light;
  font-size: 23px;
  leading-trim: NONE;
  line-height: 160%;
  letter-spacing: 0%;
  width: 300px;
  margin: 0 auto;
  padding: 24px;
  text-align: center;
  border: 1px solid;
  border-image-slice: 1;
  border-image-source: linear-gradient(180deg, #11111f 0%, #1d5272 100%);
}
.y-q-about-text-a {
  padding: 0 40px;
}
@media screen and (min-width: 1200px) {
  .y-q-characters-container {
    padding: 0 80px 80px;
    margin: auto;
    width: 1440px;
  }
  .y-q-about-text-a {
    padding: 0 0px;
  }
  .y-q-characters-list {
    display: flex;
    flex-direction: row;
    padding-top: 48px;
    align-self: center;

    gap: 24px;
  }
  .y-q-characters-item {
    font-family: Oswald;
    font-weight: 300;
    font-style: Light;
    font-size: 23px;
    leading-trim: NONE;
    line-height: 160%;
    letter-spacing: 0%;
    width: 300px;

    padding: 24px;
  }
}

.y-q-reviews {
  margin: auto;
  width: 375px;
  height: 580px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  background-image: url("/img/reviews/6_mob.png");
}
.y-q-reviews-container {
  margin: auto;
  padding: 0px 16px 0;
  width: 375px;
}
.y-q-reviews-div {
  display: flex;
  flex-direction: column;
  gap: 40px;
  padding-top: 48px;
}
.y-q-reviews-list {
  display: flex;
  gap: 23px;
  align-items: center;
  font-family: Pontano Sans;
  font-weight: 300;
  font-style: Light;
  font-size: 14px;
  leading-trim: NONE;
  line-height: 160%;
  letter-spacing: 0%;
  text-align: center;
  padding: 12px 0;
}
.y-q-about-text-two-t {
  padding: 0;
}
.y-q-reviews-img {
  width: 24px;
}
.y-q-reviews-text-two {
  font-family: Pontano Sans;
  font-weight: 300;
  font-style: Light;
  font-size: 14px;
  leading-trim: NONE;
  line-height: 160%;
  letter-spacing: 0%;
  text-align: center;
}

.y-q-reviews-text-two-span {
  color: #5eb8c7;
}

@media screen and (min-width: 1200px) {
  .y-q-reviews {
    width: 1440px;
    height: 680px;
    background-image: url("/img/reviews/6_.png");
  }
  .y-q-reviews-container {
    margin: auto;
    padding: 0 80px;
    width: 1440px;
  }
  .y-q-reviews-div {
    display: flex;
    flex-direction: row;
    gap: 80px;
    padding: 64px 225px 0;
  }

  .y-q-about-text-two-t {
    padding: 0;
    font-family: Pontano Sans;
    font-weight: 300;
    font-style: Light;
    font-size: 16px;
    leading-trim: NONE;
    line-height: 160%;
    letter-spacing: 0%;
    width: 483px;
    text-align: left;
  }

  .y-q-reviews-text-two {
    font-family: Pontano Sans;
    font-weight: 300;
    font-style: Light;
    font-size: 16px;
    leading-trim: NONE;
    line-height: 160%;
    letter-spacing: 0%;
    text-align: left;
  }
  .y-q-about-text-t {
    font-family: Oswald;
    font-weight: 300;
    font-style: Light;
    font-size: 40px;
    leading-trim: NONE;
    line-height: 150%;
    letter-spacing: 0%;
    text-align: left;
    width: 267px;
    padding: 0;
  }
}

.y-q-faq-container {
  padding: 0px 16px 48px;
  width: 375px;
  margin: auto;
}
.y-q-faq-div {
  display: flex;
  flex-direction: column;
  gap: 40px;
  padding-top: 40px;
}
.y-q-faq-text-two {
  font-family: Pontano Sans;
  font-weight: 300;
  font-style: Light;
  font-size: 24px;
  leading-trim: NONE;
  line-height: 160%;
  letter-spacing: 0%;
  text-align: center;
}
.y-q-faq-list {
  display: flex;
  flex-direction: column;
  font-family: Pontano Sans;
  font-weight: 300;
  font-style: Light;
  font-size: 14px;
  leading-trim: NONE;
  line-height: 160%;
  letter-spacing: 0%;
  text-align: center;
}
.y-q-faq-item-text {
  font-family: Pontano Sans;
  font-weight: 300;
  font-style: Light;
  font-size: 14px;
  leading-trim: NONE;
  line-height: 160%;
  letter-spacing: 0%;
  text-align: center;
  text-decoration: underline;
  text-decoration-style: solid;
  text-decoration-offset: 0%;
  text-decoration-thickness: 0%;
  text-decoration-skip-ink: auto;
  color: #e9eef1;
}
.y-q-faq-item-two {
  display: flex;
  align-items: center;
  justify-content: center;
}
.y-q-faq-img {
  width: 20px;
}

@media screen and (min-width: 1200px) {
  .y-q-faq-container {
    padding: 0 80px 80px;
    width: 1440px;
    margin: auto;
  }
  .y-q-faq-div {
    display: flex;
    flex-direction: row;
    gap: 92px;
    padding-top: 70px;
  }
  .y-q-faq-text-two {
    font-family: Pontano Sans;
    font-weight: 300;
    font-style: Light;
    font-size: 24px;
    leading-trim: NONE;
    line-height: 160%;
    letter-spacing: 0%;
    text-align: center;
  }
  .y-q-faq-list {
    display: flex;
    flex-direction: column;
    font-family: Pontano Sans;
    font-weight: 300;
    font-style: Light;
    font-size: 14px;
    leading-trim: NONE;
    line-height: 160%;
    letter-spacing: 0%;
    text-align: left;
  }

  .y-q-faq-item-two {
    display: flex;
    align-items: center;
    justify-content: start;
  }
}

.y-q-container {
  padding: 96px 16px 40px;
  width: 375px;
  margin: auto;
  font-family: Pontano Sans;
  font-weight: 300;
  font-style: Light;
  font-size: 14px;
  leading-trim: NONE;
  line-height: 130%;
  letter-spacing: 0%;
}

.y-q-container h1 {
  font-family: Oswald;
  font-weight: 300;
  font-style: Light;
  font-size: 40px;
  leading-trim: NONE;
  line-height: 130%;
  letter-spacing: 0%;
  margin-bottom: 40px;
  text-align: center;
}

.y-q-container h2 {
  margin-top: 20px;
  font-family: Pontano Sans;
  font-weight: 400;
  font-style: Regular;
  font-size: 28px;
  leading-trim: NONE;
  line-height: 130%;
  letter-spacing: 0%;
}

.y-q-container h3 {
  margin-top: 16px;
  font-family: Pontano Sans;
  font-weight: 400;
  font-style: Regular;
  font-size: 24px;
  leading-trim: NONE;
  line-height: 130%;
  letter-spacing: 0%;
}

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

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

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

strong {
  color: #000;
}
@media screen and (min-width: 1200px) {
  .y-q-container {
    padding: 104px 189px 40px;
    width: 1440px;
    margin: auto;
  }

  .y-q-container h1 {
    font-family: Oswald;
    font-weight: 300;
    font-style: Light;
    font-size: 48px;
    leading-trim: NONE;
    line-height: 130%;
    letter-spacing: 0%;
  }
}

.y-q-footer-container {
  width: 375px;
  margin: auto;
  padding: 47px 22px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 39px;
}

.y-q-footer-wrapper {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 24px;
}

.y-q-footer-text {
  font-family: Pontano Sans;
  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;

  color: inherit;
}

.y-q-footer-copyright {
  font-family: Pontano Sans;
  font-weight: 300;
  font-style: Light;
  font-size: 14px;
  leading-trim: NONE;
  line-height: 150%;
  letter-spacing: 0%;
}

@media screen and (min-width: 1200px) {
  .y-q-footer-container {
    width: 1440px;
    padding: 80px;
    display: flex;
    flex-direction: row-reverse;
    justify-content: space-between;
    gap: 160px;
  }

  .y-q-footer-wrapper {
    display: flex;
    flex-direction: row;
    justify-content: end;
    align-items: end;
  }

  .y-q-footer-text {
    font-family: Pontano Sans;
    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-q-footer-copyright {
    font-family: Pontano Sans;
    font-weight: 300;
    font-style: Light;
    font-size: 14px;
    leading-trim: NONE;
    line-height: 150%;
    letter-spacing: 0%;
  }
}

.y-q-cookie-popup {
  position: fixed;
  bottom: 10px;
  width: 375px;
  padding: 40px 16px;
  border: 1px solid #1d5272;
  background: #11111f;

  z-index: 1000;
  display: none;
}

.y-q-cookie-popup-text-two {
  font-family: Pontano Sans;
  font-weight: 300;
  font-style: Light;
  font-size: 14px;
  leading-trim: NONE;
  line-height: 130%;
  letter-spacing: 0%;
  text-align: center;
}

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

.y-q-cookie-button {
  border: none;
  background-color: transparent;
  border-bottom: 1px solid #1d5272;
  width: 137px;

  padding: 10px 0;
  font-family: Pontano Sans;
  font-weight: 300;
  font-style: Light;
  font-size: 14px;
  leading-trim: NONE;
  line-height: 130%;
  letter-spacing: 0%;
  text-align: center;
  color: #e9eef1;
  text-transform: uppercase;
}

#accept-cookies {
  border: 1px solid #5eb8c7;
  box-shadow: 0px 4px 4px 0px #00000040;
}

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

@media screen and (min-width: 1200px) {
  .y-q-cookie-popup-text-two {
    font-family: Pontano Sans;
    font-weight: 300;
    font-style: Light;
    font-size: 14px;
    leading-trim: NONE;
    line-height: 130%;
    letter-spacing: 0%;
    text-align: center;
  }

  .y-q-cookie-button-container {
    padding-top: 40px;
    margin: auto;
    display: flex;
    flex-direction: row;
    gap: 80px;
  }

  .y-q-cookie-popup {
    position: fixed;
    bottom: 10px;
    width: 1440px;

    display: none;
  }
}
