@font-face {
  font-family: "Fa brands 400 (old)";
  src: url('../fonts/fa-brands-400.ttf') format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Fa solid 900";
  src: url('../fonts/fa-solid-900.ttf') format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Fa 400";
  src: url('../fonts/fa-regular-400.ttf') format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Fa Brands 400 (6.4.2)";
  src: url('../fonts/fa-brands-400.ttf') format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

:root {
  --white: white;
  --text-dark: #2c2750;
  --paragraph-gray: #504f4f;
  --primary-purple: #f45d46;
  --light-blue-bg: #e5f5fd;
  --primary-yellow: #ffbb3a;
  --transparent: #f1c60000;
  --dark-gray: #afafaf;
  --primary-green: #a4d638;
  --_mwe---czerwony-ns: #db0000;
  --dark-red-bg: #f45d46;
  --blue: #d7edfa;
  --primary-red: #f45d46;
  --_mwe---ink: #16222e;
  --_mwe---uniform-blue: #153556;
  --basic-radius: 8px;
  --text-dark-50: #2c275080;
  --primary-blue: #43b7f3;
  --dark-green-bg: #93c524;
  --light-red: #f8eee6;
  --footer-color: #272536;
  --_mwe---digital-blue: #c2d9f1;
  --dark-gray-25: #afafaf40;
  --light-yellow: #f8eee6;
  --dark-yellow: #f1c600;
  --dark-purple-bg: #490d59;
  --red-50: #f2514180;
  --red-20: #f8eee666;
  --black: #490d59;
  --white-50: #ffffff80;
  --_mwe---robotic-grey: #585d64;
  --light-gray: #f9f9fa;
  --gray: #e9e9e9;
  --dark-blue-bg: #413883;
  --light-green: #ecffc3;
  --yellow-10: #fff7df;
  --light-purple: #8d23a9;
}

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

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

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

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

body {
  background-color: var(--white);
  color: var(--text-dark);
  font-family: Open Sans, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5em;
}

h1 {
  color: var(--text-dark);
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Salsa, sans-serif;
  font-size: 60px;
  font-weight: 400;
  line-height: 1.2em;
}

h2 {
  color: var(--text-dark);
  text-transform: capitalize;
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Salsa, sans-serif;
  font-size: 40px;
  font-weight: 400;
  line-height: 1.2em;
}

h3 {
  color: var(--text-dark);
  margin-top: 10px;
  font-family: Salsa, sans-serif;
  font-size: 35px;
  font-weight: 400;
  line-height: 1.2em;
}

h4 {
  color: var(--text-dark);
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Salsa, sans-serif;
  font-size: 27px;
  font-weight: 400;
  line-height: 1.2em;
}

h5 {
  color: var(--text-dark);
  font-family: Salsa, sans-serif;
  font-size: 22px;
  font-weight: 400;
  line-height: 1.2em;
}

h6 {
  color: var(--text-dark);
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Salsa, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.4em;
}

p {
  color: var(--paragraph-gray);
  margin-top: 10px;
  margin-bottom: 10px;
}

a {
  color: var(--primary-purple);
  align-items: center;
  font-size: 16px;
  font-weight: 600;
  line-height: 1.2em;
  text-decoration: none;
  transition: all .35s;
}

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

ul {
  grid-row-gap: 15px;
  background-color: var(--paragraph-gray);
  color: var(--primary-purple);
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
  flex-direction: column;
  margin-top: 20px;
  margin-bottom: 0;
  padding-left: 20px;
  display: flex;
}

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

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

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

blockquote {
  border-left: 2px solid var(--text-dark);
  text-align: left;
  margin-bottom: 0;
  padding: 20px 10px 20px 30px;
  font-size: 30px;
  line-height: 1.5;
}

figure {
  margin-bottom: 10px;
}

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

.section.mentor-cta {
  background-color: var(--light-blue-bg);
  padding-top: 100px;
  padding-bottom: 160px;
  overflow: hidden;
}

.primary-kiddy-button {
  border: 1px solid var(--primary-yellow);
  background-color: var(--primary-yellow);
  color: var(--text-dark);
  text-align: center;
  letter-spacing: .2em;
  text-transform: uppercase;
  border-radius: 8px;
  justify-content: center;
  align-items: center;
  min-width: 120px;
  height: auto;
  min-height: 45px;
  padding: 15px 20px;
  font-size: 12px;
  font-weight: 700;
  line-height: 1em;
  transition: all .45s;
  display: flex;
}

.primary-kiddy-button:hover {
  border-color: var(--text-dark);
  background-color: var(--transparent);
  opacity: 1;
  color: var(--text-dark);
}

.primary-kiddy-button.serch-button {
  margin-left: auto;
  margin-right: auto;
}

.licensing-title-wrapper {
  border-bottom: 1px #5e5e5e80;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 40px;
  display: flex;
}

.licensing-paragraph {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  flex-direction: column;
  width: 50%;
  display: flex;
}

.utility-page-wrap {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 100vh;
  padding-left: 15px;
  padding-right: 15px;
  display: flex;
}

.utility-page-content {
  text-align: center;
  flex-direction: column;
  width: 280px;
  margin-bottom: 0;
  display: flex;
}

.utility-page-form {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  flex-direction: column;
  align-items: stretch;
  display: flex;
}

.password-image {
  height: 80px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

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

.search-wrap-input {
  color: var(--text-dark);
  background-color: #0000;
  border: 1px solid #0000;
  height: 60px;
  margin-bottom: 0;
  padding: 0;
  font-family: Lato, sans-serif;
  font-size: 18px;
}

.search-wrap-input:focus {
  border-style: none;
}

.search-wrap-input::placeholder {
  color: var(--dark-gray);
}

.search-desktop {
  z-index: 1000;
  background-color: #ffffffe6;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  padding-left: 20px;
  padding-right: 20px;
  display: none;
  position: fixed;
  inset: 0% auto auto 0%;
}

.search-close-button {
  cursor: pointer;
  font-family: "Fa solid 900", sans-serif;
  font-size: 20px;
  font-weight: 900;
  position: absolute;
  inset: 50px 50px auto auto;
}

.search-bottom-line {
  background-color: var(--primary-green);
  width: 100%;
  height: 3px;
  margin-bottom: 20px;
  display: flex;
}

.search-wrapper {
  flex-direction: column;
  width: 100%;
  max-width: 1140px;
  display: flex;
}

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

.search-section {
  grid-column-gap: 60px;
  grid-row-gap: 60px;
  flex-direction: column;
  justify-content: flex-start;
  padding-bottom: 80px;
  display: flex;
}

.service-list-item {
  position: relative;
}

.slide-3 {
  max-height: 580px;
}

.about-3-tab-link {
  color: var(--white);
  background-color: #0000;
  flex-direction: column;
  align-items: center;
  width: 33.33%;
  margin-bottom: -12px;
  padding-top: 20px;
  padding-bottom: 4px;
  font-size: 19px;
  line-height: 32px;
  transition: all .3s;
  display: flex;
  position: relative;
}

.about-3-tab-link.w--current {
  color: var(--white);
  background-color: #0000;
  padding-top: 20px;
  padding-bottom: 4px;
  font-size: 24px;
}

.portfolio-grid-collection-item {
  width: 100%;
  position: relative;
  overflow: hidden;
  box-shadow: 0 0 30px #00000014;
}

.portfolio-masonry-image-wrapper {
  position: relative;
}

.right-arrow {
  justify-content: center;
  align-items: center;
  height: 68px;
  font-size: 14px;
  display: flex;
  inset: auto 0 0% auto;
}

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

.blog-section-title {
  text-align: center;
  margin-bottom: 60px;
  padding-left: 15px;
  padding-right: 15px;
}

.map-wrapper {
  position: relative;
}

.map-wrapper.home-page {
  width: 100%;
  margin-bottom: 60px;
}

.contacts-wrapper-grid {
  grid-column-gap: 30px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  padding-left: 30px;
  padding-right: 30px;
}

.section-title-center {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  max-width: 780px;
  margin-bottom: 60px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.courses-collection {
  width: 100%;
}

.home-4-testimonials-wrapper, .testimonials-wrapper-2 {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  align-items: stretch;
  width: 100%;
  margin-top: 10px;
  display: flex;
}

.top-banner-button-wrapper {
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  margin-top: 38px;
  display: flex;
  position: relative;
}

.about-img {
  object-fit: cover;
  position: absolute;
}

.about-img._1 {
  z-index: 2;
  width: 350px;
  inset: 0% 0% auto 12%;
}

.about-img._5 {
  z-index: 4;
  width: 350px;
  inset: 60% 0% auto 24%;
}

.about-img._3 {
  z-index: 1;
  width: 300px;
  inset: 19% 4% 0% auto;
}

.about-img._4 {
  z-index: 5;
  width: 220px;
  inset: 47% 30% 0% 50%;
}

.about-img._2 {
  z-index: 3;
  width: 300px;
  inset: 31% auto 0% 2%;
}

.subtitle {
  border-bottom: 2px solid #80808026;
  margin-bottom: 30px;
  margin-right: 0;
  padding-bottom: 4px;
  display: inline-block;
}

.our-services-wrap {
  grid-row-gap: 20px;
  flex-direction: column;
  align-items: center;
  width: 33.33%;
  display: flex;
}

.central-alignment-heaading {
  text-align: center;
  margin-bottom: 75px;
}

.heading-wrapper {
  margin-top: 40px;
  margin-bottom: 30px;
}

.content-wrapper {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 190px;
  display: flex;
}

.content {
  border-radius: 5px;
  margin-bottom: 30px;
  margin-left: 15px;
  margin-right: 15px;
}

.industries-block-wrapper {
  background-color: #0000;
  border-radius: 12px;
  flex-direction: column;
  justify-content: space-around;
  width: 100%;
  max-width: 35vw;
  padding-bottom: 30px;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
  position: relative;
}

.industries-block-wrapper:hover {
  box-shadow: 0 10px 20px #14173326;
}

.home-9-team-item {
  text-align: center;
  flex-direction: column;
  align-items: center;
  width: 31%;
  position: relative;
}

.about-4-team-slide {
  width: 23%;
  margin-right: 30px;
}

.about-6-projects-item {
  text-align: center;
  object-fit: cover;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 370px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.section-with-blue-bg {
  background-color: var(--primary-green);
  justify-content: center;
  display: flex;
}

.subtitle-2 {
  color: #fc8e44;
  border-bottom: 2px solid #80808026;
  margin-bottom: 30px;
  margin-right: 0;
  padding-bottom: 4px;
  display: inline-block;
}

.dropdown-nav-link {
  color: #999;
  margin-left: -20px;
  padding: 5px 0;
  font-family: Poppins;
  transition: color .2s;
  display: flex;
}

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

.gallery-image-link {
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
  overflow: hidden;
}

.home-19-gallery-img-link {
  justify-content: center;
  display: flex;
  position: relative;
  overflow: hidden;
}

.home-banner-left-arrow {
  align-items: center;
  height: 40px;
  display: flex;
  inset: 0% auto 0% 2%;
}

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

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

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

.section-ttile-description {
  text-align: center;
  margin-top: 20px;
}

.landing-home-pages-wrapper {
  grid-column-gap: 40px;
  grid-row-gap: 50px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  max-width: 1480px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px;
  display: flex;
}

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

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

.border-wrap-2 {
  display: flex;
}

.logo-mobile-4 {
  padding-left: 0;
  display: none;
}

.right-header-wrap {
  grid-column-gap: 10px;
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.btn-title-text {
  color: #fff;
  letter-spacing: .2em;
  text-transform: uppercase;
  width: 100%;
  height: 100%;
  font-size: 12px;
  font-weight: 600;
  line-height: 1.2em;
}

.btn-title-text.dark-text {
  color: var(--white);
  font-weight: 700;
}

.social-link {
  grid-column-gap: 5px;
  color: #fff;
  text-align: center;
  letter-spacing: .2em;
  text-transform: uppercase;
  -webkit-text-fill-color: inherit;
  background-color: #0000;
  background-image: none;
  background-clip: border-box;
  border: 1px solid #ffffff80;
  border-radius: 100px;
  justify-content: center;
  width: 45px;
  height: 45px;
  font-size: 12px;
  line-height: 1em;
  transition: all .45s;
  display: flex;
}

.social-link:hover {
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  background-color: #ffffff0d;
  border-color: #e0fd60;
  box-shadow: 0 0 20px #e0fd6033;
}

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

.nav-menu-dropdown-white {
  flex-direction: column;
  justify-content: space-between;
  width: 100%;
  transition: all .3s;
  display: inline-block;
}

.menu-wrapper-2 {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  display: flex;
}

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

.tablet-menu-4 {
  display: none;
}

.button-transparent {
  z-index: 20;
  grid-column-gap: 5px;
  border: 1px solid var(--primary-yellow);
  background-color: var(--primary-yellow);
  box-shadow: -5px 6px 0 -1px var(--primary-purple);
  color: var(--primary-yellow);
  text-align: center;
  letter-spacing: .2em;
  text-transform: uppercase;
  -webkit-text-fill-color: inherit;
  background-image: none;
  background-clip: border-box;
  border-radius: 8px;
  justify-content: center;
  height: auto;
  min-height: 45px;
  max-height: 45px;
  padding: 15px 20px;
  font-size: 12px;
  line-height: 1em;
  transition: all .45s;
  display: flex;
  position: relative;
  overflow: hidden;
}

.button-transparent:hover {
  background-color: var(--transparent);
  box-shadow: none;
  opacity: 1;
  border-color: #fff;
  transform: translate(-4px, 4px);
}

.button-transparent.dark-btn {
  border-color: var(--primary-purple);
  background-color: var(--_mwe---czerwony-ns);
}

.button-transparent.dark-btn:hover {
  border-color: var(--primary-purple);
  background-color: var(--dark-red-bg);
}

.clip-2 {
  z-index: 10;
  flex-direction: column;
  display: flex;
  position: relative;
  overflow: hidden;
}

.button-group {
  grid-column-gap: 0rem;
  grid-row-gap: 0rem;
  flex-flow: row;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.login-tablet-wrapper {
  grid-column-gap: 30px;
  justify-content: space-between;
  margin-left: 30px;
  display: none;
}

.dropdown-menu-2 {
  z-index: 0;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.btn-banner-text.button-text-bottom {
  position: absolute;
  bottom: -100%;
}

.kiddy-club-logo {
  width: auto;
  height: 60px;
}

.nav-menu-shadow-overlay-3 {
  align-items: center;
  display: flex;
}

.nav-left-wrap {
  grid-column-gap: 40px;
  align-items: center;
  display: flex;
}

.header-socials {
  display: none;
}

.brand-logo {
  padding-left: 0;
  transition-property: opacity;
  position: relative;
}

.brand-logo:hover {
  opacity: 1;
}

.brand-logo.w--current {
  transition-property: opacity;
}

.brand-logo.w--current:hover {
  opacity: 1;
}

.link-header-item {
  background-color: #0000;
  padding: 25px 15px;
  display: flex;
}

.link-header-item.w--open:hover {
  color: #a8a4a4;
  text-decoration: none;
}

.wrapper-transparent-btn {
  position: relative;
}

.menu-dark-container {
  z-index: -1;
  background-color: var(--light-blue-bg);
  width: 100%;
  height: 100%;
  margin-top: auto;
  margin-left: auto;
  margin-right: auto;
  position: absolute;
  inset: 0% 0% auto;
}

.hero-slide-home-3 {
  height: 100%;
}

.no-shrink {
  flex: none;
  display: inline-block;
}

.grid-wrapper {
  z-index: 10;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: minmax(5vw, 1fr) minmax(auto, 1400px) minmax(5vw, 1fr);
  grid-auto-rows: 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  display: grid;
  position: relative;
}

.hero-slide-arrow {
  background-color: #ffffff0d;
  border: 1px solid #fff3;
  border-radius: 0;
  justify-content: center;
  align-items: center;
  width: 70px;
  height: 70px;
  display: none;
  inset: auto 440px 0% auto;
}

.ballet-image {
  background-color: var(--primary-purple);
  border-radius: 8px;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 20vw;
  display: flex;
  position: relative;
  overflow: hidden;
}

.hover-circle-wrapper {
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 100%;
  height: 100%;
  max-height: 100%;
  display: flex;
  position: relative;
}

.hover-circle {
  justify-content: center;
  align-items: center;
  display: flex;
}

.outline-hover-circle {
  z-index: 10;
  border: 1px solid #ffffff80;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 72px;
  height: 72px;
  display: flex;
  position: relative;
}

.lightbox-container {
  width: 100%;
  height: 100%;
}

.hero-btn-wrap {
  z-index: 10;
  padding: 6px 1px 6px 6px;
  position: relative;
}

.rotate-star {
  z-index: -20;
  width: 90%;
  max-width: 500px;
  position: relative;
}

.hear-container {
  z-index: 10;
  position: relative;
  overflow: hidden;
}

.eyebrow-02 {
  border: 3px solid var(--text-dark);
  background-color: var(--white);
  border-radius: 100px;
  width: 23px;
  height: 11px;
  margin-left: 20px;
  margin-right: 20px;
}

.head-container {
  z-index: 30;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
  overflow: hidden;
}

.part-03 {
  z-index: 10;
  justify-content: center;
  margin-top: -10px;
  margin-bottom: 20px;
  display: flex;
  position: relative;
}

.mouth {
  border: 2px solid var(--text-dark);
  background-color: var(--text-dark);
  border-radius: 100px 100px 200px 200px;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  width: 60px;
  height: 32px;
  display: flex;
  overflow: hidden;
}

.right-hear {
  border: 2px solid var(--text-dark);
  background-color: var(--blue);
  border-top-right-radius: 100px;
  border-bottom-right-radius: 100px;
  width: 25px;
  height: 40px;
}

.left-hear {
  border: 2px solid var(--text-dark);
  background-color: var(--blue);
  border-radius: 100px 10px 10px 100px;
  width: 25px;
  height: 40px;
}

.hair-02 {
  z-index: -10;
  background-color: var(--text-dark);
  border-radius: 0 0 100px 100px;
  width: 50%;
}

.hair-container {
  justify-content: center;
  min-width: 200px;
  display: flex;
  position: relative;
}

.hair-and-face {
  border-radius: 100px;
  flex-direction: row;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  height: 100%;
  display: flex;
  position: relative;
  overflow: hidden;
}

.part-01 {
  justify-content: center;
  margin-bottom: 7px;
  display: flex;
}

.pupil {
  background-color: var(--text-dark);
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  width: 33px;
  height: 33px;
  display: flex;
}

.heart-pupil {
  width: 30px;
  position: absolute;
}

.eye-container {
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.eye {
  border: 2px solid var(--text-dark);
  background-color: var(--white);
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 50px;
  height: 50px;
  display: flex;
  overflow: hidden;
}

.face {
  flex-direction: column;
  justify-content: center;
  align-self: center;
  align-items: stretch;
  display: flex;
  position: absolute;
}

.container-animation {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-top: 40px;
  margin-bottom: 60px;
  display: flex;
}

.head {
  border: 2px solid var(--text-dark);
  border-radius: 100px;
  flex-direction: row;
  justify-content: space-around;
  align-items: flex-start;
  width: 150px;
  height: 230px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.main-container {
  flex-direction: column;
  align-items: center;
  width: 100%;
  display: flex;
}

.eyebrow-01 {
  border: 3px solid var(--text-dark);
  background-color: var(--white);
  border-radius: 100px;
  width: 23px;
  height: 11px;
  margin-left: 20px;
  margin-right: 20px;
}

.space-between-eyes {
  width: 10px;
}

.choice-container {
  justify-content: space-between;
  width: 100%;
  max-width: 1200px;
  height: 100%;
  margin-bottom: -60px;
  padding-left: 5vw;
  padding-right: 5vw;
  display: flex;
}

.part-04 {
  justify-content: center;
  display: flex;
}

.nose {
  border: 3px solid var(--text-dark);
  background-color: var(--primary-red);
  border-radius: 100px;
  width: 26px;
  height: 15px;
}

.hair-01 {
  z-index: -10;
  background-color: var(--text-dark);
  border-bottom-right-radius: 100px;
  border-bottom-left-radius: 100px;
  width: 50%;
}

.teeth {
  background-color: #f2f2ed;
  border-bottom-right-radius: 100px;
  border-bottom-left-radius: 100px;
  width: 100%;
  height: 10px;
}

.star-overflow-hidden {
  z-index: 1;
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
  position: absolute;
  overflow: hidden;
}

.tongue {
  background-color: var(--primary-red);
  border-radius: 100%;
  width: 40px;
  height: 40px;
  margin-bottom: -40%;
}

.part-02 {
  justify-content: center;
  align-items: center;
  height: 50px;
  display: flex;
}

.hair-overflow-hidden {
  border-top-left-radius: 100px;
  border-top-right-radius: 100px;
  justify-content: center;
  height: 25%;
  display: flex;
  overflow: hidden;
}

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

.section-light-gray {
  background-color: var(--white);
  padding-top: 80px;
  padding-bottom: 80px;
  position: relative;
}

.section-light-gray.clip-con {
  overflow: hidden;
}

.black-par {
  color: var(--paragraph-gray);
  margin-top: 0;
  margin-bottom: 0;
}

.h2-black-title {
  color: var(--_mwe---ink);
  margin-top: 0;
  margin-bottom: 0;
  font-family: Figtree, sans-serif;
  font-weight: 600;
}

.black-text-title {
  color: var(--_mwe---czerwony-ns);
  margin-top: 0;
  margin-bottom: 0;
  font-family: Figtree, sans-serif;
  font-weight: 600;
}

.about-our-work {
  grid-column-gap: 16px;
  grid-row-gap: 24px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  width: 90%;
  display: grid;
}

.about-us-con {
  grid-column-gap: 16px;
  grid-row-gap: 36px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  padding-right: 60px;
  display: grid;
}

.about-paragraphs {
  grid-column-gap: 60px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.story-wrapper {
  grid-column-gap: 16px;
  grid-row-gap: 60px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  display: grid;
}

.banner-subtitle-color-purple {
  color: var(--_mwe---uniform-blue);
  letter-spacing: .1em;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Open Sans, sans-serif;
  font-size: 14px;
  font-weight: 700;
}

.color-h2 {
  color: var(--_mwe---czerwony-ns);
}

.product-section-2 {
  background-color: var(--white);
  padding-top: 0;
  padding-bottom: 0;
  position: relative;
}

.grey-cover {
  background-color: var(--_mwe---uniform-blue);
  height: 50%;
  position: absolute;
  inset: auto 0% 0%;
}

.news-banner {
  border-top-right-radius: 8px;
  min-height: 600px;
  position: relative;
  overflow: hidden;
}

.h2-title {
  margin-top: 0;
  margin-bottom: 0;
  font-family: Figtree, sans-serif;
  font-weight: 600;
}

.large-grid-wrapper {
  z-index: 10;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: minmax(5vw, 1fr) minmax(auto, 1400px) minmax(5vw, 1fr);
  grid-auto-rows: 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  display: grid;
  position: relative;
}

.buttons-wrap {
  grid-column-gap: 20px;
  grid-row-gap: 15px;
  flex-wrap: wrap;
  justify-content: flex-start;
  margin-top: 40px;
  display: flex;
  position: relative;
}

.stacked-heading {
  grid-column-gap: 16px;
  grid-row-gap: 20px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  justify-items: center;
  display: grid;
}

.blog-info {
  z-index: 10;
  grid-column-gap: 16px;
  grid-row-gap: 36px;
  color: #fff;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  place-content: center;
  justify-items: center;
  padding-top: 80px;
  padding-bottom: 80px;
  display: grid;
  position: relative;
}

.blog-background-wrapper {
  position: absolute;
  inset: 0%;
  overflow: hidden;
}

.blog-description {
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
}

.blog-title-wrapper {
  z-index: 25;
  text-align: center;
  flex-direction: column;
  align-items: center;
  width: 80%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
}

.event-section {
  background-color: var(--_mwe---uniform-blue);
  padding-top: 0;
  padding-bottom: 80px;
  position: relative;
}

.our-blog {
  z-index: 10;
  grid-column-gap: 16px;
  grid-row-gap: 48px;
  background-color: var(--white);
  border-bottom-right-radius: 8px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  margin-top: -80px;
  padding: 0;
  display: grid;
  position: relative;
}

.events-collection-list-wrapper {
  padding-bottom: 0;
}

.news-grid {
  grid-column-gap: 40px;
  grid-row-gap: 60px;
  grid-template-rows: 1fr auto auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-rows: 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: row;
  place-items: start stretch;
  width: 100%;
  padding-top: 48px;
  padding-bottom: 80px;
  padding-right: 48px;
  display: grid;
  position: relative;
}

.events-item {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
  overflow: visible;
}

.black-right-fill {
  background-color: var(--white);
  width: 100%;
  margin-top: -80px;
}

.top-project-con {
  z-index: 90;
  justify-content: space-between;
  align-items: center;
  display: flex;
  position: relative;
}

.bg-blog-link-2 {
  z-index: 10;
  color: #fff;
  justify-content: center;
  align-items: center;
  font-size: 12px;
  display: flex;
  position: absolute;
  inset: 0%;
  overflow: hidden;
}

.bg-blog-link-2:hover {
  opacity: 1;
}

.cursur-text {
  color: var(--text-dark);
  letter-spacing: .2em;
  text-transform: uppercase;
  white-space: nowrap;
  max-height: 24px;
  padding-left: 4px;
  font-weight: 600;
  position: absolute;
  inset: auto;
}

.subtitle-home-3 {
  color: var(--_mwe---ink);
  letter-spacing: .1em;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 600;
  line-height: 1.2em;
}

.top-black-cover {
  background-color: var(--blue);
  position: absolute;
  inset: 0%;
}

.background-wrapper {
  border-radius: 8px;
  position: absolute;
  inset: 0%;
  overflow: hidden;
}

.project-3-card-bottom {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  text-transform: capitalize;
  border-bottom: 1px solid #f2514180;
  grid-template-rows: auto;
  grid-template-columns: 1fr auto;
  grid-auto-columns: 1fr;
  padding-bottom: 25px;
  display: grid;
  position: relative;
}

.cursur-top-outline {
  border: 1px solid var(--text-dark);
  border-radius: 100%;
  width: 60px;
  min-width: 60px;
  height: 60px;
  min-height: 60px;
  position: absolute;
  inset: 0% 0% auto;
}

.cursur-top-outline.bottom {
  inset: auto 0% 0%;
}

.project-title-2 {
  margin-top: 0;
  margin-bottom: 0;
  font-family: Figtree, sans-serif;
  font-weight: 600;
}

.project-arrow-2 {
  width: 30px;
}

.card-cursur {
  z-index: 25;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: 1fr 24px 1fr;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  justify-items: center;
  width: 60px;
  height: 60px;
  text-decoration: none;
  display: grid;
  position: absolute;
  top: auto;
  left: auto;
}

.card-cursur.on {
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  background-color: #fff3;
  border-radius: 100%;
  top: -42px;
  left: -30px;
}

.overlay-portfolio-3 {
  z-index: 10;
  background-color: #f8e6e600;
  position: absolute;
  inset: 0%;
}

.scroll-cover {
  z-index: 90;
  background-color: var(--white);
  height: 100%;
  position: absolute;
  inset: -100% 0% 0%;
}

.link-wrap {
  flex: none;
  align-items: center;
  width: auto;
  display: flex;
}

.portfolio-3-card-top {
  z-index: 50;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: var(--light-blue-bg);
  color: #fff;
  grid-template-rows: auto;
  grid-template-columns: 1fr auto;
  grid-auto-columns: 1fr;
  justify-content: stretch;
  justify-items: stretch;
  min-height: 85px;
  padding: 20px;
  display: grid;
  position: absolute;
  inset: 0% 0% auto;
  overflow: hidden;
}

.background-portfolio-3 {
  background-image: url('../images/2-2.webp');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: auto;
  position: absolute;
  inset: 0%;
}

.background-portfolio-3.mila25 {
  background-image: url('../images/3-1.webp');
}

.background-portfolio-3.pracownia-terminal {
  background-image: url('../images/1-1.webp');
}

.background-portfolio-3.makercoder {
  background-image: url('../images/1-8.jpg');
  background-position: 50%;
  background-size: cover;
}

.background-portfolio-3.monitorns, .background-portfolio-3.monitorpro {
  background-image: url('../images/1-2.webp');
  background-position: 50%;
  background-size: cover;
}

.background-portfolio-3.podstawamobil {
  background-image: url('../images/1-6.webp');
  background-position: 50%;
  background-size: cover;
}

.background-portfolio-3.pt {
  background-image: url('../images/1-5.webp');
  background-position: 50%;
  background-size: cover;
}

.background-portfolio-3._1podstawamobilzwyk {
  background-image: url('../images/1-4.webp');
  background-position: 50%;
  background-size: cover;
}

.cursor-top {
  flex-direction: column;
  width: 100%;
  height: 100%;
  min-height: 18px;
  max-height: 18px;
  margin-bottom: auto;
  display: flex;
  position: absolute;
  inset: 0% 0% auto;
  overflow: hidden;
}

.cursor-top.bottom {
  margin-top: auto;
  margin-bottom: 0;
  inset: auto 0% 0%;
}

.underline-hover-fill {
  background-color: var(--_mwe---czerwony-ns);
  width: 100%;
  height: 100%;
}

.portfolio-3-image {
  border-radius: var(--basic-radius);
  border: 1px solid #fff3;
  justify-content: center;
  align-items: center;
  height: 400px;
  padding: 24px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.underline-hover-wrapper {
  height: 1px;
  display: flex;
  position: absolute;
  inset: auto 0% -1px;
  overflow: hidden;
}

.portfolio-3-card {
  grid-column-gap: 25px;
  grid-row-gap: 25px;
  color: #000;
  border: 1px #eff3f6;
  grid-template-rows: auto 1fr;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  height: auto;
  margin-bottom: -1px;
  padding: 2px 2px 1px;
  text-decoration: none;
  display: grid;
  position: relative;
  overflow: hidden;
}

.underline-link-container {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  border-style: none none solid;
  border-bottom-width: 1px;
  border-bottom-color: var(--text-dark-50);
  color: var(--text-dark);
  text-align: center;
  letter-spacing: .1em;
  text-transform: uppercase;
  background-color: #0000;
  border-radius: 0;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  margin-left: 0;
  margin-right: 0;
  padding: 0 0 6px;
  font-size: 14px;
  font-weight: 600;
  text-decoration: none;
  display: flex;
  position: relative;
}

.underline-link-container:hover {
  color: var(--primary-red);
}

.cursur-wrapper {
  z-index: 10;
  background-color: #0000;
  justify-content: center;
  align-items: center;
  width: 100vw;
  height: 100vh;
  display: flex;
  position: absolute;
  inset: auto;
}

.underline-link-container-2 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  color: var(--dark-red-bg);
  text-align: center;
  letter-spacing: .2em;
  text-transform: uppercase;
  background-color: #0000;
  border-style: none none solid;
  border-bottom-width: 1px;
  border-bottom-color: #f2514180;
  border-radius: 0;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  margin-left: 0;
  margin-right: 0;
  padding: 0 0 6px;
  font-size: 14px;
  font-weight: 700;
  text-decoration: none;
  display: flex;
  position: relative;
}

.underline-link-container-2:hover {
  color: var(--text-dark);
}

.image-fill {
  object-fit: cover;
  object-position: 50% 0%;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
  overflow: hidden;
  transform: scale(1.02);
}

.large-team-avatar {
  z-index: 20;
  border-radius: 100%;
  width: 8rem;
  height: 8rem;
  position: absolute;
  inset: 25% auto auto 0%;
  overflow: hidden;
}

.large-team-avatar.ava-3 {
  outline-color: var(--primary-yellow);
  outline-offset: 0px;
  outline-width: 3px;
  outline-style: solid;
  width: 8rem;
  height: 8rem;
  transition-property: all;
  transition-duration: .45s;
  inset: 28% 0% auto auto;
}

.large-team-avatar.ava-3:hover {
  outline-color: var(--primary-blue);
  outline-width: 5px;
}

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

.base-container-2.pos-relative {
  z-index: 90;
  z-index: 100;
  z-index: 90;
  z-index: 100;
  position: relative;
}

.form-wrap {
  flex-direction: row;
  align-items: center;
  width: 90%;
  margin-top: 40px;
  position: relative;
}

.team-avatar-item-mini {
  z-index: 20;
  border: 3px solid var(--primary-red);
  border-radius: 100%;
  width: 7rem;
  height: 7rem;
  position: absolute;
  inset: 34% auto auto 12%;
  overflow: hidden;
}

.team-avatar-item-mini:hover {
  border-width: 5px;
  border-color: var(--primary-blue);
}

.team-circles {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-items: center;
  display: grid;
  position: relative;
}

.medium-team-avatar {
  z-index: 20;
  border: 3px solid var(--primary-red);
  border-radius: 100%;
  width: 4.5rem;
  height: 4.5rem;
  margin: 0;
  padding: 0;
  transition-property: all;
  transition-duration: .45s;
  position: absolute;
  inset: -8% auto auto 0%;
  overflow: hidden;
}

.medium-team-avatar:hover {
  border-width: 5px;
  border-color: var(--dark-green-bg);
  outline-color: var(--primary-blue);
  outline-width: 5px;
}

.reviews-title {
  margin-top: 0;
  margin-bottom: 15px;
  font-family: Figtree, sans-serif;
  font-weight: 600;
}

.team-intro {
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  max-width: 38rem;
  height: auto;
  margin-left: auto;
  margin-right: auto;
  padding-top: 3rem;
  padding-bottom: 3rem;
  display: flex;
}

.team-avatar-item {
  z-index: 20;
  border: 3px solid var(--primary-yellow);
  border-radius: 100%;
  width: 5rem;
  height: 5rem;
  padding: 0;
  position: absolute;
  inset: -10% auto auto 58%;
  overflow: hidden;
}

.team-avatar-item:hover {
  border-width: 5px;
  border-color: var(--dark-green-bg);
  outline-color: var(--primary-green);
  outline-width: 6px;
}

.cta-content {
  text-align: center;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.form-submit-wrap {
  z-index: 1;
  cursor: pointer;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  inset: auto 0% 12px auto;
}

.small-avatar-item {
  z-index: 20;
  border: 3px solid var(--primary-blue);
  border-radius: 100%;
  width: 4.5rem;
  height: 4.5rem;
  position: absolute;
  inset: auto auto -7% 49%;
  overflow: hidden;
}

.small-avatar-item:hover {
  border-width: 5px;
  border-color: var(--primary-yellow);
}

.container-item-large {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.big-team-avatar {
  border: 3px solid var(--primary-green);
  border-radius: 100%;
  width: 5rem;
  height: 5rem;
  position: absolute;
  inset: auto auto -1% 34%;
  overflow: hidden;
}

.big-team-avatar:hover {
  border-width: 5px;
  border-color: var(--primary-blue);
}

.team-basic {
  grid-column-gap: 0rem;
  grid-row-gap: 0rem;
  grid-template-rows: auto;
  grid-template-columns: .5fr 1.1fr .5fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.reviews-text {
  width: 97%;
  margin-top: 0;
  margin-bottom: 0;
}

.yellow-cover {
  background-color: var(--white);
  height: 253px;
  position: absolute;
  inset: 0% 0% auto;
}

.number-item {
  grid-row-gap: 10px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  justify-items: start;
  display: grid;
}

.stacked-intro {
  grid-column-gap: 16px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.statistics-numbers {
  color: var(--_mwe---czerwony-ns);
  margin-top: 0;
  margin-bottom: 0;
  font-family: Figtree, sans-serif;
  font-weight: 900;
}

.awards-title {
  color: var(--text-dark);
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Figtree, sans-serif;
  font-weight: 600;
}

.awards-description {
  margin-top: 0;
  margin-bottom: 0;
}

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

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

.small-subtitle {
  z-index: 10;
  letter-spacing: .1em;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Open Sans, sans-serif;
  font-size: 14px;
  font-weight: 700;
  position: relative;
}

.dual-grid {
  grid-column-gap: 60px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: .95fr 1.1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  display: grid;
}

.about-numbers {
  grid-column-gap: 16px;
  grid-row-gap: 40px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.primary-kiddy-button-red {
  border: 1px solid var(--primary-purple);
  background-color: var(--_mwe---czerwony-ns);
  color: var(--white);
  text-align: center;
  letter-spacing: .2em;
  text-transform: uppercase;
  border-radius: 8px;
  justify-content: center;
  align-items: center;
  min-width: 120px;
  height: auto;
  min-height: 45px;
  padding: 15px 20px;
  font-size: 12px;
  font-weight: 700;
  line-height: 1em;
  transition: all .45s;
  display: flex;
}

.primary-kiddy-button-red:hover {
  border-color: var(--text-dark);
  background-color: var(--transparent);
  opacity: 1;
  color: var(--text-dark);
}

.secondary-kiddy-button-blue {
  border: 1px solid var(--text-dark);
  background-color: var(--transparent);
  color: var(--text-dark);
  text-align: center;
  letter-spacing: .2em;
  text-transform: uppercase;
  border-radius: 8px;
  justify-content: center;
  align-items: center;
  min-width: 120px;
  height: auto;
  min-height: 45px;
  padding: 15px 20px;
  font-size: 12px;
  font-weight: 700;
  line-height: 1em;
  transition: all .45s;
  display: flex;
}

.secondary-kiddy-button-blue:hover {
  border-color: var(--primary-purple);
  background-color: var(--primary-purple);
  opacity: 1;
  color: var(--white);
}

.par-hidden {
  opacity: 0;
  color: var(--transparent);
  margin-top: 0;
  margin-bottom: 0;
  display: none;
  position: absolute;
}

.about-description {
  z-index: 10;
  grid-column-gap: 16px;
  grid-row-gap: 12px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
  position: relative;
}

.sticky-video-lightbox {
  z-index: 10;
  position: relative;
}

.sticky-video-lightbox:hover {
  color: #fff;
}

.about-us-card {
  z-index: 10;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  border: 1px solid #fff3;
  border-radius: 0;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  align-content: space-between;
  min-height: 350px;
  padding: 36px 20px;
  display: grid;
  position: relative;
  overflow: hidden;
}

.button-home-5 {
  grid-column-gap: 5px;
  text-align: center;
  -webkit-text-fill-color: inherit;
  background-color: #0000;
  background-image: none;
  background-clip: border-box;
  border: 1px solid #fff3;
  border-radius: 0;
  justify-content: center;
  height: auto;
  padding: 15px 20px;
  transition: all .35s;
  display: flex;
  position: relative;
  overflow: hidden;
}

.button-home-5:hover {
  color: #fff;
}

.founder-image {
  min-height: 35vh;
  position: relative;
  overflow: hidden;
}

.story-text-row {
  grid-column-gap: 60px;
  justify-content: space-between;
  display: flex;
}

.outline-button {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  color: #000;
  text-align: center;
  letter-spacing: 4px;
  text-transform: uppercase;
  background-color: #fff0;
  border: 1px solid #e1e4ee;
  border-radius: 100px;
  grid-template-rows: auto;
  grid-template-columns: 24px 1fr 24px;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  height: 40px;
  padding-bottom: 0;
  padding-left: 0;
  padding-right: 0;
  font-size: 9px;
  line-height: 1.2em;
  text-decoration: none;
  display: grid;
  position: relative;
}

.left-arrow-2 {
  z-index: 25;
  border: 1px #eef0f6;
  justify-content: center;
  align-items: center;
  width: 48px;
  height: 48px;
  margin-left: 0;
  display: flex;
  inset: auto auto -84px 0%;
  overflow: visible;
}

.left-arrow-2.right {
  left: 60px;
}

.collection-blog-item {
  border-radius: 6px;
  width: 100%;
  height: 100%;
  padding: 0;
  position: relative;
  overflow: hidden;
}

.animation-link {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  grid-template-rows: auto;
  grid-template-columns: auto auto;
  grid-auto-columns: 1fr;
  justify-content: start;
  align-items: center;
  display: inline-block;
}

.animation-link:hover {
  opacity: 1;
  color: var(--text-dark);
}

.blog-link {
  letter-spacing: 0;
  text-transform: none;
}

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

.button-2 {
  z-index: 10;
  color: #000;
  text-align: center;
  background-color: #e2ebf0;
  border: 1px #d1dfe4;
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  min-width: 8rem;
  padding: .875rem 1.875rem;
  font-size: .875rem;
  text-decoration: none;
  display: flex;
  position: relative;
  overflow: hidden;
}

.stacked-review-content {
  z-index: 20;
  grid-column-gap: 16px;
  grid-row-gap: 48px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  align-content: space-between;
  display: grid;
  position: relative;
}

.stacked-review-content.small {
  grid-row-gap: 30px;
}

.color-circle-background {
  background-color: var(--light-red);
  border-radius: 100px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 80%;
  height: 80%;
  display: flex;
  position: absolute;
  inset: auto auto 0%;
}

.testimonial-autor-name {
  color: var(--_mwe---czerwony-ns);
  text-transform: capitalize;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Figtree, sans-serif;
}

.autor-info-wrap {
  grid-row-gap: 10px;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.clip-pattern-wrap {
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
  overflow: hidden;
}

.section-white-review {
  z-index: 5;
  background-color: var(--_mwe---digital-blue);
  padding-bottom: 100px;
  position: relative;
  overflow: hidden;
}

.print-008 {
  z-index: -2;
  opacity: .6;
  object-fit: contain;
  width: auto;
  height: 600px;
  position: absolute;
  inset: auto auto 15%;
  transform: rotate(25deg);
}

.testimonial-name-wrap {
  grid-column-gap: 20px;
  justify-content: center;
  align-items: center;
  display: flex;
}

.wrapper-testimonials-content {
  display: flex;
  overflow: visible;
}

.slider-mask-testimonials {
  width: 60%;
  overflow: visible;
}

.print-003 {
  z-index: -1;
  opacity: .4;
  width: auto;
  height: 20px;
  display: block;
  position: absolute;
  inset: 250px 149px auto auto;
}

.width-extra-large {
  max-width: 975px;
}

.testimonial-item-arrow {
  border: 1px #e4e9ec;
  justify-content: center;
  align-items: center;
  width: 20%;
  display: flex;
}

.testimonial-item-arrow.right-arrow {
  height: 100%;
  inset: 0% 0% 0% auto;
}

.testimonial-item-arrow.left-arrow-cover {
  height: auto;
  position: absolute;
  inset: 0% auto 0% 0%;
}

.hover-hero-arrow {
  z-index: 5;
  background-color: var(--dark-red-bg);
  border: 1px #e4e9ec;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 48px;
  height: 48px;
  display: flex;
  position: fixed;
  top: -38px;
  left: -30px;
}

.feedback-wrapper {
  z-index: 1;
  background-color: var(--dark-red-bg);
  border-radius: 100%;
  justify-content: center;
  align-items: flex-end;
  width: 100px;
  height: 100px;
  margin-left: -20px;
  display: flex;
  position: relative;
}

.feedback-wrapper.reviews-avatar {
  z-index: 3;
  background-color: var(--_mwe---czerwony-ns);
  margin-left: 0;
}

.slider-info-testimonials {
  background-color: #ddd0;
  justify-content: center;
  width: 100%;
  height: 100%;
  display: flex;
}

.clip-print-animal-wrap {
  z-index: 1;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
  position: absolute;
  inset: 0%;
  overflow: hidden;
}

.testimonial-slider-nav {
  height: 12px;
  padding-top: 0;
  font-size: 10px;
  display: none;
  inset: auto 0% 0%;
}

.grid-testimonials {
  z-index: 25;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: minmax(5vw, 1fr) minmax(auto, 1500px) minmax(5vw, 1fr);
  grid-auto-columns: 1fr;
  width: 100%;
  display: grid;
  position: relative;
}

.grid-testimonials.clip {
  justify-content: center;
  justify-items: center;
  padding-top: 110px;
  padding-bottom: 40px;
  overflow: hidden;
}

.reviev-dark-text {
  color: var(--text-dark);
  padding-left: 20px;
  padding-right: 20px;
  font-family: Figtree, sans-serif;
  font-size: 30px;
  font-weight: 600;
  line-height: 1.4em;
}

.testimonial {
  text-align: center;
  width: 100%;
  max-width: 600px;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
}

.arrow-item-cover {
  z-index: 25;
  align-items: center;
  position: absolute;
  inset: 0%;
}

.they-say {
  color: var(--_mwe---czerwony-ns);
  text-transform: capitalize;
  margin-top: 0;
  margin-bottom: 40px;
  font-family: Figtree, sans-serif;
  font-size: 27px;
  font-weight: 600;
}

.print-001 {
  height: 150px;
  position: absolute;
  inset: auto auto 13% 17%;
}

.clip {
  position: relative;
  overflow: hidden;
}

.border-wrapper {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  border-style: solid solid none;
  border-width: 1px;
  border-color: var(--dark-gray-25) var(--dark-gray-25) var(--light-yellow);
  border-radius: 8px 8px 0 0;
  flex-direction: column;
  grid-template-rows: auto;
  grid-template-columns: auto;
  grid-auto-columns: auto;
  grid-auto-flow: column;
  justify-content: space-between;
  display: flex;
  overflow: hidden;
}

.row-title-block {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.row-title-text {
  letter-spacing: -.35vw;
  text-transform: uppercase;
  margin-bottom: -3.5vw;
  font-size: 13.5vw;
  font-weight: 400;
  line-height: .89;
}

.row-title-text.text-align-center {
  color: var(--white);
  letter-spacing: 0;
  margin-bottom: -1.5vw;
  font-family: Salsa, sans-serif;
}

.home-faq-item {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  cursor: pointer;
  background-color: #ddd0;
  border-top: 1px solid #e7eeee;
  border-bottom: 1px #e7eeee;
  flex-direction: column;
  flex: 0 auto;
  grid-template-rows: auto;
  grid-template-columns: auto 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-end;
  place-items: stretch stretch;
  width: 100%;
  padding: 0;
  transition: all .8s cubic-bezier(.215, .61, .355, 1);
  display: flex;
}

.home-faq-item.w--current {
  background-color: #ddd0;
  overflow: hidden;
}

.letter-1 {
  z-index: 1;
  font-family: Figtree, sans-serif;
  font-size: 11vw;
  font-weight: 900;
  display: inline-block;
  position: relative;
}

.home-faq-top {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  border-bottom: 1px #e7eeee;
  border-left: 1px #e7eeee;
  border-right: 1px #e7eeee;
  flex-direction: row;
  grid-template-rows: auto;
  grid-template-columns: 5rem 1fr auto;
  grid-auto-columns: 1fr;
  justify-content: start;
  place-items: center start;
  width: 100%;
  padding-top: 3.25rem;
  padding-bottom: 3.25rem;
  display: grid;
}

.curve-arrow {
  border: 1px solid #e7eeee;
  border-radius: 100rem;
  justify-content: center;
  align-items: center;
  width: 2.4rem;
  height: 2.4rem;
  display: flex;
  position: absolute;
  top: .5rem;
}

.row-title-clip {
  color: var(--white);
  overflow: hidden;
}

.footer-grid {
  grid-column-gap: 3rem;
  grid-row-gap: 0rem;
  text-align: center;
  flex-direction: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  place-content: stretch flex-start;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.button-3 {
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  background-color: #0000;
  border: 1px solid #2e313a;
  border-radius: 100rem;
  padding: .75rem 1.05rem .75rem 1.15rem;
  font-size: .875rem;
  font-weight: 500;
  text-decoration: none;
}

.row-title {
  width: 100%;
}

.section-top-white {
  z-index: 100;
  background-color: var(--_mwe---digital-blue);
  padding-left: 15px;
  padding-right: 15px;
  position: relative;
}

.btn-circle-4 {
  border: 1px solid #ffffff80;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 45px;
  height: 45px;
  display: flex;
}

.curve-block-center-2 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr .9fr;
  grid-auto-columns: 1fr;
  place-content: end center;
  align-items: flex-end;
  height: 0;
  display: flex;
  position: absolute;
  inset: .5px 0% auto;
}

.curve-arrow-2 {
  border: 1px solid var(--white);
  border-radius: 100rem;
  justify-content: center;
  align-items: center;
  width: 50px;
  height: 50px;
  padding: 8px;
  display: flex;
  position: absolute;
  top: .5rem;
}

.button-home-5-2 {
  z-index: 100;
  grid-column-gap: 5px;
  color: #fff;
  text-align: center;
  letter-spacing: .2em;
  text-transform: uppercase;
  -webkit-text-fill-color: inherit;
  background-color: #0000;
  background-image: none;
  background-clip: border-box;
  border: 1px solid #ffffff80;
  border-radius: 100px;
  justify-content: center;
  height: auto;
  min-height: 45px;
  max-height: 45px;
  padding: 15px 20px;
  font-size: 12px;
  line-height: 1em;
  transition: all .35s;
  display: flex;
  position: relative;
}

.clip-wrap {
  width: 14px;
  height: 14px;
  position: relative;
  overflow: hidden;
}

.big-container {
  flex-direction: column;
  align-items: center;
  width: 100%;
  max-width: 1600px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px;
  display: flex;
}

.arrow-icon-2 {
  width: 12px;
  height: 12px;
  display: inline-block;
  transform: rotate(90deg);
}

.footer-fill-con {
  background-color: var(--_mwe---ink);
  border-radius: 8px 8px 0 0;
  flex-direction: column;
  justify-content: space-between;
  width: 100%;
  max-width: 1600px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 100px;
  display: flex;
  position: relative;
}

.services-description {
  margin-top: 0;
  margin-bottom: 0;
}

.hover-arrow-2 {
  justify-content: center;
  width: 14px;
  height: 14px;
  display: flex;
}

.hover-arrow-2.top {
  position: absolute;
  inset: -100% 0% auto;
}

.bottomm-footer-content {
  grid-column-gap: 16px;
  grid-row-gap: 48px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  display: grid;
}

.curve-link-2 {
  color: #fff;
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  margin-bottom: -1px;
  padding: 0;
  display: flex;
  position: relative;
}

.top-dot-black {
  background-color: #0e0e0e;
  border-radius: 50px;
  width: 6px;
  height: 6px;
}

.contacts-hero-strip {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  width: 15%;
  margin-left: -1rem;
  margin-right: -1rem;
  position: relative;
}

.let-s-create-item-container {
  grid-template-rows: auto;
  grid-template-columns: auto 1fr auto;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: center;
  display: flex;
  position: relative;
}

.hero-title-animation-bottom {
  grid-column-gap: 15px;
  flex-wrap: wrap;
  width: 85%;
  display: flex;
}

.center-video-wrapper {
  text-align: center;
  justify-content: center;
  width: 80%;
  padding-top: 80px;
  padding-bottom: 80px;
  display: flex;
  position: relative;
}

.section-contacts {
  position: relative;
}

.contacts-container {
  z-index: 100;
  text-align: center;
  flex-direction: column;
  align-items: center;
  display: flex;
}

.video-contacts {
  z-index: 1;
  border-radius: .625rem;
  justify-content: center;
  align-items: center;
  width: 200px;
  height: 200px;
  display: flex;
  position: absolute;
  transform: rotate(-10deg);
}

.video-contacts.medium-video {
  width: 145px;
  height: 145px;
  bottom: 29%;
  transform: rotate(10deg);
}

.video-contacts.small-video {
  width: 130px;
  height: 130px;
  position: absolute;
  inset: 17% 0% auto;
}

.video-contacts.large-video {
  z-index: 90;
  width: 140px;
  height: 140px;
  inset: auto auto 9% -7%;
  transform: rotate(8.5deg);
}

.let-s-create-wrapper {
  width: 100%;
  position: relative;
}

.footer-con {
  width: 100%;
}

.footer-form {
  text-align: center;
  flex-direction: column;
  align-items: center;
  width: auto;
  display: flex;
}

.footer-form.borders {
  padding-left: 20px;
  padding-right: 20px;
  position: relative;
}

.footer-center {
  width: 100%;
  margin-bottom: 50px;
  padding-bottom: 50px;
  position: relative;
  overflow: hidden;
}

.bottom-line {
  background-color: var(--dark-gray-25);
  width: 100%;
  height: 1px;
  position: absolute;
  inset: auto 0% 0%;
}

.socials-hover-bg {
  background-color: var(--primary-yellow);
  border-radius: 100px;
  width: 60px;
  height: 60px;
  position: absolute;
  transform: scale(0);
}

.footer-l-2 {
  background-color: var(--dark-gray-25);
  width: 1px;
  height: 100%;
  position: absolute;
  inset: 0% 0% auto auto;
}

.text-footer-white {
  color: var(--white);
  text-transform: capitalize;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Figtree, sans-serif;
}

.footer-project-link {
  color: var(--_mwe---czerwony-ns);
}

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

.address-link {
  text-align: center;
  font-weight: 400;
  line-height: 1.5em;
}

.address-link:hover {
  color: #fff;
}

.footer-socials {
  z-index: 90;
  color: var(--white);
  text-transform: none;
  justify-content: center;
  margin-top: 0;
  margin-bottom: 0;
  padding: 10px;
  font-family: "Fa Brands 400 (6.4.2)", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1em;
  display: flex;
  position: relative;
}

.footer-grid-2 {
  grid-column-gap: 20px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: stretch;
  display: grid;
}

.useful-links-wrapper {
  grid-column-gap: 30px;
  grid-row-gap: 10px;
  flex-direction: row;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.footer-white-paradraph {
  color: var(--white);
  width: 90%;
  margin: 0 auto;
}

.footer-copyright-2 {
  color: var(--white);
  font-weight: 400;
}

.our-social {
  border-radius: 50px;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
  position: relative;
  overflow: hidden;
}

.footer-text-spacing {
  text-align: center;
  justify-content: center;
  align-items: center;
  margin-top: 15px;
  margin-bottom: 30px;
  display: flex;
}

.footer-socials-link {
  border: 1px solid var(--primary-purple);
  border-radius: 50px;
  width: 50px;
  height: 50px;
}

.flex-useful-links-wrap {
  grid-row-gap: 10px;
  text-align: center;
  flex-direction: column;
  align-self: center;
  align-items: center;
  width: 100%;
  display: flex;
}

.footer-l-3 {
  background-color: #ffffff40;
  width: 100%;
  height: 1px;
  display: none;
  position: absolute;
  inset: auto 0% 0% auto;
}

.social-networks {
  z-index: 10;
  grid-column-gap: 15px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
  position: relative;
}

.footer-l-4 {
  background-color: var(--dark-gray-25);
  width: 1px;
  height: 100%;
  position: absolute;
  inset: auto auto 0% 0%;
}

.footer-l-1 {
  background-color: #ffffff40;
  width: 100%;
  height: 1px;
  display: none;
  position: absolute;
  inset: 0% auto auto 0%;
}

.footer-bottom-wrapper-2 {
  flex-flow: wrap;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding-bottom: 40px;
  display: flex;
}

.stay-connect {
  grid-row-gap: 10px;
  flex-direction: column;
  align-items: center;
  width: 100%;
  display: flex;
}

.footer-description {
  color: var(--white);
  margin-top: 0;
  margin-bottom: 0;
  font-family: Open Sans, sans-serif;
  font-size: 24px;
  font-weight: 400;
  line-height: 1.4em;
}

.center-footer-container {
  flex-direction: column;
  align-items: center;
  width: 100%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 40px;
  padding-right: 40px;
  display: flex;
}

.preloader {
  z-index: 10000;
  justify-content: center;
  align-items: center;
  display: none;
  position: fixed;
  inset: 0%;
}

.preloader-top {
  background-color: var(--light-blue-bg);
  height: 50%;
  position: absolute;
  inset: 0% 0% auto;
}

.preloader-bottom {
  background-color: var(--light-blue-bg);
  height: 50%;
  position: absolute;
  inset: auto 0% 0%;
}

.kids-tablet-photo {
  display: none;
}

.kid-avatar-wrapper {
  z-index: 1;
  background-color: var(--dark-red-bg);
  border-radius: 100%;
  justify-content: center;
  align-items: flex-end;
  width: 100px;
  height: 100px;
  margin-left: -20px;
  display: flex;
  position: relative;
}

.kid-photo {
  z-index: 1;
  background-image: url('../images/Photo_3-transformed_1Photo_3-transformed.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  border-radius: 100%;
  position: absolute;
  inset: 0%;
}

.hear-container-right {
  z-index: 10;
  position: relative;
  overflow: hidden;
}

.hero-circle-wrap {
  position: relative;
}

.hero-circle-wrap.mod-1-contacts {
  margin-top: 96px;
  margin-right: -100px;
}

.hero-circle-wrap.mod-2-contacts {
  top: -130px;
  right: 70px;
}

.hero-circle-wrap.mod-3-contact {
  top: -140px;
}

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

.play-video-button {
  grid-column-gap: 20px;
  background-color: #0000;
  align-items: center;
  display: flex;
}

.hero-circle-dot {
  background-color: var(--dark-red-bg);
  border-radius: 100px;
  width: 24px;
  height: 24px;
  position: absolute;
  top: -4px;
  left: 58px;
}

.service-column {
  grid-column-gap: 16px;
  grid-row-gap: 0px;
  text-align: center;
  border: 1px solid #ffffff40;
  border-radius: 250px;
  grid-template-rows: 1fr auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  place-content: space-between flex-end;
  align-items: flex-end;
  width: 100%;
  max-width: 450px;
  min-height: 600px;
  padding: 18px 18px 100px;
  display: grid;
}

.hero-link-wrapper {
  justify-content: flex-end;
  align-items: flex-end;
  width: 100%;
  height: 100%;
  display: flex;
  position: absolute;
  inset: 29px -102px auto auto;
}

.service-icon-wrap {
  z-index: 25;
  background-color: #161616;
  border: 1px #d6e3e7;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 120px;
  height: 120px;
  padding: 12px;
  display: flex;
  position: absolute;
  inset: -60px auto auto;
}

.banner-con.right-con-contacts {
  z-index: 50;
  width: 40%;
  position: relative;
}

.hero-circle {
  background-color: var(--primary-yellow);
  background-image: url('../images/Photo_4-transformed_1Photo_4-transformed.webp');
  background-position: 50%;
  background-size: cover;
  border-radius: 50%;
  flex: none;
  width: 300px;
  height: 300px;
  position: relative;
}

.hero-circle.mod-2-item {
  background-color: var(--_mwe---ink);
  background-image: url('../images/Photo_5-transformed_1Photo_5-transformed.webp');
  width: 180px;
  height: 180px;
}

.hero-circle.mod-3-item {
  background-color: var(--_mwe---uniform-blue);
  background-image: url('../images/Photo_3-transformed_1Photo_3-transformed.webp');
  width: 180px;
  height: 180px;
}

.hero-circle.mod-1-item {
  background-color: var(--_mwe---czerwony-ns);
}

.scroll-banner-3-link {
  z-index: 70;
  -webkit-text-fill-color: inherit;
  background-image: none;
  background-clip: border-box;
  border: 1px solid #fff3;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 300px;
  height: 300px;
  padding: 36px 150px 150px 36px;
  display: flex;
  position: absolute;
  inset: auto -150px -114px auto;
}

.top-banner-2 {
  width: 100%;
  height: 100%;
  padding-top: 200px;
  padding-bottom: 160px;
  position: relative;
  overflow: hidden;
}

.hero-circle-dot-medium {
  background-color: var(--primary-blue);
  border-radius: 100px;
  width: 48px;
  height: 48px;
  position: absolute;
  inset: auto 46px 0 auto;
}

.underline-link-container-3 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  text-align: center;
  background-color: #0000;
  border-style: none none solid;
  border-bottom-width: 1px;
  border-bottom-color: #ffffff40;
  border-radius: 0;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  margin-left: 0;
  margin-right: 0;
  padding: 0 0 6px;
  text-decoration: none;
  display: flex;
  position: relative;
}

.top-dot {
  background-color: #aaa;
  border-radius: 50px;
  width: 6px;
  height: 6px;
}

.h6-color {
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(135deg, #06bcc1, #21da76);
  -webkit-background-clip: text;
  background-clip: text;
  width: auto;
  margin-top: 0;
  margin-bottom: 20px;
}

.home-2-title {
  margin-top: 0;
  margin-bottom: 0;
  font-family: Figtree, sans-serif;
  font-size: 50px;
  font-weight: 900;
}

.banner-2-subtitle {
  color: var(--_mwe---czerwony-ns);
  letter-spacing: .1em;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Open Sans, sans-serif;
  font-size: 14px;
  font-weight: 700;
}

.looping-text-2 {
  z-index: 80;
  grid-column-gap: 12px;
  background-color: var(--light-red);
  color: var(--dark-purple-bg);
  align-items: center;
  min-height: 36px;
  padding-top: 0;
  padding-bottom: 0;
  transition-duration: .55s;
  display: flex;
  position: absolute;
  inset: auto 0% 0;
  overflow: hidden;
}

.hero-circle-dot-3 {
  background-color: var(--primary-yellow);
  border-radius: 100px;
  width: 40px;
  height: 40px;
  position: absolute;
  inset: auto 0 0 auto;
}

.banner-par-wrap {
  width: 90%;
}

.nav-menu-item-purple {
  color: var(--text-dark);
  letter-spacing: .2em;
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 700;
  line-height: 1.7em;
}

.nav-menu-dropdown-purple {
  flex-direction: column;
  justify-content: space-between;
  width: 100%;
  transition: all .3s;
  display: inline-block;
}

.link-header-item-purple {
  background-color: #0000;
  padding: 25px 10px;
  display: flex;
}

.link-header-item-purple.w--open:hover {
  color: #a8a4a4;
  text-decoration: none;
}

.main-dark-header {
  z-index: 1000;
  background-color: #0000;
  justify-content: space-between;
  align-items: center;
  display: flex;
  position: fixed;
  inset: 0% 0% auto;
}

.hero-banner-2-description {
  margin-top: 0;
  margin-bottom: 0;
}

.button-banner-2 {
  grid-column-gap: 30px;
  grid-row-gap: 15px;
  flex-flow: wrap;
  justify-content: center;
  align-items: flex-end;
  margin-top: 20px;
  display: flex;
}

.nav-line-purple, .line-purple {
  color: #fff;
  background-color: #fff;
  width: 42px;
  height: 2px;
  margin-bottom: 3px;
}

.kiddy-club-logo-tablet {
  height: 60px;
}

.button-transparent-2 {
  z-index: 20;
  grid-column-gap: 5px;
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  color: #fff;
  text-align: center;
  letter-spacing: .2em;
  text-transform: uppercase;
  -webkit-text-fill-color: inherit;
  background-color: #fff;
  background-image: none;
  background-clip: border-box;
  border: 1px solid #fff;
  border-radius: 100px;
  justify-content: center;
  height: auto;
  min-height: 45px;
  max-height: 45px;
  padding: 15px 20px;
  font-size: 12px;
  line-height: 1em;
  transition: all .45s;
  display: flex;
  position: relative;
  overflow: hidden;
}

.button-transparent-2:hover {
  opacity: 1;
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  background-color: #ffffff0d;
  border-color: #fff;
  box-shadow: 0 0 20px #fff3;
}

.no-shrink-footer {
  flex: none;
}

.no-shrink-footer.full-mobile {
  position: relative;
}

.intro-box {
  z-index: 100;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  display: flex;
  position: relative;
}

.button-home-5-3 {
  z-index: 100;
  grid-column-gap: 5px;
  color: #fff;
  text-align: center;
  letter-spacing: .2em;
  text-transform: uppercase;
  -webkit-text-fill-color: inherit;
  background-color: #0000;
  background-image: none;
  background-clip: border-box;
  border: 1px solid #ffffff80;
  border-radius: 100px;
  justify-content: center;
  height: auto;
  min-height: 45px;
  max-height: 45px;
  padding: 15px 20px;
  font-size: 12px;
  line-height: 1em;
  transition: all .35s;
  display: flex;
  position: relative;
}

.quality-services-title {
  margin-top: 0;
  margin-bottom: 0;
}

.service-item {
  grid-column-gap: 4.75rem;
  grid-row-gap: 60px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
  position: relative;
}

.inside-con {
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  display: flex;
  position: relative;
}

.underline-link {
  align-items: center;
  text-decoration: none;
  display: flex;
}

.hover-link-arrow {
  z-index: 100;
  color: #fff;
  letter-spacing: 3px;
  text-transform: uppercase;
  -webkit-text-fill-color: inherit;
  background-color: #fff0;
  background-image: none;
  background-clip: border-box;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 160px;
  height: 160px;
  font-size: 11px;
  text-decoration: none;
  display: flex;
  position: relative;
  overflow: hidden;
}

.hover-link-arrow:hover {
  opacity: 1;
}

.h6-color-2 {
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(135deg, #fb0357, #f84cfd);
  -webkit-background-clip: text;
  background-clip: text;
  width: auto;
  margin-top: 0;
  margin-bottom: 20px;
}

.sidebar-menu-item {
  align-items: center;
  margin-left: -2.6px;
  padding: .75rem 2rem .75rem .5rem;
  font-size: 3rem;
  font-weight: 500;
  display: flex;
  position: relative;
}

.menu-link-background {
  background-color: #455ce9;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  inset: 0%;
}

.our-video-ligxtbox {
  border-radius: 600px;
  justify-content: center;
  width: 100%;
  height: 100%;
  display: flex;
}

.our-video-ligxtbox:hover {
  opacity: 1;
}

.curve-arrow-3 {
  border: 1px solid #0e0e0e40;
  border-radius: 100rem;
  justify-content: center;
  align-items: center;
  width: 50px;
  height: 50px;
  padding: 8px;
  display: flex;
  position: absolute;
  top: .5rem;
}

.button-hover-circle-white {
  z-index: 5;
  background-color: var(--_mwe---uniform-blue);
  border-radius: 100%;
  width: 125%;
  height: 400%;
  position: absolute;
  inset: auto auto -400% -16px;
}

.button-hover-circle-white.circle-3 {
  background-color: var(--primary-purple);
}

.categories-link-text {
  z-index: 2;
  color: #fff;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.6em;
  position: relative;
}

.categories-border {
  z-index: 1;
  border: 1px solid var(--light-yellow);
  background-color: var(--_mwe---uniform-blue);
  border-radius: 100vw;
  position: absolute;
  inset: 0%;
}

.categories-border.color-1 {
  background-color: var(--_mwe---czerwony-ns);
}

.categories-link {
  -webkit-backdrop-filter: blur(1px);
  backdrop-filter: blur(1px);
  border-radius: 100vw;
  margin: 3px;
  padding: 8px 20px;
  position: relative;
  overflow: hidden;
}

.hero-slide-home-3-2 {
  width: 100%;
  height: 450px;
}

.circle-link-about-us {
  background-color: var(--light-yellow);
  border: 1px #ffffff1a;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 140px;
  height: 140px;
  padding: 6px;
  font-weight: 700;
  display: flex;
  position: relative;
}

.circle-link-about-us:hover {
  opacity: 1;
}

.underline-link-container-4 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  border-style: none none solid;
  border-bottom-width: 1px;
  border-bottom-color: var(--red-50);
  text-align: center;
  letter-spacing: .2em;
  text-transform: uppercase;
  background-color: #0000;
  border-radius: 0;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  margin-left: 0;
  margin-right: 0;
  padding: 0 0 6px;
  font-size: 14px;
  font-weight: 700;
  text-decoration: none;
  display: flex;
  position: relative;
}

.underline-link-container-4:hover {
  color: var(--text-dark);
}

.color-print-1 {
  z-index: 50;
  background-color: var(--_mwe---digital-blue);
  border-radius: 100%;
  width: 35px;
  height: 35px;
  position: absolute;
  inset: 160px -3px auto auto;
}

.color-print-2 {
  z-index: 50;
  background-color: var(--_mwe---czerwony-ns);
  border-radius: 100%;
  width: 70px;
  height: 70px;
  position: absolute;
  inset: 480px auto auto 0%;
}

.form-kiddy-input-dark {
  border: 1px solid var(--text-dark-50);
  color: var(--text-dark);
  letter-spacing: .1em;
  text-transform: uppercase;
  background-color: #fff0;
  border-radius: 8px;
  height: 45px;
  margin-bottom: 0;
  padding: 10px 20px;
  font-size: 14px;
  transition: all .5s ease-in-out;
}

.form-kiddy-input-dark:focus {
  border-style: solid;
  border-color: var(--primary-purple);
  padding-left: 30px;
}

.form-kiddy-input-dark::placeholder {
  color: var(--text-dark-50);
  font-size: 14px;
}

.error-kiddy-message-purple {
  color: var(--primary-purple);
  text-align: center;
  background-color: #0000;
  margin-top: 30px;
  padding: 0;
}

.bg-404-light-yellow {
  border: 1px solid var(--light-yellow);
  background-color: var(--white);
  border-radius: 8px;
  justify-content: center;
  align-items: center;
  width: auto;
  height: auto;
  margin: .625rem;
  display: flex;
  position: absolute;
  inset: 0%;
}

._404-content {
  z-index: 100;
  padding-left: 40px;
  padding-right: 40px;
  position: relative;
}

.brand-logo-2 {
  padding-left: 0;
  position: relative;
}

.brand-logo-2:hover {
  opacity: 1;
}

.brand-logo-2.w--current {
  transition-property: opacity;
}

.brand-logo-2.w--current:hover {
  opacity: 1;
}

.no-shrink-btn {
  display: inline-block;
}

._404-text {
  text-align: center;
  width: 100%;
  margin-top: 20px;
  margin-bottom: 40px;
}

._404-title {
  z-index: 100;
  color: var(--_mwe---czerwony-ns);
  margin-top: 0;
  margin-bottom: 40px;
  font-family: Figtree, sans-serif;
  font-size: 150px;
  line-height: .9em;
}

.button-hero-wrapper {
  flex: none;
  transition: all .5s;
}

.button-hero-wrapper:hover {
  box-shadow: 0 0 10px #ffffff1a;
}

.button-transparent-3 {
  z-index: 20;
  grid-column-gap: 5px;
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  color: #fff;
  text-align: center;
  letter-spacing: .2em;
  text-transform: uppercase;
  -webkit-text-fill-color: inherit;
  background-color: #fff;
  background-image: none;
  background-clip: border-box;
  border: 1px solid #fff;
  border-radius: 100px;
  justify-content: center;
  height: auto;
  min-height: 45px;
  max-height: 45px;
  padding: 15px 20px;
  font-size: 12px;
  line-height: 1em;
  transition: all .45s;
  display: flex;
  position: relative;
  overflow: hidden;
}

.button-transparent-3:hover {
  opacity: 1;
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  background-color: #ffffff0d;
  border-color: #fff;
  box-shadow: 0 0 20px #fff3;
}

._404-content-wrapper-2 {
  z-index: 100;
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  max-width: 700px;
  display: flex;
  position: relative;
}

._404-logo-wrapper-2 {
  z-index: 100;
  justify-content: center;
  display: flex;
  position: absolute;
  inset: 40px 0% auto;
}

.clip-group-section {
  background-color: var(--_mwe---czerwony-ns);
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
}

.error-404-text {
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Figtree, sans-serif;
}

._404-wrapper {
  z-index: 10;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 100vh;
  padding-top: 60px;
  padding-left: 15px;
  padding-right: 15px;
  display: flex;
  position: relative;
}

.lottie-404 {
  z-index: 1;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  position: absolute;
  inset: auto 0 -65px;
}

.lottie-ov {
  z-index: 3;
  background-image: linear-gradient(to bottom, #ffffff80, var(--white));
  position: absolute;
  inset: 0%;
}

.password-title {
  margin-bottom: 5px;
}

.protected-title {
  margin-top: 30px;
  margin-bottom: 0;
}

.instagram-image-wrapper {
  position: absolute;
  inset: 0%;
  overflow: hidden;
}

.button-text-2 {
  color: var(--_mwe---czerwony-ns);
  margin-top: 0;
  margin-bottom: 0;
  font-family: Open Sans, sans-serif;
  font-weight: 600;
}

.hidder-paragraph {
  color: #0000;
  display: none;
  position: absolute;
}

.instagram-grid {
  grid-column-gap: 6px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr auto 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  padding: 6px 15px;
  display: grid;
  overflow: hidden;
}

.follow-text {
  letter-spacing: 0;
  text-transform: none;
  margin-top: 0;
  margin-bottom: 15px;
  font-size: 16px;
}

.instagram-background {
  background-image: none;
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  inset: 0%;
}

.instagram-background.one {
  background-image: url('../images/Screen-Shot-2025-10-19-at-15.43.16-PM.png');
}

.instagram-background.four {
  background-image: url('../images/Screen-Shot-2025-10-19-at-15.42.59-PM.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.instagram-background.two {
  background-image: url('../images/Screen-Shot-2025-10-19-at-15.42.51-PM.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.instagram-background.three {
  background-image: url('../images/Screen-Shot-2025-10-19-at-15.43.08-PM.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.instagram-image {
  text-align: center;
  -webkit-text-fill-color: inherit;
  background-image: none;
  background-clip: border-box;
  border-radius: 6px;
  justify-content: center;
  align-items: center;
  min-height: 16vw;
  display: flex;
  position: relative;
  overflow: hidden;
}

.instagram-image.middle {
  flex-direction: column;
  min-width: 33.33vw;
}

.button-text-wrapper-3 {
  cursor: pointer;
  flex-direction: column;
  justify-content: center;
  display: flex;
  overflow: hidden;
}

.section-instagram {
  background-color: var(--primary-yellow);
  padding-top: 20px;
  padding-bottom: 20px;
  position: relative;
}

.outline-hover-circle-2 {
  z-index: 10;
  -webkit-backdrop-filter: blur(2px);
  backdrop-filter: blur(2px);
  border: 1px solid #fff3;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 60px;
  height: 60px;
  display: flex;
  position: relative;
}

.hover-circle-wrapper-2 {
  z-index: 10;
  background-color: #0000;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 100%;
  height: 100%;
  max-height: 100%;
  padding: 60px;
  display: flex;
  position: absolute;
  inset: 0%;
}

.instagram-box {
  width: 100%;
  height: 150px;
  position: relative;
}

.insta-background-wrapper {
  z-index: 2;
  justify-content: center;
  display: flex;
  position: absolute;
  inset: 0%;
  overflow: hidden;
}

.insragram-icon {
  color: #fff;
  font-family: "Fa Brands 400 (6.4.2)", sans-serif;
  font-size: 18px;
  font-weight: 400;
}

.close-wrapp {
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.full-width-faq-list {
  flex-direction: column;
  width: 100%;
  display: flex;
  position: relative;
}

.line {
  padding-top: 20px;
  position: absolute;
  inset: auto 0% 0%;
  overflow: hidden;
}

.line.top {
  inset: 0% 0% auto;
}

.horizontal-faq-line-2 {
  background-color: var(--primary-purple);
  width: 14px;
  height: 2px;
}

.hero-faq-item {
  z-index: 1;
  cursor: pointer;
  flex-direction: column;
  grid-template-rows: auto;
  grid-template-columns: auto 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-end;
  place-items: stretch stretch;
  width: 100%;
  transition: all .8s cubic-bezier(.215, .61, .355, 1);
  display: flex;
  position: relative;
}

.hero-faq-item.w--current {
  background-color: #ddd0;
  overflow: hidden;
}

.tab-bottom-content-2 {
  border-top: 1px #fff3;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding: 40px 36px;
  position: relative;
}

.sticky-video-lightbox-2 {
  z-index: 10;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.sticky-video-lightbox-2:hover {
  color: #fff;
}

.line-faq-fill {
  background-color: var(--primary-purple);
  width: 100%;
  height: 1px;
}

.tab-bottom-3 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  border-top: 1px #ffffff40;
  border-bottom: 1px solid var(--dark-red-bg);
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  background-color: #fae2de33;
  flex-direction: column;
  padding-top: 0;
  padding-bottom: 0;
  position: relative;
  overflow: hidden;
}

.text-size-large {
  color: var(--text-dark);
  font-size: 20px;
  font-weight: 600;
  line-height: 1.4em;
}

.vertical-faq-line-2 {
  background-color: var(--primary-purple);
  width: 2px;
  height: 14px;
  position: absolute;
}

.faq-description-2 {
  margin-top: 0;
  margin-bottom: 0;
}

.home-faq-top-2 {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  white-space: break-spaces;
  word-break: normal;
  border-bottom: 1px #e7eeee;
  border-left: 1px #e7eeee;
  border-right: 1px #e7eeee;
  flex-direction: row;
  grid-template-rows: auto;
  grid-template-columns: 1fr auto;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  place-items: center start;
  width: 100%;
  padding: 40px 0;
  transition: all .5s;
  display: grid;
}

.faq-cross-icon {
  border-radius: 100rem;
  justify-content: center;
  align-items: center;
  width: 2.5rem;
  height: 2.5rem;
  display: flex;
}

.inner-bg-banner {
  z-index: 15;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-size: cover;
  width: 100%;
  height: 100%;
}

.search-list {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  flex-direction: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.outline-circle {
  z-index: 10;
  border: 1px solid #ffffff80;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 72px;
  height: 72px;
  display: flex;
  position: relative;
}

.events-card {
  grid-column-gap: 36px;
  grid-row-gap: 16px;
  border: 1px solid var(--primary-purple);
  letter-spacing: 0;
  text-transform: capitalize;
  border-radius: 8px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  min-height: 300px;
  padding: 18px;
  text-decoration: none;
  display: grid;
  position: relative;
  overflow: hidden;
}

.circle-wrap {
  justify-content: center;
  align-items: center;
  max-width: 100%;
  max-height: 100%;
  padding: 60px;
  display: flex;
  position: relative;
}

.hero-underline-link {
  color: #fff;
  letter-spacing: 3px;
  text-transform: uppercase;
  border-bottom: 1px solid #fffc;
  padding-bottom: 6px;
  padding-left: 0;
  font-size: 9px;
  text-decoration: none;
  position: relative;
}

.hero-underline-link.dark {
  border-bottom-color: var(--red-50);
  padding-bottom: 0;
}

.latest-stories-link {
  grid-column-gap: 24px;
  grid-row-gap: 16px;
  background-color: var(--red-20);
  color: #000;
  letter-spacing: 0;
  text-transform: capitalize;
  border-radius: 8px;
  grid-template-rows: auto;
  grid-template-columns: 35% 60%;
  grid-auto-columns: 1fr;
  align-content: center;
  width: 100%;
  padding-right: 5px;
  text-decoration: none;
  display: grid;
  position: relative;
  overflow: hidden;
}

.projects-arrow-2 {
  z-index: 15;
  justify-content: flex-end;
  align-items: flex-end;
  width: 50%;
  min-height: 100vh;
  margin-top: auto;
  margin-bottom: auto;
  display: flex;
  top: 0;
  bottom: 0;
  overflow: visible;
}

.hover-slider-arrow-2 {
  border: 1px solid #ffffff80;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 10vw;
  max-width: 120px;
  height: 10vw;
  max-height: 120px;
  display: flex;
}

.blog-template-pagination-link-2 {
  text-transform: none;
  -webkit-text-fill-color: inherit;
  background-image: none;
  background-clip: border-box;
  align-items: center;
  width: auto;
  display: flex;
}

.blog-template-pagination-link-2:hover {
  opacity: 1;
}

.grid-review-wrapper {
  z-index: 10;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-size: cover;
  grid-template-rows: auto;
  grid-template-columns: minmax(5vw, 1fr) minmax(auto, 1400px) minmax(5vw, 1fr);
  grid-auto-columns: 1fr;
  width: 100%;
  max-width: 100%;
  height: 550px;
  position: relative;
}

.background-event-april {
  z-index: 1;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50% 0;
  background-size: cover;
  width: 100%;
  height: 100%;
  display: flex;
  position: absolute;
  inset: 0% 0% 0% auto;
}

.underline-banner-link {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  border-style: none none solid;
  border-bottom-width: 1px;
  border-bottom-color: var(--red-50);
  text-align: center;
  letter-spacing: .1em;
  text-transform: uppercase;
  background-color: #0000;
  border-radius: 0;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  margin-left: 0;
  margin-right: 0;
  padding: 0 0 6px;
  font-size: 14px;
  text-decoration: none;
  position: relative;
}

.data-line {
  background-color: var(--text-dark);
  width: 40px;
  height: 1px;
}

.testimonial-slide-2 {
  z-index: 20;
  position: relative;
}

.tab-link {
  background-color: #0000;
  border: 1px #8e93a526;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 80px;
  height: 80px;
  padding: 9px;
  display: flex;
}

.tab-link.w--current {
  background-color: #0000;
}

.blog-template-pagination-link-3 {
  -webkit-text-fill-color: inherit;
  background-image: none;
  background-clip: border-box;
  align-items: center;
  width: auto;
  display: flex;
}

.blog-template-pagination-link-3:hover {
  opacity: 1;
}

.photo-autor {
  background-image: url('../images/Glasi-25-1_1Glasi 25 (1).webp');
  background-position: 50%;
  background-size: cover;
  position: absolute;
  inset: 0%;
}

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

.contacts-right-arrow-2 {
  color: #afafaf80;
  max-width: 40px;
  padding: 10px 15px;
  inset: 0% 19px auto auto;
}

.photo-animal-item {
  border-radius: 8px;
  width: 100%;
  height: 100%;
  display: flex;
  overflow: hidden;
}

.form-con-home-3 {
  grid-column-gap: 60px;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  margin-top: 20px;
  display: flex;
}

.useful-information {
  z-index: 80;
  width: 80%;
  display: flex;
  position: relative;
}

.contact-us-con {
  grid-column-gap: 16px;
  grid-row-gap: 36px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.contact-span-icon {
  padding-right: 10px;
  font-family: "Fa solid 900", sans-serif;
  display: inline-block;
}

.info-wrap {
  z-index: 80;
  grid-column-gap: 16px;
  grid-row-gap: 24px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  width: 90%;
  display: grid;
  position: relative;
}

.useful-kiddy-wrap {
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 100%;
  display: flex;
}

.form-right-con {
  z-index: 1000;
  position: relative;
}

.info-grid-wrapper {
  grid-column-gap: 16px;
  grid-row-gap: 40px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.bg-paralax-circle-contacts {
  z-index: -2;
  background-color: var(--_mwe---digital-blue);
  border-radius: 100%;
  width: 520px;
  height: 520px;
  display: block;
  position: absolute;
  top: -88px;
  right: 60px;
}

.bg-paralax-circle-2-contacts {
  z-index: -1;
  background-color: var(--blue);
  border-radius: 100%;
  width: 300px;
  height: 300px;
  display: block;
  position: absolute;
  inset: -77% 0% auto auto;
}

.hero-circles-contacts {
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.preloader-wrapper-animation {
  z-index: 40;
  display: flex;
  position: absolute;
  inset: 0% 0% 0% 0;
}

.animals-lightbox-item {
  color: #fff;
  text-align: center;
  width: 100%;
  height: 100%;
  margin-left: -1px;
  margin-right: -1px;
  text-decoration: none;
  position: relative;
  overflow: hidden;
}

.animals-lightbox-item:hover {
  color: #fff;
}

.project-collection-item-2 {
  width: 100%;
}

.project-collection-item-2:nth-child(odd) {
  margin-top: 60px;
  margin-bottom: 80px;
}

.event-verticle-card {
  grid-column-gap: 16px;
  grid-row-gap: 30px;
  border: 1px solid var(--primary-yellow);
  border-radius: 8px;
  grid-template-rows: 1fr auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  min-height: 300px;
  margin-bottom: 1px;
  padding: 15px;
  transition: box-shadow .5s cubic-bezier(.25, .46, .45, .94);
  display: grid;
}

.class-hero-category {
  z-index: 10;
  background-color: var(--primary-yellow);
  border-radius: 8px;
  padding: 6px 10px;
  position: relative;
}

.class-hero-category:hover {
  background-color: var(--light-red);
}

.stage-banner {
  border-radius: 8px;
  width: 100%;
  height: 400px;
  position: relative;
  overflow: hidden;
}

.data-line-2 {
  background-color: var(--primary-purple);
  width: 40px;
  height: 1px;
}

.anchor-link-2 {
  border-bottom: 1px solid var(--primary-purple);
  color: var(--text-dark);
  text-transform: uppercase;
  padding-top: 24px;
  padding-bottom: 24px;
  text-decoration: none;
  transition: background-color .5s, padding .5s cubic-bezier(.25, .46, .45, .94);
  position: relative;
  overflow: hidden;
}

.anchor-link-2:hover {
  color: var(--primary-purple);
  padding-left: 24px;
  padding-right: 24px;
}

.anchor-link-2.w--current {
  background-color: var(--red-20);
  color: var(--primary-purple);
  padding-left: 24px;
  padding-right: 24px;
}

.dance-instructor {
  z-index: 10;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  color: #fff;
  border: 1px solid #fff3;
  flex-direction: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  place-content: space-between;
  place-items: center;
  min-height: 300px;
  padding: 24px;
  text-decoration: none;
  display: grid;
  position: relative;
  overflow: hidden;
}

.portfolio-rich-text h2 {
  margin-top: 0;
  margin-bottom: 20px;
}

.portfolio-rich-text h3 {
  margin-top: 30px;
  margin-bottom: 20px;
}

.portfolio-rich-text p {
  margin-bottom: 0;
}

.social-block {
  color: #000;
  border: 1px #fff6;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  display: flex;
  position: relative;
  overflow: hidden;
}

.social-block:hover {
  z-index: 10;
  color: var(--white);
}

.gallery-image-portfolio-details {
  border-radius: 8px;
  height: 500px;
  position: relative;
  overflow: hidden;
}

.bottom-slider-arrow-portfolio {
  border-style: solid none none;
  border-width: 1px;
  border-color: var(--light-red);
  justify-content: center;
  align-items: center;
  width: 50%;
  height: 80px;
  display: flex;
  top: auto;
  bottom: 0;
}

.circle-link-portfolio-details {
  color: #fff;
  background-color: #000;
  border: 1px #ffffff1a;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 140px;
  height: 140px;
  padding: 6px;
  font-weight: 400;
  text-decoration: none;
  display: flex;
  position: relative;
}

.circle-link-portfolio-details:hover {
  opacity: 1;
  color: #fff;
}

.underline-link-container-5 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  text-align: center;
  background-color: #0000;
  border-style: none none solid;
  border-bottom-width: 1px;
  border-bottom-color: #ffffff40;
  border-radius: 0;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  margin-left: 0;
  margin-right: 0;
  padding: 0 0 6px;
  text-decoration: none;
  display: flex;
  position: relative;
}

.underline-link-container-5:hover {
  color: #fff;
}

.section-7 {
  background-color: var(--_mwe---digital-blue);
}

.team-intro-card {
  grid-column-gap: 16px;
  grid-row-gap: 24px;
  color: #0a0f1a;
  grid-template-rows: 1fr auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  padding: 12px;
  text-decoration: none;
  display: grid;
  position: relative;
}

.button-link-3 {
  background-color: var(--white);
  text-align: center;
  border: 1px solid #fff3;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 45px;
  height: 45px;
  margin-bottom: 7.5px;
  margin-left: auto;
  margin-right: auto;
  padding: 1px 0 0;
  line-height: 1em;
  display: flex;
}

.button-link-3:hover {
  background-color: var(--primary-purple);
  line-height: 1em;
}

.team-image-2 {
  z-index: 10;
  min-height: 350px;
  position: relative;
  overflow: hidden;
}

.btn-link-1 {
  background-color: var(--white);
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  color: #fff;
  border: 1px solid #fff3;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 45px;
  height: 45px;
  margin-bottom: 7.5px;
  margin-left: auto;
  margin-right: auto;
  padding: 1px 0 0;
  line-height: 1em;
  display: flex;
}

.btn-link-1:hover {
  background-color: var(--primary-blue);
  color: #000;
}

.team-link-name-home-3 {
  letter-spacing: 0;
  text-transform: capitalize;
}

.button-link-2 {
  background-color: var(--white);
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  border: 1px solid #fff3;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 45px;
  height: 45px;
  margin-bottom: 7.5px;
  margin-left: auto;
  margin-right: auto;
  padding: 0;
  line-height: 1em;
  display: flex;
}

.button-link-2:hover {
  background-color: var(--dark-green-bg);
}

.team-item-card-2 {
  width: 100%;
  height: 100%;
  padding: 1px;
  position: relative;
  overflow: hidden;
}

.banner-5-hero-section {
  background-color: var(--light-blue-bg);
  align-items: center;
  width: 100%;
  height: auto;
  padding-top: 180px;
  padding-bottom: 100px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.banner-3-wrap {
  z-index: 35;
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-direction: column;
  align-items: flex-start;
  width: 55%;
  margin-right: auto;
  padding-right: 40px;
  display: flex;
}

.h6-color-3 {
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(135deg, #06bcc1, #21da76);
  -webkit-background-clip: text;
  background-clip: text;
  width: auto;
  margin-top: 0;
  margin-bottom: 20px;
}

.left-video-con {
  z-index: 15;
  background-color: #0000;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
  width: 45%;
  height: 100%;
  position: absolute;
  inset: 0% 0% 0% auto;
  overflow: visible;
}

.home-5-video {
  z-index: 1;
  object-fit: cover;
  background-color: var(--light-yellow);
  background-image: url('../images/Untitled-design---2025-11-02T184809.127.jpg');
  background-position: 50%;
  background-size: cover;
  border-bottom-left-radius: 200px;
  width: 100%;
  height: 100%;
  margin-bottom: 0;
  position: absolute;
  inset: 0%;
}

.background-color {
  background-color: var(--light-blue-bg);
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
  position: absolute;
  inset: 0%;
}

.blue-circle {
  background-color: var(--blue);
  border-radius: 100%;
  width: 700px;
  height: 700px;
  position: absolute;
  bottom: -300px;
}

.color-banner-circle {
  z-index: 25;
  background-color: var(--_mwe---czerwony-ns);
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 140px;
  height: 140px;
  display: flex;
  position: absolute;
  inset: 140px auto auto -70px;
}

.color-banner-circle:hover {
  background-color: var(--_mwe---digital-blue);
}

.form-banner-wrap {
  flex-direction: row;
  align-items: center;
  width: 90%;
  margin-top: 20px;
  position: relative;
}

.blue-png-1 {
  height: 180px;
  position: absolute;
  inset: -26px auto auto;
}

.blue-print-1 {
  height: 90px;
  position: absolute;
  inset: 140px auto auto 100px;
}

.blue-print-1.blue-p-2 {
  z-index: 40;
  inset: auto 164px 107px auto;
}

.blue-print-1.blue-p-3 {
  height: 60px;
  inset: 30px auto auto;
}

.blue-print-2 {
  height: 60px;
  position: absolute;
  inset: auto auto 118px 128px;
}

.blue-print-2.blue-p-4 {
  bottom: 268px;
  left: auto;
  right: -28px;
}

.blue-print-3 {
  height: 40px;
  position: absolute;
  inset: 90px 112px auto auto;
}

.blue-print-3.blue-p-5 {
  top: 39px;
  left: 88px;
  right: auto;
}

.blue-circle-mobi {
  background-color: var(--blue);
  border-radius: 100%;
  width: 700px;
  height: 700px;
  display: none;
  position: absolute;
  bottom: -300px;
}

.full-hero-home-3 {
  background-color: var(--light-blue-bg);
  justify-content: center;
  min-height: 100vh;
  display: none;
  position: relative;
  overflow: hidden;
}

.underline-banner-link-2 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  text-align: center;
  background-color: #0000;
  border-style: none none solid;
  border-bottom-width: 1px;
  border-bottom-color: #ffffff40;
  border-radius: 0;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  margin-left: 0;
  margin-right: 0;
  padding: 0 0 6px;
  text-decoration: none;
  position: relative;
}

.underline-link-container-6 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  text-align: center;
  background-color: #0000;
  border-style: none none solid;
  border-bottom-width: 1px;
  border-bottom-color: #ffffff40;
  border-radius: 0;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  margin-left: 0;
  margin-right: 0;
  padding: 0 0 6px;
  text-decoration: none;
  display: flex;
  position: relative;
}

.underline-link-container-6:hover {
  color: #fff;
}

.ballet-image-2 {
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 20vw;
  display: flex;
  position: relative;
  overflow: visible;
}

.hover-circle-wrapper-3 {
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 100%;
  height: 100%;
  max-height: 100%;
  display: flex;
  position: relative;
}

.outline-hover-circle-3 {
  z-index: 10;
  border: 1px solid #ffffff80;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 72px;
  height: 72px;
  display: flex;
  position: relative;
}

.ballet-image-3 {
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 20vw;
  display: flex;
  position: relative;
  overflow: visible;
}

.hover-circle-wrapper-4 {
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 100%;
  height: 100%;
  max-height: 100%;
  display: flex;
  position: relative;
}

.portfolio-3-image-2 {
  border: 1px solid #fff3;
  border-radius: 8px;
  justify-content: center;
  align-items: center;
  height: 400px;
  padding: 24px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.event-verticle-card-2 {
  grid-column-gap: 16px;
  grid-row-gap: 30px;
  border: 1px solid var(--primary-yellow);
  border-radius: 8px;
  grid-template-rows: 1fr auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  min-height: 300px;
  margin-bottom: 1px;
  padding: 15px;
  transition: box-shadow .5s cubic-bezier(.25, .46, .45, .94);
  display: grid;
}

.event-verticle-card-2.price-item {
  position: relative;
  overflow: hidden;
}

.h6-subtitle-3 {
  width: auto;
  margin-top: 0;
  margin-bottom: 30px;
}

.sticky-circle {
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 120px;
  height: 120px;
  margin-top: 355px;
  padding-left: 4px;
  text-decoration: none;
  display: flex;
  position: sticky;
  bottom: 80px;
}

.sticky-circle:hover {
  color: #fff;
}

.rooms-info {
  grid-column-gap: 16px;
  grid-row-gap: 24px;
  flex-direction: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  place-content: space-between;
  height: 100%;
  display: grid;
}

.underline-banner-link-3 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  border-style: none none solid;
  border-bottom-width: 1px;
  border-bottom-color: var(--red-50);
  text-align: center;
  letter-spacing: .1em;
  text-transform: uppercase;
  background-color: #0000;
  border-radius: 0;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  margin-left: 0;
  margin-right: 0;
  padding: 0 0 6px;
  font-size: 14px;
  text-decoration: none;
  position: relative;
}

.project-image {
  z-index: 25;
  flex: 0 auto;
  width: 65%;
  min-height: 475px;
  padding-left: 0;
  padding-right: 9px;
  position: relative;
  overflow: visible;
}

.project-image:hover {
  opacity: 1;
}

.underline-link-container-7 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  color: #2c2750;
  text-align: center;
  letter-spacing: .1em;
  text-transform: uppercase;
  background-color: #0000;
  border-style: none none solid;
  border-bottom-width: 1px;
  border-bottom-color: #2c275080;
  border-radius: 0;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  margin-left: 0;
  margin-right: 0;
  padding: 0 0 6px;
  font-size: 14px;
  font-weight: 600;
  text-decoration: none;
  display: flex;
  position: relative;
}

.underline-link-container-7:hover {
  color: #f45d46;
}

.scroll-blog-circle {
  z-index: 100;
  border: 1px solid var(--red-50);
  background-color: var(--white);
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 140px;
  height: 140px;
  display: flex;
  position: relative;
}

.scroll-blog-circle:hover {
  opacity: 1;
}

.data-line-3 {
  background-color: #191919;
  width: 40px;
  height: 1px;
}

.title-blog {
  position: relative;
}

.full-width-link-3 {
  justify-content: flex-start;
  width: 100%;
  display: flex;
}

.full-width-link-3:hover {
  color: #fff;
}

.scroll-carrer-cover {
  z-index: 90;
  background-color: var(--white);
  height: 100%;
  position: absolute;
  inset: -100% 0% 0%;
}

.description-grid-faq {
  grid-column-gap: 16px;
  grid-row-gap: 15px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: block;
}

.about-our-faq {
  grid-column-gap: 16px;
  grid-row-gap: 24px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  width: 98%;
  display: grid;
}

.faq-hero-wrap {
  grid-column-gap: 60px;
  grid-row-gap: 16px;
  background-color: var(--red-20);
  border-radius: 20px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  padding: 20px;
  display: grid;
}

.calendar-wrapper {
  padding-top: 61px;
  padding-bottom: 1px;
  position: relative;
  overflow: hidden;
}

.h2-intro-title {
  margin-top: 0;
  margin-bottom: 0;
}

.call-img {
  background-image: url('../images/New-Photo-2_1New Photo-2.webp');
  background-position: 50%;
  background-size: cover;
  position: absolute;
  inset: 0%;
}

.licensing-photo-link {
  border-radius: 8px;
  justify-content: center;
  width: 100%;
  height: 100%;
  display: flex;
  position: relative;
  overflow: hidden;
}

.licensing-photo-link:hover {
  opacity: 1;
}

.licensing-image-2 {
  object-fit: cover;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-size: cover;
  border-radius: 8px;
  width: 100%;
  height: 320px;
}

.hover-circle-wrapper-5 {
  z-index: 10;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 100%;
  height: 100%;
  max-height: 100%;
  padding: 60px;
  display: flex;
  position: absolute;
  inset: 0%;
}

.outline-hover-circle-5 {
  z-index: 10;
  -webkit-backdrop-filter: blur(2px);
  backdrop-filter: blur(2px);
  border: 1px solid #fff3;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 60px;
  height: 60px;
  display: flex;
  position: relative;
}

.licence-line {
  background-color: var(--red-50);
  width: 100%;
  height: 1px;
  position: absolute;
  inset: 0% auto auto 0%;
}

.top-licensing-title {
  margin-top: 0;
  margin-bottom: 0;
}

.project-collection-item-3:nth-child(odd) {
  margin-top: 60px;
  margin-bottom: 60px;
}

.product-main-card {
  background-color: #0000;
  flex-direction: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  width: 100%;
  display: flex;
}

.product-category-2 {
  z-index: 25;
  background-color: var(--primary-yellow);
  color: var(--text-dark);
  letter-spacing: .1em;
  text-transform: uppercase;
  border-radius: 8px;
  padding: 8px 15px;
  font-size: 14px;
  font-weight: 600;
  line-height: 1em;
  position: absolute;
  inset: 20px 20px auto auto;
}

.product-category-2:hover {
  background-color: var(--dark-red-bg);
  color: var(--white);
}

.shop-cart {
  height: 100%;
}

.lightbox-link-shop {
  z-index: 50;
  border: 1px solid var(--dark-yellow);
  background-color: var(--white);
  -webkit-text-fill-color: inherit;
  background-image: none;
  background-clip: border-box;
  border-radius: 8px;
  justify-content: center;
  min-width: 450px;
  height: 500px;
  padding: 6px;
  transition-property: all;
  transition-duration: .8s;
  display: flex;
  position: relative;
}

.h2-shop-details {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 40px;
}

.container-left {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-direction: column;
  justify-content: flex-start;
  margin-right: 0;
  display: flex;
}

.container-right {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-direction: column;
  display: flex;
  top: 100px;
}

.logo-ns {
  background-color: var(--_mwe---czerwony-ns);
  width: 150px;
  padding: 13px;
}

.higlight-text {
  color: var(--_mwe---czerwony-ns);
}

.product-desc {
  font-family: Open Sans, sans-serif;
  font-size: 14px;
  line-height: 20px;
  display: block;
}

.videos-section {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  background-color: var(--_mwe---uniform-blue);
  outline-offset: 0px;
  border-bottom-right-radius: 60px;
  border-bottom-left-radius: 60px;
  outline: 5px solid #fff;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  min-height: 90vh;
  margin-top: 0;
  margin-bottom: 100px;
  padding-top: 100px;
  padding-bottom: 40px;
  display: flex;
  position: relative;
  overflow: hidden;
  box-shadow: 0 0 0 6px #fff, 0 22px 30px #8c96a91a, 0 7px 6px #8c96a91f;
}

.feature-item-left-title {
  color: #0c0c0c;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 40px;
  font-weight: 700;
  line-height: 50px;
}

.feature-item-left-title.mid {
  text-align: center;
  margin-bottom: 20px;
}

.feature-item-left-title.mid.white {
  color: #fff;
  font-family: Figtree, sans-serif;
}

.higlight-tekst {
  color: var(--_mwe---czerwony-ns);
}

.container {
  flex-flow: row;
  flex: 1;
  justify-content: center;
  align-items: center;
  width: 80%;
  max-width: 1240px;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 5%;
  padding-right: 5%;
  display: flex;
}

.container.wrapper {
  grid-column-gap: 5%;
  grid-row-gap: 5%;
  width: 100%;
  padding-left: 3%;
  padding-right: 3%;
}

.youtube {
  border-radius: 20px;
}

.youtube.wider {
  flex: 0 auto;
  width: 70%;
}

.youtube.smaller {
  flex: 0 auto;
  width: 80%;
  height: auto;
}

.show-btn {
  background-color: var(--_mwe---czerwony-ns);
  border-radius: 10px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 80%;
  display: flex;
}

.show-btn:hover {
  color: var(--_mwe---digital-blue);
}

.product-desc-up {
  font-family: Open Sans, sans-serif;
  font-size: 14px;
  line-height: 20px;
}

.primary-kiddy-button-red-copy {
  border: 1px solid var(--primary-purple);
  background-color: var(--_mwe---czerwony-ns);
  color: var(--white);
  text-align: center;
  letter-spacing: .2em;
  text-transform: uppercase;
  border-radius: 8px;
  justify-content: center;
  align-items: center;
  min-width: 120px;
  height: auto;
  min-height: 45px;
  padding: 15px 20px;
  font-size: 12px;
  font-weight: 700;
  line-height: 1em;
  transition: all .45s;
  display: flex;
}

.primary-kiddy-button-red-copy:hover {
  border-color: var(--text-dark);
  background-color: var(--transparent);
  opacity: 1;
  color: var(--white);
}

.robot-logo {
  z-index: 10;
  width: 50%;
  height: auto;
  position: relative;
}

.section-light-gray-copy {
  background-color: var(--white);
  padding-top: 80px;
  padding-bottom: 120px;
  position: relative;
}

.logo-robot-corner {
  width: 400px;
  position: absolute;
  inset: auto 0% 0% auto;
}

.star {
  width: 100px;
}

.author-imge {
  width: 50%;
}

.tabs {
  width: 100%;
}

.tabs-menu {
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
}

.tablink {
  background-color: var(--_mwe---ink);
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  flex-flow: column;
  flex: 1;
  justify-content: center;
  align-items: center;
  display: flex;
}

.tablink.w--current {
  background-color: var(--_mwe---czerwony-ns);
}

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

.mwlogo {
  height: 60px;
}

.tab-pane-tab-1 {
  width: 100%;
}

.code-embed {
  min-width: 600px;
  height: 700px;
  min-height: 1030px;
}

.code-embed-copy {
  min-width: 600px;
  height: 700px;
  min-height: 900px;
}

.div-block {
  display: flex;
}

@media screen and (min-width: 1280px) {
  h1 {
    font-size: 70px;
  }

  h2 {
    font-size: 45px;
  }

  h3 {
    font-size: 40px;
  }

  h4 {
    font-size: 30px;
  }

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

  .section.mentor-cta {
    padding-bottom: 210px;
  }

  .utility-page-content {
    width: 310px;
  }

  .password-image {
    height: 100px;
  }

  .search-section {
    grid-column-gap: 80px;
    grid-row-gap: 80px;
    padding-bottom: 130px;
  }

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

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

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

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

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

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

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

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

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

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

  .right-header-wrap {
    grid-column-gap: 20px;
  }

  .link-header-item {
    padding-left: 20px;
    padding-right: 20px;
  }

  .hero-slide-arrow {
    right: 400px;
  }

  .section-light-gray {
    padding-top: 130px;
    padding-bottom: 130px;
  }

  .about-our-work {
    width: 87%;
  }

  .about-us-con {
    padding-right: 140px;
  }

  .story-wrapper {
    grid-row-gap: 80px;
  }

  .news-banner {
    min-height: 700px;
  }

  .blog-info {
    padding-top: 100px;
  }

  .blog-description {
    width: 90%;
  }

  .blog-title-wrapper {
    width: 72%;
  }

  .event-section {
    padding-bottom: 130px;
  }

  .portfolio-3-image {
    height: 450px;
  }

  .large-team-avatar {
    width: 7rem;
    height: 7rem;
  }

  .form-wrap {
    width: 95%;
  }

  .team-avatar-item-mini {
    width: 8rem;
    height: 8rem;
    left: 1%;
  }

  .medium-team-avatar {
    top: -12%;
  }

  .team-intro {
    padding-top: 5rem;
    padding-bottom: 5rem;
  }

  .team-avatar-item, .small-avatar-item {
    width: 6rem;
    height: 6rem;
  }

  .big-team-avatar {
    width: 6rem;
    height: 6rem;
    bottom: -9%;
    left: 21%;
  }

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

  .reviews-text {
    width: 100%;
  }

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

  .about-us-card {
    padding-left: 36px;
    padding-right: 36px;
  }

  .section-white-review {
    padding-bottom: 150px;
  }

  .print-008 {
    bottom: 27%;
  }

  .print-003 {
    top: 315px;
    right: 242px;
  }

  .grid-testimonials.clip {
    padding-top: 148px;
    padding-bottom: 100px;
  }

  .reviev-dark-text {
    padding-left: 60px;
    padding-right: 60px;
  }

  .testimonial {
    max-width: 700px;
  }

  .print-001 {
    height: 200px;
    left: 21%;
  }

  .footer-fill-con {
    padding-top: 130px;
  }

  .hero-title-animation-bottom {
    width: 70%;
  }

  .center-video-wrapper {
    padding-top: 130px;
    padding-bottom: 130px;
  }

  .video-contacts.large-video {
    width: 160px;
    height: 160px;
    bottom: 27%;
    left: -10%;
  }

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

  .text-footer-white {
    width: 310px;
  }

  .footer-grid-2 {
    grid-column-gap: 40px;
  }

  .footer-white-paradraph {
    width: 80%;
  }

  .preloader {
    display: none;
    overflow: hidden;
  }

  .hero-circle-wrap.mod-1-contacts {
    margin-right: 0;
  }

  .hero-circle-wrap.mod-2-contacts {
    right: 132px;
  }

  .hero-circle-wrap.mod-3-contact {
    top: -120px;
    right: -30px;
  }

  .home-2-title {
    font-size: 60px;
  }

  .link-header-item-purple {
    padding-left: 20px;
    padding-right: 20px;
  }

  .intro-box {
    min-height: 475px;
  }

  .quality-services-title {
    font-size: 50px;
  }

  .hero-slide-home-3-2 {
    height: 500px;
  }

  .lottie-404 {
    bottom: -60px;
  }

  .section-instagram {
    overflow: hidden;
  }

  .instagram-box {
    height: 175px;
  }

  .form-con-home-3 {
    grid-column-gap: 80px;
  }

  .useful-information {
    width: 60%;
  }

  .info-wrap {
    width: 77%;
  }

  .bg-paralax-circle-2-contacts {
    top: -61%;
  }

  .event-verticle-card {
    padding: 18px;
  }

  .stage-banner {
    height: 450px;
  }

  .gallery-image-portfolio-details {
    height: 550px;
  }

  .team-image-2 {
    min-height: 400px;
  }

  .banner-5-hero-section {
    min-height: 100vh;
    padding-top: 180px;
  }

  .home-5-video {
    border-bottom-left-radius: 300px;
  }

  .blue-circle {
    width: 850px;
    height: 800px;
    bottom: -350px;
  }

  .form-banner-wrap {
    width: 95%;
  }

  .blue-png-1 {
    height: 200px;
    top: -58px;
  }

  .blue-circle-mobi {
    width: 850px;
    height: 800px;
    bottom: -350px;
  }

  .portfolio-3-image-2 {
    height: 450px;
  }

  .event-verticle-card-2 {
    padding: 18px;
  }

  .about-our-faq {
    width: 95%;
  }

  .calendar-wrapper {
    padding-top: 71px;
  }

  .lightbox-link-shop {
    min-width: 550px;
  }

  .h2-shop-details {
    font-size: 45px;
  }

  .section-light-gray-copy {
    padding-top: 130px;
    padding-bottom: 130px;
  }
}

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

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

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

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

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

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

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

  .hero-slide-arrow {
    right: 320px;
  }

  .about-us-con {
    padding-right: 220px;
  }

  .about-paragraphs {
    grid-column-gap: 90px;
  }

  .blog-description {
    width: 80%;
  }

  .blog-title-wrapper {
    width: 70%;
  }

  .news-grid {
    grid-column-gap: 60px;
    grid-row-gap: 60px;
  }

  .portfolio-3-image {
    height: 500px;
  }

  .large-team-avatar.ava-3 {
    top: 34%;
    right: -21%;
  }

  .team-avatar-item-mini {
    left: -27%;
  }

  .medium-team-avatar {
    top: -7%;
    left: 15%;
  }

  .team-avatar-item {
    left: 23%;
  }

  .small-avatar-item {
    bottom: -13%;
    left: 35%;
  }

  .big-team-avatar {
    bottom: -13%;
  }

  .print-001 {
    bottom: 20%;
    left: 22%;
  }

  .services-description {
    width: 85%;
  }

  .hero-title-animation-bottom {
    width: 60%;
  }

  .video-contacts.medium-video {
    width: 150px;
    height: 150px;
  }

  .video-contacts.small-video {
    top: 29%;
  }

  .preloader {
    display: none;
  }

  .top-banner-2 {
    padding-top: 180px;
  }

  .intro-box {
    min-height: 500px;
  }

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

  .error-404-text {
    font-size: 40px;
  }

  .info-wrap {
    width: 68.5%;
  }

  .useful-kiddy-wrap {
    width: 90%;
  }

  .stage-banner {
    height: 500px;
  }

  .team-image-2 {
    min-height: 450px;
  }

  .home-5-video {
    border-bottom-left-radius: 350px;
  }

  .blue-circle {
    width: 900px;
    height: 900px;
    bottom: -410px;
  }

  .color-banner-circle {
    top: 170px;
  }

  .blue-circle-mobi {
    width: 900px;
    height: 900px;
    bottom: -410px;
  }

  .portfolio-3-image-2 {
    height: 500px;
  }

  .about-our-faq {
    width: 90%;
  }

  .faq-hero-wrap {
    grid-column-gap: 90px;
  }

  .logo-robot-corner {
    width: 450px;
  }
}

@media screen and (min-width: 1920px) {
  h1 {
    font-size: 90px;
  }

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

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

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

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

  .nav-menu-container {
    max-width: 1600px;
  }

  .hero-slide-arrow {
    right: 260px;
  }

  .about-our-work {
    width: 80%;
  }

  .about-us-con {
    padding-right: 260px;
  }

  .about-paragraphs {
    grid-column-gap: 120px;
  }

  .blog-description {
    width: 86%;
  }

  .blog-title-wrapper {
    width: 60%;
  }

  .portfolio-3-image {
    height: 550px;
  }

  .large-team-avatar.ava-3 {
    width: 9rem;
    height: 9rem;
    inset: 30% -103% auto auto;
  }

  .team-avatar-item-mini {
    width: 10rem;
    height: 10rem;
    inset: 21% auto auto -96%;
  }

  .medium-team-avatar {
    inset: -18% auto auto 49%;
  }

  .team-avatar-item {
    inset: -18% 58% auto auto;
  }

  .small-avatar-item {
    width: 8rem;
    height: 8rem;
    inset: auto auto -19% 0%;
  }

  .big-team-avatar {
    width: 7rem;
    height: 7rem;
    inset: auto auto -14% 49%;
  }

  .awards-title {
    width: 90%;
  }

  .base-hero-container {
    max-width: 1600px;
  }

  .dual-grid {
    grid-column-gap: 180px;
    grid-template-columns: .95fr 1fr;
  }

  .slider-mask-testimonials {
    width: 50%;
  }

  .print-003 {
    height: 30px;
    top: 460px;
    right: 212px;
  }

  .testimonial-item-arrow.right-arrow, .testimonial-item-arrow.left-arrow-cover {
    width: 25%;
  }

  .print-001 {
    left: 29%;
  }

  .hero-title-animation-bottom {
    width: 55%;
  }

  .video-contacts.small-video {
    width: 200px;
    height: 200px;
    top: 40%;
  }

  .video-contacts.large-video {
    width: 220px;
    height: 220px;
    bottom: 20%;
    left: -3%;
  }

  .hero-circle-wrap.mod-1-contacts {
    margin-left: 110px;
  }

  .hero-circle-wrap.mod-2-contacts {
    top: -230px;
    right: 195px;
  }

  .hero-circle-wrap.mod-3-contact {
    top: -170px;
    right: -90px;
  }

  .hero-circle-dot {
    top: 8px;
  }

  .hero-link-wrapper {
    top: 100px;
    right: -135px;
  }

  .hero-circle {
    width: 400px;
    height: 400px;
  }

  .hero-circle.mod-2-item, .hero-circle.mod-3-item {
    width: 280px;
    height: 280px;
  }

  .scroll-banner-3-link:hover {
    opacity: 1;
  }

  .top-banner-2 {
    padding-top: 200px;
  }

  .hero-circle-dot-medium {
    bottom: -14px;
    right: 115px;
  }

  .home-2-title {
    font-size: 70px;
  }

  .hero-circle-dot-3 {
    bottom: 44px;
  }

  .banner-par-wrap {
    width: 79%;
  }

  .categories-link {
    padding-left: 25px;
    padding-right: 25px;
  }

  .hero-slide-home-3-2 {
    height: 650px;
  }

  ._404-title {
    font-size: 180px;
  }

  .error-404-text {
    font-size: 52px;
  }

  .lottie-404 {
    height: 100%;
    bottom: -65px;
  }

  .instagram-grid {
    padding-left: 6px;
    padding-right: 6px;
  }

  .instagram-image.middle {
    color: #fff;
  }

  .search-list {
    grid-column-gap: 120px;
    grid-template-columns: 1fr 1fr;
  }

  .grid-review-wrapper {
    height: 650px;
  }

  .photo-autor {
    background-position: 50% 30%;
  }

  .form-con-home-3 {
    margin-top: 0;
  }

  .useful-information, .info-wrap {
    width: 60%;
  }

  .bg-paralax-circle-contacts {
    right: 255px;
  }

  .bg-paralax-circle-2-contacts {
    inset: -189px 0% auto auto;
  }

  .gallery-image-portfolio-details {
    height: 600px;
  }

  .banner-3-wrap {
    width: 50%;
    padding-right: 100px;
  }

  .left-video-con {
    width: 50%;
  }

  .home-5-video {
    border-bottom-left-radius: 400px;
  }

  .background-color {
    background-position: 50% 100%;
  }

  .blue-circle {
    width: 950px;
    height: 950px;
    bottom: -463px;
  }

  .color-banner-circle {
    top: 190px;
  }

  .blue-circle-mobi {
    width: 950px;
    height: 950px;
    bottom: -463px;
  }

  .portfolio-3-image-2 {
    height: 550px;
  }

  .project-image {
    min-height: 600px;
  }

  .about-our-faq {
    width: 85%;
  }

  .faq-hero-wrap {
    grid-column-gap: 120px;
  }

  .licensing-image-2 {
    height: 400px;
  }

  .h2-shop-details {
    font-size: 50px;
  }

  .container {
    max-width: 1600px;
    padding-left: 0%;
    padding-right: 0%;
  }

  .logo-robot-corner {
    right: 10%;
  }
}

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

  blockquote {
    font-size: 24px;
  }

  .section.mentor-cta {
    padding-top: 75px;
  }

  .licensing-title-wrapper {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
  }

  .licensing-paragraph {
    width: 100%;
  }

  .search-desktop {
    display: none;
  }

  .search-bottom-line {
    display: flex;
  }

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

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

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

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

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

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

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

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

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

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

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

  .subtitle {
    margin-bottom: 30px;
  }

  .content {
    margin-bottom: 0;
  }

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

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

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

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

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

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

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

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

  .wrapper-item-home-2 {
    flex-direction: column;
    justify-content: center;
    align-items: flex-end;
    height: 10px;
  }

  .nav-menu-3 {
    background-color: #0000;
    flex-direction: column;
    width: 100%;
    position: absolute;
    inset: 0% auto auto 0%;
    overflow: visible;
  }

  .close-menu-button-3.w--open {
    z-index: 10;
    background-color: #0000;
    padding: 5px 0 0 20px;
    position: absolute;
    inset: 15px 15px auto auto;
  }

  .border-wrap-2 {
    background-color: var(--light-blue-bg);
    flex-direction: column;
    align-items: flex-start;
    width: 100%;
    display: flex;
  }

  .top-tablet-menu-2 {
    background-color: var(--light-blue-bg);
    width: 100%;
  }

  .logo-mobile-4 {
    justify-content: center;
    margin-bottom: 27px;
    display: flex;
  }

  .logo-mobile-4:hover {
    opacity: 1;
  }

  .right-header-wrap {
    grid-column-gap: 30px;
    border-left-style: none;
    margin-left: 0;
    margin-right: 20px;
  }

  .nav-menu-dropdown-white {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    transition: opacity .5s;
    display: flex;
    overflow: hidden;
  }

  .menu-wrapper-2 {
    justify-content: space-between;
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .tablet-menu-4 {
    background-color: var(--light-blue-bg);
    justify-content: flex-end;
    align-items: flex-start;
    padding-left: 20px;
    padding-right: 13px;
    display: flex;
  }

  .button-group.tablet-hide {
    display: none;
  }

  .login-tablet-wrapper {
    grid-row-gap: 20px;
    flex-direction: column;
    width: 100%;
    margin-top: 40px;
    margin-left: 0;
    padding-right: 15px;
    display: flex;
  }

  .dropdown-menu-2 {
    background-color: var(--light-blue-bg);
    flex-direction: column;
    justify-content: space-between;
    align-items: flex-start;
    width: 100%;
    height: auto;
    padding-top: 10px;
    padding-bottom: 100px;
    padding-left: 15px;
    overflow: hidden;
  }

  .nav-close-icon-4 {
    align-self: stretch;
    max-width: 60%;
  }

  .kiddy-club-logo {
    height: 55px;
  }

  .nav-menu-shadow-overlay-3 {
    background-color: var(--light-blue-bg);
    flex-direction: column;
    justify-content: flex-start;
    align-items: stretch;
    width: 320px;
    position: fixed;
    inset: 0% auto 0% 0%;
    box-shadow: 0 0 30px #00000026;
  }

  .menu-button-5 {
    text-align: right;
    justify-content: flex-end;
    align-items: center;
    height: 40px;
    padding: 15px 0;
  }

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

  .link-header-item {
    background-color: #0000;
    justify-content: space-between;
    width: 100%;
    padding: 0;
  }

  .hero-slide-arrow {
    transition: all .5s;
    left: 101px;
    right: auto;
  }

  .hero-slide-arrow:hover {
    background-color: #151b1980;
  }

  .ballet-image {
    min-height: 250px;
  }

  .hover-circle-wrapper {
    display: none;
  }

  .hero-btn-wrap {
    padding-top: 0;
  }

  .rotate-star {
    max-width: 450px;
  }

  .container-animation {
    margin-bottom: 140px;
  }

  .about-our-work {
    width: 90%;
  }

  .about-us-con {
    padding-right: 0;
  }

  .story-wrapper {
    border-right-style: none;
  }

  .news-banner {
    min-height: 600px;
  }

  .blog-info {
    padding-bottom: 140px;
    padding-right: 36px;
  }

  .blog-description {
    width: 94%;
  }

  .blog-title-wrapper {
    width: 100%;
  }

  .events-collection-list-wrapper {
    padding-bottom: 48px;
  }

  .news-grid {
    grid-template-columns: 1fr 1fr;
    padding-top: 36px;
    padding-right: 36px;
  }

  .portfolio-3-image {
    height: 450px;
  }

  .portfolio-3-card {
    cursor: default;
  }

  .large-team-avatar.ava-3, .team-avatar-item-mini {
    width: 8rem;
    height: 8rem;
    position: relative;
    inset: 0%;
  }

  .team-circles {
    grid-column-gap: 4rem;
    flex-flow: column;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .medium-team-avatar, .team-avatar-item {
    width: 8rem;
    height: 8rem;
    position: relative;
    inset: 0%;
  }

  .cta-content {
    text-align: center;
    align-items: center;
    width: 100%;
  }

  .small-avatar-item, .big-team-avatar {
    width: 8rem;
    height: 8rem;
    position: relative;
    inset: 0%;
  }

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

  .reviews-text {
    width: 82%;
  }

  .yellow-cover {
    height: 235px;
  }

  .awards-title {
    width: 80%;
  }

  .numbers-grid {
    grid-column-gap: 25px;
  }

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

  .about-us-card {
    width: 80%;
    padding-left: 36px;
    padding-right: 36px;
  }

  .founder-image {
    min-height: 33.33vw;
  }

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

  .section-white-review {
    padding-bottom: 80px;
  }

  .slider-mask-testimonials {
    width: 100%;
  }

  .print-003 {
    top: 354px;
    right: 116px;
  }

  .testimonial-item-arrow {
    z-index: 100;
    width: 48px;
    height: 48px;
    top: auto;
    bottom: 0%;
    right: auto;
  }

  .testimonial-item-arrow.right-arrow {
    height: 48px;
    inset: auto 42% 0% auto;
  }

  .testimonial-item-arrow.left-arrow-cover {
    height: 48px;
    inset: auto auto 0% 42%;
  }

  .hover-hero-arrow {
    transition: all .45s;
    position: static;
  }

  .hover-hero-arrow:hover {
    background-color: var(--text-dark);
  }

  .slider-info-testimonials {
    padding-bottom: 80px;
  }

  .grid-testimonials.clip {
    padding-top: 100px;
    display: flex;
  }

  .arrow-item-cover {
    display: none;
  }

  .print-001 {
    left: 2%;
  }

  .row-title-block {
    width: 100%;
  }

  .home-faq-top {
    grid-template-columns: 2rem 1fr auto;
  }

  .footer-grid, .padding-top {
    width: 100%;
  }

  .section-top-white {
    margin-top: 0;
    padding-top: 45px;
  }

  .footer-fill-con {
    padding-top: 80px;
  }

  .services-description {
    text-indent: 0;
    width: 90%;
  }

  .bottomm-footer-content {
    display: flex;
  }

  .contacts-hero-strip {
    min-height: 80vw;
    margin-left: -2rem;
    margin-right: -2rem;
    display: none;
  }

  .let-s-create-item-container {
    justify-content: center;
  }

  .hero-title-animation-bottom {
    justify-content: center;
    width: 95%;
  }

  .center-video-wrapper {
    width: 100%;
  }

  .video-contacts.medium-video {
    width: 40%;
  }

  .video-contacts.small-video {
    width: 45%;
  }

  .video-contacts.large-video {
    width: 50%;
    display: none;
  }

  .let-s-create-wrapper {
    margin-left: auto;
    margin-right: auto;
    padding-left: 15px;
    padding-right: 15px;
  }

  .footer-grid-wrapper {
    width: 100%;
  }

  .footer-form {
    text-align: center;
    align-items: center;
  }

  .footer-center {
    margin-bottom: 40px;
    padding-bottom: 40px;
  }

  .footer-l-2 {
    display: none;
  }

  .text-footer-white {
    width: 100%;
  }

  .address-link {
    justify-content: center;
    display: flex;
  }

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

  .useful-links-wrapper {
    grid-column-gap: 60px;
    align-items: center;
  }

  .footer-white-paradraph.last {
    width: 85%;
  }

  .footer-text-spacing {
    justify-content: center;
    display: flex;
  }

  .footer-bottom-wrapper-2 {
    justify-content: center;
  }

  .stay-connect {
    align-items: center;
  }

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

  .kids-tablet-photo {
    margin-bottom: 30px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 20px;
    display: flex;
  }

  .kid-avatar-wrapper.color-2 {
    background-color: var(--dark-green-bg);
  }

  .kid-avatar-wrapper.color-3 {
    background-color: var(--primary-purple);
  }

  .kid-avatar-wrapper.color-1 {
    background-color: var(--dark-yellow);
  }

  .kid-photo.kid-2 {
    background-image: url('../images/Photo_4-transformed_1Photo_4-transformed.webp');
  }

  .kid-photo.kid-3 {
    background-image: url('../images/Photo_5-transformed_1Photo_5-transformed.webp');
  }

  .hero-circle-wrap.mod-1-contacts {
    margin-top: 0;
    margin-left: auto;
    margin-right: auto;
  }

  .hero-circle-wrap.mod-2-contacts {
    top: auto;
    bottom: -228px;
    right: 155px;
  }

  .hero-circle-wrap.mod-3-contact {
    top: -47px;
  }

  .play-video-button {
    grid-column-gap: 20px;
  }

  .hero-circle-dot {
    left: 88px;
  }

  .service-column {
    padding: 14px 14px 80px;
  }

  .hero-link-wrapper {
    justify-content: center;
    width: 100%;
    padding-top: 0;
    padding-bottom: 0;
    display: flex;
    inset: -33% auto auto -60%;
  }

  .banner-con.right-con-contacts {
    width: 100%;
  }

  .hero-circle {
    width: 400px;
    height: 400px;
  }

  .hero-circle.mod-2-item {
    position: absolute;
    top: -30px;
    right: -118px;
  }

  .scroll-banner-3-link {
    display: none;
  }

  .top-banner-2 {
    padding-top: 140px;
    padding-bottom: 120px;
  }

  .hero-circle-dot-medium {
    inset: 43% -7% auto auto;
  }

  .hero-circle-dot-3 {
    right: 135px;
  }

  .banner-par-wrap {
    width: 87%;
  }

  .nav-menu-item-purple {
    margin-top: 10px;
    margin-bottom: 10px;
  }

  .nav-menu-dropdown-purple {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    transition: opacity .5s;
    display: flex;
    overflow: hidden;
  }

  .link-header-item-purple {
    background-color: #0000;
    justify-content: space-between;
    width: 100%;
    padding: 0;
  }

  .nav-line-purple {
    background-color: var(--text-dark);
    height: 1px;
    margin-bottom: 5px;
  }

  .line-purple {
    background-color: var(--text-dark);
  }

  .kiddy-club-logo-tablet {
    height: 55px;
  }

  .intro-box {
    grid-row-gap: 40px;
    flex-direction: column-reverse;
    min-height: auto;
  }

  .service-item {
    grid-template-columns: 1fr;
    min-height: auto;
  }

  .hover-link-arrow {
    width: 60px;
    height: 60px;
  }

  .our-video-ligxtbox {
    position: relative;
  }

  .hero-slide-home-3-2 {
    height: 350px;
  }

  ._404-title {
    font-size: 120px;
  }

  .lottie-404 {
    height: 100%;
    bottom: -51px;
  }

  .instagram-grid {
    grid-row-gap: 6px;
  }

  .instagram-image {
    min-height: 18vw;
  }

  .instagram-image.middle {
    min-width: 25vw;
    min-height: 10vw;
    font-size: 15px;
  }

  .section-instagram {
    padding-top: 9px;
    padding-bottom: 9px;
  }

  .hover-circle-wrapper-2 {
    display: none;
  }

  .instagram-box {
    height: 25vw;
  }

  .full-width-faq-list {
    width: 100%;
  }

  .line.top.tablet-hidden {
    display: none;
  }

  .home-faq-top-2 {
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .home-faq-top-2:hover {
    padding-left: 0;
    padding-right: 0;
  }

  .circle-wrap {
    display: none;
  }

  .latest-stories-link {
    background-color: #f1c6001a;
    padding-right: 0;
  }

  .projects-arrow-2 {
    justify-content: flex-start;
    width: 60px;
    height: 60px;
    min-height: auto;
    margin-left: auto;
    margin-right: auto;
    inset: auto 0 100px 90px;
  }

  .hover-slider-arrow-2 {
    width: 100%;
    max-width: 45px;
    height: 100%;
    max-height: 45px;
  }

  .grid-review-wrapper {
    height: 450px;
  }

  .contacts-right-arrow-2 {
    right: 0;
  }

  .photo-animal-item {
    width: 100%;
  }

  .form-con-home-3 {
    grid-column-gap: 60px;
    grid-row-gap: 60px;
    flex-direction: column;
    margin-right: 0;
  }

  .useful-information {
    width: 100%;
  }

  .contact-us-con {
    padding-right: 0;
  }

  .info-wrap {
    width: 90%;
  }

  .form-right-con {
    width: 100%;
  }

  .info-grid-wrapper {
    border-right-style: none;
  }

  .bg-paralax-circle-contacts, .bg-paralax-circle-2-contacts {
    top: 615px;
  }

  .project-collection-item-2:nth-child(odd) {
    margin-bottom: 0;
  }

  .stage-banner {
    height: 500px;
  }

  .anchor-link-2 {
    width: 47%;
  }

  .dance-instructor {
    min-height: 500px;
  }

  .social-block {
    cursor: default;
  }

  .team-image-2 {
    min-height: 375px;
  }

  .banner-5-hero-section {
    grid-column-gap: 60px;
    grid-row-gap: 60px;
    flex-direction: column;
    padding-top: 0;
    padding-bottom: 80px;
  }

  .banner-3-wrap {
    text-align: center;
    align-items: center;
    width: 100%;
    margin-left: auto;
    padding-left: 0;
    padding-right: 0;
  }

  .left-video-con {
    background-image: none;
    width: 100%;
    height: 450px;
    position: relative;
  }

  .home-5-video {
    border-bottom-right-radius: 250px;
    border-bottom-left-radius: 0;
  }

  .blue-circle {
    width: 600px;
    height: 600px;
    bottom: -124px;
  }

  .color-banner-circle {
    inset: auto 15px 0 auto;
  }

  .form-banner-wrap {
    width: 80%;
  }

  .blue-print-1 {
    left: -4px;
  }

  .blue-print-1.blue-p-2 {
    height: 70px;
    bottom: 123px;
    right: -25px;
  }

  .blue-print-1.blue-p-3 {
    top: 15px;
  }

  .blue-print-2 {
    left: 51px;
  }

  .blue-circle-mobi {
    width: 600px;
    height: 600px;
    bottom: -124px;
  }

  .full-hero-home-3 {
    min-height: 780px;
  }

  .ballet-image-2 {
    min-height: 250px;
  }

  .hover-circle-wrapper-3 {
    display: none;
  }

  .ballet-image-3 {
    min-height: 250px;
  }

  .hover-circle-wrapper-4 {
    display: none;
  }

  .portfolio-3-image-2 {
    height: 450px;
  }

  .sticky-circle {
    width: 90px;
    height: 90px;
    display: none;
  }

  .rooms-info {
    grid-row-gap: 20px;
    justify-content: center;
  }

  .project-image {
    flex-direction: column;
    width: 100%;
    min-height: 400px;
    display: flex;
  }

  .description-grid-faq, .about-our-faq {
    width: 100%;
  }

  .faq-hero-wrap {
    grid-row-gap: 0px;
    flex-direction: column;
    display: flex;
  }

  .calendar-wrapper {
    padding-top: 56px;
  }

  .hover-circle-wrapper-5 {
    display: none;
  }

  .project-collection-item-3:nth-child(odd) {
    margin-bottom: 0;
  }

  .lightbox-link-shop {
    min-width: 100%;
    height: 400px;
  }

  .videos-section {
    border-bottom-right-radius: 50px;
    border-bottom-left-radius: 50px;
    outline-width: 4px;
    padding-top: 170px;
  }

  .feature-item-left-title {
    font-size: 46px;
    line-height: 62px;
  }

  .container.wrapper {
    grid-column-gap: 3rem;
    grid-row-gap: 3rem;
    flex-flow: column;
  }

  .logo-robot-corner {
    width: 350px;
  }

  .mwlogo {
    height: 55px;
  }
}

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

  h2 {
    font-size: 35px;
  }

  h3 {
    font-size: 30px;
  }

  h4 {
    font-size: 25px;
  }

  blockquote {
    padding-left: 20px;
    font-size: 20px;
  }

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

  .section.mentor-cta {
    padding-top: 50px;
    padding-bottom: 140px;
  }

  .licensing-title-wrapper {
    margin-bottom: 20px;
  }

  .licensing-paragraph {
    width: 100%;
  }

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

  .search-section {
    grid-column-gap: 50px;
    grid-row-gap: 50px;
    padding-bottom: 60px;
  }

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

  .right-arrow {
    right: 0;
  }

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

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

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

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

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

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

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

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

  .subtitle {
    line-height: 16px;
  }

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

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

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

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

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

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

  .home-23-team-item, .landing-section-title {
    width: 70%;
  }

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

  .nav-menu-3 {
    max-width: none;
  }

  .dropdown-menu-2 {
    overflow: hidden;
  }

  .brand-logo.w--current {
    padding-left: 0;
  }

  .hero-slide-arrow {
    left: 36px;
  }

  .ballet-image {
    min-height: 200px;
  }

  .rotate-star {
    max-width: 400px;
  }

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

  .about-our-work {
    width: 100%;
  }

  .about-paragraphs {
    grid-row-gap: 36px;
    grid-template-columns: 1fr;
  }

  .story-wrapper {
    grid-row-gap: 48px;
  }

  .news-banner {
    min-height: auto;
  }

  .blog-info {
    padding-top: 80px;
    padding-right: 30px;
  }

  .blog-description {
    width: 100%;
  }

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

  .events-collection-list-wrapper {
    padding-bottom: 36px;
  }

  .news-grid {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
    grid-auto-rows: auto;
    padding-top: 30px;
    padding-right: 30px;
  }

  .large-team-avatar.ava-3, .team-avatar-item-mini {
    width: 7rem;
    height: 7rem;
  }

  .team-circles {
    flex-wrap: wrap;
    justify-content: center;
    display: flex;
  }

  .medium-team-avatar, .team-avatar-item {
    width: 7rem;
    height: 7rem;
  }

  .cta-content {
    width: 100%;
  }

  .small-avatar-item, .big-team-avatar {
    width: 7rem;
    height: 7rem;
  }

  .reviews-text {
    width: 100%;
  }

  .yellow-cover {
    height: 210px;
  }

  .awards-title {
    width: 100%;
  }

  .numbers-grid {
    grid-column-gap: 40px;
  }

  .section-white-review {
    padding-bottom: 60px;
  }

  .print-008 {
    height: 510px;
    bottom: 24%;
  }

  .wrapper-testimonials-content {
    justify-content: center;
    width: 100%;
    overflow: hidden;
  }

  .print-003 {
    top: 260px;
  }

  .testimonial-item-arrow.right-arrow {
    right: 39%;
  }

  .testimonial-item-arrow.left-arrow-cover {
    left: 39%;
  }

  .testimonial-item-slider {
    padding-left: 40px;
    padding-right: 40px;
  }

  .grid-testimonials.clip {
    padding-top: 40px;
    padding-bottom: 0;
  }

  .reviev-dark-text {
    font-size: 30px;
  }

  .testimonial {
    max-width: none;
  }

  .print-001 {
    height: 120px;
  }

  .home-faq-top {
    grid-column-gap: .25rem;
    grid-row-gap: .25rem;
    grid-template-columns: 1fr auto;
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
  }

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

  .footer-fill-con {
    padding-top: 65px;
  }

  .services-description {
    width: 100%;
  }

  .contacts-hero-strip {
    margin-left: -3rem;
    margin-right: -3rem;
  }

  .hero-title-animation-bottom {
    width: 100%;
  }

  .center-video-wrapper {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .video-contacts.medium-video {
    width: 40%;
  }

  .video-contacts.small-video, .video-contacts.large-video {
    width: 50%;
  }

  .footer-form.borders {
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .footer-grid-2 {
    grid-row-gap: 30px;
    grid-template-columns: 1fr;
  }

  .footer-white-paradraph, .footer-white-paradraph.last {
    width: 60%;
  }

  .footer-l-3 {
    background-color: var(--dark-gray-25);
    display: block;
  }

  .social-networks {
    justify-content: center;
    width: 100%;
    margin-left: 0;
  }

  .footer-l-4 {
    display: none;
  }

  .footer-l-1 {
    background-color: var(--dark-gray-25);
    display: block;
  }

  .footer-bottom-wrapper-2 {
    flex-wrap: wrap;
    justify-content: center;
  }

  .footer-description {
    font-size: 20px;
  }

  .hero-circle-wrap.mod-2-contacts {
    right: 99px;
  }

  .play-video-button {
    grid-column-gap: 0px;
  }

  .hero-circle-dot {
    top: -10px;
    left: -66px;
  }

  .hero-circle-dot.dot-2 {
    left: 42px;
  }

  .service-column {
    max-width: 400px;
  }

  .hero-circle {
    width: 350px;
    height: 350px;
  }

  .hero-circle.mod-2-item {
    width: 140px;
    height: 140px;
    right: -65px;
  }

  .hero-circle.mod-3-item {
    width: 90px;
    height: 90px;
    display: none;
  }

  .h6-color {
    margin-bottom: 15px;
  }

  .hero-circle-dot-3 {
    inset: -146px -25px auto auto;
  }

  .banner-par-wrap, .no-shrink-footer.full-mobile {
    width: 100%;
  }

  .service-item {
    grid-row-gap: 40px;
  }

  .h6-color-2 {
    margin-bottom: 15px;
  }

  .sidebar-menu-item {
    padding-right: 0;
    font-size: 2rem;
  }

  .categories-link {
    padding-top: 5px;
    padding-bottom: 5px;
  }

  .hero-slide-home-3-2 {
    height: 300px;
  }

  .brand-logo-2.w--current {
    padding-left: 0;
  }

  ._404-title {
    font-size: 100px;
  }

  .lottie-404 {
    bottom: -15px;
  }

  .instagram-grid {
    grid-row-gap: 40px;
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr 1fr;
  }

  .instagram-image {
    min-height: 30vw;
  }

  .section-instagram {
    padding-bottom: 20px;
  }

  .home-faq-top-2 {
    grid-row-gap: 15px;
    grid-template-columns: 1fr auto;
  }

  .events-card {
    grid-row-gap: 36px;
    grid-template-columns: 1fr;
  }

  .grid-review-wrapper {
    height: 400px;
  }

  .tab-link {
    width: 72px;
    height: 72px;
    padding: 6px;
  }

  .photo-autor {
    background-position: 50% 30%;
  }

  .photo-animal-item {
    width: 100%;
  }

  .form-con-home-3 {
    grid-row-gap: 40px;
  }

  .info-wrap {
    text-align: center;
    width: 100%;
  }

  .useful-kiddy-wrap {
    justify-content: center;
  }

  .info-grid-wrapper {
    text-align: left;
  }

  .bg-paralax-circle-contacts, .bg-paralax-circle-2-contacts {
    width: 480px;
    height: 480px;
    top: 515px;
    right: 58px;
  }

  .animals-lightbox-item {
    min-width: 200px;
    min-height: 200px;
  }

  .project-collection-item-2:nth-child(odd) {
    margin-top: 0;
    margin-bottom: 0;
  }

  .stage-banner {
    height: 400px;
  }

  .dance-instructor {
    min-height: 400px;
  }

  .gallery-image-portfolio-details {
    height: 300px;
  }

  .bottom-slider-arrow-portfolio {
    height: 70px;
  }

  .team-image-2 {
    min-height: 450px;
  }

  .banner-5-hero-section {
    padding-bottom: 60px;
  }

  .banner-3-wrap {
    width: 100%;
  }

  .h6-color-3 {
    margin-bottom: 15px;
  }

  .blue-circle {
    width: 480px;
    display: none;
    bottom: -125px;
  }

  .form-banner-wrap {
    width: 100%;
  }

  .blue-png-1 {
    height: 160px;
    top: 7px;
  }

  .blue-print-1.blue-p-2 {
    z-index: 0;
    bottom: 350px;
  }

  .blue-circle-mobi {
    width: 500px;
    height: 500px;
    display: flex;
    bottom: -30px;
  }

  .ballet-image-2, .ballet-image-3 {
    min-height: 200px;
  }

  .h6-subtitle-3 {
    margin-bottom: 15px;
  }

  .sticky-circle {
    z-index: 50;
    background-color: #161a20;
    width: 80px;
    height: 80px;
    margin-top: 0;
    margin-bottom: 0;
    top: 101px;
    bottom: auto;
  }

  .scroll-blog-circle {
    width: 120px;
    height: 120px;
  }

  .about-our-faq {
    width: 100%;
  }

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

  .calendar-wrapper {
    padding-top: 71px;
  }

  .project-collection-item-3:nth-child(odd) {
    margin-top: 0;
    margin-bottom: 0;
  }

  .lightbox-link-shop {
    height: 300px;
  }

  .h2-shop-details {
    font-size: 35px;
  }

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

  .videos-section {
    border-bottom-right-radius: 40px;
    border-bottom-left-radius: 40px;
    outline-width: 2px;
    padding-top: 160px;
  }

  .feature-item-left-title {
    font-size: 38px;
    line-height: 52px;
    text-decoration: none;
  }

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

  .section-light-gray-copy {
    padding-top: 60px;
    padding-bottom: 120px;
  }

  .logo-robot-corner {
    width: 200px;
    right: 5%;
  }

  .code-embed, .code-embed-copy {
    min-width: 500px;
  }

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

@media screen and (max-width: 479px) {
  .section.mentor-cta {
    padding-top: 25px;
  }

  .licensing-title-wrapper {
    grid-row-gap: 0px;
    flex-wrap: wrap;
  }

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

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

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

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

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

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

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

  .close-menu-button-3.w--open {
    padding-top: 5px;
  }

  .top-tablet-menu-2 {
    z-index: 100;
  }

  .nav-menu-dropdown-white {
    align-items: center;
  }

  .dropdown-menu-2 {
    z-index: 5;
    padding-top: 10px;
  }

  .kiddy-club-logo {
    height: 50px;
  }

  .link-header-item {
    width: 100%;
  }

  .no-shrink {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    display: flex;
  }

  .hero-slide-arrow {
    border-right-style: solid;
    width: 60px;
    height: 70px;
    margin-left: 0;
    inset: auto 0 0% auto;
  }

  .ballet-image {
    min-height: 135px;
  }

  .head-container {
    transform: scale(.8);
  }

  .choice-container {
    justify-content: center;
    padding-left: 0;
    padding-right: 0;
  }

  .h2-black-title, .h2-title {
    font-size: 32px;
  }

  .buttons-wrap {
    grid-row-gap: 15px;
    flex-direction: column;
    width: 100%;
  }

  .blog-info {
    padding-top: 80px;
    padding-right: 28px;
  }

  .events-collection-list-wrapper {
    padding-bottom: 48px;
  }

  .news-grid {
    padding-top: 28px;
    padding-right: 28px;
  }

  .project-3-card-bottom {
    grid-row-gap: 9px;
    text-align: left;
  }

  .portfolio-3-card-top {
    grid-column-gap: 6px;
    grid-row-gap: 9px;
  }

  .background-portfolio-3.makercoder, .background-portfolio-3.monitorns {
    background-size: contain;
  }

  .portfolio-3-image {
    height: 400px;
  }

  .large-team-avatar {
    width: 3.5rem;
    height: 3.5rem;
  }

  .large-team-avatar.ava-3, .team-avatar-item-mini {
    width: 5rem;
    height: 5rem;
  }

  .team-circles {
    grid-column-gap: 2rem;
  }

  .medium-team-avatar, .team-avatar-item, .small-avatar-item, .big-team-avatar {
    width: 5rem;
    height: 5rem;
  }

  .team-basic {
    padding-top: 0;
  }

  .yellow-cover {
    height: 167px;
  }

  .number-item {
    justify-items: center;
  }

  .awards-title, .awards-description {
    text-align: center;
  }

  .numbers-grid {
    grid-row-gap: 25px;
    grid-template-columns: 1fr;
  }

  .about-us-card {
    width: 100%;
  }

  .founder-image {
    min-height: 20vh;
  }

  .stacked-review-content {
    grid-row-gap: 36px;
  }

  .section-white-review {
    padding-top: 60px;
  }

  .print-008 {
    bottom: 30%;
  }

  .print-003 {
    top: 391px;
    right: 5px;
  }

  .testimonial-item-arrow.right-arrow {
    right: 33%;
  }

  .testimonial-item-arrow.left-arrow-cover {
    left: 33%;
  }

  .testimonial-item-slider {
    padding-left: 15px;
    padding-right: 15px;
  }

  .grid-testimonials.clip {
    padding-top: 5px;
  }

  .reviev-dark-text {
    padding-left: 0;
    padding-right: 0;
    font-size: 28px;
  }

  .print-001 {
    bottom: 16%;
    left: 37%;
  }

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

  .contacts-hero-strip {
    min-height: 60vh;
  }

  .video-contacts.large-video {
    width: 65%;
    margin-top: -5rem;
    margin-left: 0;
  }

  .info-footer-wrap {
    width: 100%;
  }

  .footer-form.borders {
    padding-left: 10px;
    padding-right: 10px;
  }

  .useful-links-wrapper {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
  }

  .footer-white-paradraph, .footer-white-paradraph.last {
    width: 100%;
  }

  .footer-copyright-2 {
    text-align: center;
    flex-direction: column;
    justify-content: center;
    width: 100%;
    display: flex;
  }

  .footer-bottom-wrapper-2 {
    flex-wrap: wrap;
  }

  .kid-avatar-wrapper {
    width: 80px;
    height: 80px;
  }

  .hero-circle-wrap.mod-1-contacts {
    margin-top: 70px;
  }

  .hero-circle-wrap.mod-2-contacts {
    position: absolute;
    inset: 0% 0% auto auto;
  }

  .hero-circle-wrap.mod-3-contact {
    padding-left: 40px;
  }

  .hero-circle-dot {
    inset: 89px 40px auto auto;
  }

  .hero-circle-dot.dot-2 {
    left: -80px;
  }

  .service-column {
    max-width: none;
    padding: 12px 12px 60px;
  }

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

  .hero-circle {
    width: 330px;
    height: 330px;
  }

  .hero-circle.mod-2-item, .scroll-banner-3-link {
    display: none;
  }

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

  .hero-circle-dot-medium {
    inset: -65px -9px auto auto;
  }

  .home-2-title {
    font-size: 42px;
  }

  .hero-circle-dot-3 {
    top: -236px;
    right: -81px;
  }

  .nav-menu-dropdown-purple {
    align-items: center;
  }

  .link-header-item-purple {
    width: 100%;
  }

  .main-dark-header {
    top: 0%;
  }

  .hero-banner-2-description {
    text-align: center;
  }

  .button-banner-2 {
    width: 100%;
  }

  .kiddy-club-logo-tablet {
    height: 50px;
  }

  .no-shrink-footer {
    width: 100%;
  }

  .sidebar-menu-item {
    padding-right: 0;
  }

  .color-print-1 {
    right: -17px;
  }

  .color-print-2 {
    top: 300px;
    left: 0;
  }

  .no-shrink-btn.full-mobile {
    width: 100%;
  }

  .lottie-404 {
    bottom: 75px;
  }

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

  .instagram-image {
    min-height: 48vw;
  }

  .instagram-image.middle {
    min-height: 20vw;
  }

  .section-instagram {
    padding-bottom: 15px;
  }

  .hover-circle-wrapper-2 {
    padding: 40px;
  }

  .instagram-box {
    height: 40vw;
  }

  .tab-bottom-content-2 {
    padding: 36px 24px;
  }

  .home-faq-top-2 {
    white-space: break-spaces;
    grid-template-columns: auto auto;
    justify-content: space-between;
  }

  .inner-bg-banner {
    background-position: 30%;
  }

  .events-card {
    grid-row-gap: 24px;
  }

  .circle-wrap {
    padding: 40px;
  }

  .latest-stories-link {
    grid-row-gap: 18px;
    background-color: #f1c60000;
    grid-template-columns: 1fr;
  }

  .grid-review-wrapper {
    height: 350px;
  }

  .data-line {
    width: 30px;
  }

  .tab-link {
    width: 65px;
    height: 65px;
  }

  .contact-us-con {
    padding-left: 15px;
    padding-right: 15px;
  }

  .bg-paralax-circle-contacts, .bg-paralax-circle-2-contacts {
    top: 515px;
    right: -6px;
  }

  .hero-circles-contacts {
    flex-direction: column;
  }

  .stage-banner {
    height: 300px;
  }

  .data-line-2 {
    width: 30px;
  }

  .anchor-link-2 {
    width: 100%;
  }

  .dance-instructor {
    min-height: 350px;
  }

  .gallery-image-portfolio-details {
    height: 200px;
  }

  .bottom-slider-arrow-portfolio {
    border-bottom-style: solid;
    width: 100%;
  }

  .team-intro-card {
    width: 100%;
  }

  .team-image-2 {
    min-height: 350px;
  }

  .left-video-con {
    background-position: 50% 0;
    min-height: 100%;
  }

  .blue-circle {
    width: 300px;
  }

  .blue-png-1 {
    height: 140px;
    top: 27px;
  }

  .blue-print-1 {
    height: 70px;
    left: -34px;
  }

  .blue-print-1.blue-p-2 {
    z-index: 0;
    top: 210px;
    bottom: auto;
  }

  .blue-print-2 {
    height: 40px;
    left: -21px;
  }

  .blue-print-2.blue-p-4 {
    bottom: 466px;
    right: 31px;
  }

  .blue-print-3 {
    height: 30px;
    top: 39px;
    right: 56px;
  }

  .blue-print-3.blue-p-5 {
    top: 121px;
    left: 18px;
  }

  .blue-circle-mobi {
    bottom: 4px;
  }

  .ballet-image-2, .ballet-image-3 {
    min-height: 135px;
  }

  .portfolio-3-image-2 {
    height: 400px;
  }

  .sticky-circle {
    width: 72px;
    height: 72px;
    margin-bottom: 0;
    padding-left: 2px;
  }

  .project-image {
    min-height: 350px;
  }

  .data-line-3 {
    width: 30px;
  }

  .hover-circle-wrapper-5 {
    padding: 40px;
  }

  .videos-section {
    border-bottom-right-radius: 30px;
    border-bottom-left-radius: 30px;
    min-height: auto;
    margin-top: 0;
    padding-top: 90px;
    padding-bottom: 90px;
  }

  .feature-item-left-title {
    font-size: 30px;
    line-height: 39px;
  }

  .feature-item-left-title.mid {
    margin-bottom: 2rem;
  }

  .container {
    flex: 0 auto;
    width: 100%;
  }

  .youtube.smaller {
    width: 100%;
  }

  .primary-kiddy-button-red-copy {
    width: 90%;
  }

  .author-imge {
    width: 40px;
    height: 40px;
  }

  .mwlogo {
    height: 50px;
  }

  .code-embed {
    min-width: 320px;
    min-height: 1150px;
  }

  .code-embed-copy {
    min-width: 320px;
    min-height: 1000px;
  }
}

#w-node-a073e9d0-fb6f-98de-3e87-0a9d6aa09e66-b9d3e54f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_0cc7d63b-b0f7-1340-1cbf-b28bda96694f-b9d3e54f {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_0cc7d63b-b0f7-1340-1cbf-b28bda966951-b9d3e54f {
  align-self: start;
}

#w-node-_0cc7d63b-b0f7-1340-1cbf-b28bda966952-b9d3e54f, #w-node-_0cc7d63b-b0f7-1340-1cbf-b28bda966956-b9d3e54f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_0cc7d63b-b0f7-1340-1cbf-b28bda966957-b9d3e54f {
  align-self: start;
}

#w-node-_0cc7d63b-b0f7-1340-1cbf-b28bda96695a-b9d3e54f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_0cc7d63b-b0f7-1340-1cbf-b28bda96695c-b9d3e54f {
  align-self: start;
}

#w-node-_0cc7d63b-b0f7-1340-1cbf-b28bda96695f-b9d3e54f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9fc2d435-69eb-ed5e-1701-c44125e48514-b9d3e54f {
  grid-area: 1 / 1 / 2 / 3;
}

#w-node-_9fc2d435-69eb-ed5e-1701-c44125e48518-b9d3e54f {
  grid-area: 1 / 2 / 2 / 3;
  align-self: center;
}

#w-node-_4454c8e1-7d1e-2db4-a082-8ddb0846b96a-b9d3e54f, #w-node-bc524982-c7af-023a-6e4c-7baaa0f45ee5-b9d3e54f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_09f3db14-b1f8-1e83-8fec-a5e4acf5b367-b9d3e54f {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_4ff8e384-df7f-327d-7250-0beba55087eb-b9d3e54f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_132eaf17-9cdf-55e1-230b-f19d2b1892b2-b9d3e54f {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_132eaf17-9cdf-55e1-230b-f19d2b1892b3-b9d3e54f {
  align-self: center;
}

#w-node-_132eaf17-9cdf-55e1-230b-f19d2b1892b5-b9d3e54f {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-_132eaf17-9cdf-55e1-230b-f19d2b1892bb-b9d3e54f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_132eaf17-9cdf-55e1-230b-f19d2b1892bf-b9d3e54f {
  grid-area: 2 / 1 / 3 / 2;
  place-self: center;
}

#w-node-_132eaf17-9cdf-55e1-230b-f19d2b1892c1-b9d3e54f {
  grid-area: 1 / 1 / 2 / 2;
  align-self: stretch;
}

#w-node-_132eaf17-9cdf-55e1-230b-f19d2b1892c3-b9d3e54f {
  grid-area: 3 / 1 / 4 / 2;
  align-self: stretch;
}

#w-node-ee2ebb67-6d13-c07a-498a-4eea769bae7a-b9d3e54f {
  align-self: center;
}

#w-node-_63e69d4a-ee5c-0f98-4dc0-0c257bb0241b-b9d3e54f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_63e69d4a-ee5c-0f98-4dc0-0c257bb02420-b9d3e54f {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_63e69d4a-ee5c-0f98-4dc0-0c257bb02421-b9d3e54f {
  align-self: center;
}

#w-node-_63e69d4a-ee5c-0f98-4dc0-0c257bb02423-b9d3e54f {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-_63e69d4a-ee5c-0f98-4dc0-0c257bb0242f-b9d3e54f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_63e69d4a-ee5c-0f98-4dc0-0c257bb02433-b9d3e54f {
  grid-area: 2 / 1 / 3 / 2;
  place-self: center;
}

#w-node-_63e69d4a-ee5c-0f98-4dc0-0c257bb02435-b9d3e54f {
  grid-area: 1 / 1 / 2 / 2;
  align-self: stretch;
}

#w-node-_63e69d4a-ee5c-0f98-4dc0-0c257bb02437-b9d3e54f {
  grid-area: 3 / 1 / 4 / 2;
  align-self: stretch;
}

#w-node-c7282bd1-b912-6248-29f8-e5c2495c8258-b9d3e54f {
  align-self: center;
}

#w-node-_6167223d-ddf6-8a86-8cfb-8348e6842b82-b9d3e54f {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_6167223d-ddf6-8a86-8cfb-8348e6842b83-b9d3e54f {
  align-self: center;
}

#w-node-_6167223d-ddf6-8a86-8cfb-8348e6842b91-b9d3e54f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_6167223d-ddf6-8a86-8cfb-8348e6842b95-b9d3e54f {
  grid-area: 2 / 1 / 3 / 2;
  place-self: center;
}

#w-node-_6167223d-ddf6-8a86-8cfb-8348e6842b97-b9d3e54f {
  grid-area: 1 / 1 / 2 / 2;
  align-self: stretch;
}

#w-node-_6167223d-ddf6-8a86-8cfb-8348e6842b99-b9d3e54f {
  grid-area: 3 / 1 / 4 / 2;
  align-self: stretch;
}

#w-node-_6167223d-ddf6-8a86-8cfb-8348e6842b9f-b9d3e54f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_6167223d-ddf6-8a86-8cfb-8348e6842ba1-b9d3e54f {
  align-self: center;
}

#w-node-_11549b38-4f54-ca03-8051-a34a45fadf95-b9d3e54f {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_11549b38-4f54-ca03-8051-a34a45fadf96-b9d3e54f {
  align-self: center;
}

#w-node-_11549b38-4f54-ca03-8051-a34a45fadf98-b9d3e54f {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-_11549b38-4f54-ca03-8051-a34a45fadfa4-b9d3e54f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_11549b38-4f54-ca03-8051-a34a45fadfa8-b9d3e54f {
  grid-area: 2 / 1 / 3 / 2;
  place-self: center;
}

#w-node-_11549b38-4f54-ca03-8051-a34a45fadfaa-b9d3e54f {
  grid-area: 1 / 1 / 2 / 2;
  align-self: stretch;
}

#w-node-_11549b38-4f54-ca03-8051-a34a45fadfac-b9d3e54f {
  grid-area: 3 / 1 / 4 / 2;
  align-self: stretch;
}

#w-node-_657e3330-ab11-7b7a-9a15-c94bbd20da28-b9d3e54f {
  align-self: center;
}

#w-node-_3dcdca49-e06d-d799-639e-fbc981646845-b9d3e54f {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_3dcdca49-e06d-d799-639e-fbc981646846-b9d3e54f {
  align-self: center;
}

#w-node-_3dcdca49-e06d-d799-639e-fbc981646848-b9d3e54f {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-_3dcdca49-e06d-d799-639e-fbc981646854-b9d3e54f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_3dcdca49-e06d-d799-639e-fbc981646858-b9d3e54f {
  grid-area: 2 / 1 / 3 / 2;
  place-self: center;
}

#w-node-_3dcdca49-e06d-d799-639e-fbc98164685a-b9d3e54f {
  grid-area: 1 / 1 / 2 / 2;
  align-self: stretch;
}

#w-node-_3dcdca49-e06d-d799-639e-fbc98164685c-b9d3e54f {
  grid-area: 3 / 1 / 4 / 2;
  align-self: stretch;
}

