:root {
  --beige-background: #f6f6f6;
  --green: #00587e;
  --accent-one: #009ee2;
  --white: #fcfbf9;
  --sea-green: #000;
  --azure: #def1f0;
  --grey: #757b7b;
  --white-smoke: #efefef;
  --gainsboro: #e4e4e4;
  --background: whitesmoke;
  --tile: #dfdbd4;
  --dark-grey: #b1b1b1;
  --dark-grey-2: #8e8e8f;
  --colorblacksmooth: #191919;
  --191919: var(--colorblacksmooth);
  --stoke-white: #ededed;
}

.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;
}

.w-layout-blockcontainer {
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

@media screen and (max-width: 991px) {
  .w-layout-blockcontainer {
    max-width: 728px;
  }
}

@media screen and (max-width: 767px) {
  .w-layout-blockcontainer {
    max-width: none;
  }
}

body {
  background-color: var(--beige-background);
  color: var(--green);
  font-family: Satoshi, sans-serif;
  font-size: 18px;
  line-height: 140%;
}

h1 {
  margin-top: 0;
  margin-bottom: 0;
  font-family: Plus Jakarta, sans-serif;
  font-size: 42px;
  font-weight: 700;
  line-height: 140%;
}

h2 {
  margin-top: 16px;
  margin-bottom: 12px;
  font-family: Plus Jakarta, sans-serif;
  font-size: 32px;
  font-weight: 600;
  line-height: 130%;
}

h3 {
  margin-top: 16px;
  margin-bottom: 12px;
  font-family: Plus Jakarta, sans-serif;
  font-size: 22px;
  font-weight: 600;
  line-height: 140%;
}

h4 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Plus Jakarta, sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 140%;
}

h5 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 16px;
  font-weight: 700;
  line-height: 120%;
}

h6 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 14px;
  font-weight: 700;
  line-height: 18px;
}

p {
  margin-bottom: 0;
}

blockquote {
  border-left: 5px solid var(--accent-one);
  margin-top: 16px;
  margin-bottom: 24px;
  padding: 16px 20px;
  font-size: 22px;
  line-height: 32px;
}

figure {
  margin-bottom: 10px;
}

.section {
  padding-top: 80px;
  padding-bottom: 80px;
}

.section.hero-home {
  padding-top: 100px;
  padding-bottom: 32px;
}

.section.light {
  background-color: var(--white);
}

.section.light.color-image-section {
  padding-top: 100px;
  padding-bottom: 100px;
  overflow: hidden;
}

.section.light.color-image-section.first-image-section {
  background-color: var(--sea-green);
}

.section.testimonial {
  padding-bottom: 128px;
  overflow: hidden;
}

.section.number {
  background-color: var(--white);
  background-image: url('../images/Number-BG.svg');
  background-position: 0 100%;
  background-repeat: no-repeat;
  background-size: auto;
  padding-top: 100px;
  padding-bottom: 100px;
  position: relative;
}

.section.teacher {
  background-color: var(--green);
  color: var(--azure);
  background-image: url('../images/Green-BG.svg');
  background-position: 100% 0;
  background-repeat: no-repeat;
  background-size: auto;
  padding-top: 120px;
  padding-bottom: 120px;
}

.section.brand {
  padding-top: 80px;
  padding-bottom: 80px;
}

.section.image-columns-section-course {
  background-color: var(--green);
  color: #fff;
  background-image: url('../images/About-Lecture-BG.svg');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: auto;
  padding-top: 0;
  padding-bottom: 0;
}

.section.hero-course-detail {
  color: #fff;
  background-image: url('../images/Course-Detail-Hero_1Course Detail Hero.webp');
  background-position: 100% 0;
  background-repeat: no-repeat;
  background-size: cover;
  padding-top: 180px;
  padding-bottom: 660px;
  position: relative;
}

.section.contact {
  padding-top: 160px;
  padding-bottom: 115px;
}

.section.hero-account-pages {
  padding-top: 160px;
}

.section.overflow {
  overflow: hidden;
}

.section.teachers {
  padding-top: 160px;
}

.section.impression {
  background-color: var(--green);
  color: #fff;
  background-image: url('../images/Impression-BG.svg');
  background-position: 100% 0;
  background-repeat: no-repeat;
  background-size: auto;
  padding-top: 200px;
  padding-bottom: 100px;
}

.section.enroll {
  background-image: url('../images/Enroll-BG.svg');
  background-position: 100% 100%;
  background-repeat: no-repeat;
  background-size: auto;
  padding-top: 180px;
  padding-bottom: 180px;
}

.section.blog {
  padding-top: 160px;
  padding-bottom: 254px;
}

.section.green {
  background-color: var(--green);
  color: #fff;
  padding-top: 80px;
  padding-bottom: 80px;
}

.section.blog-detail {
  color: #fff;
  background-image: url('../images/Blog-Detail_1Blog Detail.webp');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: cover;
  padding-top: 180px;
  padding-bottom: 270px;
  position: relative;
}

.section.footer {
  background-color: var(--sea-green);
  color: var(--green);
  padding-top: 108px;
  padding-bottom: 80px;
}

.section.newsletter {
  background-color: var(--green);
  color: #fff;
  padding-top: 90px;
  padding-bottom: 40px;
}

.section.course-detail-content {
  margin-top: -580px;
  padding-top: 0;
  position: relative;
}

.section.course-process {
  background-color: var(--green);
  color: #fff;
  background-image: url('../images/About-Lecture-BG.svg');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: auto;
  padding-top: 100px;
  padding-bottom: 200px;
}

.section.process-tiles {
  margin-top: -100px;
  padding-top: 0;
  padding-bottom: 0;
}

.section.courses-section {
  padding-top: 140px;
}

.section.courses-moved-up {
  margin-top: -100px;
  padding-top: 0;
  padding-bottom: 120px;
  overflow: hidden;
}

.section.hero-about-us, .section.hero-teacher {
  padding-top: 160px;
}

.section.hero-template {
  background-color: var(--green);
  color: var(--beige-background);
  padding-top: 160px;
}

.section.blog-post-content {
  position: relative;
}

.section.hero-sales {
  background-image: url('../images/Number-BG.svg');
  background-position: 0 0;
  background-size: cover;
  padding-top: 180px;
  padding-bottom: 100px;
}

.section.sales-gallery {
  background-color: var(--green);
  height: 95vh;
  min-height: 600px;
  max-height: 900px;
  padding-top: 0;
  padding-bottom: 0;
  overflow: hidden;
}

.section.legal {
  padding-top: 160px;
}

.main-container {
  max-width: 1348px;
  padding-left: 24px;
  padding-right: 24px;
}

.main-container.hero {
  max-width: 1512px;
  padding-left: 28px;
  padding-right: 28px;
}

.mega-h1 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 52px;
  font-weight: 600;
}

.paragraph-big {
  margin-bottom: 0;
  font-size: 21px;
  line-height: 140%;
}

.paragraph-big.home-subittle {
  max-width: 550px;
}

.paragraph-small {
  width: 100%;
  font-size: 16px;
  line-height: 140%;
}

.paragraph-small.text-color-grey {
  color: var(--grey);
}

.paragraph-small.text-height-200 {
  line-height: 200%;
}

.subtitle {
  margin-bottom: 0;
  font-size: 22px;
  line-height: 140%;
}

.subtext {
  text-transform: uppercase;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: 700;
  line-height: 110%;
}

.subtext.text-color-accent-one {
  color: var(--beige-background);
}

