@font-face {
  font-family: "Fa brands 400";
  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;
}

:root {
  --primary-light: #efeeeb;
  --text-dark: #0e0e0e;
  --primary: #d5664a;
  --white: white;
  --black: black;
  --light-gray: #f9f9fa;
  --dark-gray: #afafaf;
  --dark-gray-50: #afafaf80;
  --white-50: #ffffff80;
  --gray: #e9e9e9;
}

.w-layout-grid {
  grid-row-gap: 16px;
  grid-column-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.w-pagination-wrapper {
  flex-wrap: wrap;
  justify-content: center;
  display: flex;
}

.w-pagination-previous {
  color: #333;
  background-color: #fafafa;
  border: 1px solid #ccc;
  border-radius: 2px;
  margin-left: 10px;
  margin-right: 10px;
  padding: 9px 20px;
  font-size: 14px;
  display: block;
}

.w-pagination-previous-icon {
  margin-right: 4px;
}

.w-pagination-next {
  color: #333;
  background-color: #fafafa;
  border: 1px solid #ccc;
  border-radius: 2px;
  margin-left: 10px;
  margin-right: 10px;
  padding: 9px 20px;
  font-size: 14px;
  display: block;
}

.w-pagination-next-icon {
  margin-left: 4px;
}

body {
  background-color: var(--primary-light);
  color: var(--text-dark);
  font-family: DM Sans, sans-serif;
  font-size: 20px;
  font-weight: 500;
  line-height: 1em;
}

h1 {
  color: var(--text-dark);
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: DM Sans, sans-serif;
  font-size: 80px;
  font-weight: 700;
  line-height: 1em;
}

h2 {
  color: var(--text-dark);
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: DM Sans, sans-serif;
  font-size: 60px;
  font-weight: 500;
  line-height: 1em;
}

h3 {
  color: var(--text-dark);
  margin-top: 10px;
  font-family: DM Sans, sans-serif;
  font-size: 40px;
  font-weight: 500;
  line-height: 1em;
}

h4 {
  color: var(--text-dark);
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: DM Sans, sans-serif;
  font-size: 34px;
  font-weight: 500;
  line-height: 1.3em;
}

h5 {
  color: var(--text-dark);
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: DM Sans, sans-serif;
  font-size: 30px;
  font-weight: 500;
  line-height: 1.3em;
}

h6 {
  color: var(--text-dark);
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: DM Sans, sans-serif;
  font-size: 20px;
  font-weight: 500;
  line-height: 1.3em;
}

p {
  color: #333;
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: DM Sans, sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.5em;
}

a {
  color: var(--primary);
  align-items: center;
  font-family: DM Sans, sans-serif;
  font-size: 20px;
  font-weight: 500;
  line-height: 1.3em;
  text-decoration: none;
  transition: color .3s;
}

a:hover {
  color: var(--text-dark);
}

ul {
  grid-row-gap: 15px;
  flex-direction: column;
  margin-top: 20px;
  padding-left: 0;
  display: flex;
}

li {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  color: var(--text-dark);
  background-image: url('../images/Ellipse-734_1Ellipse 734.png');
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: 10px;
  align-items: center;
  padding-left: 20px;
  font-size: 16px;
  line-height: 1.4em;
  list-style-type: none;
  display: flex;
  position: relative;
}

label {
  color: #333;
  margin-bottom: 10px;
  font-size: 18px;
  display: block;
}

blockquote {
  text-align: center;
  background-image: url('../images/bxs_quote-left_1bxs_quote-left.png');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: auto;
  border-left: 1px #000;
  margin-top: 25px;
  margin-bottom: 25px;
  padding: 30px 20px 10px;
  font-family: Lato, sans-serif;
  font-size: 36px;
  font-weight: 700;
  line-height: 1.2;
}

.section {
  padding-top: 80px;
  padding-bottom: 80px;
  position: relative;
}

.section.licensing-fonts {
  padding-top: 0;
  padding-bottom: 0;
}

.section.without-bottom-spacing {
  padding-bottom: 0;
}

.section.without-top-spacing {
  overflow: hidden;
}

.section.without-spacing {
  padding-top: 0;
  padding-bottom: 0;
}

.base-container {
  flex-direction: column;
  align-items: center;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px;
  display: flex;
}

.base-container.align-left {
  align-items: flex-start;
}

.base-container.start {
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
}

.grid-system-wrapper {
  flex-direction: column;
  width: 100%;
  margin-top: 40px;
  display: flex;
}

.grid-system {
  border-top: 1px solid #7c7c7c;
  justify-content: space-between;
  width: 80%;
  display: flex;
}

.grid-title {
  border-right: 1px solid var(--text-dark);
  border-left: 1px none var(--text-dark);
  background-color: var(--primary);
  color: var(--white);
  justify-content: center;
  width: 19%;
  margin-top: 0;
  margin-bottom: 0;
  padding: 20px 10px;
  display: flex;
}

.grid-title.first-grid {
  border-left-style: solid;
  border-left-color: var(--text-dark);
  background-color: var(--primary);
  width: 24%;
  margin-top: 0;
}

.grid-description {
  border-right: 1px solid var(--text-dark);
  border-bottom: 1px solid var(--text-dark);
  color: var(--primary);
  justify-content: center;
  width: 19%;
  margin-top: 0;
  margin-bottom: 0;
  padding: 20px 10px;
  display: flex;
}

.grid-description.first-description {
  border-right: 1px solid var(--text-dark);
  border-bottom: 1px solid var(--text-dark);
  border-left: 1px solid var(--text-dark);
  width: 24%;
}

.grid-description.last-description {
  border-right-style: solid;
  border-right-width: 1px;
}

.spacing-system-column {
  padding-right: 20px;
}

.spacing-system-image {
  max-width: 80%;
}

.spacing-wrapper-mobile {
  width: 70%;
  margin-top: 30px;
  position: relative;
}

.typography-wrapper {
  margin-top: 30px;
}

.spacing-columns {
  margin-top: 40px;
}

.bottom-style-spacing-desktop {
  font-weight: 700;
  position: absolute;
  inset: auto 0% 10% auto;
}

.top-style-spacing-desktop {
  font-weight: 700;
  position: absolute;
  top: 8%;
  bottom: auto;
  right: 0;
}

.spacing-wrapper {
  width: 100%;
  margin-top: 30px;
  position: relative;
}

.middle-style-spacing-desktop {
  font-weight: 700;
  position: absolute;
  inset: 33% 0% auto auto;
}

.spasing-system-image-mobile {
  max-width: 70%;
}

.primary-style-guide {
  background-color: var(--primary);
  width: 75px;
  height: 75px;
}

.color-wrapper {
  margin-right: 30px;
}

.colors-wrapper {
  margin-right: 60px;
}

.text-dark-style-guide {
  background-color: var(--text-dark);
  width: 75px;
  height: 75px;
}

.black-style-guide {
  background-color: var(--black);
  width: 75px;
  height: 75px;
}

.colors-container {
  justify-content: flex-start;
  margin-top: 40px;
  display: flex;
}

.color-container {
  flex-wrap: wrap;
  justify-content: flex-start;
  margin-top: 40px;
  display: flex;
}

.primary-light-style-guide {
  background-color: var(--primary-light);
  width: 75px;
  height: 75px;
  box-shadow: 0 0 15px #0000001a;
}

.white-style-guide {
  background-color: var(--white);
  width: 75px;
  height: 75px;
}

.headings-typography-wrapper {
  flex-flow: wrap;
  width: 48%;
  margin-bottom: 40px;
  margin-right: 40px;
  display: flex;
}

.headings-typography-wrapper.last-child {
  margin-bottom: 0;
  margin-right: 0;
}

.headers-wrapper {
  width: 100%;
  margin-top: 10px;
}

.h1-tablet {
  font-size: 70px;
}

.h2-tablet {
  font-size: 50px;
}

.h1-mobile {
  font-size: 52px;
}

.h2-mobile {
  font-size: 36px;
}

.h3-mobile {
  font-size: 32px;
}

.h4-mobile {
  font-size: 28px;
}

.h5-mobile {
  font-size: 26px;
}

.style-guide-body-wrapper {
  width: 47%;
  margin-right: 40px;
}

.style-guide-body-wrapper.last-child {
  margin-right: 0;
}

.primary-button {
  border: 1px solid var(--primary);
  background-color: var(--primary);
  color: var(--white);
  border-radius: 50px;
  padding: 12px 22px;
  transition: all .3s;
  display: inline-block;
}

.primary-button:hover {
  opacity: 1;
  color: var(--primary);
  background-color: #0000;
}

.primary-button.full-width-mobile {
  text-align: center;
  display: block;
}

.primary-button.serch-button {
  margin-left: auto;
  margin-right: auto;
}

.primary-button.blog {
  border-radius: 30px;
}

.style-guide-div {
  width: 100%;
  margin-top: 40px;
}

.top-style-spacing-mobile {
  font-weight: 700;
  position: absolute;
  top: 5%;
  right: 0;
}

.middlr-style-spacing-mobile {
  font-weight: 700;
  position: absolute;
  top: 29%;
  right: 0;
}

.bottom-style-spacing-mobile {
  font-weight: 700;
  position: absolute;
  bottom: 7%;
  right: 0;
}

.grid-header {
  width: 100%;
  margin-top: 40px;
}

.link-wrapper {
  width: 50%;
  margin-top: 20px;
}

.navbar {
  background-color: #0000;
  width: 100%;
  padding-top: 30px;
  padding-bottom: 30px;
  position: absolute;
  inset: 0% 0% auto;
}

.nav-container {
  justify-content: space-between;
  align-items: center;
  min-width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px;
  display: flex;
}

.nav-menu {
  background-color: var(--white);
  border-radius: 50px;
  justify-content: flex-end;
  align-items: center;
  padding: 5px;
  position: sticky;
  top: 0;
}

.nav-dropdown {
  border-radius: 50px;
  display: none;
}

.nav-dropdown-toggle {
  margin-left: 0;
  margin-right: 0;
  padding: 12px 22px;
}

.nav-dropdown-icon {
  font-size: 16px;
  display: none;
}

.nav-dropdown-list {
  background-color: #fff;
  width: 200px;
  padding: 15px 20px;
}

.nav-dropdown-list.w--open {
  background-color: var(--white);
  border-radius: 20px;
  padding-top: 20px;
  padding-bottom: 20px;
  box-shadow: 0 0 10px #0000000a;
}

.nav-dropdown-list.megamenu {
  width: 360px;
}

.nav-dropdown-list.megamenu.w--open {
  width: 400px;
  display: flex;
  left: -74px;
}

.nav-dropdown-link-wrapper {
  flex-direction: column;
  align-items: center;
  width: 200px;
  padding-left: 0;
  padding-right: 0;
  display: flex;
  position: relative;
  overflow: hidden;
}

.nav-dropdown-link {
  text-transform: capitalize;
  width: 100%;
  margin-left: -20px;
  padding: 8px 8px 8px 0;
  font-size: 18px;
  font-weight: 500;
  transition: all .3s;
  display: flex;
}

.nav-dropdown-link:hover {
  color: var(--primary);
  margin-left: 0;
}

.nav-dropdown-link.w--current {
  color: var(--primary);
}

.body {
  font-size: 20px;
}

.close-button-wrap {
  display: none;
}

.nav-item-title {
  color: var(--text-dark);
  margin-top: 0;
  margin-bottom: 0;
  font-size: 20px;
  line-height: 1.3em;
}

.style-guide-banner-section {
  background-color: var(--text-dark);
  justify-content: center;
  align-items: center;
  padding-top: 200px;
  padding-bottom: 80px;
}

.logo-mobile {
  padding-left: 0;
  display: none;
}

.licensing-title-wrapper {
  border-bottom: 1px #5e5e5e80;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 40px;
  display: flex;
}

.licensing-images-wrapper {
  border-top: 1px solid #5e5e5e80;
  width: 100%;
  padding-top: 40px;
}

.licensing-grid {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  border-bottom: 1px #5e5e5e80;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  width: 100%;
  padding-bottom: 60px;
}

.licensing-grid.last-child {
  border-bottom-style: none;
  grid-template-columns: 1fr 1fr 1fr;
  padding-bottom: 0;
}

.licensing-image {
  object-fit: cover;
  border-radius: 10px;
  width: 100%;
  height: 320px;
}

.licensing-title {
  width: 100%;
  padding-bottom: 30px;
}

.licensing-image-link {
  width: 100%;
  height: 100%;
}

.licensing-image-link:hover {
  opacity: 1;
}

.license-link {
  color: var(--text-dark);
  letter-spacing: normal;
  margin-right: 50px;
  font-weight: 700;
}

.license-link.last-child {
  margin-right: 0;
}

.banner-title {
  color: var(--light-gray);
  text-align: center;
}

.banner-title.contact-us {
  padding-bottom: 80px;
}

.banner-title.events {
  width: 75%;
}

.licensing-heading {
  margin-bottom: 20px;
}

.licensing-icon-link-wrapper {
  margin-right: 25px;
}

.icon-style-guide {
  color: var(--primary);
  font-family: "Fa brands 400", sans-serif;
  font-size: 24px;
}

.icon-style-guide.dribble {
  font-family: "Fa solid 900", sans-serif;
}

.licensing-fonts-wrapper {
  align-items: center;
  width: 100%;
  margin-top: 20px;
  display: flex;
}

.licensing-icon-link {
  margin-bottom: 20px;
}

.licensing-paragraph {
  width: 50%;
  margin-right: 40px;
}

.licensing-paragraph.last-item {
  margin-right: 0;
}

.licensing-font-title {
  color: #0e0e0eb3;
  font-weight: 400;
}

.licensing-icons-wrapper {
  margin-top: 30px;
  margin-bottom: 20px;
}

.utility-page-wrap {
  background-image: url('../images/Background.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 100vh;
  margin-bottom: 40px;
  padding-top: 40px;
  padding-left: 15px;
  padding-right: 15px;
  display: flex;
}

.utility-page-content {
  text-align: center;
  flex-direction: column;
  width: 280px;
  display: flex;
}

.utility-page-form {
  flex-direction: column;
  align-items: stretch;
  display: flex;
}

.password-image {
  width: 140px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.password-input {
  border: 1px solid var(--primary-light);
  border-radius: 50px;
  min-width: 280px;
  min-height: 46px;
  margin-top: 10px;
  margin-bottom: 20px;
  padding: 10px 22px;
  font-size: 16px;
  line-height: 1.2em;
}

.password-input:focus {
  border: 1px solid var(--primary);
}

.password-input::placeholder {
  color: #0e0e0e66;
}

.password-title-wrapper {
  margin-bottom: 40px;
}

._404-paragraph {
  text-align: center;
  margin-top: 20px;
  margin-bottom: 40px;
}

._404-logo-wrapper {
  justify-content: center;
  display: flex;
  position: absolute;
  inset: 40px 0% auto;
}

.text-center {
  text-align: center;
}

._404-content-wrapper {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  max-width: 700px;
  display: flex;
}

.coming-soon-wrapper {
  flex-direction: column;
  align-items: center;
  max-width: 1200px;
  padding-left: 15px;
  padding-right: 15px;
  display: flex;
}

.changelog-heading {
  margin-bottom: 20px;
}

.coming-soon-form {
  grid-column-gap: 15px;
  display: flex;
}

.coming-soon-input {
  border: 1px solid var(--primary-light);
  background-color: var(--primary-light);
  border-radius: 50px;
  min-width: 300px;
  height: 46px;
  margin-bottom: 0;
  padding-left: 22px;
  padding-right: 22px;
  font-size: 16px;
}

.coming-soon-input:focus {
  border: 1px solid var(--primary);
}

.coming-soon-paragraph {
  color: #ffffffb3;
  margin-top: 20px;
  margin-bottom: 40px;
}

.coming-soon-page-wrap {
  text-align: left;
  background-image: url('../images/Banner-Home-1-1.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  justify-content: center;
  align-items: center;
  width: 100vw;
  height: 100vh;
  padding-left: 15px;
  padding-right: 15px;
  display: flex;
  position: relative;
}

.coming-soon-heading {
  color: var(--white);
  text-align: center;
  margin-top: 60px;
}

.blog-post-title {
  transition: color .3s;
}

.blog-post-title:hover {
  color: var(--primary);
}

.nav-menu-wrapper {
  flex: 1;
  justify-content: center;
  align-items: center;
  display: flex;
}

.blog-sidebar-item {
  margin-bottom: 30px;
  display: inline-block;
}

.blog-sidebar-post-content {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.blog-sidebar-post-category {
  border: 1px solid var(--primary);
  background-color: var(--primary);
  color: var(--white);
  border-radius: 10px;
  margin-bottom: 20px;
  padding: 5px 8px;
  transition: all .3s;
  display: inline-block;
}

.blog-sidebar-post-category:hover {
  background-color: var(--primary-light);
  color: var(--primary);
}

.blog-sidebar-post-category.absolute {
  margin-bottom: 10px;
  padding-top: 4px;
  padding-bottom: 4px;
  position: absolute;
  inset: 15px auto auto 15px;
}

.blog-sidebar-left {
  column-count: 2;
  column-gap: 30px;
}

.blog-sidebar-right {
  flex-direction: column;
}

.blog-sidebar-wrapper {
  grid-column-gap: 30px;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.sidebar-recent-posts-wrapper {
  margin-top: 20px;
}

.sidebar-recent-post-item {
  margin-bottom: 20px;
  display: flex;
}

.sidebar-recent-post-image {
  object-fit: cover;
  border-radius: 10px;
  width: 80px;
  height: 80px;
  display: block;
}

.blog-recent-post-title {
  margin-top: 0;
  font-size: 18px;
  transition: color .3s;
}

.blog-recent-post-title:hover {
  color: var(--primary);
}

.div-block {
  flex-direction: column;
  justify-content: center;
  display: flex;
  background-image: unset;
}

.blog-recent-post-date {
  color: #969696;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 14px;
}

.sidebar-recent-posts {
  background-color: var(--white);
  border-radius: 10px;
  margin-top: 30px;
  margin-bottom: 30px;
  padding: 10px 20px 20px;
  box-shadow: 0 0 20px #0000000f;
}

.sidebar-recent-posts.mt-0 {
  margin-top: 0;
}

.sidebar-categories {
  background-color: var(--white);
  border-radius: 10px;
  padding: 20px;
  box-shadow: 0 0 20px #0000000f;
}

.sidebar-categories-wrapper {
  margin-top: 20px;
}

.blog-sidebar-post-image {
  border-radius: 10px;
  width: 100%;
  height: 100%;
}

.blog-sidebar-post-image-link {
  border-radius: 10px;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.sidebar-category {
  border: 1px solid var(--primary);
  background-color: var(--primary);
  color: var(--white);
  border-radius: 10px;
  padding: 5px 8px;
  transition: all .3s;
  display: inline-block;
}

.sidebar-category:hover {
  color: var(--primary);
  background-color: #0000;
}

.blog-template-wrapper {
  width: 64%;
}

.blog-template-image {
  object-fit: cover;
  border-radius: 10px;
  width: 100%;
  max-height: 680px;
  margin-bottom: 20px;
}

.blog-template-date {
  margin-top: 20px;
  margin-bottom: 0;
  font-weight: 700;
  display: inline-block;
}

.blog-template-pagination {
  grid-column-gap: 60px;
  grid-row-gap: 60px;
  align-items: center;
  margin-top: 80px;
  display: flex;
}

.prev-post-arrow {
  color: var(--dark-gray);
  margin-top: 0;
  margin-bottom: 0;
  margin-right: 25px;
  font-family: "Fa solid 900", sans-serif;
}

.next-post-arrow {
  color: var(--dark-gray);
  margin-top: 0;
  margin-bottom: 0;
  margin-left: 25px;
  font-family: "Fa solid 900", sans-serif;
}

.blog-template-prev-button {
  flex: 1;
  display: flex;
}

.blog-template-next-button {
  flex: 1;
  justify-content: flex-end;
  display: flex;
}

.blog-template-pagination-link {
  align-items: center;
  width: auto;
  display: flex;
}

.blog-template-next {
  text-align: right;
}

.footer {
  background-color: var(--primary-light);
  text-align: center;
  align-items: flex-start;
  padding-top: 0;
  padding-bottom: 60px;
  overflow: hidden;
}

.footer-rights-wrapper {
  text-align: left;
  flex-flow: wrap;
  justify-content: flex-start;
  width: 55%;
  display: flex;
}

.footer-rights {
  color: var(--text-dark);
  font-size: 20px;
  line-height: 1.3em;
}

.footer-copyright {
  color: var(--text-dark);
  width: 100%;
  margin-bottom: 10px;
  font-size: 20px;
  line-height: 1.3em;
  display: inline;
}

.footer-copyright-link {
  color: var(--text-dark);
  letter-spacing: .2px;
  margin-right: 5px;
  font-size: 20px;
  text-decoration: none;
  transition: all .2s;
  display: inline;
}

.footer-copyright-link:hover {
  color: var(--primary);
}

.section-title-wrapper {
  text-align: center;
  max-width: 600px;
  margin-bottom: 50px;
  margin-left: auto;
  margin-right: auto;
}

.section-subtitle {
  border: 1px solid var(--text-dark);
  color: var(--primary);
  border-radius: 50px;
  margin-top: 0;
  margin-bottom: 20px;
  padding: 4px 20px;
  display: inline-block;
}

.section-subtitle.white-borders {
  border-color: var(--white);
}

.team-social-links-wrapper {
  grid-column-gap: 20px;
  justify-content: center;
  display: flex;
}

.team-social-icon {
  color: var(--white);
  font-family: "Fa brands 400", sans-serif;
  font-size: 20px;
}

.team-social-icon:hover {
  color: var(--text-dark);
}

.style-guide-buttons-wrapper {
  grid-column-gap: 40px;
  grid-row-gap: 30px;
  flex-wrap: wrap;
  align-items: center;
  width: 100%;
  margin-top: 40px;
  display: flex;
}

.style-guide-button-wrapper {
  width: 47%;
}

.text-button-icon {
  margin-top: 4px;
  margin-left: 10px;
  font-family: "Fa solid 900", sans-serif;
  font-size: 13px;
  line-height: 1;
}

.paragraph-large {
  font-size: 20px;
  line-height: 1.5em;
}

.paragraph-large.banner-paragraph {
  color: var(--white);
  margin-top: 20px;
}

.paragraph-large.mt-20 {
  margin-top: 20px;
}

.paragraph-large.banner-3-paragraph {
  color: var(--white);
  width: 57%;
  margin-top: 20px;
}

.banner-title-wrapper {
  flex-direction: column;
  align-items: center;
  max-width: 760px;
  display: flex;
}

.services-wrapper {
  z-index: 10;
  width: 100%;
  display: flex;
  position: relative;
  bottom: -40px;
}

.services-item {
  background-color: var(--light-gray);
  border-radius: 10px;
  flex-direction: column;
  align-items: flex-start;
  margin-right: 30px;
  padding: 20px 30px 30px;
  display: flex;
}

.services-item.last-child {
  margin-right: 0;
}

.services-item-description {
  margin-bottom: 20px;
}

.pricing-plans-wrapper {
  grid-column-gap: 40px;
  grid-row-gap: 30px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.pricing-plan-item {
  background-color: var(--white);
  border-radius: 10px;
  padding: 40px 30px 30px;
}

.pricing-plan-item.center-item {
  background-color: var(--text-dark);
}

.pricing-plan-list {
  margin-top: 20px;
  margin-bottom: 0;
}

.pricing-plan-item-title {
  margin-top: 0;
  margin-bottom: 20px;
}

.pricing-plan-price-wrapper {
  align-items: flex-start;
  margin-top: 20px;
  margin-bottom: 20px;
  display: flex;
}

.pricing-plan-price {
  font-size: 56px;
}

.pricing-plan-currency-icon {
  margin-right: 2px;
  font-family: Lato, sans-serif;
  font-size: 20px;
  font-weight: 700;
  line-height: 20px;
}

.accordion-toggle {
  white-space: normal;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding: 0;
  display: flex;
}

.accordion-list {
  background-color: #0000;
  display: block;
  position: static;
  overflow: hidden;
}

.accordion-list.w--open {
  background-color: #0000;
  padding-top: 0;
  padding-bottom: 20px;
  display: block;
}

.accordion-wrapper {
  grid-column-gap: 60px;
  width: 100%;
  display: flex;
}

.accordion-item {
  border-bottom: 1px solid var(--text-dark);
  width: 100%;
  margin-bottom: 10px;
  padding: 0 0 20px;
  position: static;
}

.accordion-icon {
  border: 1px solid var(--primary);
  color: var(--primary);
  border-radius: 50px;
  justify-content: center;
  align-items: center;
  width: 28px;
  height: 28px;
  font-family: "Fa solid 900", sans-serif;
  font-size: 12px;
  font-weight: 400;
  line-height: 12px;
  display: flex;
}

.accordion-wrap {
  width: 50%;
  margin-right: 15px;
}

.accordion-wrap.last-child {
  margin-right: 0;
}

.accordion-list-content {
  width: 90%;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 20px;
}

.accordion-title {
  color: var(--primary);
  width: 90%;
}

.flex-vertical-center {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.more-features-icon {
  background-color: var(--primary-light);
  color: var(--primary);
  text-align: center;
  border-radius: 5px;
  min-width: 50px;
  margin-top: 10px;
  margin-bottom: 10px;
  margin-right: 20px;
  padding: 15px;
  font-family: "Fa solid 900", sans-serif;
  font-size: 18px;
}

.link-with-icon {
  transition: all .3s;
  display: flex;
}

.link-with-icon:hover, .link-with-icon.blog-link:hover {
  color: var(--text-dark);
}

.link-with-icon.center:hover {
  opacity: 1;
}

.contacts-detail {
  padding-top: 8px;
  padding-bottom: 8px;
  padding-left: 4px;
  display: flex;
}

.contacts-icon {
  color: var(--white);
  margin-top: 0;
  margin-bottom: 0;
  margin-right: 15px;
  font-family: "Fa solid 900", sans-serif;
}

.paragraph-no-margin {
  color: var(--primary);
  margin-top: 0;
  margin-bottom: 0;
  font-size: 18px;
}

.paragraph-no-margin.no-link:hover {
  color: var(--primary);
}

.paragraph-no-margin.white-hover:hover {
  color: var(--white);
}

.hidden {
  display: none;
}

.contacts-textarea {
  border: 1px solid var(--white);
  border-radius: 10px;
  min-height: 200px;
  margin-bottom: 30px;
  padding: 16px 18px;
  font-size: 16px;
}

.contacts-textarea:focus {
  border: 1px solid var(--primary);
}

.contacts-input {
  border: 1px solid var(--white);
  background-color: var(--white);
  border-radius: 10px;
  height: auto;
  padding: 16px 18px;
  font-size: 16px;
  transition: all .2s;
}

.contacts-input:focus {
  border: 1px solid var(--primary);
}

.contacts-title {
  margin-bottom: 20px;
}

.contacts-location-wrapper {
  margin-top: 30px;
}

.contacts-content-wrapper {
  width: 50%;
}

.contacts-wrapper {
  grid-column-gap: 60px;
  align-items: center;
  width: 100%;
  display: flex;
}

.white-text {
  color: #fff;
}

.white-text.mt-5 {
  margin-top: 5px;
}

.white-text._w-90 {
  width: 90%;
}

.white-text.relative-text {
  z-index: 10;
  position: relative;
}

.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);
  width: 100%;
  height: 3px;
  margin-bottom: 20px;
  display: flex;
}

.search-wrapper {
  flex-direction: column;
  width: 100%;
  max-width: 1140px;
  display: flex;
}

.without-top-spacing {
  padding-top: 0;
}

.search-link {
  transition: all .3s;
}

.search-link:hover {
  opacity: .7;
}

.search-input {
  border: 1px solid var(--white);
  border-radius: 50px;
  height: 46px;
  margin-top: 10px;
  margin-bottom: 20px;
  padding: 16px 22px;
  font-size: 16px;
}

.search-input:focus {
  border: 1px solid var(--primary);
}

.search-result-wrapper {
  width: 100%;
  margin-top: 40px;
}

.search-section {
  padding-top: 200px;
  padding-bottom: 80px;
}

.testimonials-card-wrapper {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: start;
  width: 100%;
  display: grid;
}

.testimonials-card-item {
  background-color: var(--white);
  text-align: center;
  border-radius: 10px;
  flex-direction: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  padding: 20px;
}

.testimonials-card-icon {
  color: var(--primary);
  margin-bottom: 30px;
  font-family: "Fa solid 900", sans-serif;
}

.testimonials-card-date {
  margin-top: 20px;
  font-size: 12px;
  font-weight: 700;
}

.accordion-wrapper-one-column {
  justify-content: center;
  width: 100%;
  margin-top: 40px;
  margin-left: auto;
  margin-right: auto;
}

.dark-gray-style-guide {
  background-color: var(--dark-gray);
  width: 75px;
  height: 75px;
}

.headings-container {
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.button-wrapper {
  margin-top: 50px;
}

.service-list-item {
  position: relative;
}

.style-guide-content-wrapper {
  display: flex;
}

.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;
}

.template-empty-state {
  color: var(--primary);
  background-color: #0000;
  padding: 30px;
  font-family: Lato, sans-serif;
  font-size: 16px;
}

.nav-menu-shadow-overlay {
  grid-column-gap: 10px;
  align-items: center;
  display: flex;
}

.portfolio-masonry-image-wrapper {
  position: relative;
}

.project-template-info {
  text-align: center;
  margin-top: 20px;
}

.project-template-content-wrapper {
  grid-column-gap: 60px;
  grid-row-gap: 16px;
  flex-direction: row;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  width: 100%;
  margin-bottom: 60px;
  display: grid;
}

.project-template-info-wrap {
  margin-bottom: 20px;
}

.project-template-info-wrap.last-child {
  margin-bottom: 0;
}

.project-template-social-icons {
  display: flex;
}

.project-template-social-link {
  border: 1px solid var(--primary);
  border-radius: 10px;
  justify-content: center;
  align-items: center;
  width: 50px;
  height: 50px;
  margin-right: 15px;
  font-family: "Fa brands 400", sans-serif;
  font-size: 15px;
  line-height: 15px;
  transition: all .3s;
  display: flex;
}

.project-template-social-link:hover {
  background-color: var(--primary);
  color: var(--white);
}

.project-template-social-link.last-child {
  margin-right: 0;
}

.project-pagination-wrapper {
  align-items: stretch;
  max-width: 1200px;
  margin: 40px auto;
  padding-left: 15px;
  padding-right: 15px;
  display: flex;
}

.project-pagination-icon-wrapper {
  text-align: center;
  width: 20%;
  padding-top: 40px;
  padding-bottom: 40px;
}

.megamenu-dropdown-wrapper {
  justify-content: center;
  display: flex;
}

.sidebar-search {
  background-color: var(--white);
  border-radius: 10px;
  padding: 20px;
  box-shadow: 0 0 20px #0000000f;
}

.sidebar-search-wrapper {
  align-items: center;
  margin-top: 20px;
  display: flex;
}

.sidebar-search-input {
  border: 1px solid var(--primary-light);
  background-color: var(--primary-light);
  color: var(--text-dark);
  border-radius: 10px;
  height: 46px;
  margin-bottom: 0;
  margin-left: 0;
  margin-right: 15px;
  padding: 16px 22px;
}

.sidebar-search-input:focus {
  border-color: var(--primary);
}

.sidebar-search-input::placeholder {
  color: var(--dark-gray);
  font-size: 16px;
}

.blog-sidebar-right-wrapper {
  width: 36%;
  position: sticky;
  top: 10px;
}

.blog-sidebar-left-wrapper {
  width: 64%;
}

.secondary-button {
  border: 1px solid var(--primary);
  color: var(--primary);
  letter-spacing: .5px;
  background-color: #0000;
  border-radius: 50px;
  padding: 12px 22px;
  transition: all .3s;
}

.secondary-button:hover {
  background-color: var(--primary);
  color: var(--white);
}

.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;
}

.text-dark {
  color: var(--text-dark);
}

.banner-section {
  flex-direction: column;
  padding-top: 200px;
  padding-bottom: 80px;
  position: relative;
}

.banner-section.about-us {
  background-image: url('../images/About-Us-Banner-2.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.banner-section.img-background {
  background-image: url('../images/Background.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.banner-section.contact-us {
  background-image: url('../images/Background.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  padding-bottom: 0;
}

.banner-section.faq {
  background-color: var(--text-dark);
  background-image: url('../images/Background.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.banner-section.pricing {
  background-image: linear-gradient(#00000080, #00000080), url('../images/Pricing.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
}

.banner-section.our-team {
  background-image: linear-gradient(#0003, #0003), url('../images/Team-Banner.jpg');
  background-position: 0 0, 50% 20%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
}

.banner-section.testimonials {
  background-image: url('../images/Testimonials-Banner-1.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: auto;
  padding-bottom: 280px;
}

.banner-section.classes {
  background-image: linear-gradient(#00000080, #00000080), url('../images/Classes-1-banner-1.jpg');
  background-position: 0 0, 50% 30%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
}

.banner-section.classes-2 {
  background-image: url('../images/Classes-2-Banner-1-1.jpg');
  background-position: 50% 30%;
  background-repeat: no-repeat;
  background-size: cover;
}

.banner-section.blog {
  background-image: url('../images/Blog-Banner-1.jpg');
  background-position: 50%;
  background-size: cover;
}

.banner-section.events {
  background-image: url('../images/Events-Banner-1.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.banner-section.changelog-banner, .banner-section.licensing {
  background-color: var(--text-dark);
}

.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;
}

.sidebar-categories-list {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  display: flex;
}

.list-bullet {
  background-color: var(--primary);
  border-radius: 50%;
  width: 8px;
  height: 8px;
  position: absolute;
  inset: 7px auto auto 0%;
}

.project-button-link {
  color: var(--text-dark);
  justify-content: flex-end;
  width: 40%;
  display: flex;
}

.project-button-link:hover {
  color: var(--primary);
}

.project-button-link.left {
  justify-content: flex-start;
}

.project-prev-button-link-icon {
  margin-top: 2px;
  margin-right: 15px;
  font-family: "Fa solid 900", sans-serif;
  font-size: 13px;
  line-height: 1;
}

.project-next-button-link-icon {
  margin-top: 2px;
  margin-left: 15px;
  font-family: "Fa solid 900", sans-serif;
  font-size: 13px;
  line-height: 1;
}

.project-button-link-paragraph {
  font-size: 18px;
}

.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);
  justify-content: center;
  display: flex;
}

.nav-dropdown-link-line {
  background-color: var(--primary);
  width: 16px;
  height: 2px;
  margin-right: 15px;
  display: inline-block;
}

.search {
  width: 100%;
}

.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, sans-serif;
  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;
}

.rich-text-style h2 {
  color: var(--primary);
}

.rich-text-style h3 {
  color: var(--primary);
  margin-top: 25px;
  margin-bottom: 15px;
}

.rich-text-style h4 {
  margin-top: 20px;
}

.rich-text-style h5 {
  justify-content: center;
  align-items: center;
  font-size: 26px;
  display: inline-block;
}

.rich-text-style h6 {
  background-color: var(--primary);
  color: var(--white);
  border-radius: 5px;
  margin-right: 10px;
  padding: 5px 7px 4px;
  font-size: 24px;
  display: inline-block;
}

.rich-text-style p {
  font-size: 18px;
}

.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;
}

.form {
  background-color: var(--primary-light);
  border-radius: 10px;
  flex-direction: column;
  padding: 40px;
  display: flex;
}

.logo {
  z-index: 10;
  height: 50px;
}

.content-footer-wrapper {
  margin-top: 50px;
  display: flex;
}

.links-footer {
  grid-column-gap: 30px;
  width: 45%;
  display: flex;
}

.footer-link-page {
  color: var(--text-dark);
}

.footer-link-page:hover {
  color: var(--primary);
}

.dark-footer-wrapper {
  justify-content: space-between;
  align-items: flex-end;
  width: 100%;
  padding-top: 80px;
  padding-bottom: 80px;
  display: flex;
  position: relative;
}

.right-content-footer-dark {
  z-index: 10;
  text-align: left;
  width: 60%;
  margin-bottom: 5px;
  position: relative;
}

.email {
  color: var(--white);
  font-size: 24px;
  font-weight: 400;
  text-decoration: underline;
  display: inline-block;
}

.email:hover {
  color: var(--primary);
}

.email.mt-50 {
  margin-top: 50px;
  font-weight: 400;
}

._w-65 {
  width: 65%;
}

.absolute-dark-block {
  background-color: var(--text-dark);
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
  width: 110%;
  position: absolute;
  inset: 0% 0% 0% auto;
}

.left-content-footer-dark {
  z-index: 10;
  border-left: 1px solid var(--white);
  text-align: left;
  width: 40%;
  padding-left: 30px;
  position: relative;
}

.social-footer {
  font-weight: 400;
  text-decoration: underline;
  display: inline-block;
}

.social-footer:hover {
  color: var(--white);
}

.social-wrapper {
  grid-column-gap: 20px;
  margin-bottom: 5px;
  display: flex;
}

.addres {
  color: var(--white);
  width: 90%;
  margin-top: 10px;
  margin-bottom: 20px;
  font-size: 30px;
  font-weight: 400;
  line-height: 1.3em;
  text-decoration: underline;
}

.banner-section-home {
  background-image: url('../images/dreamstime_l_275625950-copy.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  height: 100vh;
  display: flex;
  position: relative;
}

.banner-section-home.home-2 {
  background-image: url('../images/Background.png');
  background-position: 50%;
  background-size: cover;
}

.banner-section-home.home-3 {
  background-image: url('../images/Banner-Home-3-1-1.jpg');
  padding-top: 60px;
}

.content-banner {
  flex-direction: column;
  width: 52%;
  display: flex;
}

.content-banner.home-2 {
  width: 100%;
}

.button-banner-wrapper {
  margin-top: 50px;
}

.icon-banner-wrapper {
  grid-column-gap: 20px;
  align-items: center;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  display: flex;
  position: absolute;
  inset: auto 0% 50px;
}

.banner-text {
  color: var(--white);
  font-size: 20px;
  font-weight: 400;
  line-height: 1.3em;
}

.banner-text.text-dark {
  color: var(--text-dark);
}

.banner-wrapper {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1.8fr .25fr;
  grid-auto-columns: 1fr;
  width: 100%;
  display: grid;
}

.banner-wrapper.home-2 {
  grid-template-columns: 1fr 1fr;
  align-items: center;
}

.section-loop {
  grid-column-gap: 15px;
  background-color: var(--text-dark);
  padding-top: 30px;
  padding-bottom: 30px;
}

.section-loop.light {
  background-color: var(--primary-light);
}

.scroll-text {
  color: var(--white);
  flex: none;
  width: 440px;
  font-size: 70px;
  line-height: 1.1em;
}

.scroll-text.dark {
  color: var(--text-dark);
}

.line {
  color: var(--primary);
}

.main-wrapper {
  grid-column-gap: 15px;
  justify-content: flex-start;
}

.scroller {
  position: relative;
  overflow: hidden;
}

.track-horisontal {
  grid-column-gap: 15px;
  flex-direction: row;
  display: flex;
}

.image-block {
  background-image: url('../images/MAKE-SOME-NOISE-isotipo-1_Mesa-de-trabajo-1.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 10px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding-top: 50px;
  padding-bottom: 50px;
  display: flex;
}

.title-img-block {
  text-align: center;
  width: 30%;
}

.time-wrapper {
  background-color: var(--primary-light);
  border-radius: 10px;
  margin-top: 50px;
  padding: 20px 40px;
}

.timer-wrapper {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
}

.time {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.time-text {
  color: var(--primary);
  font-size: 70px;
  line-height: 1em;
}

.days {
  margin-bottom: 10px;
  font-size: 20px;
  line-height: 1.3em;
}

.title-section {
  width: 80%;
  margin-right: auto;
}

.title-section.classes {
  width: 85%;
}

.title-section.center, .title-section.events-details {
  text-align: center;
  margin-left: auto;
}

.teachers-wrapper {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  width: 100%;
  margin-top: 50px;
}

.teachers-wrapper.mt-0 {
  margin-top: 0;
}

.info-teacher {
  margin-top: 20px;
}

.position-teacher {
  color: var(--primary);
}

.position-teacher.mt-20 {
  margin-top: 20px;
}

.teacher-photo {
  background-image: url('../images/Image_1.jpeg');
  background-position: 0 0;
  background-size: auto;
  border-radius: 10px;
}

.teacher-photo.team {
  object-fit: cover;
  height: 300px;
}

.teacher-photo.techer2 {
  background-position: 50% 0;
  height: 400px;
}

.teacher-photo.techer2.oscar {
  background-image: url('../images/393209450_187572474384829_4210092065921238511_n.jpg');
}

.collection-list-news {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  display: grid;
}

.blog-wrapp {
  width: 100%;
  margin-top: 50px;
}

.blog-wrapp.category {
  margin-top: 0;
}

.content-block {
  margin-top: 20px;
  margin-bottom: 10px;
}

.blog-link {
  transition: color .3s;
}

.blog-link:hover {
  color: var(--primary);
}

.blog-link-img {
  border-radius: 10px;
  overflow: hidden;
}

.link-blog-wrapper {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.link-blog-wrapper.mt-20 {
  margin-top: 20px;
  display: flex;
}

.date {
  color: var(--primary);
  font-size: 20px;
}

.dark-section {
  background-color: var(--text-dark);
  display: flex;
  position: relative;
}

.title-testimonials {
  width: 50%;
  margin-bottom: 50px;
  margin-right: auto;
}

.title-testimonials.about-us {
  width: 75%;
}

.name {
  color: var(--primary);
  margin-top: 50px;
  font-size: 20px;
}

.left-arrow-border {
  border: 1px solid var(--primary);
  color: var(--primary);
  border-radius: 50px;
  justify-content: center;
  align-items: center;
  width: 80px;
  height: 80px;
  font-family: "Fa solid 900", sans-serif;
  font-size: 20px;
  font-weight: 400;
  transition: border-color .3s, color .3s;
  display: flex;
  inset: auto auto 80px 15px;
}

.left-arrow-border:hover {
  border-color: var(--white);
  color: var(--white);
}

.left-arrow-border.about-us {
  inset: auto 390px 45px auto;
}

.right-arrow-border {
  border: 1px solid var(--primary);
  color: var(--primary);
  border-radius: 50px;
  justify-content: center;
  align-items: center;
  width: 80px;
  height: 80px;
  margin-left: 15px;
  font-family: "Fa solid 900", sans-serif;
  font-size: 20px;
  font-weight: 400;
  transition: color .3s, border-radius .3s;
  display: flex;
  inset: auto auto 80px 95px;
}

.right-arrow-border:hover {
  border-color: var(--white);
  color: var(--white);
}

.right-arrow-border.about-us {
  inset: auto 295px 45px auto;
}

.slider-testimonials {
  background-color: #0000;
  width: 100%;
  height: 100%;
  position: relative;
}

.content-testimonials {
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px;
}

.slide-testimonials {
  height: 100%;
  padding-top: 80px;
  padding-bottom: 210px;
}

.review {
  width: 56%;
}

.review.about-us {
  width: 100%;
}

.clients-img {
  object-fit: cover;
  width: 35%;
  height: 100%;
  position: absolute;
  inset: 0% 0% 0% auto;
}

.testimonals-text {
  color: var(--white);
  font-size: 20px;
}

.collection-list-classes {
  grid-row-gap: 30px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: flex;
}

.collection-list-wrapper-classes {
  flex: none;
  width: auto;
}

.classes-img {
  object-fit: cover;
  border-radius: 10px;
  width: 100%;
  height: 300px;
}

.collection-item-classes {
  width: 380px;
  margin-right: 30px;
}

.link-block-classes {
  border-radius: 10px;
  display: block;
  overflow: hidden;
}

.scroll-wrapper {
  width: auto;
  margin-top: 50px;
  margin-left: auto;
  overflow: hidden;
}

.scroll {
  display: flex;
}

.classes-link {
  transition: color .3s;
}

.classes-link:hover {
  color: var(--primary);
}

.subscribe-home-2 {
  color: var(--primary);
  margin-bottom: 20px;
}

.banner-img-home-2 {
  width: 100%;
  height: 100%;
}

.collection-list {
  grid-column-gap: 30px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 50px;
  display: grid;
}

.collection-list-wrapper {
  width: 100%;
}

.background-video-2 {
  z-index: 1;
  border-radius: 10px;
  width: 100%;
}

.dark-block {
  background-color: var(--text-dark);
  width: 100%;
  height: 50%;
  position: absolute;
  inset: 0% 0% auto;
}

.section-dark {
  background-color: var(--text-dark);
  padding-top: 80px;
  padding-bottom: 80px;
  position: relative;
}

.section-dark.without-top-spacing {
  padding-top: 0;
}

.section-dark.mt-40 {
  background-image: linear-gradient(#0009, #0009), url('../images/Img-Background.jpg');
  background-position: 0 0, 50% 0;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  padding-top: 120px;
}

.section-dark.banner {
  padding-top: 200px;
}

.grid {
  grid-column-gap: 60px;
  grid-template-rows: auto;
  align-items: end;
  width: 100%;
}

.info-tancer {
  grid-column-gap: 40px;
  justify-content: space-between;
  display: flex;
}

.text-numbers {
  color: var(--primary);
  margin-bottom: 10px;
  font-size: 70px;
  line-height: 1em;
}

.info-wrap {
  margin-bottom: 15px;
}

.title-wrap {
  margin-bottom: 20px;
}

.title-wrap.classes {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.grid-2 {
  grid-column-gap: 60px;
  grid-template-rows: auto;
  align-items: center;
  width: 100%;
}

.woman-dance {
  object-fit: cover;
  border-radius: 10px;
  width: 100%;
  height: 100%;
}

.slider {
  background-color: #0000;
  width: 100%;
  height: auto;
}

.flex-testimonials {
  grid-column-gap: 60px;
  display: flex;
}

.testimonials-about-us {
  object-fit: cover;
  border-radius: 10px;
  width: 47%;
  height: 100%;
}

.testimonials-about-us._1 {
  border-color: var(--text-dark);
}

.link-nav {
  color: var(--text-dark);
  border-radius: 50px;
  padding: 12px 22px;
  transition: color .2s, background-color .3s;
}

.link-nav:hover {
  background-color: #f8f0ee;
}

.gallery-wrapper {
  grid-column-gap: 30px;
  justify-content: space-between;
  width: 100%;
  display: flex;
}

.flex {
  grid-row-gap: 30px;
  flex-direction: column;
  width: 33.33%;
  display: flex;
}

.gallery-img {
  border-radius: 10px;
  width: 100%;
}

.overflow-hidden {
  border-radius: 10px;
  overflow: hidden;
}

.room-grid {
  grid-column-gap: 60px;
  grid-template-rows: auto;
  align-items: center;
  width: 100%;
}

.rooms-img {
  z-index: 110;
  border-radius: 10px;
  position: relative;
}

.background-right {
  z-index: 1;
  width: 100%;
  position: absolute;
  inset: -5px auto auto -5px;
}

.relative {
  z-index: 1;
  position: relative;
}

.background-left {
  position: absolute;
  inset: -5px -5px auto auto;
}

.room-list-text {
  color: var(--white);
  font-size: 20px;
}

.room-list-text.text-dark {
  color: var(--text-dark);
}

.banner-img {
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.success-message {
  background-color: var(--primary);
  color: var(--white);
  border-radius: 10px;
}

.error-message {
  text-align: center;
  border-radius: 10px;
  margin-bottom: 40px;
  margin-left: 40px;
  margin-right: 40px;
}

.list-item-pricing {
  background-image: none;
  padding-left: 15px;
}

.teacher-info {
  border-radius: 10px;
  position: relative;
  overflow: hidden;
}

.social-media-team {
  background-color: var(--primary);
  border-radius: 10px;
  padding-top: 12px;
  padding-bottom: 12px;
  position: absolute;
  inset: auto 0% 0%;
}

.plans-classes {
  grid-column-gap: 16px;
  grid-row-gap: 10px;
  background-color: var(--primary-light);
  text-align: center;
  border-radius: 5px;
  flex-direction: column;
  grid-template-rows: auto;
  grid-template-columns: .5fr 1fr 1fr .5fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: center;
  padding: 25px 40px;
  display: grid;
}

.plans-classes.radius {
  border-bottom-left-radius: 10px;
}

.hourse {
  color: var(--primary);
  font-size: 18px;
}

.link {
  color: var(--text-dark);
  font-size: 22px;
}

.link:hover {
  color: var(--primary);
}

.testimonials-card-banner {
  z-index: 10;
  margin-top: -200px;
  padding-bottom: 80px;
  position: relative;
}

.form-block {
  background-color: var(--primary-light);
  border-radius: 10px;
  width: 50%;
  margin-bottom: 0;
}

.banner-content {
  width: 55%;
}

._w-70 {
  width: 75%;
}

._w-70.center {
  margin-left: auto;
  margin-right: auto;
}

.tabs {
  width: 100%;
}

.tabs-menu {
  grid-column-gap: 20px;
  border-radius: 5px;
  justify-content: center;
  width: 100%;
  display: flex;
}

.tab-link-tab-2 {
  border: 1px solid var(--primary);
  color: var(--primary);
  background-color: #0000;
  border-radius: 5px;
}

.tab-link-tab-2:hover {
  color: var(--primary-light);
}

.tab-link-tab-2.w--current {
  background-color: var(--primary);
  color: var(--white);
}

.tabs-content {
  margin-top: 50px;
}

.schedule-wrapper {
  grid-row-gap: 20px;
  border-radius: 5px;
  flex-direction: column;
  display: flex;
}

.day-off {
  font-size: 18px;
  line-height: 1.3em;
}

.classes-wrapper {
  width: 100%;
}

.collection-list-classes-2 {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  display: grid;
}

.link-block {
  border-radius: 10px;
  width: 100%;
  overflow: hidden;
}

.classes-2-img {
  object-fit: cover;
  border-radius: 10px;
  width: 100%;
  height: 420px;
}

.link-classes-wrapper {
  margin-top: 20px;
}

.section-classes-details {
  background-image: url('../images/Background.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: auto;
  padding-top: 200px;
  padding-bottom: 80px;
}

.details {
  color: #0e0e0e99;
  margin-bottom: 5px;
  font-size: 16px;
}

.collection-item-classes-1 {
  grid-column-gap: 60px;
  align-items: center;
  width: 100%;
  display: flex;
}

.classes-1-img {
  object-fit: cover;
  border-radius: 10px;
  width: 100%;
  height: 100%;
}

.mt-20 {
  margin-top: 20px;
  display: inline-block;
}

.mt-20.white-link:hover {
  color: var(--white);
}

.classes-1-link {
  border-radius: 10px;
  width: 50%;
  overflow: hidden;
}

.classes-1-info-wrapper {
  width: 50%;
}

.class-img {
  object-fit: cover;
  border-radius: 10px;
}

.details-heading {
  margin-bottom: 20px;
}

.time-text-dance {
  color: #0e0e0e99;
  font-size: 18px;
  display: inline;
}

.time-dance-wrap {
  grid-column-gap: 10px;
  align-items: flex-end;
  margin-top: 30px;
  margin-bottom: 10px;
  display: flex;
}

.time-classes {
  color: var(--primary);
  font-size: 18px;
}

.collection-list-2 {
  grid-column-gap: 60px;
  grid-row-gap: 60px;
  flex-direction: row;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.more-class-img {
  border-radius: 10px;
  width: 100%;
  height: 100%;
}

.collection-list-wrapper-2 {
  width: 100%;
}

.slider-recent {
  align-items: center;
  display: flex;
}

.recent-img {
  border-radius: 10px;
  flex: none;
  justify-content: center;
  width: 80px;
  height: 80px;
  margin-right: 15px;
  overflow: hidden;
}

.article {
  position: relative;
}

.blog-category-link {
  color: var(--primary);
  transition: color .3s;
}

.blog-category-link:hover {
  color: var(--text-dark);
}

.section-blog-details {
  padding-top: 200px;
  padding-bottom: 80px;
}

.rich-text-blog {
  width: 100%;
  display: flex;
}

.title-blog-details {
  width: 100%;
  margin-bottom: 60px;
}

.collection-list-wrapper-events {
  width: 100%;
}

.collection-list-events {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.collection-item-events {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  position: relative;
}

.event-img {
  border-radius: 10px;
}

.info-event-wrapper {
  z-index: 10;
  margin-top: 20px;
  position: relative;
}

.link-block-event-img {
  border-radius: 10px;
  position: relative;
  overflow: hidden;
}

.date-event {
  color: var(--white);
  display: inline-block;
}

.primary-text {
  color: var(--primary);
}

.primary-text.mt-0 {
  margin-top: 0;
}

.event-link {
  transition: color .3s;
}

.event-link:hover {
  color: var(--primary);
}

.details-events {
  background-color: var(--primary);
  border-radius: 5px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 4px 7px;
  display: flex;
  position: absolute;
  inset: 15px 15px auto auto;
}

.time-event {
  color: #ffffffb3;
  font-size: 14px;
}

.events-details-img {
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.color-background-img {
  z-index: 5;
  background-color: #00000036;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.flex-events {
  grid-column-gap: 60px;
  grid-row-gap: 60px;
  width: 100%;
  display: flex;
}

.rich-text-wrapper {
  width: 60%;
}

.events-info {
  grid-column-gap: 20px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  align-content: start;
  width: 40%;
  display: grid;
}

.icon {
  color: var(--primary);
  margin-bottom: 20px;
  font-family: "Fa solid 900", sans-serif;
  font-size: 28px;
  font-weight: 400;
  line-height: 1em;
  display: inline-block;
}

.info {
  color: var(--primary);
  margin-bottom: 20px;
  font-size: 18px;
}

.info-events-wrapper {
  flex-direction: column;
  align-items: center;
  padding-right: 40px;
  display: block;
}

.time-clock {
  color: #0e0e0e80;
  margin-top: 7px;
  font-size: 16px;
}

.time-date {
  font-size: 18px;
}

.address {
  font-size: 18px;
  line-height: 1.3em;
}

.radius-10 {
  border-radius: 10px;
}

.mt-10 {
  margin-top: 10px;
}

.mt-10.opacity-70 {
  opacity: .7;
}

.search-result-list {
  grid-row-gap: 30px;
  flex-direction: column;
  display: flex;
}

._404 {
  color: var(--primary);
  margin-bottom: 10px;
  font-size: 90px;
  font-weight: 700;
  line-height: 1.2em;
}

.style-guide-tab-link {
  border: 1px solid var(--primary);
  color: var(--primary);
  background-color: #0000;
  border-radius: 5px;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding: 15px 30px;
  transition: color .3s;
  display: flex;
}

.style-guide-tab-link.w--current {
  background-color: var(--primary);
  color: #fff;
}

.tabs-3 {
  width: 100%;
}

.style-guide-tab-content-wrapper {
  grid-row-gap: 60px;
  flex-direction: column;
  display: flex;
}

.style-guide-tab-content-wrapper.no-spacing {
  grid-row-gap: 0px;
}

.style-guide-tabs-menu {
  grid-column-gap: 20px;
  margin-bottom: 60px;
  display: flex;
}

.btn-icon {
  margin-right: 8px;
}

.buy-this-template {
  z-index: 1000;
  color: var(--white);
  background-color: #4353ff;
  border: 1px solid #4353ff;
  border-radius: 4px;
  padding: 6px;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 12px;
  font-weight: 700;
  line-height: 14px;
  display: flex;
  position: fixed;
  inset: auto 12px 48px auto;
}

.buy-this-template:hover {
  color: var(--white);
}

.more-templates {
  z-index: 1000;
  background-color: var(--white);
  color: #4353ff;
  border: 1px solid #e4e4e4;
  border-radius: 4px;
  width: 141px;
  padding: 6px;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 12px;
  font-weight: 700;
  line-height: 14px;
  display: flex;
  position: fixed;
  inset: auto 12px 12px auto;
}

.more-templates:hover {
  color: #4353ff;
}

.banner-home-3 {
  text-align: center;
  flex-direction: column;
  align-items: center;
  width: 100%;
  display: flex;
}

.subscribe-home-3-banner {
  color: var(--white);
  margin-bottom: 20px;
}

.hire-popup {
  z-index: 1000;
  background-color: #1c276d;
  border-radius: 4px;
  width: 100%;
  max-width: 290px;
  position: fixed;
  inset: auto auto 5px 5px;
}

.hire-popup-wrap {
  grid-row-gap: 10px;
  flex-direction: column;
  padding: 15px;
  display: flex;
  position: relative;
}

.hire-paragraph {
  color: var(--white);
  max-width: 93%;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 12px;
  line-height: 1.3em;
}

.hire-buttons-wrap {
  grid-column-gap: 20px;
  display: flex;
}

.hire-buttons {
  color: #fff;
  text-align: center;
  letter-spacing: 0;
  text-transform: none;
  -webkit-text-fill-color: inherit;
  background-image: none;
  background-clip: border-box;
  border: 1px solid #fff;
  border-radius: 4px;
  padding: 5px 15px;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 12px;
  font-weight: 500;
  line-height: 1.3em;
}

.hire-buttons:hover {
  color: #ffffffb3;
}

.hire-popup-close {
  cursor: pointer;
  padding: 10px 20px;
  position: absolute;
  top: -7px;
  right: -14px;
}

.close-popup-image {
  width: 12px;
  height: 12px;
}

.text-orange {
  color: #f69c20;
}

.promotion-labels-wrapper-to-remove {
  z-index: 9999;
  justify-content: space-between;
  align-items: flex-end;
  width: 100%;
  display: flex;
  position: fixed;
  bottom: 5px;
  left: 5px;
  right: 5px;
}

.promotion-label-close {
  cursor: pointer;
  padding: 10px 20px;
  position: absolute;
  top: -7px;
  right: -14px;
}

.promotion-label-right {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-flow: column;
  display: flex;
  position: absolute;
  right: 10px;
}

.promotion-label-buttons-wrapper {
  grid-column-gap: 20px;
  display: flex;
}

.promotion-label-all-templates {
  z-index: 1000;
  color: #4353ff;
  text-align: left;
  letter-spacing: 0;
  text-transform: none;
  background-color: #fff;
  border: 1px solid #e4e4e4;
  border-radius: 4px;
  width: 140px;
  padding: 6px;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 12px;
  font-weight: 700;
  line-height: 14px;
  text-decoration: none;
  display: flex;
}

.promotion-label-all-templates:hover {
  color: #000;
}

.promotion-label-holder {
  grid-row-gap: 10px;
  background-color: #1c276d;
  border-radius: 4px;
  flex-direction: column;
  padding: 15px;
  display: flex;
  position: relative;
}

.promotion-label-buy-this-template {
  z-index: 1000;
  color: #fff;
  text-align: left;
  letter-spacing: 0;
  text-transform: none;
  background-color: #4353ff;
  border: 1px solid #4353ff;
  border-radius: 4px;
  padding: 6px;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 12px;
  font-weight: 700;
  line-height: 14px;
  text-decoration: none;
  display: flex;
}

.promotion-label-buy-this-template:hover {
  color: #fff;
}

.promotion-label-button {
  color: #fff;
  text-align: center;
  letter-spacing: 0;
  text-transform: none;
  -webkit-text-fill-color: inherit;
  background-image: none;
  background-clip: border-box;
  border: 1px solid #fff;
  border-radius: 4px;
  padding: 5px 15px;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 12px;
  font-weight: 500;
  line-height: 1.3em;
  text-decoration: none;
}

.promotion-label-button:hover {
  color: #ffffffb3;
}

.promotion-label-paragraph {
  color: #fff;
  text-align: left;
  letter-spacing: 0;
  max-width: 93%;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 12px;
  font-weight: 500;
  line-height: 1.3em;
}

.promotion-label-left {
  width: 100%;
  max-width: 290px;
  position: absolute;
}

.heading {
  background-color: var(--white-50);
  border-radius: 10px;
}

.section-2 {
  display: none;
}

.image-3 {
  height: 150px;
  display: block;
}

@media screen and (min-width: 1280px) {
  h1 {
    font-size: 90px;
  }

  h3 {
    font-size: 50px;
  }

  .section {
    padding-top: 120px;
    padding-bottom: 120px;
  }

  .spacing-system-column {
    padding-right: 30px;
  }

  .style-guide-body-wrapper {
    margin-right: 60px;
  }

  .grid-header {
    margin-top: 40px;
  }

  .nav-container {
    padding-left: 50px;
    padding-right: 50px;
  }

  .nav-dropdown-list.megamenu.w--open {
    left: 0;
  }

  .style-guide-banner-section {
    padding-top: 220px;
    padding-bottom: 120px;
  }

  .coming-soon-heading {
    width: 80%;
  }

  .footer-rights-wrapper {
    flex-wrap: wrap;
    justify-content: flex-start;
    width: 46%;
  }

  .style-guide-buttons-wrapper {
    flex-wrap: nowrap;
  }

  .pricing-plans-wrapper {
    grid-column-gap: 60px;
  }

  .pricing-plan-item {
    padding-left: 40px;
    padding-right: 40px;
  }

  .contacts-wrapper {
    grid-column-gap: 90px;
  }

  .white-text._w-65 {
    width: 70%;
  }

  .white-text._w-90 {
    width: 100%;
  }

  .without-top-spacing {
    padding-top: 0;
  }

  .search-section {
    padding-top: 220px;
    padding-bottom: 120px;
  }

  .testimonials-card-wrapper {
    grid-column-gap: 50px;
    grid-row-gap: 50px;
  }

  .testimonials-card-item {
    padding: 30px;
  }

  .nav-menu-shadow-overlay {
    grid-column-gap: 30px;
  }

  .project-template-content-wrapper {
    grid-column-gap: 90px;
    margin-bottom: 80px;
  }

  .project-pagination-wrapper {
    margin-top: 80px;
    margin-bottom: 80px;
  }

  .testimonials {
    padding-top: 130px;
    padding-bottom: 130px;
  }

  .blog-section-title {
    margin-bottom: 70px;
  }

  .map-wrapper {
    padding-right: 70px;
  }

  .section-title-center {
    margin-bottom: 70px;
  }

  .banner-section {
    padding-top: 220px;
    padding-bottom: 120px;
  }

  .banner-section.testimonials {
    padding-bottom: 320px;
  }

  .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;
  }

  .brand, .button-header-wrapper.hidden-tablet {
    width: 156px;
  }

  .content-footer-wrapper {
    justify-content: space-between;
  }

  .links-footer {
    grid-column-gap: 50px;
    width: auto;
  }

  .dark-footer-wrapper {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .right-content-footer-dark {
    width: 55%;
  }

  .email {
    font-size: 30px;
  }

  .social-wrapper {
    grid-column-gap: 30px;
  }

  .addres {
    width: 80%;
  }

  .content-banner {
    width: 54%;
  }

  .content-banner.home-2 {
    width: 95%;
  }

  .banner-wrapper {
    grid-template-columns: 5fr 1fr;
  }

  .banner-wrapper.home-2 {
    grid-column-gap: 80px;
  }

  .h3-style-guide {
    font-size: 40px;
  }

  .timer-wrapper {
    grid-column-gap: 60px;
    grid-row-gap: 60px;
  }

  .teacher-photo.team {
    height: 350px;
  }

  .background-video {
    height: 500px;
  }

  .left-arrow-border {
    bottom: 150px;
    left: 55px;
  }

  .left-arrow-border.about-us {
    right: 530px;
  }

  .right-arrow-border {
    bottom: 150px;
    left: 135px;
  }

  .right-arrow-border.about-us {
    right: 435px;
  }

  .slide-testimonials {
    padding-top: 150px;
    padding-bottom: 280px;
    padding-right: 0;
  }

  .review {
    width: 57%;
  }

  .clients-img {
    width: 35%;
    display: block;
  }

  .dark-block {
    height: 55%;
  }

  .section-dark {
    padding-top: 120px;
    padding-bottom: 120px;
  }

  .section-dark.mt-40 {
    padding-top: 160px;
  }

  .section-dark.banner {
    padding-top: 220px;
  }

  .grid {
    grid-column-gap: 40px;
  }

  .title-wrap {
    width: 90%;
  }

  .grid-2, .flex-testimonials {
    grid-column-gap: 90px;
  }

  .testimonials-about-us {
    width: 40%;
  }

  .content-slider {
    padding-top: 40px;
  }

  .room-grid {
    grid-column-gap: 90px;
    grid-row-gap: 90px;
  }

  .background-right {
    top: -10px;
    left: -10px;
  }

  .background-left {
    top: -10px;
    right: -10px;
  }

  .room-list-text {
    color: var(--white);
    font-size: 20px;
  }

  .plans-classes {
    grid-template-columns: .5fr 1.25fr 1fr .5fr;
  }

  .testimonials-card-banner {
    padding-bottom: 120px;
  }

  ._w-75 {
    width: 75%;
  }

  .collection-list-classes-2 {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
  }

  .classes-2-img {
    height: 500px;
  }

  .section-classes-details {
    padding-top: 220px;
    padding-bottom: 120px;
  }

  .collection-item-classes-1 {
    grid-column-gap: 90px;
  }

  .collection-list-2 {
    grid-column-gap: 90px;
    grid-row-gap: 90px;
  }

  .section-blog-details {
    padding-top: 220px;
    padding-bottom: 120px;
  }

  .flex-events {
    grid-column-gap: 90px;
    grid-row-gap: 90px;
  }

  .events-info {
    width: 30%;
  }

  .info-events-wrapper {
    padding-right: 30px;
  }

  ._404 {
    font-size: 120px;
  }

  .style-guide-tab-content-wrapper {
    grid-row-gap: 80px;
  }
}

@media screen and (min-width: 1440px) {
  h1 {
    margin-bottom: 10px;
    font-size: 86px;
  }

  h2, h3, h4, h5, h6 {
    margin-bottom: 10px;
  }

  .navbar {
    padding-top: 35px;
    padding-bottom: 35px;
  }

  .nav-container {
    padding-left: 80px;
    padding-right: 80px;
  }

  .banner-title {
    width: 90%;
  }

  .paragraph-large.banner-paragraph {
    width: 98%;
  }

  .banner-section.pricing {
    background-position: 0%;
  }

  .banner-section.classes {
    background-image: linear-gradient(to bottom, null, null), url('../images/Classes-1-banner-1.jpg');
    background-position: 0 0, 50% 40%;
  }

  .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;
  }

  .absolute-dark-block {
    width: 120%;
  }

  .content-banner {
    width: 55%;
  }

  .content-banner.home-2 {
    width: 99%;
  }

  .banner-wrapper {
    grid-template-columns: 8.5fr 1.75fr;
  }

  .title-img-block {
    width: 35%;
  }

  .timer-wrapper {
    grid-column-gap: 70px;
    grid-row-gap: 70px;
  }

  .time-text {
    font-size: 90px;
  }

  .background-video {
    height: 600px;
  }

  .left-arrow-border {
    justify-content: center;
    align-items: center;
    display: flex;
    bottom: 140px;
    left: 135px;
  }

  .right-arrow-border {
    bottom: 140px;
    left: 215px;
  }

  .collection-list-wrapper-classes {
    width: auto;
  }

  .dark-block {
    height: 60%;
  }

  .text-numbers {
    font-size: 90px;
  }

  .testimonials-about-us {
    width: 41%;
  }

  .class-img {
    object-fit: cover;
    width: 100%;
    height: 480px;
  }
}

@media screen and (min-width: 1920px) {
  h1 {
    font-size: 100px;
  }

  h2 {
    font-size: 80px;
  }

  h3 {
    font-size: 60px;
  }

  .section {
    padding-top: 150px;
    padding-bottom: 150px;
  }

  .section.without-top-spacing {
    padding-top: 0;
  }

  .base-container.start {
    flex-direction: column;
  }

  .nav-container {
    padding-left: 100px;
    padding-right: 100px;
  }

  .style-guide-banner-section {
    padding-bottom: 150px;
  }

  .banner-title {
    width: 100%;
  }

  .password-title-wrapper {
    align-self: center;
  }

  .coming-soon-page-wrap {
    justify-content: center;
  }

  .coming-soon-heading {
    width: 100%;
  }

  .section-title-wrapper {
    max-width: 740px;
  }

  .section-title-wrapper._w-75, .white-text._w-65 {
    width: 75%;
  }

  .search-section {
    padding-bottom: 150px;
  }

  .project-pagination-wrapper {
    margin-top: 110px;
    margin-bottom: 110px;
  }

  .banner-section {
    padding-bottom: 150px;
  }

  .banner-section.pricing {
    background-position: 50%;
  }

  .banner-section.testimonials {
    padding-bottom: 350px;
  }

  .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;
  }

  .rich-text-style h6 {
    padding-top: 4px;
  }

  .style-guide-title {
    font-size: 80px;
  }

  ._w-65 {
    width: 70%;
  }

  .absolute-dark-block {
    width: 150%;
  }

  .banner-section-home {
    background-position: 50% 80%;
  }

  .content-banner {
    width: 59%;
  }

  .content-banner.home-2 {
    width: 100%;
  }

  .content-banner.about {
    width: 55%;
  }

  .button-banner-wrapper {
    margin-top: 50px;
  }

  .banner-wrapper.home-2 {
    grid-column-gap: 80px;
  }

  .scroll-text {
    font-size: 70px;
  }

  .title-section.classes, .title-section.center {
    width: 100%;
  }

  .background-video {
    height: 700px;
  }

  .title-testimonials.about-us {
    width: 90%;
  }

  .left-arrow-border {
    left: 370px;
  }

  .right-arrow-border {
    left: 450px;
  }

  .clients-img {
    width: 35%;
  }

  .classes-img {
    height: 440px;
  }

  .scroll-wrapper {
    margin-left: auto;
  }

  .collection-list {
    grid-column-gap: 30px;
    grid-row-gap: 16px;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
  }

  .dark-block {
    height: 55%;
  }

  .section-dark {
    padding-top: 150px;
    padding-bottom: 150px;
  }

  .section-dark.mt-40 {
    padding-top: 190px;
  }

  .title-wrap.start {
    width: 100%;
  }

  .testimonials-card-banner {
    padding-bottom: 150px;
  }

  .banner-content {
    width: 65%;
  }

  ._w-75 {
    width: 100%;
  }

  ._w-70 {
    width: 85%;
  }

  .section-classes-details {
    height: auto;
    padding-bottom: 150px;
  }

  .class-img {
    height: auto;
  }

  .section-blog-details {
    padding-bottom: 150px;
  }

  ._404 {
    font-size: 130px;
  }
}

@media screen and (max-width: 991px) {
  h1 {
    font-size: 70px;
  }

  h2 {
    font-size: 50px;
  }

  h5 {
    font-size: 26px;
  }

  .grid-system {
    width: 100%;
  }

  .grid-description.first-description {
    text-align: center;
  }

  .spacing-system-image {
    width: 75%;
  }

  .spacing-wrapper-mobile {
    width: 70%;
  }

  .spacing-columns {
    flex-flow: wrap;
    display: flex;
  }

  .bottom-style-spacing-desktop {
    bottom: 6%;
  }

  .top-style-spacing-desktop {
    top: 4%;
  }

  .middle-style-spacing-desktop {
    top: 30%;
  }

  .spasing-system-image-mobile {
    width: 70%;
  }

  .colors-wrapper {
    margin-right: 40px;
  }

  .colors-container {
    flex-wrap: wrap;
  }

  .headings-typography-wrapper {
    width: 100%;
  }

  .headings-typography-wrapper.last-child {
    margin-bottom: 40px;
  }

  .style-guide-body-wrapper {
    width: 100%;
    margin-bottom: 30px;
    margin-right: 0;
  }

  .top-style-spacing-mobile {
    top: 3%;
  }

  .middlr-style-spacing-mobile {
    top: 26%;
  }

  .bottom-style-spacing-mobile {
    bottom: 6%;
  }

  .nav-menu {
    background-color: var(--white);
    border-radius: 0;
    flex-direction: column;
    width: 320px;
    padding: 0;
    inset: 0% auto 0% 0%;
  }

  .menu-button {
    text-align: right;
    flex: 1;
    padding: 0;
  }

  .menu-button.w--open {
    background-color: #0000;
  }

  .nav-dropdown {
    flex-direction: column;
    justify-content: center;
    align-items: stretch;
    width: 320px;
    padding-left: 15px;
    transition: opacity .5s;
    display: flex;
    overflow: hidden;
  }

  .nav-dropdown-toggle {
    align-items: center;
    padding-top: 8px;
    padding-bottom: 8px;
    padding-left: 0;
    display: flex;
  }

  .nav-dropdown-icon {
    margin-right: 27px;
    display: block;
    inset: 0% 0 0% auto;
  }

  .nav-dropdown-list {
    background-color: var(--white);
    border-radius: 0;
    flex-direction: column;
    align-items: flex-start;
    width: auto;
    padding: 0 40px 0 20px;
    display: flex;
    position: static;
  }

  .nav-dropdown-list.w--open {
    background-color: var(--white);
    box-shadow: none;
    border-radius: 0;
    padding-top: 0;
    padding-bottom: 0;
    display: flex;
    position: static;
  }

  .nav-dropdown-list.megamenu {
    background-color: #fff;
    align-items: flex-start;
    width: auto;
    height: 270px;
    padding-left: 20px;
    padding-right: 0;
    overflow: scroll;
  }

  .nav-dropdown-list.megamenu.w--open {
    background-color: var(--white);
    box-shadow: none;
  }

  .nav-dropdown-link-wrapper {
    flex-flow: wrap;
    align-items: flex-start;
    width: 100%;
    height: auto;
    padding-right: 0;
  }

  .nav-dropdown-link-wrapper:hover {
    padding-left: 0;
    padding-right: 0;
  }

  .nav-dropdown-link-wrapper.mb-10 {
    align-items: flex-start;
    margin-bottom: 10px;
  }

  .nav-dropdown-link {
    margin-left: 0;
    margin-right: 0;
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .close-button-wrap {
    justify-content: space-between;
    align-items: center;
    padding: 30px 13px 30px 15px;
    display: flex;
  }

  .close-menu-button {
    padding-bottom: 0;
  }

  .close-menu-button.w--open {
    background-color: var(--white);
    padding: 0;
  }

  .nav-close-icon {
    z-index: 15;
    align-self: stretch;
    max-width: 60%;
  }

  .style-guide-banner-section {
    padding-top: 140px;
  }

  .logo-mobile {
    display: block;
  }

  .logo-mobile.w--current {
    margin-bottom: 0;
    display: block;
  }

  .licensing-grid.last-child {
    grid-template-columns: 1fr 1fr 1fr;
  }

  .licensing-paragraph {
    width: 100%;
  }

  .coming-soon-wrapper {
    align-items: center;
    max-width: 690px;
    margin-right: 0;
  }

  .coming-soon-paragraph {
    margin-bottom: 30px;
  }

  .coming-soon-heading {
    text-align: center;
    font-size: 56px;
  }

  .blog-sidebar-left {
    flex: none;
    width: 100%;
  }

  .blog-sidebar-right {
    width: 100%;
    margin-bottom: 60px;
  }

  .blog-sidebar-wrapper {
    flex-wrap: wrap-reverse;
  }

  .blog-sidebar-wrapper.blog-details {
    flex-flow: column;
  }

  .sidebar-recent-posts-wrapper {
    column-count: 2;
    column-gap: 20px;
  }

  .sidebar-recent-post-item {
    display: inline-block;
  }

  .blog-recent-post-title {
    margin-bottom: 5px;
  }

  .blog-sidebar-post-image-link {
    overflow: hidden;
  }

  .blog-template-wrapper {
    width: 100%;
  }

  .blog-template-image {
    margin-bottom: 40px;
  }

  .blog-template-date {
    margin-bottom: 30px;
  }

  .blog-template-pagination {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    margin-top: 60px;
  }

  .footer-rights-wrapper {
    text-align: center;
    justify-content: center;
    align-items: center;
    width: auto;
  }

  .section-title-wrapper {
    max-width: 500px;
  }

  .style-guide-button-wrapper {
    width: 100%;
  }

  .paragraph-large.banner-3-paragraph {
    width: 75%;
  }

  .services-item {
    margin-right: 15px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .pricing-plans-wrapper {
    grid-row-gap: 40px;
    flex-wrap: wrap;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    width: 100%;
  }

  .pricing-plan-item {
    width: 100%;
    max-width: 100%;
  }

  .accordion-list-content {
    width: 88%;
  }

  .contacts-location-wrapper {
    width: 100%;
    margin-top: 0;
  }

  .contacts-content-wrapper {
    flex-flow: column wrap;
    justify-content: center;
    width: 100%;
    margin-bottom: 50px;
    padding-left: 0;
    display: flex;
  }

  .contacts-wrapper {
    flex-wrap: wrap-reverse;
  }

  .contacts-content {
    width: 85%;
    margin-bottom: 20px;
  }

  .white-text._w-65 {
    width: 75%;
  }

  .white-text._w-90 {
    width: auto;
  }

  .search-desktop {
    display: none;
  }

  .search-bottom-line {
    display: flex;
  }

  .search-input:focus {
    border: 1px solid var(--primary);
  }

  .search-section {
    padding-top: 140px;
  }

  .testimonials-card-wrapper {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
  }

  .testimonials-card-title {
    font-size: 20px;
  }

  .accordion-wrapper-one-column {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
  }

  .headings-container, .style-guide-content-wrapper {
    flex-wrap: wrap;
  }

  .nav-menu-shadow-overlay {
    background-color: var(--white);
    flex-direction: column;
    justify-content: flex-start;
    align-items: stretch;
    position: fixed;
    inset: 0% auto 0% 0%;
    box-shadow: 0 0 30px #00000026;
  }

  .project-template-content-wrapper {
    grid-column-gap: 40px;
  }

  .megamenu-dropdown-wrapper {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    width: 100%;
  }

  .blog-sidebar-right-wrapper {
    width: 100%;
    margin-top: 80px;
    position: static;
  }

  .blog-sidebar-left-wrapper {
    flex: none;
    width: 100%;
  }

  .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;
  }

  .banner-section {
    padding-top: 140px;
  }

  .banner-section.testimonials {
    padding-bottom: 260px;
  }

  .home-4-testimonials-wrapper {
    grid-column-gap: 60px;
    grid-row-gap: 40px;
    flex-wrap: wrap;
    width: 80%;
    margin-top: 20px;
  }

  .testimonials-wrapper-2 {
    grid-column-gap: 60px;
    grid-row-gap: 60px;
    flex-wrap: wrap;
    width: 80%;
    margin-top: 20px;
  }

  .about-img._1 {
    top: 7%;
    left: 15px;
  }

  .about-img._5 {
    top: 58%;
    bottom: 0;
    left: 60px;
  }

  .about-img._3 {
    width: 360px;
    top: 0%;
    right: 15px;
  }

  .about-img._4 {
    width: 240px;
    top: 57%;
    left: auto;
    right: 15px;
  }

  .about-img._2 {
    z-index: 5;
    top: 30%;
    left: 35%;
  }

  .subtitle {
    margin-bottom: 30px;
  }

  .content {
    margin-bottom: 0;
  }

  .industries-block-wrapper {
    max-width: 45vw;
  }

  .about-4-team-slide {
    width: 100%;
  }

  .nav-dropdown-link-line {
    display: none;
  }

  .subtitle-2 {
    margin-bottom: 30px;
  }

  .dropdown-nav-link {
    color: #222;
    padding-top: 12px;
    padding-bottom: 12px;
    font-family: Lato, sans-serif;
    font-weight: 700;
  }

  .dropdown-nav-link.w--current {
    color: #004ae2;
  }

  .home-banner-left-arrow {
    inset: 20% auto auto 4%;
  }

  .form {
    width: 100%;
  }

  .button-header-wrapper.hidden-tablet {
    display: none;
  }

  .image-2 {
    filter: invert();
  }

  .content-footer-wrapper {
    grid-row-gap: 40px;
    flex-direction: column;
    align-items: center;
  }

  .links-footer {
    grid-column-gap: 50px;
    width: auto;
  }

  .right-content-footer-dark {
    width: 50%;
  }

  .email {
    font-size: 20px;
  }

  .left-content-footer-dark {
    width: 47%;
  }

  .addres {
    width: 100%;
    font-size: 28px;
  }

  .banner-section-home {
    height: 90vh;
  }

  .banner-section-home.home-2 {
    flex-direction: column;
    align-items: flex-start;
    height: auto;
    padding-top: 100px;
    padding-bottom: 60px;
  }

  .content-banner {
    text-align: center;
    align-items: center;
    width: 70%;
    margin-left: auto;
    margin-right: auto;
  }

  .content-banner.home-2 {
    text-align: center;
    align-items: center;
    width: 72%;
    margin-left: auto;
    margin-right: auto;
  }

  .icon-banner-wrapper {
    flex: none;
    justify-content: center;
    max-width: 100%;
    margin-top: 60px;
  }

  .icon-banner-wrapper.home-2 {
    border: 1px solid var(--primary);
    border-radius: 50px;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-right: 15px;
    position: static;
  }

  .banner-wrapper {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-direction: column;
    grid-template-columns: 6.25fr 1fr;
    align-items: center;
    display: flex;
  }

  .banner-wrapper.home-2 {
    grid-column-gap: 0px;
    grid-row-gap: 60px;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .scroll-text {
    width: 315px;
    font-size: 50px;
  }

  .title-img-block {
    width: 40%;
  }

  .timer-wrapper {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
  }

  .title-section {
    text-align: center;
    width: 80%;
    margin-left: auto;
  }

  .title-section.classes {
    text-align: center;
    margin-left: auto;
  }

  .teachers-wrapper {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

  .title-testimonials.about-us {
    text-align: center;
    width: 80%;
    margin-left: auto;
  }

  .left-arrow-border {
    bottom: 70px;
  }

  .left-arrow-border.about-us {
    inset: auto 95px 0 auto;
  }

  .right-arrow-border {
    bottom: 70px;
    left: 95px;
  }

  .right-arrow-border.about-us {
    inset: auto 0% 0% auto;
  }

  .review.about-us {
    padding-bottom: 20px;
  }

  .clients-img {
    width: 37%;
  }

  .classes-img {
    width: 100%;
    height: 200px;
  }

  .collection-item-classes {
    width: 250px;
    margin-right: 20px;
  }

  .banner-img-home-2 {
    width: 60%;
  }

  .home-2-banner-content, .content-banner-home {
    flex-direction: column;
    align-items: center;
    display: flex;
  }

  .collection-list {
    grid-column-gap: 20px;
  }

  .dark-block {
    height: 55%;
  }

  .section-dark.banner {
    padding-top: 140px;
  }

  .grid {
    grid-row-gap: 30px;
    text-align: center;
    justify-items: center;
  }

  .info-tancer {
    grid-column-gap: 60px;
    justify-content: center;
  }

  .title-wrap {
    width: 70%;
  }

  .title-wrap.classes {
    width: 100%;
  }

  .grid-2 {
    grid-column-gap: 30px;
  }

  .flex-testimonials {
    grid-row-gap: 50px;
    flex-direction: column;
  }

  .testimonials-about-us {
    object-position: 50% 40%;
    width: 100%;
    height: 350px;
  }

  .testimonials-about-us._1 {
    object-position: 50% 40%;
  }

  .link-nav {
    padding-top: 8px;
    padding-bottom: 8px;
    padding-left: 15px;
    display: flex;
  }

  .link-nav:hover {
    background-color: var(--white);
    color: var(--primary);
  }

  .gallery-wrapper {
    grid-column-gap: 20px;
  }

  .flex {
    grid-row-gap: 20px;
  }

  .overflow-hidden.full {
    display: block;
  }

  .room-grid {
    grid-column-gap: 60px;
    grid-row-gap: 60px;
    flex-direction: column;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
  }

  .rooms-img {
    object-fit: cover;
    width: 100%;
    height: 400px;
  }

  .background-right {
    height: 100%;
  }

  .background-left {
    width: 100%;
    height: 100%;
  }

  .room-content {
    width: 65%;
    margin-right: auto;
  }

  .plans-classes {
    grid-row-gap: 25px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr 1fr;
    padding-left: 8px;
    padding-right: 8px;
  }

  .testimonials-card-banner {
    margin-top: -180px;
  }

  .form-block {
    width: 100%;
  }

  .banner-content {
    text-align: center;
    width: 80%;
  }

  ._w-70 {
    width: auto;
  }

  .tabs-menu {
    grid-column-gap: 10px;
  }

  .classes-2-img {
    height: 400px;
  }

  .section-classes-details {
    padding-top: 140px;
  }

  .collection-item-classes-1 {
    grid-column-gap: 40px;
  }

  .class-img {
    object-fit: cover;
    width: 100%;
    height: 100%;
  }

  .details-heading {
    font-size: 60px;
  }

  .collection-list-2 {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
  }

  .section-blog-details {
    padding-top: 140px;
  }

  .title-blog-details {
    margin-bottom: 40px;
  }

  .rich-text-wrapper {
    width: 100%;
  }

  .events-info {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    flex-direction: column;
    width: 60%;
    display: flex;
  }

  .info-events-wrapper {
    padding-right: 0;
  }

  .style-guide-tab-link {
    padding-left: 10px;
    padding-right: 10px;
  }

  .style-guide-tabs-menu {
    grid-column-gap: 10px;
  }

  .hire-popup-wrap, .promotion-labels-wrapper-to-remove, .promotion-label-holder {
    display: none;
  }
}

@media screen and (max-width: 767px) {
  h1 {
    font-size: 52px;
  }

  h2 {
    font-size: 40px;
  }

  h3 {
    font-size: 32px;
  }

  h4 {
    font-size: 28px;
  }

  h5 {
    font-size: 24px;
  }

  blockquote {
    font-size: 18px;
  }

  .section {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .section.without-top-spacing {
    padding-top: 0;
  }

  .base-container.start {
    text-align: center;
    align-items: center;
  }

  .grid-system-wrapper {
    flex-direction: row;
    margin-top: 15px;
  }

  .grid-system {
    border-left: 1px solid #7c7c7c;
    flex-direction: column;
  }

  .grid-title {
    border-bottom: 1px solid #7c7c7c;
    border-right-style: none;
    width: 100%;
  }

  .grid-title.first-grid {
    border-left-style: none;
    border-right-style: none;
    width: 100%;
  }

  .grid-description {
    border-top: 1px solid #a7a7a7;
    border-bottom-style: none;
    border-right-width: 1px;
    align-items: center;
    width: 100%;
  }

  .grid-description.first-description {
    border-width: 1px 1px .5px 0;
    border-top-style: none;
    border-top-color: #a7a7a7;
    border-bottom-style: none;
    border-left-style: none;
    width: 100%;
  }

  .grid-description.last-description {
    border-bottom-style: solid;
    border-bottom-width: 1px;
    border-right-width: 1px;
  }

  .spacing-system-column {
    margin-top: 20px;
  }

  .spacing-wrapper-mobile {
    margin-top: 30px;
  }

  .typography-wrapper {
    margin-top: 20px;
  }

  .spacing-columns {
    margin-top: 0;
  }

  .bottom-style-spacing-desktop {
    bottom: 10%;
  }

  .top-style-spacing-desktop {
    top: 10%;
  }

  .spacing-wrapper {
    margin-top: 30px;
  }

  .middle-style-spacing-desktop {
    top: 34%;
  }

  .colors-wrapper {
    margin-top: 20px;
    margin-right: 0;
  }

  .colors-container {
    margin-top: 0;
  }

  .headers-wrapper, .style-guide-body-wrapper {
    width: 100%;
    margin-top: 10px;
  }

  .primary-button.full-width-mobile, .primary-button.search-button {
    width: 100%;
  }

  .style-guide-div {
    margin-top: 20px;
  }

  .top-style-spacing-mobile {
    top: 7%;
  }

  .middlr-style-spacing-mobile {
    top: 31%;
  }

  .bottom-style-spacing-mobile {
    bottom: 9%;
  }

  .grid-header {
    width: 100%;
    margin-top: 20px;
  }

  .link-wrapper {
    width: 100%;
    margin-bottom: 10px;
  }

  .nav-menu {
    background-color: #0000;
    width: 100%;
  }

  .nav-dropdown-icon {
    right: 20px;
  }

  .nav-dropdown-list {
    padding-left: 40px;
  }

  .nav-dropdown-list.megamenu {
    padding-left: 20px;
  }

  .nav-dropdown-link {
    font-size: 20px;
  }

  .style-guide-banner-section {
    padding-top: 120px;
    padding-bottom: 60px;
  }

  .licensing-title-wrapper {
    margin-bottom: 20px;
  }

  .licensing-images-wrapper {
    padding-top: 10px;
  }

  .licensing-grid {
    grid-template-columns: 1fr;
    padding-bottom: 40px;
  }

  .licensing-grid.last-child {
    grid-template-columns: 1fr 1fr;
  }

  .licensing-title {
    padding-bottom: 20px;
  }

  .banner-title.contact-us {
    padding-bottom: 40px;
  }

  .licensing-fonts-wrapper {
    flex-wrap: wrap;
  }

  .licensing-paragraph {
    width: 100%;
    margin-bottom: 20px;
    margin-right: 0;
  }

  .licensing-paragraph.last-item {
    margin-bottom: 0;
  }

  .licensing-font-title {
    margin-bottom: 10px;
  }

  .licensing-icons-wrapper {
    margin-top: 20px;
    margin-bottom: 20px;
  }

  .password-image {
    width: 100px;
  }

  ._404-paragraph {
    margin-bottom: 30px;
  }

  .coming-soon-wrapper {
    max-width: 100%;
    margin-left: 0%;
  }

  .coming-soon-input {
    min-width: 240px;
  }

  .coming-soon-heading {
    font-size: 44px;
  }

  .blog-sidebar-left {
    column-count: 1;
  }

  .blog-sidebar-right {
    margin-bottom: 40px;
  }

  .sidebar-recent-posts-wrapper {
    column-count: 1;
  }

  .blog-template-wrapper {
    padding: 20px 15px;
  }

  .blog-template-date {
    margin-bottom: 20px;
  }

  .footer-rights-wrapper {
    flex-wrap: wrap;
  }

  .section-title-wrapper {
    margin-bottom: 40px;
  }

  .style-guide-buttons-wrapper {
    flex-wrap: wrap;
    margin-top: 20px;
  }

  .style-guide-button-wrapper, .paragraph-large.banner-3-paragraph {
    width: 100%;
  }

  .services-wrapper {
    column-count: 1;
    flex-wrap: wrap;
  }

  .services-item {
    text-align: center;
    align-items: center;
    width: 100%;
    margin-bottom: 20px;
    margin-right: 0;
  }

  .services-item.last-child {
    margin-bottom: 0;
  }

  .pricing-plans-wrapper {
    flex-direction: column;
    grid-template-columns: 1fr;
    place-items: center;
    display: flex;
  }

  .pricing-plan-item {
    width: 100%;
    max-width: none;
  }

  .accordion-wrapper {
    flex-wrap: wrap;
  }

  .accordion-wrap {
    width: 100%;
    margin-right: 0;
  }

  .link-with-icon.center-mob {
    justify-content: center;
  }

  .contacts-title {
    text-align: center;
    margin-bottom: 20px;
  }

  .contacts-location-wrapper {
    flex-direction: column;
    align-items: center;
    width: 100%;
    display: flex;
  }

  .contacts-content-wrapper {
    flex-wrap: wrap;
  }

  .contacts-content {
    text-align: center;
    width: 100%;
    padding-right: 0;
  }

  .white-text._w-65 {
    margin-left: auto;
    margin-right: auto;
  }

  .search-result-item {
    margin-bottom: 20px;
  }

  .search-section {
    padding-top: 120px;
    padding-bottom: 60px;
  }

  .testimonials-card-wrapper {
    column-count: 1;
    grid-template-columns: 1fr;
    justify-items: center;
  }

  .testimonials-card-item {
    max-width: 360px;
  }

  .accordion-wrapper-one-column {
    width: 100%;
    margin-top: 20px;
  }

  .button-wrapper {
    margin-top: 40px;
  }

  .about-3-tab-link.w--current {
    font-size: 20px;
  }

  .project-template-content {
    justify-content: center;
    align-items: center;
    width: 100%;
  }

  .project-template-info {
    width: 100%;
    margin-top: 30px;
    margin-left: 0;
  }

  .project-template-content-wrapper {
    grid-row-gap: 40px;
    flex-flow: wrap;
    display: flex;
  }

  .project-template-info-wrap {
    margin-bottom: 20px;
  }

  .project-template-social-icons {
    justify-content: center;
    align-items: center;
  }

  .project-pagination-wrapper {
    margin-top: 20px;
    margin-bottom: 20px;
  }

  .project-pagination-icon-wrapper {
    padding-top: 25px;
    padding-bottom: 25px;
  }

  .blog-sidebar-right-wrapper {
    margin-top: 40px;
  }

  .blog-sidebar-left-wrapper {
    column-count: 1;
  }

  .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;
  }

  .banner-section {
    padding-top: 120px;
    padding-bottom: 60px;
  }

  .banner-section.testimonials {
    background-position: 60% 20%;
    padding-bottom: 160px;
  }

  .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;
  }

  .rich-text-style {
    justify-content: center;
    align-items: center;
  }

  .home-banner-left-arrow {
    top: 6%;
  }

  .home-23-team-item {
    width: 70%;
  }

  .brand {
    padding-left: 0;
  }

  .dark-footer-wrapper {
    flex-direction: column;
    align-items: center;
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .right-content-footer-dark {
    text-align: center;
  }

  .email.mt-50 {
    margin-top: 30px;
  }

  .left-content-footer-dark {
    border-top: 1px solid var(--white);
    text-align: center;
    border-left-width: 0;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 80%;
    margin-top: 40px;
    padding-top: 30px;
    padding-left: 0;
    display: flex;
  }

  .social-wrapper {
    justify-content: center;
    align-items: center;
  }

  .addres {
    width: 70%;
    font-size: 26px;
  }

  .banner-section-home {
    height: auto;
    min-height: 90vh;
  }

  .banner-section-home.home-2 {
    min-height: auto;
  }

  .content-banner {
    width: 100%;
  }

  .button-banner-wrapper {
    margin-top: 40px;
  }

  .icon-banner-wrapper {
    margin-left: auto;
  }

  .banner-wrapper {
    display: flex;
  }

  .scroll-text {
    width: 200px;
    font-size: 32px;
  }

  .title-img-block {
    width: 45%;
  }

  .time-wrapper {
    margin-top: 40px;
  }

  .time-text {
    font-size: 50px;
  }

  .title-section {
    text-align: center;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 80%;
    margin-left: auto;
    display: flex;
  }

  .title-section.classes {
    width: 100%;
  }

  .teachers-wrapper {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    flex-direction: column;
    margin-top: 40px;
    display: flex;
  }

  .info-teacher {
    text-align: center;
  }

  .position-teacher.mt-20 {
    margin-top: 10px;
  }

  .teacher-photo {
    object-fit: cover;
    width: 100%;
    height: 300px;
  }

  .teacher-photo.team {
    height: auto;
  }

  .collection-list-news {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    flex-direction: column;
    display: flex;
  }

  .blog-wrapp {
    margin-top: 40px;
  }

  .content-block {
    margin-bottom: 0;
  }

  .title-testimonials {
    width: 100%;
    margin-bottom: 40px;
    margin-right: 0;
  }

  .title-testimonials.about-us {
    margin-right: auto;
  }

  .content-testimonials {
    text-align: center;
    flex-direction: column;
    align-items: center;
    padding-bottom: 40px;
    display: flex;
  }

  .review {
    width: 100%;
  }

  .review.about-us {
    padding-bottom: 20px;
  }

  .clients-img {
    width: 100%;
    height: 300px;
    position: static;
  }

  .scroll-wrapper {
    margin-top: 40px;
    margin-left: auto;
  }

  .collection-list {
    grid-row-gap: 40px;
    flex-direction: column;
    margin-top: 40px;
    display: flex;
  }

  .image-slasses {
    object-fit: cover;
    width: 100%;
    height: 320px;
  }

  .collection-item {
    text-align: center;
  }

  .section-dark {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .section-dark.banner {
    padding-top: 120px;
  }

  .text-numbers {
    font-size: 50px;
  }

  .title-wrap {
    width: 100%;
  }

  .title-wrap.classes {
    flex-direction: column;
    align-items: center;
    display: flex;
  }

  .grid-2 {
    grid-row-gap: 30px;
  }

  .woman-dance {
    height: 300px;
  }

  .flex-testimonials {
    grid-row-gap: 40px;
  }

  .overflow-hidden.full {
    display: block;
  }

  .room-grid {
    grid-row-gap: 40px;
    text-align: center;
  }

  .rooms-img {
    width: 100%;
    height: 300px;
  }

  .background-right {
    height: 100%;
  }

  .background-left {
    width: 100%;
    height: 100%;
  }

  .room-content {
    text-align: left;
    width: 100%;
    margin-right: 0;
  }

  .teacher-info {
    position: static;
    overflow: visible;
  }

  .social-media-team {
    position: relative;
    top: -20px;
  }

  .plans-classes {
    display: flex;
  }

  .plans-classes.radius {
    border-bottom-right-radius: 10px;
  }

  .testimonials-card-banner {
    margin-top: -100px;
    padding-bottom: 60px;
  }

  .banner-content {
    width: 100%;
  }

  .tabs-menu {
    grid-column-gap: 10px;
    grid-row-gap: 16px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .tab-link-tab-2 {
    text-align: center;
  }

  .collection-list-classes-2 {
    flex-direction: column;
    display: flex;
  }

  .section-classes-details {
    padding-top: 120px;
    padding-bottom: 60px;
  }

  .collection-item-classes-1 {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .classes-1-link {
    width: 100%;
  }

  .classes-1-info-wrapper {
    text-align: center;
    width: 100%;
  }

  .details-heading {
    font-size: 52px;
  }

  .collection-list-2 {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

  .section-blog-details {
    padding-top: 120px;
    padding-bottom: 60px;
  }

  .title-blog-details {
    text-align: center;
    flex-direction: column;
  }

  .collection-list-events {
    flex-direction: column;
    display: flex;
  }

  .info-event-wrapper {
    text-align: center;
  }

  .date-event {
    font-size: 18px;
  }

  .flex-events {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    text-align: center;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }

  .events-info {
    justify-content: center;
    align-items: center;
    width: auto;
    display: block;
  }

  .info-events-wrapper {
    justify-content: center;
    margin-bottom: 25px;
  }

  .search-result-list {
    grid-row-gap: 10px;
  }

  ._404 {
    font-size: 80px;
  }

  .style-guide-tab-content-wrapper {
    grid-row-gap: 40px;
  }

  .style-guide-tabs-menu {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    margin-bottom: 40px;
    display: grid;
  }

  .hire-popup {
    display: none;
  }

  .hire-buttons-wrap, .promotion-label-buttons-wrapper {
    grid-row-gap: 20px;
    flex-flow: column wrap;
    align-items: stretch;
  }
}

@media screen and (max-width: 479px) {
  li {
    text-align: left;
  }

  .grid-system-wrapper {
    flex-direction: row;
  }

  .grid-system {
    flex-direction: column;
    width: 50%;
  }

  .grid-title {
    align-items: center;
  }

  .grid-title.first-grid {
    text-align: center;
    width: 100%;
  }

  .grid-description {
    border-bottom-width: 1px;
    border-bottom-color: #fff3;
  }

  .grid-description.first-description {
    border-bottom: 1px #fff3;
    border-left-style: none;
    border-right-style: solid;
    padding-left: 0;
    padding-right: 0;
  }

  .grid-description.last-description {
    border-bottom-color: #a7a7a7;
  }

  .bottom-style-spacing-desktop {
    bottom: 8%;
  }

  .top-style-spacing-desktop {
    top: 7%;
  }

  .middle-style-spacing-desktop {
    top: 32%;
  }

  .color-container {
    flex-wrap: wrap;
  }

  .primary-button {
    margin-left: auto;
    margin-right: auto;
  }

  .primary-button.full-width-mobile {
    width: 100%;
  }

  .top-style-spacing-mobile {
    top: 5%;
  }

  .middlr-style-spacing-mobile {
    top: 28%;
  }

  .bottom-style-spacing-mobile {
    bottom: 8%;
  }

  .nav-dropdown-toggle {
    padding-left: 0;
    padding-right: 0;
  }

  .nav-dropdown-icon {
    right: 0;
  }

  .nav-dropdown-list.megamenu {
    padding-right: 0;
  }

  .licensing-grid {
    grid-template-columns: 1fr;
  }

  .license-link {
    margin-right: 15px;
  }

  .banner-title.events {
    width: 100%;
  }

  ._404-content-wrapper {
    padding-left: 15px;
    padding-right: 15px;
  }

  .coming-soon-form {
    flex-wrap: wrap;
    justify-content: center;
  }

  .coming-soon-input {
    min-width: auto;
    margin-bottom: 20px;
  }

  .coming-soon-paragraph {
    text-align: center;
    margin-top: 10px;
    margin-bottom: 20px;
  }

  .coming-soon-heading {
    font-size: 32px;
  }

  .blog-sidebar-post-category {
    margin-bottom: 20px;
  }

  .blog-template-pagination {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-wrap: wrap;
    justify-content: center;
  }

  .blog-template-prev-button, .blog-template-next-button {
    flex: none;
    width: 100%;
  }

  .footer {
    text-align: left;
  }

  .footer-rights-wrapper {
    flex-wrap: wrap;
    margin-top: 0;
  }

  .footer-copyright {
    text-align: center;
    justify-content: center;
    width: 100%;
  }

  .footer-copyright-link {
    margin-left: 5px;
  }

  .pricing-plans-wrapper {
    flex-wrap: nowrap;
  }

  .pricing-plan-item {
    padding: 30px 30px 20px;
  }

  .more-features-icon {
    margin-right: 15px;
  }

  .link-with-icon.center {
    justify-content: center;
  }

  .contacts-location-wrapper {
    align-items: flex-start;
  }

  .white-text._w-65 {
    width: 62%;
  }

  .about-3-tab-link {
    font-size: 16px;
  }

  .about-3-tab-link.w--current {
    font-size: 18px;
  }

  .project-template-content {
    text-align: center;
  }

  .project-pagination-wrapper {
    flex-wrap: wrap;
  }

  .project-pagination-icon-wrapper {
    border-style: solid none;
    border-top-width: 1px;
    border-top-color: var(--dark-gray-50);
    border-bottom-width: 1px;
    border-bottom-color: var(--dark-gray-50);
    width: 100%;
    padding-top: 15px;
    padding-bottom: 15px;
  }

  .megamenu-dropdown-wrapper {
    align-items: center;
    width: 100%;
  }

  .section-title-center {
    margin-bottom: 20px;
  }

  .banner-section.testimonials {
    background-position: 40% 20%;
    padding-bottom: 120px;
  }

  .our-services-wrap {
    width: 100%;
  }

  .sidebar-categories-list {
    flex-wrap: wrap;
    justify-content: center;
  }

  .project-button-link {
    justify-content: flex-end;
    width: 100%;
    height: 70px;
  }

  .project-button-link.left {
    justify-content: flex-start;
  }

  .home-9-team-item {
    width: 100%;
  }

  .rich-text-style.flex-center {
    text-align: center;
  }

  .home-23-team-item {
    width: 100%;
  }

  .center-title {
    text-align: center;
  }

  .form {
    padding: 20px;
  }

  .links-footer {
    grid-row-gap: 20px;
    flex-direction: column;
    align-items: center;
  }

  .right-content-footer-dark {
    width: 100%;
  }

  .left-content-footer-dark {
    width: 90%;
  }

  .content-banner.home-2 {
    width: 100%;
  }

  .title-img-block {
    width: 85%;
  }

  .time-wrapper {
    width: 90%;
    padding-left: 20px;
    padding-right: 20px;
  }

  .timer-wrapper {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

  .title-section {
    width: 100%;
  }

  .info-teacher {
    text-align: center;
  }

  .teacher-photo {
    height: 270px;
  }

  .content-block {
    text-align: center;
  }

  .left-arrow-border.about-us {
    inset: auto auto 0% 60px;
  }

  .right-arrow-border {
    inset: auto 15px 70px auto;
  }

  .right-arrow-border.about-us {
    right: 60px;
  }

  .review.about-us {
    text-align: center;
    padding-bottom: 120px;
  }

  .collection-list-classes {
    grid-row-gap: 40px;
    flex-direction: column;
  }

  .collection-list-wrapper-classes {
    flex-direction: column;
    width: 100%;
    display: flex;
  }

  .collection-list-wrapper-classes.hidden-mobile {
    display: none;
  }

  .classes-img {
    height: 270px;
  }

  .collection-item-classes {
    text-align: center;
    width: 100%;
    margin-right: 0;
  }

  .scroll-wrapper {
    flex-direction: column;
    width: 100%;
  }

  .banner-img-home-2 {
    width: 75%;
  }

  .collection-list {
    grid-row-gap: 40px;
    flex-direction: column;
  }

  .image-slasses {
    height: 270px;
  }

  .collection-item {
    text-align: center;
  }

  .info-tancer {
    grid-row-gap: 30px;
    flex-direction: column;
  }

  .title-wrap {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .title-wrap.start {
    align-items: flex-start;
  }

  .gallery-wrapper {
    flex-direction: column;
  }

  .flex {
    width: 100%;
    margin-bottom: 20px;
  }

  .flex.last-child {
    margin-bottom: 0;
  }

  .error-message {
    margin-bottom: 20px;
    margin-left: 20px;
    margin-right: 20px;
  }

  .testimonials-card-banner {
    margin-top: -60px;
  }

  .classes-2-img {
    height: auto;
  }

  .link-classes-wrapper {
    text-align: center;
  }

  .time-dance-wrap {
    justify-content: center;
  }

  .collection-list-2 {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
  }

  .title-blog-details {
    text-align: center;
  }

  .event-img {
    object-fit: cover;
    height: 180px;
  }

  .flex-events {
    flex-direction: column;
  }

  .rich-text-wrapper {
    text-align: center;
  }

  .events-info {
    text-align: center;
    justify-content: center;
    align-items: center;
    width: 100%;
  }

  .info-events-wrapper {
    margin-left: auto;
    margin-right: auto;
    padding-left: 15px;
    padding-right: 15px;
  }

  .style-guide-tabs-menu {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
  }
}

#w-node-_493ca382-08e5-a9b8-e2d1-2a0e02195207-ea6580fd, #w-node-_9d901e94-292a-31a5-2678-aa2df3955779-ea6580fd, #w-node-b4647dfe-b07e-a4fa-f0f0-ab0e266f99e5-ea6580fd, #w-node-_67438929-0c7e-be7d-3301-35fb21ee4693-ea6580fd, #w-node-_0157a493-ce68-6c99-545e-609d3b00985e-ea6580fd, #w-node-e23c579e-a4ef-c5c1-0aa3-e3b6dfa8e359-ea6580fd, #w-node-_1bf17d10-5f42-0080-d3c0-ab023d33f750-ea6580fd, #w-node-_42a6408f-fad0-2b24-b049-35e4610e3562-ea658100, #w-node-_666c9d47-6e27-e9b4-6123-2bb6d0c4fe47-ea658100, #w-node-e4fa29dc-da8a-4c09-99b0-8be292ca91dc-ea658100, #w-node-f6a5e8f0-d07c-d311-9562-43d3ce5cb603-ea658100, #w-node-_572af0a2-3230-cf54-e822-d6aa99099a21-ea658100, #w-node-_21c08c36-cf66-562f-b85f-31cb951cfe32-ea658100, #w-node-_21c08c36-cf66-562f-b85f-31cb951cfe39-ea658100, #w-node-_21c08c36-cf66-562f-b85f-31cb951cfe40-ea658100 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_369d0170-66b5-3f33-ec39-d7d20fcf3c9c-ea658106 {
  grid-area: span 1 / span 2 / span 1 / span 2;
  place-self: start;
}

#w-node-b7af4bb5-0539-a843-1049-7f3c90a82c24-ea658106 {
  grid-area: span 1 / span 2 / span 1 / span 2;
  align-self: start;
}

#w-node-be63698f-5085-7cdd-333c-27b155b0bb93-ea658106 {
  grid-area: span 1 / span 2 / span 1 / span 2;
  place-self: start;
}

#w-node-f9551679-b415-eac8-1399-83695440641e-ea658106, #w-node-f9551679-b415-eac8-1399-836954406425-ea658106, #w-node-f9551679-b415-eac8-1399-83695440642c-ea658106, #w-node-e2f5ba98-7333-1fc6-706b-59ac335dfa9a-ea658108, #w-node-_3e5eeb87-6039-6e81-a5c9-0d864fb99e10-ea65810a, #w-node-_0fbc4971-8d34-cc8d-577e-7f7cfdb1f21e-ea65810a, #w-node-_013bb881-e8a2-3139-eb15-0830990e2477-ea65810a, #w-node-_013bb881-e8a2-3139-eb15-0830990e247c-ea65810a, #w-node-_013bb881-e8a2-3139-eb15-0830990e2481-ea65810a, #w-node-_97c31df3-8dfd-ca37-b26e-8320c32e29fa-ea65810a, #w-node-_97c31df3-8dfd-ca37-b26e-8320c32e2a01-ea65810a, #w-node-_97c31df3-8dfd-ca37-b26e-8320c32e2a08-ea65810a {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_5ec15608-86d2-a9a9-3aa3-bede457fbc29-ea65810b, #w-node-_51f77980-4b5c-7fbc-aea2-ee6dc16b6faa-ea65810b, #w-node-_1b27c512-a461-b704-9193-e5141a12ecde-ea65810b, #w-node-_96816cc6-7a9b-e88c-c939-6d543f4a1ad4-ea65810b, #w-node-_9771ae06-25cb-16c5-30dd-c6a71f946bd5-ea65810b, #w-node-cea6191a-cce5-1aeb-3286-ff9a74361abb-ea65810b, #w-node-_2c37208c-66f2-edb4-676b-534b1ce6916f-ea65810b, #w-node-c9408543-5767-6869-1104-e1a48f50665e-ea65810b, #w-node-_1d04acc3-913e-3c56-9bf0-764eaefe63ad-ea65810b, #w-node-a112ca8b-3fdf-ebe4-8673-56b3f4c3cb89-ea65810b, #w-node-_279f6c75-c346-fd11-74c2-beb10af0422a-ea65810b, #w-node-_42836c7e-aa06-0b22-f57e-4084bf5b95eb-ea65810b, #w-node-b559bf56-fe4d-5808-2909-ff61877c48ca-ea65810b, #w-node-afc8ae4f-c615-eebd-d02e-485d0edfd801-ea65810b, #w-node-_3986b01e-ac55-1d09-e719-6f4083e244ba-ea65810b, #w-node-c8147777-d27f-5bd4-80e7-0a76c52e0da3-ea65810b, #w-node-_4751a33b-518f-4fa1-c179-326dea2f7d6c-ea65810b, #w-node-_5e1a80db-f010-85c3-c4fa-f9fbaceb38d1-ea65810b, #w-node-_0c2fa073-f10b-4e5c-9b7e-0a3db64c65d3-ea65810b, #w-node-_7829d3bd-1b49-abd0-2d24-10276271008e-ea65810b, #w-node-fadde0a4-e7fa-f759-0444-4f61fbe45f74-ea65810b, #w-node-_64593281-f5f0-f8b1-3a11-d3462a4c40a6-ea65810b, #w-node-e0999faa-2945-f9f5-9f14-4402b1593642-ea65810b, #w-node-c3af4eb1-4047-b51b-2dc1-fb83631d43d7-ea65810b, #w-node-c6bcf85c-a973-801c-d3ff-a15799fe0f4a-ea65810b, #w-node-_1694e8d5-3236-8569-4727-a32052b48d4c-ea65810b, #w-node-f2ea1dcf-c10d-f284-dd8d-913839dcfd26-ea65810b, #w-node-_4eb9cf15-d19f-8c2f-04d5-a44a984f261e-ea65810b, #w-node-b56fd292-62b3-d1d5-0d63-dc56c551585c-ea65810b, #w-node-a70d04dc-7ce9-5d2f-e01e-0d7409543264-ea65810b, #w-node-_1fb341ca-f857-3124-c006-dd90a282cfe3-ea65810b, #w-node-d34e67d9-4fc5-58b5-8f03-8c1d3f80d79e-ea65810b, #w-node-f8f6c8d2-359d-bfee-51cc-cb7e997bf0ad-ea65810b, #w-node-_37cf96f1-7a60-71d9-02c2-4fa0ca548556-ea65810b, #w-node-_5ec15608-86d2-a9a9-3aa3-bede457fbc47-ea65810b, #w-node-_86d8e86b-3006-818c-a3a6-4ab6c1dbd973-ea65810b {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_5ec15608-86d2-a9a9-3aa3-bede457fbc57-ea65810b, #w-node-_49cca918-c86c-541f-7ce5-f9a9d329efa9-ea65810b, #w-node-d6e596d5-8de4-ff78-b72f-c7add2c74cdf-ea65810b, #w-node-f05a39b9-2ff2-3c6a-4533-a4bcee3a4f19-ea65810b, #w-node-dc1b3d86-60b2-587e-7b47-7f27d6ea11d7-ea65810b, #w-node-b830aba6-668b-37aa-0bf5-73d1943ff779-ea65810b, #w-node-c706860d-d724-fa4f-4e58-ef3866dde3c9-ea65810b, #w-node-_765cebc8-d929-9a20-3343-8bcb8e7c2632-ea65810b, #w-node-_06d68103-5248-e1ef-dd60-824c0578c6c7-ea65810b, #w-node-e840cc83-6474-4f5c-2224-258a1be9f887-ea65810b, #w-node-bd6c2fdf-c4f7-2929-db16-da56b6130364-ea65810c, #w-node-bd6c2fdf-c4f7-2929-db16-da56b6130376-ea65810c, #w-node-bd6c2fdf-c4f7-2929-db16-da56b6130388-ea65810c, #w-node-_6463bc59-6948-4e21-08fb-1f5e3ca4359b-ea65810c, #w-node-_6463bc59-6948-4e21-08fb-1f5e3ca435a2-ea65810c, #w-node-_6463bc59-6948-4e21-08fb-1f5e3ca435a9-ea65810c, #w-node-_191e3951-8273-42e0-36be-11dd3d7a2937-ea65810c, #w-node-_49c988df-54e9-af24-6719-5a3581106ed1-ea65810c, #w-node-_14304a96-6963-fd37-d0f8-faf281f26399-ea65810c, #w-node-_3a756670-cc55-3615-6186-844f780ad37b-ea65810f, #w-node-_3a756670-cc55-3615-6186-844f780ad37d-ea65810f, #w-node-_3a756670-cc55-3615-6186-844f780ad37f-ea65810f, #w-node-_3a756670-cc55-3615-6186-844f780ad381-ea65810f, #w-node-_3a756670-cc55-3615-6186-844f780ad383-ea65810f, #w-node-_3a756670-cc55-3615-6186-844f780ad386-ea65810f, #w-node-_3a756670-cc55-3615-6186-844f780ad388-ea65810f, #w-node-_3a756670-cc55-3615-6186-844f780ad38a-ea65810f, #w-node-_3a756670-cc55-3615-6186-844f780ad38c-ea65810f, #w-node-_3a756670-cc55-3615-6186-844f780ad38e-ea65810f, #w-node-_57fb1e0e-5e05-4993-57db-1aa157dbc27f-ea658111, #w-node-b10e05a1-5197-ec2b-7f98-ab3dad38e341-ea658113, #w-node-ebc728e3-9476-5b9b-c5fa-e4995e875b01-ea658113, #w-node-_8f39b3d6-4d55-29e8-92d0-ed057783eb3e-ea658113, #w-node-b93526a3-444b-d351-5eea-4bb6aef32151-ea658113, #w-node-b93526a3-444b-d351-5eea-4bb6aef3214d-ea658113, #w-node-b93526a3-444b-d351-5eea-4bb6aef3214e-ea658113, #w-node-_1075cbf4-eca2-9c53-6df4-e5869a5a8a01-ea658113, #w-node-_1075cbf4-eca2-9c53-6df4-e5869a5a8a02-ea658113, #w-node-_1075cbf4-eca2-9c53-6df4-e5869a5a8a05-ea658113 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-fe274828-0414-94b9-e377-794f251dc8a2-ea658114 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-fe274828-0414-94b9-e377-794f251dc8a7-ea658114, #w-node-fe274828-0414-94b9-e377-794f251dc8ac-ea658114 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-fe274828-0414-94b9-e377-794f251dc8b1-ea658114 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: end;
}

#w-node-_7f7ecfb6-2ae1-a74c-cf3e-a3465e85acc4-ea658114 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-_7f7ecfb6-2ae1-a74c-cf3e-a3465e85acc9-ea658114, #w-node-_7f7ecfb6-2ae1-a74c-cf3e-a3465e85acce-ea658114 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_7f7ecfb6-2ae1-a74c-cf3e-a3465e85acd3-ea658114 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: end;
}

#w-node-_59660e59-4734-770a-727d-410461b4ff79-ea658114 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-_59660e59-4734-770a-727d-410461b4ff7e-ea658114, #w-node-_59660e59-4734-770a-727d-410461b4ff83-ea658114 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_59660e59-4734-770a-727d-410461b4ff88-ea658114 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: end;
}

#w-node-_0234606e-f089-14da-e536-d1bf37bd0991-ea658114 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-_0234606e-f089-14da-e536-d1bf37bd0996-ea658114, #w-node-_0234606e-f089-14da-e536-d1bf37bd099b-ea658114 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_0234606e-f089-14da-e536-d1bf37bd09a0-ea658114 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: end;
}

#w-node-_211316ce-dee0-fd01-73df-54078a059452-ea658114 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-_211316ce-dee0-fd01-73df-54078a059457-ea658114, #w-node-_211316ce-dee0-fd01-73df-54078a05945c-ea658114 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_211316ce-dee0-fd01-73df-54078a059461-ea658114 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: end;
}

#w-node-_3078be91-4375-d0d2-2ca4-a944f7d6d780-ea658114 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-_3078be91-4375-d0d2-2ca4-a944f7d6d785-ea658114, #w-node-_3078be91-4375-d0d2-2ca4-a944f7d6d78a-ea658114 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_3078be91-4375-d0d2-2ca4-a944f7d6d78f-ea658114 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: end;
}

#w-node-_58a525ed-bac0-f4eb-7ed7-446e54a74936-ea658114 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-_58a525ed-bac0-f4eb-7ed7-446e54a7493b-ea658114, #w-node-_58a525ed-bac0-f4eb-7ed7-446e54a74940-ea658114 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_58a525ed-bac0-f4eb-7ed7-446e54a74945-ea658114 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: end;
}

#w-node-_3372603d-6e8d-cc53-40b7-628e63e9b518-ea658114 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-_3372603d-6e8d-cc53-40b7-628e63e9b51d-ea658114, #w-node-_3372603d-6e8d-cc53-40b7-628e63e9b522-ea658114 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_3372603d-6e8d-cc53-40b7-628e63e9b527-ea658114 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: end;
}

#w-node-b880db63-57c5-3897-4b5f-c2eb5415b665-ea658114 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-b880db63-57c5-3897-4b5f-c2eb5415b66a-ea658114, #w-node-b880db63-57c5-3897-4b5f-c2eb5415b66f-ea658114 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-f13e4185-289d-aa4b-9dd6-03408327e52f-ea658114 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: end;
}

#w-node-_453612b0-ceb4-c978-7998-097671b2b094-ea658114 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-_453612b0-ceb4-c978-7998-097671b2b099-ea658114, #w-node-_453612b0-ceb4-c978-7998-097671b2b09e-ea658114 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-bb0b6acc-bd96-a1e9-342a-89f0ff1b4926-ea658114 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: end;
}

#w-node-cc4a1c4c-6e71-dc42-8a0e-adf43e834f30-ea658114 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-cc4a1c4c-6e71-dc42-8a0e-adf43e834f35-ea658114, #w-node-cc4a1c4c-6e71-dc42-8a0e-adf43e834f3a-ea658114 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_6fdf07b7-ee24-8cdc-b427-8e5aead6ab7f-ea658114 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: end;
}

#w-node-c611fcc4-5b6e-c186-b24b-cd58ffbd9aec-ea658114 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-c611fcc4-5b6e-c186-b24b-cd58ffbd9af1-ea658114, #w-node-c611fcc4-5b6e-c186-b24b-cd58ffbd9af6-ea658114 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_12b15669-f9c6-3ece-944d-a055ea34e87c-ea658114 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: end;
}

#w-node-_6f3eb244-7210-e329-0c0a-c0e8a2a54445-ea658114 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-_6f3eb244-7210-e329-0c0a-c0e8a2a5444a-ea658114, #w-node-_6f3eb244-7210-e329-0c0a-c0e8a2a5444f-ea658114 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_6f3eb244-7210-e329-0c0a-c0e8a2a54454-ea658114 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: end;
}

#w-node-_5ebffe46-2a77-dba6-9fb0-6705ad517dfe-ea658114 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-_5ebffe46-2a77-dba6-9fb0-6705ad517e03-ea658114, #w-node-_5ebffe46-2a77-dba6-9fb0-6705ad517e08-ea658114 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_5ebffe46-2a77-dba6-9fb0-6705ad517e0d-ea658114 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: end;
}

#w-node-_62a7c7aa-c4dd-11da-8863-c9164286e490-ea658114 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-_62a7c7aa-c4dd-11da-8863-c9164286e495-ea658114, #w-node-_62a7c7aa-c4dd-11da-8863-c9164286e49a-ea658114 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_62a7c7aa-c4dd-11da-8863-c9164286e49f-ea658114 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: end;
}

#w-node-_5a8047f2-ff03-0e5c-a744-c61019fe644d-ea658114 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-_5a8047f2-ff03-0e5c-a744-c61019fe6452-ea658114, #w-node-_5a8047f2-ff03-0e5c-a744-c61019fe6457-ea658114 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_5a8047f2-ff03-0e5c-a744-c61019fe645c-ea658114 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: end;
}

#w-node-_615a7d46-12e1-142d-e7eb-81209c647efe-ea658114 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-_615a7d46-12e1-142d-e7eb-81209c647f03-ea658114, #w-node-_615a7d46-12e1-142d-e7eb-81209c647f08-ea658114 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_615a7d46-12e1-142d-e7eb-81209c647f0d-ea658114 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: end;
}

#w-node-_7fde92bf-b23f-eae6-3ba7-0e8c7dbdde15-ea658114 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-_7fde92bf-b23f-eae6-3ba7-0e8c7dbdde1a-ea658114, #w-node-_7fde92bf-b23f-eae6-3ba7-0e8c7dbdde1f-ea658114 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_7fde92bf-b23f-eae6-3ba7-0e8c7dbdde24-ea658114 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: end;
}

#w-node-_56b56bfb-b4b0-a359-b73b-6013d39b89d4-ea658114 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-_56b56bfb-b4b0-a359-b73b-6013d39b89d9-ea658114, #w-node-_56b56bfb-b4b0-a359-b73b-6013d39b89de-ea658114 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_56b56bfb-b4b0-a359-b73b-6013d39b89e3-ea658114 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: end;
}

#w-node-_322a1a83-3ae4-e6fa-a5d0-a9e9454cae1e-ea658114 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-_322a1a83-3ae4-e6fa-a5d0-a9e9454cae23-ea658114, #w-node-_322a1a83-3ae4-e6fa-a5d0-a9e9454cae28-ea658114 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_322a1a83-3ae4-e6fa-a5d0-a9e9454cae2d-ea658114 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: end;
}

#w-node-cbac32d4-d483-c5ac-c2b9-4972b44bc98a-ea658114 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-cbac32d4-d483-c5ac-c2b9-4972b44bc98f-ea658114, #w-node-cbac32d4-d483-c5ac-c2b9-4972b44bc994-ea658114 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-cbac32d4-d483-c5ac-c2b9-4972b44bc999-ea658114 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: end;
}

#w-node-d782bda3-3a9e-a7ea-fa24-82003596b58d-ea658114 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-d782bda3-3a9e-a7ea-fa24-82003596b592-ea658114, #w-node-d782bda3-3a9e-a7ea-fa24-82003596b597-ea658114 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-d782bda3-3a9e-a7ea-fa24-82003596b59c-ea658114 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: end;
}

#w-node-acdf29d7-b53d-a7e7-1975-4a3331ea6c2f-ea658114 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-acdf29d7-b53d-a7e7-1975-4a3331ea6c34-ea658114, #w-node-acdf29d7-b53d-a7e7-1975-4a3331ea6c39-ea658114 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-acdf29d7-b53d-a7e7-1975-4a3331ea6c3e-ea658114 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: end;
}

#w-node-fc95297a-2bb9-2e9c-0039-ecd203ac2366-ea658114 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-fc95297a-2bb9-2e9c-0039-ecd203ac236b-ea658114, #w-node-fc95297a-2bb9-2e9c-0039-ecd203ac2370-ea658114 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-fc95297a-2bb9-2e9c-0039-ecd203ac2375-ea658114 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: end;
}

#w-node-c03293d2-080f-02f4-21d3-b4519fa6393f-ea658115, #w-node-c03293d2-080f-02f4-21d3-b4519fa63940-ea658115, #w-node-_8d1f9459-7d66-f1e9-614c-69b454de6d4f-ea658116, #w-node-a0ba2744-89bc-1277-ecdb-cac6f6eaa7e7-ea658117, #w-node-a0ba2744-89bc-1277-ecdb-cac6f6eaa7ee-ea658117, #w-node-a0ba2744-89bc-1277-ecdb-cac6f6eaa7f5-ea658117, #w-node-e6d03301-fea5-4583-6f7e-54eff473d6ea-ea658118, #w-node-e6d03301-fea5-4583-6f7e-54eff473d6ef-ea658118, #w-node-e6d03301-fea5-4583-6f7e-54eff473d6f4-ea658118, #w-node-ac25b81b-e6c1-55bc-23d4-122d9f5dbe97-ea658118, #w-node-ac25b81b-e6c1-55bc-23d4-122d9f5dbe9e-ea658118, #w-node-ac25b81b-e6c1-55bc-23d4-122d9f5dbea5-ea658118 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

@media screen and (min-width: 1440px) {
  #w-node-_3bbcdf2b-be79-afd7-4a3a-f8a8b9899be6-ea6580fd {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}

@media screen and (min-width: 1280px) {
  #w-node-_7f7ecfb6-2ae1-a74c-cf3e-a3465e85acd3-ea658114, #w-node-_3372603d-6e8d-cc53-40b7-628e63e9b527-ea658114, #w-node-f13e4185-289d-aa4b-9dd6-03408327e52f-ea658114, #w-node-_5ebffe46-2a77-dba6-9fb0-6705ad517e0d-ea658114, #w-node-_615a7d46-12e1-142d-e7eb-81209c647f0d-ea658114, #w-node-fc95297a-2bb9-2e9c-0039-ecd203ac2375-ea658114 {
    place-self: center end;
  }
}

@media screen and (max-width: 991px) {
  #w-node-f6a5e8f0-d07c-d311-9562-43d3ce5cb603-ea658100, #w-node-_572af0a2-3230-cf54-e822-d6aa99099a21-ea658100, #w-node-_3e5eeb87-6039-6e81-a5c9-0d864fb99e10-ea65810a {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_0fbc4971-8d34-cc8d-577e-7f7cfdb1f21e-ea65810a {
    grid-area: 1 / 1 / 2 / 3;
    justify-self: center;
  }

  #w-node-_1282151d-d0cb-e614-a27c-134f813053ed-ea65810d, #w-node-_652dafec-dc56-6646-cb1f-c4226c6232b4-ea65810d {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_79d18c5a-c0ff-3dd2-64ff-fa0e8ffcd236-ea65810d {
    grid-area: 2 / 2 / 3 / 4;
  }

  #w-node-b10e05a1-5197-ec2b-7f98-ab3dad38e341-ea658113, #w-node-_8f39b3d6-4d55-29e8-92d0-ed057783eb3e-ea658113, #w-node-b93526a3-444b-d351-5eea-4bb6aef32151-ea658113 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-b93526a3-444b-d351-5eea-4bb6aef3214d-ea658113 {
    grid-area: 1 / 1 / 2 / 3;
  }

  #w-node-_1075cbf4-eca2-9c53-6df4-e5869a5a8a01-ea658113, #w-node-_1075cbf4-eca2-9c53-6df4-e5869a5a8a05-ea658113 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-fe274828-0414-94b9-e377-794f251dc8a2-ea658114 {
    justify-self: center;
  }

  #w-node-fe274828-0414-94b9-e377-794f251dc8b1-ea658114 {
    grid-area: 2 / 2 / 3 / 3;
    justify-self: center;
  }

  #w-node-_7f7ecfb6-2ae1-a74c-cf3e-a3465e85acc4-ea658114 {
    justify-self: center;
  }

  #w-node-_7f7ecfb6-2ae1-a74c-cf3e-a3465e85acd3-ea658114 {
    grid-area: 2 / 2 / 3 / 3;
    place-self: center;
  }

  #w-node-_59660e59-4734-770a-727d-410461b4ff79-ea658114 {
    justify-self: center;
  }

  #w-node-_59660e59-4734-770a-727d-410461b4ff88-ea658114 {
    grid-area: 2 / 2 / 3 / 3;
    justify-self: center;
  }

  #w-node-_0234606e-f089-14da-e536-d1bf37bd0991-ea658114 {
    justify-self: center;
  }

  #w-node-_0234606e-f089-14da-e536-d1bf37bd09a0-ea658114 {
    grid-area: 2 / 2 / 3 / 3;
    justify-self: center;
  }

  #w-node-_211316ce-dee0-fd01-73df-54078a059452-ea658114 {
    justify-self: center;
  }

  #w-node-_211316ce-dee0-fd01-73df-54078a059461-ea658114 {
    grid-area: 2 / 2 / 3 / 3;
    justify-self: center;
  }

  #w-node-_3078be91-4375-d0d2-2ca4-a944f7d6d780-ea658114 {
    justify-self: center;
  }

  #w-node-_3078be91-4375-d0d2-2ca4-a944f7d6d78f-ea658114 {
    grid-area: 2 / 2 / 3 / 3;
    justify-self: center;
  }

  #w-node-_58a525ed-bac0-f4eb-7ed7-446e54a74936-ea658114 {
    justify-self: center;
  }

  #w-node-_58a525ed-bac0-f4eb-7ed7-446e54a74945-ea658114 {
    grid-area: 2 / 2 / 3 / 3;
    justify-self: center;
  }

  #w-node-_3372603d-6e8d-cc53-40b7-628e63e9b518-ea658114 {
    justify-self: center;
  }

  #w-node-_3372603d-6e8d-cc53-40b7-628e63e9b527-ea658114 {
    grid-area: 2 / 2 / 3 / 3;
    place-self: center;
  }

  #w-node-b880db63-57c5-3897-4b5f-c2eb5415b665-ea658114 {
    justify-self: center;
  }

  #w-node-f13e4185-289d-aa4b-9dd6-03408327e52f-ea658114 {
    grid-area: 2 / 2 / 3 / 3;
    place-self: center;
  }

  #w-node-_453612b0-ceb4-c978-7998-097671b2b094-ea658114 {
    justify-self: center;
  }

  #w-node-bb0b6acc-bd96-a1e9-342a-89f0ff1b4926-ea658114 {
    grid-area: 2 / 2 / 3 / 3;
    justify-self: center;
  }

  #w-node-cc4a1c4c-6e71-dc42-8a0e-adf43e834f30-ea658114 {
    justify-self: center;
  }

  #w-node-_6fdf07b7-ee24-8cdc-b427-8e5aead6ab7f-ea658114 {
    grid-area: 2 / 2 / 3 / 3;
    justify-self: center;
  }

  #w-node-c611fcc4-5b6e-c186-b24b-cd58ffbd9aec-ea658114 {
    justify-self: center;
  }

  #w-node-_12b15669-f9c6-3ece-944d-a055ea34e87c-ea658114 {
    grid-area: 2 / 2 / 3 / 3;
    justify-self: center;
  }

  #w-node-_6f3eb244-7210-e329-0c0a-c0e8a2a54445-ea658114 {
    justify-self: center;
  }

  #w-node-_6f3eb244-7210-e329-0c0a-c0e8a2a54454-ea658114 {
    grid-area: 2 / 2 / 3 / 3;
    justify-self: center;
  }

  #w-node-_5ebffe46-2a77-dba6-9fb0-6705ad517dfe-ea658114 {
    justify-self: center;
  }

  #w-node-_5ebffe46-2a77-dba6-9fb0-6705ad517e0d-ea658114 {
    grid-area: 2 / 2 / 3 / 3;
    place-self: center;
  }

  #w-node-_62a7c7aa-c4dd-11da-8863-c9164286e490-ea658114 {
    justify-self: center;
  }

  #w-node-_62a7c7aa-c4dd-11da-8863-c9164286e49f-ea658114 {
    grid-area: 2 / 2 / 3 / 3;
    justify-self: center;
  }

  #w-node-_5a8047f2-ff03-0e5c-a744-c61019fe644d-ea658114 {
    justify-self: center;
  }

  #w-node-_5a8047f2-ff03-0e5c-a744-c61019fe645c-ea658114 {
    grid-area: 2 / 2 / 3 / 3;
    justify-self: center;
  }

  #w-node-_615a7d46-12e1-142d-e7eb-81209c647efe-ea658114 {
    justify-self: center;
  }

  #w-node-_615a7d46-12e1-142d-e7eb-81209c647f0d-ea658114 {
    grid-area: 2 / 2 / 3 / 3;
    place-self: center;
  }

  #w-node-_7fde92bf-b23f-eae6-3ba7-0e8c7dbdde15-ea658114 {
    justify-self: center;
  }

  #w-node-_7fde92bf-b23f-eae6-3ba7-0e8c7dbdde24-ea658114 {
    grid-area: 2 / 2 / 3 / 3;
    justify-self: center;
  }

  #w-node-_56b56bfb-b4b0-a359-b73b-6013d39b89d4-ea658114 {
    justify-self: center;
  }

  #w-node-_56b56bfb-b4b0-a359-b73b-6013d39b89e3-ea658114 {
    grid-area: 2 / 2 / 3 / 3;
    justify-self: center;
  }

  #w-node-_322a1a83-3ae4-e6fa-a5d0-a9e9454cae1e-ea658114 {
    justify-self: center;
  }

  #w-node-_322a1a83-3ae4-e6fa-a5d0-a9e9454cae2d-ea658114 {
    grid-area: 2 / 2 / 3 / 3;
    justify-self: center;
  }

  #w-node-cbac32d4-d483-c5ac-c2b9-4972b44bc98a-ea658114 {
    justify-self: center;
  }

  #w-node-cbac32d4-d483-c5ac-c2b9-4972b44bc999-ea658114 {
    grid-area: 2 / 2 / 3 / 3;
    justify-self: center;
  }

  #w-node-d782bda3-3a9e-a7ea-fa24-82003596b58d-ea658114 {
    justify-self: center;
  }

  #w-node-d782bda3-3a9e-a7ea-fa24-82003596b59c-ea658114 {
    grid-area: 2 / 2 / 3 / 3;
    justify-self: center;
  }

  #w-node-acdf29d7-b53d-a7e7-1975-4a3331ea6c2f-ea658114 {
    justify-self: center;
  }

  #w-node-acdf29d7-b53d-a7e7-1975-4a3331ea6c3e-ea658114 {
    grid-area: 2 / 2 / 3 / 3;
    justify-self: center;
  }

  #w-node-fc95297a-2bb9-2e9c-0039-ecd203ac2366-ea658114 {
    justify-self: center;
  }

  #w-node-fc95297a-2bb9-2e9c-0039-ecd203ac2375-ea658114 {
    grid-area: 2 / 2 / 3 / 3;
    place-self: center;
  }
}

