@import url("https://fonts.googleapis.com/css2?family=Dosis:wght@200..800&family=Manrope:wght@200..800&display=swap");

* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  background: #ffffff;

  color: #333333;
}

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-i-header.is-open .y-i-header-background {
  left: 0;
}
.y-i-header-button-wrapper {
  margin-left: auto;
}
.y-i-header-icon {
  display: none;
}

.y-i-header-icon-button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background-color: transparent;
  border: none;
  border-radius: 50%;
}
.y-i-navigation-list.is-open {
  right: 0;
}
.y-i-header-icon-menu {
  display: block;
}

.y-i-header-icon-button.is-open .y-i-header-icon-menu {
  display: none;
}

.y-i-header-icon-button.is-open .y-i-header-icon-close {
  display: block;
}

.y-i-header {
  position: fixed;
  width: 100%;
  z-index: 5;
  transition: background-color 0.3s ease;
  background: transparent;
  display: flex;
  height: 56px;
  background: #ffffff;
  border-bottom: 3px solid #fbbb1b;
}

.y-i-header-background {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 100%;
  z-index: -1;
  transition: left 0.3s ease;
  background: #ffffff;
  border-bottom: 3px solid #fbbb1b;
}
.y-i-header.is-open .y-i-header-background {
  left: 0;
}
.y-i-header-button-wrapper {
  margin-right: auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.y-i-header-icon-menu {
  display: block;
}

.y-i-header-icon-button.is-open .y-i-header-icon-menu {
  display: none;
}

.y-i-header-icon-button.is-open .y-i-header-icon-close {
  display: block;
}

.y-i-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: 8px 16px;
  position: relative;
}

.y-i-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: 60px 32px;

  gap: 22px;
  background: #57bdb9;
}

.y-i-navigation-list.is-open {
  right: 0;
}

.y-i-navigation-link {
  transition: all 0.3s ease-in-out;
  text-decoration: none;
  color: #333333;
  font-family: Manrope;
  font-weight: 400;
  font-style: Regular;
  font-size: 16px;
  leading-trim: NONE;
  line-height: 24px;
  letter-spacing: 0%;
  text-align: center;
}

.y-i-navigation-link:hover,
.y-i-navigatioт-link:focus {
  color: #ffffff;
}

.y-i-header.is-open {
  background-color: transparent;
}

.y-i-navigation-img {
  display: none;
}

@media screen and (min-width: 1193px) {
  .y-i-navigation-img {
    display: flex;
    margin-right: 90px;
  }
  .y-i-policy-terms-header-icon-menu {
    display: none;
  }
  .w-b-header-button-wrapper {
    display: none;
  }
  .y-i-header {
    width: 100%;
    height: 64px;
    padding: 10px 0px 10px 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 1000;
  }

  .y-i-header-background {
  }
  .y-i-header-icon-button {
    display: none;
  }
  .y-i-navigation {
    display: flex;
    flex-direction: row;
    flex: 1;
    padding: 0;
    width: 1440px;
    margin: auto;
  }

  .y-i-navigation-list {
    background-color: transparent;
    flex-direction: row;
    display: flex;
    position: static;
    width: 1440px;
    margin: auto;
    padding-block: 0;
    flex: 1;
    gap: 32px;
    height: 0px;
    display: flex;
    justify-content: center;
    align-items: center;
    justify-content: center;
    padding: 0;
  }

  .y-i-navigation-link {
    font-family: Manrope;
    font-weight: 400;
    font-style: Regular;
    font-size: 16px;
    leading-trim: NONE;
    line-height: 24px;
    letter-spacing: 0%;
    text-align: center;

    text-decoration: none;
  }

  .y-i-navigation-link:hover,
  .y-i-navigation-link:focus {
    color: #57bdb9;
  }

  .y-i-navigation-item-desk {
    display: none;
  }
}
.y-i-home {
  background: #57bdb9;

  margin: auto;
}
.y-i-home-container {
  width: 375px;
  height: 800px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  background-image: url("/img/home/hero_section.png");
  padding: 73px 16px 0px;
  margin: auto;
}

.y-i-home-container-top {
  display: flex;
  flex-direction: column;
  align-items: start;
  color: #ffffff;
}

.y-i-home-title {
  font-family: Dosis;
  font-weight: 400;
  font-style: Regular;
  font-size: 18px;
  leading-trim: NONE;
  line-height: 28px;
  letter-spacing: 0%;
  text-transform: uppercase;
}