.hero-block {
  color: #fff;
  background-image: linear-gradient(0deg, #1c2435, #1c353300), linear-gradient(#0006, #0006), url('../images/15757.jpg');
  background-position: 0 0, 0 0, 50%;
  background-repeat: repeat, repeat, no-repeat;
  border-radius: 18px;
  min-height: 752px;
  padding: 200px 80px 180px;
}

.limit-790 {
  width: 100%;
  max-width: 790px;
}

.span-italic {
  font-style: italic;
  font-weight: 300;
}

.space-32 {
  height: 32px;
}

.student-button-wrap {
  grid-column-gap: 32px;
  align-items: center;
  margin-top: 32px;
  display: flex;
}

.student-button-wrap.no-margin {
  margin: 0;
}

.space-24 {
  height: 24px;
}

.cta {
  background-color: var(--sea-green);
  color: var(--beige-background);
  text-align: center;
  border-radius: 12px;
  justify-content: center;
  align-items: center;
  height: 64px;
  padding: 0 32px 1px;
  font-family: Plus Jakarta, sans-serif;
  font-size: 20px;
  font-weight: 600;
  line-height: 120%;
  display: flex;
}

.cta:hover {
  background-color: #75fb92cc;
}

.cta.secondary {
  background-color: var(--green);
  color: #fff;
  border-radius: 12px;
  justify-content: center;
  align-items: center;
  height: 52px;
  font-size: 16px;
  font-weight: 700;
  line-height: 200%;
  display: flex;
}

.cta.secondary:hover {
  background-color: #1c3533e6;
}

.cta.secondary.large {
  justify-content: center;
  min-height: 68px;
  padding-top: 18px;
  padding-bottom: 18px;
}

.cta.secondary.large.buy-sales-hero {
  min-width: 250px;
}

.cta.secondary.nav-cta {
  background-color: var(--sea-green);
  height: 48px;
  min-height: 0;
  padding: 0 24px 2px;
  font-weight: 600;
  display: flex;
}

.cta.left-icon {
  grid-column-gap: 10px;
  border-radius: 12px;
  justify-content: center;
  align-items: center;
  font-size: 18px;
  font-weight: 700;
  text-decoration: none;
  display: flex;
}

.cta.white-button {
  background-color: #fff;
  padding: 16px 42px;
  font-size: 16px;
  font-weight: 700;
  line-height: 120%;
}

.cta.white-button:hover {
  background-color: #ffffffe6;
}

.cta.link-button {
  background-color: #0000;
  padding: 6px 8px;
  font-family: Satoshi, sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 140%;
}

.cta.subscribe {
  padding: 14px 72px;
  font-family: Satoshi, sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 200%;
}

.cta.checkout {
  justify-content: center;
  align-items: center;
  height: 52px;
  padding-top: 0;
  padding-bottom: 1px;
  display: flex;
}

.student-wrap {
  grid-column-gap: 24px;
  align-items: center;
  display: flex;
}

.student-wrap.gap-8 {
  grid-column-gap: 8px;
}

.student-wrap.gap-16 {
  grid-column-gap: 16px;
}

.student-wrap.course {
  grid-column-gap: 8px;
  justify-content: center;
}

.student-group-wrap {
  display: flex;
}

.student-avatar {
  background-color: #fff;
  border-radius: 32px;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 29px;
  height: 29px;
  margin-left: -12px;
  padding: 1.5px;
  display: flex;
  overflow: hidden;
}

.student-avatar.first-avatar {
  margin-left: 0;
}

.student-image {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.steps-grid {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  grid-template-rows: auto;
  grid-template-columns: .7fr 1fr;
}

.space-50 {
  height: 50px;
}

.usps-wrap {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  padding-top: 30px;
  padding-bottom: 30px;
  display: grid;
}

.usps-block {
  padding-top: 30px;
}

.step-tile {
  grid-column-gap: 18px;
  align-items: flex-start;
  display: flex;
}

.step-icon {
  flex: none;
  width: 30px;
  height: 30px;
}

.space-08 {
  height: 8px;
}

.grid-halves {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  grid-template-rows: auto;
  width: 100%;
}

.grid-halves.about-us-halves {
  grid-template-columns: .8fr 1.2fr;
}

.grid-halves.home-image-grid {
  grid-column-gap: 64px;
  grid-row-gap: 50px;
}

.grid-halves.combo-image-text-grid {
  grid-column-gap: 64px;
}

.grid-halves.teacher-courses, .grid-halves.course-more-grid {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.block {
  position: relative;
}

.block.course-detail-on-green {
  padding-top: 40px;
  padding-bottom: 200px;
}

.text-medium {
  color: var(--beige-background);
  font-style: normal;
  font-weight: 300;
  text-decoration: none;
}

.text-medium.text-height-180 {
  line-height: 180%;
}

.text-medium.avis {
  color: var(--sea-green);
}

.check-list-wrap {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-direction: column;
  margin-top: 24px;
  font-weight: 500;
  display: flex;
}

.check-list-item {
  grid-column-gap: 16px;
  align-items: center;
  display: flex;
}

.check-list-icon {
  flex: none;
  width: 32px;
  height: 32px;
}

.colored-block {
  background-color: var(--grey);
  opacity: 1;
  color: var(--grey);
  border-radius: 18px;
  height: 423px;
  position: relative;
}

.colored-block.cta {
  z-index: 0;
  background-color: #0003;
  height: 294px;
  position: absolute;
  inset: 20px 20px -20px -20px;
}

.home-image-wrap {
  transform-origin: 0 100%;
  border-radius: 18px;
  height: 423px;
  margin: -22px -22px 22px 22px;
  position: relative;
  overflow: hidden;
}

.image {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.space-16 {
  height: 16px;
}

.title-wrap.limit-650 {
  width: 100%;
  max-width: 650px;
}

.title-wrap.course-detail-title {
  z-index: 20;
  position: relative;
}

.slider {
  background-color: #0000;
  width: 100%;
  max-width: 524px;
  height: auto;
}

.mask {
  overflow: visible;
}

.slide {
  margin-right: 24px;
}

.testimonial-card {
  background-color: #fff;
  border-radius: 10px;
  padding: 28px 30px;
  box-shadow: 0 4px 64px #0000000a;
}

.testimonial-avatar-wrap {
  grid-column-gap: 12px;
  align-items: center;
  display: flex;
}

.testimonial-avatar {
  border-radius: 96px;
  flex: none;
  width: 45px;
  height: 45px;
  overflow: hidden;
}

.avatar-name {
  font-family: Plus Jakarta, sans-serif;
}

.space-20 {
  height: 20px;
}

.course-card-divider {
  background-color: var(--white-smoke);
  width: 100%;
  height: 1px;
  margin-top: 20px;
  margin-bottom: 20px;
}

.testimonial-role-wrap {
  grid-column-gap: 12px;
  display: flex;
}

.testimonial-role-icon {
  flex: none;
  justify-content: center;
  align-items: center;
  width: 24px;
  height: 24px;
  display: flex;
}

.left-arrow {
  color: #1c353380;
  justify-content: center;
  align-items: center;
  width: 32px;
  height: 32px;
  transition: all .3s;
  display: flex;
  inset: auto auto -64px 0%;
}

.left-arrow.course {
  bottom: -50px;
}

.slide-nav {
  display: none;
}

.icon-32 {
  justify-content: center;
  align-items: center;
  width: 32px;
  height: 32px;
  display: flex;
}

.icon-32:hover {
  color: var(--green);
}

.right-arrow {
  color: #1c353380;
  width: 32px;
  height: 32px;
  transition: all .3s;
  inset: auto auto -64px 40px;
}

.right-arrow:hover {
  color: var(--green);
}

.right-arrow.course {
  bottom: -48px;
}

.feature-image-wrap {
  border-radius: 18px;
  width: 100%;
  max-width: 593px;
  min-height: 718px;
  overflow: hidden;
}

.list-wrap {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-direction: column;
  margin-top: 32px;
  font-weight: 500;
  display: flex;
}

.list-item {
  grid-column-gap: 24px;
  align-items: center;
  font-weight: 700;
  display: flex;
}

.list-icon {
  flex: none;
  width: 32px;
  height: 32px;
}

.cta-wrap-highlighted-blog {
  margin-top: 24px;
  display: flex;
}

.course-slide-card {
  color: var(--green);
  background-color: #fff;
  border-radius: 10px;
  height: 100%;
  padding: 32px;
  box-shadow: 0 4px 64px #0000000a;
}

.course-slide-card.ecommerce-slide-card {
  flex-direction: column;
  justify-content: space-between;
  display: flex;
}

.customer-testimonial-logo {
  border: 1px solid var(--gainsboro);
  background-color: var(--background);
  border-radius: 12px;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 54px;
  height: 56px;
  display: flex;
  overflow: hidden;
}

.customer-logo-image {
  height: 32px;
}

.course-card-wrap {
  grid-column-gap: 12px;
  align-items: center;
  display: flex;
}

.paragraph-xsmall {
  font-size: 14px;
  line-height: 140%;
}

.course-slider {
  background-color: #0000;
  width: 100%;
  max-width: 600px;
  height: auto;
}

.number-wrap {
  display: flex;
}

.number-tile {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  text-align: center;
  flex-direction: column;
  flex: 1;
  align-items: center;
  display: flex;
}

.number-tile.tile-02 {
  border-right: 1px solid var(--tile);
  border-left: 1px solid var(--tile);
}

.number-tile.tile-03 {
  border-right: 1px solid var(--tile);
}

.title-wrap-center {
  text-align: center;
  flex-direction: column;
  align-items: center;
  display: flex;
}

.title-wrap-center.blog-detail {
  z-index: 20;
  position: relative;
}

.limit-626 {
  width: 100%;
  max-width: 626px;
}

.space-80 {
  height: 80px;
}

.teacher-wrap {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  display: flex;
}

.teacher-card {
  flex: 1;
}

.teacher-image-wrap {
  border-radius: 10px;
  height: 206px;
  margin-bottom: 18px;
  overflow: hidden;
}

.teacher-button-wrap {
  flex: 1;
  justify-content: center;
  align-items: flex-start;
  padding-top: 72px;
  display: flex;
}

.limit-270 {
  width: 100%;
  max-width: 270px;
}

.space-56 {
  height: 30px;
}

.brand-wrap {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 840px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.cta-block {
  background-color: var(--green);
  color: #fff;
  background-image: url('../images/CTA-BG.svg');
  background-position: 100% 0;
  background-repeat: no-repeat;
  background-size: auto;
  border-radius: 10px;
  padding: 78px;
}

.cta-grid {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  grid-template-rows: auto;
  grid-template-columns: 1fr .6fr;
}

.limit-560 {
  max-width: 560px;
}

.cta-button-wrap {
  grid-column-gap: 32px;
  flex-direction: column;
  align-items: stretch;
  width: 100%;
  max-width: 440px;
  margin-top: 48px;
  display: flex;
}

.student-avatar-big {
  background-color: #fff;
  border-radius: 32px;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 36px;
  height: 36px;
  margin-left: -12px;
  padding: 1.5px;
  display: flex;
  overflow: hidden;
}

.student-avatar-big.first-avatar {
  margin-left: 0;
}

.cta-image-wrap {
  z-index: 2;
  border-radius: 10px;
  height: 294px;
  position: relative;
  overflow: hidden;
}

.limit-740 {
  width: 100%;
  max-width: 740px;
}

.space-48 {
  height: 48px;
}

.tabs {
  flex-direction: column;
  align-items: center;
  display: flex;
}

.tabs-menu {
  grid-column-gap: 10px;
  background-color: #fff;
  border-radius: 90px;
  justify-content: center;
  align-items: center;
  margin-bottom: 80px;
  padding: 4px 6px;
  display: flex;
}

.tab-link {
  color: var(--green);
  text-align: center;
  background-color: #fff;
  border-radius: 80px;
  flex: none;
  width: 152px;
  padding: 4px 24px;
  font-size: 18px;
  font-weight: 500;
  line-height: 180%;
  text-decoration: none;
}

.tab-link.w--current {
  background-color: var(--green);
  color: #fff;
  font-weight: 700;
}

.tabs-content {
  width: 100%;
}

.grid-thirds {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
}

.grid-thirds.courses {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  display: grid;
}

.course-card {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  text-align: center;
  background-color: #fff;
  border-radius: 18px;
  flex-direction: column;
  align-items: center;
  height: 100%;
  padding: 32px;
  font-weight: 500;
  display: flex;
}

.course-logo {
  border: 1px solid var(--gainsboro);
  background-color: var(--background);
  border-radius: 12px;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 54px;
  height: 56px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  overflow: hidden;
}

.course-block {
  flex-direction: column;
  align-items: stretch;
  width: 100%;
  display: flex;
}

.course-logo-image {
  mix-blend-mode: darken;
  width: 60%;
}

.feature-wrap {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  padding-top: 50px;
  padding-bottom: 50px;
  display: grid;
}

.feature-tile {
  grid-row-gap: 8px;
  text-align: center;
  flex-direction: column;
  align-items: center;
  width: 100%;
  max-width: 325px;
  display: flex;
}

.feature-icon {
  flex: none;
  width: 30px;
  height: 30px;
}

.marquee-image-wrap {
  border-radius: 12px;
  width: 100%;
  height: 410px;
  overflow: hidden;
}

.marquee-item {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.marquee-image {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

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

.marquee.reverse {
  justify-content: flex-end;
}

.marquee-overflow {
  z-index: 9;
  background-image: linear-gradient(to bottom, var(--green), #fff0);
  height: 278px;
  position: absolute;
  inset: 0% 0% auto;
}

.marquee-overflow.bottom {
  background-image: linear-gradient(to top, var(--green), #fff0);
  inset: auto 0% 0%;
}

.marquee-column {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.marquee-wrap {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-direction: row;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  max-width: 604px;
  height: 772px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.span-accent-one {
  color: var(--accent-one);
}

.limit-880 {
  width: 100%;
  max-width: 880px;
}

.course-review {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  align-items: center;
  margin-bottom: 6px;
  display: flex;
}

.review-star-wrap {
  grid-column-gap: 2px;
  grid-row-gap: 2px;
  display: flex;
}

.review-star {
  grid-column-gap: 2px;
  grid-row-gap: 2px;
  background-color: var(--sea-green);
  justify-content: center;
  align-items: center;
  width: 24px;
  height: 24px;
  display: flex;
}

.trustpilot-logo {
  height: 32px;
}

.course-price-card {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  color: var(--green);
  background-color: #fff;
  border-radius: 18px;
  flex-direction: column;
  padding: 32px;
  font-weight: 500;
  display: flex;
  box-shadow: 0 4px 94px #00000012;
}

.price-video {
  background-image: url('../images/Video-BG_1Video BG.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 18px;
  justify-content: center;
  align-items: center;
  height: 252px;
  display: flex;
}

.lightbox-link {
  border-radius: 48px;
  width: 64px;
  height: 64px;
  transition: transform .2s;
  overflow: hidden;
  box-shadow: 0 2px 32px #0000001a;
}

.lightbox-link:hover {
  transform: scale(1.1);
}

.teacher-detail {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.teacher-avatar-wrap {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  color: var(--green);
  align-items: center;
  margin-top: 8px;
  font-weight: 700;
  text-decoration: none;
  display: flex;
}

.teacher-avatar {
  border-radius: 90px;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 38px;
  height: 38px;
  display: flex;
  overflow: hidden;
}

.teacher-avatar.ecommerce-avatar {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-size: cover;
}

.divider {
  background-color: var(--white-smoke);
  width: 100%;
  height: 1px;
}

.pricing {
  align-items: flex-end;
  display: flex;
}

.old-price {
  color: var(--dark-grey);
  font-size: 26px;
  font-weight: 500;
  line-height: 160%;
}

.old-price.ecommerce-small-old {
  font-size: 18px;
}

.price {
  font-size: 52px;
  font-weight: 900;
  line-height: 120%;
}

.price.ecommerce-small {
  font-size: 34px;
}

.price-separator {
  color: var(--dark-grey);
  font-size: 26px;
  font-weight: 500;
  line-height: 160%;
}

.price-separator.ecommerce-separator {
  font-size: 18px;
}

.course-button-wrap {
  color: #1c353399;
  text-align: center;
  flex-direction: column;
  display: flex;
}

.space-40 {
  height: 40px;
}

.table-row {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  border-bottom: 1px solid #ededed1a;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  padding-top: 16px;
  padding-bottom: 16px;
  display: grid;
}

.table-row.last-item {
  border-bottom-style: none;
}

.table-row.white-text-row {
  color: var(--beige-background);
}

.space-04 {
  height: 4px;
}

.column {
  padding-left: 0;
  padding-right: 10px;
}

.course-detail-wrap {
  overflow: hidden;
}

.course-divider {
  background-color: #ddd;
  width: 100%;
  height: 1px;
  margin-top: 48px;
  margin-bottom: 48px;
}

.course-feature-card-wrap {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-direction: column;
  display: flex;
}

.course-feature-card {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  background-color: #fff;
  border-radius: 18px;
  align-items: center;
  padding: 24px;
  display: flex;
}

.course-feature-icon {
  flex: none;
  justify-content: center;
  align-items: center;
  width: 24px;
  height: 24px;
  display: flex;
}

.text-regular {
  font-weight: 400;
}

.contact-form {
  background-color: #fff;
  border-radius: 18px;
  padding: 48px;
  box-shadow: 0 4px 94px #00000012;
}

.text-field {
  border: 1px solid var(--gainsboro);
  border-radius: 8px;
  min-height: 60px;
  margin-bottom: 12px;
  padding: 14px 24px;
  font-size: 16px;
  font-weight: 500;
  line-height: 200%;
}

.text-field::placeholder {
  color: var(--dark-grey);
}

.text-field.quantity {
  width: auto;
  min-width: 80px;
  max-width: 140px;
}

.text-field.cart-quantity {
  width: auto;
  max-width: 80px;
}

.text-area {
  border: 1px solid var(--gainsboro);
  border-radius: 8px;
  min-height: 158px;
  margin-bottom: 24px;
  padding: 14px 24px;
  font-size: 16px;
  font-weight: 500;
  line-height: 200%;
}

.text-area::placeholder {
  color: var(--dark-grey);
}

.form {
  flex-direction: column;
  display: flex;
}

.contact-card-wrap {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-direction: column;
  display: flex;
}

.contact-card {
  grid-column-gap: 46px;
  grid-row-gap: 46px;
  background-color: #fff;
  border-radius: 18px;
  flex: 1;
  align-items: center;
  padding: 40px 50px;
  display: flex;
  box-shadow: 0 4px 94px #00000012;
}

.contact-card-icon {
  background-color: var(--green);
  border-radius: 18px;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 150px;
  height: 130px;
  display: flex;
}

.contact-title {
  font-size: 24px;
  font-weight: 700;
  line-height: 180%;
}

.cta-link {
  color: var(--green);
  font-size: 16px;
  font-weight: 700;
  line-height: 200%;
  transition: opacity .2s;
}

.cta-link:hover {
  opacity: .9;
}

.form-wrap {
  background-color: var(--background);
  border-radius: 18px;
  width: 100%;
  max-width: 536px;
  margin-left: auto;
  margin-right: auto;
  padding: 48px;
}

.form-title-wrap {
  text-align: center;
  flex-direction: column;
  align-items: center;
  margin-bottom: 32px;
  display: flex;
}

.form-logo {
  width: 38px;
  height: 26px;
  margin-bottom: 16px;
}

.forgot-wrap {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  justify-content: space-between;
  align-items: center;
  margin-top: -4px;
  display: flex;
}

.checkbox-field {
  align-items: center;
  margin-bottom: 0;
  padding-left: 0;
  display: flex;
}

.checkbox {
  border-color: var(--dark-grey);
  text-align: center;
  border-radius: 4px;
  flex: none;
  width: 16px;
  height: 16px;
  margin-top: 0;
  margin-left: 0;
  margin-right: 8px;
}

.checkbox.w--redirected-checked {
  background-color: var(--green);
  background-image: url('../images/Checkmark.svg');
  background-position: 45%;
  background-size: 8px 6px;
}

.checkbox-label {
  margin-bottom: 0;
  font-size: 16px;
  font-weight: 500;
}

.cta-wrap-full {
  flex-direction: column;
  margin-top: 32px;
  display: flex;
}

.form-support {
  text-align: center;
  margin-top: 32px;
}

.span-link {
  color: var(--green);
  font-weight: 700;
}

.form-block {
  margin-bottom: 0;
}

.course-feature-column {
  padding-left: 10px;
  padding-right: 0;
}

.course-price-wrap {
  max-width: 598px;
  position: relative;
}

.columns {
  margin-left: 0;
  margin-right: 0;
}

.sticky-block {
  position: sticky;
  top: 100px;
}

.course-slider-wrap {
  position: relative;
}

.slider-gradient {
  z-index: 9;
  background-image: linear-gradient(270deg, var(--beige-background), #fff0);
  width: 12%;
  position: absolute;
  inset: 0% 0% 0% auto;
}

.grid-one {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.teachers-card {
  grid-column-gap: 52px;
  grid-row-gap: 52px;
  background-color: #fff;
  border-radius: 18px;
  align-items: center;
  padding: 32px;
  display: flex;
}

.teachers-image-wrap {
  border-radius: 10px;
  flex: none;
  width: 100%;
  max-width: 448px;
  height: 318px;
  overflow: hidden;
}

.social-link {
  flex: none;
  justify-content: center;
  align-items: center;
  width: 24px;
  height: 24px;
  transition: opacity .2s;
  display: flex;
}

.social-link:hover {
  opacity: .8;
}

.social-link.big-social {
  width: 32px;
  height: 32px;
}

.teachers-fature-wrap {
  margin-bottom: -180px;
}

.grid-teachers-usps {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  grid-template-rows: auto;
  grid-template-columns: .8fr 1fr;
}

.teachers-feature-content {
  padding: 60px 50px;
}

.teachers-title {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 28px;
  line-height: 105%;
}

.teachers-feature-wrap {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.teachers-feature-card {
  background-color: #fff;
  border-radius: 18px;
  flex-direction: column;
  justify-content: center;
  min-height: 360px;
  padding: 40px 50px;
  font-weight: 500;
  transition: opacity .3s ease-out;
  display: flex;
}

.teachers-feature-card.highlighted-card {
  background-color: var(--green);
  color: var(--beige-background);
}

.limit-860 {
  width: 100%;
  max-width: 860px;
}

.grid-gallery {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  grid-template: "."
  / 1fr .5fr;
  width: 100%;
}

.cell {
  border-radius: 18px;
  flex-direction: column;
  flex: 1;
  justify-content: center;
  align-items: center;
  height: 264px;
  display: flex;
  overflow: hidden;
}

.cell-big {
  border-radius: 18px;
  flex-direction: column;
  flex: 1;
  justify-content: center;
  align-items: center;
  height: 548px;
  display: flex;
  overflow: hidden;
}

.limit-640 {
  width: 100%;
  max-width: 640px;
}

.space-72 {
  height: 72px;
}

.enroll-wrap {
  text-align: center;
  flex-direction: column;
  align-items: center;
  width: 100%;
  max-width: 880px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.enroll-logo {
  margin-bottom: 16px;
}

.span-line-1 {
  background-image: url('../images/Line-Smartest.svg');
  background-position: 50% 100%;
  background-repeat: no-repeat;
  background-size: auto;
}

.span-line-2 {
  background-image: url('../images/Line-Creative.svg');
  background-position: 50% 100%;
  background-repeat: no-repeat;
  background-size: auto;
}

.span-line-3 {
  background-image: url('../images/Line-Word.svg');
  background-position: 50% 100%;
  background-repeat: no-repeat;
  background-size: auto;
}

.enroll-button-wrap {
  flex-direction: column;
  width: 100%;
  max-width: 440px;
  margin-top: 64px;
  display: flex;
}

.blog-wrap {
  color: var(--green);
  background-color: #fff;
  border-radius: 18px;
  margin-top: -256px;
  padding: 60px 110px 80px;
}

.blog-featured-card {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  align-items: center;
  display: flex;
}

.featured-image-wrap {
  border-radius: 18px;
  flex: none;
  width: 100%;
  max-width: 526px;
  height: 344px;
  overflow: hidden;
}

.blog-date {
  color: var(--dark-grey-2);
  margin-bottom: 6px;
  font-size: 14px;
  font-weight: 500;
  line-height: 150%;
}

.blog-divider {
  background-color: var(--gainsboro);
  width: 100%;
  height: 1px;
  margin-top: 60px;
  margin-bottom: 60px;
}

.blog-card {
  color: var(--green);
  text-decoration: none;
  transition: transform .2s;
}

.blog-card:hover {
  transform: translate(0, -6px);
}

.blog-image-wrap {
  border-radius: 18px;
  height: 234px;
  margin-bottom: 16px;
  overflow: hidden;
}

.grid-blog {
  grid-column-gap: 40px;
  grid-row-gap: 60px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.blog-detail-wrap {
  background-color: #fff;
  border-radius: 18px;
  margin-top: -244px;
  padding: 100px 120px;
}

.rich-text h2 {
  margin-bottom: 8px;
}

.rich-text p {
  margin-bottom: 24px;
  font-weight: 500;
}

.rich-text h3 {
  margin-bottom: 8px;
}

.rich-text h4 {
  margin-top: 0;
  margin-bottom: 8px;
}

.rich-text figure {
  border-radius: 18px;
  margin-bottom: 24px;
  overflow: hidden;
}

.grid-footer {
  grid-column-gap: 72px;
  grid-row-gap: 72px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
}

.footer-main {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-direction: column;
  display: flex;
}

.footer-social-link-wrap {
  grid-column-gap: 24px;
  display: flex;
}

.footer-title {
  color: var(--beige-background);
  margin-top: 0;
  margin-bottom: 0;
  font-size: 21px;
  font-weight: 700;
  line-height: 160%;
}

.footer-grid {
  grid-column-gap: 24px;
  display: flex;
}

.footer-block {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  flex-direction: column;
  width: 100%;
  display: flex;
}

.footer-link {
  color: var(--beige-background);
  font-size: 16px;
  font-weight: 500;
  line-height: 200%;
  text-decoration: none;
}

.footer-contact {
  background-color: var(--colorblacksmooth);
  border-radius: 18px;
  flex-direction: column;
  justify-content: center;
  padding: 60px 20px;
  display: flex;
}

.contact-list {
  grid-row-gap: 8px;
  flex-direction: column;
  display: flex;
}

.contact-list-item {
  grid-column-gap: 1px;
  color: var(--background);
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: 32px;
  margin-top: 10px;
  margin-bottom: 20px;
  padding-top: 0;
  padding-bottom: 0;
  font-weight: 500;
  display: block;
}

.contact-list-icon {
  flex: none;
  justify-content: center;
  align-items: center;
  width: 18px;
  height: 18px;
  display: flex;
}

.newsletter-title {
  font-size: 24px;
  font-weight: 700;
  line-height: 175%;
}

.span-newsletter {
  color: var(--accent-one);
  font-weight: 700;
}

.newsletter-block {
  grid-column-gap: 16px;
  display: flex;
}

.newsletter-logo {
  align-items: center;
  display: flex;
}

.newsletter-form {
  grid-column-gap: 12px;
  display: flex;
}

.newsletter-text-field {
  border: 1px solid var(--gainsboro);
  border-radius: 8px;
  min-height: 64px;
  margin-bottom: 0;
  padding: 14px 24px;
  font-size: 16px;
  font-weight: 500;
  line-height: 200%;
}

.newsletter-text-field::placeholder {
  color: var(--green);
}

.newsletter-divider {
  background-color: #ffffff1a;
  width: 100%;
  height: 1px;
  margin-top: 90px;
  margin-bottom: 36px;
}

.card-wrap {
  z-index: 5;
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
  position: absolute;
  inset: 80px auto auto -20px;
}

.card-wrap._02 {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  justify-items: center;
  display: grid;
  inset: auto -50px 30px auto;
}

.card-2 {
  margin-left: 36px;
}

.card-7 {
  z-index: 4;
  position: relative;
  transform: rotate(-2deg);
  box-shadow: 0 3px 40px #00000012;
}

.card-4 {
  z-index: 1;
  position: relative;
  top: 64px;
  transform: rotate(-11deg);
  box-shadow: 0 3px 40px #00000012;
}

.card-6 {
  z-index: 3;
  position: relative;
  top: 24px;
  transform: rotate(-5deg);
  box-shadow: 0 3px 40px #00000012;
}

.card-5 {
  z-index: 2;
  position: relative;
  top: 42px;
  transform: rotate(-8deg);
  box-shadow: 0 3px 40px #00000012;
}

.master-expandable {
  grid-row-gap: 16px;
  flex-direction: column;
  display: flex;
}

.expandable-single {
  cursor: pointer;
  background-color: #fff;
  border-radius: 18px;
  padding: 22px 24px 24px 32px;
}

.expandable-top {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.faq-h3 {
  margin-top: 0;
  margin-bottom: 0;
  margin-right: 24px;
  font-size: 20px;
}

.plus-expand-master {
  flex: none;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  display: flex;
  position: relative;
}

.plus-line {
  background-color: #000;
  border-radius: 1px;
  width: 18px;
  height: 2px;
}

.plus-line.vertical {
  position: absolute;
  transform: rotate(-90deg);
}

.expandable-bottom {
  transform-origin: 50% 0;
  flex-direction: column;
  align-items: flex-start;
  width: 90%;
  display: flex;
}

.faq-paragraph {
  transform-origin: 50% 0;
  margin-bottom: 0;
  padding-top: 16px;
  padding-bottom: 12px;
}

.center-content {
  flex-direction: column;
  align-items: center;
  display: flex;
}

.master-faq {
  width: 100%;
  max-width: 740px;
}

.master-categories {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.list-wrap-courses {
  width: 100%;
}

.course-top-block {
  flex-direction: column;
  align-items: stretch;
  width: 100%;
  display: flex;
}

.ecommerce-course-card {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  text-align: center;
  background-color: #fff;
  border-radius: 18px;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  height: 100%;
  padding: 32px;
  font-weight: 500;
  display: flex;
}

.overlay-course-detail-hero {
  background-color: #1c353366;
  background-image: linear-gradient(to bottom, #1c353366, #1c3533e6 32%, #1c3533fa 74%, var(--green));
  position: absolute;
  inset: 0%;
}

.default-state-add-to-cart {
  flex-direction: column;
  display: flex;
}

.image-play-preview {
  width: 100%;
  height: 100%;
}

.background-image-about-us {
  background-image: url('../images/AboutUs-Big_1AboutUs Big.webp');
  background-position: 50%;
  background-size: cover;
  border-radius: 16px;
  width: 100%;
  height: 100%;
  max-height: 600px;
  position: sticky;
  top: 86px;
}

.master-about-us-hero {
  grid-row-gap: 16px;
  flex-direction: column;
  max-width: 670px;
  display: flex;
}

.wrap-about-us-icons {
  grid-row-gap: 40px;
  flex-direction: column;
  display: flex;
}

.text-block-h3-style {
  font-family: Plus Jakarta, sans-serif;
  font-size: 22px;
  font-weight: 600;
}

.cta-wrap-about-hero {
  display: flex;
}

.master-process {
  width: 100%;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
}

.single-process {
  grid-column-gap: 40px;
  align-items: stretch;
  display: flex;
}

.left-process {
  flex-direction: column;
  align-items: center;
  width: 32px;
  display: flex;
}

.right-process {
  grid-row-gap: 24px;
  flex-direction: column;
  flex: 1;
  align-items: flex-start;
  padding-bottom: 64px;
  display: flex;
}

.right-process.last-process {
  padding-bottom: 0;
}

.process-circle {
  background-color: #576763;
  border-radius: 50%;
  flex: none;
  width: 29px;
  height: 29px;
  margin-bottom: 0;
  position: relative;
  overflow: hidden;
}

.line-process {
  background-color: #576763;
  width: 5px;
  height: 100%;
}

.fill-circle {
  background-color: var(--accent-one);
  border-radius: 50%;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.fill-line {
  background-color: var(--accent-one);
  transform-origin: 50% 0;
  width: 100%;
  height: 100%;
}

.process-tile {
  background-color: #fff;
  border-radius: 10px;
  padding: 50px 64px;
  box-shadow: 0 4px 64px #0000000a;
}

.wrap-highlighted-blog-content {
  padding-top: 16px;
  padding-bottom: 16px;
  position: relative;
}

.navbar {
  z-index: 1000;
  background-color: var(--beige-background);
  border-bottom: 1px solid #e0deda;
  height: 74px;
  position: fixed;
  inset: 0% 0% auto;
  box-shadow: 0 1px 20px #6164641a;
}

.navbar-container {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 1320px;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
}

.right-navbar {
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.brand-link-navbar {
  max-width: 200px;
}

.link-nav {
  height: 100%;
  padding: 12px 20px;
  font-size: 16px;
}

.link-nav.w--current {
  color: var(--green);
  font-weight: 500;
}

.nav-menu {
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.divider-nav {
  background-color: #d0d0d0;
  width: 1px;
  height: 32px;
  margin-left: 12px;
  margin-right: 12px;
}

.link-login {
  grid-column-gap: 8px;
  color: var(--green);
  border-radius: 12px;
  justify-content: center;
  height: 48px;
  padding: 12px 24px;
  font-size: 16px;
  text-decoration: none;
  transition: background-color .2s;
  display: flex;
}

.link-login:hover {
  background-color: #1c35331a;
}

.icon-login {
  width: 24px;
  height: 24px;
}

.white-link {
  color: var(--beige-background);
}

.course-title-wrap {
  width: 100%;
  max-width: 900px;
}

.title-wrap-home-image-section {
  width: 100%;
  max-width: 550px;
}

.title-wrap-step-away {
  width: 100%;
  max-width: 470px;
}

.master-teacher-hero {
  grid-column-gap: 56px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.image-teacher-hero {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-size: cover;
  border-radius: 12px;
  flex: none;
  width: 100%;
  max-width: 480px;
  min-height: 590px;
}

.wrap-teacher-content {
  grid-row-gap: 24px;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.wrap-socials-teacher-hero {
  grid-column-gap: 14px;
  margin-top: 0;
  display: flex;
}

.image-social-big {
  width: 100%;
  height: 100%;
}

.icon-course-tile {
  width: 32px;
  height: 32px;
}

.cta-wrap-teacher-card {
  margin-top: 16px;
  display: flex;
}

.link-teacher-card {
  color: var(--green);
  font-family: Plus Jakarta, sans-serif;
  font-size: 16px;
  font-weight: 600;
  text-decoration: none;
  transition: color .2s;
}

.link-teacher-card:hover {
  color: #1c3533cc;
}

.wrap-teacher-name {
  justify-content: space-between;
  align-items: center;
  margin-top: 4px;
  margin-bottom: 16px;
  display: flex;
}

.wrap-socials-teacher-card {
  grid-column-gap: 12px;
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.cart-button {
  background-color: var(--green);
  border-radius: 50%;
  justify-content: center;
  width: 56px;
  height: 56px;
}

.cart-master {
  z-index: 1000;
  position: fixed;
  inset: auto 24px 24px auto;
}

.cart-container {
  background-color: var(--beige-background);
}

.remove-link {
  color: var(--green);
  text-decoration: none;
}

.remove-button {
  color: var(--green);
}

.icon-cart-course {
  background-color: #fff;
  border-radius: 6px;
  padding: 15px;
}

.apple-pay {
  border-radius: 12px;
  height: 52px;
}

.wrap-brand-checkout {
  background-color: var(--white);
  justify-content: center;
  align-items: center;
  height: 64px;
  display: flex;
}

.checkout-form {
  background-color: var(--beige-background);
  padding-top: 64px;
}

.block-header {
  border-top-left-radius: 12px;
  border-top-right-radius: 12px;
}

.block-content {
  border-bottom-right-radius: 12px;
  border-bottom-left-radius: 12px;
}

.billing-address-toggle {
  justify-content: flex-start;
  align-items: center;
}

.checkbox-2 {
  width: 22px;
  height: 22px;
  margin-top: 0;
}

.checkbox-label-checkout {
  margin-bottom: 0;
}

.utility-page-wrap {
  justify-content: center;
  align-items: center;
  width: 100vw;
  max-width: 100%;
  height: 100vh;
  max-height: 100%;
  display: flex;
}

.utility-page-content {
  text-align: center;
  flex-direction: column;
  width: 260px;
  display: flex;
}

.utility-page-form {
  flex-direction: column;
  align-items: stretch;
  display: flex;
}

._404-wrap {
  width: 100%;
}

.cta-wrap-404 {
  align-items: center;
  display: flex;
}

.cta-wrap-template-page {
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.columns-template-info {
  display: flex;
}

.left-column-template-info {
  padding: 0 24px 0 0;
}

.right-column-template-info {
  grid-row-gap: 24px;
  flex-direction: column;
  padding: 0;
  display: flex;
}

.tile-template-navigation {
  grid-row-gap: 16px;
  background-color: #fff;
  border-radius: 10px;
  flex-direction: column;
  align-items: flex-start;
  max-width: 380px;
  padding: 24px;
  display: flex;
  position: sticky;
  top: 100px;
  box-shadow: 0 4px 64px #0000000a;
}

.link-template-navigation {
  color: var(--green);
  font-size: 22px;
  text-decoration: none;
  transition: all .2s;
}

.link-template-navigation.w--current {
  font-size: 27px;
  font-weight: 700;
}

.divider-typography {
  background-color: #0003;
  width: 100%;
  height: 1px;
}

.tile-template-info {
  grid-row-gap: 16px;
  background-color: #fff;
  border-radius: 10px;
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
  padding: 24px;
  display: flex;
  box-shadow: 0 4px 64px #0000000a;
}

.tile-template-info.changelog-info {
  max-width: 500px;
}

.template-h2 {
  margin-top: 0;
}

.grid-colors {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  width: 100%;
}

.color-master {
  grid-row-gap: 12px;
  flex-direction: column;
  display: flex;
}

.color {
  background-color: #faebe3;
  border: 1px solid #b8b8b8;
  border-radius: 4px;
  padding-top: 100%;
}

.color.color-one {
  background-color: var(--green);
}

.color.color-two {
  background-color: var(--beige-background);
}

.color.color-three {
  background-color: var(--accent-one);
}

.color.color-four {
  background-color: var(--white);
}

.grid-icons {
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  width: 100%;
}

.icon-template {
  width: 32px;
  height: 32px;
}

.grid-buttons {
  width: 100%;
}

.button-wrap {
  grid-row-gap: 16px;
  background-color: var(--beige-background);
  border-radius: 12px;
  flex-direction: column;
  align-items: flex-start;
  padding: 16px;
  display: flex;
}

.grid-tiles {
  grid-template-columns: 1fr;
  width: 100%;
  max-width: 620px;
}

.grid-license-images {
  grid-template-columns: 1fr 1fr 1fr;
  width: 100%;
}

.image-template {
  border-radius: 8px;
}

.no-margins {
  color: var(--sea-green);
  margin-top: 0;
  margin-bottom: 0;
}

.success-message {
  background-color: var(--background);
  color: var(--green);
  border: 1px solid #1c35331c;
  border-radius: 12px;
}

.overlay-blog-detail {
  background-color: #1c353366;
  position: absolute;
  inset: 0%;
}

.wrap-nav-buttons {
  grid-column-gap: 8px;
  justify-content: flex-end;
  display: flex;
}

.cta-wrap-sales-hero {
  grid-row-gap: 12px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.sales-mock-image {
  border: 1px solid #f4f1eb45;
  border-radius: 12px;
  width: 100%;
  margin-bottom: 0;
}

.sales-mock-link-block {
  width: 100%;
  margin-bottom: 24px;
  transition: transform .5s;
}

.sales-mock-link-block:hover {
  transform: scale(1.03);
}

.included-card {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: var(--beige-background);
  text-align: center;
  border-radius: 18px;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  height: 100%;
  padding: 0;
  font-weight: 500;
  display: flex;
}

.included-card.figma-card {
  grid-column-gap: 56px;
  text-align: left;
  flex-direction: row;
  justify-content: flex-start;
  padding: 32px;
}

.included-padding-wrap {
  grid-row-gap: 12px;
  flex-direction: column;
  align-items: center;
  width: 100%;
  padding: 24px;
  display: flex;
}

.image-included {
  width: 100%;
}

.icon-figma {
  width: 120px;
  height: 120px;
}

.wrap-figma-content {
  grid-row-gap: 12px;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.master-sales-pages {
  grid-row-gap: 40px;
  flex-direction: column;
  display: flex;
}

.single-sales-pages {
  grid-row-gap: 24px;
  flex-direction: column;
  display: flex;
}

.sales-card {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: var(--white);
  color: var(--green);
  text-align: center;
  border-radius: 18px;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  height: 100%;
  padding: 24px;
  font-weight: 500;
  text-decoration: none;
  transition: transform .2s;
  display: flex;
}

.sales-card:hover {
  transform: translate(0, -4px);
}

.image-sales-page {
  border: 1px solid #1c353329;
  border-radius: 12px;
  width: 100%;
}

.grid-fourths {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
}

.more-power-card {
  grid-column-gap: 16px;
  grid-row-gap: 4px;
  background-color: var(--beige-background);
  text-align: left;
  border-radius: 18px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  height: 100%;
  padding: 24px;
  font-weight: 500;
  display: flex;
}

.bold-text, .paragraph, .paragraph-2, .paragraph-3, .paragraph-4 {
  color: var(--sea-green);
}

.heading {
  color: var(--beige-background);
}

.heading-2 {
  color: var(--sea-green);
}

.rich-text-block {
  color: var(--sea-green);
  padding: 140px 140px 100px;
}

.text-block-2 {
  color: var(--beige-background);
}

@media screen and (min-width: 1440px) {
  .section.footer {
    background-color: var(--sea-green);
  }

  .hero-block {
    background-image: linear-gradient(54deg, #1c2435, #1c353300), linear-gradient(#0000, #0000), url('../images/15757.jpg');
  }

  .footer-title {
    color: var(--background);
  }

  .footer-link {
    color: var(--beige-background);
  }

  .footer-contact {
    background-color: var(--191919);
    padding-left: 20px;
    padding-right: 20px;
  }

  .contact-list {
    color: var(--beige-background);
    text-align: right;
    align-items: flex-start;
  }

  .contact-list-item {
    grid-column-gap: 16px;
    color: var(--background);
    text-align: left;
    display: block;
  }

  .bold-text-2, .heading-2, .text-block {
    color: var(--sea-green);
  }

  .text-block-2 {
    color: var(--background);
  }
}

@media screen and (max-width: 991px) {
  h1 {
    font-size: 38px;
  }

  h3 {
    font-size: 20px;
  }

  .section.hero-home {
    padding-top: 100px;
  }

  .section.image-columns-section-course {
    padding-top: 64px;
    padding-bottom: 64px;
  }

  .section.hero-course-detail {
    padding-top: 250px;
    padding-bottom: 200px;
  }

  .section.contact {
    padding-top: 140px;
  }

  .section.enroll {
    padding-bottom: 200px;
  }

  .section.course-detail-content {
    margin-top: -120px;
  }

  .section.hero-teacher {
    padding-top: 140px;
  }

  .section.sales-gallery {
    height: auto;
    min-height: 400px;
    max-height: 600px;
  }

  .main-container.hero {
    padding-left: 24px;
    padding-right: 24px;
  }

  .mega-h1 {
    font-size: 44px;
    line-height: 130%;
  }

  .hero-block {
    background-image: linear-gradient(0deg, #1c2435, #1c353300), linear-gradient(#0006, #0006), url('../images/15757.jpg');
    background-position: 0 0, 0 0, 50%;
    background-repeat: repeat, repeat, no-repeat;
    background-size: auto, auto, cover;
    min-height: 0;
    padding: 140px 40px 120px;
  }

  .limit-790 {
    max-width: 600px;
  }

  .cta.secondary.nav-cta {
    margin-left: 0;
  }

  .steps-grid, .grid-halves {
    grid-template-columns: 1fr;
  }

  .grid-halves.about-lecture {
    grid-row-gap: 40px;
  }

  .grid-halves.about-us-halves {
    grid-template-columns: 1.2fr;
    max-width: 600px;
    margin-left: auto;
    margin-right: auto;
  }

  .grid-halves.home-image-grid {
    grid-row-gap: 80px;
    grid-template-columns: 1fr;
  }

  .grid-halves.combo-image-text-grid {
    grid-row-gap: 64px;
    grid-template-columns: 1fr;
  }

  .grid-halves.course-details-halves {
    grid-row-gap: 56px;
  }

  .grid-halves.contact-grid {
    max-width: 600px;
    margin-left: auto;
    margin-right: auto;
  }

  .grid-halves.teacher-courses, .grid-halves.course-more-grid {
    grid-template-columns: 1fr;
  }

  .block.transition-home {
    text-align: center;
    flex-direction: column;
    align-items: center;
    max-width: 630px;
    display: flex;
  }

  .block.image-columns-title {
    text-align: center;
    flex-direction: column;
    align-items: center;
    display: flex;
  }

  .block.course-detail-on-green {
    background-color: var(--green);
    border-radius: 12px;
    margin-bottom: 40px;
    margin-left: auto;
    margin-right: auto;
    padding: 24px;
  }

  .block.teacher-content {
    text-align: center;
    flex-direction: column;
    align-items: center;
    display: flex;
  }

  .check-list-item {
    text-align: left;
  }

  .colored-block {
    max-width: 550px;
  }

  .feature-image-wrap {
    max-width: 510px;
    min-height: 580px;
  }

  .list-item {
    text-align: left;
  }

  .teacher-wrap {
    grid-column-gap: 24px;
  }

  .brand-wrap {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
    flex-wrap: wrap;
  }

  .cta-block {
    padding: 52px;
  }

  .tab-link {
    flex: 0 auto;
  }

  .grid-thirds {
    grid-template-columns: 1fr;
  }

  .grid-thirds.courses {
    grid-template-columns: 1fr;
    max-width: 490px;
    margin-left: auto;
    margin-right: auto;
  }

  .grid-thirds.sales-pages-grid, .grid-thirds.sales-mokcups {
    grid-template-columns: 1fr 1fr;
  }

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

  .marquee-wrap {
    max-width: 540px;
  }

  .course-detail-wrap {
    width: 100%;
    max-width: 598px;
  }

  .course-price-wrap {
    width: 100%;
  }

  .sticky-block {
    position: static;
  }

  .teachers-card {
    flex-direction: column;
  }

  .grid-teachers-usps {
    grid-template-columns: 1fr;
  }

  .teachers-feature-content {
    text-align: center;
    flex-direction: column;
    align-items: center;
    padding-top: 24px;
    padding-bottom: 24px;
    display: flex;
  }

  .blog-wrap {
    padding: 40px;
  }

  .blog-featured-card {
    flex-direction: column;
  }

  .grid-blog {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    grid-template-columns: 1fr 1fr;
  }

  .blog-detail-wrap {
    padding: 64px;
  }

  .grid-footer {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    grid-template-columns: 1fr 1fr;
  }

  .newsletter-form {
    max-width: 680px;
  }

  .card-wrap {
    left: -40px;
  }

  .background-image-about-us {
    height: 80vw;
    position: static;
  }

  .wrap-highlighted-blog-content {
    text-align: center;
    flex-direction: column;
    align-items: center;
    display: flex;
  }

  .link-nav {
    padding-left: 0;
    font-size: 20px;
  }

  .nav-menu {
    background-color: var(--beige-background);
    border-radius: 12px;
    justify-content: flex-start;
    width: 98%;
    margin-left: auto;
    margin-right: auto;
    padding: 24px;
  }

  .divider-nav {
    width: 40%;
    max-width: 130px;
    height: 1px;
    margin-top: 16px;
    margin-bottom: 16px;
  }

  .title-wrap-home-image-section {
    text-align: center;
    flex-direction: column;
    align-items: center;
    display: flex;
  }

  .master-teacher-hero {
    grid-row-gap: 48px;
    text-align: center;
    flex-direction: column;
  }

  .image-teacher-hero {
    max-width: 84%;
    height: 70vw;
    min-height: 0;
  }

  .wrap-teacher-content {
    align-items: center;
  }

  .wrap-teacher-name {
    grid-row-gap: 16px;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
  }

  .checkout-form {
    padding-left: 0;
    padding-right: 0;
  }

  .columns-template-info {
    flex-direction: column;
  }

  .left-column-template-info {
    display: none;
  }

  .manu-button {
    background-color: var(--tile);
    border-radius: 8px;
    justify-content: center;
    align-items: center;
    width: 48px;
    height: 48px;
    padding: 0;
  }

  .manu-button.w--open {
    background-color: var(--tile);
  }

  .icon-hamburger {
    width: 28px;
    height: 28px;
    margin: auto;
    display: block;
  }

  .wrap-menu-inside {
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    display: flex;
  }

  .wrap-nav-buttons {
    grid-column-gap: 12px;
    justify-content: flex-start;
  }

  .sales-mockups-column.third-column {
    display: none;
  }

  .grid-fourths.sales-pages-fourths {
    grid-template-columns: 1fr 1fr;
  }

  .link, .link-2 {
    color: var(--green);
    text-decoration: none;
  }
}

@media screen and (max-width: 767px) {
  h1 {
    font-size: 34px;
  }

  .section {
    padding-top: 56px;
    padding-bottom: 56px;
  }

  .section.hero-home {
    padding-bottom: 0;
  }

  .section.number {
    padding-top: 80px;
  }

  .section.hero-course-detail {
    padding-top: 210px;
  }

  .section.contact {
    padding-top: 120px;
  }

  .section.hero-about-us {
    padding-top: 140px;
  }

  .section.hero-teacher {
    padding-top: 120px;
  }

  .section.sales-gallery {
    height: auto;
    min-height: 400px;
    max-height: 630px;
  }

  .mega-h1 {
    font-size: 36px;
    line-height: 124%;
  }

  .subtitle {
    font-size: 18px;
    line-height: 135%;
  }

  .hero-block {
    text-align: center;
    background-image: linear-gradient(0deg, #1c2435, #1c353300), linear-gradient(#0000, #0000), url('../images/15757.jpg');
    background-position: 0 0, 0 0, 65% 0;
    padding: 64px 24px 56px;
  }

  .student-button-wrap {
    grid-column-gap: 0px;
    grid-row-gap: 24px;
    flex-direction: column;
  }

  .student-wrap {
    grid-column-gap: 16px;
  }

  .text-medium {
    font-size: 16px;
    line-height: 136%;
  }

  .colored-block {
    max-width: 82%;
    height: 66vw;
  }

  .home-image-wrap {
    height: 66vw;
  }

  .feature-image-wrap {
    max-width: 460px;
    height: 90vw;
    min-height: 0;
    max-height: 560px;
  }

  .number-wrap {
    grid-row-gap: 40px;
    flex-direction: column;
  }

  .number-tile.tile-02 {
    border-left-style: none;
    border-right-style: none;
  }

  .number-tile.tile-03 {
    border-right-style: none;
  }

  .teacher-wrap {
    flex-direction: column;
  }

  .teacher-image-wrap {
    height: 56vw;
  }

  .teacher-button-wrap {
    padding-top: 24px;
  }

  .brand-wrap {
    grid-column-gap: 32px;
    grid-row-gap: 24px;
    flex-wrap: wrap;
    justify-content: center;
  }

  .cta-block {
    padding: 32px;
  }

  .cta-grid {
    grid-row-gap: 48px;
    grid-template-columns: 1fr;
  }

  .tabs-menu {
    align-items: center;
    width: auto;
    margin-left: auto;
    margin-right: auto;
    padding: 12px 4vw;
    display: flex;
  }

  .tab-link {
    flex: 0 auto;
    justify-content: center;
    align-items: center;
    width: auto;
    padding-left: 4vw;
    padding-right: 4vw;
    font-size: 2.4vw;
    display: flex;
  }

  .grid-thirds.courses {
    max-width: none;
  }

  .grid-thirds.process-grid {
    grid-row-gap: 48px;
  }

  .feature-wrap {
    grid-row-gap: 40px;
    grid-template-columns: 1fr;
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .marquee-overflow {
    height: 160px;
  }

  .marquee-overflow.bottom {
    height: 140px;
  }

  .marquee-wrap {
    height: 700px;
  }

  .form-wrap {
    padding: 32px;
  }

  .form-title-wrap {
    text-align: center;
  }

  .blog-detail-wrap {
    padding: 32px;
  }

  .contact-list-item {
    margin-top: 20px;
  }

  .faq-h3 {
    font-size: 18px;
  }

  .faq-paragraph {
    font-size: 15px;
    line-height: 135%;
  }

  .background-image-about-us {
    height: 100vw;
  }

  .process-tile {
    padding: 40px;
  }

  .title-wrap-step-away {
    text-align: center;
  }

  .tab-link-text {
    flex: none;
  }

  .image-teacher-hero {
    height: 80vw;
  }

  .tile-template-navigation, .tile-template-info {
    padding: 40px;
  }

  .grid-buttons {
    grid-template-columns: 1fr;
  }

  .sales-mockups-column.third-column {
    display: none;
  }

  .included-card.figma-card {
    text-align: center;
    flex-direction: column;
  }

  .wrap-figma-content {
    text-align: center;
    align-items: center;
  }
}

@media screen and (max-width: 479px) {
  h1 {
    font-size: 28px;
    line-height: 135%;
  }

  h2 {
    font-size: 24px;
  }

  h3 {
    font-size: 18px;
  }

  .section.hero-home {
    padding-top: 72px;
  }

  .section.light.color-image-section {
    padding-top: 64px;
    padding-bottom: 64px;
  }

  .section.light.color-image-section.first-image-section {
    padding-top: 100px;
  }

  .section.teacher, .section.brand {
    padding-top: 64px;
    padding-bottom: 64px;
  }

  .section.hero-course-detail {
    background-position: 60% 0;
    padding-top: 190px;
  }

  .section.contact {
    padding-bottom: 64px;
  }

  .section.hero-account-pages {
    padding-top: 120px;
  }

  .section.impression {
    padding-top: 160px;
  }

  .section.blog {
    padding-top: 120px;
  }

  .section.one-step-away-section {
    padding-top: 24px;
  }

  .section.hero-about-us {
    padding-top: 100px;
  }

  .section.hero-sales {
    padding-top: 160px;
  }

  .section.legal {
    padding-top: 100px;
  }

  .main-container {
    padding-left: 16px;
    padding-right: 16px;
  }

  .main-container.hero {
    padding-left: 8px;
    padding-right: 8px;
  }

  .mega-h1 {
    font-size: 26px;
  }

  .paragraph-big {
    font-size: 20px;
  }

  .paragraph-big.home-subittle {
    font-size: 17px;
  }

  .paragraph-big.detail-right-text-course-page {
    font-size: 26px;
  }

  .paragraph-big.detail-left-text-course-page {
    font-size: 16px;
    font-weight: 400;
  }

  .paragraph-small {
    font-size: 15px;
    line-height: 130%;
  }

  .subtext {
    font-size: 13px;
  }

  .hero-block {
    background-image: linear-gradient(#0009, #0009), url('../images/15757.jpg');
    background-position: 0 0, 65% 0;
    background-repeat: repeat, no-repeat;
    background-size: auto, cover;
    padding: 64px 20px;
  }

  .cta.subscribe {
    width: 100%;
  }

  .student-wrap {
    grid-row-gap: 12px;
    flex-direction: column;
  }

  .student-wrap.gap-16 {
    text-align: center;
  }

  .usps-wrap {
    grid-template-columns: 1fr;
  }

  .usps-block {
    padding-top: 0;
  }

  .step-tile {
    grid-column-gap: 16px;
  }

  .grid-halves.home-image-grid {
    grid-row-gap: 40px;
  }

  .text-medium {
    font-size: 17px;
    line-height: 130%;
  }

  .check-list-wrap {
    grid-row-gap: 12px;
  }

  .check-list-item {
    font-size: 16px;
  }

  .colored-block, .home-image-wrap {
    height: 78vw;
  }

  .feature-image-wrap {
    height: 120vw;
    max-height: 610px;
  }

  .list-item {
    font-size: 16px;
  }

  .tabs-menu {
    grid-row-gap: 12px;
    border-radius: 12px;
    flex-wrap: wrap;
    margin-bottom: 16px;
  }

  .tab-link {
    flex: 0 auto;
    width: 90%;
    font-size: 5vw;
  }

  .grid-thirds.sales-pages-grid, .grid-thirds.sales-mokcups {
    grid-template-columns: 1fr;
  }

  .course-card {
    padding: 24px;
  }

  .marquee-column.second-column {
    display: none;
  }

  .course-price-card {
    padding: 18px;
  }

  .price-video {
    height: 56vw;
  }

  .pricing {
    flex-direction: column;
    align-items: flex-start;
  }

  .price-separator {
    display: none;
  }

  .table-row {
    grid-column-gap: 12px;
    grid-row-gap: 8px;
    grid-template-columns: 1fr;
  }

  .table-row.white-text-row {
    text-align: left;
    justify-items: start;
  }

  .table-row.white-text-row.with-icon {
    justify-content: space-between;
    display: flex;
  }

  .course-feature-card {
    flex-direction: column;
    align-items: flex-start;
  }

  .contact-form {
    padding: 24px;
  }

  .contact-card {
    text-align: center;
    flex-direction: column;
    padding: 32px 24px;
  }

  .contact-title {
    margin-bottom: 4px;
  }

  .form-wrap {
    padding: 32px 16px 24px;
  }

  .teachers-card {
    padding: 24px;
  }

  .teachers-image-wrap {
    max-width: 100%;
    height: 70vw;
  }

  .teachers-feature-content {
    padding: 24px 0;
  }

  .teachers-feature-wrap {
    grid-template-columns: 1fr;
  }

  .teachers-feature-card {
    min-height: auto;
    padding: 40px;
  }

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

  .cell {
    height: 90vw;
  }

  .cell-big {
    height: 120vw;
  }

  .blog-wrap {
    padding: 24px;
  }

  .grid-blog {
    grid-template-columns: 1fr;
  }

  .blog-detail-wrap {
    padding: 24px;
  }

  .grid-footer {
    grid-template-columns: 1fr;
  }

  .footer-column {
    flex-direction: column;
    display: flex;
  }

  .footer-grid {
    grid-row-gap: 12px;
    flex-direction: column;
  }

  .footer-link {
    font-size: 18px;
  }

  .footer-contact {
    width: 100%;
    padding: 24px 20px;
  }

  .contact-list-item {
    margin-bottom: 40px;
    padding-bottom: 10px;
  }

  .newsletter-title {
    line-height: 140%;
  }

  .newsletter-block {
    grid-row-gap: 8px;
    flex-wrap: wrap;
  }

  .newsletter-form {
    grid-row-gap: 12px;
    flex-wrap: wrap;
  }

  .newsletter-divider {
    margin-top: 40px;
  }

  .card-wrap {
    width: 70%;
    top: 80px;
    left: -24px;
  }

  .card-wrap._02 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    grid-template-rows: auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    width: 80%;
    margin-left: auto;
    margin-right: auto;
    display: grid;
    bottom: -30px;
    left: 24px;
    right: 0;
  }

  .card-7 {
    height: 72%;
  }

  .card-4 {
    height: 72%;
    top: 23px;
  }

  .card-6 {
    height: 72%;
    top: 8px;
  }

  .card-5 {
    height: 72%;
    top: 16px;
  }

  .expandable-single {
    padding: 16px;
  }

  .faq-h3 {
    margin-bottom: 0;
  }

  .text-block-h3-style {
    font-size: 20px;
  }

  .single-process {
    grid-column-gap: 16px;
  }

  .left-process {
    width: 28px;
  }

  .process-circle {
    width: 25px;
    height: 25px;
  }

  .line-process {
    width: 3px;
  }

  .process-tile {
    padding: 30px 24px;
  }

  .navbar {
    height: 64px;
  }

  .navbar-container {
    padding-left: 12px;
    padding-right: 12px;
  }

  .brand-link-navbar {
    max-width: 50vw;
  }

  .icon-course-detail-top {
    width: 32px;
    height: 32px;
  }

  .item-tabs-ecommerce {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    display: flex;
  }

  .image-teacher-hero {
    max-width: 100%;
    height: 110vw;
  }

  .tile-template-navigation {
    padding: 30px 24px;
  }

  .tile-template-info {
    padding: 22px 16px;
  }

  .grid-colors {
    grid-template-columns: 1fr;
  }

  .grid-icons {
    grid-template-columns: 1fr 1fr 1fr;
  }

  .grid-license-images {
    grid-template-columns: 1fr;
  }

  .wrap-nav-buttons {
    grid-column-gap: 0px;
    grid-row-gap: 12px;
    flex-direction: column;
  }

  .sales-mockups-column.second-column {
    display: none;
  }

  .included-card, .sales-card {
    padding: 24px;
  }

  .grid-fourths.sales-pages-fourths {
    grid-template-columns: 1fr;
  }

  .more-power-card {
    padding: 24px;
  }

  .rich-text-block {
    padding: 10px 10px 0;
  }

  .paragraph-5, .text-block-2 {
    text-decoration: none;
  }
}

#w-node-c92ba1be-d3be-0d69-1295-2230ba8e196b-db414321, #w-node-d8a2a5c8-672a-4c91-227f-777a18b7f0b8-db414321 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-b322db65-602f-2a55-633d-e1bf3d9512bf-db414321 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}

#w-node-f5f5232b-9863-d567-41d6-ca925adab60e-db414321, #w-node-_1e0e3b52-bf47-6ec1-f8ca-6b8e7f887344-db414321, #w-node-a5056e7c-2fb0-aa07-2c45-10c0374ebcd2-db414321 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-cde3fd44-c547-559d-fc74-d495f05c8821-db414321 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}

#w-node-_5a56e052-7257-4202-2fd3-68c3078a0ae0-078a0adc, #w-node-_5a56e052-7257-4202-2fd3-68c3078a0aee-078a0adc, #w-node-_5a56e052-7257-4202-2fd3-68c3078a0b0d-078a0adc, #w-node-_65f4b1bb-63fd-1b6c-4e51-e72e1b9b1838-1b9b1834, #w-node-_65f4b1bb-63fd-1b6c-4e51-e72e1b9b184f-1b9b1834, #w-node-_65f4b1bb-63fd-1b6c-4e51-e72e1b9b1850-1b9b1834, #w-node-c92ba1be-d3be-0d69-1295-2230ba8e196b-50c685a3, #w-node-d8a2a5c8-672a-4c91-227f-777a18b7f0b8-50c685a3 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-b322db65-602f-2a55-633d-e1bf3d9512bf-50c685a3 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}

#w-node-f5f5232b-9863-d567-41d6-ca925adab60e-50c685a3, #w-node-_1e0e3b52-bf47-6ec1-f8ca-6b8e7f887344-50c685a3, #w-node-_0286b391-47d6-3c93-4217-8b47af2ebc92-50c685a3, #w-node-_0286b391-47d6-3c93-4217-8b47af2ebc94-50c685a3 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_0286b391-47d6-3c93-4217-8b47af2ebc89-50c685a3, #w-node-_39638547-ca72-60dc-457d-bf037234fed1-50c685a3 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}

#w-node-_39638547-ca72-60dc-457d-bf037234feda-50c685a3, #w-node-_39638547-ca72-60dc-457d-bf037234fedc-50c685a3, #w-node-b09e96e9-b3f0-e59d-ce01-21fb743934cd-50c685a3, #w-node-b09e96e9-b3f0-e59d-ce01-21fb743934d9-50c685a3, #w-node-b09e96e9-b3f0-e59d-ce01-21fb743934cd-2ea27684, #w-node-b09e96e9-b3f0-e59d-ce01-21fb743934d9-2ea27684 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

@media screen and (max-width: 991px) {
  #w-node-b322db65-602f-2a55-633d-e1bf3d9512bf-db414321 {
    justify-self: center;
  }

  #w-node-f5f5232b-9863-d567-41d6-ca925adab60e-db414321 {
    order: -9999;
    justify-self: center;
  }

  #w-node-a5056e7c-2fb0-aa07-2c45-10c0374ebcd2-db414321, #w-node-cde3fd44-c547-559d-fc74-d495f05c8821-db414321 {
    justify-self: center;
  }

  #w-node-_5a56e052-7257-4202-2fd3-68c3078a0b0d-078a0adc {
    grid-column: span 2 / span 2;
  }

  #w-node-b322db65-602f-2a55-633d-e1bf3d9512bf-50c685a3 {
    justify-self: center;
  }

  #w-node-f5f5232b-9863-d567-41d6-ca925adab60e-50c685a3, #w-node-_0286b391-47d6-3c93-4217-8b47af2ebc92-50c685a3 {
    order: -9999;
    justify-self: center;
  }

  #w-node-_0286b391-47d6-3c93-4217-8b47af2ebc89-50c685a3, #w-node-_39638547-ca72-60dc-457d-bf037234fed1-50c685a3 {
    justify-self: center;
  }

  #w-node-_39638547-ca72-60dc-457d-bf037234feda-50c685a3 {
    order: -9999;
    justify-self: center;
  }
}

@media screen and (max-width: 767px) {
  #w-node-c92ba1be-d3be-0d69-1295-2230ba8e196b-db414321 {
    justify-self: center;
  }

  #w-node-_65f4b1bb-63fd-1b6c-4e51-e72e1b9b184f-1b9b1834 {
    order: -9999;
  }

  #w-node-c92ba1be-d3be-0d69-1295-2230ba8e196b-50c685a3 {
    justify-self: center;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_5a56e052-7257-4202-2fd3-68c3078a0b0d-078a0adc {
    grid-column: span 1 / span 1;
  }
}


@font-face {
  font-family: 'Plus Jakarta';
  src: url('../fonts/PlusJakartaSans-BoldItalic.otf') format('opentype');
  font-weight: 700;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Plus Jakarta';
  src: url('../fonts/PlusJakartaSans-ExtraBoldItalic.otf') format('opentype');
  font-weight: 800;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Plus Jakarta';
  src: url('../fonts/PlusJakartaSans-ExtraLight.otf') format('opentype');
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Plus Jakarta';
  src: url('../fonts/PlusJakartaSans-Bold.otf') format('opentype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Plus Jakarta';
  src: url('../fonts/PlusJakartaSans-ExtraBold.otf') format('opentype');
  font-weight: 800;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Plus Jakarta';
  src: url('../fonts/PlusJakartaSans-Light.otf') format('opentype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Plus Jakarta';
  src: url('../fonts/PlusJakartaSans-Italic.otf') format('opentype');
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Plus Jakarta';
  src: url('../fonts/PlusJakartaSans-LightItalic.otf') format('opentype');
  font-weight: 300;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Plus Jakarta';
  src: url('../fonts/PlusJakartaSans-MediumItalic.otf') format('opentype');
  font-weight: 500;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Plus Jakarta';
  src: url('../fonts/PlusJakartaSans-Medium.otf') format('opentype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Plus Jakarta';
  src: url('../fonts/PlusJakartaSans-Regular.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Plus Jakarta';
  src: url('../fonts/PlusJakartaSans-SemiBold.otf') format('opentype');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Plus Jakarta';
  src: url('../fonts/PlusJakartaSans-SemiBoldItalic.otf') format('opentype');
  font-weight: 600;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Plus Jakarta';
  src: url('../fonts/PlusJakartaSans-ExtraLightItalic.otf') format('opentype');
  font-weight: 200;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Satoshi';
  src: url('../fonts/Satoshi-Black.otf') format('opentype');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Satoshi';
  src: url('../fonts/Satoshi-BlackItalic.otf') format('opentype');
  font-weight: 900;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Satoshi';
  src: url('../fonts/Satoshi-Bold.otf') format('opentype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Satoshi';
  src: url('../fonts/Satoshi-Light.otf') format('opentype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Satoshi';
  src: url('../fonts/Satoshi-MediumItalic.otf') format('opentype');
  font-weight: 500;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Satoshi';
  src: url('../fonts/Satoshi-BoldItalic.otf') format('opentype');
  font-weight: 700;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Satoshi';
  src: url('../fonts/Satoshi-LightItalic.otf') format('opentype');
  font-weight: 300;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Satoshi';
  src: url('../fonts/Satoshi-Regular.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Satoshi';
  src: url('../fonts/Satoshi-Medium.otf') format('opentype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Satoshi';
  src: url('../fonts/Satoshi-Italic.otf') format('opentype');
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}