:root {
  --text-color: #024550;
  --primary: #26d16d;
  --primary-light: #f4fafa;
  --linen\<deleted\|variable-ba88a437\>: #efeae2;
  --white: white;
  --secondary-blue: #1a5b72;
  --secondary-blue-lighter: #679fb2;
  --mini-title-green: #d3f2ec;
  --orange\<deleted\|variable-6f161845\>: #f3a93a;
  --mini-title-blue: #377a98;
  --green-main: #51b7a0;
}

body {
  color: var(--text-color);
  font-family: Figtree;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5em;
}

h1 {
  color: var(--text-color);
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Figtree;
  font-size: 58px;
  font-weight: 500;
  line-height: 1.2em;
}

h2 {
  color: var(--text-color);
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Figtree;
  font-size: 48px;
  font-weight: 500;
  line-height: 1.2em;
}

h3 {
  color: var(--text-color);
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Figtree;
  font-size: 40px;
  font-weight: 500;
  line-height: 1.2em;
}

h4 {
  color: var(--text-color);
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Figtree;
  font-size: 30px;
  font-weight: 500;
  line-height: 1.2em;
}

h5 {
  color: var(--text-color);
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Figtree;
  font-size: 24px;
  font-weight: 500;
  line-height: 1.2em;
}

h6 {
  color: var(--text-color);
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Figtree;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.2em;
}

p {
  color: var(--text-color);
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Figtree;
  font-weight: 400;
  line-height: 1.6em;
}

a {
  color: var(--primary);
  align-items: center;
  font-weight: 500;
  line-height: 1.2em;
  text-decoration: none;
  transition: color .3s;
}

a:hover {
  color: var(--text-color);
}

ul {
  grid-row-gap: 15px;
  color: var(--text-color);
  flex-direction: column;
  margin-top: 10px;
  margin-bottom: 10px;
  padding-left: 20px;
  font-weight: 400;
  display: flex;
}

li {
  align-items: center;
  line-height: 1.4em;
}

img {
  max-width: 100%;
  display: inline-block;
}

label {
  margin-bottom: 10px;
  display: block;
}

blockquote {
  border-style: solid;
  border-width: 1px 1px 1px 4px;
  border-color: #ddd #ddd #ddd var(--primary);
  margin-top: 25px;
  margin-bottom: 25px;
  padding: 30px;
  line-height: 1.2;
}

figure {
  margin-bottom: 10px;
}

.base-container {
  flex-direction: column;
  align-items: center;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px;
  position: relative;
}

.base-container.align-left {
  align-items: flex-start;
}

.base-container.centered {
  justify-content: center;
}

.base-container.grow {
  flex: 1;
}

.base-container.extra-gap {
  grid-column-gap: 61px;
  grid-row-gap: 61px;
  justify-content: center;
  align-items: center;
  display: flex;
}

.base-container.logo-gallery {
  max-width: none;
  padding-left: 0;
  padding-right: 0;
}

.base-container.flex-center {
  justify-content: center;
  align-items: center;
  display: flex;
}

.primary-button {
  border: 1px solid var(--secondary-blue);
  background-color: var(--secondary-blue);
  color: #fff;
  text-align: center;
  text-transform: none;
  border-radius: 15px;
  padding: 15px 25px;
  font-family: Darker Grotesque, sans-serif;
  font-size: 20px;
  font-weight: 600;
  line-height: 1em;
  transition-property: background-color;
  display: inline-block;
}

.primary-button:hover {
  border: 1px solid var(--secondary-blue);
  color: var(--text-color);
  background-color: #26d16d00;
}

.primary-button.pagination {
  border-style: none;
  margin-top: 30px;
}

.primary-button.full {
  width: 100%;
}

.primary-button.programs-details {
  width: 100%;
  margin-top: 30px;
}

.primary-button.full-w {
  width: 100%;
}

.primary-button.margin-top {
  margin-top: 20px;
}

.navbar {
  background-color: var(--primary-light);
  position: fixed;
  inset: 0% 0% auto;
}

.nav-container {
  justify-content: space-between;
  align-items: center;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px;
  display: flex;
}

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

.nav-dropdown {
  font-size: 14px;
}

.nav-dropdown-toggle {
  padding-left: 15px;
  padding-right: 15px;
}

.nav-dropdown-icon {
  font-size: 16px;
  display: none;
}

.nav-dropdown-list {
  background-color: #fff;
  border: 1px solid #0245501a;
  width: 230px;
  padding: 15px 20px;
}

.nav-dropdown-list.w--open {
  width: 300px;
  margin-top: -10px;
  padding-top: 10px;
  padding-bottom: 10px;
}

.nav-dropdown-link-wrapper {
  flex-direction: column;
  align-items: center;
  padding-left: 0;
  padding-right: 0;
  display: flex;
  position: relative;
  overflow: hidden;
}

.nav-dropdown-link {
  color: var(--secondary-blue);
  text-transform: none;
  white-space: normal;
  width: 100%;
  margin-left: -20px;
  padding: 8px 8px 8px 0;
  font-family: Darker Grotesque, sans-serif;
  font-size: 20px;
  font-weight: 500;
  transition: all .3s;
  display: flex;
}

.nav-dropdown-link:hover {
  color: var(--secondary-blue-lighter);
  margin-left: 0;
}

.nav-dropdown-link.w--current {
  color: var(--secondary-blue-lighter);
}

.nav-dropdown-link.cms {
  margin-left: 10px;
}

.nav-dropdown-link.cms:hover {
  margin-left: 30px;
}

.nav-item-title {
  color: var(--secondary-blue);
  font-family: Darker Grotesque, sans-serif;
  font-size: 16px;
  font-weight: 600;
  transition: color .3s;
}

.nav-item-title:hover {
  color: var(--secondary-blue-lighter);
}

.nav-item-title:lang(en) {
  color: var(--secondary-blue);
}

.licensing-icon-link-wrapper {
  color: var(--text-color);
  font-size: 30px;
  transition-property: none;
}

.licensing-icon-link-wrapper.blue {
  color: var(--text-color);
  text-overflow: clip;
  overflow-wrap: normal;
}

.icon-style-guide {
  color: var(--primary);
  font-family: "Fa brands 400", Arial, sans-serif;
  font-size: 24px;
  font-weight: 400;
  line-height: 1em;
  transition: color .3s;
}

.icon-style-guide:hover {
  color: var(--white);
}

.icon-style-guide.footer-icons {
  color: var(--text-color);
}

.icon-style-guide.footer-icons:hover {
  color: var(--secondary-blue-lighter);
}