#w-node-_3dcdca49-e06d-d799-639e-fbc981646864-b9d3e54f {
  align-self: center;
}

#w-node-_12f50e69-0469-3fe1-f4af-b46c044cac06-b9d3e54f {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_12f50e69-0469-3fe1-f4af-b46c044cac07-b9d3e54f {
  align-self: center;
}

#w-node-_12f50e69-0469-3fe1-f4af-b46c044cac09-b9d3e54f {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-_12f50e69-0469-3fe1-f4af-b46c044cac15-b9d3e54f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_12f50e69-0469-3fe1-f4af-b46c044cac19-b9d3e54f {
  grid-area: 2 / 1 / 3 / 2;
  place-self: center;
}

#w-node-_12f50e69-0469-3fe1-f4af-b46c044cac1b-b9d3e54f {
  grid-area: 1 / 1 / 2 / 2;
  align-self: stretch;
}

#w-node-_12f50e69-0469-3fe1-f4af-b46c044cac1d-b9d3e54f {
  grid-area: 3 / 1 / 4 / 2;
  align-self: stretch;
}

#w-node-_12f50e69-0469-3fe1-f4af-b46c044cac23-b9d3e54f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-a2155ebf-41bf-2c57-144f-f7aa1bc36dcf-b9d3e54f {
  align-self: center;
}

