:root {
  --black-900: #0c1a40;
  --nunito: Nunito, sans-serif;
  --stroke-color: #e5e5e5;
  --green-color: #8ec213;
  --white: white;
  --orange-color: #fe5c45;
  --black-800: #2e3c63;
  --placeholder-color: #b1b1b1;
  --yello-color: #fcb736;
  --acoa-color: #00bac7;
  --poppins: Poppins, sans-serif;
  --tab-color: white;
  --tab-color-active: #ffebc6;
  --yellow: #d6a617;
  --dark-green: #28b67c33;
}

body {
  color: #333;
  background-color: #fffdf5;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 14px;
  line-height: 20px;
}

h1 {
  color: var(--black-900);
  margin-top: 0;
  margin-bottom: 0;
  font-family: Nunito, sans-serif;
  font-size: 4.375rem;
  font-weight: 700;
  line-height: 4.875rem;
}

h2 {
  color: var(--black-900);
  margin-top: 0;
  margin-bottom: 0;
  font-family: Nunito, sans-serif;
  font-size: 3rem;
  font-weight: 700;
  line-height: 3.5rem;
}

h3 {
  font-family: var(--nunito);
  color: var(--black-900);
  margin-top: 0;
  margin-bottom: 0;
  font-size: 2rem;
  font-weight: 700;
  line-height: 2.5rem;
}

h4 {
  font-family: var(--nunito);
  color: var(--black-900);
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1.75rem;
  font-weight: 700;
  line-height: 2.25rem;
}

h5 {
  font-family: var(--nunito);
  color: var(--black-900);
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 2rem;
}

h6 {
  font-family: var(--nunito);
  color: var(--black-900);
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1.5rem;
}

p {
  margin-bottom: 10px;
}

ul {
  margin-top: 0;
  margin-bottom: 10px;
  padding-left: 40px;
}

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

blockquote {
  border-left: 5px solid #e2e2e2;
  margin-bottom: 10px;
  padding: 10px 20px;
  font-size: 18px;
  line-height: 22px;
}

figure {
  margin-bottom: 10px;
}

figcaption {
  text-align: center;
  margin-top: 5px;
}