.y-i-home-text {
  font-family: Dosis;
  font-weight: 700;
  font-style: Bold;
  font-size: 32px;
  leading-trim: NONE;
  line-height: 40px;
  letter-spacing: 0%;
  text-transform: uppercase;
  padding: 24px 0;
}
.y-i-home-text span {
  color: #fbbb1b;
}
.y-i-home-title-text {
  font-family: Manrope;
  font-weight: 600;
  font-style: SemiBold;
  font-size: 14px;
  leading-trim: NONE;
  line-height: 22px;
  letter-spacing: 0%;
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.y-i-home-link {
  margin-top: 32px;
  background: #207ab4;
  width: 336px;
  font-family: Manrope;
  font-weight: 600;
  font-style: SemiBold;
  font-size: 16px;
  leading-trim: NONE;
  line-height: 24px;
  letter-spacing: 0%;
  text-align: center;
  color: #ffffff;
  text-decoration: none;
  border-radius: 8px;
  padding-top: 16px;
  padding-right: 32px;
  padding-bottom: 16px;
  padding-left: 32px;

  transition: all 0.3s ease-in-out;
}

.y-i-home-link:hover {
  background: #256893;
}

@media screen and (min-width: 1193px) {
  .y-i-home-container {
    width: 1440px;
    height: 800px;
    background-image: url("/img/home/hero_section\ \(1\).png");

    padding: 259px 88px 0px;
  }
  .y-i-home-container-top {
    width: 616px;
  }

  .y-i-home-title {
    font-family: Dosis;
    font-weight: 400;
    font-style: Regular;
    font-size: 22px;
    leading-trim: NONE;
    line-height: 30px;
    letter-spacing: 0%;
    text-transform: uppercase;
  }

  .y-i-home-text {
    font-family: Dosis;
    font-weight: 700;
    font-style: Bold;
    font-size: 42px;
    leading-trim: NONE;
    line-height: 100%;
    letter-spacing: 0%;
    text-transform: uppercase;
  }
  .y-i-home-title-text {
    font-family: Manrope;
    font-weight: 600;
    font-style: SemiBold;
    font-size: 16px;
    leading-trim: NONE;
    line-height: 24px;
    letter-spacing: 0%;
  }
  .y-i-home-link {
    margin-top: 56px;
  }
}
.y-i-about {
  margin: auto;
  width: 375px;
  height: 826px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  background-image: url("/img/about/About\ the\ Platform.png");
}
.y-i-about-container {
  width: 375px;
  padding: 60px 16px 0px;
  margin: auto;
}
.y-i-about-title {
  background-image: url("/img/about/title.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: left;
  width: 343px;
  height: 48px;
  font-family: Dosis;
  font-weight: 700;
  font-style: Bold;
  font-size: 28px;
  leading-trim: NONE;
  line-height: 32px;
  letter-spacing: 0%;
  text-transform: uppercase;
  color: #fbbb1b;
}

.y-i-about-title-text {
  font-family: Dosis;
  font-weight: 400;
  font-style: Regular;
  font-size: 18px;
  leading-trim: NONE;
  line-height: 28px;
  letter-spacing: 0%;
  text-transform: uppercase;

  padding-top: 24px;
}
.y-i-about-text {
  font-family: Manrope;
  font-weight: 400;
  font-style: Regular;
  font-size: 14px;
  leading-trim: NONE;
  line-height: 22px;
  letter-spacing: 0%;

  padding-top: 24px;
}
.y-i-about-list {
  display: flex;
  flex-direction: column;
  gap: 12px;
  padding-top: 24px;
}
.y-i-about-item {
  display: flex;
  align-items: center;
  gap: 12px;
  font-family: Manrope;
  font-weight: 400;
  font-style: Regular;
  font-size: 14px;
  leading-trim: NONE;
  line-height: 22px;
  letter-spacing: 0%;
}
.y-i-about-item-img {
  width: 32px;
}
@media screen and (min-width: 1193px) {
  .y-i-about {
    width: 1440px;
    height: 725px;
    background-image: url("/img/about/About\ the\ Platform\ \(1\).png");
  }
  .y-i-about-container {
    width: 1440px;
    padding: 175.5px 736px 0 88px;
  }
  .y-i-about-title {
    background-image: url("/img/about/title.png");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: left;
    width: 616px;
    height: 56px;

    font-family: Dosis;
    font-weight: 700;
    font-style: Bold;
    font-size: 32px;
    leading-trim: NONE;
    line-height: 40px;
    letter-spacing: 0%;
    text-transform: uppercase;
  }

  .y-i-about-title-text {
    font-family: Dosis;
    font-weight: 400;
    font-style: Regular;
    font-size: 22px;
    leading-trim: NONE;
    line-height: 30px;
    letter-spacing: 0%;
    text-transform: uppercase;
  }
  .y-i-about-text {
    font-family: Manrope;
    font-weight: 400;
    font-style: Regular;
    font-size: 16px;
    leading-trim: NONE;
    line-height: 24px;
    letter-spacing: 0%;
  }

  .y-i-about-item {
    font-family: Manrope;
    font-weight: 400;
    font-style: Regular;
    font-size: 16px;
    leading-trim: NONE;
    line-height: 24px;
    letter-spacing: 0%;
  }
}

.y-i-why-container {
  width: 375px;
  margin: auto;
  padding: 60px 16px;
  display: flex;
  flex-direction: column;
  gap: 40px;
}

.y-i-why-list {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 32px;
  row-gap: 24px;
}
.y-i-why-item {
  width: 155.5px;
  height: 162px;
}
.y-i-why-text-bold {
  display: flex;
  align-items: center;
  gap: 12px;
  font-family: Manrope;
  font-weight: 600;
  font-style: SemiBold;
  font-size: 14px;
  leading-trim: NONE;
  line-height: 22px;
  letter-spacing: 0%;
}
.y-i-why-text {
  font-family: Manrope;
  font-weight: 400;
  font-style: Regular;
  font-size: 14px;
  leading-trim: NONE;
  line-height: 22px;
  letter-spacing: 0%;
  padding-top: 20px;
}
.y-i-why-img {
  height: 54px;
}

@media screen and (min-width: 1193px) {
  .y-i-why-container {
    width: 1440px;
    padding: 100px 88px;
    flex-direction: row;
  }
  .y-i-why-list {
    width: 612px;
  }
  .y-i-why-item {
    width: 290px;
    height: 146px;
  }
  .y-i-why-text-bold {
    font-family: Manrope;
    font-weight: 600;
    font-style: SemiBold;
    font-size: 16px;
    leading-trim: NONE;
    line-height: 24px;
    letter-spacing: 0%;
  }
  .y-i-why-text {
    font-family: Manrope;
    font-weight: 400;
    font-style: Regular;
    font-size: 16px;
    leading-trim: NONE;
    line-height: 24px;
    letter-spacing: 0%;
  }
  .y-i-why-div {
    width: 612px;
  }
}

.y-i-uniqueness-container {
  margin: auto;
  width: 375px;
  padding-bottom: 60px;
}
.y-i-uniqueness-list {
  display: flex;
  flex-direction: column;
  background: #f1f1f1;
}
.y-i-uniqueness-item {
  display: flex;
  flex-direction: column;

  align-items: center;

  gap: 24px;

  padding-top: 32px;
  padding-bottom: 32px;
  font-family: Manrope;
  font-weight: 400;
  font-style: Regular;
  font-size: 14px;
  leading-trim: NONE;
  line-height: 22px;
  letter-spacing: 0%;
  text-align: center;
}
.y-i-uniqueness-img {
  width: 40px;
}

@media screen and (min-width: 1193px) {
  .y-i-uniqueness-container {
    margin: auto;
    width: 1440px;
    padding-bottom: 100px;
  }
  .y-i-uniqueness-list {
    display: flex;
    flex-direction: row;
    padding: 0 88px;
  }
  .y-i-uniqueness-item {
    width: 421.3333435058594px;
    gap: 24px;
    padding-top: 32px;
    padding-bottom: 32px;
    font-family: Manrope;
    font-weight: 400;
    font-style: Regular;
    font-size: 16px;
    leading-trim: NONE;
    line-height: 24px;
    letter-spacing: 0%;
    text-align: center;
  }
}
.y-i-how {
  margin: auto;
  background: #f8f1e2;
}
.y-i-how-container {
  margin: auto;
  width: 375px;
  height: 2356px;
  padding: 60px 16px;
  background-image: url("/img/how/How\ It\ Works_section.png");
}

.y-i-how-list {
  padding-top: 80px;
  display: flex;
  flex-direction: column;
  gap: 24px;
  align-items: center;
}

.y-i-how-item {
  align-items: center;
  display: flex;
  flex-direction: column;
  box-shadow: 8px 8px 20px 0px #68686814;
  background: #ffffff;
  width: 226px;
  gap: 50px;
  padding-top: 80px;
  padding-right: 16px;
  padding-bottom: 80px;
  padding-left: 16px;
  border-radius: 120px;
  font-family: Manrope;
  font-weight: 400;
  font-style: Regular;
  font-size: 14px;
  leading-trim: NONE;
  line-height: 22px;
  letter-spacing: 0%;
  text-align: center;
}
.y-i-how-img {
  width: 120px;
}

@media screen and (min-width: 1193px) {
  .y-i-how-container {
    margin: auto;
    width: 1440px;
    height: 880px;
    padding: 100px 88px;
    background-image: url("/img/how/How\ It\ Works_section\ \(1\).png");
  }

  .y-i-how-list {
    padding-top: 80px;
    display: flex;
    flex-direction: row;
    gap: 33.5px;
    align-items: center;
  }

  .y-i-how-item {
    width: 226px;
    height: 402px;
    gap: 50px;
    padding-top: 80px;
    padding-right: 16px;
    padding-bottom: 80px;
    padding-left: 16px;
    border-radius: 120px;
    font-family: Manrope;
    font-weight: 400;
    font-style: Regular;
    font-size: 16px;
    leading-trim: NONE;
    line-height: 24px;
    letter-spacing: 0%;
    text-align: center;
  }

  .y-i-how-item-two {
    margin-top: 40px;
  }
}

.y-i-characters {
  margin: auto;
  width: 375px;
  height: 860px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  background-image: url("/img/about/About\ the\ Platform\ \(2\).png");
}
.y-i-characters-container {
  padding: 60px 16px;
  margin: auto;
  width: 375px;
}
@media screen and (min-width: 1193px) {
  .y-i-characters {
    width: 1440px;
    height: 805px;
    background-image: url("/img/about/About\ the\ Platform\ \(3\).png");
  }
  .y-i-characters-container {
    padding: 217.5px 88px 0 736px;
    margin: auto;
    width: 1440px;
  }
}

.y-i-reviews-container {
  margin: auto;
  padding: 60px 16px 0;
  width: 375px;
}
.y-i-reviews-list {
  display: flex;
  flex-direction: column;
  gap: 32px;
  padding-top: 40px;
}
.y-i-reviews-item {
  width: 343px;
  border-radius: 20px;
  padding: 20px;
  color: #ffffff;
}
.y-i-reviews-img {
  width: 303px;
  height: 202px;
  border-radius: 16px;
  object-fit: cover;
  object-position: center;
}
.y-i-reviews-text-bold {
  font-family: Manrope;
  font-weight: 600;
  font-style: SemiBold;
  font-size: 14px;
  leading-trim: NONE;
  line-height: 22px;
  letter-spacing: 0%;
  padding: 24px 0 12px;
}
.y-i-reviews-text {
  font-family: Manrope;
  font-weight: 400;
  font-style: Regular;
  font-size: 14px;
  leading-trim: NONE;
  line-height: 22px;
  letter-spacing: 0%;
}
.y-i-reviews-lists {
  display: none;
}
@media screen and (min-width: 1193px) {
  .y-i-reviews-container {
    margin: auto;
    padding: 100px 88px;
    width: 1440px;
  }

  .y-i-reviews-list {
    display: none;
  }
  .y-i-reviews-lists {
    display: block;
    padding-top: 80px;
  }
  .y-i-reviews-item {
    width: 400px;
    height: 460px;

    border-radius: 20px;
    padding: 20px;
    margin: 0 16px;
  }
  .y-i-reviews-img {
    width: 360px;
    height: 240px;

    border-radius: 16px;
  }
  .y-i-reviews-text-bold {
    font-family: Manrope;
    font-weight: 600;
    font-style: SemiBold;
    font-size: 16px;
    leading-trim: NONE;
    line-height: 24px;
    letter-spacing: 0%;
  }
  .y-i-reviews-text {
    font-family: Manrope;
    font-weight: 400;
    font-style: Regular;
    font-size: 16px;
    leading-trim: NONE;
    line-height: 24px;
    letter-spacing: 0%;
  }
}

.class-learning-container {
  width: 375px;
  margin: auto;
  height: 868px;
  padding: 60px 16px;
  background-image: url("/img/about/Learning\ Outcomes.png");
}

@media screen and (min-width: 1193px) {
  .class-learning-container {
    width: 1440px;
    margin: auto;
    height: 725px;
    padding: 167.5px 88px 0 736px;
    background-image: url("/img/about/Learning\ Outcomes\ \(1\).png");
  }
}
.y-i-faq {
  margin: auto;
  background: #e2f4f8;
}
.y-i-faq-container {
  margin: auto;
  width: 375px;
  padding: 60px 16px;
  background-image: url("/img/faq/How\ It\ Works_section\ \(2\).png");
}
.y-i-faq-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  box-shadow: 8px 8px 20px 0px #68686814;
  width: 226px;
  gap: 24px;
  padding-top: 40px;
  padding-right: 20px;
  padding-bottom: 40px;
  padding-left: 20px;
  border-radius: 120px;
  font-family: Manrope;
  font-weight: 400;
  font-style: Regular;
  font-size: 14px;
  leading-trim: NONE;
  line-height: 22px;
  letter-spacing: 0%;
  color: #ffffff;
  text-align: center;
}

.y-i-faq-img {
  width: 72px;
}
@media screen and (min-width: 1193px) {
  .y-i-faq-container {
    margin: auto;
    width: 1440px;
    padding: 100px 88px;
    background-image: url("/img/faq/How\ It\ Works_section\ \(3\).png");
  }
  .y-i-faq-item {
    width: 226px;
    height: 224px;

    gap: 24px;
    padding-top: 40px;
    padding-right: 20px;
    padding-bottom: 40px;
    padding-left: 20px;
    border-radius: 120px;
    font-family: Manrope;
    font-weight: 400;
    font-style: Regular;
    font-size: 16px;
    leading-trim: NONE;
    line-height: 24px;
    letter-spacing: 0%;
    text-align: center;
  }

  .y-i-faq-img {
    width: 72px;
  }
}

.y-i-gallery-container {
  width: 375px;
  margin: auto;
  padding: 60px 16px;
}

.y-i-gallery-list {
  padding-top: 40px;
}

.y-i-gallery-item {
  width: 343px;
  height: 504px;

  margin: 0 10px;
  margin-top: 104px;
  color: #ffffff;
  padding: 0 24px;
}

.y-i-gallery-image {
  margin: auto;
  margin-top: -104px;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  width: 160px;
  height: 166px;
}
.y-i-gallery-text {
  font-family: Manrope;
  font-weight: 600;
  font-style: SemiBold;
  font-size: 20px;
  leading-trim: NONE;
  line-height: 38px;
  letter-spacing: 0%;
  text-align: center;
  padding: 50px 0 4px;
}
.y-i-gallery-text-two {
  font-family: Manrope;
  font-weight: 400;
  font-style: Regular;
  font-size: 14px;
  leading-trim: NONE;
  line-height: 22px;
  letter-spacing: 0%;
  text-align: center;
}
.y-i-gallery-text-three {
  font-family: Manrope;
  font-weight: 400;
  font-style: Regular;
  font-size: 14px;
  leading-trim: NONE;
  line-height: 22px;
  letter-spacing: 0%;
  text-align: center;
  padding-top: 32px;
}

@media screen and (min-width: 1193px) {
  .y-i-gallery-container {
    width: 1440px;
    margin: auto;
    padding: 100px 88px;
  }

  .y-i-gallery-list {
    padding-top: 80px;
  }

  .y-i-gallery-item {
    width: 616px;
    height: 410px;

    margin: 0 16px;
    margin-top: 104px;
    color: #ffffff;
    padding: 0 24px;
  }

  .y-i-gallery-image {
    margin: auto;
    margin-top: -104px;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    width: 160px;
    height: 166px;
  }
  .y-i-gallery-text {
    font-family: Manrope;
    font-weight: 600;
    font-style: SemiBold;
    font-size: 24px;
    leading-trim: NONE;
    line-height: 38px;
    letter-spacing: 0%;
    text-align: center;
  }
  .y-i-gallery-text-two {
    font-family: Manrope;
    font-weight: 400;
    font-style: Regular;
    font-size: 16px;
    leading-trim: NONE;
    line-height: 24px;
    letter-spacing: 0%;
    text-align: center;
  }
  .y-i-gallery-text-three {
    font-family: Manrope;
    font-weight: 400;
    font-style: Regular;
    font-size: 16px;
    leading-trim: NONE;
    line-height: 24px;
    letter-spacing: 0%;
    text-align: center;
  }
}

.y-i-features {
  margin: auto;
  width: 375px;
  height: 842px;
  background-image: url("/img/features/Classroom\ Tools.png");
}
.y-i-features-container {
  width: 375px;
  margin: auto;
  padding: 348px 16px 0;
}
.y-i-features-img {
  width: 40px;
}
@media screen and (min-width: 1193px) {
  .y-i-features {
    width: 1440px;
    height: 725px;
    background-image: url("/img/features/Classroom\ Tools\ \(1\).png");
  }
  .y-i-features-container {
    width: 1440px;
    margin: auto;
    padding: 167.5px 88px 0 736px;
  }
}
.y-i-download {
  margin: auto;
  background: #e2f4f8;
}
.y-i-download-container {
  background-image: url("/img/features/How\ It\ Works_section\ \(5\).png");
  height: 1126px;
  margin: auto;
  width: 375px;
  padding: 60px 16px;
}
.y-i-download-list {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 32px;
  padding-top: 40px;
  color: #ffffff;
}
.y-i-download-item {
  width: 226px;
  font-family: Manrope;
  font-weight: 600;
  font-style: SemiBold;
  font-size: 14px;
  leading-trim: NONE;
  line-height: 22px;
  letter-spacing: 0%;
  text-align: center;

  padding-top: 40px;
  padding-right: 20px;
  padding-bottom: 40px;
  padding-left: 20px;
  border-radius: 120px;
  box-shadow: 8px 8px 20px 0px #68686814;
}
.y-i-download-link {
  margin-top: 56px;
  background: #207ab4;
  width: 343px;

  padding-top: 16px;

  padding-bottom: 16px;

  border-radius: 8px;
  font-family: Manrope;
  font-weight: 600;
  font-style: SemiBold;
  font-size: 16px;
  leading-trim: NONE;
  line-height: 24px;
  letter-spacing: 0%;
  text-align: center;
  text-decoration: none;
  color: #ffffff;
}
@media screen and (min-width: 1193px) {
  .y-i-download-container {
    background-image: url("/img/features/How\ It\ Works_section\ \(6\).png");
    height: 718px;
    margin: auto;
    width: 1440px;
    padding: 100px 88px;
  }
  .y-i-download-list {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 33.5px;
    padding-top: 80px;
    color: #ffffff;
  }
  .y-i-download-item {
    font-family: Manrope;
    font-weight: 600;
    font-style: SemiBold;
    font-size: 16px;
    leading-trim: NONE;
    line-height: 24px;
    letter-spacing: 0%;
    text-align: center;
    width: 226px;
    height: 128px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding-top: 40px;
    padding-right: 20px;
    padding-bottom: 40px;
    padding-left: 20px;
    border-radius: 120px;
  }
  .y-i-download-link {
    width: 244px;

    padding-top: 16px;
    padding-bottom: 16px;
    border-radius: 8px;

    font-weight: 600;
    font-style: SemiBold;
    font-size: 16px;
    leading-trim: NONE;
    line-height: 24px;
    letter-spacing: 0%;

    margin: 0 auto;
    margin-top: 56px;
  }
}

.y-i-contact-container {
  width: 375px;
  margin: auto;
  padding: 60px 16px;
}
.y-i-contact-title-text {
  font-family: Manrope;
  font-weight: 600;
  font-style: SemiBold;
  font-size: 14px;
  leading-trim: NONE;
  line-height: 22px;
  letter-spacing: 0%;
  padding-top: 40px;
  padding-bottom: 24px;
}
.y-i-contact-lists {
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.y-i-contact-items {
  display: flex;
  align-items: center;
  gap: 12px;
  font-family: Manrope;
  font-weight: 400;
  font-style: Regular;
  font-size: 14px;
  leading-trim: NONE;
  line-height: 22px;
  letter-spacing: 0%;
}

.y-i-contact-texts {
  font-family: Manrope;
  font-weight: 400;
  font-style: Regular;
  font-size: 14px;
  leading-trim: NONE;
  line-height: 22px;
  letter-spacing: 0%;

  color: #333333;
  text-decoration: none;
}
.y-i-contact-imgs {
  width: 24px;
}
.y-i-contact-list {
  padding-top: 32px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 24px;
}

.y-i-contact-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 343px;
  height: 172px;
  gap: 24px;
  padding-top: 24px;
  padding-right: 16px;
  padding-bottom: 24px;
  padding-left: 16px;
}
.y-i-contact-img {
  width: 76px;
}
.y-i-contact-text-two {
  font-family: Manrope;
  font-weight: 400;
  font-style: Regular;
  font-size: 16px;
  leading-trim: NONE;
  line-height: 24px;
  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: #333333;
}
@media screen and (min-width: 1193px) {
  .y-i-contact-container {
    width: 1440px;
    margin: auto;
    padding: 100px 88px;
  }

  .y-i-contact-div {
    display: flex;
    gap: 114px;
  }
  .y-i-contact-title-text {
    font-family: Manrope;
    font-weight: 600;
    font-style: SemiBold;
    font-size: 16px;
    leading-trim: NONE;
    line-height: 24px;
    letter-spacing: 0%;
    padding-top: 106px;
    padding-bottom: 24px;
  }

  .y-i-contact-items {
    font-family: Manrope;
    font-weight: 400;
    font-style: Regular;
    font-size: 16px;
    leading-trim: NONE;
    line-height: 24px;
    letter-spacing: 0%;
    width: 318px;
  }

  .y-i-contact-texts {
    font-family: Manrope;
    font-weight: 400;
    font-style: Regular;
    font-size: 16px;
    leading-trim: NONE;
    line-height: 24px;
    letter-spacing: 0%;
  }

  .y-i-contact-list {
    padding-top: 80px;
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 32px;
  }

  .y-i-contact-item {
    width: 256.6666564941406px;
    height: 196px;
    gap: 24px;

    padding-top: 24px;
    padding-right: 16px;
    padding-bottom: 24px;
    padding-left: 16px;
  }

  .y-i-contact-text-two {
    font-weight: 400;
    font-style: Regular;
    font-size: 16px;
    leading-trim: NONE;
    line-height: 24px;
    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;
  }
}
.y-i-mobile {
  background: #f8f1e2;
  height: auto;
}
.y-i-mobile-container {
  background: #f8f1e2;
  height: auto;
}
.y-i-mobile-item {
  height: auto;
}
@media screen and (min-width: 1193px) {
  .y-i-mobile-container {
    background: #f8f1e2;
    height: 880px;
    background-image: url("/img/how/How\ It\ Works_section\ \(4\).png");
  }
}
.y-i-container {
  padding: 116px 16px 40px;
  width: 375px;
  margin: auto;
  font-family: Manrope;
  font-weight: 300;
  font-style: Light;
  font-size: 16px;
  leading-trim: NONE;
  line-height: 24px;
  letter-spacing: 0%;
}

.y-i-container h1 {
  text-transform: uppercase;
  margin-bottom: 40px;
  font-family: Dosis;
  font-weight: 700;
  font-style: Bold;
  font-size: 28px;
  leading-trim: NONE;
  line-height: 32px;
  letter-spacing: 0%;

  text-transform: uppercase;
}
.y-i-container h2 {
  margin-bottom: 16px;
  font-family: Manrope;
  font-weight: 500;
  font-style: Medium;
  font-size: 20px;
  leading-trim: NONE;
  line-height: 24px;
  letter-spacing: 0%;
}
.y-i-container h3 {
  margin-bottom: 16px;
  font-family: Manrope;
  font-weight: 500;
  font-style: Medium;
  font-size: 16px;
  leading-trim: NONE;
  line-height: 24px;
  letter-spacing: 0%;
}
.y-i-container ul {
  list-style-type: disc;
  margin-left: 20px;
  margin-bottom: 16px;
  gap: 8px;
  display: flex;
  flex-direction: column;
}
.y-i-container p {
  margin-bottom: 16px;
}
.y-i-container a {
  color: #5d80ff;
  text-decoration: none;
}
@media screen and (min-width: 1193px) {
  .y-i-container {
    padding: 160px 212px 96px;
    width: 1440px;
    margin: auto;
    font-family: Manrope;
    font-weight: 300;
    font-style: Light;
    font-size: 18px;
    leading-trim: NONE;
    line-height: 28px;
    letter-spacing: 0%;
  }

  .y-i-container h1 {
    font-family: Dosis;
    font-weight: 700;
    font-style: Bold;
    font-size: 32px;
    leading-trim: NONE;
    line-height: 40px;
    letter-spacing: 0%;
    text-transform: uppercase;
  }
  .y-i-container h2 {
    margin-bottom: 16px;
    font-family: Manrope;
    font-weight: 500;
    font-style: Medium;
    font-size: 24px;
    leading-trim: NONE;
    line-height: 28px;
    letter-spacing: 0%;
  }
  .y-i-container h3 {
    margin-bottom: 16px;
    font-family: Manrope;
    font-weight: 500;
    font-style: Medium;
    font-size: 18px;
    leading-trim: NONE;
    line-height: 28px;
    letter-spacing: 0%;
  }
  .y-i-container ul {
    list-style-type: disc;
    margin-left: 20px;
    margin-bottom: 16px;
    gap: 8px;
    display: flex;
    flex-direction: column;
  }
  .y-i-container p {
    margin-bottom: 16px;
  }
}

.y-i-footer-container {
  width: 375px;
  padding: 60px 0px;
  margin: auto;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 32px;
  background: #fbbb1b;
}

.y-i-footer-wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 16px;
}