.nav-menu-wrapper {
  flex: 1;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.footer {
  background-color: var(--text-color);
  text-align: center;
  align-items: flex-start;
  padding-top: 60px;
  padding-bottom: 60px;
  position: relative;
}

.footer-bottom-wrapper {
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-end;
  width: 100%;
  display: flex;
}

.footer-rights {
  color: #fffc;
  font-family: Darker Grotesque, sans-serif;
  font-size: 18px;
}

.footer-copyright {
  color: #fffc;
  text-align: right;
  width: 100%;
  font-family: Darker Grotesque, sans-serif;
  font-size: 18px;
  display: inline;
}

.footer-copyright-link {
  color: #fffc;
  letter-spacing: .2px;
  margin-right: 0;
  text-decoration: none;
  display: inline;
}

.footer-copyright-link:hover {
  color: var(--primary);
}

.footer-link {
  color: var(--white);
  text-align: left;
  letter-spacing: .3px;
  white-space: normal;
  word-break: normal;
  overflow-wrap: normal;
  font-family: Darker Grotesque, sans-serif;
  font-size: 16px;
  font-weight: 400;
  transition: all .3s;
}

.footer-link:hover {
  color: var(--mini-title-green);
}

.footer-wrapper {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  margin-bottom: 40px;
  display: flex;
}

.white-text {
  color: #fff;
  font-family: Darker Grotesque, sans-serif;
}

.white-text.mb-0 {
  margin-bottom: 0;
  font-weight: 400;
}

.white-text.hero-tag {
  font-size: 18px;
  line-height: 1.2em;
}

.white-text.no-break {
  word-break: keep-all;
}

.white-text.footer-title {
  font-size: 24px;
  font-weight: 500;
  line-height: 1.2em;
}

.footer-brand-wrapper {
  text-align: left;
  width: 39%;
}

.footer-brand {
  color: #fff;
  height: 55px;
}

.footer-brand.w--current {
  color: #fff;
  font-family: Poppins;
}

.footer-nav-menu {
  grid-column-gap: 50px;
  grid-row-gap: 20px;
  flex-direction: row;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: flex-start;
  margin-top: 5px;
  display: flex;
}

.footer-nav-menu.desktop {
  justify-content: space-between;
  align-items: flex-start;
}

.footer-nav-menu.mobile {
  flex-flow: column;
}

.button-con {
  justify-content: flex-end;
  align-items: center;
  margin-left: 20px;
  display: flex;
}

.button-con.tablet-menu {
  display: none;
}

.footer-logo-wrapper {
  flex-direction: column;
  align-items: flex-start;
  margin-bottom: 30px;
  display: flex;
}

.nav-dropdown-link-line {
  background-color: var(--secondary-blue-lighter);
  width: 16px;
  height: 2px;
  margin-right: 15px;
  display: inline-block;
}

.nav-dropdown-link-line:hover {
  background-color: var(--secondary-blue-lighter);
}

.menu-wrap {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  align-items: center;
  margin-left: 50px;
  display: flex;
}

.rich-text-style {
  font-family: Darker Grotesque, sans-serif;
}

.rich-text-style h2 {
  margin-top: 25px;
  margin-bottom: 15px;
  font-size: 43px;
}

.rich-text-style h3 {
  margin-top: 25px;
  margin-bottom: 15px;
  font-size: 38px;
}

.rich-text-style h4 {
  margin-top: 25px;
  margin-bottom: 15px;
}

.rich-text-style h5, .rich-text-style h6 {
  margin-top: 20px;
}

.rich-text-style ul {
  margin-top: 20px;
  margin-bottom: 20px;
}

.rich-text-style img {
  margin-top: 20px;
  margin-bottom: 10px;
}

.rich-text-style p {
  font-family: Darker Grotesque, sans-serif;
}

.tablet-menu, .brand-tablet {
  display: none;
}

.brand {
  height: 55px;
}

.shop-item-price {
  color: var(--secondary-blue);
  letter-spacing: .04em;
  text-transform: uppercase;
  margin-top: 10px;
  font-family: Darker Grotesque, sans-serif;
  font-weight: 600;
}

.shop-item-price.size {
  margin-top: 0;
  font-size: 18px;
}

.shop-item-price.size.slider {
  font-size: 16px;
}

.shop-price-wrapper {
  grid-column-gap: 20px;
  flex-flow: wrap;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.shop-price-wrapper.slider {
  grid-column-gap: 5px;
  flex-flow: row;
}

.shop-details-wrapper {
  grid-column-gap: 40px;
  grid-row-gap: 30px;
  border-bottom: 1px #0245504d;
  grid-template-rows: auto;
  grid-template-columns: 1.12fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  margin-bottom: 60px;
  padding-bottom: 60px;
  display: grid;
}

.shop-details-wrapper.slider {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  background-color: var(--primary-light);
  grid-template-rows: auto auto;
  grid-template-columns: 1.12fr;
  width: 30%;
  margin-bottom: 0;
  padding: 15px;
}

.shop-details-content-block {
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  display: flex;
}

.shop-item-info-wrapper {
  flex-direction: column;
  margin-top: 30px;
  display: flex;
}

.shop-item-info-wrapper.slider {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  flex-flow: row;
  justify-content: flex-start;
  align-items: center;
  margin-top: 0;
}

.footer-rights-wrapper {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  flex-wrap: wrap;
  display: flex;
}

.image-full {
  width: 100%;
  height: 100%;
}

.image-cover {
  border: 8px solid var(--primary-light);
  object-fit: contain;
  object-position: 50% 50%;
  width: 100%;
  height: 100%;
}

.image-cover.no-border {
  object-fit: contain;
  object-position: 50% 50%;
  object-fit: contain;
  object-position: 50% 50%;
  border-style: none;
  max-height: 650px;
}

.left-block-footer {
  text-align: left;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-end;
  display: flex;
}

.footer-icons-wrapper {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  flex-flow: wrap-reverse;
  width: 30%;
  margin-top: 50px;
  display: flex;
}

.nav-link {
  color: var(--text-color);
  padding-left: 25px;
  padding-right: 25px;
  font-family: Darker Grotesque, sans-serif;
  font-size: 16px;
  font-weight: 600;
  line-height: 1.5em;
}

.nav-link:hover {
  color: var(--secondary-blue-lighter);
}

.nav-link:lang(en) {
  color: var(--secondary-blue);
}

.nav-link.w--current {
  color: var(--secondary-blue-lighter);
}

.logo-header {
  width: 100%;
  height: 100%;
}

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

.banner-section.blog-banner {
  background-image: linear-gradient(90deg, #024550cc, #0000), url("https://cdn.prod.website-files.com/685bd1bba398275fedbe4212/685bd1bba398275fedbe4339_Blog%20banner.webp");
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  padding-top: 160px;
}

.banner-section.register-banner {
  background-image: linear-gradient(90deg, #024550cc, #0000), url("https://cdn.prod.website-files.com/685bd1bba398275fedbe4212/685bd1bba398275fedbe43b9_Application%20Banner%20(1).webp");
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
}

.banner-section.job-banner {
  background-image: linear-gradient(90deg, #024550cc, #fff0), url("https://cdn.prod.website-files.com/685bd1bba398275fedbe4212/685bd1bba398275fedbe43de_Job%20banner%20(1).webp");
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
}

.banner-section.classes-banner {
  background-color: var(--text-color);
  padding-top: 160px;
}

.banner-section.about-banner {
  background-image: linear-gradient(90deg, #024550cc, #0000), url("https://cdn.prod.website-files.com/685bd1bba398275fedbe4212/686b782f360fc6b5d9af153d_Friendly%20speach%20therapist-min.avif");
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
}

.banner-section.about-banner.orthophonistes {
  background-position: 0 0, 50% 0;
}

.banner-section.about-banner.familles {
  background-image: linear-gradient(90deg, #024550cc, #0000), url("https://cdn.prod.website-files.com/685bd1bba398275fedbe4212/686b7c3317a410dab2cc9960_Background.avif");
  padding-top: 160px;
}

.banner-section.about-banner.ensignant {
  background-image: linear-gradient(90deg, #024550cc, #0000), url("https://cdn.prod.website-files.com/685bd1bba398275fedbe4212/686b782ef4475bf6baf05f25_Teacher%20talking%20to%20class-min.avif");
  padding-top: 180px;
}

.banner-section.about-banner.notre-histoire {
  background-image: url("https://cdn.prod.website-files.com/685bd1bba398275fedbe4212/6870c2e2f353ac2ebabf3552_Notre%20Histoire%20Background.avif");
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  padding-top: 160px;
}

.banner-section.program-details {
  background-image: url("https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg");
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: cover;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  min-height: 450px;
  display: flex;
  position: relative;
}

.banner-section.shop-banner {
  background-color: var(--text-color);
  padding-top: 160px;
}

.banner-section.style-guide-banner {
  background-color: var(--text-color);
}

.banner-section.product-details {
  padding-top: 160px;
}

.mt-0 {
  color: var(--secondary-blue);
  margin-top: 0;
  font-family: Darker Grotesque, sans-serif;
}

.mt-0.slider {
  margin-bottom: 0;
}

.light-paragraph {
  color: var(--primary-light);
  font-family: Darker Grotesque, sans-serif;
}

.top-titles-footer-wrap {
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.contact-footer-wrapper {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  flex-flow: row;
  justify-content: space-between;
  align-items: flex-start;
  margin-top: 40px;
  display: flex;
}

.link {
  color: var(--mini-title-green);
  font-family: Darker Grotesque, sans-serif;
  font-size: 16px;
  font-weight: 400;
}

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

.link-footer-contact {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  margin-top: 5px;
  display: flex;
}

.contact-footer-wrap {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.right-top-footer-wrap {
  width: 50%;
}

.secondary-button-2 {
  border: 1px solid var(--secondary-blue);
  background-color: var(--secondary-blue);
  color: #fff;
  border-radius: 15px;
  margin-top: 0;
  padding: 15px 30px;
  font-family: Darker Grotesque, sans-serif;
  font-size: 20px;
  font-weight: 600;
  line-height: 1em;
  transition: background-color .3s;
  display: inline-block;
}

.secondary-button-2:hover {
  border: 1px solid var(--secondary-blue-lighter);
  background-color: var(--secondary-blue-lighter);
  color: var(--white);
}

.secondary-button-2.margin-top---20px {
  margin-top: 20px;
  text-decoration: none;
}

.secondary-button-2.middle {
  text-align: center;
  text-align: center;
}

.h4-link-3 {
  color: var(--secondary-blue);
  margin-bottom: 10px;
  font-family: Darker Grotesque, sans-serif;
  font-size: 30px;
  font-weight: 600;
}

.h4-link-3:hover {
  color: var(--secondary-blue);
}

.h1-dark-blue {
  color: var(--secondary-blue);
  font-family: Darker Grotesque, sans-serif;
  font-weight: 600;
  line-height: 1em;
}

.paragraph-db {
  color: var(--secondary-blue);
  font-family: Darker Grotesque, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.2em;
}

.collection-list-wrapper-102 {
  width: 100%;
  padding-left: 0;
  padding-right: 0;
  overflow: hidden;
}

.footer-nav-container-desktop {
  width: 100%;
}

.footer-links-dropdown, .footer-collection-list {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.footer-nav-container-mobile {
  display: none;
}

.footer-dropdown-button {
  padding-left: 0;
}

.price-tag {
  color: var(--secondary-blue);
  font-family: Darker Grotesque, sans-serif;
  font-size: 24px;
  font-weight: 500;
  line-height: 1.2em;
}

@media screen and (min-width: 1280px) {
  .section {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .spacing-system-column {
    padding-right: 30px;
  }

  .headings-typography-wrapper {
    width: 48%;
  }

  .style-guide-body-wrapper {
    margin-right: 60px;
  }

  .nav-dropdown-toggle {
    padding-left: 25px;
    padding-right: 25px;
  }

  .blog-sidebar-wrapper {
    grid-column-gap: 60px;
  }

  .footer {
    padding-top: 80px;
  }

  .style-guide-buttons-wrapper {
    flex-wrap: nowrap;
    justify-content: space-between;
  }

  .style-guide-button-wrapper {
    width: auto;
  }

  .job-position-wrapper {
    grid-column-gap: 100px;
  }

  .footer-brand-wrapper {
    width: 38%;
  }

  .without-top-spacing {
    padding-top: 0;
  }

  .service-details-content {
    grid-column-gap: 100px;
  }

  .home-banner-section {
    min-height: auto;
    max-height: 85vh;
  }

  .testimonials {
    padding-top: 130px;
    padding-bottom: 130px;
  }

  .blog-section-title {
    margin-bottom: 70px;
  }

  .map-wrapper {
    padding-right: 70px;
  }

  .section-title-center {
    margin-bottom: 70px;
  }

  .about-img._3 {
    width: 340px;
  }

  .about-img._2, .about-img._3 {
    width: 340px;
  }

  .about-img._4 {
    width: 280px;
  }

  .about-img._2 {
    width: 340px;
  }

  .industries-block-wrapper {
    position: relative;
  }

  .section-with-blue-bg {
    padding-left: 40px;
    padding-right: 40px;
  }

  .center-title {
    padding-right: 140px;
  }

  .shop-details-wrapper {
    grid-column-gap: 60px;
  }

  .banner-content {
    grid-column-gap: 80px;
  }

  .banner-content.teacher-details {
    padding-bottom: 130px;
  }

  .image-banner-absolute {
    left: -20%;
  }

  .vector-absolute {
    top: 19%;
  }

  .image-right {
    min-width: 630px;
    max-width: 630px;
  }

  .content-block {
    grid-column-gap: 70px;
  }

  .list-wrapper {
    grid-column-gap: 50px;
  }

  .image-vector {
    justify-content: flex-end;
    width: auto;
    display: flex;
    right: -10%;
  }

  .rows-item {
    padding-left: 50px;
    padding-right: 50px;
  }

  .vector-bottom {
    bottom: 13%;
  }

  .vector-bottom.classes {
    bottom: 3%;
  }

  .collection-list-2 {
    grid-template-columns: 1fr;
    height: 100%;
  }

  .collection-list-2.blog-details {
    grid-template-columns: 1fr 1fr;
  }

  .link-categories {
    margin-top: 20px;
    margin-left: 20px;
  }

  .section-with-minh {
    padding-top: 210px;
    padding-bottom: 130px;
  }

  .features-wrapper {
    grid-column-gap: 60px;
  }

  .left-features, .right-features {
    width: 31%;
  }

  .image-features {
    width: 35%;
    max-width: none;
    height: 500px;
  }

  .bgr-features {
    height: 340px;
    top: 20px;
  }

  .image-relative {
    width: 270px;
  }

  .teachers-details-wrapper, .shop-wrapper {
    grid-column-gap: 60px;
  }

  .nav-link:lang(fr-fr) {
    color: var(--secondary-blue);
  }

  .h6-link:hover {
    color: var(--primary);
  }

  .banner-section {
    padding-top: 210px;
    padding-bottom: 130px;
  }

  .banner-section.blog-details {
    padding-top: 180px;
  }

  .banner-section.program-details {
    background-position: 50% 10%;
    min-height: 500px;
  }

  .home-2-banner-section {
    padding-top: 210px;
    padding-bottom: 130px;
  }

  .content-banner-home-2-wrap {
    width: 70%;
  }

  .info-banner-home-3-wrap {
    width: 36%;
  }

  .number-info-wrap {
    min-height: 150px;
  }

  .right-content-wrapper {
    width: 45%;
  }

  .image-3 {
    width: 47%;
  }

  .subtitle-paragraph {
    max-width: 660px;
  }

  .video-wrapper {
    height: 520px;
  }

  .services-home-wrap {
    grid-column-gap: 100px;
  }

  .content-services-home {
    width: 40%;
  }

  .services-wrap {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    width: 60%;
  }

  .link {
    white-space: nowrap;
    word-break: normal;
  }

  .right-top-footer-wrap {
    width: 45%;
  }

  .description-classes-2 {
    padding-left: 30px;
    padding-right: 30px;
  }

  .block-about-2 {
    width: 30%;
    padding-left: 40px;
    padding-right: 40px;
  }

  .services-2._1 {
    width: 47%;
  }

  .section-small-2 {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .right-2, .left-2 {
    top: -123px;
  }

  .testimonials-card-item-2 {
    padding: 30px;
  }

  .h6-link-2:hover {
    color: #26d16d;
  }

  .image-teacher-2 {
    width: 260px;
    height: 260px;
  }

  .image-right-2 {
    min-width: 630px;
    max-width: 630px;
  }
}

@media screen and (min-width: 1440px) {
  h1, h2, h3, h4, h5, h6 {
    margin-bottom: 10px;
  }

  .about-img._1 {
    width: 380px;
  }

  .about-img._3 {
    width: 400px;
  }

  .about-img._4 {
    width: 300px;
  }

  .about-img._2 {
    width: 390px;
  }

  .our-services-wrap {
    align-items: center;
  }

  .section-with-blue-bg {
    padding-left: 100px;
    padding-right: 100px;
  }

  .vector-bottom {
    right: 4%;
  }

  .banner-section.about-banner.ensignant {
    background-position: 0 0, 50% 0;
  }

  .banner-home-2-wrapper {
    grid-column-gap: 100px;
  }

  .content-banner-home-2-wrap {
    width: 60%;
  }

  .info-banner-home-3-wrap {
    justify-content: flex-end;
    width: 40%;
  }

  .right-content-wrapper {
    width: 44%;
  }

  .bg-numbers-2 {
    font-size: 60px;
  }
}

@media screen and (min-width: 1920px) {
  .banner-title-wrapper.details-bnner-title {
    width: 680px;
  }

  .home-banner-section {
    padding-top: 190px;
  }

  .about-img._1 {
    width: 420px;
    left: 16%;
  }

  .about-img._3 {
    width: 430px;
    top: 20%;
    left: 54%;
  }

  .about-img._4 {
    left: 48%;
  }

  .section-with-blue-bg {
    padding-left: 180px;
    padding-right: 180px;
  }

  .image-block-right {
    right: -50px;
  }

  .image-banner-absolute {
    left: -35%;
  }

  .vector-absolute {
    top: 20%;
    left: 15.5%;
  }

  .vector-bottom {
    right: 15%;
  }

  .slide-6 {
    max-width: 1445px;
    height: 720px;
    margin-right: 115px;
  }

  .banner-slider {
    background-color: #0000;
  }

  .slide-7, .slide-8 {
    max-width: 1445px;
    height: 720px;
    margin-right: 115px;
  }

  .section-with-minh.classes {
    background-position: 50% 40%;
  }

  .checkout-form, .paypal-checkout-form, .order-confirmation {
    padding-top: 180px;
  }

  .banner-section.blog-banner {
    background-position: 0 0, 50% 100%;
  }

  .banner-section.classes-banner {
    background-size: cover;
  }

  .banner-section.about-banner.ensignant {
    background-position: 0 0, 50% 0;
  }

  .banner-section.program-details {
    background-position: 50% 20%;
    min-height: 600px;
  }

  .banner-home-2-wrapper {
    grid-column-gap: 120px;
  }

  .image-3 {
    object-position: 50% 20%;
    width: 48%;
  }

  .carousel-logo-collection-item {
    margin-right: 6em;
  }
}

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

  h2 {
    font-size: 42px;
  }

  h3 {
    font-size: 36px;
  }

  h4 {
    font-size: 28px;
  }

  .base-container {
    padding-top: 0;
  }

  .grid-system {
    width: 100%;
  }

  .grid-description.first-description {
    text-align: center;
    text-align: center;
  }

  .spacing-system-image {
    width: 75%;
  }

  .spacing-wrapper-mobile {
    width: 70%;
  }

  .spacing-columns {
    flex-flow: wrap;
    display: flex;
  }

  .bottom-style-spacing-desktop {
    bottom: 6%;
  }

  .top-style-spacing-desktop {
    top: 4%;
  }

  .middle-style-spacing-desktop {
    top: 30%;
  }

  .spasing-system-image-mobile {
    width: 70%;
  }

  .colors-container {
    grid-row-gap: 20px;
    flex-wrap: wrap;
  }

  .headings-typography-wrapper, .style-guide-body-wrapper {
    width: 100%;
  }

  .primary-button {
    display: block;
  }

  .top-style-spacing-mobile {
    top: 3%;
  }

  .middlr-style-spacing-mobile {
    top: 26%;
  }

  .bottom-style-spacing-mobile {
    bottom: 6%;
  }

  .navbar {
    padding-top: 15px;
    padding-bottom: 15px;
  }

  .nav-container {
    padding-left: 15px;
    padding-right: 15px;
  }

  .nav-menu {
    background-color: #fff;
    flex-direction: column;
    width: 320px;
    position: fixed;
    inset: 0% auto 0% 0%;
  }

  .menu-button {
    text-align: right;
    background-color: #0000;
    padding: 0;
  }

  .menu-button.w--open {
    background-color: #0000;
  }

  .nav-dropdown {
    flex-direction: column;
    justify-content: center;
    align-items: stretch;
    width: 100%;
    display: flex;
    overflow: hidden;
  }

  .nav-dropdown-toggle {
    align-items: center;
    margin-left: 0;
    margin-right: 0;
    padding-top: 0;
    padding-bottom: 0;
    padding-left: 0;
    display: flex;
  }

  .nav-dropdown-icon {
    margin-right: 1.5px;
    display: block;
    inset: 0% 0 0% auto;
  }

  .nav-dropdown-list {
    border-style: none;
    flex-direction: column;
    width: 320px;
    padding: 0 40px 0 20px;
    display: flex;
    position: static;
  }

  .nav-dropdown-list.w--open {
    box-shadow: none;
    margin-top: 0;
    padding-top: 0;
    padding-bottom: 0;
    display: flex;
    position: static;
  }

  .nav-dropdown-link-wrapper {
    flex-flow: wrap;
    padding-right: 0;
  }

  .nav-dropdown-link-wrapper:hover {
    padding-left: 0;
    padding-right: 0;
  }

  .nav-dropdown-link {
    margin-left: 0;
    margin-right: 0;
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .close-menu-button, .close-menu-button.w--open {
    background-color: #0000;
    padding: 0 20px 0 0;
  }

  .nav-close-icon {
    z-index: 15;
    align-self: stretch;
  }

  .blog-sidebar-right {
    width: 100%;
  }

  .blog-sidebar-wrapper {
    flex-wrap: wrap-reverse;
  }

  .sidebar-recent-posts-wrapper {
    column-count: 2;
    column-gap: 20px;
  }

  .sidebar-recent-post-item {
    display: inline-block;
  }

  .blog-template-pagination {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    margin-top: 60px;
  }

  .footer {
    padding-bottom: 40px;
  }

  .footer-bottom-wrapper {
    text-align: center;
    flex-flow: wrap;
    justify-content: center;
    align-items: center;
  }

  .footer-copyright {
    text-align: center;
  }

  .section-title-wrapper {
    margin-bottom: 40px;
  }

  .section-title-wrapper.maxw {
    text-align: center;
    text-align: center;
  }

  .style-guide-button-wrapper {
    width: 100%;
  }

  .banner-title-wrapper {
    width: 80%;
  }

  .accordion-wrapper.service-details {
    margin-top: 40px;
  }

  .job-position-wrapper {
    grid-column-gap: 40px;
  }

  .job-position-sidebar-wrapper {
    flex: none;
    padding-left: 20px;
    padding-right: 20px;
  }

  .footer-link {
    padding-left: 0;
  }

  .footer-link.no-break {
    white-space: normal;
    width: 100%;
    display: block;
  }

  .footer-link.no-padding {
    padding-left: 0;
  }

  .footer-wrapper {
    margin-bottom: 50px;
  }

  .white-text {
    font-size: 24px;
    font-weight: 500;
    line-height: 1.2em;
  }

  .footer-brand-wrapper {
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-start;
  }

  .footer-nav-menu {
    grid-column-gap: 30px;
    flex-flow: column;
    justify-content: space-between;
    align-items: flex-start;
    width: 100%;
  }

  .footer-nav-menu.mobile {
    grid-row-gap: 25px;
    grid-row-gap: 25px;
  }

  .button-con {
    display: none;
  }

  .button-con.tablet-menu {
    margin-top: 20px;
    margin-left: 0;
    padding-left: 0;
    display: block;
  }

  .testimonials-card-wrapper {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
    grid-template-columns: 1fr 1fr;
  }

  .testimonials-card-title {
    font-size: 20px;
  }

  .service-details-sidebar-wrapper {
    width: 45%;
    top: 90px;
  }

  .service-details-content {
    grid-column-gap: 30px;
  }

  .headings-container {
    flex-wrap: wrap;
  }

  .style-guide-content-wrapper {
    grid-row-gap: 20px;
    flex-wrap: wrap;
  }

  .style-guide-content-wrapper.no-wrap {
    flex-wrap: nowrap;
  }

  .project-template-image {
    height: 360px;
  }

  .blog-sidebar-right-wrapper {
    width: 100%;
    margin-bottom: 40px;
    position: static;
  }

  .blog-sidebar-left-wrapper {
    flex: none;
    width: 100%;
  }

  .home-banner-section {
    padding-top: 140px;
  }

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

  .blog-section-title {
    margin-bottom: 60px;
  }

  .contacts-wrapper-grid {
    padding-left: 15px;
    padding-right: 15px;
  }

  .section-title-center {
    margin-bottom: 60px;
  }

  .home-4-testimonials-wrapper {
    grid-column-gap: 60px;
    grid-row-gap: 40px;
    flex-wrap: wrap;
    width: 80%;
    margin-top: 20px;
  }

  .testimonials-wrapper-2 {
    grid-column-gap: 60px;
    grid-row-gap: 60px;
    flex-wrap: wrap;
    width: 80%;
    margin-top: 20px;
  }

  .about-img._1 {
    top: 7%;
    left: 15px;
  }

  .about-img._5 {
    top: 58%;
    bottom: 0;
    left: 60px;
  }

  .about-img._3 {
    width: 360px;
    top: 0%;
    right: 15px;
  }

  .about-img._4 {
    width: 240px;
    top: 57%;
    left: auto;
    right: 15px;
  }

  .about-img._2 {
    z-index: 5;
    top: 30%;
    left: 35%;
  }

  .subtitle {
    margin-bottom: 30px;
  }

  .content {
    margin-bottom: 0;
  }

  .industries-block-wrapper {
    max-width: 45vw;
  }

  .about-4-team-slide {
    width: 100%;
  }

  .nav-dropdown-link-line {
    display: none;
  }

  .subtitle-2 {
    margin-bottom: 30px;
  }

  .dropdown-nav-link {
    color: #222;
    padding-top: 12px;
    padding-bottom: 12px;
    font-family: Lato, sans-serif;
    font-weight: 700;
  }

  .dropdown-nav-link.w--current {
    color: #004ae2;
  }

  .menu-wrap {
    background-color: #fff;
    flex-direction: column;
    align-items: flex-start;
    margin-left: 0;
    padding-top: 20px;
    padding-left: 20px;
    padding-right: 20px;
    display: flex;
  }

  .home-banner-left-arrow {
    inset: 20% auto auto 4%;
  }

  .tablet-menu {
    justify-content: space-between;
    align-items: center;
    padding-top: 20px;
    padding-bottom: 20px;
    padding-left: 15px;
    display: flex;
  }

  .image-burger {
    margin-bottom: 4px;
  }

  .brand-tablet {
    width: 140px;
    height: 22px;
    display: block;
  }

  .brand-tablet.w--current {
    height: 100px;
  }

  .brand {
    width: 140px;
  }

  .shop-list-image.details {
    height: 300px;
  }

  .shop-details-wrapper {
    grid-column-gap: 30px;
    margin-bottom: 0;
  }

  .shop-details-wrapper.slider {
    width: 45%;
  }

  .shop-image-lightbox-link {
    height: 340px;
  }

  .footer-rights-wrapper {
    justify-content: center;
    align-items: center;
  }

  .image-block-right {
    margin-bottom: 30px;
    margin-left: auto;
    margin-right: auto;
  }

  .banner-content {
    text-align: center;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
  }

  .banner-content.teacher-details.photo-right {
    flex-flow: column-reverse;
  }

  .banner-content.teacher-details.photo-left {
    padding-bottom: 0;
  }

  .description-block-left {
    text-align: center;
    align-items: center;
    margin-bottom: 50px;
    margin-left: auto;
    margin-right: auto;
  }

  .classes-content {
    width: 33%;
  }

  .image-right {
    min-width: auto;
    max-width: 100%;
    height: 400px;
    min-height: auto;
  }

  .text-block-left {
    align-items: center;
    margin-bottom: 60px;
  }

  .content-block {
    flex-flow: column-reverse;
  }

  .paragraph {
    text-align: center;
    max-width: 550px;
  }

  .image-vector {
    width: 25%;
    top: -20%;
  }

  .video-vector {
    right: 3%;
  }

  .rows-item {
    grid-row-gap: 30px;
    flex-wrap: wrap;
  }

  .data-block.block-data {
    grid-column-gap: 10px;
    grid-column-gap: 10px;
    padding-left: 15px;
    padding-right: 15px;
  }

  .banner-slider-mask {
    overflow: hidden;
  }

  .slider-wrapper {
    flex-wrap: wrap;
    justify-content: center;
    display: flex;
  }

  .team-wrapper-block {
    grid-column-gap: 30px;
    grid-row-gap: 40px;
    grid-template-columns: 1fr 1fr;
  }

  .blog-description {
    display: flex;
  }

  .text-content-blog.bordert-first {
    border-top-style: solid;
    border-left-style: none;
    border-top-right-radius: 6px;
    border-bottom-left-radius: 0;
    margin-top: 0;
  }

  .image-blog {
    flex: none;
    width: 270px;
    height: auto;
  }

  .collection-list-2 {
    grid-template-columns: 1fr;
  }

  .left-block-footer {
    text-align: center;
    justify-content: flex-start;
    align-items: center;
    width: 100%;
    margin-top: 50px;
  }

  .footer-icons-wrapper {
    justify-content: center;
    align-items: center;
    width: 50%;
    margin-top: 0;
    display: none;
  }

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

  .about-cart-wrapper {
    justify-content: space-between;
    align-items: flex-end;
    padding-bottom: 30px;
    padding-left: 15px;
    padding-right: 15px;
  }

  .description-cart {
    max-width: 520px;
  }

  .features-wrapper {
    grid-row-gap: 40px;
    flex-flow: column-reverse;
    justify-content: center;
  }

  .left-features, .right-features {
    width: 100%;
  }

  .image-features {
    width: 50%;
    max-width: none;
    height: 470px;
  }

  .row-features {
    text-align: center;
    align-items: center;
    max-width: 80%;
    margin-left: auto;
    margin-right: auto;
  }

  .bgr-features {
    height: 320px;
    top: 0;
  }

  .image-relative {
    width: 260px;
  }

  .information-right-block {
    width: 40%;
    top: 90px;
  }

  .banner-heading {
    justify-content: flex-start;
    align-items: center;
    width: 100%;
    margin-top: 25px;
    margin-bottom: 50px;
  }

  .banner-heading.margin-top---25px {
    margin-top: 25px;
  }

  .vector-top-sidebar {
    width: 50%;
    top: -20%;
  }

  .form-register {
    width: 100%;
  }

  .shop-wrapper {
    grid-row-gap: 40px;
    flex-direction: column;
  }

  .more-image-product, .lightbox-product {
    height: 100%;
  }

  .checkout-form {
    padding-top: 140px;
  }

  .price {
    margin-top: 3px;
    margin-left: 16px;
  }

  .row {
    flex-direction: column;
  }

  .paypal-checkout-form, .order-confirmation {
    padding-top: 140px;
  }

  .nav-link {
    margin-top: 10px;
    margin-bottom: 10px;
    padding-left: 0;
  }

  .logo-header {
    -webkit-text-fill-color: inherit;
    object-fit: contain;
    background-clip: border-box;
  }

  .arrow-slider {
    margin-top: 3px;
    margin-bottom: 3px;
  }

  .banner-section.blog-banner {
    background-image: linear-gradient(90deg, #024550cc 21%, #0000), url("https://cdn.prod.website-files.com/685bd1bba398275fedbe4212/685bd1bba398275fedbe43c2_blog%20banner%20(1).webp");
    background-position: 0 0, 50%;
    background-repeat: repeat, no-repeat;
    background-size: auto, cover;
    padding-top: 140px;
  }

  .banner-section.blog-details {
    padding-top: 140px;
  }

  .banner-section.register-banner {
    background-image: linear-gradient(90deg, #024550cc 21%, #0000), url("https://cdn.prod.website-files.com/685bd1bba398275fedbe4212/685bd1bba398275fedbe43b9_Application%20Banner%20(1).webp");
    background-position: 0 0, 50%;
    background-repeat: repeat, no-repeat;
    background-size: auto, cover;
  }

  .banner-section.job-banner {
    background-image: linear-gradient(90deg, #024550cc 21%, #fff0), url("https://cdn.prod.website-files.com/685bd1bba398275fedbe4212/685bd1bba398275fedbe43de_Job%20banner%20(1).webp");
    background-position: 0 0, 50%;
    background-repeat: repeat, no-repeat;
    background-size: auto, cover;
  }

  .banner-section.program-details {
    min-height: 400px;
  }

  .banner-section.product-details {
    padding-top: 140px;
  }

  .team-member-photo {
    width: 50%;
    margin-left: auto;
    margin-right: auto;
  }

  .order-wrapper {
    flex-flow: column;
  }

  .sticky-checkout {
    top: 90px;
  }

  .home-2-banner-section {
    min-height: auto;
  }

  .banner-home-2-wrapper {
    grid-row-gap: 60px;
    flex-direction: column;
    align-items: center;
  }

  .content-banner-home-2-wrap {
    text-align: center;
    justify-content: center;
    align-items: center;
    width: 85%;
  }

  .info-banner-home-3-wrap {
    text-align: center;
    justify-content: center;
    align-items: center;
    width: 60%;
  }

  .number-info-wrap.banner-home-3 {
    text-align: center;
    text-align: center;
    align-items: center;
  }

  .landing-section-title {
    width: 80%;
  }

  .landing-home-pages-wrapper {
    flex-wrap: wrap;
    grid-template-columns: 1fr 1fr;
    justify-items: center;
  }

  .image-3 {
    object-position: 45% 50%;
    width: 45%;
  }

  .subtitle-paragraph {
    max-width: 600px;
  }

  .video-wrapper {
    height: 400px;
  }

  .header-arrow {
    display: none;
  }

  .services-home-wrap {
    grid-row-gap: 60px;
    flex-direction: column;
    align-items: center;
  }

  .content-services-home {
    text-align: center;
    align-items: center;
    width: 100%;
    padding-right: 0;
  }

  .services-wrap {
    grid-row-gap: 30px;
    width: 100%;
  }

  .button-wrap {
    justify-content: center;
    align-items: center;
  }

  .contact-footer-wrapper {
    text-align: left;
    margin-top: 0;
  }

  .right-top-footer-wrap {
    width: 57%;
  }

  .promotion-labels-wrapper, .promotion-label-holder {
    display: none;
  }

  .primary-button-2 {
    display: block;
  }

  .h4-link-3 {
    font-size: 28px;
  }

  .user-grid {
    grid-column-gap: 25px;
    grid-row-gap: 25px;
    justify-content: space-between;
    align-items: stretch;
    display: flex;
  }

  .block-about-2 {
    width: 33%;
  }

  .bg-numbers-2 {
    font-size: 52px;
  }

  .right-2 {
    margin-right: 0;
    display: inline-block;
    position: relative;
    right: -5%;
  }

  .left-2 {
    margin-top: 30px;
    margin-left: 0;
    margin-right: 0;
    display: inline-block;
    position: relative;
  }

  .slide-description-2 {
    width: 47.9%;
  }

  .image-teacher-2 {
    width: 280px;
    height: 280px;
  }

  .logo-carousel {
    object-fit: fill;
    flex-flow: wrap;
    position: static;
    overflow: hidden;
  }

  .image-right-2 {
    min-width: auto;
    max-width: 100%;
    height: 400px;
    min-height: auto;
  }

  .footer-nav-container-desktop {
    width: 100%;
    display: none;
  }

  .footer-links-dropdown {
    flex-flow: row;
    justify-content: center;
    align-items: flex-start;
    width: 100%;
    display: block;
  }

  .footer-nav-container-mobile {
    width: 100%;
    display: block;
  }

  .icon {
    color: var(--white);
  }

  .footer-dropdown-nav {
    background-color: var(--secondary-blue);
    border-radius: 10px;
    padding: 10px 20px;
  }

  .footer-dropdown-nav.w--open {
    grid-column-gap: 5px;
    grid-row-gap: 5px;
    flex-flow: column;
    width: auto;
    margin-top: 10px;
    display: flex;
    position: static;
  }

  .footer-dropdown-nav.dark.w--open {
    background-color: var(--secondary-blue);
    background-color: var(--secondary-blue);
    flex-flow: column;
  }

  .footer-dropdown-button {
    width: 100%;
    margin-left: 0;
  }

  .dropdown-toggle {
    width: 100%;
    padding-top: 5px;
    padding-bottom: 5px;
    padding-left: 0;
  }

  .footer-dropdown-toggle {
    width: 100%;
    padding: 0;
  }

  .footer-dropdown-toggle.w--open {
    padding-top: 0;
    padding-bottom: 0;
    padding-right: 0;
  }

  .footer-toggle-inner {
    padding-left: 0;
    padding-right: 40px;
  }

  .footer-dropdown-nav-flex.w--open {
    grid-column-gap: 5px;
    grid-row-gap: 5px;
    background-color: var(--secondary-blue);
    border-radius: 10px;
    flex-flow: column;
    width: 100%;
    padding: 10px 20px;
    display: flex;
    position: static;
  }
}

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

  h2 {
    font-size: 38px;
  }

  h3 {
    font-size: 30px;
  }

  h4 {
    font-size: 26px;
  }

  h5 {
    font-size: 22px;
  }

  blockquote {
    padding: 20px;
  }

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

  .section.without-top-spacing {
    padding-top: 0;
  }

  .section.light-background-with-image {
    padding-bottom: 0;
  }

  .grid-system-wrapper {
    flex-direction: row;
    margin-top: 15px;
  }

  .grid-system {
    border-left: 2px solid var(--linen\<deleted\|variable-ba88a437\>);
    flex-direction: column;
  }

  .grid-title {
    border-bottom: 2px solid var(--linen\<deleted\|variable-ba88a437\>);
    border-right-style: none;
    width: 100%;
  }

  .grid-title.first-grid {
    border-bottom-width: 2px;
    border-right-style: none;
    border-bottom-color: var(--linen\<deleted\|variable-ba88a437\>);
    border-bottom-width: 2px;
    border-left-style: none;
    border-right-style: none;
    border-bottom-color: var(--linen\<deleted\|variable-ba88a437\>);
    border-left-style: none;
    width: 100%;
  }

  .grid-description {
    border-top: 2px solid var(--linen\<deleted\|variable-ba88a437\>);
    border-right-width: 2px;
    border-right-color: var(--linen\<deleted\|variable-ba88a437\>);
    border-bottom-style: none;
    align-items: center;
    width: 100%;
  }

  .grid-description.first-description {
    border-top-style: none;
    border-bottom-style: none;
    border-left-style: none;
    border-right-width: 2px;
    width: 100%;
  }

  .grid-description.last-description {
    border-bottom-style: solid;
    border-bottom-width: 2px;
    border-right-width: 2px;
  }

  .spacing-system-column {
    margin-top: 20px;
  }

  .spacing-wrapper-mobile {
    margin-top: 30px;
  }

  .typography-wrapper {
    margin-top: 20px;
  }

  .spacing-columns {
    margin-top: 0;
  }

  .bottom-style-spacing-desktop {
    bottom: 10%;
  }

  .top-style-spacing-desktop {
    top: 10%;
  }

  .spacing-wrapper {
    margin-top: 30px;
  }

  .middle-style-spacing-desktop {
    top: 34%;
  }

  .colors-container {
    margin-top: 20px;
  }

  .headers-wrapper {
    width: 100%;
    margin-top: 10px;
  }

  .style-guide-body-wrapper, .primary-button.search-button, .primary-button.search-button {
    width: 100%;
  }

  .style-guide-div {
    grid-row-gap: 40px;
  }

  .top-style-spacing-mobile {
    top: 7%;
  }

  .middlr-style-spacing-mobile {
    top: 31%;
  }

  .bottom-style-spacing-mobile {
    bottom: 9%;
  }

  .grid-header {
    width: 100%;
    margin-top: 20px;
  }

  .link-wrapper {
    width: 100%;
    margin-bottom: 10px;
  }

  .utility-page-content {
    width: 70%;
  }

  .password-image {
    width: 100px;
  }

  ._404-paragraph {
    margin-bottom: 30px;
  }

  .sidebar-recent-posts-wrapper {
    column-count: 1;
  }

  .footer-bottom-wrapper {
    grid-column-gap: 30px;
  }

  .section-title-wrapper {
    margin-bottom: 40px;
  }

  .style-guide-buttons-wrapper {
    flex-wrap: wrap;
    margin-top: 35px;
  }

  .banner-title-wrapper {
    text-align: center;
    align-items: center;
    width: 100%;
  }

  .banner-title-wrapper.details-bnner-title {
    width: 100%;
  }

  .accordion-wrapper {
    grid-row-gap: 30px;
    flex-wrap: wrap;
  }

  .accordion-wrap {
    width: 100%;
    margin-right: 0;
  }

  .job-position-wrapper {
    flex-wrap: wrap;
  }

  .job-position-content-wrapper {
    width: 100%;
  }

  .job-position-sidebar-wrapper {
    width: 100%;
    padding-left: 30px;
    padding-right: 30px;
    position: static;
    top: 0;
  }

  .footer-wrapper {
    margin-bottom: 60px;
  }

  .footer-brand-wrapper {
    text-align: center;
    flex-wrap: wrap;
    width: 70%;
  }

  .footer-brand {
    padding-left: 0;
  }

  .footer-nav-menu {
    grid-row-gap: 30px;
    justify-content: center;
  }

  .footer-logo-wrapper {
    align-items: center;
    width: 100%;
  }

  .testimonials-card-wrapper {
    column-count: 1;
    grid-template-columns: 1fr;
    justify-items: center;
  }

  .service-details-content-wrapper {
    width: 100%;
    margin-right: 0;
  }

  .service-details-sidebar-wrapper {
    width: 100%;
    margin-top: 30px;
    position: static;
  }

  .service-details-content {
    flex-wrap: wrap;
  }

  .headings-container {
    grid-row-gap: 30px;
  }

  .about-3-tab-link.w--current {
    font-size: 20px;
  }

  .project-template-content {
    width: 100%;
  }

  .project-template-content-wrapper {
    flex-wrap: wrap;
    margin-bottom: 40px;
  }

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

  .blog-sidebar-left-wrapper {
    column-count: 1;
  }

  .home-banner-section {
    padding-top: 120px;
    padding-bottom: 60px;
  }

  .testimonials {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .blog-section-title {
    margin-bottom: 40px;
  }

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

  .section-title-center {
    margin-bottom: 40px;
  }

  .home-4-testimonials-wrapper {
    grid-row-gap: 30px;
    width: 100%;
  }

  .testimonials-wrapper-2 {
    width: 100%;
  }

  .about-img {
    width: 100%;
    max-height: 420px;
  }

  .about-img._1, .about-img._5, .about-img._3, .about-img._4, .about-img._2, .about-img._1, .about-img._5, .about-img._3, .about-img._4, .about-img._2 {
    width: 100%;
    position: static;
  }

  .subtitle {
    line-height: 16px;
  }

  .our-services-wrap {
    grid-row-gap: 10px;
    width: 100%;
  }

  .content-wrapper {
    flex-wrap: wrap;
    width: auto;
  }

  .industries-block-wrapper {
    max-width: none;
  }

  .home-9-team-item {
    width: 48%;
  }

  .search {
    flex-direction: column;
  }

  .subtitle-2 {
    line-height: 16px;
  }

  .rich-text-style h2 {
    font-size: 38px;
  }

  .rich-text-style h3 {
    font-size: 33px;
  }

  .rich-text-style h4 {
    font-size: 28px;
  }

  .home-banner-left-arrow {
    top: 6%;
  }

  .home-23-team-item {
    width: 70%;
  }

  .brand-tablet {
    justify-content: flex-start;
    height: 24px;
    padding-left: 0;
  }

  .brand {
    padding-left: 0;
  }

  .main-shop-list-item {
    text-align: center;
  }

  .shop-list-image {
    height: 300px;
  }

  .shop-details-wrapper {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    grid-template-columns: 1fr;
  }

  .shop-details-wrapper.slider {
    width: 100%;
  }

  .section-two-side-title-wrapper {
    grid-row-gap: 20px;
    flex-direction: column;
    align-items: center;
  }

  .typography-hero-wrapper {
    grid-row-gap: 40px;
    margin-top: 20px;
  }

  .image-block-right {
    margin-right: 0;
  }

  .banner-content.teacher-details {
    padding-bottom: 60px;
  }

  .button-block-description {
    margin-top: 30px;
  }

  .classes-content {
    justify-content: space-between;
    align-items: stretch;
    width: 100%;
  }

  .vector-absolute {
    top: 5%;
  }

  .text-block-left {
    text-align: center;
    margin-bottom: 40px;
  }

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

  .image-vector {
    width: 30%;
  }

  .video-vector {
    width: 40%;
    bottom: -6%;
    right: 2%;
  }

  .collection-list-wrapper-classes {
    z-index: 2;
  }

  .data-block.block-data {
    width: 100%;
    min-height: 80px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .time-block.spacing {
    border-left-style: none;
    border-right-style: none;
    width: 100%;
    min-height: 80px;
  }

  .name-classes {
    max-width: 50%;
  }

  .vector-bottom {
    width: 40%;
    bottom: -2%;
    right: -2%;
  }

  .slider-wrapper {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    grid-template-rows: auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .blog-description {
    flex-direction: column;
  }

  .text-content-blog.bordert-first {
    border-top-style: none;
    border-left-style: solid;
    border-top-right-radius: 0;
    border-bottom-left-radius: 6px;
  }

  .image-blog {
    width: 100%;
    height: 270px;
  }

  .footer-icons-wrapper {
    display: none;
  }

  .section-with-minh {
    padding-top: 120px;
    padding-bottom: 60px;
  }

  .section-with-minh.classes {
    background-image: linear-gradient(#02455099, #02455099), url("https://cdn.prod.website-files.com/685bd1bba398275fedbe4212/685bd1bba398275fedbe43c2_blog%20banner%20(1).webp");
    background-position: 0 0, 50%;
    background-repeat: repeat, no-repeat;
    background-size: auto, cover;
  }

  .about-cart-wrapper {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-flow: wrap;
    justify-content: center;
    align-items: flex-end;
    padding-left: 10px;
    padding-right: 10px;
  }

  .description-cart {
    max-width: 100%;
  }

  .image-features {
    width: 75%;
  }

  .bgr-features {
    height: 340px;
    top: -24px;
  }

  .teachers-details-wrapper {
    flex-direction: column-reverse;
  }

  .text-left-block {
    width: 100%;
  }

  .information-right-block {
    width: 100%;
    margin-bottom: 40px;
    position: static;
  }

  .banner-heading {
    z-index: 4;
    text-align: center;
    flex-direction: column;
    align-items: center;
    margin-bottom: 30px;
    display: flex;
  }

  .data-wrapper {
    flex-direction: column;
  }

  .teacher-classes-details {
    width: 100%;
    min-height: 80px;
  }

  .vector-top-sidebar {
    display: none;
  }

  ._404-text {
    font-size: 140px;
  }

  .form-register {
    min-height: 1120px;
  }

  .field-form-wrapper {
    grid-row-gap: 20px;
    flex-direction: column;
  }

  .form-block {
    padding-left: 30px;
    padding-right: 30px;
  }

  .input-block {
    width: 100%;
  }

  .shop-list, .shop-list.categories-page, .shop-list.categories-page {
    grid-template-columns: 1fr;
  }

  .lightbox-product {
    height: 350px;
  }

  .details-list {
    flex-direction: column;
    grid-template-columns: 1fr 1fr;
    justify-content: center;
    display: flex;
  }

  .checkout-form {
    padding-top: 120px;
  }

  .paypal-checkout-form, .order-confirmation {
    padding-top: 120px;
    padding-bottom: 40px;
  }

  .heading-rich-text {
    font-size: 38px;
  }

  .button-wrapper-section {
    margin-top: 40px;
  }

  .paragraph-banner {
    max-width: 100%;
  }

  .banner-section {
    padding-top: 120px;
    padding-bottom: 60px;
  }

  .banner-section.blog-banner {
    background-image: linear-gradient(#02455099, #02455099), url("https://cdn.prod.website-files.com/685bd1bba398275fedbe4212/685bd1bba398275fedbe43c2_blog%20banner%20(1).webp");
    background-position: 0 0, 50%;
    background-repeat: repeat, no-repeat;
    background-size: auto, cover;
    padding-top: 120px;
  }

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

  .banner-section.register-banner {
    background-image: linear-gradient(#02455099, #02455099), url("https://cdn.prod.website-files.com/685bd1bba398275fedbe4212/685bd1bba398275fedbe43b9_Application%20Banner%20(1).webp");
    background-position: 0 0, 50%;
    background-repeat: repeat, no-repeat;
    background-size: auto, cover;
  }

  .banner-section.job-banner {
    background-image: linear-gradient(#02455099, #02455099), url("https://cdn.prod.website-files.com/685bd1bba398275fedbe4212/685bd1bba398275fedbe43de_Job%20banner%20(1).webp");
    background-position: 0 0, 50%;
    background-repeat: repeat, no-repeat;
    background-size: auto, cover;
  }

  .banner-section.about-banner {
    background-image: linear-gradient(#02455099, #02455099), url("https://cdn.prod.website-files.com/685bd1bba398275fedbe4212/685bd1bba398275fedbe43dd_About%20Img%20(1).webp");
    background-position: 0 0, 50%;
    background-repeat: repeat, no-repeat;
    background-size: auto, cover;
  }

  .banner-section.team-banner {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .banner-section.program-details {
    min-height: auto;
  }

  .banner-section.product-details {
    padding-top: 120px;
  }

  .hero-paragraph-dark-blue {
    max-width: 100%;
  }

  .team-member-photo {
    width: 75%;
  }

  .overlay-bg {
    background-image: linear-gradient(#02455099, #02455099);
  }

  .search-result-list {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

  .sticky-checkout {
    position: static;
  }

  .h5-link {
    font-size: 22px;
  }

  .home-2-banner-section {
    padding-top: 120px;
    padding-bottom: 60px;
  }

  .content-banner-home-2-wrap {
    width: 100%;
  }

  .info-banner-home-3-wrap {
    width: 85%;
  }

  .landing-section-title {
    width: 70%;
  }

  .landing-home-pages-wrapper {
    grid-row-gap: 40px;
  }

  .right-content-wrapper {
    width: 100%;
    margin-left: 0;
  }

  .image-3 {
    width: 100%;
    height: 400px;
    margin-top: 40px;
    position: static;
  }

  .subtitle-paragraph {
    max-width: 100%;
  }

  .video-wrapper {
    height: 300px;
  }

  .class-link-image, .content-class-wrapper {
    width: 100%;
  }

  .top-titles-footer-wrap {
    grid-column-gap: 50px;
    grid-row-gap: 50px;
    flex-flow: column;
    justify-content: space-between;
    align-items: center;
  }

  .link-footer-contact {
    text-align: center;
    justify-content: flex-start;
    align-items: center;
  }

  .contact-footer-wrap {
    text-align: center;
    justify-content: flex-start;
    align-items: center;
    width: 50%;
  }

  .right-top-footer-wrap {
    width: 100%;
  }

  .promotion-label-buttons-wrapper {
    grid-row-gap: 20px;
    flex-flow: column wrap;
    align-items: stretch;
  }

  .description-classes-2 {
    padding-bottom: 30px;
  }

  .h4-link-3 {
    font-size: 26px;
  }

  .user-grid {
    flex-flow: column;
    justify-content: center;
    align-items: center;
  }

  .paragraph-banner-2 {
    max-width: 100%;
  }

  .background-about-2 {
    height: 70%;
  }

  .block-about-2 {
    width: 47%;
    padding-left: 25px;
    padding-right: 25px;
  }

  .section-small-2 {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .slide-description-2 {
    width: 100%;
  }

  .testimonials-card-item-2 {
    max-width: 450px;
  }

  .h5-link-2 {
    width: 100%;
    font-size: 18px;
  }

  .grid-item {
    flex-flow: column;
    width: 100%;
  }

  .features-grid {
    flex-flow: column;
    display: flex;
  }

  .image-teacher-2 {
    width: 250px;
    height: 250px;
  }

  .logo-carousel {
    grid-column-gap: 2rem;
  }
}

@media screen and (max-width: 479px) {
  .section {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .grid-system-wrapper {
    flex-direction: row;
  }

  .grid-system {
    flex-direction: column;
    width: 50%;
  }

  .grid-title {
    align-items: center;
  }

  .grid-title.first-grid {
    text-align: center;
    text-align: center;
    flex: 1;
    width: 100%;
  }

  .grid-description {
    border-bottom-width: 1px;
    border-bottom-color: #fff3;
  }

  .grid-description.first-description {
    border-bottom: 1px #fff3;
    border-left-style: none;
    border-right-style: solid;
  }

  .grid-description.last-description {
    border-bottom-color: var(--linen\<deleted\|variable-ba88a437\>);
  }

  .bottom-style-spacing-desktop {
    bottom: 8%;
  }

  .top-style-spacing-desktop {
    top: 7%;
  }

  .middle-style-spacing-desktop {
    top: 32%;
  }

  .top-style-spacing-mobile {
    top: 5%;
  }

  .middlr-style-spacing-mobile {
    top: 28%;
  }

  .bottom-style-spacing-mobile {
    bottom: 8%;
  }

  .utility-page-content {
    width: 100%;
  }

  ._404-content-wrapper {
    padding-left: 15px;
    padding-right: 15px;
  }

  .blog-template-pagination {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-wrap: wrap;
    justify-content: center;
  }

  .blog-template-prev-button, .blog-template-next-button {
    flex: none;
    width: 100%;
  }

  .footer {
    text-align: left;
  }

  .footer-bottom-wrapper {
    grid-row-gap: 30px;
    justify-content: space-between;
    align-items: flex-end;
  }

  .footer-rights {
    text-align: center;
    line-height: 1.6em;
  }

  .footer-copyright {
    text-align: center;
    justify-content: center;
    width: 100%;
    line-height: 1.6em;
  }

  .footer-copyright-link {
    margin-left: 2px;
  }

  .footer-brand-wrapper {
    flex-direction: column;
    width: 100%;
  }

  .footer-brand {
    width: 55px;
    height: 55px;
  }

  .footer-nav-menu {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    flex-wrap: wrap;
    justify-content: center;
    align-items: flex-start;
  }

  .style-guide-content-wrapper.no-wrap {
    flex-wrap: wrap;
  }

  .about-3-tab-link {
    font-size: 16px;
  }

  .about-3-tab-link.w--current {
    font-size: 18px;
  }

  .project-template-content-wrapper {
    text-align: center;
  }

  .section-title-center {
    margin-bottom: 20px;
  }

  .our-services-wrap {
    width: 100%;
  }

  .sidebar-categories-list {
    flex-wrap: wrap;
  }

  .home-9-team-item, .home-23-team-item {
    width: 100%;
  }

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

  .tablet-menu {
    justify-content: space-between;
    align-items: center;
  }

  .brand-tablet {
    height: 100px;
    padding-left: 0;
  }

  .brand.w--current {
    height: 55px;
  }

  .shop-image-lightbox-link {
    height: 250px;
  }

  .section-two-side-title-wrapper {
    text-align: center;
  }

  .footer-rights-wrapper {
    grid-column-gap: 3px;
    grid-row-gap: 3px;
    justify-content: center;
  }

  .image-block-right {
    width: 90%;
    height: 400px;
  }

  .description-block-left {
    max-width: 100%;
  }

  .button-block-description {
    grid-row-gap: 15px;
    flex-wrap: wrap;
    justify-content: center;
  }

  .image-banner-absolute {
    width: 200px;
    height: 250px;
  }

  .vector-absolute {
    top: 14%;
  }

  .list-wrapper {
    grid-column-gap: 20px;
  }

  .image-vector {
    width: 40%;
    top: -10%;
  }

  .video-vector {
    bottom: -5%;
    right: 0%;
  }

  .rows-item {
    text-align: center;
    justify-content: center;
  }

  .data-block.block-data, .time-block.spacing {
    text-align: left;
    text-align: left;
  }

  .name-classes {
    max-width: 100%;
  }

  .vector-bottom {
    bottom: -1%;
  }

  .author-block {
    grid-row-gap: 10px;
    flex-wrap: wrap;
  }

  .team-wrapper-block {
    grid-template-columns: 1fr;
  }

  .left-block-footer {
    text-align: center;
    margin-top: 30px;
  }

  .footer-icons-wrapper {
    grid-column-gap: 35px;
    grid-row-gap: 35px;
    justify-content: center;
    align-items: center;
    width: 100%;
    margin-top: 0;
    display: none;
  }

  .about-cart-wrapper {
    padding-bottom: 20px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .image-features {
    width: 100%;
    max-width: 100%;
  }

  .row-features {
    max-width: 100%;
  }

  .teacher-classes-details {
    text-align: left;
  }

  .price {
    margin-right: 16px;
  }

  .order-item {
    flex-direction: column;
    justify-content: center;
  }

  .image-checkout {
    width: 100px;
  }

  .block-header {
    flex-direction: column;
  }

  .shipping-method {
    grid-row-gap: 10px;
    flex-wrap: wrap;
    justify-content: center;
  }

  .shipping-block {
    width: 80%;
    margin-right: 0;
  }

  .centered {
    flex-direction: column;
    align-items: center;
    margin-top: 10px;
    margin-bottom: 10px;
    display: flex;
  }

  .paragraph-banner.small-paragraph {
    max-width: 100%;
  }

  .banner-section.team-banner {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .team-member-photo, .info-banner-home-3-wrap {
    width: 100%;
  }

  .number-info-wrap {
    min-height: 110px;
  }

  .landing-section-title {
    width: 100%;
  }

  .landing-home-pages-wrapper {
    padding-left: 0;
    padding-right: 0;
  }

  .video-wrapper {
    height: 280px;
  }

  .class-link-image {
    width: 100%;
  }

  .class-image {
    width: 80%;
  }

  .content-class-wrapper {
    width: 100%;
    padding-left: 10px;
    padding-right: 10px;
  }

  .services-wrap {
    flex-flow: column;
  }

  .contact-footer-wrapper {
    text-align: center;
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
    width: 100%;
  }

  .link-footer-contact {
    justify-content: flex-start;
    align-items: center;
  }

  .contact-footer-wrap {
    text-align: center;
    justify-content: flex-start;
    align-items: center;
    width: 100%;
  }

  .background-about-2 {
    height: 55%;
  }

  .block-about-2 {
    width: 100%;
  }

  .services-2 {
    text-align: center;
    align-items: center;
    width: 100%;
  }

  .services-2.light-block {
    align-items: center;
  }

  .services-2._1 {
    top: 0;
  }

  .bg-numbers-2 {
    font-size: 48px;
  }

  .grid-item {
    width: 100%;
  }

  .features-grid {
    flex-flow: column;
  }

  .image-teacher-2 {
    width: 100%;
  }

  .logo-carousel {
    grid-template-columns: 1fr;
  }
}

#w-node-d91c2096-e0db-96b8-4c2d-5c3cabaed3af-e4ad8d43 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}