@media screen and (max-width: 767px) {
  #w-node-_666c9d47-6e27-e9b4-6123-2bb6d0c4fe47-ea658100, #w-node-e4fa29dc-da8a-4c09-99b0-8be292ca91dc-ea658100, #w-node-e2f5ba98-7333-1fc6-706b-59ac335dfa9a-ea658108, #w-node-de96f3d6-a792-eac2-e29b-b26b4ab2da62-ea658108 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_79d18c5a-c0ff-3dd2-64ff-fa0e8ffcd236-ea65810d {
    grid-column: span 1 / span 1;
  }

  #w-node-_7d16fc73-5603-a0fb-f2f7-0f96c92c786c-ea658114 {
    grid-area: 3 / 2 / 4 / 3;
  }

  #w-node-_060d0476-9920-82ae-f0e5-8b49df1119a8-ea658115, #w-node-_7ee12349-91eb-9eee-07a8-f2f216f8cac1-ea658115, #w-node-_146140bb-26aa-e475-47d9-7b790b8dc026-ea658115 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_146140bb-26aa-e475-47d9-7b790b8dc024-ea658115 {
    grid-area: 1 / 1 / 2 / 3;
  }

  #w-node-_95a38248-b2ed-4e4f-5a94-c7d02ad33508-ea658115, #w-node-_95a38248-b2ed-4e4f-5a94-c7d02ad3350a-ea658115, #w-node-dd020904-339c-3888-a2d3-f84a9250a3c4-ea658115 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-dd020904-339c-3888-a2d3-f84a9250a3c2-ea658115 {
    grid-area: 1 / 1 / 2 / 3;
  }

  #w-node-c03293d2-080f-02f4-21d3-b4519fa6393f-ea658115, #w-node-c03293d2-080f-02f4-21d3-b4519fa63940-ea658115 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_5ec15608-86d2-a9a9-3aa3-bede457fbc29-ea65810b, #w-node-_51f77980-4b5c-7fbc-aea2-ee6dc16b6faa-ea65810b, #w-node-_1b27c512-a461-b704-9193-e5141a12ecde-ea65810b, #w-node-_96816cc6-7a9b-e88c-c939-6d543f4a1ad4-ea65810b, #w-node-_9771ae06-25cb-16c5-30dd-c6a71f946bd5-ea65810b, #w-node-cea6191a-cce5-1aeb-3286-ff9a74361abb-ea65810b, #w-node-_2c37208c-66f2-edb4-676b-534b1ce6916f-ea65810b, #w-node-c9408543-5767-6869-1104-e1a48f50665e-ea65810b, #w-node-_1d04acc3-913e-3c56-9bf0-764eaefe63ad-ea65810b, #w-node-a112ca8b-3fdf-ebe4-8673-56b3f4c3cb89-ea65810b, #w-node-_279f6c75-c346-fd11-74c2-beb10af0422a-ea65810b, #w-node-_42836c7e-aa06-0b22-f57e-4084bf5b95eb-ea65810b, #w-node-b559bf56-fe4d-5808-2909-ff61877c48ca-ea65810b, #w-node-afc8ae4f-c615-eebd-d02e-485d0edfd801-ea65810b, #w-node-_3986b01e-ac55-1d09-e719-6f4083e244ba-ea65810b, #w-node-c8147777-d27f-5bd4-80e7-0a76c52e0da3-ea65810b, #w-node-_4751a33b-518f-4fa1-c179-326dea2f7d6c-ea65810b, #w-node-_5e1a80db-f010-85c3-c4fa-f9fbaceb38d1-ea65810b, #w-node-_0c2fa073-f10b-4e5c-9b7e-0a3db64c65d3-ea65810b, #w-node-_7829d3bd-1b49-abd0-2d24-10276271008e-ea65810b, #w-node-fadde0a4-e7fa-f759-0444-4f61fbe45f74-ea65810b, #w-node-_64593281-f5f0-f8b1-3a11-d3462a4c40a6-ea65810b, #w-node-e0999faa-2945-f9f5-9f14-4402b1593642-ea65810b, #w-node-c3af4eb1-4047-b51b-2dc1-fb83631d43d7-ea65810b, #w-node-c6bcf85c-a973-801c-d3ff-a15799fe0f4a-ea65810b, #w-node-_1694e8d5-3236-8569-4727-a32052b48d4c-ea65810b, #w-node-f2ea1dcf-c10d-f284-dd8d-913839dcfd26-ea65810b, #w-node-_4eb9cf15-d19f-8c2f-04d5-a44a984f261e-ea65810b, #w-node-b56fd292-62b3-d1d5-0d63-dc56c551585c-ea65810b, #w-node-a70d04dc-7ce9-5d2f-e01e-0d7409543264-ea65810b, #w-node-_1fb341ca-f857-3124-c006-dd90a282cfe3-ea65810b, #w-node-d34e67d9-4fc5-58b5-8f03-8c1d3f80d79e-ea65810b, #w-node-f8f6c8d2-359d-bfee-51cc-cb7e997bf0ad-ea65810b, #w-node-_37cf96f1-7a60-71d9-02c2-4fa0ca548556-ea65810b, #w-node-_5ec15608-86d2-a9a9-3aa3-bede457fbc47-ea65810b, #w-node-_86d8e86b-3006-818c-a3a6-4ab6c1dbd973-ea65810b, #w-node-_5ec15608-86d2-a9a9-3aa3-bede457fbc57-ea65810b, #w-node-_49cca918-c86c-541f-7ce5-f9a9d329efa9-ea65810b, #w-node-d6e596d5-8de4-ff78-b72f-c7add2c74cdf-ea65810b, #w-node-f05a39b9-2ff2-3c6a-4533-a4bcee3a4f19-ea65810b, #w-node-dc1b3d86-60b2-587e-7b47-7f27d6ea11d7-ea65810b, #w-node-b830aba6-668b-37aa-0bf5-73d1943ff779-ea65810b, #w-node-c706860d-d724-fa4f-4e58-ef3866dde3c9-ea65810b, #w-node-_765cebc8-d929-9a20-3343-8bcb8e7c2632-ea65810b, #w-node-_06d68103-5248-e1ef-dd60-824c0578c6c7-ea65810b, #w-node-e840cc83-6474-4f5c-2224-258a1be9f887-ea65810b {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }
}


@font-face {
  font-family: 'Fa brands 400';
  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;
}