#w-node-_2b6cacdc-d51f-2852-aa20-8e272098fd5b-b9d3e54f {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_2b6cacdc-d51f-2852-aa20-8e272098fd5c-b9d3e54f {
  align-self: center;
}

#w-node-_2b6cacdc-d51f-2852-aa20-8e272098fd6a-b9d3e54f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_2b6cacdc-d51f-2852-aa20-8e272098fd6e-b9d3e54f {
  grid-area: 2 / 1 / 3 / 2;
  place-self: center;
}

#w-node-_2b6cacdc-d51f-2852-aa20-8e272098fd70-b9d3e54f {
  grid-area: 1 / 1 / 2 / 2;
  align-self: stretch;
}

#w-node-_2b6cacdc-d51f-2852-aa20-8e272098fd72-b9d3e54f {
  grid-area: 3 / 1 / 4 / 2;
  align-self: stretch;
}

#w-node-_27dd586b-7e51-4776-295f-a0f6d80bdd47-b9d3e54f {
  align-self: center;
}

#w-node-_49dfa92a-a37e-8b87-95c3-3a3ae24b0772-b9d3e54f {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_49dfa92a-a37e-8b87-95c3-3a3ae24b0773-b9d3e54f {
  align-self: center;
}

#w-node-_49dfa92a-a37e-8b87-95c3-3a3ae24b0781-b9d3e54f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_49dfa92a-a37e-8b87-95c3-3a3ae24b0785-b9d3e54f {
  grid-area: 2 / 1 / 3 / 2;
  place-self: center;
}