.y-i-footer-text {
  text-decoration: none;
  color: inherit;
  font-family: Manrope;
  font-weight: 600;
  font-style: SemiBold;
  font-size: 14px;
  leading-trim: NONE;
  line-height: 22px;
  letter-spacing: 0%;
  text-align: center;
}

.y-i-footer-copyright {
  font-family: Manrope;
  font-weight: 400;
  font-style: Regular;
  font-size: 14px;
  leading-trim: NONE;
  line-height: 22px;
  letter-spacing: 0%;
  text-align: center;
}

@media screen and (min-width: 1193px) {
  .y-i-footer-container {
    width: 1440px;
    padding: 60px 108px;
    display: flex;
    align-items: stretch;
    gap: 60px;
  }

  .y-i-footer-wrapper {
    display: flex;
    flex-direction: row;
    justify-content: end;
    align-items: end;
    gap: 74px;
  }

  .y-i-footer-text {
    font-family: Manrope;
    font-weight: 600;
    font-style: SemiBold;
    font-size: 16px;
    leading-trim: NONE;
    line-height: 24px;
    letter-spacing: 0%;
    text-align: center;
  }

  .y-i-footer-copyright {
    font-family: Manrope;
    font-weight: 400;
    font-style: Regular;
    font-size: 16px;
    leading-trim: NONE;
    line-height: 24px;
    letter-spacing: 0%;
    text-align: center;
  }
}

