:root {
  --transparent: #0000;
}

.w-layout-layout {
  grid-row-gap: 20px;
  grid-column-gap: 20px;
  grid-auto-columns: 1fr;
  justify-content: center;
  padding: 20px;
}

.w-layout-cell {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.w-layout-grid {
  grid-row-gap: 16px;
  grid-column-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

body {
  color: #333;
  font-family: 'Open Sans', Arial, sans-serif;
  font-size: 14px;
  line-height: 20px;
}

h1 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: Droid Serif, serif;
  font-size: 38px;
  font-weight: 700;
  line-height: 44px;
}

a {
  color: #a4b1ec;
  text-decoration: none;
}

.hero {
  grid-column-gap: 0vh;
  grid-row-gap: 0vh;
  background-image: url('../images/hero.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  flex-flow: column;
  justify-content: space-between;
  align-items: center;
  min-width: auto;
  height: 90vh;
  display: flex;
  position: relative;
}

.hero-navbar-link {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  color: #fff;
  -webkit-text-stroke-color: white;
  text-transform: uppercase;
  justify-content: center;
  align-items: flex-start;
  margin-top: 0;
  margin-left: auto;
  margin-right: auto;
  padding: 10px;
  font-size: 1.7vw;
  font-weight: 700;
  text-decoration: none;
  display: block;
}

.hero-logo {
  grid-column-gap: 0vh;
  grid-row-gap: 0vh;
  aspect-ratio: auto;
  justify-content: center;
  align-items: flex-end;
  width: 72%;
  height: auto;
  margin: 2vh auto 1vh;
  display: flex;
}

.hero_reason_grid {
  box-sizing: border-box;
  float: none;
  clear: none;
  color: #475990;
  object-fit: fill;
  flex: 0 auto;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  width: 80vw;
  margin-top: auto;
  margin-left: auto;
  margin-right: auto;
  padding-left: 0;
  padding-right: 0;
  position: sticky;
  top: auto;
}

.block {
  flex-flow: row;
}

.hero_icon {
  box-sizing: border-box;
  clear: none;
  object-fit: fill;
  flex: 0 auto;
  width: 100px;
  padding-bottom: 0;
  padding-right: 0;
  position: static;
  overflow: visible;
}

.h2 {
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Droid Serif, serif;
  font-size: 30px;
}

.body {
  color: #fff;
  background-color: #a1e9ea;
  min-width: 1100px;
  font-family: Open Sans, sans-serif;
}

.hero_reason {
  background-color: #a1e9ea;
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
  position: relative;
}

.hero-wrap {
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
  width: 80vw;
  height: 100%;
  display: flex;
}

.hero-button {
  text-transform: uppercase;
  background-image: linear-gradient(#0f8f96, #0f8f96);
  border-radius: 0;
  padding: 15px 30px;
  font-size: 18px;
  font-weight: 700;
}

.hero-button:hover {
  background-image: linear-gradient(#186195, #186195);
}

.description {
  white-space: pre-wrap;
  width: 90%;
  font-size: 19px;
  line-height: 23px;
}

.rich {
  padding-top: 10px;
  padding-left: 10px;
}

.hero-description {
  color: #fff;
  flex-flow: column;
  justify-content: flex-end;
  align-items: flex-start;
  margin-top: 2vh;
  margin-bottom: 3vh;
  display: flex;
}

.navbar {
  background-color: #47aea426;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  display: flex;
}

.nav-menu {
  justify-content: space-between;
  width: 65%;
  margin-top: 0;
  display: flex;
}

.menu_icon {
  background-color: #0e8f95;
}

.menu-button {
  padding: 10px;
  overflow: hidden;
}

.title {
  min-height: 60px;
  line-height: 50px;
}

.title.big {
  color: #a6b9ee;
  text-align: left;
  -webkit-text-stroke-color: #baccfd;
  font-size: 3.6rem;
  line-height: 6.4rem;
}

.title.rewiev_title {
  color: #392b86a1;
}

.rich-p {
  font-size: 16px;
}

.about {
  background-image: linear-gradient(45deg, #6a4dca9e, #7fa8e8c4 53%, #6ed1d5cc);
  justify-content: center;
  display: flex;
}

.about-wrap {
  justify-content: center;
  align-items: center;
  width: 80%;
  padding-top: 40px;
  padding-bottom: 40px;
  display: block;
}

.chapter_img {
  vertical-align: baseline;
  width: 25rem;
}

.chapter_img.padd20 {
  padding-bottom: 20px;
}

.about_grid_right {
  flex-flow: column;
  justify-content: space-around;
  align-items: flex-start;
  width: 100%;
  min-height: 400px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.about_img {
  border-radius: 300px;
  margin-right: auto;
}

.about_grid_left {
  padding-right: 20px;
}

.about_grid {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  grid-template-rows: auto;
  grid-template-columns: 1.25fr 2fr;
  place-items: center stretch;
}

.books {
  background-image: linear-gradient(166deg, #4569a5, #513785);
  flex-flow: column;
  justify-content: center;
  display: flex;
}

.book-wrap {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  min-height: 600px;
  margin-bottom: 0;
  padding-top: 40px;
  padding-bottom: 0;
  display: block;
}

.slider {
  background-color: #0000;
  justify-content: flex-start;
  align-items: center;
  margin-top: 40px;
  display: flex;
}

.slide-nav {
  overflow: visible;
}

.slide {
  vertical-align: top;
  padding-right: 20px;
}

.cover {
  aspect-ratio: auto;
  opacity: 1;
  overflow: visible;
}

.mask {
  width: 281px;
  overflow: visible;
}

.sliders {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  display: flex;
}

.left-arrow {
  height: 88px;
  margin-top: 350px;
  margin-bottom: 0;
  display: none;
  inset: 0% 10% 0% 0%;
}

.right-arrow {
  height: 88px;
  margin-top: 350px;
  margin-bottom: 0;
  display: none;
  inset: 0% 0% 0% 10%;
}

.books_chapter {
  justify-content: center;
  width: 90%;
  margin-left: 10%;
  display: flex;
}

.books-_sliders {
  width: 100%;
  height: 420px;
  overflow: hidden;
}

.books_buy {
  justify-content: space-around;
  align-items: flex-end;
  margin-right: 40px;
  padding-left: 40px;
  text-decoration: none;
  display: flex;
}

.review {
  background-image: linear-gradient(#e9d1f5, #a6d1e9);
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
  overflow: visible;
}

.amazon {
  width: 26vw;
  margin-top: 0;
}

.books_grid {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  place-items: center;
  width: 65%;
}

.book_bg {
  background-image: url('../images/creative.png');
  background-position: 50% 100%;
  background-repeat: repeat-x;
  background-size: 100%;
  background-attachment: fixed;
  width: 100%;
  height: 35rem;
}

.books_countries {
  clear: none;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-top: 20px;
  margin-bottom: 40px;
  display: flex;
  position: relative;
}

.links {
  color: #a6b9ee;
  text-transform: uppercase;
  background-color: #2a285e69;
  padding: 5px 10px;
  font-style: normal;
  font-weight: 600;
}

.links:hover {
  color: #ecf1ff;
  background-color: #2a285ebd;
}

.faq {
  background-image: linear-gradient(140deg, #6a7bc0, #846ac3);
  justify-content: center;
  display: flex;
}

.contact-wrap {
  flex-flow: row;
  justify-content: center;
  align-items: center;
  width: 80%;
  margin-top: 40px;
  margin-bottom: 40px;
  display: block;
}

.grid {
  grid-template-rows: auto;
  grid-template-columns: .75fr 1fr;
  justify-items: center;
}

.contact_img {
  border-radius: 20px 200px;
  transform: rotate(0);
}

.contact_grid_network {
  align-items: center;
  display: flex;
}

.contact_links {
  color: #cceaff;
  margin-left: 10px;
  font-size: 1.7rem;
  line-height: 40px;
  text-decoration: underline;
}

.insta {
  -webkit-backdrop-filter: blur();
  backdrop-filter: blur();
}

.footer {
  background-image: linear-gradient(172deg, #4c62b2, #5491c4);
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.mail {
  margin-left: 26px;
  margin-right: 23px;
}

.footer_copyright {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 80%;
  display: flex;
}

.footer_logo {
  max-width: 60%;
}

.copyright {
  color: #cceaff73;
  margin-top: 0;
  padding-bottom: .5rem;
  font-size: 1.3rem;
  line-height: 1.5rem;
}

.faq-wrap {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 70%;
  margin-top: 40px;
  padding-bottom: 40px;
  display: flex;
}

.review-wrap {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 80%;
  margin-top: 40px;
  padding-bottom: 40px;
  display: flex;
}

.review_accord {
  background-color: #5f677f00;
  width: 100%;
  margin-top: 40px;
}

.dropdown {
  width: 100%;
}

.dropdown-toggle {
  white-space: pre-wrap;
  background-color: #645dad;
  border-radius: 20px;
  align-items: baseline;
  width: 100%;
  padding-top: 30px;
  display: flex;
}

.dropdown-list {
  background-color: var(--transparent);
  display: block;
  position: static;
  overflow: hidden;
}

.faq_answer {
  width: 95%;
  margin-left: 5%;
  padding: 10px 20px 20px;
}

.dropdown_arrow {
  margin-top: 57px;
}

.number {
  color: #d6deff;
  justify-content: center;
  width: 10%;
  min-width: 50px;
  font-family: Droid Serif, serif;
  font-size: 3rem;
  font-weight: 700;
  line-height: 3rem;
  display: flex;
}

.faq_question {
  color: #b9c6ff;
  width: 90%;
  font-family: Droid Serif, serif;
  font-size: 1.7rem;
  font-weight: 600;
  line-height: 2.15rem;
}

.faq_img {
  width: 20%;
}

.review_grid {
  grid-template-columns: 1fr 1fr 1fr;
  width: 100%;
  margin-top: 10px;
}

.review_post {
  color: #282828;
  background-color: #eef4f5cc;
  border-radius: 20px;
  padding: 20px;
  font-size: 19px;
  font-weight: 600;
  line-height: 22px;
}

.review_title {
  color: #424242;
  font-weight: 700;
}

.review_star {
  width: 55%;
  padding-bottom: 10px;
}

.review_name {
  color: #666;
  margin-left: 20px;
  font-weight: 700;
}

.review_date {
  color: #aaa;
  padding: 10px 0;
  font-size: 16px;
  font-weight: 600;
}

.review_description {
  color: #424242;
  font-weight: 400;
}

.avatar {
  width: 50px;
}

.review_customer {
  align-items: center;
  margin-bottom: 10px;
  display: flex;
}

@media screen and (max-width: 991px) {
  .hero-navbar-link {
    font-size: 2.3vw;
  }

.hero {
    background-attachment: scroll;
    height: 90vh;
  }




  .hero-logo {
    justify-content: center;
    align-items: flex-end;
    width: 100%;
    max-width: none;
  }

  .hero_reason_grid {
    box-sizing: border-box;
    aspect-ratio: auto;
    flex: 0 auto;
    width: 90%;
    padding-right: 0;
  }

  .body {
    min-width: 770px;
  }

  .hero_reason {
    flex-flow: row;
    width: 100%;
  }

  .hero-wrap {
    justify-content: space-between;
    width: 90%;
    max-width: none;
  }

  .description {
    width: 680px;
  }

  .navbar {
    justify-content: flex-start;
  }

  .nav-menu {
    background-color: #0f8f96;
    width: 200px;
  }

  .menu_icon {
    pointer-events: auto;
    color: #fff;
    background-color: #0f8f96;
  }

  .menu-button {
    color: #fff;
    background-color: #0f8f96;
    overflow: visible;
  }

  .menu-button.w--open {
    background-image: linear-gradient(#0f8f96, #0f8f96);
  }

  .image {
    margin-right: 0;
  }

  .title.big {
    padding-right: 10px;
    font-size: 2.3rem;
    line-height: 3rem;
  }

  .about_img {
    vertical-align: baseline;
    max-width: none;
    display: none;
  }

  .about_grid {
    grid-auto-flow: column;
    place-items: start center;
  }

  .books_grid {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  }

  .book_bg {
    background-attachment: scroll;
    height: 27rem;
  }


  .grid {
    grid-template-columns: .75fr;
  }

  .contact_img {
    display: inline-block;
  }

  .contact_grid_right {
    display: none;
  }

  .faq-wrap {
    width: 90%;
  }

  .review-wrap {
    width: 95%;
  }

  .review_grid {
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr 1fr;
  }

  .review_star {
    width: 50%;
  }
}

@media screen and (max-width: 767px) {
  .hero {
    background-position: 50% 0;
    background-size: cover;
    background-attachment: scroll;
    height: 92vh;
    min-height: 700px;
  }

  .hero-navbar-link {
    font-size: 3vw;
  }

  .hero-logo {
    width: 100%;
    margin-right: 0;
  }

  .body {
    min-width: 570px;
  }

  .hero_reason {
    width: 100%;
  }

  .hero-wrap {
    justify-content: space-between;
    max-width: none;
  }

  .description {
    width: 450px;
  }

  .hero-description {
    margin-top: 0;
  }

  .nav-menu {
    overflow-wrap: normal;
  }

  .title {
    width: 500px;
    line-height: 40px;
  }

  .title.big {
    width: 85%;
    font-size: 2rem;
    line-height: 2.5rem;
  }

  .books_buy {
    flex-flow: wrap;
    width: 100%;
  }

  .book_bg {
    background-attachment: scroll;
    background-repeat: repeat-x;
    min-height: 270px;
  }
}

@media screen and (max-width: 479px) {
  .hero-navbar-link {
    font-size: 6vw;
  }

.hero {
    background-attachment: scroll;
  }


  .navbar {
    justify-content: flex-start;
  }

  .title.big {
    font-size: 1.6rem;
    line-height: 2rem;
  }

  .about, .books_chapter {
    justify-content: flex-start;
  }

  .books_buy {
    flex-flow: wrap;
    justify-content: flex-start;
    padding-left: 10px;
  }

  .books_grid {
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  }

  .book_bg {
    height: 15rem;
   background-attachment: scroll;
  }

  .books_countries {
    justify-content: flex-start;
  }

  .faq-wrap {
    width: 95%;
  }

  .review_grid {
    grid-template-rows: auto auto auto auto auto auto;
    grid-template-columns: 1fr;
  }

  .review_star {
    width: 40%;
  }
}

#w-node-_7d929004-6c3a-90d1-6b43-61f6e562d14f-35ab7b12 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
}

@media screen and (max-width: 991px) {
  #w-node-_7d929004-6c3a-90d1-6b43-61f6e562d14f-35ab7b12 {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }
}