#w-node-_49dfa92a-a37e-8b87-95c3-3a3ae24b0787-b9d3e54f {
  grid-area: 1 / 1 / 2 / 2;
  align-self: stretch;
}

#w-node-_49dfa92a-a37e-8b87-95c3-3a3ae24b0789-b9d3e54f {
  grid-area: 3 / 1 / 4 / 2;
  align-self: stretch;
}

#w-node-_49dfa92a-a37e-8b87-95c3-3a3ae24b078f-b9d3e54f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_3937551d-a594-1a15-ccdf-9b1747f3fb71-b9d3e54f {
  align-self: center;
}

#w-node-b754d108-a7da-2793-e4c6-4b2872db6b43-b9d3e54f {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-b754d108-a7da-2793-e4c6-4b2872db6b44-b9d3e54f {
  align-self: center;
}

#w-node-b754d108-a7da-2793-e4c6-4b2872db6b52-b9d3e54f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-b754d108-a7da-2793-e4c6-4b2872db6b56-b9d3e54f {
  grid-area: 2 / 1 / 3 / 2;
  place-self: center;
}

#w-node-b754d108-a7da-2793-e4c6-4b2872db6b58-b9d3e54f {
  grid-area: 1 / 1 / 2 / 2;
  align-self: stretch;
}

