:root {
  --white: white;
  --black: black;
}

.w-layout-hflex {
  flex-direction: row;
  align-items: flex-start;
  display: flex;
}

.w-layout-vflex {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.w-embed-youtubevideo {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/static/youtube-placeholder.2b05e7d68d.svg');
  background-position: 50%;
  background-size: cover;
  width: 100%;
  padding-bottom: 0;
  padding-left: 0;
  padding-right: 0;
  position: relative;
}

.w-embed-youtubevideo:empty {
  min-height: 75px;
  padding-bottom: 56.25%;
}

a {
  cursor: pointer;
  text-decoration: underline;
}

.navbar-logo-left {
  z-index: 999;
  background-color: #0e022559;
  width: 100vw;
  padding-top: 5px;
  padding-bottom: 5px;
  position: fixed;
  overflow: hidden;
}

.navbar-logo-left-container {
  z-index: 5;
  background-color: #0000;
  width: 1030px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding: 15px 20px;
}

.navbar-logo-left-container.shadow-three {
  width: auto;
  margin-bottom: 0;
  margin-left: 4%;
  margin-right: 4%;
  padding: 0;
}

.container {
  width: 100%;
  margin-left: 0%;
  margin-right: auto;
  overflow: hidden;
}

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

.navbar-brand {
  color: #fff;
}

.nav-menu-two {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 0;
  display: flex;
}

.nav-link {
  color: #fff;
  letter-spacing: .25px;
  margin-left: 5px;
  margin-right: 5px;
  padding: 5px 10px;
  font-family: Lato, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 20px;
  text-decoration: none;
  transition: all .2s;
}

.nav-link:hover {
  color: #ffb700;
}

.nav-link:focus-visible {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 4px;
  outline: 2px solid #0050bd;
}

.nav-link[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 4px;
  outline: 2px solid #0050bd;
}

.nav-dropdown {
  margin-left: 5px;
  margin-right: 5px;
}

.nav-dropdown-toggle {
  letter-spacing: .25px;
  padding: 5px 30px 5px 10px;
  font-size: 14px;
  line-height: 20px;
}

.nav-dropdown-toggle:hover {
  color: #1a1b1fbf;
}

.nav-dropdown-toggle:focus-visible {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.nav-dropdown-toggle[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.nav-dropdown-icon {
  margin-right: 10px;
}

.nav-dropdown-list {
  background-color: #fff;
  border-radius: 12px;
}

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

.nav-dropdown-link {
  padding-top: 5px;
  padding-bottom: 5px;
  font-size: 14px;
}

.nav-dropdown-link:focus-visible {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.nav-dropdown-link[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.nav-divider {
  background-color: #e4ebf3;
  width: 1px;
  height: 22px;
  margin-left: 15px;
  margin-right: 15px;
}

.nav-link-accent {
  color: #1a1b1f;
  letter-spacing: .25px;
  margin-left: 5px;
  margin-right: 20px;
  padding: 5px 10px;
  font-size: 14px;
  font-weight: 700;
  line-height: 20px;
  text-decoration: none;
}

.nav-link-accent:hover {
  color: #1a1b1fbf;
}

.mobile-margin-top-10 {
  grid-column-gap: 7px;
  grid-row-gap: 7px;
  cursor: pointer;
  background-color: #fff;
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  width: 140px;
  height: 40px;
  font-family: Lato, sans-serif;
  font-size: 16px;
  transition: all .2s;
  display: flex;
}

.mobile-margin-top-10:hover {
  background-color: #ffb700;
}

.button-primary {
  color: #fff;
  letter-spacing: 2px;
  text-transform: none;
  background-color: #fff;
  border: 1px solid #ffb700;
  border-radius: 50px;
  justify-content: center;
  align-items: center;
  width: 180px;
  height: 40px;
  margin-left: 0;
  font-size: 12px;
  line-height: 20px;
  text-decoration: none;
  transition: all .2s;
  display: flex;
}

.button-primary:hover {
  color: #fff;
  background-color: #ffb700;
}

.button-primary:active {
  background-color: #43464d;
}

.button-primary.download {
  cursor: pointer;
  border-style: none;
  width: 140px;
  display: flex;
}

.button-primary.details {
  cursor: pointer;
  width: 140px;
  margin-top: 5%;
}

.list-item {
  color: #fff;
}

.hero-heading-center {
  background-color: #f5f7fa;
  background-image: linear-gradient(#00000080, #00000080), url('../images/photo_2024-06-25-13.15.40.jpeg');
  background-position: 0 0, 0 0;
  background-size: auto, cover;
  border-bottom: 1px solid #e4ebf3;
  border-radius: 0 0 25px 25px;
  height: 100vh;
  padding: 10% 0 12%;
  position: relative;
}

.centered-heading {
  text-align: center;
  margin-bottom: 16px;
}

.centered-heading.margin-bottom-32px {
  color: #fff;
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Vollkorn, serif;
  font-size: 140px;
  font-weight: 900;
  line-height: 120%;
}

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

.hero-split {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  flex-flow: column;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.margin-bottom-24px {
  color: #fff;
  text-align: center;
  width: 100%;
  margin-bottom: 0;
  font-size: 36px;
  font-weight: 400;
  line-height: 40px;
}

.button-primary-2 {
  color: #000;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #fff;
  border: 1px solid #ffb700;
  border-radius: 50px;
  justify-content: center;
  align-items: center;
  width: 160px;
  height: 40px;
  margin-top: 8%;
  font-size: 16px;
  line-height: 20px;
  transition: all .2s;
  display: flex;
}

.button-primary-2:hover {
  color: #000;
  background-color: #fab011;
}

.button-primary-2:active {
  background-color: #43464d;
}

.button-primary-2._1 {
  background-color: #fff;
}

.shadow-two {
  box-shadow: 0 4px 24px #96a3b514;
}

.div-block {
  z-index: 999;
  margin-left: 4%;
  margin-right: 4%;
  position: relative;
}

.footer-subscribe {
  background-image: url('../images/castle-view-from-forest-for-kids-mobile-game-lansc.png');
  background-position: 50% 20%;
  background-size: 100%;
  border-bottom: 0 solid #e4ebf3;
  margin-bottom: 0;
  padding: 50px 8% 0;
  position: relative;
  overflow: hidden;
}

.container-2 {
  width: 100%;
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
}

.footer-form-two {
  background-image: url('../images/590899f7e954815bc9997094.png');
  background-position: 50%;
  background-size: 100% 100%;
  border-radius: 15px;
  margin-bottom: 40px;
  padding: 64px 10% 39px;
  overflow: visible;
}

.footer-form-container-two {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.footer-form-title {
  color: #000;
  margin-top: 2px;
  font-size: 24px;
  line-height: 32px;
}

.footer-form-block-two {
  justify-content: flex-end;
  align-items: center;
  display: flex;
  position: relative;
}

.footer-form-input {
  border: 1px #000;
  border-radius: 50px;
  width: 460px;
  height: 48px;
  margin-bottom: 0;
  padding: 12px 180px 12px 20px;
}

.footer-form-input::placeholder {
  color: #1a1b1fcc;
}

.button-primary-3 {
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #1a1b1f;
  padding: 12px 25px;
  font-size: 12px;
  line-height: 20px;
  transition: all .2s;
}

.button-primary-3:hover {
  color: #fff;
  background-color: #32343a;
}

.button-primary-3:active {
  background-color: #43464d;
}

.button-primary-3.footer-form-button {
  letter-spacing: 1px;
  background-color: #f8b60e;
  border-radius: 50px;
  padding: 8px 18px;
  font-family: Lato, sans-serif;
  font-size: 14px;
  font-weight: 900;
  position: absolute;
  right: 8px;
}

.join-us {
  justify-content: space-between;
  align-items: center;
  margin-top: 4%;
  display: flex;
}

.footer-block-three {
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.footer-link-three {
  color: #1a1b1f;
  margin-left: 20px;
  margin-right: 20px;
  text-decoration: none;
}

.footer-link-three:hover {
  color: #1a1b1fbf;
}

.footer-social-block-three {
  justify-content: flex-end;
  align-items: center;
  margin-left: -32px;
  display: flex;
}

.footer-social-link-three {
  margin-left: 15px;
}

.footer-social-link-three:hover {
  border: 2px #000;
}

.footer-divider-two {
  background-color: #e4ebf3;
  width: 100%;
  height: 1px;
  margin-top: 40px;
  margin-bottom: 40px;
}

.footer-bottom {
  color: #fff;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.footer-copyright {
  color: #fff;
  font-family: Lato, sans-serif;
}

.footer-legal-block {
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.footer-legal-link {
  color: #fff;
  margin-left: 24px;
}

.footer-legal-link:hover {
  color: #f8b60e;
}

.bold-text {
  color: #000;
  letter-spacing: 0;
  font-family: Lato, sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 16px;
  text-decoration: none;
}

.bold-text-2 {
  letter-spacing: 0;
  text-transform: none;
  font-size: 16px;
  text-decoration: none;
}

.hero-heading-left {
  background-color: #f5f7fa;
  border-bottom: 1px solid #e4ebf3;
  grid-template-rows: auto;
  grid-template-columns: .75fr 1fr;
  justify-content: flex-start;
  align-items: center;
  padding-top: 0;
  padding-bottom: 0;
  padding-right: 0;
  display: grid;
  position: relative;
  overflow: hidden;
}

.container-3 {
  width: 40%;
  margin-left: auto;
  margin-right: auto;
}

.hero-wrapper-2 {
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.hero-split-2 {
  flex-direction: column;
  display: block;
}

.margin-bottom-24px-2 {
  margin-bottom: 24px;
  font-size: 24px;
  line-height: 28px;
}

.button-primary-4 {
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #1a1b1f;
  padding: 12px 25px;
  font-size: 12px;
  line-height: 20px;
  transition: all .2s;
}

.button-primary-4:hover {
  color: #fff;
  background-color: #32343a;
}

.button-primary-4:active {
  background-color: #43464d;
}

.shadow-two-2 {
  width: 100%;
  margin-right: -21%;
}

.heading {
  font-size: 60px;
  line-height: 64px;
}

.heading-2 {
  font-size: 60px;
  line-height: 66px;
}

.hero-heading-left-2 {
  background-color: #f5f7fa;
  border-bottom: 1px solid #e4ebf3;
  padding: 80px 30px;
  position: relative;
}

.container-4 {
  width: 100%;
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
}

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

.hero-split-3 {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  max-width: 46%;
  display: flex;
}

.margin-bottom-24px-3 {
  margin-bottom: 24px;
}

.shadow-two-3 {
  box-shadow: 0 4px 24px #96a3b514;
}

.about {
  z-index: 10;
  background-image: url('../images/cloud.webp');
  background-position: 4% 90%;
  background-repeat: no-repeat;
  background-size: 600px;
  background-attachment: scroll;
  border-bottom: 1px #e4ebf3;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding: 4% 8%;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-weight: 100;
  display: flex;
  position: relative;
  overflow: hidden;
}

.container-5 {
  z-index: 1;
  width: 100%;
  max-width: none;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.hero-wrapper-two {
  grid-column-gap: 2%;
  grid-row-gap: 2%;
  text-align: center;
  background-color: #fff;
  border: 2px solid #fff1d5;
  border-radius: 15px;
  flex-flow: row;
  justify-content: flex-start;
  align-items: center;
  margin-left: auto;
  margin-right: 0;
  padding: 12px 20px;
  transition: all .3s;
  display: flex;
}

.hero-wrapper-two:hover {
  box-shadow: 0 10px #fab013;
}

.margin-bottom-24px-4 {
  text-align: left;
  background-image: url('../images/bg-el.svg');
  background-size: cover;
  margin-bottom: 0;
  padding-left: 0%;
  padding-right: 4%;
  font-family: Lato, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 120%;
  overflow: visible;
}

.margin-bottom-24px-4.scroll {
  border-radius: 0;
  margin-top: 4%;
  padding-bottom: 0%;
  display: block;
  overflow: hidden;
}

.hero-image {
  width: 100%;
  margin-top: 50px;
}

.hero-image.shadow-two {
  margin-top: 24px;
  padding-right: 0;
}

.heading-3 {
  font-size: 60px;
  line-height: 66px;
}

.image {
  width: 60%;
  margin-top: 0;
  margin-left: 4%;
}

.image-2 {
  z-index: 1;
  width: 40%;
  position: absolute;
  inset: 145px 4% 0% auto;
}

.for-kids-par {
  background-color: #fff;
  background-image: url('../images/cloud.webp');
  background-position: 96% 100%;
  background-repeat: no-repeat;
  background-size: 600px;
  border-bottom: 0 #e4ebf3;
  margin-top: 0;
  padding: 4% 2% 6%;
  display: flex;
  position: relative;
}

.container-6 {
  width: 100%;
  max-width: none;
  margin-left: auto;
  margin-right: auto;
}

.selector-kid-par {
  text-align: center;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  max-width: 750px;
  margin-left: 0;
  margin-right: auto;
  display: flex;
}

.margin-bottom-24px-5 {
  margin-bottom: 24px;
}

.button-primary-5 {
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #1a1b1f;
  padding: 12px 25px;
  font-size: 12px;
  line-height: 20px;
  transition: all .2s;
}

.button-primary-5:hover {
  color: #fff;
  background-color: #32343a;
}

.button-primary-5:active {
  background-color: #43464d;
}

.hero-image-2 {
  width: 100%;
  margin-top: 50px;
}

.div-block-2 {
  grid-column-gap: 2%;
  grid-row-gap: 2%;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-bottom: 2%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.div-block-3 {
  background-color: #f8db00;
  height: 8px;
  display: block;
}

.for-kids {
  cursor: pointer;
  border: 1px solid #fab015;
  border-radius: 50px;
  margin-left: auto;
  padding-left: 4%;
  padding-right: 4%;
  overflow: hidden;
}

.for-parents {
  cursor: pointer;
  border: 1px solid #9e9e9e00;
  border-radius: 50px;
  margin-right: auto;
  padding-left: 4%;
  padding-right: 4%;
}

.block-for-par {
  display: none;
}

.heading-4 {
  color: #fab013;
  margin-top: 10px;
  font-family: Lato, sans-serif;
  font-size: 24px;
  font-weight: 700;
}

.heading-5 {
  color: #9e9e9e;
  margin-top: 10px;
  font-size: 24px;
}

.video {
  background-color: var(--white);
  border-bottom: 1px #e4ebf3;
  padding: 4% 8%;
  position: relative;
}

.container-7 {
  width: 100%;
  max-width: none;
  margin-left: auto;
  margin-right: auto;
  padding-top: 2%;
}

.hero-wrapper-two-3 {
  text-align: center;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.margin-bottom-24px-6 {
  margin-bottom: 24px;
}

.button-primary-6 {
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #1a1b1f;
  padding: 12px 25px;
  font-size: 12px;
  line-height: 20px;
  transition: all .2s;
}

.button-primary-6:hover {
  color: #fff;
  background-color: #32343a;
}

.button-primary-6:active {
  background-color: #43464d;
}

.hero-image-3 {
  width: 100%;
  margin-top: 50px;
}

.div-block-4 {
  border-radius: 25px;
  width: 80%;
  margin-top: 3%;
  display: block;
  overflow: hidden;
}

.image-3 {
  height: 36px;
}

.paragraph-2 {
  font-size: 20px;
  line-height: 24px;
}

.gallery-slider {
  border-bottom: 1px solid #e4ebf3;
  padding: 80px 30px;
  position: relative;
}

.container-8 {
  width: 100%;
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
}

.gallery-wrapper {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: start;
  display: grid;
}

.gallery-block {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.gallery-slide {
  background-color: #0000;
  height: auto;
}

.gallery-slide-wrapper {
  max-width: 47%;
  margin-right: 6%;
}

.gallery-slide-image {
  position: relative;
}

.gallery-image {
  width: 100%;
}

.gallery-slide-text {
  color: #f5f7fa;
  margin-bottom: 0;
  line-height: 32px;
  position: absolute;
  bottom: 24px;
  left: 24px;
  right: 24px;
}

.gallery-slider-left {
  justify-content: center;
  align-items: center;
  width: 40px;
  display: flex;
  left: -50px;
}

.gallery-slider-left:focus-visible {
  outline-offset: 0px;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.gallery-slider-left[data-wf-focus-visible] {
  outline-offset: 0px;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.slider-arrow-embed {
  color: #1a1b1f;
}

.gallery-slider-right {
  justify-content: center;
  align-items: center;
  width: 40px;
  display: flex;
  right: -50px;
}

.gallery-slider-right:focus-visible {
  outline-offset: 0px;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.gallery-slider-right[data-wf-focus-visible] {
  outline-offset: 0px;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.gallery-slide-nav {
  display: none;
}

.testimonial-slider-large {
  border-bottom: 1px solid #e4ebf3;
  padding: 80px 30px;
  position: relative;
}

.testimonial-slider-two {
  background-color: #0000;
  height: auto;
}

.testimonial-slide {
  background-color: #fff;
  justify-content: space-between;
  align-items: center;
  padding: 12px 12px 12px 64px;
  display: flex;
}

.testimonial-content {
  flex-direction: column;
  align-items: flex-start;
  max-width: 460px;
  margin-right: 40px;
  display: flex;
}

.testimonial-quote-icon {
  margin-bottom: 24px;
}

.testimonial-quote {
  margin-bottom: 32px;
  font-size: 60px;
  font-weight: 600;
  line-height: 66px;
}

.testimonial-info-two {
  align-items: center;
  display: flex;
}

.testimonial-image {
  object-fit: cover;
  border-radius: 50%;
  width: 60px;
  height: 60px;
  margin-right: 16px;
}

.testimonial-author-name {
  font-weight: 700;
}

.testimonial-image-two {
  object-fit: cover;
  width: 350px;
  height: 400px;
}

.testimonial-author-image-three {
  object-fit: cover;
  border-radius: 50%;
  width: 50px;
  height: 50px;
  margin-right: 24px;
}

.testimonial-slider-arrow {
  display: none;
}

.testimonial-slider-nav {
  margin-top: 24px;
  font-size: 10px;
  position: static;
  bottom: -60px;
}

.text-block {
  font-size: 16px;
}

.testimonial-column-light {
  border-bottom: 1px solid #e4ebf300;
  padding: 0;
  position: relative;
}

.container-9 {
  width: 100%;
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
}

.centered-heading-2 {
  text-align: center;
  margin-bottom: 16px;
}

.testimonial-grid-two {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 2%;
  display: grid;
}

.testimonial-card-two {
  border: 1px solid #e4ebf3;
  border-radius: 14px;
  flex-direction: column;
  padding: 15px 16px 16px;
  display: flex;
}

.testimonial-text-two {
  margin-top: 8%;
  margin-bottom: 0;
}

.testimonial-info-three {
  background-color: #fffaef;
  border-radius: 11px;
  align-items: center;
  padding: 24px 16px;
  display: flex;
}

.testimonial-main-heading {
  margin-top: 2px;
  margin-bottom: 2px;
  font-weight: 600;
}

.div-block-5 {
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.heading-9 {
  color: #292929;
  margin-top: 20px;
  margin-left: 4%;
  font-family: Lato, sans-serif;
  font-size: 16px;
  font-weight: 400;
}

.heading-10 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 32px;
}

.image-4 {
  border: 6px solid #000;
  border-radius: 30px;
  width: 50%;
  margin-top: auto;
  margin-bottom: auto;
  margin-right: 0;
  display: block;
}

.testimonial-slider-large-2 {
  border-bottom: 1px #000;
  margin-top: 2%;
  padding: 20px 0 0;
  position: relative;
}

.container-10 {
  width: 100%;
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
}

.testimonial-slider-two-2 {
  background-color: #0000;
  height: auto;
}

.testimonial-slide-2 {
  background-color: #fff;
  background-image: none;
  background-size: auto;
  border: 2px solid #fff1d5;
  border-radius: 15px;
  justify-content: space-between;
  align-items: flex-start;
  padding: 12px 12px 12px 22px;
  display: flex;
}

.testimonial-slide-2._1 {
  border-width: 2px;
  border-color: #eee9fd;
}

.testimonial-content-2 {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  max-width: 460px;
  margin-top: auto;
  margin-bottom: auto;
  margin-right: 40px;
  display: block;
}

.testimonial-quote-icon-2 {
  margin-bottom: 1%;
}

.testimonial-quote-2 {
  margin-bottom: 4%;
  font-family: Vollkorn, serif;
  font-size: 32px;
  font-weight: 900;
  line-height: 32px;
}

.testimonial-info-two-2 {
  align-items: center;
  display: flex;
}

.testimonial-image-2 {
  object-fit: cover;
  border-radius: 50%;
  width: 60px;
  height: 60px;
  margin-right: 16px;
}

.testimonial-author-name-2 {
  font-weight: 700;
}

.testimonial-image-two-2 {
  object-fit: cover;
  border-radius: 10px;
  width: 50%;
  height: 400px;
}

.testimonial-author-image-three-2 {
  object-fit: cover;
  border-radius: 50%;
  width: 50px;
  height: 50px;
  margin-right: 24px;
}

.testimonial-slider-arrow-2 {
  display: block;
}

.testimonial-slider-nav-2 {
  color: #fab015;
  margin-top: 9px;
  font-size: 20px;
  position: static;
  bottom: -60px;
}

.text-block-2 {
  font-size: 16px;
}

.text-block-3 {
  margin-top: 4%;
  font-family: Lato, sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 24px;
}

.text-block-4, .text-block-5 {
  font-size: 20px;
  line-height: 24px;
}

.bold-text-3 {
  text-align: center;
  font-family: Lato, sans-serif;
  font-size: 24px;
  font-weight: 400;
  line-height: 110%;
}

.icon-2 {
  background-color: #fab015;
  border-radius: 10px;
  margin-left: auto;
  margin-right: 0;
}

.icon-2._1 {
  background-color: #6100ff;
}

.mask-2 {
  margin-left: 6%;
  margin-right: 6%;
}

.icon-3 {
  background-color: #fab015;
  border-radius: 10px;
  margin-left: 0;
  margin-right: auto;
}

.icon-3._1 {
  background-color: #6100ff;
}

.heading-11 {
  font-size: 32px;
}

.heading-12 {
  margin-top: 0;
  margin-bottom: 0;
  font-family: Vollkorn, serif;
  font-size: 32px;
  font-weight: 900;
  line-height: 42px;
}

.bold-text-4 {
  text-transform: none;
  font-family: Lato, sans-serif;
  font-size: 28px;
  font-weight: 700;
}

.heading-13 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 24px;
}

.bold-text-5 {
  font-family: Vollkorn, serif;
  font-size: 32px;
  font-weight: 900;
}

.image-5, .image-6, .image-7, .image-8 {
  width: 50px;
}

.team-circles {
  background-image: url('../images/cloud.webp'), url('../images/cloud.webp');
  background-position: -10% 10%, 150% 100%;
  background-repeat: no-repeat, no-repeat;
  background-size: auto, 600px;
  border-bottom: 0 #000;
  padding: 4% 8%;
  position: relative;
  overflow: visible;
}

.container-11 {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.centered-heading-3 {
  text-align: center;
  margin-bottom: 16px;
  font-family: Vollkorn, serif;
  font-size: 36px;
  font-weight: 900;
}

.centered-subheading {
  text-align: center;
  max-width: 530px;
  margin-left: auto;
  margin-right: auto;
  font-family: Lato, sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 24px;
  display: block;
}

.team-grid {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  place-items: center;
  width: 80%;
  margin-top: 2%;
  display: grid;
}

.team-card {
  grid-column-gap: 39px;
  grid-row-gap: 39px;
  text-align: center;
  flex-direction: column;
  align-items: center;
  font-size: 14px;
  line-height: 22px;
  display: flex;
}

.team-member-image {
  object-fit: cover;
  border-radius: 50%;
  width: 150px;
  height: 150px;
  margin-bottom: 24px;
}

.team-member-name {
  margin-bottom: 6px;
  font-family: Lato, sans-serif;
  font-size: 20px;
  font-weight: 700;
  line-height: 32px;
}

.team-member-position {
  margin-bottom: 24px;
  font-family: Lato, sans-serif;
  font-weight: 400;
}

.bold-text-6 {
  text-transform: capitalize;
  font-size: 36px;
  font-weight: 900;
}

.bold-text-7 {
  font-size: 28px;
  font-weight: 700;
}

.bold-text-8 {
  font-family: Vollkorn, serif;
  font-weight: 700;
}

.bold-text-9 {
  text-align: center;
  font-family: Lato, sans-serif;
  font-size: 36px;
  font-weight: 900;
  line-height: 110%;
}

.bold-text-10 {
  font-family: Lato, sans-serif;
  font-size: 20px;
  font-weight: 700;
}

.div-block-6 {
  background-color: #fff1d5;
  height: 4px;
}

.div-block-6._1 {
  background-color: #eee9fd;
}

.section {
  background-color: #0d061ade;
  margin-top: 8%;
  margin-left: -10%;
  margin-right: -10%;
  padding: 5% 8%;
}

.bold-text-11 {
  color: #fab015;
  font-weight: 900;
}

.image-9 {
  z-index: 5;
  width: 360px;
  transition: all .3s;
  position: absolute;
  inset: auto 4% -4% auto;
}

.lottie-animation {
  height: 20px;
}

.text-block-6 {
  font-family: Lato, sans-serif;
  font-size: 16px;
  font-weight: 700;
}

.lottie-animation-2 {
  z-index: 4;
  position: absolute;
  inset: 0% 0% 0% auto;
}

.lottie-animation-2.right {
  inset: 0% auto 0% 0%;
}

.div-block-9 {
  z-index: 0;
  filter: blur(100px);
  background-color: #37d8ea;
  width: 200px;
  height: 200px;
  transition: all .5s;
  position: absolute;
  inset: auto 0% 20% auto;
}

.div-block-9._2 {
  background-color: #26054c;
  inset: 0% auto 0% 0%;
}

.lottie-animation-3 {
  height: 60px;
}

.flex-block {
  grid-column-gap: 11px;
  grid-row-gap: 11px;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 2%;
}

.lottie-animation-4 {
  height: 100px;
}

.flex-block-2 {
  justify-content: flex-start;
  align-items: center;
  position: relative;
}

.flex-block-3 {
  justify-content: center;
  align-items: center;
}

.text-block-7 {
  font-family: Lato, sans-serif;
  font-size: 20px;
  line-height: 24px;
}

.text-block-7.act {
  color: #fab015;
  font-size: 28px;
  font-weight: 900;
}

.text-block-7.act.right {
  margin-right: 25px;
}

.flex-block-4 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  justify-content: flex-start;
  align-items: center;
}

.act-res {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-flow: row;
  justify-content: center;
  align-items: center;
}

.lottie-animation-5 {
  width: 32px;
  margin-top: 2px;
}

.btr-yellow {
  transform-style: preserve-3d;
  width: 200px;
  transition: all .3s;
  position: absolute;
  inset: 0% 0% auto auto;
  transform: rotateX(0)rotateY(-180deg)rotateZ(0);
}

.violet-btrf {
  transition: all .3s;
  position: absolute;
  inset: auto auto 0% 0%;
}

.flex-block-5 {
  flex-flow: column;
  justify-content: center;
  align-items: center;
}

.lottie-animation-6 {
  transform-style: preserve-3d;
  width: 100px;
  margin-bottom: -50px;
  margin-left: 67px;
  transform: rotateX(0)rotateY(180deg)rotateZ(0);
}

.cloud {
  z-index: 1;
  margin-top: -89px;
  margin-left: auto;
  margin-right: -55px;
  display: none;
  position: static;
  inset: auto 3% 4% auto;
}

.cloud._2 {
  z-index: 0;
  transform-style: preserve-3d;
  width: 400px;
  inset: auto auto 1% 4%;
  transform: rotateX(0)rotateY(180deg)rotateZ(0);
}

.cloud.left {
  z-index: 0;
  width: 400px;
  margin: 0 auto 0 0;
  inset: auto auto 0% 5%;
}

@media screen and (min-width: 1280px) {
  .container-2 {
    max-width: none;
  }

  .footer-form-input {
    width: 650px;
    height: 60px;
  }

  .button-primary-3.footer-form-button {
    padding-left: 30px;
  }

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

  .hero-wrapper-two {
    width: 100%;
  }

  .image-2 {
    top: 79px;
  }

  .div-block-2 {
    grid-column-gap: 1%;
    grid-row-gap: 1%;
  }

  .image-4 {
    border-width: 8px;
  }

  .container-10 {
    margin-top: 2%;
  }

  .testimonial-slider-two-2 {
    display: flex;
  }

  .bold-text-3 {
    font-size: 28px;
    line-height: 36px;
  }

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

  .bold-text-9 {
    font-size: 40px;
    line-height: 44px;
  }

  .image-9 {
    width: 380px;
  }
}

@media screen and (min-width: 1440px) {
  .nav-link {
    font-size: 18px;
  }

  .button-primary {
    width: 200px;
  }

  .margin-bottom-24px {
    margin-top: 1%;
    margin-bottom: 1%;
  }

  .button-primary-2 {
    width: 200px;
  }

  .footer-subscribe {
    padding-left: 14%;
    padding-right: 14%;
  }

  .footer-form-two {
    padding-bottom: 45px;
  }

  .footer-form-title {
    line-height: 28px;
  }

  .footer-form-input {
    width: 600px;
  }

  .button-primary-3.footer-form-button {
    padding-left: 30px;
    padding-right: 30px;
    font-size: 20px;
    line-height: 24px;
  }

  .join-us {
    margin-top: 4%;
  }

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

  .bold-text, .bold-text-2 {
    font-size: 20px;
  }

  .about {
    padding-left: 14%;
    padding-right: 14%;
    position: static;
  }

  .container-5 {
    justify-content: center;
    align-items: center;
    max-width: 100vw;
    margin-left: 0%;
    margin-right: 0%;
    display: flex;
  }

  .hero-wrapper-two {
    width: 100%;
    margin-right: auto;
    display: flex;
  }

  .margin-bottom-24px-4 {
    font-size: 24px;
  }

  .image-2 {
    width: 35%;
    top: 68px;
  }

  .for-kids-par {
    padding-left: 8%;
    padding-right: 8%;
  }

  .for-kids {
    border: 1px solid #fab015;
    border-radius: 50px;
    padding-left: 4%;
    padding-right: 4%;
  }

  .for-parents {
    border: 1px solid #9e9e9e00;
    border-radius: 50px;
    padding-left: 4%;
    padding-right: 4%;
  }

  .heading-5 {
    margin-top: 10px;
    margin-bottom: 10px;
  }

  .heading-6 {
    text-align: center;
    font-size: 28px;
  }

  .video {
    padding-left: 14%;
    padding-right: 14%;
  }

  .image-3 {
    height: 36px;
    margin-bottom: -4px;
    padding-top: 0;
  }

  .heading-7 {
    font-size: 28px;
  }

  .paragraph {
    text-align: center;
    font-size: 24px;
    line-height: 28px;
  }

  .paragraph-2 {
    margin-bottom: 36px;
    font-size: 24px;
    line-height: 28px;
  }

  .paragraph-3 {
    text-align: center;
    font-size: 24px;
    line-height: 28px;
  }

  .heading-8 {
    text-align: center;
    font-size: 28px;
  }

  .container-8 {
    margin-left: 0;
    margin-right: 0;
  }

  .testimonial-slider-large {
    margin-top: 42px;
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .container-9 {
    margin-bottom: 43px;
  }

  .heading-9 {
    font-size: 18px;
  }

  .heading-10 {
    margin-bottom: 0%;
  }

  .testimonial-slide-2 {
    border-width: 2px;
    padding-left: 22px;
  }

  .testimonial-quote-2 {
    font-size: 36px;
  }

  .text-block-3 {
    font-size: 24px;
    line-height: 28px;
  }

  .bold-text-3 {
    font-size: 28px;
    line-height: 36px;
  }

  .bold-text-4 {
    font-size: 36px;
  }

  .heading-13 {
    font-family: Lato, sans-serif;
    font-size: 20px;
    font-weight: 400;
  }

  .bold-text-5 {
    font-size: 36px;
    line-height: 36px;
  }

  .image-5, .image-6, .image-7, .image-8 {
    width: 50px;
  }

  .team-circles {
    padding-left: 14%;
    padding-right: 14%;
  }

  .centered-heading-3 {
    font-size: 36px;
  }

  .centered-subheading {
    font-size: 24px;
    line-height: 28px;
  }

  .team-member-image {
    max-height: none;
  }

  .team-member-name {
    font-size: 24px;
  }

  .team-member-position {
    font-size: 18px;
  }

  .bold-text-6, .bold-text-7, .bold-text-8 {
    font-size: 36px;
  }

  .paragraph-4, .paragraph-5, .paragraph-6 {
    font-size: 18px;
  }

  .bold-text-9 {
    font-size: 40px;
    line-height: 44px;
  }

  .section {
    margin-left: -20%;
    margin-right: -20%;
    padding-left: 14%;
    padding-right: 14%;
  }

  .image-9 {
    width: 460px;
  }

  .div-block-7 {
    background-color: red;
  }

  .div-block-8 {
    background-color: #ff1616;
    height: 2px;
    display: flex;
  }

  .lottie-animation-3 {
    height: 80px;
  }

  .flex-block {
    grid-column-gap: 7px;
    grid-row-gap: 7px;
    justify-content: flex-start;
    align-items: center;
  }
}

@media screen and (min-width: 1920px) {
  .centered-heading.margin-bottom-32px {
    font-size: 200px;
  }

  .image-4 {
    border-radius: 40px;
  }
}

@media screen and (max-width: 991px) {
  .navbar-logo-left {
    overflow: visible;
  }

  .container {
    max-width: 728px;
  }

  .nav-menu-wrapper {
    background-color: #0000;
  }

  .nav-menu-two {
    -webkit-backdrop-filter: blur(20px);
    backdrop-filter: blur(20px);
    background-color: #00000040;
    border-radius: 50px;
    flex-wrap: wrap;
    justify-content: space-around;
    align-items: center;
    margin-top: 10px;
    padding: 20px;
    display: flex;
    box-shadow: 0 8px 50px #0000000d;
  }

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

  .nav-link:hover {
    color: #fab015;
  }

  .nav-link.w--current {
    font-size: 20px;
  }

  .nav-dropdown-list.shadow-three.w--open {
    position: absolute;
  }

  .menu-button {
    padding: 12px;
  }

  .menu-button.w--open {
    color: #fff;
    background-color: #a6b1bf;
    border-radius: 10px;
  }

  .icon {
    color: #fff;
    background-color: #fab015;
    border-radius: 6px;
    justify-content: center;
    align-items: center;
    width: 32px;
    height: 32px;
    display: flex;
  }

  .centered-heading.margin-bottom-32px {
    margin-top: 4%;
  }

  .hero-wrapper {
    margin-bottom: -40px;
  }

  .hero-split {
    max-width: 100%;
    margin-bottom: 40px;
  }

  .div-block {
    z-index: 99;
  }

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

  .footer-form-two {
    padding: 40px;
  }

  .footer-form-title {
    margin-right: 15px;
  }

  .footer-form-input {
    width: 400px;
    padding-right: 180px;
  }

  .footer-social-block-three {
    margin-top: 0;
  }

  .footer-legal-block {
    grid-column-gap: 18px;
    grid-row-gap: 18px;
    flex-flow: row;
    justify-content: flex-start;
    align-items: flex-start;
  }

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

  .hero-wrapper-2 {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    margin-bottom: -40px;
  }

  .hero-split-2 {
    max-width: 100%;
    margin-bottom: 40px;
  }

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

  .hero-wrapper-3 {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    margin-bottom: -40px;
  }

  .hero-split-3 {
    max-width: 100%;
    margin-bottom: 40px;
  }

  .about {
    background-size: 400px;
  }

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

  .for-kids-par {
    background-size: 500px;
  }

  .container-6, .container-7 {
    max-width: 728px;
  }

  .div-block-4 {
    width: 100%;
  }

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

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

  .gallery-slider-left {
    left: -20px;
  }

  .gallery-slider-right {
    right: -20px;
  }

  .testimonial-slide {
    padding-left: 32px;
  }

  .testimonial-quote {
    overflow: visible;
  }

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

  .testimonial-grid-two {
    grid-column-gap: 30px;
  }

  .testimonial-info-three {
    flex-direction: column;
  }

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

  .testimonial-slide-2 {
    padding-left: 32px;
  }

  .testimonial-quote-2 {
    overflow: visible;
  }

  .bold-text-5 {
    font-size: 24px;
  }

  .team-circles {
    background-position: -30% 10%, 150% 100%;
    background-size: auto, 500px;
  }

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

  .team-grid {
    grid-column-gap: 40px;
    width: 100%;
  }

  .team-member-image {
    width: 190px;
    height: 190px;
  }

  .bold-text-10 {
    font-size: 18px;
  }

  .lottie-animation-6 {
    display: none;
  }
}

@media screen and (max-width: 767px) {
  .navbar-logo-left-container {
    max-width: 100%;
  }

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

  .nav-menu-two {
    border-radius: 20px;
    flex-direction: column;
    padding-bottom: 30px;
  }

  .nav-link {
    padding-top: 10px;
    padding-bottom: 10px;
    font-size: 20px;
    display: inline-block;
  }

  .nav-link:hover {
    color: #000;
  }

  .nav-link.w--current {
    font-size: 20px;
  }

  .nav-link.w--current:hover {
    color: #000;
  }

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

  .nav-dropdown-toggle {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .nav-dropdown-list.shadow-three {
    box-shadow: 0 8px 50px #0000000d;
  }

  .nav-dropdown-list.shadow-three.w--open {
    position: relative;
  }

  .nav-dropdown-list.shadow-three.mobile-shadow-hide {
    box-shadow: none;
  }

  .nav-divider {
    width: 200px;
    max-width: 100%;
    height: 1px;
    margin-top: 10px;
    margin-bottom: 10px;
  }

  .nav-link-accent {
    margin-right: 5px;
    padding-top: 10px;
    padding-bottom: 10px;
    display: inline-block;
  }

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

  .mobile-margin-top-10:hover {
    background-color: #e2e2e2;
  }

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

  .menu-button {
    margin-right: -13px;
  }

  .hero-heading-center {
    padding: 60px 15px;
  }

  .centered-heading.margin-bottom-32px {
    margin-top: 8%;
  }

  .footer-subscribe {
    background-position: 50% 100%;
    background-repeat: no-repeat;
    padding-left: 15px;
    padding-right: 15px;
  }

  .footer-form-container-two {
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
  }

  .footer-form-title {
    margin-top: 9px;
    margin-right: 0;
  }

  .footer-form-block-two {
    width: 100%;
    margin-top: 20px;
  }

  .footer-form-input {
    width: 100%;
  }

  .footer-block-three {
    flex-flow: column wrap;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .footer-link-three {
    margin-bottom: 10px;
  }

  .footer-social-block-three {
    margin-top: 10px;
  }

  .footer-bottom {
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
    padding-left: 20px;
  }

  .footer-copyright {
    font-size: 14px;
    line-height: 20px;
  }

  .footer-legal-block {
    grid-column-gap: 39px;
    grid-row-gap: 39px;
    margin-top: 15px;
    margin-left: 0;
  }

  .footer-legal-link {
    margin-left: 0;
    font-size: 14px;
    line-height: 20px;
  }

  .hero-heading-left, .hero-heading-left-2 {
    padding: 60px 15px;
  }

  .about {
    padding: 32px 15px 60px;
  }

  .hero-wrapper-two {
    flex-flow: column;
  }

  .margin-bottom-24px-4 {
    text-align: center;
  }

  .for-kids-par {
    padding: 32px 15px 60px;
  }

  .video {
    padding: 32px 15px;
  }

  .div-block-4 {
    width: 100%;
    margin-top: 4%;
  }

  .image-3 {
    height: 32px;
  }

  .gallery-slider {
    padding: 60px 15px;
  }

  .gallery-slide {
    margin-left: 10px;
    margin-right: 10px;
  }

  .gallery-slide-text {
    line-height: 30px;
  }

  .gallery-slider-left {
    left: -20px;
  }

  .gallery-slider-right {
    right: -20px;
  }

  .testimonial-slider-large {
    padding: 60px 15px;
  }

  .testimonial-slide {
    flex-direction: column;
    padding: 23px;
  }

  .testimonial-content {
    max-width: none;
    margin-bottom: 40px;
    margin-right: 0;
  }

  .testimonial-quote-icon {
    width: 50px;
    margin-bottom: 16px;
  }

  .testimonial-image-two {
    width: 100%;
    height: auto;
  }

  .testimonial-column-light {
    padding: 60px 15px;
  }

  .testimonial-grid-two {
    grid-template-columns: 1fr;
  }

  .testimonial-info-three {
    flex-direction: row;
  }

  .div-block-5 {
    justify-content: center;
    align-items: center;
    margin-bottom: 30px;
  }

  .image-4 {
    width: 100%;
  }

  .testimonial-slider-large-2 {
    padding: 60px 15px;
  }

  .testimonial-slide-2 {
    flex-direction: column;
    padding: 23px;
  }

  .testimonial-content-2 {
    text-align: center;
    max-width: none;
    margin-bottom: 40px;
    margin-right: 0;
  }

  .testimonial-quote-icon-2 {
    width: 50px;
    margin-bottom: 16px;
  }

  .testimonial-quote-2 {
    text-align: center;
  }

  .testimonial-image-two-2 {
    width: 100%;
    height: auto;
  }

  .heading-13 {
    width: 80%;
  }

  .bold-text-5 {
    font-size: 28px;
  }

  .team-circles {
    background-size: 200px, 400px;
    padding: 32px 15px 10px;
  }

  .team-grid {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    width: 100%;
  }

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

  .text-block-7.act {
    text-align: right;
    font-size: 24px;
  }

  .text-block-7.act.right {
    text-align: left;
  }

  .flex-block-4 {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

  .btr-yellow {
    inset: 0% -1% auto auto;
  }
}

@media screen and (max-width: 479px) {
  .container {
    max-width: none;
  }

  .nav-menu-two {
    z-index: 9999;
    flex-direction: column;
    position: relative;
  }

  .menu-button {
    margin-right: 0;
  }

  .icon {
    background-color: #ffb700;
  }

  .centered-heading {
    margin-bottom: 24px;
  }

  .centered-heading.margin-bottom-32px {
    margin-top: 20%;
    font-size: 100px;
  }

  .hero-split {
    margin-bottom: 2%;
  }

  .footer-subscribe {
    padding-top: 28px;
  }

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

  .footer-form-two {
    background-image: none;
    background-position: 0 0;
    background-size: auto;
    padding: 20px;
  }

  .footer-form-title {
    margin-top: 10px;
    margin-bottom: 4px;
  }

  .footer-form-block-two {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    margin-top: 4px;
  }

  .footer-form-input {
    border-style: solid;
    margin-bottom: 10px;
    padding-right: 20px;
  }

  .button-primary-3.footer-form-button {
    width: 100%;
    position: relative;
    right: 0;
  }

  .join-us {
    flex-flow: column;
    margin-top: 6%;
  }

  .footer-block-three {
    justify-content: flex-start;
    align-items: center;
  }

  .footer-social-block-three {
    grid-column-gap: 21px;
    grid-row-gap: 21px;
    margin-left: 0;
  }

  .footer-social-link-three {
    margin-left: 0;
  }

  .footer-bottom {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .footer-legal-block {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    flex-flow: column;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    margin-top: 28px;
    display: grid;
  }

  .container-3, .container-4, .container-5 {
    max-width: none;
  }

  .margin-bottom-24px-4, .margin-bottom-24px-4.scroll {
    font-size: 16px;
  }

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

  .heading-4, .heading-5 {
    font-size: 20px;
  }

  .container-7, .container-8 {
    max-width: none;
  }

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

  .gallery-slide-wrapper {
    max-width: 100%;
    margin-right: 0%;
  }

  .gallery-slider-left {
    left: -20px;
  }

  .gallery-slider-right {
    right: -20px;
  }

  .testimonial-quote-icon {
    width: 30px;
  }

  .testimonial-quote {
    font-size: 22px;
    line-height: 30px;
  }

  .testimonial-author-image-three {
    margin-right: 16px;
  }

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

  .centered-heading-2 {
    margin-bottom: 24px;
  }

  .image-4 {
    border-radius: 25px;
  }

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

  .testimonial-quote-icon-2 {
    width: 30px;
  }

  .testimonial-quote-2 {
    font-size: 22px;
    line-height: 30px;
  }

  .testimonial-author-image-three-2 {
    margin-right: 16px;
  }

  .text-block-3 {
    font-size: 16px;
    line-height: 120%;
  }

  .heading-13 {
    text-align: center;
    width: auto;
  }

  .image-6, .image-8 {
    width: 50px;
  }

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

  .centered-heading-3 {
    margin-bottom: 4px;
  }

  .centered-subheading {
    font-size: 16px;
    line-height: 120%;
  }

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

  .team-card {
    width: 60%;
  }

  .bold-text-9 {
    font-size: 32px;
  }

  .bold-text-10 {
    font-size: 16px;
    display: block;
  }

  .text-block-7 {
    font-size: 16px;
    line-height: 120%;
  }

  .act-res {
    grid-column-gap: 4px;
    grid-row-gap: 4px;
    flex-flow: column;
    margin-bottom: 10px;
  }

  .lottie-animation-5 {
    margin-left: -10px;
    transform: rotate(90deg);
  }
}

#w-node-_75f6a855-2d99-9c8d-fcc1-2eef35e994dd-ade196c1, #w-node-_75f6a855-2d99-9c8d-fcc1-2eef35e994e8-ade196c1, #w-node-_75f6a855-2d99-9c8d-fcc1-2eef35e994f2-ade196c1 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

@media screen and (min-width: 1440px) {
  #w-node-_75f6a855-2d99-9c8d-fcc1-2eef35e994e8-ade196c1, #w-node-_75f6a855-2d99-9c8d-fcc1-2eef35e994f2-ade196c1 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}