.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-vflex {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.w-commerce-commercecartwrapper {
  display: inline-block;
  position: relative;
}

.w-commerce-commercecartopenlink {
  color: #fff;
  cursor: pointer;
  -webkit-appearance: none;
  appearance: none;
  background-color: #3898ec;
  border-width: 0;
  border-radius: 0;
  align-items: center;
  padding: 9px 15px;
  text-decoration: none;
  display: flex;
}

.w-commerce-commercecartopenlinkcount {
  color: #3898ec;
  text-align: center;
  background-color: #fff;
  border-radius: 9px;
  min-width: 18px;
  height: 18px;
  margin-left: 8px;
  padding-left: 6px;
  padding-right: 6px;
  font-size: 11px;
  font-weight: 700;
  line-height: 18px;
  display: inline-block;
}

.w-commerce-commercecartcontainerwrapper {
  z-index: 1001;
  background-color: #000c;
  position: fixed;
  inset: 0;
}

.w-commerce-commercecartcontainerwrapper--cartType-modal {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.w-commerce-commercecartcontainerwrapper--cartType-leftSidebar {
  flex-direction: row;
  justify-content: flex-start;
  align-items: stretch;
  display: flex;
}

.w-commerce-commercecartcontainerwrapper--cartType-rightSidebar {
  flex-direction: row;
  justify-content: flex-end;
  align-items: stretch;
  display: flex;
}

.w-commerce-commercecartcontainerwrapper--cartType-leftDropdown {
  background-color: #0000;
  position: absolute;
  inset: 100% auto auto 0;
}

.w-commerce-commercecartcontainerwrapper--cartType-rightDropdown {
  background-color: #0000;
  position: absolute;
  inset: 100% 0 auto auto;
}

.w-commerce-commercecartcontainer {
  background-color: #fff;
  flex-direction: column;
  width: 100%;
  min-width: 320px;
  max-width: 480px;
  display: flex;
  overflow: auto;
  box-shadow: 0 5px 25px #00000040;
}

.w-commerce-commercecartheader {
  border-bottom: 1px solid #e6e6e6;
  flex: none;
  justify-content: space-between;
  align-items: center;
  padding: 16px 24px;
  display: flex;
  position: relative;
}

.w-commerce-commercecartheading {
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 0;
  padding-right: 0;
}

.w-commerce-commercecartcloselink {
  width: 16px;
  height: 16px;
}

.w-commerce-commercecartformwrapper {
  flex-direction: column;
  flex: 1;
  display: flex;
}

.w-commerce-commercecartform {
  flex-direction: column;
  flex: 1;
  justify-content: flex-start;
  display: flex;
}

.w-commerce-commercecartlist {
  -webkit-overflow-scrolling: touch;
  flex: 1;
  padding: 12px 24px;
  overflow: auto;
}

.w-commerce-commercecartitem {
  align-items: flex-start;
  padding-top: 12px;
  padding-bottom: 12px;
  display: flex;
}

.w-commerce-commercecartitemimage {
  width: 60px;
  height: 0%;
}

.w-commerce-commercecartiteminfo {
  flex-direction: column;
  flex: 1;
  margin-left: 16px;
  margin-right: 16px;
  display: flex;
}

.w-commerce-commercecartproductname {
  font-weight: 700;
}

.w-commerce-commercecartoptionlist {
  margin-bottom: 0;
  padding-left: 0;
  text-decoration: none;
  list-style-type: none;
}

.w-commerce-commercecartquantity {
  -webkit-appearance: none;
  appearance: none;
  background-color: #fafafa;
  border: 1px solid #ddd;
  border-radius: 3px;
  width: 60px;
  height: 38px;
  margin-bottom: 10px;
  padding: 8px 6px 8px 12px;
  line-height: 20px;
  display: block;
}

.w-commerce-commercecartquantity::placeholder {
  color: #999;
}

.w-commerce-commercecartquantity:focus {
  border-color: #3898ec;
  outline-style: none;
}

.w-commerce-commercecartfooter {
  border-top: 1px solid #e6e6e6;
  flex-direction: column;
  flex: none;
  padding: 16px 24px 24px;
  display: flex;
}

.w-commerce-commercecartlineitem {
  flex: none;
  justify-content: space-between;
  align-items: baseline;
  margin-bottom: 16px;
  display: flex;
}

.w-commerce-commercecartordervalue {
  font-weight: 700;
}

.w-commerce-commercecartapplepaybutton {
  color: #fff;
  cursor: pointer;
  -webkit-appearance: none;
  appearance: none;
  background-color: #000;
  border-width: 0;
  border-radius: 2px;
  align-items: center;
  height: 38px;
  min-height: 30px;
  margin-bottom: 8px;
  padding: 0;
  text-decoration: none;
  display: flex;
}

.w-commerce-commercecartapplepayicon {
  width: 100%;
  height: 50%;
  min-height: 20px;
}

.w-commerce-commercecartquickcheckoutbutton {
  color: #fff;
  cursor: pointer;
  -webkit-appearance: none;
  appearance: none;
  background-color: #000;
  border-width: 0;
  border-radius: 2px;
  justify-content: center;
  align-items: center;
  height: 38px;
  margin-bottom: 8px;
  padding: 0 15px;
  text-decoration: none;
  display: flex;
}

.w-commerce-commercequickcheckoutgoogleicon, .w-commerce-commercequickcheckoutmicrosofticon {
  margin-right: 8px;
  display: block;
}

.w-commerce-commercecartcheckoutbutton {
  color: #fff;
  cursor: pointer;
  -webkit-appearance: none;
  appearance: none;
  text-align: center;
  background-color: #3898ec;
  border-width: 0;
  border-radius: 2px;
  align-items: center;
  padding: 9px 15px;
  text-decoration: none;
  display: block;
}

.w-commerce-commercecartemptystate {
  flex: 1;
  justify-content: center;
  align-items: center;
  padding-top: 100px;
  padding-bottom: 100px;
  display: flex;
}

.w-commerce-commercecarterrorstate {
  background-color: #ffdede;
  flex: none;
  margin: 0 24px 24px;
  padding: 10px;
}

@media screen and (max-width: 479px) {
  .w-commerce-commercecartcontainerwrapper--cartType-modal {
    flex-direction: row;
    justify-content: center;
    align-items: stretch;
  }

  .w-commerce-commercecartcontainerwrapper--cartType-leftDropdown, .w-commerce-commercecartcontainerwrapper--cartType-rightDropdown {
    flex-direction: row;
    justify-content: center;
    align-items: stretch;
    display: flex;
    position: fixed;
    inset: 0;
  }

  .w-commerce-commercecartquantity {
    font-size: 16px;
  }
}

.padding-section-large {
  padding-top: 1.75rem;
  padding-bottom: 2.75rem;
}

.padding-section-large.padding-bottom-medium {
  padding-bottom: 3.75rem;
}

.padding-section-large.padding-bottom-top-medium {
  padding-top: 3.75rem;
}

.text-size-medium {
  color: var(--black-900);
  margin-bottom: 0;
  font-size: 18px;
  line-height: 1.625rem;
}

.text-size-medium.text-color-green {
  color: var(--green-color);
  text-align: center;
  justify-content: center;
  align-items: center;
}

.text-size-medium.text-color-white {
  color: var(--white);
}

.text-size-medium.aling-center {
  justify-content: center;
  align-items: center;
}

.container-large {
  width: 100%;
  max-width: 82.5rem;
  margin-left: auto;
  margin-right: auto;
}

.container-large.is-testimonial {
  overflow: hidden;
}

.padding-bottom {
  width: 100%;
  padding: 0;
}

.padding-bottom.padding-xsmall {
  padding-bottom: 1.5rem;
}

.padding-bottom.padding-medium {
  padding-bottom: 2.5rem;
}

.padding-bottom.padding-xxlarge {
  padding-bottom: 5rem;
}

.padding-bottom.padding-large {
  padding-bottom: 3.75rem;
}

.padding-bottom.padding-small {
  padding-bottom: 1.875rem;
}

.padding-bottom.padding-xxsmall {
  padding-bottom: 1.25rem;
}

.padding-bottom.padding-xlarge {
  padding-bottom: 4.375rem;
}

.text-size-regular {
  font-family: var(--nunito);
  color: var(--black-900);
  margin-bottom: 0;
  margin-left: 0;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5rem;
  text-decoration: none;
}

.text-size-regular.text-color-white {
  color: var(--white);
}

.text-size-regular.text-color-orange {
  color: var(--orange-color);
}

.padding-global {
  width: 100%;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}

.padding-section-medium {
  padding-top: 3.75rem;
  padding-bottom: 3.75rem;
}

.navigation {
  background-color: #fffdf5;
  padding: 1.25rem 1.5rem .9375rem;
  position: sticky;
  top: 0;
}

.container {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 82.5rem;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.navigation-left-content {
  grid-column-gap: .9375rem;
  align-items: center;
  display: flex;
}

.navigation-menu {
  grid-column-gap: .9rem;
  align-items: center;
  display: flex;
}

.nav-link {
  font-family: var(--nunito);
  color: var(--black-900);
  padding: 0;
  font-size: 1.125rem;
  font-weight: 600;
  line-height: 1.625rem;
}

.nav-link.w--current {
  color: var(--orange-color);
}

.navigation-dropdown-toggle {
  grid-column-gap: .3125rem;
  font-family: var(--nunito);
  color: var(--black-900);
  padding: 0;
  font-size: 1.125rem;
  font-weight: 600;
  line-height: 1.625rem;
  display: flex;
}

.dropdown-icon-wrapper {
  align-items: center;
  display: flex;
  position: relative;
}

.minus {
  background-color: var(--black-800);
  width: .625rem;
  height: 2px;
}

.plus {
  background-color: var(--black-800);
  width: .625rem;
  height: 2px;
  position: absolute;
  top: auto;
  transform: rotate(90deg);
}

.dropdown-list {
  grid-row-gap: 1.25rem;
  background-color: #0000;
  border-radius: .625rem;
  top: 1.25rem;
  right: auto;
}

.dropdown-list._02.w--open {
  width: 30rem;
  left: -148px;
}

.dropdown-link {
  font-family: var(--nunito);
  color: var(--black-900);
  width: 100%;
  padding: 0;
  font-size: 1.125rem;
  font-weight: 600;
  line-height: 1.625rem;
  text-decoration: none;
}

.dropdown-link.w--current {
  color: var(--orange-color);
  width: 100%;
}

.dropdown-list-wrapper {
  grid-row-gap: 1.625rem;
  flex-direction: column;
  display: flex;
}

.dropdown-menu-heading {
  font-family: var(--nunito);
  color: var(--black-900);
  font-size: 1.125rem;
  font-weight: 700;
  line-height: 1.625rem;
}

.dropdown-link-wrapper {
  grid-row-gap: 1.25rem;
  flex-flow: row;
  justify-content: flex-start;
  align-items: center;
  transition: padding .3s;
  display: flex;
  position: relative;
}

.dropdown-link-wrapper:hover {
  padding-left: 10px;
}

.cart {
  text-decoration: none;
}

.cart-button {
  font-family: var(--nunito);
  color: var(--black-900);
  background-color: #0000;
  align-items: center;
  padding: 0;
  font-size: 1.125rem;
  font-weight: 600;
  line-height: 1.625rem;
}

.cart-quantity {
  border-width: 1px;
  border-color: var(--placeholder-color);
  color: var(--black-900);
  text-align: center;
  background-color: #0000;
  border-radius: .5rem;
  justify-content: center;
  align-items: center;
  width: 3.5rem;
  min-width: auto;
  height: 3.5rem;
  margin-bottom: 0;
  margin-left: 0;
  padding: 0;
  font-size: 1.125rem;
  line-height: 1.625rem;
  display: flex;
}

.button {
  background-color: var(--orange-color);
  font-family: var(--nunito);
  color: var(--white);
  border-radius: 2.25rem;
  justify-content: center;
  align-items: center;
  margin-bottom: 0;
  padding: 1rem 1.875rem;
  font-size: 1.125rem;
  font-weight: 600;
  line-height: 1.125rem;
  text-decoration: none;
  transition: color .3s, background-color .3s;
  display: flex;
}

.button:hover {
  background-color: var(--black-900);
  color: var(--white);
}

.button.is-secondary {
  border: 1px solid var(--stroke-color);
  background-color: var(--white);
  color: var(--orange-color);
}

.button.is-secondary.w--current {
  justify-content: center;
  align-items: center;
  display: flex;
}

.button._01 {
  background-color: var(--yello-color);
}

.button._01:hover {
  background-color: var(--black-900);
}

.button._03 {
  background-color: var(--acoa-color);
}

.button._03:hover {
  background-color: var(--black-900);
}

.button.cta {
  height: 3.5rem;
  margin-top: .25rem;
  margin-bottom: .25rem;
  margin-left: -11.9375rem;
}

.button.is-discount {
  height: 3rem;
  margin-left: -117px;
}

.button.is-discount:hover {
  transform: none;
}

.button.show-tablet {
  display: none;
}

.heading-style-h2 {
  z-index: 1;
  position: relative;
}

.heading-style-h2.text-color-white {
  color: var(--white);
}

.heading-style-h2.text-color-yello {
  color: var(--yello-color);
}

.section-footer {
  background-image: url("https://cdn.prod.website-files.com/672a3a37fd2297b14bd277de/672a3a38fd2297b14bd27902_Footer%20Bg.png");
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
}

.footer-component {
  padding-top: 8.125rem;
}

.footer-grid {
  grid-column-gap: 5.25rem;
  grid-row-gap: 5.25rem;
  grid-template-rows: auto;
  grid-template-columns: 1.5fr 1fr 1fr 1fr;
  align-items: start;
  display: grid;
}

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

.footer-text {
  font-family: var(--nunito);
  color: #e8e8e8;
  margin-bottom: 0;
  font-size: 1.125rem;
  font-weight: 600;
  line-height: 1.625rem;
}

.footer-social-link-wrapper {
  grid-column-gap: .75rem;
  display: flex;
}

.footer-link-menu-wrapper {
  grid-row-gap: 1.875rem;
  flex-direction: column;
  display: flex;
}

.heading-style-h5 {
  overflow: visible;
}

.heading-style-h5.in-home-1 {
  color: var(--acoa-color);
  background-image: none;
  background-repeat: repeat;
  background-size: auto;
  justify-content: center;
  align-items: center;
  width: 30rem;
  height: 6rem;
  display: flex;
}

.heading-style-h5.v2 {
  background-image: url("https://cdn.prod.website-files.com/672a3a37fd2297b14bd277de/672a3a38fd2297b14bd278ff_Vector%203.png");
  background-position: 0 0;
  background-size: cover;
  justify-content: center;
  align-items: center;
  width: 18.125rem;
  height: 3.9375rem;
  display: flex;
}

.heading-style-h5.text-color-yello {
  color: var(--yello-color);
}

.heading-style-h5.text-color-white {
  color: var(--white);
  justify-content: center;
  align-items: center;
}

.footer-menu-link {
  grid-row-gap: 1rem;
  flex-direction: column;
  display: flex;
}

.footer-link {
  font-family: var(--nunito);
  color: #e8e8e8;
  font-size: 1.125rem;
  font-weight: 600;
  line-height: 1.625rem;
  text-decoration: none;
}

.footer-bottom-content {
  background-color: #223668;
  justify-content: center;
  align-items: center;
  padding-top: 1.75rem;
  padding-bottom: 1.75rem;
  display: flex;
}

.footer-image._02 {
  position: absolute;
  bottom: 15rem;
  right: 13.125rem;
}

.footer-image._01 {
  position: absolute;
  top: auto;
  bottom: 8rem;
  left: 4.3125rem;
}

.heading-wrapper {
  z-index: 1;
  justify-content: flex-start;
  align-items: center;
  display: flex;
  position: relative;
}

.line-color-pink {
  z-index: 0;
  background-color: #fccdda;
  width: 100%;
  height: .9375rem;
  position: absolute;
  top: 2.25rem;
}

.line-color-pink._01 {
  z-index: 0;
  background-color: #fccdda;
}

.line-color-light-golden {
  z-index: 0;
  background-color: #ffe3ac;
  width: 100%;
  height: .9rem;
  position: absolute;
  top: 2.25rem;
}

.line-color-light-golden._02 {
  z-index: 0;
}

.text-saize-bold {
  font-family: var(--nunito);
  color: var(--black-900);
  font-size: 1.125rem;
  font-weight: 700;
  line-height: 1.625rem;
}

.text-saize-bold.text-color-white {
  color: var(--white);
}

.section-hero-banar {
  background-image: url("https://cdn.prod.website-files.com/672a3a37fd2297b14bd277de/672a3a38fd2297b14bd27837_6318c9d6001fa47e35448866_banner%203.png");
  background-position: 50% 100%;
  background-repeat: no-repeat;
  background-size: cover;
  justify-content: center;
  align-items: center;
  height: 20rem;
  display: flex;
}

.section-hero-banar.is-details {
  background-image: url("https://cdn.prod.website-files.com/672a3a37fd2297b14bd277de/672a3a38fd2297b14bd27837_6318c9d6001fa47e35448866_banner%203.png");
  background-position: 50% 100%;
}

.section-hero-banar.is-services {
  background-image: url("https://cdn.prod.website-files.com/672a3a37fd2297b14bd277de/672a3a38fd2297b14bd27837_6318c9d6001fa47e35448866_banner%203.png");
}

.section-hero-banar.is-faq {
  background-color: #fffdf5;
  background-image: url("https://cdn.prod.website-files.com/672a3a37fd2297b14bd277de/672a3a38fd2297b14bd2793f_Breadcrumb%20area01.png");
  background-position: 50% 100%;
}

.section-hero-banar.is-price-details {
  background-image: url("https://cdn.prod.website-files.com/672a3a37fd2297b14bd277de/672a3a38fd2297b14bd2793f_Breadcrumb%20area01.png");
}

.section-hero-banar.is-price {
  background-color: #fff7e5;
  background-image: url("https://cdn.prod.website-files.com/672a3a37fd2297b14bd277de/672a3a38fd2297b14bd2793f_Breadcrumb%20area01.png");
  background-position: 50% 100%;
}

.hero-banner-content-wrapper {
  grid-row-gap: .375rem;
  text-align: center;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.hero-banar-content {
  grid-column-gap: .9375rem;
  justify-content: center;
  align-items: center;
  display: flex;
}

.home-link {
  font-family: var(--nunito);
  color: #6d7fae;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.5rem;
  text-decoration: none;
}

.hero-banar-dot {
  background-color: var(--orange-color);
  border-radius: 100%;
  width: .5rem;
  height: .5rem;
}

.hero-banar-dot.dot-color-green {
  background-color: var(--green-color);
}

.hero-banar-dot.dot-color-yello {
  background-color: var(--yello-color);
}

.hero-banar-text {
  font-family: var(--nunito);
  color: var(--orange-color);
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.5rem;
}

.hero-banar-text.text-color-green {
  color: var(--green-color);
}

.hero-banar-text.text-color-yello {
  color: var(--yello-color);
}

.section-faq {
  background-image: url("https://cdn.prod.website-files.com/672a3a37fd2297b14bd277de/672a3a38fd2297b14bd2794a_faq%20bg.svg");
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: cover;
}

.section-faq.is-faq {
  background-color: #fff7e5;
  background-size: contain;
}

.faq-top-content-wrapper {
  text-align: center;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  max-width: 50rem;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.faq-icon-wrapper {
  justify-content: center;
  align-items: center;
  display: flex;
}

.faq-grid {
  grid-column-gap: 2.5rem;
  grid-template-rows: auto;
}

.faq-list {
  grid-row-gap: 1.25rem;
  flex-direction: column;
  display: flex;
}

.faq-accordion {
  background-color: var(--white);
  cursor: pointer;
  border-radius: 1.25rem;
  padding: 1.5rem;
}

.faq-questio-wrapper {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.faq-icon {
  background-color: var(--orange-color);
  width: 1.25rem;
  height: .1875rem;
}

.faq-icon.vertical {
  position: absolute;
  transform: rotate(90deg);
}

.faq-answer-wrapper {
  overflow: hidden;
}

.margin-buttom {
  margin: 0;
}

.margin-buttom.margin-top-xxsmall {
  margin-top: 1.25rem;
}

.dropdown-list-item {
  grid-column-gap: 1.25rem;
  grid-row-gap: 1.25rem;
  background-color: var(--white);
  border-radius: .625rem;
  flex-flow: column;
  padding: 1.875rem 2.5rem 1.875rem 1.875rem;
  display: flex;
}

.dropdown-list-item._01 {
  width: 22.625rem;
  margin-top: 1.875rem;
  box-shadow: 0 8px 24px #00000012;
}

.dropdown-list-item._01.right {
  background-color: var(--tab-color);
  position: absolute;
  top: -56px;
  left: 175px;
}

.dropdown-list-item._02 {
  flex-flow: row;
  justify-content: space-between;
  align-items: flex-start;
  width: 30rem;
  margin-top: 1.875rem;
  box-shadow: 0 8px 24px #00000012;
}

.dropdown-menu-line {
  background-color: var(--orange-color);
  width: 11px;
  height: 2px;
  margin-top: 11px;
  position: absolute;
  left: -20px;
  overflow: visible;
}

.dropdown-link-list-wrapper {
  grid-row-gap: 1.25rem;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  transition: padding .3s;
  display: flex;
  position: relative;
}

.cart-container {
  background-color: var(--white);
  border-radius: 1.875rem;
}

.cart-header {
  border-bottom-color: var(--stroke-color);
  padding: 1.25rem 1.5rem;
}

.cart-list {
  padding: .75rem 1.5rem;
}

.cart-details {
  grid-row-gap: .75rem;
  margin-left: 0;
  margin-right: 0;
}

.remove-button {
  color: var(--black-900);
  flex-flow: column;
  text-decoration: none;
}

.cart-footer {
  grid-row-gap: 2rem;
}

.cart-line-item {
  margin-bottom: 0;
}

.cart-checkout-actions {
  grid-row-gap: 1.25rem;
  flex-flow: column;
  display: flex;
}

.close-button {
  cursor: pointer;
}

.cart-quantity-text {
  color: var(--black-900);
  height: auto;
  margin-left: 0;
  padding-left: 0;
  padding-right: 0;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.5rem;
}

.error-message {
  background-color: var(--orange-color);
  font-family: var(--nunito);
  color: var(--white);
  text-align: center;
  border-radius: .75rem;
  margin-top: 1rem;
  padding: 1.25rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5rem;
}

.year-plane-pragraph {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  font-family: Poppins, sans-serif;
  font-size: .99rem;
  line-height: 1.5rem;
}

.heading-text-wrapper {
  width: 75%;
  margin: 20px auto 10px;
}

@media screen and (max-width: 991px) {
  h1 {
    font-size: 4rem;
    line-height: 4.5rem;
  }

  .padding-section-large {
    padding-top: 5rem;
    padding-bottom: 5rem;
  }

  .style-guide-menu {
    padding: 2rem 3rem;
    position: static;
  }

  .style-guide-heading-wrapper {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }

  .container-large {
    max-width: 100%;
  }

  .margin-bottom {
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .margin-bottom.margin-top-xsmall {
    margin-top: 0;
  }

  .style-guide-content-wrapper {
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .heading-style-h6 {
    font-size: 1.1rem;
    line-height: 1.6rem;
  }

  .heading-style-h4 {
    font-size: 1.5rem;
    line-height: 2rem;
  }

  .padding-bottom.padding-large {
    padding-bottom: 2.5rem;
  }

  .padding-bottom.padding-xlarge {
    padding-bottom: 4rem;
  }

  .text-size-regular {
    font-size: 1rem;
    line-height: 1.5rem;
  }

  .padding-global {
    padding-left: 1.875rem;
    padding-right: 1.875rem;
  }

  .style-guide-content-list {
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }

  .style-guide-content-layout {
    grid-template-columns: 1fr;
  }

  .navigation-left-content {
    grid-column-gap: 1.5rem;
  }

  .navigation-logo {
    width: 50px;
    height: 40px;
  }

  .navigation-menu {
    background-color: var(--white);
    padding: 1.5rem 1.5rem 2rem;
  }

  .nav-link {
    margin-bottom: .75rem;
  }

  .navigation-dropdown {
    text-align: left;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    margin-bottom: .75rem;
    display: flex;
  }

  .navigation-dropdown._01 {
    flex-flow: column;
  }

  .navigation-dropdown-toggle {
    margin-bottom: 0;
    margin-left: 0;
  }

  .navigation-dropdown-toggle.w--open {
    margin-bottom: 0;
  }

  .dropdown-list {
    position: static;
  }

  .dropdown-list._02.w--open {
    width: auto;
    margin-top: .75rem;
    margin-bottom: 2rem;
    padding: 2rem;
  }

  .button {
    flex-flow: column;
    height: 3rem;
  }

  .button.show-dekstop {
    display: none;
  }

  .button.show-tablet {
    display: block;
  }

  .section-footer {
    background-position: 0 0;
  }

  .footer-grid {
    grid-column-gap: 4.4rem;
    grid-row-gap: 2.9rem;
    grid-template-columns: 1.5fr 1fr;
  }

  .footer-bottom-content {
    padding-left: 1.875rem;
    padding-right: 1.875rem;
  }

  .footer-image._01 {
    display: none;
  }

  .footer-image._02 {
    display: none;
    right: auto;
  }

  .home-header {
    height: auto;
    padding-top: 4rem;
  }

  .header-component {
    margin-bottom: 5rem;
  }

  .header-content-wrapper {
    grid-column-gap: 9.125rem;
    grid-row-gap: 4.4rem;
    flex-flow: column-reverse;
    grid-template-rows: auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    grid-auto-flow: row dense;
    display: flex;
  }

  .header-right-content {
    flex-flow: row;
    justify-content: center;
  }

  .header-image-wrapper {
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .hero-main-image {
    width: 70%;
  }

  .header-image._01, .header-image._02 {
    display: inline-flex;
  }

  .header-image._04, .header-image._05, .header-image._01, .header-image._02 {
    display: inline-flex;
  }

  .header-image._03 {
    display: inline-flex;
    top: -2.812px;
    left: 37px;
  }

  .header-image._04, .header-image._05 {
    display: inline-flex;
  }

  .header-tricker-content-wrapper {
    display: none;
  }

  .section-service-area.v2 {
    background-position: 50%;
    background-size: cover;
  }

  .section-about-area {
    background-position: 50%, 2% 0;
    background-repeat: no-repeat, no-repeat;
    background-size: auto, cover;
  }

  .about-grid {
    grid-row-gap: 3rem;
    grid-template-columns: 1fr;
  }

  .about-image-wrapper, .about-image {
    width: 100%;
  }

  .section-counter-arear.v2 {
    background-position: 50%;
  }

  .counter-arear-content {
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .counter-arear-content.v2 {
    grid-column-gap: 1.8rem;
    grid-row-gap: 2.5rem;
    grid-column-gap: 1.8rem;
    grid-row-gap: 2.5rem;
    grid-template-columns: 1fr 1fr 1fr;
  }

  .benefit-component.v2 {
    grid-column-gap: 1.125rem;
    grid-column-gap: 1.125rem;
  }

  .benefit-grid {
    grid-column-gap: 4.4rem;
    grid-template-columns: 1fr 1fr;
  }

  .benefit-items {
    grid-row-gap: 1.25rem;
    flex-flow: column;
  }

  .section-photo-gallery {
    background-position: 50%, -33px 0;
  }

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

  .section-feature {
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
  }

  .feature-component {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .feature-item._01, .feature-item._02, .feature-item._03, .feature-item._01, .feature-item._02, .feature-item._03 {
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .text-saize-bold {
    margin-bottom: 0;
    font-size: 1rem;
    line-height: 1.5rem;
  }

  .section-feature-secondary {
    background-image: url("https://cdn.prod.website-files.com/672a3a37fd2297b14bd277de/672a3a38fd2297b14bd2791c_bg.png");
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
  }

  .feature-two-grid {
    grid-row-gap: 4.7rem;
    grid-template-columns: 1fr;
  }

  .feature-image {
    position: static;
  }

  .slider-nav {
    display: none;
    bottom: -.15rem;
  }

  .blog-top-content-wrapper {
    grid-row-gap: 1.25rem;
    flex-flow: column;
  }

  .blog-item {
    width: auto;
  }

  .blog-image {
    width: 100%;
  }

  .section-hero.v2 {
    background-position: 50%;
    background-size: cover;
    height: 81vh;
  }

  .hero-icon._01 {
    left: 2.1rem;
    right: auto;
  }

  .hero-icon._02 {
    top: 4.1rem;
    left: auto;
    right: 44px;
  }

  .benefit-content-wrapper {
    grid-column-gap: 16px;
    grid-row-gap: 1.6875rem;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    max-width: none;
  }

  .about-happy-hours-content {
    bottom: -4.1125rem;
    right: -.6rem;
  }

  .service-item-content {
    grid-row-gap: 2rem;
    flex-flow: column;
    padding: 3rem 2.5rem;
  }

  .service-right-content, .service-image {
    width: 100%;
  }

  .photo-gallery-content-wrapper {
    grid-column-gap: 2.375rem;
    grid-row-gap: 1.5rem;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    place-items: start center;
    display: grid;
  }

  .gallery-image {
    width: 100%;
  }

  .photo-gallery-right-content {
    grid-column-gap: 16px;
    grid-row-gap: .7rem;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .photo-gallery-content {
    grid-column-gap: 2.375rem;
    grid-row-gap: 16px;
    flex-flow: column;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .section-hero-banar {
    background-position: 50% 100%;
    background-repeat: repeat;
    background-size: cover;
    height: 12.5rem;
  }

  .about-content {
    grid-row-gap: 3.25rem;
    flex-flow: column;
  }

  .about-left-content {
    width: 100%;
  }

  .about-our-school-content {
    top: 26.5rem;
    right: -1px;
  }

  .blog-collection-list {
    grid-column-gap: 2rem;
    grid-row-gap: 3.1rem;
    grid-template-columns: 1fr 1fr;
  }

  .price-grid {
    grid-column-gap: 2rem;
    grid-row-gap: 3rem;
    grid-template-columns: 1fr 1fr;
  }

  .price-item._02, .price-item._03 {
    background-position: 50%;
  }

  .price-item._01 {
    background-position: 50%;
    width: 100%;
  }

  .price-item._02, .price-item._03 {
    background-position: 50%;
  }

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

  .teacher-collection-list {
    grid-template-columns: 1fr 1fr;
    place-items: start;
  }

  .cta-content {
    grid-row-gap: 2rem;
    flex-flow: column;
  }

  .suopport-area-grid {
    grid-column-gap: 2.5rem;
    grid-row-gap: 1.625rem;
    grid-template-columns: 1fr 1fr;
  }

  .support-card-item._01 {
    background-position: 0 0;
    background-repeat: repeat;
    padding: 2.5rem;
  }

  .section-faq {
    background-position: 100% 0;
    background-repeat: no-repeat;
  }

  .faq-grid {
    grid-row-gap: 1.75rem;
    grid-template-columns: 1fr;
  }

  .blog-catagory-item {
    padding-top: .6rem;
    padding-bottom: .6rem;
  }

  .blog-details blockquote {
    font-size: 1.5rem;
  }

  .services-top-content-wrapper {
    grid-row-gap: 1.25rem;
    flex-flow: column;
  }

  .services-details-content {
    width: auto;
  }

  .teacher-details-content {
    padding-left: 3rem;
    padding-right: 3rem;
  }

  .contact-us-component {
    grid-row-gap: 4rem;
  }

  .contact-us-top-content-wrapper {
    grid-row-gap: 2.5rem;
    flex-flow: column;
  }

  .contact-us-left-content {
    max-width: none;
  }

  .contact-us-form-block {
    padding: 3.5rem 3rem;
  }

  .contact-grid {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
  }

  .input {
    height: 3.5rem;
    padding: .6rem 1.5rem;
  }

  .sing-up-content {
    padding-left: 4rem;
    padding-right: 4rem;
  }

  .sing-up-content-wrapper {
    grid-row-gap: 2rem;
    flex-flow: column;
    display: flex;
  }

  .login-content, .forgot-password-content {
    padding-left: 4rem;
    padding-right: 4rem;
  }

  .license-content-wrapper {
    padding: 2rem 1.5rem;
  }

  .license-grid {
    grid-row-gap: 2rem;
    grid-template-columns: 1fr 1fr 1fr;
  }

  .price-details-component {
    flex-flow: column;
  }

  .price-details-left-content {
    max-width: none;
  }

  .plan-add-to-cart-card {
    max-width: none;
    padding: 2.5rem 2rem;
  }

  .price-select-field {
    width: 38.9rem;
  }

  .checkout-container {
    grid-row-gap: 2.5rem;
    flex-flow: column;
  }

  .checkout-payment-content-wrapper, .checkout-payment-content {
    width: 100%;
  }

  .checkout-discounts {
    grid-row-gap: .75rem;
    flex-flow: column;
  }

  .checkout-discounts-code-field {
    width: 100%;
  }

  .paypal-container {
    grid-row-gap: 2.5rem;
    flex-flow: column;
  }

  .paypal-left-side-contant, .paypal-payment-right-content {
    width: 100%;
  }

  .order-confirmation-container {
    grid-row-gap: 2.5rem;
    flex-flow: column;
  }

  .order-confirmation-left-content, .order-confirmation-right-content {
    width: 100%;
  }

  .nav-menu-line-wrapper {
    grid-row-gap: 6px;
    flex-direction: column;
    align-items: center;
    display: flex;
  }

  .nav-menu-button {
    padding: 0;
  }

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

  .nav-menu-line {
    background-color: #000;
    width: 24px;
    height: 2px;
    padding-bottom: 0;
    padding-right: 0;
  }

  .utility-page-wrap {
    height: 80vh;
  }

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

  .flex-block-3 {
    width: auto;
  }

  .flexbox-small-dikey {
    width: 100%;
  }

  .flexbox-1-yatay {
    flex-flow: column;
  }

  .container-2 {
    max-width: 728px;
  }

  .gallery-wrapper {
    grid-template-rows: auto auto auto auto auto auto auto auto auto;
  }

  .gallery-wrapper.farmsen {
    grid-template-rows: auto auto;
  }

  .features-wrapper-two {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .features-left {
    max-width: 100%;
    margin-bottom: 40px;
  }

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

@media screen and (max-width: 767px) {
  h1 {
    font-size: 3.2rem;
    line-height: 3.5rem;
  }

  h2 {
    font-size: 2.5rem;
    line-height: 3rem;
  }

  h3 {
    font-size: 1.75rem;
  }

  h4 {
    font-size: 1.5rem;
    line-height: 2rem;
  }

  .padding-section-large {
    padding-top: 3.75rem;
    padding-bottom: 3.75rem;
  }

  .note-wrapper {
    padding: 1rem;
  }

  .style-guide-menu {
    padding: 1.5rem 2.5rem;
  }

  .style-guide-heading-wrapper {
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
  }

  .margin-bottom {
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .margin-bottom.margin-xxlarge {
    margin-bottom: 6.4rem;
  }

  .style-guide-content-wrapper {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .heading-style-h4 {
    font-size: 1.2rem;
    line-height: 1.7rem;
  }

  .padding-bottom.padding-large {
    padding-bottom: 2.5rem;
  }

  .text-size-regular {
    font-size: 1rem;
    line-height: 1.6rem;
  }

  .padding-global {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .padding-section-medium {
    padding-top: 1.875rem;
    padding-bottom: 1.875rem;
  }

  .style-guide-content-list {
    grid-template-columns: 1fr 1fr 1fr;
  }

  .dropdown-list._02.w--open {
    width: auto;
    padding: 1.5rem;
  }

  .button {
    height: 3rem;
  }

  .button.show-tablet {
    justify-content: center;
    align-items: center;
    height: 3rem;
    display: flex;
  }

  .section-footer {
    background-position: 5% 0;
  }

  .footer-text {
    flex-flow: row;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .footer-bottom-content {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .home-header {
    padding-top: 4.6rem;
  }

  .line-color-pink, .line-color-light-golden {
    top: 1.75rem;
  }

  .counter-arear-component {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
  }

  .counter-arear-content {
    grid-column-gap: 16px;
    grid-row-gap: 2.25rem;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .counter-arear-content.v2 {
    grid-template-columns: 1fr 1fr;
  }

  .benefit-component.v2 {
    grid-column-gap: 2rem;
    grid-row-gap: 2.5rem;
    grid-column-gap: 2rem;
    grid-row-gap: 2.5rem;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .photo-gallery-top-content {
    grid-row-gap: 1.5rem;
    flex-flow: column;
    justify-content: space-between;
    align-items: flex-start;
  }

  .photo-gallery-grid {
    grid-column-gap: 1.3rem;
    grid-row-gap: 1.5rem;
    grid-template-columns: 1fr 1fr;
  }

  .photo-gallery-image {
    width: 100%;
  }

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

  .testimonial-slider-content._01 {
    padding: 2.5rem 2rem;
  }

  .line-color-green {
    top: 1.75rem;
  }

  .blog-top-content-wrapper {
    grid-row-gap: 1.5rem;
    flex-flow: column;
    justify-content: space-between;
    align-items: center;
  }

  .hero-icon._01 {
    top: 3.3rem;
  }

  .hero-icon._02 {
    right: 22px;
  }

  .line-color-light-blue {
    top: 1.65rem;
  }

  .photo-gallery-content-wrapper {
    grid-template-columns: 1fr;
  }

  .photo-gallery-right-content {
    grid-row-gap: 2.1rem;
  }

  .number-wrapper {
    overflow: hidden;
  }

  .line-color-light-green {
    top: 1.75rem;
  }

  .section-hero-banar {
    height: 10.5rem;
  }

  .about-content {
    grid-row-gap: 2.5rem;
  }

  .about-our-school-content {
    display: none;
  }

  .blog-collection-list {
    grid-row-gap: 3rem;
    grid-template-columns: 1fr;
  }

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

  .price-details-wrapper {
    padding-top: 3rem;
  }

  .services-area-collection-list {
    grid-column-gap: 1.3rem;
    grid-row-gap: 2rem;
    grid-template-columns: 1fr;
  }

  .services-item {
    padding: 2rem 1.5rem;
  }

  .teacher-collection-list-wrapper {
    width: 100%;
  }

  .teacher-collection-list {
    grid-row-gap: 6.4rem;
    grid-template-columns: 1fr;
    place-items: start center;
    width: 100%;
  }

  .teacher-content-wrapper {
    background-position: 63% 100%;
    background-repeat: no-repeat;
    justify-content: center;
    align-items: center;
    width: 25.625rem;
    height: 24rem;
    display: flex;
  }

  .teacher-image-wrapper {
    width: 100%;
    top: -2.8875rem;
    left: 0;
  }

  .teacher-image {
    width: 14.9rem;
  }

  .teacher-details {
    justify-content: flex-start;
    align-items: center;
    bottom: 5.2rem;
    left: auto;
  }

  .section-cta {
    background-color: #ffdd98;
    background-image: none;
    background-repeat: repeat;
    background-size: auto;
  }

  .cta-content {
    grid-row-gap: 1.4rem;
  }

  .input-field {
    width: 30.3rem;
    height: 4rem;
    padding: 1.5rem 2rem;
  }

  .suopport-area-grid {
    grid-template-columns: 1fr;
  }

  .faq-accordion {
    padding-left: 1.3rem;
    padding-right: 1.3rem;
  }

  .blog-catagory-collection-list {
    grid-column-gap: 1.2rem;
  }

  .blog-catagory-item {
    padding: .6rem 1.5rem;
  }

  .blog-details p {
    margin-bottom: 1.5rem;
  }

  .blog-details img {
    margin-top: 0;
    margin-bottom: 0;
  }

  .blog-details h4 {
    margin-bottom: 1.5rem;
  }

  .blog-details ul {
    margin-bottom: 2rem;
  }

  .blog-details blockquote {
    padding: 4rem 2.5rem;
    font-size: 1.35rem;
    line-height: 2rem;
  }

  .teacher-details-content {
    background-position: 50%;
    width: auto;
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .contact-us-form-block {
    padding: 2.5rem 1.5rem;
  }

  .contact-grid {
    grid-column-gap: 1.6rem;
  }

  .input {
    height: 3.3rem;
    padding: .6rem 1rem;
  }

  .sing-up-content {
    padding: 3rem;
  }

  .login-content {
    padding: 3rem 2.5rem;
  }

  .forgot-password-content {
    border-radius: 1.5rem;
    padding: 3rem 2.5rem;
  }

  .changelog-content {
    max-width: 32.3rem;
    padding: 3rem 2.5rem;
  }

  .changelog-version {
    padding: 1rem 1.5rem;
  }

  .license-icon-wrapper {
    grid-column-gap: 2rem;
  }

  .license-content-wrapper {
    padding: 1.5rem 1rem;
  }

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

  .default-state {
    grid-row-gap: 1.3rem;
  }

  .price-select-field {
    width: 28.5rem;
  }

  .checkout-info-wrapper, .checkout-payment-content {
    padding: 2rem 1.5rem;
  }

  .utility-page-wrap {
    height: 75vh;
  }

  .password-protected {
    width: 95%;
    max-width: none;
  }

  .image {
    max-width: 100%;
  }

  .voranmeldung-form-wrapper {
    width: 98%;
  }

  .heading-text-wrapper {
    width: 95%;
  }

  .gallery-overview, .features-list {
    padding: 60px 15px;
  }
}

@media screen and (max-width: 479px) {
  h1 {
    font-size: 2.8rem;
  }

  h2 {
    font-size: 1.85rem;
    line-height: 2.25rem;
  }

  h3 {
    font-size: 1.5rem;
    line-height: 2rem;
  }

  h4 {
    font-size: 1.5rem;
  }

  h5 {
    font-size: 1.2rem;
  }

  .padding-section-large {
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
  }

  .note-wrapper, .style-guide-menu {
    border-radius: .65rem;
  }

  .text-size-medium {
    font-size: .9rem;
    line-height: 1.4rem;
  }

  .text-size-medium.testimonial-text {
    font-size: .875rem;
    line-height: 1.375rem;
  }

  .margin-bottom {
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .margin-bottom.margin-large {
    margin-bottom: 2rem;
  }

  .margin-bottom.margin-xsmall {
    margin-bottom: 1rem;
  }

  .margin-bottom.margin-top-xsmall {
    margin-top: 0;
  }

  .button-row {
    grid-row-gap: 1.25rem;
    flex-direction: column;
    align-items: stretch;
  }

  .button-row.align-center {
    align-items: center;
  }

  .style-guide-content-wrapper {
    border-radius: .65rem;
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .heading-style-h4 {
    font-size: 1.35rem;
    line-height: 1.6rem;
  }

  .padding-bottom.padding-xxlarge, .padding-bottom.padding-xlarge, .padding-bottom.padding-xxlarge, .padding-bottom.padding-xlarge {
    padding-bottom: 3rem;
  }

  .text-size-regular {
    font-size: .9rem;
  }

  .padding-global {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .style-guide-content-list {
    grid-template-columns: 1fr;
  }

  .bold-text {
    font-size: .9rem;
  }

  .navigation {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .navigation-left-content {
    grid-column-gap: 1rem;
  }

  .navigation-brand-logo-wrapper {
    padding-left: 0;
  }

  .navigation-logo {
    max-width: 83%;
  }

  .dropdown-list._02.w--open {
    width: auto;
  }

  .cart-quantity {
    width: 3rem;
    height: 3rem;
  }

  .button {
    height: 3rem;
    padding: .6rem 1.5rem;
    line-height: 1rem;
  }

  .button.cta {
    margin-left: 0;
  }

  .section-footer {
    background-position: 10% 0;
  }

  .footer-grid {
    grid-row-gap: 2.3rem;
    grid-template-columns: 1.5fr;
  }

  .heading-style-h5.in-home-1 {
    width: 20rem;
  }

  .footer-bottom-content {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .home-header {
    padding-top: 3.9rem;
  }

  .hero-main-image {
    width: 100%;
  }

  .header-image._01, .header-image._02, .header-image._04, .header-image._05, .header-image._01, .header-image._02, .header-image._04, .header-image._05, .tricker-image._02, .tricker-image._02 {
    display: none;
  }

  .section-service-area.v2 {
    background-position: 0 0;
  }

  .line-color-pink, .line-color-light-golden {
    display: none;
  }

  .counter-arear-content {
    grid-template-columns: 1fr;
  }

  .counter-arear-content.v2 {
    grid-column-gap: 1.4rem;
    grid-row-gap: 2.3rem;
    grid-column-gap: 1.4rem;
    grid-row-gap: 2.3rem;
  }

  .benefit-component.v2, .benefit-grid {
    grid-template-columns: 1fr;
  }

  .benefit-items {
    flex-flow: row;
  }

  .benefit-icon._01 {
    left: 4.25rem;
  }

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

  .feature-item._01, .feature-item._02, .feature-item._03, .feature-item._01, .feature-item._02, .feature-item._03 {
    padding: 1.5rem 1rem;
  }

  .text-saize-bold {
    font-size: 1rem;
    line-height: 1.5rem;
  }

  .feature-left-content-wrapper {
    grid-row-gap: 1.8rem;
  }

  .feature-two-grid {
    grid-row-gap: 4rem;
  }

  .feature-top-content, .feature-two-list-wrapper, .feature-right-side-content {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .testimonial-mask {
    width: auto;
    height: auto;
  }

  .testimonial-slider._01 {
    margin-right: .85rem;
  }

  .testimonial-slider-content._01 {
    border: 1px solid var(--orange-color);
    background-image: none;
    background-repeat: repeat;
    background-size: auto;
    border-radius: 1rem;
    width: auto;
    height: auto;
    padding: 2rem 1rem;
  }

  .testimonial-slider-content._02 {
    border: 1px solid var(--acoa-color);
    background-image: none;
    background-repeat: repeat;
    background-size: auto;
    border-radius: 1rem;
    width: auto;
    height: auto;
    padding: 2rem 1rem;
  }

  .testimonial-slider-content._03 {
    border: 1px solid var(--yello-color);
    background-image: none;
    background-repeat: repeat;
    background-size: auto;
    border-radius: 1rem;
    width: auto;
    height: auto;
    padding: 2rem 1rem;
  }

  .testimonial-content-wrapper {
    grid-row-gap: 1.3rem;
  }

  .testimonial-image {
    width: 51px;
  }

  .line-color-green {
    top: 1.55rem;
  }

  .slider-nav {
    display: none;
  }

  .blog-top-content {
    grid-column-gap: 1.1rem;
  }

  .section-hero.v2 {
    background-position: 50% 100%;
  }

  .section-benefit-area {
    background-position: 50%;
    background-size: cover;
  }

  .hero-icon._01, .hero-icon._02, .hero-icon._01, .hero-icon._02, .about-happy-hours-content {
    display: none;
  }

  .service-tabs-menu {
    grid-row-gap: .5rem;
    flex-flow: column;
    width: 100%;
    margin-bottom: 2rem;
  }

  .service-item-content {
    padding: 2rem 1rem;
  }

  .line-color-light-blue {
    display: none;
  }

  .photo-gallery-right-content {
    grid-row-gap: .3rem;
  }

  .photo-gallery-content {
    grid-row-gap: 1.375rem;
    grid-template-columns: 1fr;
  }

  .number-wrapper {
    height: 2.5rem;
  }

  .line-color-light-green {
    top: 1.35rem;
  }

  .section-hero-banar {
    height: 9.5rem;
  }

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

  .price-item._02, .price-item._03 {
    background-position: 50%;
  }

  .price-item._01 {
    background-position: 50%;
    background-size: cover;
  }

  .price-item._02, .price-item._03 {
    background-position: 50%;
  }

  .price-details-wrapper {
    padding: 1rem;
  }

  .line-color-yello {
    display: none;
  }

  .services-area-collection-list {
    grid-row-gap: 1.5rem;
    grid-template-columns: 1fr;
  }

  .services-image {
    max-width: 80%;
  }

  .teacher-collection-list {
    grid-row-gap: 8.7rem;
  }

  .teacher-content-wrapper {
    width: 18rem;
    height: 15.3rem;
  }

  .teacher-image-wrapper {
    top: -7.0875rem;
  }

  .teacher-image {
    width: 13.6rem;
  }

  .teacher-details {
    bottom: 3.3rem;
  }

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

  .cta-form {
    grid-row-gap: .5rem;
    flex-flow: column;
  }

  .input-field {
    width: auto;
    height: 3.5rem;
    font-size: 1rem;
    line-height: 1.5rem;
  }

  .faq-icon-wrapper {
    display: none;
  }

  .faq-accordion {
    padding: 1.2rem 1rem;
  }

  .blog-catagory-collection-list-wrapper {
    width: 100%;
  }

  .blog-catagory-collection-list {
    grid-column-gap: 1.2rem;
    grid-row-gap: 1rem;
    flex-flow: column;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
    width: 100%;
  }

  .blog-catagory-collection-item {
    grid-row-gap: 1rem;
    flex-flow: column;
  }

  .blog-catagory-item, .blog-catagory-item.w--current {
    text-align: center;
  }

  .blog-details h3 {
    font-size: 1.3rem;
  }

  .blog-details p {
    font-size: .9rem;
    line-height: 1.4rem;
  }

  .blog-details h4 {
    font-size: 1.4rem;
  }

  .blog-details li {
    font-size: .9rem;
    line-height: 1.4rem;
  }

  .blog-details blockquote {
    margin-bottom: 2rem;
    padding: 2rem 1rem;
    font-size: 1.25rem;
    line-height: 1.65rem;
  }

  .services-details-content p, .services-details-content li, .services-details-content p, .services-details-content li {
    font-size: .9rem;
    line-height: 1.4rem;
  }

  .teacher-details-content {
    grid-row-gap: 1.375rem;
    flex-flow: column;
    padding-top: 1.4rem;
    padding-left: 1rem;
    padding-right: 1rem;
    display: flex;
  }

  .teacher-details-top-content-wrapper {
    grid-row-gap: .7rem;
    text-align: center;
    flex-flow: column;
    width: 100%;
    position: static;
  }

  .teacher-top-content {
    width: 100%;
  }

  .teacher-details-wrapper {
    text-align: center;
  }

  .contact-details {
    grid-row-gap: 2.5rem;
  }

  .contact-address-wapper._02, .contact-address-wapper._03 {
    grid-column-gap: .6rem;
    grid-row-gap: .75rem;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .contact-address-wapper._01 {
    grid-column-gap: .6rem;
    grid-row-gap: .6rem;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .contact-address-wapper._02, .contact-address-wapper._03 {
    grid-column-gap: .6rem;
    grid-row-gap: .75rem;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .contact-us-form-block {
    border-radius: 1rem;
    padding: 1.5rem 1rem;
  }

  .contact-us-form {
    grid-row-gap: 1.3rem;
  }

  .contact-grid {
    grid-row-gap: 1.2rem;
    flex-flow: column;
    display: flex;
  }

  .contact-field-wrapper {
    grid-row-gap: .5rem;
  }

  .input {
    height: 3rem;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }

  .input.message-field {
    height: 4.5rem;
    min-height: 6.7rem;
  }

  .sing-up-content {
    border-radius: 1rem;
    padding: 2rem 1.25rem;
  }

  .google-login-link {
    padding-top: .6rem;
    padding-bottom: .6rem;
  }

  .sing-up-divider {
    grid-column-gap: .5rem;
  }

  .sing-up-form-block {
    grid-row-gap: .9rem;
  }

  .sing-up-field-wrapper {
    grid-row-gap: .6rem;
  }

  .login-content {
    border-radius: 1rem;
    padding: 2rem 1.25rem;
  }

  .forgot-password-content {
    border-radius: 1rem;
    padding: 2rem 1rem;
  }

  .changelog-content {
    max-width: 20rem;
    padding: 2rem 1rem;
  }

  .changelog-version {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .license-icon-wrapper {
    grid-column-gap: 0rem;
    grid-row-gap: 19px;
    grid-template-rows: auto auto;
    grid-template-columns: .75fr .75fr 1fr;
    grid-auto-columns: 1fr;
    justify-items: center;
    display: grid;
  }

  .license-content-wrapper {
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
  }

  .license-image {
    justify-content: flex-start;
  }

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

  .line-color-blue {
    top: 1.35rem;
  }

  .price-feature-list-item {
    flex-flow: column;
  }

  .price-details p {
    margin-bottom: 1.2rem;
    font-size: .9rem;
    line-height: 1.4rem;
  }

  .plan-add-to-cart-card {
    border-radius: 1rem;
    padding: 2rem 1rem;
  }

  .price-select-field {
    width: 16.5rem;
    height: 3rem;
  }

  .checkout-info-wrapper {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .checkout-block-header {
    margin-bottom: 0;
  }

  .checkout-row-content {
    grid-row-gap: 1.625rem;
  }

  .checkout-column {
    grid-row-gap: .6rem;
  }

  .order-item {
    justify-content: center;
    align-items: center;
    padding-top: 1.5rem;
  }

  .paypal-row, .order-confirmation-row {
    grid-row-gap: .75rem;
  }

  .heading {
    font-size: 2.5rem;
    line-height: 3rem;
  }

  .heading-2 {
    font-size: 1.25rem;
    line-height: 1.5rem;
  }

  .dropdown-list-item._02 {
    flex-flow: column;
    width: 18.8rem;
    margin-top: -.6rem;
  }

  .cart-container {
    justify-content: flex-start;
    align-items: stretch;
    width: 103%;
    max-width: none;
    height: 751px;
  }

  .cart-item {
    flex-flow: row;
    justify-content: center;
    align-items: center;
  }

  .cart-details {
    grid-row-gap: .5rem;
  }

  .utility-page-wrap {
    height: 70vh;
  }

  .password-protected {
    width: 90%;
    padding: 1.5rem 1rem;
  }

  .password-content {
    padding: 0;
  }

  .password-filed-content {
    grid-row-gap: 1rem;
  }

  ._404-page-content {
    width: 90%;
    max-width: none;
  }

  .image {
    max-width: 60%;
  }

  .tabs-menu {
    grid-template-columns: 1fr;
  }

  .container-2 {
    max-width: none;
  }

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

  .features-right {
    margin-bottom: -30px;
  }

  .features-block-two {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    margin-bottom: 30px;
  }

  .features-image {
    margin-bottom: 10px;
  }

  .activity-photo-block {
    height: auto;
  }
}

#w-node-_38fcff72-2d1d-5500-2eea-e500ffafa723-582c7334, #w-node-_38fcff72-2d1d-5500-2eea-e500ffafa750-582c7334, #w-node-a4558efd-0684-d0ec-a3b4-659a50578018-50578011, #w-node-a4558efd-0684-d0ec-a3b4-659a50578028-50578011 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-a4558efd-0684-d0ec-a3b4-659a50578038-50578011 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}

#w-node-_22107beb-2d1a-45eb-fcd4-55e7fd4a5e50-50578011, #w-node-f1f41ab6-7882-cf4e-952f-4a263f879e35-3f879dff {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

@media screen and (max-width: 991px) {
  #w-node-f1f41ab6-7882-cf4e-952f-4a263f879e35-3f879dff {
    justify-self: start;
  }
}