#w-node-b754d108-a7da-2793-e4c6-4b2872db6b5a-b9d3e54f {
  grid-area: 3 / 1 / 4 / 2;
  align-self: stretch;
}

#w-node-b754d108-a7da-2793-e4c6-4b2872db6b60-b9d3e54f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_338cfa70-b9fe-90a1-6c55-27827a3b77bb-b9d3e54f {
  align-self: center;
}

#w-node-_3c82cec6-f808-da4f-ba8f-2b4f62190465-b9d3e54f {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_3c82cec6-f808-da4f-ba8f-2b4f62190466-b9d3e54f {
  align-self: center;
}

#w-node-_3c82cec6-f808-da4f-ba8f-2b4f62190468-b9d3e54f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_3c82cec6-f808-da4f-ba8f-2b4f6219046c-b9d3e54f {
  grid-area: 2 / 1 / 3 / 2;
  place-self: center;
}

#w-node-_3c82cec6-f808-da4f-ba8f-2b4f6219046e-b9d3e54f {
  grid-area: 1 / 1 / 2 / 2;
  align-self: stretch;
}

#w-node-_3c82cec6-f808-da4f-ba8f-2b4f62190470-b9d3e54f {
  grid-area: 3 / 1 / 4 / 2;
  align-self: stretch;
}