.y-i-cookie-popup {
  position: fixed;
  bottom: 10px;
  width: 375px;
  padding: 40px 16px;
  background: #fcf5ed;

  z-index: 1000;
  display: none;
}

.y-i-cookie-popup-text-two {
  font-family: Manrope;
  font-weight: 600;
  font-style: SemiBold;
  font-size: 14px;
  leading-trim: NONE;
  line-height: 22px;
  letter-spacing: 0%;
  text-align: center;

  color: #0b0e13;
}

.y-i-cookie-button-container {
  padding: 20px 0 0;
  margin: auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 24px;
}

.y-i-cookie-button {
  border: none;
  background-color: transparent;
  border: 1px solid #000000;
  font-family: Manrope;
  font-weight: 600;
  font-style: SemiBold;
  font-size: 16px;
  leading-trim: NONE;
  line-height: 24px;
  letter-spacing: 0%;
  text-transform: uppercase;

  width: 343px;
  text-transform: uppercase;
  padding-top: 16px;
  padding-bottom: 16px;

  border-radius: 8px;
  transition: all 0.3s ease-in-out;
}
.y-i-cookie-button:hover {
  background: #000000;

  color: #ffffff;
}
#accept-cookies {
  border: none;
  background: #29a77f;

  color: #ffffff;
}
#accept-cookies:hover {
  background: #1d8c69;
}
.y-i-close-popup {
  position: absolute;
  top: 10px;
  right: 10px;
  font-size: 20px;
  cursor: pointer;
}

@media screen and (min-width: 1193px) {
  .y-i-cookie-popup-container {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 128px;
  }
  .y-i-cookie-button {
    width: 184px;

    padding-top: 16px;

    padding-bottom: 16px;

    border-radius: 8px;
  }
  .y-i-cookie-popup-text-two {
    font-family: Manrope;
    font-weight: 600;
    font-style: SemiBold;
    font-size: 16px;
    leading-trim: NONE;
    line-height: 24px;
    letter-spacing: 0%;

    text-align: left;

    width: 808px;
  }

  .y-i-cookie-button-container {
    padding: 0;
    margin: auto;
    display: flex;
    flex-direction: row;
    gap: 24px;
  }

  .y-i-cookie-popup {
    position: fixed;
    bottom: 10px;
    width: 1440px;
    padding: 40px 108px;
    display: none;
  }
}