#w-node-_3c82cec6-f808-da4f-ba8f-2b4f62190476-b9d3e54f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_3c82cec6-f808-da4f-ba8f-2b4f62190478-b9d3e54f {
  align-self: center;
}

#w-node-_09f3db14-b1f8-1e83-8fec-a5e4acf5b36e-b9d3e54f {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_47ec8f5e-d159-9d50-0faf-f691a3d3417e-b9d3e54f {
  justify-self: end;
}

#w-node-_47ec8f5e-d159-9d50-0faf-f691a3d34183-b9d3e54f, #w-node-_47ec8f5e-d159-9d50-0faf-f691a3d34188-b9d3e54f, #w-node-_47ec8f5e-d159-9d50-0faf-f691a3d3418d-b9d3e54f, #w-node-_47ec8f5e-d159-9d50-0faf-f691a3d3418f-b9d3e54f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_2c3cc72b-b24f-f3ee-4093-08491e7ebab0-b9d3e54f {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_2c3cc72b-b24f-f3ee-4093-08491e7ebac5-b9d3e54f, #w-node-_2c3cc72b-b24f-f3ee-4093-08491e7ebacc-b9d3e54f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_0a4dfbab-d117-a60b-424b-7487350f4676-b9d3e54f {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-fbfc5cf7-f80e-23fa-6f88-52c4a4153aa9-b9d3e54f, #w-node-_455dba2b-c9a0-1c2b-affa-30e612d18f83-b9d3e54f, #w-node-_0a4dfbab-d117-a60b-424b-7487350f4681-b9d3e54f, #w-node-_27df2867-da0a-4770-d7e9-b15e6fefdd76-b9d3e54f {
  justify-self: center;
}

#w-node-_6fda161d-2f26-c921-3317-7ea187379e7c-b9d3e54f {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_6fda161d-2f26-c921-3317-7ea187379e7e-b9d3e54f {
  align-self: start;
}

#w-node-_6fda161d-2f26-c921-3317-7ea187379e7f-b9d3e54f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_6fda161d-2f26-c921-3317-7ea187379e86-b9d3e54f, #w-node-_6fda161d-2f26-c921-3317-7ea187379eb7-b9d3e54f {
  align-self: start;
}

#w-node-fcfcd002-6ecb-7d68-b9ce-16fca2975f52-b9d3e54f {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-fcfcd002-6ecb-7d68-b9ce-16fca2975f54-b9d3e54f {
  align-self: start;
}

#w-node-fcfcd002-6ecb-7d68-b9ce-16fca2975f55-b9d3e54f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#intro.w-node-f6a17b3e-e4ac-3ac2-9a89-6d0bb71eaead-b71eaeab {
  grid-area: 1 / 1 / 2 / 4;
}

#w-node-f6a17b3e-e4ac-3ac2-9a89-6d0bb71eaeb8-b71eaeab {
  grid-area: 1 / 2 / 2 / 3;
  justify-self: center;
}

#w-node-f6a17b3e-e4ac-3ac2-9a89-6d0bb71eaee1-b71eaeab {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-f6a17b3e-e4ac-3ac2-9a89-6d0bb71eaee6-b71eaeab {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: stretch;
}

#w-node-f6a17b3e-e4ac-3ac2-9a89-6d0bb71eaeeb-b71eaeab {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center;
}

#w-node-f6a17b3e-e4ac-3ac2-9a89-6d0bb71eaeec-b71eaeab {
  place-self: center;
}

#w-node-f6a17b3e-e4ac-3ac2-9a89-6d0bb71eaefc-b71eaeab {
  place-self: start;
}

#w-node-f6a17b3e-e4ac-3ac2-9a89-6d0bb71eaf00-b71eaeab {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: stretch stretch;
}

#w-node-f6a17b3e-e4ac-3ac2-9a89-6d0bb71eaf01-b71eaeab {
  grid-area: 2 / 1 / 3 / 2;
  place-self: center end;
}

#w-node-f6a17b3e-e4ac-3ac2-9a89-6d0bb71eaf33-b71eaeab {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

@media screen and (min-width: 1440px) {
  #w-node-_0cc7d63b-b0f7-1340-1cbf-b28bda96694f-b9d3e54f {
    grid-area: 1 / 2 / 2 / 3;
  }
}

@media screen and (max-width: 991px) {
  #w-node-_9fc2d435-69eb-ed5e-1701-c44125e48519-b9d3e54f, #w-node-_47ec8f5e-d159-9d50-0faf-f691a3d34173-b9d3e54f {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_2c3cc72b-b24f-f3ee-4093-08491e7ebab0-b9d3e54f {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-_0a4dfbab-d117-a60b-424b-7487350f4676-b9d3e54f {
    grid-column: 1 / 2;
  }

  #w-node-f6a17b3e-e4ac-3ac2-9a89-6d0bb71eaeb8-b71eaeab {
    justify-self: stretch;
  }

  #w-node-f6a17b3e-e4ac-3ac2-9a89-6d0bb71eaf33-b71eaeab {
    grid-column: span 2 / span 2;
  }
}

@media screen and (max-width: 767px) {
  #w-node-_0a4dfbab-d117-a60b-424b-7487350f4676-b9d3e54f {
    grid-column: 1 / 4;
  }

  #w-node-f6a17b3e-e4ac-3ac2-9a89-6d0bb71eaf33-b71eaeab {
    grid-column: span 1 / span 1;
  }

  #w-node-_5efb9c9e-5126-82e7-c198-c81ce66c849c-e66c849a {
    grid-area: 3 / 1 / 4 / 2;
  }

  #w-node-_5efb9c9e-5126-82e7-c198-c81ce66c84b0-e66c849a {
    grid-area: 2 / 1 / 3 / 3;
  }
}

@media screen and (max-width: 479px) {
  #w-node-fcfcd002-6ecb-7d68-b9ce-16fca2975f52-b9d3e54f {
    grid-area: 1 / 1 / 2 / 4;
  }

  #w-node-f6a17b3e-e4ac-3ac2-9a89-6d0bb71eaefc-b71eaeab {
    justify-self: center;
  }

  #w-node-_5efb9c9e-5126-82e7-c198-c81ce66c84b0-e66c849a {
    grid-row: 2 / 3;
    grid-column-end: 3;
  }
}


@font-face {
  font-family: 'Fa brands 400 (old)';
  src: url('../fonts/fa-brands-400.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Fa solid 900';
  src: url('../fonts/fa-solid-900.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Fa 400';
  src: url('../fonts/fa-regular-400.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Fa Brands 400 (6.4.2)';
  src: url('../fonts/fa-brands-400.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}