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

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

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

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

:root {
  --primary-light: #f8f7ec;
  --dark: #1f1f1f;
  --dark-gray: #646464;
  --primary: #fab700;
  --gray-background: #e7e5dc;
  --transparent: #0000;
  --gray: #afafaf;
  --light-gray: #f9f9fa;
  --dark-20: #1f1f1f33;
  --dark-gray-50\<deleted\|variable-816eb261\>: #afafaf80;
  --white\<deleted\|variable-7376bfaa\>: white;
  --black\<deleted\|variable-66bd1c0d\>: black;
  --paragraph-gray: #757575;
  --error: #ba361c;
  --dark-60: #1f1f1f99;
}

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

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

.w-pagination-previous, .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-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;
}

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

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

body {
  background-color: var(--primary-light);
  color: var(--dark);
  font-family: Inter Tight, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5em;
}

h1 {
  color: var(--dark);
  margin-top: 0;
  margin-bottom: 0;
  font-family: Inter Tight, sans-serif;
  font-size: 56px;
  font-weight: 500;
  line-height: 1.2em;
}

h2 {
  color: var(--dark);
  letter-spacing: -.5px;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Inter Tight, sans-serif;
  font-size: 44px;
  font-weight: 500;
  line-height: 1.2em;
}

h3 {
  color: var(--dark);
  letter-spacing: -.4px;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Inter Tight, sans-serif;
  font-size: 36px;
  font-weight: 500;
  line-height: 1.2em;
}

h4 {
  color: var(--dark);
  letter-spacing: -.3px;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Inter Tight, sans-serif;
  font-size: 30px;
  font-weight: 500;
  line-height: 1.2em;
}

h5 {
  color: var(--dark);
  margin-top: 0;
  margin-bottom: 0;
  font-family: Inter Tight, sans-serif;
  font-size: 22px;
  font-weight: 500;
  line-height: 1.2em;
}

h6 {
  color: var(--dark);
  margin-top: 0;
  margin-bottom: 0;
  font-family: Inter Tight, sans-serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.2em;
}

p {
  color: var(--dark-gray);
  margin-top: 0;
  margin-bottom: 0;
  font-family: Inter Tight, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5em;
}

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

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

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

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

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

blockquote {
  border-left: 2px solid var(--primary);
  background-color: var(--gray-background);
  text-align: left;
  border-radius: 5px;
  margin-top: 25px;
  margin-bottom: 25px;
  padding: 30px 60px 30px 20px;
  font-family: Inter Tight, sans-serif;
  font-size: 28px;
  font-weight: 500;
  line-height: 1.3;
}

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

.section.light-background {
  background-color: #cccac266;
}

.section.licensing-fonts {
  padding-top: 0;
  padding-bottom: 0;
}

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

.section.banner-testimonials {
  background-color: var(--primary-light);
  flex-direction: column;
  align-items: center;
  padding-top: 180px;
  display: flex;
}

.section.about-us-banner {
  background-color: var(--transparent);
  padding-top: 180px;
}

.section.without-space {
  padding-top: 0;
  padding-bottom: 0;
}

.section.utility-banner {
  background-color: var(--dark);
  justify-content: center;
  align-items: center;
  padding-top: 160px;
  padding-bottom: 100px;
  display: flex;
}

.section.color-section {
  background-color: var(--primary);
}

.section.black-background {
  background-color: var(--dark);
}

.section.banner-home-1 {
  background-color: var(--primary-light);
  padding-top: 160px;
  padding-bottom: 0;
}

.section.benefits-section {
  background-color: var(--primary);
}

.section.testimonials-background {
  background-color: var(--dark);
  padding-top: 140px;
}

.section.steps-section {
  z-index: 1;
  margin-bottom: -60px;
  padding-top: 0;
  padding-bottom: 0;
}

.section.video-section {
  min-height: 600px;
  padding-top: 0;
  padding-bottom: 0;
}

.section.insta-section {
  background-color: var(--dark);
  padding-top: 0;
  padding-bottom: 0;
}

.section.cta-section {
  background-color: var(--primary);
}

.section.numbers-mob-section {
  display: none;
}

.section.banner-home-2 {
  background-color: var(--primary-light);
  padding-top: 300px;
}

.section.banner-home-3 {
  background-color: var(--primary);
  padding-top: 220px;
}

.section.image-section {
  height: 600px;
  padding-top: 0;
  padding-bottom: 0;
}

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

.section.banner-course-details, .section.banner-blog-details {
  padding-top: 160px;
  padding-bottom: 0;
}

.section.post-details {
  padding-bottom: 0;
}

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

.section.description-section {
  padding-top: 55px;
  padding-bottom: 0;
}

.section.banner-service {
  min-height: 450px;
  padding-top: 80px;
  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;
}

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

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

.base-container.full-width-with-paddings {
  max-width: none;
}

.base-container.full-width-images {
  max-width: none;
  padding-left: 0;
  padding-right: 0;
}

.grid-system-wrapper {
  flex-direction: column;
  width: 100%;
  display: flex;
}

.grid-system {
  border-top: 1px solid #7c7c7c;
  justify-content: space-between;
  width: 80%;
  display: flex;
}

.grid-description {
  border-bottom: 1px solid #a7a7a7;
  border-right: 1px solid #a7a7a7;
  justify-content: center;
  align-items: center;
  width: 19%;
  margin-top: 0;
  margin-bottom: 0;
  padding: 20px 10px;
  display: flex;
}

.grid-description.first-description {
  border-bottom: 1px solid #a7a7a7;
  border-left: 1px solid #a7a7a7;
  border-right: 1px solid #a7a7a7;
  width: 24%;
}

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

.spacing-wrapper-mobile {
  width: 70%;
  margin-top: 30px;
  position: relative;
}

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

.spacing-columns {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  justify-content: space-between;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

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

.primary-style-guide {
  background-color: var(--primary);
  border-radius: 5px;
  width: 75px;
  height: 75px;
}

.gray-style-guide {
  background-color: var(--gray);
  border-radius: 5px;
  width: 75px;
  height: 75px;
}

.color-wrapper {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.colors-wrapper {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.dark-style-guide {
  background-color: var(--dark);
  border-radius: 5px;
  width: 75px;
  height: 75px;
}

.colors-container {
  grid-column-gap: 60px;
  grid-row-gap: 60px;
  justify-content: flex-start;
  display: flex;
}

.light-gray-style-guide {
  background-color: var(--light-gray);
  border-radius: 5px;
  width: 75px;
  height: 75px;
}

.color-container {
  grid-column-gap: 20px;
  grid-row-gap: 15px;
  flex-wrap: wrap;
  justify-content: flex-start;
  display: flex;
}

.primary-light-style-guide {
  background-color: var(--primary-light);
  border-radius: 5px;
  width: 75px;
  height: 75px;
  box-shadow: 0 0 15px #0000001a;
}

.headings-typography-wrapper {
  grid-row-gap: 10px;
  flex-flow: wrap;
  width: 47%;
  display: flex;
}

.headings-typography-wrapper.last-child {
  margin-bottom: 0;
  margin-right: 0;
}

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

.h1-tablet {
  font-size: 50px;
}

.h2-tablet {
  font-size: 42px;
}

.h1-mobile {
  font-size: 46px;
}

.h2-mobile {
  font-size: 36px;
}

.h3-mobile {
  font-size: 32px;
}

.primary-button {
  background-color: var(--primary);
  color: var(--light-gray);
  text-align: center;
  border-radius: 5px;
  justify-content: center;
  padding: 16px 20px;
  font-size: 16px;
  transition-property: none;
  display: flex;
  position: relative;
  overflow: hidden;
}

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

.primary-button.dark {
  background-color: var(--dark);
}

.primary-button.without-bg {
  border: 1px solid var(--dark);
  background-color: var(--transparent);
}

.primary-button.white {
  background-color: var(--primary-light);
}

.style-guide-div {
  width: 100%;
}

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

.link-wrapper {
  width: 50%;
  margin-top: 10px;
  margin-bottom: 0;
}

.navbar {
  z-index: 5;
  background-color: var(--primary-light);
  width: 100%;
  padding-top: 10px;
  padding-bottom: 10px;
  position: fixed;
}

.navbar.without-bg, .navbar.without-bg-home-3 {
  background-color: var(--transparent);
}

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

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

.nav-link {
  color: var(--dark);
  padding: 20px;
  font-size: 16px;
  font-weight: 500;
}

.nav-link:hover {
  opacity: 1;
  color: var(--dark-gray);
}

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

.nav-link.home-3 {
  padding-left: 15px;
  padding-right: 15px;
}

.nav-dropdown-toggle {
  margin-left: 0;
  margin-right: 0;
  padding: 20px 36px 20px 20px;
}

.nav-dropdown-toggle.white {
  color: var(--primary-light);
}

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

.nav-dropdown-icon {
  justify-content: center;
  align-items: center;
  width: 16px;
  height: 16px;
  margin-top: auto;
  margin-bottom: auto;
  margin-right: 16px;
  font-size: 12px;
  display: flex;
}

.nav-dropdown-icon.home-3 {
  margin-right: 11px;
}

.nav-dropdown-list {
  border: 1px solid var(--dark-gray);
  background-color: var(--primary-light);
  border-radius: 5px;
  width: 200px;
  padding: 15px 20px;
}

.nav-dropdown-list.w--open {
  padding-top: 20px;
  padding-bottom: 20px;
  box-shadow: 0 0 10px #0000000a;
}

.nav-dropdown-list.megamenu {
  width: 360px;
  left: -118px;
}

.nav-dropdown-list.megamenu.w--open {
  width: 500px;
  display: flex;
}

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

.nav-dropdown-link {
  width: 100%;
  margin-left: -20px;
  padding: 8px 8px 8px 0;
  font-size: 16px;
  font-weight: 500;
  transition: all .3s;
  display: flex;
}

.nav-dropdown-link:hover {
  color: var(--dark-gray);
  margin-left: 0;
}

.nav-dropdown-link.w--current {
  color: var(--dark-gray);
}

.nav-item-title {
  color: var(--dark);
  margin-top: 0;
  margin-bottom: 0;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.2em;
}

.nav-item-title.white {
  color: var(--primary-light);
}

.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;
  padding-bottom: 0;
}

.licensing-image {
  object-fit: cover;
  border-radius: 5px;
  width: 100%;
  height: 320px;
  transition: all .35s;
}

.licensing-image:hover {
  transform: scale(1.1);
}

.licensing-title {
  width: 100%;
  padding-bottom: 30px;
}

.licensing-image-link {
  border-radius: 5px;
  width: 100%;
  height: 100%;
  transition-property: none;
  overflow: hidden;
}

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

.license-link {
  color: var(--dark);
  letter-spacing: normal;
  font-weight: 600;
}

.license-link:hover {
  color: var(--dark-gray);
}

.licensing-heading {
  margin-bottom: 20px;
}

.licensing-icon-link-wrapper {
  margin-right: 25px;
  transition-property: none;
}

.icon-style-guide {
  color: var(--dark);
  font-family: "Fa Brands 400 (6.4.2)", sans-serif;
  font-size: 24px;
  transition: all .35s;
}

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

.icon-style-guide.dribble {
  font-family: "Fa solid 900", sans-serif;
}

.licensing-fonts-wrapper {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  align-items: center;
  width: 100%;
  margin-top: 20px;
  display: flex;
}

.licensing-icon-link {
  margin-bottom: 20px;
}

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

.licensing-font-title {
  text-transform: capitalize;
}

.licensing-icons-wrapper {
  margin-top: 30px;
  margin-bottom: 20px;
}

.utility-page-wrap {
  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(--gray-background);
  background-color: var(--gray-background);
  color: var(--dark);
  border-radius: 5px;
  min-width: 280px;
  min-height: 48px;
  margin-bottom: 10px;
  padding: 10px;
  font-size: 16px;
  line-height: 1.3em;
}

.password-input:focus {
  border: 1px solid var(--dark);
  color: var(--dark);
  font-size: 16px;
  line-height: 1.3em;
}

.password-input::placeholder {
  color: var(--dark-gray);
  font-size: 16px;
  line-height: 1.3em;
}

.password-title-wrapper {
  grid-row-gap: 16px;
  flex-flow: column;
  margin-bottom: 40px;
  display: flex;
}

._404-paragraph {
  text-align: center;
  margin-top: 20px;
  margin-bottom: 40px;
  font-size: 18px;
}

._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;
  margin-top: 10px;
  display: flex;
}

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

.blog-template-wrapper {
  grid-row-gap: 20px;
  flex-flow: column;
  max-width: 800px;
  display: flex;
}

.blog-template-image {
  object-fit: cover;
  object-position: 50% 20%;
  width: 100%;
  height: 400px;
  margin-top: 60px;
}

.blog-template-pagination {
  justify-content: center;
  align-items: center;
  margin-top: 80px;
  display: flex;
}

.prev-post-arrow {
  color: var(--dark-gray);
  margin-right: 20px;
  font-family: "Fa solid 900", sans-serif;
  font-size: 14px;
}

.next-post-arrow {
  color: var(--dark-gray);
  margin-left: 20px;
  font-family: "Fa solid 900", sans-serif;
  font-size: 14px;
}

.blog-template-pagination-link {
  border-top: 1px solid var(--dark-20);
  color: var(--dark-gray);
  justify-content: center;
  align-items: center;
  width: 50%;
  height: 80px;
  font-weight: 500;
  transition-property: none;
  display: flex;
}

.blog-template-pagination-link.left {
  border-right: 1px solid var(--dark-20);
}

.blog-template-next {
  text-align: right;
}

.footer {
  background-color: var(--dark);
  align-items: flex-start;
  padding-top: 80px;
  padding-bottom: 30px;
}

.footer-bottom-wrapper {
  grid-row-gap: 5px;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  display: flex;
}

.footer-rights {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  color: var(--gray);
  font-size: 14px;
  line-height: 1.2em;
  display: flex;
}

.footer-copyright {
  grid-column-gap: 5px;
  grid-row-gap: 0px;
  color: var(--gray);
  flex-direction: row;
  justify-content: center;
  align-items: center;
  font-size: 14px;
  line-height: 1.2em;
  display: flex;
}

.footer-copyright-link {
  color: var(--gray);
  font-size: 14px;
  display: inline-block;
}

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

.section-title-wrapper {
  text-align: center;
  max-width: 740px;
  margin-bottom: 60px;
  margin-left: auto;
  margin-right: auto;
}

.style-guide-button-wrapper {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-direction: column;
  align-items: flex-start;
  width: 47%;
  display: flex;
}

.text-button-icon {
  font-family: "Fa solid 900", sans-serif;
  font-size: 13px;
  line-height: 1;
}

.paragraph-large {
  font-size: 18px;
}

.paragraph-large.black-text {
  color: var(--dark);
}

.banner-title-wrapper {
  grid-row-gap: 16px;
  text-align: center;
  flex-direction: column;
  align-items: center;
  max-width: 550px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.banner-title-wrapper.faq {
  max-width: 500px;
}

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

.pricing-plan-item {
  background-color: var(--gray-background);
  text-align: center;
  border-radius: 5px;
  flex-flow: column;
  flex: 1;
  justify-content: space-between;
  align-items: center;
  padding-top: 50px;
  padding-bottom: 40px;
  display: flex;
  position: relative;
}

.pricing-plan-item.right-plan {
  background-color: var(--gray-background);
  border-radius: 5px;
  position: relative;
  left: -40px;
  transform: scale(.9);
}

.pricing-plan-item.left-plan {
  background-color: var(--gray-background);
  border-radius: 5px;
  position: relative;
  right: -40px;
  transform: scale(.9);
}

.pricing-plan-item.center-item, .pricing-plan-item.center-item-main {
  z-index: 1;
  background-color: var(--dark);
  position: relative;
}

.pricing-plan-price-wrapper {
  color: var(--light-gray);
  justify-content: center;
  align-items: center;
  margin-top: 20px;
  display: flex;
}

.accordion-toggle {
  grid-column-gap: 25px;
  white-space: normal;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding: 15px 0;
  display: flex;
}

.accordion-list {
  background-color: #0000;
  width: 100%;
  padding-right: 60px;
  display: block;
  position: static;
  overflow: hidden;
}

.accordion-list.w--open {
  background-color: #0000;
  padding-top: 0;
  padding-bottom: 20px;
  display: block;
}

.accordion-item {
  z-index: 1;
  border-top: 1px solid var(--dark-20);
  width: 100%;
  padding-top: 15px;
  padding-bottom: 15px;
}

.accordion-item.last-item {
  border-bottom: 1px solid var(--dark-20);
}

.accordion-icon {
  background-color: var(--dark);
  color: var(--primary-light);
  border-radius: 50%;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  padding-top: 2px;
  font-family: "Fa solid 900", sans-serif;
  font-size: 14px;
  line-height: 1em;
  display: flex;
}

.accordion-list-content {
  margin-top: 0;
  margin-bottom: 0;
}

.mb-30 {
  margin-bottom: 30px;
}

.light-background {
  background-color: var(--light-gray);
}

.link-with-icon {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  display: flex;
}

.link-with-icon:hover {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  color: var(--dark-gray);
}

.contacts-wrapper {
  align-items: center;
  width: 100%;
  display: flex;
}

.contacts-content-wrapper {
  width: 50%;
  padding-right: 60px;
}

.contacts-form-wrapper {
  background-color: var(--gray-background);
  border-radius: 5px;
  justify-content: center;
  align-items: center;
  width: 50%;
  min-height: 494px;
  margin-left: 40px;
  padding: 40px;
  display: flex;
}

.contacts-divider {
  background-color: var(--dark-gray-50\<deleted\|variable-816eb261\>);
  width: 100%;
  height: 1px;
  margin-top: 40px;
  margin-bottom: 30px;
}

.contacts-detail {
  grid-column-gap: 16px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.contacts-textarea {
  border: 1px solid var(--transparent);
  color: var(--dark);
  background-color: #f8f7ec80;
  border-radius: 3px;
  min-width: 100%;
  max-width: 100%;
  min-height: 200px;
  max-height: 100%;
  margin-bottom: 30px;
  padding: 16px 18px;
  font-size: 16px;
  line-height: 1.3em;
}

.contacts-textarea:focus {
  border: 1px solid var(--dark);
  color: var(--dark);
  font-size: 16px;
  line-height: 1.3em;
}

.contacts-textarea::placeholder {
  color: var(--dark-gray);
  font-size: 16px;
  line-height: 1.3em;
}

.contacts-input {
  border: 1px solid var(--transparent);
  color: var(--dark);
  background-color: #f8f7ec80;
  border-radius: 3px;
  height: auto;
  margin-bottom: 0;
  padding: 16px 18px;
  font-size: 16px;
  line-height: 1.3em;
  transition: all .2s;
}

.contacts-input:focus {
  border: 1px solid var(--dark);
  color: var(--dark);
}

.contacts-input::placeholder {
  color: var(--dark-gray);
  font-size: 16px;
  line-height: 1.3em;
}

.contacts-title {
  margin-bottom: 16px;
}

.contacts-2-location-wrapper {
  grid-row-gap: 12px;
  flex-flow: column;
  display: flex;
}

.footer-link {
  color: var(--gray);
  transition: all .3s;
}

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

.footer-social-icons-wrapper {
  grid-column-gap: 16px;
  justify-content: flex-start;
  align-items: center;
  margin-top: 40px;
  display: flex;
}

.footer-wrapper {
  grid-template-rows: auto;
  grid-template-columns: 1.4fr .5fr .6fr .8fr .8fr;
  grid-auto-columns: 1fr;
  width: 100%;
  margin-bottom: 60px;
  display: grid;
}

.white-text {
  color: #fff;
}

.white-text.mb-5 {
  margin-bottom: 5px;
}

.footer-brand-wrapper {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.footer-brand {
  color: #fff;
  margin-bottom: 10px;
}

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

.footer-social-icon {
  background-color: var(--primary);
  color: var(--dark);
  border-radius: 3px;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  font-family: "Fa Brands 400 (6.4.2)", sans-serif;
  font-size: 18px;
  transition: all .3s;
  display: flex;
}

.footer-social-icon:hover {
  background-color: var(--light-gray);
}

.footer-links-wrapper {
  grid-row-gap: 10px;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.footer-logo {
  height: 56px;
}

.search-wrap-input {
  color: var(--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;
}

.navbar-button-desk {
  align-items: center;
  display: flex;
}

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

.search-result-item {
  margin-bottom: 30px;
}

.search-link {
  font-size: 18px;
  transition: all .3s;
}

.search-link:hover {
  opacity: .7;
}

.search-input {
  border: 1px solid var(--gray-background);
  background-color: var(--gray-background);
  color: var(--dark);
  border-radius: 5px;
  height: auto;
  margin-bottom: 0;
  padding: 16px 22px;
  font-size: 16px;
  line-height: 1.3em;
  transition: all .35s;
}

.search-input:focus {
  border: 1px solid var(--dark);
  color: var(--dark);
  font-size: 16px;
  line-height: 1.3em;
}

.search-input::placeholder {
  color: var(--dark-gray);
  font-size: 16px;
  line-height: 1.3em;
}

.search-result-wrapper {
  width: 100%;
  margin-top: 40px;
}

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

.footer-logo-wrapper {
  grid-row-gap: 16px;
  flex-direction: column;
  align-items: flex-start;
  max-width: 260px;
  display: flex;
}

.testimonials-card-wrapper {
  z-index: 1;
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: start;
  width: 100%;
  display: grid;
  position: relative;
}

.service-details-content-wrapper {
  width: 60%;
  margin-top: -25px;
  margin-bottom: -10px;
  padding-right: 60px;
}

.accordion-wrap-one-column {
  flex-flow: column;
  width: 100%;
  display: flex;
}

.service-details-sidebar-wrapper {
  width: 40%;
  position: sticky;
  top: 140px;
}

.service-details-content {
  align-items: flex-start;
  display: flex;
  position: relative;
}

.dark-gray-style-guide {
  background-color: var(--dark-gray);
  border-radius: 5px;
  width: 75px;
  height: 75px;
}

.headings-container {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.button-wrapper {
  flex: none;
  align-items: center;
  display: flex;
}

.button-wrapper.mob, .button-wrapper.mob-without-top-margin {
  display: none;
}

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

.overflow-hidden {
  overflow: hidden;
}

.style-guide-content-wrapper {
  display: flex;
}

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

.about-3-tab-link {
  color: var(--white\<deleted\|variable-7376bfaa\>);
  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\<deleted\|variable-7376bfaa\>);
  background-color: #0000;
  padding-top: 20px;
  padding-bottom: 4px;
  font-size: 24px;
}

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

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

.course-template-content {
  width: 70%;
  margin-top: -25px;
  padding-right: 80px;
  position: relative;
}

.course-template-content-wrapper {
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  display: flex;
  position: relative;
}

.landing-inner-page-image-wrapper {
  border-radius: 5px;
  justify-content: center;
  align-items: center;
  margin-bottom: 20px;
  display: flex;
  position: relative;
}

.landing-inner-page-overlay {
  z-index: 1;
  background-color: #fff3;
  position: absolute;
  inset: 0%;
}

.nav-dropdown-column {
  width: 33%;
}

.secondary-button {
  border: 1px solid var(--black\<deleted\|variable-66bd1c0d\>);
  color: var(--primary);
  letter-spacing: .5px;
  background-color: #0000;
  border-radius: 5px;
  justify-content: center;
  padding: 16px 20px;
  transition-property: none;
  display: flex;
  position: relative;
  overflow: hidden;
}

.team-title {
  grid-row-gap: 12px;
  flex-flow: column;
  max-width: 470px;
  display: flex;
}

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

.testimonials-mask {
  width: 47%;
  height: 100%;
  overflow: visible;
}

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

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

.image {
  object-fit: cover;
  object-position: 50% 0%;
  border-radius: 5px;
  width: 100%;
  height: 100%;
}

.image.hover {
  transition: all .5s;
}

.image.hover:hover {
  transform: scale(1.2);
}

.image.hover-team {
  transition: all .5s;
}

.image.hover-team:hover {
  transform: scale(1.1);
}

.nav-dropdown-link-line {
  background-color: var(--dark-gray);
  border-radius: 2px;
  width: 6px;
  height: 6px;
  margin-right: 15px;
  display: inline-block;
}

.search {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  flex-direction: row;
  width: 100%;
  margin-top: 20px;
  margin-bottom: 0;
  display: flex;
}

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

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

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

.primary-background {
  background-color: var(--primary);
}

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

.position {
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
}

.menu-wrap {
  align-items: center;
  display: flex;
}

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

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

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

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

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

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

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

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

.brand-tablet {
  display: none;
}

.brand.home-3 {
  margin-bottom: 5px;
}

.style-guide-tab-content-wrapper {
  grid-row-gap: 60px;
  flex-direction: column;
  display: flex;
}

.tabs-style-guide {
  width: 100%;
}

.spacing-system-image-2 {
  filter: grayscale();
  max-width: 80%;
}

.main-style-guide-body-wrapper {
  width: 47%;
  margin-right: 40px;
}

.style-guide-tab-link {
  border: 1px solid var(--gray-background);
  background-color: var(--gray-background);
  letter-spacing: 1px;
  text-transform: uppercase;
  border-radius: 5px;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding: 15px 20px;
  font-weight: 500;
  display: flex;
}

.style-guide-tab-link:hover {
  border-color: var(--dark);
  background-color: #e7e5dc;
}

.style-guide-tab-link.w--current {
  border-color: var(--dark);
  background-color: var(--black\<deleted\|variable-66bd1c0d\>);
  color: var(--primary-light);
}

.style-guide-tabs-menu {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  margin-bottom: 80px;
  display: flex;
}

.grid-title {
  background-color: var(--dark);
  color: var(--primary-light);
  border-left: 1px #7c7c7c;
  border-right: 1px solid #7c7c7c;
  justify-content: center;
  align-items: 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: #7c7c7c;
  width: 24%;
  height: 100%;
}

.spasing-system-image-mobile-2 {
  filter: grayscale();
  max-width: 70%;
}

.primary-button-black {
  background-color: var(--black\<deleted\|variable-66bd1c0d\>);
  color: var(--primary-light);
  text-align: center;
  border-radius: 5px;
  justify-content: center;
  align-items: center;
  padding: 16px 22px;
  transition: all .35s;
  display: flex;
}

.primary-button-black:hover {
  background-color: var(--primary-light);
  color: var(--black\<deleted\|variable-66bd1c0d\>);
}

.landing-inner-page-image {
  border: 1px solid var(--gray);
  object-fit: cover;
  object-position: 50% 0%;
  border-radius: 5px;
  width: 100%;
}

.landing-inner-page-image.banner {
  box-shadow: 0 6px 20px #00000014;
}

.landing-banner-content {
  text-align: center;
  flex-direction: column;
  align-items: center;
  max-width: 800px;
  margin-bottom: 60px;
  display: flex;
  position: relative;
  inset: auto;
}

.banner-description-2 {
  text-align: center;
  letter-spacing: 2.4px;
  max-width: 560px;
  margin-top: 20px;
  margin-bottom: 0;
  font-size: 12px;
  font-weight: 500;
  line-height: 1.8em;
}

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

.landing-banner-screens {
  z-index: 1;
  width: 100%;
  margin-bottom: -60px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.landing-inner-page-item {
  text-align: center;
  background-color: #0000;
  width: 100%;
  padding: 6px;
  transition-property: none;
}

.landing-paragraph-style {
  color: #fff;
  text-align: center;
  margin-top: 25px;
  margin-bottom: 0;
}

.section-landing-customers {
  background-color: var(--dark);
  padding-top: 60px;
  padding-bottom: 80px;
  overflow: hidden;
}

.landing-customers-content-left {
  grid-row-gap: 20px;
  text-align: left;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  max-width: 350px;
  display: flex;
}

.landing-customers-content-right {
  grid-column-gap: 20px;
  grid-row-gap: 40px;
  flex-direction: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: start;
  width: 54%;
  display: grid;
}

.landing-section-heading-white {
  color: #fff;
  margin-top: 0;
  margin-bottom: 0;
}

.landing-customers-icon-wrapper {
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 80%;
  display: flex;
}

.landing-icon-style {
  opacity: 1;
  filter: invert();
  max-height: 60px;
}

.paragraph-benefits-lp {
  color: #fff;
  width: 90%;
}

.landing-customers-layout {
  justify-content: space-between;
  width: 100%;
  display: flex;
}

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

.landing-inner-page-icon {
  z-index: 10;
  background-color: var(--dark);
  color: #fff;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 80px;
  height: 80px;
  font-family: "Fa solid 900", sans-serif;
  font-size: 28px;
  display: flex;
  position: absolute;
  transform: rotate(-30deg);
}

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

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

.landing-inner-pages-wrapper {
  grid-column-gap: 20px;
  grid-row-gap: 40px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  max-width: 1480px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px;
  display: grid;
}

.free-trial-wrapper-2 {
  text-align: center;
  max-width: 700px;
  margin-left: auto;
  margin-right: auto;
}

.free-trial-wrapper-2.landing {
  flex-direction: column;
  align-items: center;
  max-width: 600px;
  display: flex;
}

.free-trial-title-2 {
  margin-bottom: 40px;
}

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

.section-banner.landing-banner {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 100%;
  padding-top: 160px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.color-bg {
  background-color: var(--dark);
  height: 140px;
  position: absolute;
  inset: auto 0% 0%;
}

.arrow-icon {
  justify-content: center;
  align-items: center;
  width: 20px;
  height: 20px;
  font-family: "Fa solid 900", sans-serif;
  font-size: 14px;
  display: flex;
}

.arrow-icon.text-black {
  color: var(--dark);
}

.paragraph-gray-style-guide {
  background-color: var(--paragraph-gray);
  border-radius: 5px;
  width: 75px;
  height: 75px;
}

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

.success-message {
  background-color: var(--transparent);
  color: var(--dark);
  font-weight: 500;
}

.error-message {
  color: var(--error);
  text-align: center;
  background-color: #0000;
  padding: 0;
  font-weight: 500;
}

.form-contacts {
  flex-direction: column;
  width: 100%;
  height: 100%;
  display: flex;
}

.form-block-contacts {
  width: 100%;
  margin-bottom: 0;
}

.spacing-flex-wrap {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  flex-direction: column;
  display: flex;
}

.sg-title.mb-15 {
  margin-bottom: 15px;
}

.sg-title.mb-30 {
  margin-bottom: 30px;
}

.flex-small-sg-con {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.flex-body-wrap {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 47%;
  display: flex;
}

.style-guide-body-wrap {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  display: flex;
}

.btn-flex-wrap {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  flex-flow: wrap;
  display: flex;
}

.licensing-footer-link {
  color: var(--gray);
  flex-direction: row;
  justify-content: center;
  align-items: center;
  font-size: 14px;
  line-height: 1.2em;
  display: flex;
}

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

.license-link-wrapper {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  justify-content: flex-start;
  align-items: center;
  margin-left: auto;
  display: flex;
}

.steps-grid {
  grid-column-gap: 20px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.number {
  justify-content: flex-start;
  align-items: flex-start;
  font-size: 80px;
  font-weight: 600;
  line-height: 1em;
  display: flex;
}

.step-description {
  grid-row-gap: 10px;
  flex-flow: column;
  margin-top: 40px;
  display: flex;
}

.step-item {
  background-color: #e7e5dc;
  border-radius: 5px;
  padding: 20px;
  position: relative;
}

.step-item.primary-step {
  background-color: var(--primary);
}

.step-item.second {
  margin-top: -80px;
}

.decor {
  grid-template-rows: 25px 20px 20px;
  grid-template-columns: 20px 20px 25px;
  grid-auto-columns: 1fr;
  display: grid;
  position: absolute;
  inset: 0% 0% auto auto;
}

.decor.hide {
  display: none;
}

.square {
  background-color: var(--dark);
  width: 100%;
  height: 100%;
}

.square.yellow {
  background-color: var(--primary);
}

._3 {
  background-color: var(--primary-light);
  border-radius: 2px;
  width: 20px;
  height: 20px;
}

._1 {
  background-color: var(--dark);
  width: 25px;
  height: 25px;
}

._4 {
  background-color: var(--primary-light);
  border-radius: 2px;
  width: 20px;
  height: 20px;
}

.span-image-second {
  vertical-align: middle;
  object-fit: cover;
  background-image: url('../images/679.jpg');
  background-position: 50% 30%;
  background-size: cover;
  border-radius: 40px;
  width: 90px;
  height: 45px;
  margin-left: 10px;
  margin-right: 10px;
  display: inline-block;
}

.button-bg {
  background-color: var(--primary-light);
  position: absolute;
  inset: auto 0% 0%;
}

.button-bg.black {
  background-color: var(--dark);
}

.button-bg.yellow {
  background-color: var(--primary);
}

.button-text {
  z-index: 1;
  color: var(--dark);
  font-weight: 500;
  position: relative;
}

.button-text.text-white {
  color: var(--primary-light);
}

.clip {
  z-index: 1;
  position: relative;
  overflow: hidden;
}

.clip-text-wrap {
  width: 100%;
  overflow: hidden;
}

.clip-text-wrap.absolute {
  position: absolute;
  bottom: -100%;
}

.clip-text-wrap.absolute-left {
  position: absolute;
  top: 0;
  left: -100%;
}

.clip-text-wrap.absolute-right {
  position: absolute;
  top: 0;
  right: -100%;
}

.text-black {
  color: var(--dark);
}

.collection-list-courses {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.course-item-wrapper {
  background-color: var(--gray-background);
  border-radius: 5px;
  flex-flow: column;
  justify-content: space-between;
  align-items: stretch;
  height: 100%;
  padding: 20px;
  display: flex;
}

.course-s-text-content-wrapper {
  grid-row-gap: 10px;
  flex-flow: column;
  max-width: 330px;
  margin-bottom: auto;
  display: flex;
}

.arrow-button {
  background-color: var(--dark);
  border-radius: 50%;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  transition-property: none;
  display: flex;
}

.arrow-button.yellow {
  background-color: var(--primary);
  position: relative;
}

.bottom-course-content {
  grid-column-gap: 40px;
  flex: 1;
  justify-content: space-between;
  align-items: flex-end;
  margin-top: 40px;
  display: flex;
}

.text-category {
  font-size: 16px;
  font-weight: 500;
}

.decor-square {
  background-color: #fab700;
  border-radius: 2px;
  width: 12px;
  height: 12px;
}

.decor-square.black {
  background-color: var(--dark);
}

.decor-square.small {
  width: 8px;
  height: 8px;
}

.course-s-category {
  grid-column-gap: 8px;
  color: var(--dark);
  justify-content: flex-start;
  align-items: center;
  transition-property: none;
  display: flex;
}

.top-course-content {
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.image-about {
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0% 0% 0% auto;
}

.about-title-wrapper {
  grid-row-gap: 12px;
  flex-flow: column;
  display: flex;
}

.absolute-image-wrapper {
  width: 50%;
  height: 100%;
  margin-left: auto;
  position: absolute;
  inset: 0% 0% 0% auto;
}

.about-content-wrapper {
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 50%;
  padding-right: 60px;
  display: flex;
}

.check-icon-wrapper {
  background-color: var(--dark);
  color: var(--primary);
  border-radius: 50%;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 24px;
  height: 24px;
  display: flex;
}

.check-icon-wrapper.primary {
  background-color: var(--primary);
}

.about-benefit-item {
  grid-column-gap: 8px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.about-benefits-wrapper {
  grid-column-gap: 30px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 40px;
  margin-bottom: 40px;
  display: grid;
}

.benefits-grid {
  grid-column-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.icon-wrapper-48 {
  justify-content: center;
  align-items: center;
  width: 48px;
  height: 48px;
  display: flex;
}

.text-gray {
  color: var(--gray);
}

.benefits-item-text-content {
  grid-row-gap: 8px;
  flex-flow: column;
  display: flex;
}

.benefits-title {
  max-width: 600px;
  margin-bottom: 50px;
}

.courses-title-wrapper {
  justify-content: space-between;
  align-items: flex-end;
  margin-bottom: 50px;
  display: flex;
}

.courses-title {
  max-width: 550px;
}

.collection-list-team {
  grid-column-gap: 20px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.name-wrapper {
  grid-row-gap: 8px;
  flex-flow: column;
  display: flex;
}

.image-cta {
  object-fit: cover;
  border-radius: 3px;
  width: 120px;
  height: 150px;
  position: relative;
  box-shadow: 0 3px 8px #1f1f1f33;
}

.image-cta._1 {
  transform: rotate(-4deg)translate(0, -10px);
}

.image-cta._2 {
  transform: rotate(4deg)translate(0, 10px);
}

.image-cta._3 {
  transform: rotate(-4deg)translate(0, -10px);
}

.image-cta._5 {
  transform: rotate(4deg)translate(0, -10px);
}

.image-cta._6 {
  transform: rotate(-4deg)translate(0, 10px);
}

.image-cta._7 {
  transform: rotate(4deg)translate(0, -10px);
}

.cta-images-wrapper {
  grid-column-gap: 6px;
  justify-content: center;
  align-items: center;
  display: flex;
}

.cta-title {
  grid-row-gap: 12px;
  text-align: center;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  max-width: 600px;
  display: flex;
}

.cta-text-content {
  grid-row-gap: 30px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  margin-top: 60px;
  display: flex;
}

.slider-testimonials {
  background-color: #0000;
  justify-content: center;
  align-items: center;
  height: 100%;
  display: flex;
}

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

.slide-content-wrapper {
  justify-content: flex-start;
  align-items: center;
  font-weight: 600;
  display: flex;
}

.text-review {
  color: var(--primary-light);
  font-size: 28px;
  font-weight: 500;
  line-height: 1.2em;
}

.text-review.text-black {
  color: var(--dark);
}

.mask-testimonials {
  overflow: hidden;
}

.right-arrow-review {
  background-color: var(--primary);
  color: var(--dark);
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  display: flex;
  inset: auto auto 0% 50px;
}

.left-arrow-review {
  background-color: var(--primary);
  color: var(--dark);
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  display: flex;
  inset: auto auto 0% 0%;
}

.image-testimonial {
  object-fit: cover;
  border-radius: 5px;
  width: 100%;
  height: 100%;
  position: relative;
}

.text-review-wrapper {
  grid-row-gap: 32px;
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
  width: 60%;
  padding-right: 80px;
  display: flex;
  position: relative;
}

.number-s-title {
  text-align: center;
  justify-content: center;
  align-items: center;
  max-width: 650px;
  display: flex;
}

.number-s-title-wrapper {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 60px;
  display: flex;
}

.icon-wrapper-32 {
  background-color: var(--primary);
  border-radius: 4px;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 32px;
  height: 32px;
  display: flex;
  box-shadow: 0 2px 4px #1f1f1f1a;
}

.icon-wrapper-32._5 {
  transform: rotate(4deg)translate(0, -4px);
}

.icon-wrapper-32._3 {
  transform: rotate(-4deg)translate(0, -4px);
}

.icon-wrapper-32._2 {
  transform: rotate(4deg)translate(0, 4px);
}

.icon-wrapper-32._6 {
  transform: rotate(-4deg)translate(0, 4px);
}

.icon-wrapper-32._1 {
  transform: rotate(-4deg)translate(0, -4px);
}

.icon-wrapper-32._7 {
  transform: rotate(4deg)translate(0, -4px);
}

.icons-wrapper {
  grid-column-gap: 15px;
  justify-content: center;
  align-items: center;
  margin-bottom: 40px;
  display: flex;
}

.icons-wrapper.without-margin {
  margin-bottom: 0;
}

.icon-24 {
  object-fit: cover;
  width: 24px;
  height: 24px;
}

.numbers-grid {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.number-item {
  grid-row-gap: 12px;
  border-left: 1px solid #1f1f1f33;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  padding-top: 20px;
  padding-bottom: 20px;
  padding-left: 30px;
  display: flex;
}

.number-item.first {
  border-left-style: none;
}

.link-course-image {
  border-radius: 5px;
  width: 250px;
  height: 120px;
  overflow: hidden;
}

.link-name-course {
  overflow: hidden;
}

.span-image-first {
  vertical-align: middle;
  object-fit: cover;
  background-image: url('../images/64404.jpg');
  background-position: 50% 100%;
  background-size: cover;
  border-radius: 40px;
  width: 90px;
  height: 45px;
  margin-left: 10px;
  margin-right: 10px;
  display: inline-block;
}

.span-image-benefits {
  vertical-align: middle;
  object-fit: cover;
  background-image: url('../images/vanessa-krebs-eyQfhMXmZrI-unsplash.jpg');
  background-position: 50% 30%;
  background-size: cover;
  border-radius: 40px;
  width: 90px;
  height: 45px;
  margin-left: 10px;
  margin-right: 10px;
  display: inline-block;
  position: relative;
}

.benefits-item {
  grid-row-gap: 24px;
  flex-flow: column;
  display: flex;
}

.white-square {
  background-color: var(--primary-light);
  width: 100%;
  height: 100%;
}

.icon-check {
  font-family: "Fa solid 900", sans-serif;
  font-size: 10px;
  line-height: 1em;
}

.team-title-wrapper {
  justify-content: space-between;
  align-items: flex-end;
  margin-bottom: 50px;
  display: flex;
}

.link-team-image {
  border-radius: 5px;
  width: 100%;
  height: 320px;
  transition-property: none;
  overflow: hidden;
}

.bottom-description {
  margin-top: 20px;
}

.tean-description {
  border-bottom: 1px solid #1f1f1f33;
  justify-content: space-between;
  align-items: flex-end;
  padding-bottom: 20px;
  display: flex;
}

.link-instructor-name {
  transition-property: none;
}

.span-image-steps-first {
  vertical-align: middle;
  object-fit: cover;
  background-image: url('../images/pexels-vahapdmr-14436193.jpg');
  background-position: 50%;
  background-size: cover;
  border-radius: 40px;
  width: 90px;
  height: 45px;
  margin-left: 10px;
  margin-right: 10px;
  display: inline-block;
}

.decoration {
  grid-template-rows: 20px 20px 20px;
  grid-template-columns: 20px 20px 20px;
  grid-auto-columns: 1fr;
  display: grid;
  position: absolute;
  inset: 0% 0% auto auto;
}

.decoration.services {
  transform-style: preserve-3d;
  inset: auto 0% 0% auto;
  transform: rotateX(180deg)rotateY(0)rotateZ(0);
}

.decoration.top {
  inset: 0% auto auto 0%;
  transform: rotate(-90deg);
}

.decoration.blog-bottom, .decoration.black-block {
  inset: auto 0% 0% auto;
  transform: rotate(90deg);
}

.image-banner {
  object-fit: cover;
  object-position: 50% 70%;
  width: 100%;
  height: 100%;
}

.text-banner-content {
  grid-row-gap: 40px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.image-banner-wrapper {
  width: 100%;
  height: 400px;
  margin-top: 60px;
  position: relative;
  overflow: hidden;
}

.title-banner-wrapper {
  grid-row-gap: 16px;
  flex-flow: column;
  max-width: 700px;
  display: flex;
}

.primary-banner-block {
  z-index: 1;
  grid-row-gap: 30px;
  background-color: var(--primary);
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 320px;
  margin-bottom: -100px;
  padding: 40px 20px;
  display: flex;
  position: relative;
}

.primary-banner-block.inner-page {
  grid-row-gap: 20px;
  margin-bottom: -200px;
  padding-top: 80px;
}

.banner-content-wrapper {
  justify-content: space-between;
  align-items: flex-end;
  display: flex;
}

.paragraph-banner-wrapper {
  max-width: 400px;
}

.primary-block-number-wrapper {
  grid-row-gap: 12px;
  flex-flow: column;
  display: flex;
}

.primary-block-button-wrapper {
  grid-column-gap: 40px;
  justify-content: space-between;
  align-items: flex-end;
  display: flex;
}

.logo {
  height: 28px;
}

.navbar-button-tab {
  display: none;
}

.collection-list-links {
  grid-row-gap: 10px;
  flex-flow: column;
  display: flex;
}

.decor-image {
  transform-style: preserve-3d;
  grid-template-rows: 40px 40px 40px;
  grid-template-columns: 40px 40px 40px;
  grid-auto-columns: 1fr;
  display: grid;
  position: absolute;
  inset: auto 0% 0% auto;
  transform: rotateX(0)rotateY(180deg)rotateZ(180deg);
}

.decor-big {
  grid-template-rows: 40px 40px 40px;
  grid-template-columns: 40px 40px 40px;
  grid-auto-columns: 1fr;
  display: grid;
  position: absolute;
  inset: 0% 0% auto auto;
}

.decor-big.bottom {
  inset: auto 0% 0% auto;
  transform: rotate(90deg);
}

.label-testimonials {
  grid-column-gap: 8px;
  flex-flow: row;
  justify-content: flex-start;
  align-items: center;
  display: flex;
  position: absolute;
  inset: 0% auto auto 0%;
}

.course-item-wrapper-home-2 {
  grid-column-gap: 40px;
  border-top: 1px solid var(--dark-20);
  grid-template-rows: auto;
  grid-template-columns: .5fr 300px 1fr .3fr;
  grid-auto-columns: 1fr;
  padding: 20px;
  display: grid;
}

.link-course-image-home-2 {
  border-radius: 5px;
  width: 100%;
  height: 180px;
  overflow: hidden;
}

.image-grid-wrapper {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: auto;
  display: grid;
}

.image-grid {
  object-fit: cover;
  width: 100%;
  height: 400px;
}

.image-grid.first {
  object-position: 20% 50%;
}

.steps-wrapper {
  width: 50%;
}

.steps-section-wrapper {
  display: flex;
}

.step-item-horizontal {
  grid-column-gap: 20px;
  border-bottom: 1px solid #f8f7ec33;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 30px;
  padding-bottom: 30px;
  display: flex;
}

.step-item-horizontal.last {
  margin-bottom: 0;
}

.step-description-home-2 {
  grid-row-gap: 8px;
  flex-flow: column;
  display: flex;
}

.number-primary {
  color: var(--primary);
  font-size: 65px;
  font-weight: 600;
  line-height: 1em;
}

.number-primary.step {
  flex: none;
  width: 100px;
}

.steps-title-left-column {
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
  width: 50%;
  padding-right: 80px;
  display: flex;
}

.collection-item-blog {
  width: 100%;
}

.image-post {
  object-fit: cover;
  object-position: 0% 0%;
  border-radius: 5px;
  width: 100%;
  height: 100%;
  transition: all .35s;
}

.image-post:hover {
  transform: scale(1.1);
}

.blog-post-description {
  grid-row-gap: 12px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  max-width: 400px;
  margin-top: 20px;
  display: flex;
}

.link-post-image {
  border-radius: 5px;
  width: 100%;
  height: 350px;
  position: relative;
  overflow: hidden;
}

.post-name {
  transition: all .35s;
}

.post-name:hover {
  color: var(--paragraph-gray);
}

.post-name-link {
  transition-property: none;
}

.button-stroke-wrapper-banner {
  grid-column-gap: 40px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.star {
  width: 24px;
  height: 24px;
}

.avatars-block {
  grid-column-gap: 12px;
  grid-row-gap: 8px;
  flex-flow: row;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.banner-avatar {
  border: 2px solid var(--primary-light);
  object-fit: cover;
  border-radius: 50%;
  width: 44px;
  height: 44px;
  margin-left: -10px;
}

.avatars-wrapper {
  display: flex;
}

.span-plus {
  color: var(--primary);
  vertical-align: super;
  align-self: flex-start;
  margin-top: -10px;
  font-size: 45px;
  line-height: .7em;
}

.numbers-span {
  font-size: 60px;
  font-weight: 600;
}

.steps-title {
  text-align: center;
  justify-content: center;
  align-items: center;
  max-width: 620px;
  display: flex;
}

.cta-paragraph-wrapper {
  max-width: 500px;
}

.steps-title-wrap {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 50px;
  display: flex;
}

.reviews-image-wrapper {
  width: 50%;
  height: 550px;
  position: relative;
}

.decor-reviews {
  transform-style: preserve-3d;
  grid-template-rows: 40px 40px 40px;
  grid-template-columns: 40px 40px 40px;
  grid-auto-columns: 1fr;
  display: grid;
  position: absolute;
  inset: auto 0% 0% auto;
  transform: rotateX(180deg)rotateY(0)rotateZ(0);
}

.decor-reviews.team {
  transform-style: preserve-3d;
  inset: auto auto 0% 0%;
  transform: rotateX(180deg)rotateY(0)rotateZ(-90deg);
}

.icon-benefit {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.background-video-numbers {
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.video-section-content-wrapper {
  z-index: 1;
  flex-flow: row;
  justify-content: space-between;
  align-items: flex-end;
  min-height: 600px;
  padding-bottom: 80px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.numbers-grid-video {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.number-item-video {
  grid-row-gap: 12px;
  border-right: 1px solid var(--primary-light);
  flex-flow: column;
  justify-content: flex-end;
  align-items: flex-start;
  margin-right: 20px;
  padding-right: 20px;
  display: flex;
}

.number-item-video.last {
  margin-right: 0;
}

.video-overlay {
  z-index: 1;
  background-image: linear-gradient(346deg, #000, #fff0);
  position: absolute;
  inset: 0%;
}

.video-section-content {
  justify-content: space-between;
  align-items: flex-end;
  width: 100%;
  display: flex;
}

.numbers-video-title-wrapper {
  grid-row-gap: 20px;
  flex-flow: column;
  width: 400px;
  display: flex;
}

.right-column {
  width: 65%;
  padding-left: 80px;
}

.horizontal-flex {
  display: flex;
}

.left-column {
  width: 35%;
  position: relative;
}

.image-primary-block {
  object-fit: cover;
  border-radius: 5px;
  width: 100%;
  height: 100%;
}

.points-wrap {
  grid-column-gap: 40px;
  margin-top: 32px;
  margin-bottom: 40px;
  display: flex;
}

.item-point {
  grid-row-gap: 16px;
  flex-flow: column;
  flex: 1;
  display: flex;
}

.features-grid {
  grid-column-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.feature-title {
  grid-column-gap: 12px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.icon-wrapper-40 {
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  display: flex;
}

.feature-item {
  grid-row-gap: 12px;
  border-top: 1px solid var(--dark-20);
  flex-flow: column;
  padding-top: 20px;
  display: flex;
}

.feature-item.without-line {
  border-top-style: none;
  padding-top: 0;
}

.heading-features {
  max-width: 560px;
}

.feature-title-wrapper {
  justify-content: space-between;
  align-items: flex-end;
  margin-bottom: 50px;
  display: flex;
}

.features-paragraph {
  max-width: 550px;
}

.features-title {
  grid-row-gap: 16px;
  flex-flow: column;
  display: flex;
}

.benefits-grid-about {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.benefit-item-grid {
  grid-column-gap: 20px;
  background-color: var(--gray-background);
  border-radius: 5px;
  justify-content: space-between;
  align-items: stretch;
  padding: 20px;
  display: flex;
}

.title-item-benefit {
  flex-flow: column;
  flex: 1;
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.image-benefit {
  object-fit: cover;
  border-radius: 3px;
  width: 120px;
  height: 140px;
}

.black-block-benefit-grid {
  background-color: var(--dark);
  border-radius: 5px;
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
  padding: 30px;
  display: flex;
  position: relative;
}

.top-content-black-block {
  max-width: 250px;
}

.bottom-content-black-block {
  grid-row-gap: 24px;
  border-top: 1px solid #f8f7ec33;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding-top: 20px;
  display: flex;
}

.service-item {
  grid-row-gap: 40px;
  background-color: var(--gray-background);
  border-radius: 5px;
  flex-flow: column;
  justify-content: space-between;
  align-items: stretch;
  height: 100%;
  padding: 20px;
  display: flex;
  position: relative;
}

.services-grid-wrapper {
  grid-column-gap: 10px;
  grid-template-rows: auto;
  grid-template-columns: 1fr .4fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.collection-list-services {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.service-top-content {
  grid-column-gap: 40px;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.service-bottom-content {
  grid-row-gap: 16px;
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
  max-width: 90%;
  display: flex;
}

.instagram-grid-images {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  height: 200px;
  display: grid;
}

.image-cover {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.image-cover.position {
  object-position: 70% 50%;
}

.instagram-link {
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
}

.cta-title-wrapper {
  max-width: 650px;
}

.cta-wrapper {
  justify-content: space-between;
  align-items: flex-end;
  display: flex;
}

.hover-circle-wrapper {
  z-index: 1;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
  position: absolute;
  inset: 0%;
}

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

.outline-hover-circle {
  background-color: var(--primary);
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 48px;
  height: 48px;
  display: flex;
}

.insta-icon {
  justify-content: center;
  align-items: center;
  font-family: "Fa brands 400 (old)", sans-serif;
  font-size: 20px;
  line-height: 1em;
  display: flex;
}

.testimonials-home-2-slider {
  background-color: var(--transparent);
  width: 100%;
  height: 100%;
  padding-top: 80px;
}

.slide-review {
  margin-right: 60px;
}

.top-review-content {
  grid-row-gap: 20px;
  flex-flow: column;
  margin-bottom: 30px;
  display: flex;
}

.image-review {
  object-fit: cover;
  border-radius: 3px;
  width: 60px;
  height: 60px;
}

.bottom-review-content {
  grid-column-gap: 20px;
  justify-content: flex-start;
  align-items: flex-end;
  display: flex;
}

.right-arrow-review-black {
  background-color: var(--dark);
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  display: flex;
  inset: 0% 0% auto auto;
}

.left-arrow-review-black {
  background-color: var(--dark);
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  display: flex;
  inset: 0% 50px auto auto;
}

.image-services {
  aspect-ratio: 2.39;
  object-fit: cover;
  border-radius: 5px;
  width: 100%;
  height: 100%;
}

.service-name-link {
  transition-property: none;
}

.services-title-wrapper {
  text-align: center;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  max-width: 550px;
  margin-bottom: 50px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.services-button-wrapper {
  justify-content: center;
  align-items: center;
  margin-top: 40px;
  display: flex;
}

.courses-title-wrap {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 50px;
  display: flex;
}

.course-title {
  text-align: center;
  justify-content: center;
  align-items: center;
  max-width: 600px;
  display: flex;
}

.background-video-3 {
  z-index: 1;
  object-fit: fill;
  border-radius: 40px;
  width: 90px;
  height: 45px;
  position: absolute;
  inset: 7px auto auto 0%;
}

.collection-list-wrapper-courses {
  margin-bottom: -20px;
}

.span-video-bg {
  vertical-align: middle;
  object-fit: cover;
  border-radius: 40px;
  width: 90px;
  height: 45px;
  margin-right: 10px;
  display: inline-block;
}

.numbers-grid-video-mob {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.collection-item-link {
  line-height: 1.2em;
}

.number-info {
  justify-content: flex-start;
  align-items: flex-start;
  font-size: 80px;
  font-weight: 600;
  line-height: 1em;
  display: flex;
}

.step-s-heading {
  position: relative;
}

.image-banner-wrapper-home-2 {
  z-index: 2;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
  overflow: hidden;
}

.banner-overlay {
  z-index: 3;
  background-color: #1f1f1fb3;
  position: absolute;
  inset: 0%;
}

.banner-content-wrapper-home-2 {
  z-index: 3;
  justify-content: space-between;
  align-items: flex-end;
  display: flex;
  position: relative;
}

.nav-link-white {
  color: var(--primary-light);
  padding: 20px;
  font-size: 16px;
  font-weight: 500;
}

.nav-link-white:hover {
  opacity: 1;
  color: var(--primary);
}

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

.lightbox-link {
  width: 300px;
  height: 150px;
  transition-property: none;
  position: relative;
}

.banner-video {
  border-radius: 5px;
  width: 100%;
  height: 100%;
}

.paragraph-banner-wrapper-home-2 {
  max-width: 450px;
}

.play-icon-wrapper {
  background-color: var(--primary);
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  transition: all .5s;
  display: flex;
  position: absolute;
  inset: auto 10px 10px auto;
}

.play-icon-wrapper:hover {
  background-color: var(--primary-light);
  transform: scale(1.1);
}

.play-icon {
  justify-content: center;
  align-items: center;
  width: 20px;
  height: 20px;
  margin-left: 2px;
  font-family: "Fa solid 900", sans-serif;
  font-size: 14px;
  display: flex;
}

.image-banner-home-2 {
  object-fit: cover;
  object-position: 50% 70%;
  width: 100%;
  height: 100%;
}

.about-right-column {
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-end;
  width: 50%;
  padding-left: 60px;
  display: flex;
}

.about-left-column {
  width: 50%;
  height: 600px;
  position: relative;
  overflow: hidden;
}

.about-flex {
  display: flex;
}

.image-big-about {
  object-fit: cover;
  border-radius: 5px;
  width: 100%;
  height: 100%;
}

.image-small-about {
  object-fit: cover;
  border-radius: 3px;
  width: 250px;
  height: 150px;
}

.about-title {
  grid-row-gap: 16px;
  flex-flow: column;
  display: flex;
}

.about-bottom-content {
  grid-row-gap: 40px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding-right: 20px;
  display: flex;
}

.background-video-banner {
  z-index: 1;
  width: 40%;
  height: 100%;
  position: absolute;
  inset: 0% 0% 0% auto;
}

.content-banner-wrapper {
  grid-row-gap: 40px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 60%;
  padding-right: 100px;
  display: flex;
}

.left-content-navbar {
  grid-column-gap: 40px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.title-banner-wrapper-home-3 {
  grid-row-gap: 16px;
  flex-flow: column;
  display: flex;
}

.grid-image-decor {
  z-index: 1;
  grid-template-rows: 75px 150px 150px 150px 75px;
  grid-template-columns: .5fr 1fr 1fr 1fr .5fr;
  grid-auto-columns: 1fr;
  display: grid;
  position: absolute;
  inset: 0%;
}

.cell {
  border-right: 2px solid var(--primary-light);
  border-bottom: 2px solid var(--primary-light);
  width: 100%;
  height: 100%;
  position: relative;
}

.cell._24 {
  border-bottom-style: none;
}

.cell._25 {
  border-bottom-style: none;
  border-right-style: none;
}

.cell._22, .cell._21 {
  border-bottom-style: none;
}

.cell._15, .cell._10 {
  border-right-style: none;
}

.cell._3 {
  background-color: var(--transparent);
}

.cell._5 {
  border-right-style: none;
}

.dark-cell {
  border-right: 2px solid var(--primary-light);
  border-bottom: 2px solid var(--primary-light);
  background-color: var(--dark);
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  height: 100%;
  padding: 20px;
  display: flex;
  position: relative;
}

.primary-cell {
  grid-row-gap: 4px;
  border-right: 2px solid var(--primary-light);
  border-bottom: 2px solid var(--primary-light);
  background-color: var(--primary);
  flex-flow: column;
  justify-content: flex-end;
  align-items: flex-start;
  width: 100%;
  height: 100%;
  padding: 20px;
  display: flex;
  position: relative;
}

.image-grid-background {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.blog-grid {
  grid-column-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: 1fr .8fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.link-post-image-small {
  border-radius: 5px;
  width: 100%;
  height: 270px;
  position: relative;
  overflow: hidden;
}

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

.plan-feature-item {
  grid-column-gap: 12px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.plan-features-wrapper {
  grid-row-gap: 8px;
  text-align: left;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.bottom-plan-content {
  grid-row-gap: 30px;
  border-top: 1px solid #f8f7ec33;
  flex-flow: column;
  width: 100%;
  margin-top: 30px;
  padding-top: 30px;
  padding-left: 40px;
  padding-right: 40px;
  display: flex;
}

.bottom-plan-content.light {
  border-top-color: var(--dark-20);
}

.plan-title {
  grid-row-gap: 12px;
  flex-flow: column;
  display: flex;
}

.top-plan-content {
  grid-row-gap: 20px;
  flex-flow: column;
  display: flex;
}

.plan-icon {
  z-index: 1;
  background-color: var(--primary);
  border-radius: 4px;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 48px;
  height: 48px;
  display: flex;
  position: absolute;
  inset: -24px auto auto;
  box-shadow: 0 2px 4px #1f1f1f1a;
}

.price {
  color: var(--primary-light);
  font-size: 50px;
  font-weight: 600;
}

.price.black {
  color: var(--dark);
}

.month-span {
  font-size: 18px;
  font-weight: 500;
}

.plan-s-title-wrapper {
  text-align: center;
  justify-content: center;
  align-items: center;
  max-width: 550px;
  margin-bottom: 50px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.slide-review-card {
  background-color: var(--gray-background);
  border-radius: 5px;
  width: 100%;
  height: 100%;
  margin-right: 20px;
  padding: 24px;
}

.slider-reviews {
  background-color: var(--transparent);
  height: auto;
  margin-top: -40px;
  padding-top: 90px;
}

.review-hover-card {
  opacity: 0;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  inset: 0%;
}

.lightbox-link-review-video {
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
  overflow: hidden;
}

.image-video-review {
  object-fit: cover;
  border-radius: 5px;
  width: 100%;
  height: 100%;
}

.overlay-image-video {
  background-color: var(--dark-20);
  border-radius: 5px;
  position: absolute;
  inset: 0%;
}

.play-icon-wrapper-review {
  background-color: var(--primary);
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  transition: all .5s;
  display: flex;
  position: absolute;
}

.play-icon-wrapper-review:hover {
  background-color: var(--primary-light);
  transform: scale(1.1);
}

.mask-reviews {
  width: 32%;
  overflow: visible;
}

.top-content-review {
  grid-row-gap: 16px;
  flex-flow: column;
  margin-bottom: 20px;
  display: flex;
}

.reviews-title {
  text-align: left;
  max-width: 400px;
}

.review-card-wrapper {
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
  height: 100%;
  display: flex;
}

.post-item-bottom-content {
  grid-column-gap: 40px;
  justify-content: space-between;
  align-items: flex-end;
  display: flex;
}

.title-primary-cell {
  font-size: 48px;
  font-weight: 600;
  line-height: 1.2em;
}

.content-dark-cell {
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-end;
  width: 100%;
  height: 100%;
  display: flex;
}

.bottom-dark-cell {
  border-right: 2px solid var(--primary-light);
  background-color: var(--dark);
  position: relative;
}

.right-dark-cell {
  border-bottom: 2px solid var(--primary-light);
  background-color: var(--dark);
  width: 100%;
  height: 100%;
  position: relative;
}

.paragraph-primary-cell {
  color: var(--dark);
}

.title-dark-cell {
  color: var(--primary-light);
  margin-right: auto;
  font-size: 20px;
  line-height: 1.2em;
}

.overlay-image-grid {
  background-color: var(--dark-20);
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.courses-title-center {
  grid-row-gap: 30px;
  text-align: center;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  max-width: 550px;
  margin-bottom: 50px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.collection-list-services-grid {
  grid-column-gap: 20px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.services-title-wrap {
  justify-content: space-between;
  align-items: flex-end;
  margin-bottom: 50px;
  display: flex;
}

.services-title {
  max-width: 550px;
}

.service-item-content {
  grid-row-gap: 12px;
  flex-flow: column;
  margin-top: 32px;
  display: flex;
}

.courses-block {
  margin-bottom: 80px;
}

.course-item-wrapper-home-3 {
  grid-column-gap: 40px;
  border-bottom: 1px solid #f8f7ec33;
  grid-template-rows: auto;
  grid-template-columns: .5fr 1fr 220px .3fr;
  grid-auto-columns: 1fr;
  place-items: center;
  padding: 20px;
  display: grid;
  position: relative;
}

.link-course-image-home-3 {
  border-radius: 5px;
  width: 100%;
  height: 150px;
  overflow: hidden;
}

.course-s-text-content-wrapper-home-3 {
  grid-row-gap: 10px;
  flex-flow: column;
  max-width: 350px;
  display: flex;
}

.icon-wrapper-services {
  background-color: var(--primary);
  border-radius: 4px;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  display: flex;
}

.blog-title-wrapper {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 50px;
  display: flex;
}

.center-title-banner-wrapper {
  z-index: 0;
  grid-row-gap: 20px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
  position: relative;
}

.images-grid-left {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex: none;
  grid-template-rows: 60px 60px 60px 60px;
  grid-template-columns: 60px 60px 60px;
  grid-auto-columns: 1fr;
  display: grid;
  position: absolute;
  inset: 120px auto 0 0%;
}

.images-grid-right {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex: none;
  grid-template-rows: 60px 60px 60px 60px;
  grid-template-columns: 60px 60px 60px;
  grid-auto-columns: 1fr;
  align-items: end;
  display: grid;
  position: absolute;
  inset: 120px 0% 0% auto;
}

.faq-section-wrapper {
  grid-column-gap: 60px;
  justify-content: flex-start;
  align-items: flex-end;
  display: flex;
  position: relative;
}

.faq-image-wrapper {
  width: 50%;
  height: 600px;
  position: relative;
  overflow: hidden;
}

.image-faq {
  object-fit: cover;
  object-position: 20% 50%;
  border-radius: 5px;
  width: 100%;
  height: 100%;
}

.faq-s-column {
  flex-flow: column;
  justify-content: space-between;
  width: 50%;
  height: 100%;
  display: flex;
}

.label-faq {
  grid-column-gap: 8px;
  flex-flow: row;
  justify-content: flex-start;
  align-items: center;
  margin-left: 30px;
  display: flex;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: 50%;
}

.banner-title-wrapper-center {
  grid-row-gap: 16px;
  text-align: center;
  flex-direction: column;
  align-items: center;
  max-width: 530px;
  display: flex;
  position: relative;
}

.label {
  grid-column-gap: 8px;
  flex-flow: row;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.image-grid-banner {
  object-fit: cover;
  border-radius: 3px;
  width: 60px;
  height: 60px;
}

.image-grid-banner.hide-tab {
  display: none;
}

.benefits-title-wrapper {
  text-align: center;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  max-width: 550px;
  margin-bottom: 50px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.decor-round-bottom {
  z-index: 1;
  background-color: var(--primary-light);
  border-radius: 50%;
  width: 18px;
  height: 18px;
  position: absolute;
  inset: auto -10px -10px auto;
}

.decor-round-bottom.hide-desk {
  display: none;
}

.review-item-wrapper {
  background-color: var(--gray-background);
  border-radius: 5px;
  height: 100%;
  padding: 20px;
  position: relative;
}

.plans-grid-wrapper {
  grid-column-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 24px;
  display: grid;
}

.courses-section {
  grid-column-gap: 60px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.course-link {
  color: var(--primary-light);
  border-bottom: 1px solid #f8f7ec33;
  width: 100%;
  padding-top: 15px;
  padding-bottom: 15px;
  font-size: 18px;
  font-weight: 500;
}

.course-link:hover {
  color: var(--primary);
  padding-left: 15px;
}

.background-video-courses {
  border-radius: 6px;
  width: 100%;
  height: 100%;
}

.video-courses-wrapper {
  z-index: 1;
  position: relative;
}

.courses-grid-title {
  grid-row-gap: 12px;
  flex-flow: column;
  display: flex;
}

.collection-item-course:first-child {
  border-top: 1px solid #f8f7ec33;
}

.courses-first-item-grid {
  grid-row-gap: 40px;
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.features-grid-copy {
  grid-column-gap: 30px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.plan-s-features-title {
  grid-row-gap: 16px;
  flex-flow: column;
  max-width: 500px;
  margin-bottom: 50px;
  display: flex;
}

.image-inner-section {
  background-image: linear-gradient(#1f1f1f80, #1f1f1f80), url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  padding-top: 140px;
  padding-bottom: 80px;
  position: relative;
  overflow: hidden;
}

.image-inner-section.pricing-banner {
  background-image: linear-gradient(to bottom, var(--dark-60), var(--dark-60)), url('../images/2149052440.jpg');
}

.image-inner-section.contacts-banner {
  background-color: var(--primary-light);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  min-height: 450px;
  display: flex;
}

.image-inner-section.faq-banner {
  background-image: linear-gradient(to bottom, var(--dark-60), var(--dark-60)), url('../images/2148714922.jpg');
}

.image-inner-section.services-banner {
  background-image: linear-gradient(to bottom, var(--dark-60), var(--dark-60)), url('../images/ed-259-xcrI6CPkkJs-unsplash.jpg');
}

.image-inner-section.contacts-banner {
  background-image: linear-gradient(to bottom, var(--dark-60), var(--dark-60)), url('../images/2150981883.jpg');
}

.image-inner-section.course-category-banner {
  background-image: linear-gradient(to bottom, var(--dark-60), var(--dark-60)), url('../images/chuttersnap-d271d_SOGR8-unsplash.jpg');
}

.banner-title-wrapper-reviews {
  grid-row-gap: 16px;
  text-align: center;
  flex-direction: column;
  align-items: center;
  max-width: 550px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.title-with-label {
  grid-row-gap: 20px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.image-banner-courses {
  object-fit: cover;
  object-position: 50% 50%;
  width: 100%;
  height: 100%;
}

.title-banner-wrapper-courses {
  grid-row-gap: 16px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  max-width: 580px;
  display: flex;
}

.paragraph-banner-wrapper-courses {
  max-width: 450px;
}

.banner-content-wrapper-copy {
  justify-content: space-between;
  align-items: flex-end;
  display: flex;
}

.image-banner-wrapper-courses {
  width: 100%;
  height: 400px;
  margin-top: 60px;
  position: relative;
  overflow: hidden;
}

.courses-heading {
  text-align: center;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  max-width: 550px;
  margin-bottom: 50px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.collection-list-team-main {
  grid-column-gap: 20px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.accordions-wrapper-faq {
  grid-column-gap: 60px;
  display: flex;
}

.collection-list-services-main {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.instructors-title {
  text-align: center;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  max-width: 500px;
  margin-bottom: 50px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.image-banner-team {
  object-fit: cover;
  object-position: 50% 50%;
  width: 100%;
  height: 100%;
}

.collection-list-news {
  grid-column-gap: 20px;
  grid-row-gap: 40px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.post-item-bottom-content-main {
  grid-row-gap: 20px;
  flex-flow: column;
  flex: 1;
  justify-content: space-between;
  align-items: flex-start;
  height: auto;
  margin-top: 20px;
  display: flex;
}

.blog-post-description-main {
  grid-row-gap: 12px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.collection-item-blog-main {
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  display: flex;
  position: relative;
}

.post-category {
  z-index: 1;
  background-color: var(--primary);
  border-radius: 30px;
  padding: 8px 12px;
  font-size: 14px;
  font-weight: 500;
  position: absolute;
  inset: 10px 10px auto auto;
}

.post-category:hover {
  background-color: var(--primary-light);
}

.banner-title-wrapper-news {
  grid-row-gap: 16px;
  text-align: center;
  flex-direction: column;
  align-items: center;
  max-width: 460px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.numbers-grid-services {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.number-item-services {
  grid-row-gap: 12px;
  border-left: 1px solid #1f1f1f33;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  padding-top: 20px;
  padding-bottom: 20px;
  padding-left: 30px;
  display: flex;
}

.number-info-services {
  justify-content: flex-start;
  align-items: flex-start;
  font-size: 80px;
  font-weight: 600;
  line-height: 1em;
  display: flex;
}

.submit-button {
  background-color: var(--dark);
  color: var(--light-gray);
  text-align: center;
  border-radius: 5px;
  justify-content: center;
  padding: 16px 20px;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.2em;
  transition: all .35s;
  display: flex;
  position: relative;
  overflow: hidden;
}

.submit-button:hover {
  background-color: var(--primary);
  color: var(--dark);
}

.contact-icon {
  background-color: var(--primary);
  color: var(--dark);
  border-radius: 3px;
  justify-content: center;
  align-items: center;
  width: 32px;
  height: 32px;
  font-family: "Fa solid 900", sans-serif;
  font-size: 14px;
  transition: all .3s;
  display: flex;
}

.contacts-link {
  font-size: 18px;
  font-weight: 500;
}

.contacts-link:hover {
  color: var(--dark-gray);
}

.paragraph-contacts {
  font-size: 18px;
}

.inputs-grid {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-bottom: 10px;
  display: grid;
}

.info-item {
  grid-row-gap: 8px;
  border-bottom: 1px solid var(--dark-20);
  flex-flow: column;
  margin-bottom: 20px;
  padding-bottom: 20px;
  display: flex;
}

.image-banner-courses-details {
  object-fit: cover;
  object-position: 30% 0%;
  width: 100%;
  height: 100%;
}

.image-banner-wrapper-course-details {
  width: 100%;
  height: 400px;
  margin-top: 60px;
  overflow: hidden;
}

.block-info {
  background-color: var(--gray-background);
  grid-template-rows: auto auto auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  width: 35%;
  padding: 30px;
  display: grid;
  position: sticky;
  top: 140px;
}

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

.title-banner-wrapper-courses-details {
  grid-row-gap: 16px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  max-width: 580px;
  display: flex;
}

.banner-title-wrapper-category {
  grid-row-gap: 16px;
  text-align: center;
  flex-direction: column;
  align-items: center;
  max-width: 450px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.collection-list-courses-category {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.link-course-image-category {
  border-radius: 5px;
  width: 250px;
  height: 120px;
  margin-left: auto;
  overflow: hidden;
}

.bottom-course-content-category {
  grid-column-gap: 40px;
  flex: 1;
  justify-content: space-between;
  align-items: flex-end;
  margin-top: 40px;
  display: flex;
}

.post-category-banner {
  background-color: var(--primary);
  border-radius: 30px;
  padding: 8px 12px;
  font-size: 14px;
  font-weight: 500;
}

.post-category-banner:hover {
  background-color: var(--dark);
  color: var(--primary-light);
}

.category-post-wrapper {
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.title-banner-post-wrapper {
  grid-row-gap: 16px;
  flex-flow: column;
  display: flex;
}

.post-details-wrapper {
  max-width: 920px;
  margin-top: -25px;
  margin-left: auto;
  margin-right: auto;
}

.paragraph-post {
  max-width: 450px;
  font-size: 18px;
}

.collection-list-news-category {
  grid-column-gap: 20px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.image-instructor {
  object-fit: cover;
  border-radius: 5px;
  width: 100%;
  height: 100%;
}

.instructor-image-wrapper {
  width: 40%;
  height: 450px;
  position: relative;
  overflow: hidden;
}

.instructor-banner-wrapper {
  display: flex;
}

.instructor-banner-description {
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 60%;
  padding-left: 80px;
  padding-right: 40px;
  display: flex;
}

.instructor-name {
  grid-row-gap: 20px;
  flex-flow: column;
  display: flex;
}

.top-instructor-description {
  grid-row-gap: 16px;
  flex-flow: column;
  display: flex;
}

.point {
  grid-column-gap: 12px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.instructor-points-wrapper {
  grid-row-gap: 10px;
  flex-flow: column;
  margin-top: 30px;
  margin-bottom: 40px;
  display: flex;
}

.instructor-long-description {
  max-width: 920px;
}

.inputs-grid-services {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-bottom: 10px;
  display: grid;
}

.form-block-services {
  width: 100%;
  margin-top: 20px;
  margin-bottom: 0;
}

.services-form-wrapper {
  background-color: var(--gray-background);
  text-align: center;
  border-radius: 5px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  padding: 30px 20px;
  display: flex;
}

.image-service-details {
  object-fit: cover;
  border-radius: 5px;
  width: 100%;
  height: 400px;
}

.service-details-banner {
  justify-content: space-between;
  align-items: stretch;
  width: 100%;
  height: 100%;
  display: flex;
}

.text-content-banner-service {
  grid-row-gap: 40px;
  flex-flow: column;
  justify-content: flex-end;
  align-items: flex-start;
  width: 40%;
  padding-right: 80px;
  display: flex;
}

.service-details-banner-image-wrapper {
  border-radius: 5px;
  width: 60%;
  overflow: hidden;
}

.service-details-banner-title-wrapper {
  grid-row-gap: 16px;
  flex-flow: column;
  display: flex;
}

.gray-background-style-guide {
  background-color: var(--gray-background);
  border-radius: 5px;
  width: 75px;
  height: 75px;
}

.link-text:hover {
  color: var(--dark-gray);
}

.changelog-content {
  grid-row-gap: 20px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.field-label {
  font-weight: 500;
}

.logo-404 {
  height: 25px;
}

._404 {
  font-size: 160px;
  font-weight: 600;
  line-height: 1em;
}

.primary-button-yellow {
  background-color: var(--primary);
  color: var(--dark);
  text-align: center;
  border-radius: 5px;
  justify-content: center;
  padding: 16px 20px;
  font-size: 16px;
  font-weight: 500;
  transition: all .35s;
  display: flex;
  position: relative;
  overflow: hidden;
}

.primary-button-yellow:hover {
  background-color: var(--dark);
  color: var(--primary-light);
}

.search-paragraph {
  margin-top: 10px;
  margin-bottom: 10px;
}

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

.empty-state {
  background-color: var(--transparent);
  font-weight: 500;
}

.pagination-button {
  border-style: solid;
  border-color: var(--dark);
  background-color: var(--transparent);
  color: var(--dark);
  border-radius: 5px;
  justify-content: center;
  align-items: center;
  min-width: 120px;
  margin-top: 40px;
  padding-top: 16px;
  padding-bottom: 16px;
  font-size: 16px;
  display: flex;
}

.pagination-button:hover {
  background-color: var(--dark);
  color: var(--primary-light);
}

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

.close-popup-image {
  width: 12px;
  height: 12px;
}

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

.text-orange {
  color: #f69c20;
}

.btn-icon {
  margin-right: 8px;
}

.promotion-label-left {
  width: 100%;
  max-width: 290px;
  position: absolute;
}

.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-holder {
  grid-row-gap: 10px;
  background-color: #1c276d;
  border-radius: 4px;
  flex-direction: column;
  padding: 15px;
  display: flex;
  position: relative;
}

.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 {
  opacity: 1;
  color: #000;
}

.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 {
  opacity: 1;
  color: #fff;
}

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

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

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

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

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

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

  .section.banner-home-1, .section.testimonials-background {
    padding-top: 180px;
  }

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

  .section.banner-home-2 {
    padding-bottom: 100px;
  }

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

  .section.top-padding-100 {
    padding-top: 100px;
  }

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

  .section.post-details {
    padding-top: 100px;
  }

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

  .section.description-section {
    padding-top: 75px;
  }

  .section.banner-service {
    padding-top: 90px;
  }

  .section.description-section-service {
    padding-top: 100px;
  }

  .base-container.full-width-with-paddings {
    padding-left: 30px;
    padding-right: 30px;
  }

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

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

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

  .licensing-paragraph {
    width: 45%;
  }

  .blog-template-image {
    height: 500px;
    margin-top: 80px;
  }

  .footer {
    padding-top: 80px;
  }

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

  .paragraph-large.service-banner {
    width: 90%;
  }

  .banner-title-wrapper {
    max-width: 570px;
  }

  .banner-title-wrapper.faq {
    max-width: 550px;
  }

  .contacts-wrapper {
    justify-content: space-between;
    align-items: center;
  }

  .contacts-content-wrapper {
    width: 40%;
  }

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

  .search-section {
    margin-bottom: 80px;
  }

  .service-details-content-wrapper {
    padding-right: 100px;
  }

  .course-template-content {
    padding-right: 140px;
  }

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

  .testimonials-mask {
    width: 46.5%;
  }

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

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

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

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

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

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

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

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

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

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

  .landing-banner-content {
    margin-bottom: 80px;
  }

  .landing-banner-screens {
    margin-bottom: -80px;
  }

  .landing-inner-page-item.home-screen-banner, .landing-inner-page-item.home-screen {
    max-width: none;
  }

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

  .landing-customers-content-left {
    max-width: 360px;
  }

  .paragraph-benefits-lp {
    width: 80%;
  }

  .landing-inner-pages-wrapper {
    grid-column-gap: 30px;
  }

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

  .section-banner.landing-banner {
    background-image: none;
    padding-top: 180px;
  }

  .style-guide-body-wrap {
    grid-column-gap: 60px;
    grid-row-gap: 60px;
  }

  .steps-grid {
    grid-column-gap: 40px;
  }

  .step-item {
    padding: 30px;
  }

  .about-content-wrapper {
    padding-right: 140px;
  }

  .about-benefits-wrapper {
    margin-top: 60px;
  }

  .benefits-grid {
    grid-column-gap: 80px;
  }

  .benefits-title, .courses-title-wrapper {
    margin-bottom: 60px;
  }

  .collection-list-team {
    grid-column-gap: 40px;
  }

  .cta-text-content {
    margin-top: 80px;
  }

  .text-review {
    font-size: 32px;
  }

  .team-title-wrapper {
    margin-bottom: 60px;
  }

  .image-banner-wrapper {
    height: 500px;
    margin-top: 80px;
  }

  .primary-banner-block {
    grid-row-gap: 40px;
    margin-bottom: -120px;
  }

  .course-item-wrapper-home-2 {
    grid-column-gap: 60px;
  }

  .steps-title-left-column {
    padding-right: 140px;
  }

  .steps-title-wrap {
    margin-bottom: 60px;
  }

  .number-item-video {
    margin-right: 40px;
    padding-right: 40px;
  }

  .right-column {
    padding-left: 140px;
  }

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

  .feature-title-wrapper {
    margin-bottom: 60px;
  }

  .benefits-grid-about {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

  .benefit-item-grid {
    grid-column-gap: 40px;
  }

  .image-benefit {
    width: 150px;
  }

  .service-bottom-content {
    max-width: 75%;
  }

  .slide-review {
    margin-right: 80px;
  }

  .services-title-wrapper, .courses-title-wrap {
    margin-bottom: 60px;
  }

  .image-banner-home-2 {
    object-position: 50% 50%;
  }

  .about-right-column {
    padding-left: 100px;
  }

  .about-bottom-content {
    padding-right: 0;
  }

  .content-banner-wrapper {
    padding-right: 100px;
  }

  .left-content-navbar {
    grid-column-gap: 60px;
  }

  .title-banner-wrapper-home-3 {
    max-width: 550px;
  }

  .grid-image-decor {
    grid-template-rows: 60px 160px 160px 160px 60px;
    grid-template-columns: .8fr 1fr 1fr 1fr .8fr;
  }

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

  .plan-s-title-wrapper {
    margin-bottom: 60px;
  }

  .slide-review-card {
    padding: 30px;
  }

  .slider-reviews {
    padding-top: 100px;
  }

  .paragraph-banner-wrapper-home-3 {
    max-width: 530px;
  }

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

  .collection-list-services-grid {
    grid-column-gap: 40px;
  }

  .services-title-wrap {
    margin-bottom: 60px;
  }

  .courses-block {
    margin-bottom: 100px;
  }

  .course-item-wrapper-home-3 {
    grid-column-gap: 60px;
    grid-template-columns: .5fr 1fr 300px .3fr;
  }

  .course-s-text-content-wrapper-home-3 {
    max-width: 380px;
  }

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

  .images-grid-left, .images-grid-right {
    grid-template-rows: 80px 80px 80px 80px;
    grid-template-columns: 80px 80px 80px 80px;
    top: 120px;
  }

  .faq-section-wrapper {
    grid-column-gap: 100px;
  }

  .faq-image-wrapper {
    height: 650px;
  }

  .label-faq {
    margin-left: 50px;
    right: -50px;
  }

  .label {
    right: -50px;
  }

  .image-grid-banner {
    width: 80px;
    height: 80px;
  }

  .image-grid-banner.hide-tab {
    display: block;
  }

  .benefits-title-wrapper {
    margin-bottom: 60px;
  }

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

  .courses-section {
    grid-column-gap: 80px;
    grid-template-columns: 1fr 1.2fr .8fr;
  }

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

  .plan-s-features-title {
    margin-bottom: 60px;
  }

  .image-inner-section {
    padding-top: 160px;
    padding-bottom: 120px;
  }

  .title-banner-wrapper-courses {
    max-width: 650px;
  }

  .image-banner-wrapper-courses {
    height: 500px;
    margin-top: 80px;
  }

  .courses-heading {
    margin-bottom: 60px;
  }

  .collection-list-team-main {
    grid-column-gap: 40px;
  }

  .accordions-wrapper-faq {
    grid-column-gap: 80px;
  }

  .instructors-title {
    margin-bottom: 60px;
  }

  .collection-list-news {
    grid-column-gap: 40px;
  }

  .image-banner-wrapper-course-details {
    height: 500px;
    margin-top: 80px;
  }

  .title-banner-wrapper-courses-details {
    max-width: 650px;
  }

  .collection-list-news-category {
    grid-column-gap: 40px;
  }

  .instructor-banner-description {
    padding-left: 120px;
    padding-right: 100px;
  }

  .services-form-wrapper {
    padding: 40px;
  }
}

@media screen and (min-width: 1440px) {
  .section.video-section {
    min-height: 700px;
  }

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

  .section.image-section {
    height: 700px;
  }

  .base-container.full-width-with-paddings {
    max-width: 1400px;
  }

  .blog-template-image {
    height: 550px;
  }

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

  .section-banner.landing-banner {
    background-image: none;
  }

  .number-item {
    padding-left: 40px;
  }

  .image-banner-wrapper {
    height: 550px;
  }

  .primary-banner-block {
    width: 360px;
    padding-left: 40px;
    padding-right: 40px;
  }

  .decor-big {
    grid-template-rows: 45px 45px 45px;
    grid-template-columns: 45px 45px 45px;
  }

  .steps-wrapper {
    padding-left: 60px;
  }

  .step-item-horizontal {
    grid-column-gap: 30px;
  }

  .video-section-content-wrapper {
    min-height: 700px;
    padding-bottom: 100px;
  }

  .features-grid {
    grid-column-gap: 80px;
  }

  .lightbox-link, .banner-video {
    width: 350px;
    height: 200px;
  }

  .image-banner-home-2 {
    object-position: 50% 30%;
  }

  .grid-image-decor {
    grid-template-rows: 80px 180px 180px 180px 80px;
  }

  .image-grid-background {
    object-position: 50% 30%;
  }

  .paragraph-primary-cell {
    font-size: 20px;
  }

  .images-grid-left, .images-grid-right {
    top: 140px;
  }

  .image-banner-wrapper-courses {
    height: 550px;
  }

  .number-item-services {
    padding-left: 40px;
  }

  .image-banner-wrapper-course-details {
    height: 550px;
  }

  .block-info {
    width: 360px;
    padding: 40px;
  }

  .logo-404 {
    height: 30px;
  }
}

@media screen and (min-width: 1920px) {
  .section.about-us-banner {
    padding-top: 220px;
    padding-bottom: 140px;
  }

  .section.video-section {
    min-height: 800px;
  }

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

  .section.image-section {
    height: 800px;
  }

  .base-container.full-width-with-paddings {
    max-width: 1500px;
  }

  .blog-template-image {
    object-position: 50% 10%;
    height: 600px;
  }

  .search-section {
    padding-top: 180px;
  }

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

  .landing-banner-content {
    max-width: 1100px;
    margin-bottom: 130px;
  }

  .landing-banner-title {
    font-size: 80px;
  }

  .landing-banner-screens {
    margin-bottom: -100px;
  }

  .section-landing-customers {
    padding-top: 130px;
  }

  .landing-customers-content-right {
    grid-row-gap: 50px;
  }

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

  .section-banner.landing-banner {
    background-image: none;
    padding-top: 200px;
  }

  .color-bg {
    height: 200px;
  }

  .text-review-wrapper {
    padding-right: 100px;
  }

  .numbers-grid {
    grid-column-gap: 60px;
  }

  .number-item {
    padding-left: 40px;
  }

  .image-banner {
    object-position: 50% 60%;
  }

  .image-banner-wrapper {
    height: 600px;
  }

  .image-grid {
    height: 450px;
  }

  .video-section-content-wrapper {
    min-height: 800px;
  }

  .service-bottom-content {
    max-width: 70%;
  }

  .instagram-grid-images {
    height: 250px;
  }

  .grid-image-decor {
    grid-template-rows: 100px 200px 200px 200px 100px;
  }

  .dark-cell, .primary-cell {
    padding: 30px;
  }

  .title-primary-cell {
    font-size: 64px;
  }

  .title-dark-cell {
    font-size: 28px;
  }

  .collection-list-services-grid {
    grid-column-gap: 60px;
  }

  .images-grid-left, .images-grid-right {
    grid-template-rows: 100px 100px 100px 100px;
    grid-template-columns: 100px 100px 100px 100px;
    top: 100px;
  }

  .image-grid-banner {
    width: 100px;
    height: 100px;
  }

  .courses-section {
    grid-column-gap: 100px;
  }

  .image-banner-courses {
    object-position: 50% 60%;
  }

  .image-banner-wrapper-courses {
    height: 600px;
  }

  .numbers-grid-services {
    grid-column-gap: 60px;
  }

  .number-item-services {
    padding-left: 40px;
  }

  .image-banner-wrapper-course-details {
    height: 600px;
  }
}

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

  h2 {
    font-size: 38px;
  }

  h3 {
    font-size: 32px;
  }

  h4 {
    font-size: 28px;
  }

  blockquote {
    font-size: 24px;
  }

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

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

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

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

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

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

  .section.image-section {
    height: 500px;
  }

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

  .section.banner-service {
    min-height: 300px;
    padding-top: 60px;
  }

  .grid-system {
    width: 100%;
  }

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

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

  .colors-wrapper {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
  }

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

  .headings-typography-wrapper.last-child {
    margin-bottom: 30px;
  }

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

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

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

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

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

  .nav-menu {
    background-color: var(--primary-light);
    flex-direction: column;
    width: 320px;
    inset: 0% auto 0% 0%;
  }

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

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

  .nav-link {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
    padding: 10px 0;
    display: flex;
  }

  .nav-link.home-3 {
    padding-left: 0;
  }

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

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

  .nav-dropdown-toggle.white {
    color: var(--dark);
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .nav-dropdown-toggle.home-3 {
    padding-left: 0;
  }

  .nav-dropdown-icon {
    margin-right: 1.5px;
    font-size: 14px;
  }

  .nav-dropdown-icon.home-3 {
    margin-right: 0;
  }

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

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

  .nav-dropdown-list.megamenu {
    width: auto;
    height: 270px;
    padding-left: 20px;
    padding-right: 40px;
    overflow: scroll;
  }

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

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

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

  .close-menu-button {
    padding: 0 20px 0 0;
  }

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

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

  .nav-item-title.white {
    color: var(--dark);
  }

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

  .licensing-grid.last-child {
    grid-template-columns: 1fr 1fr;
  }

  .licensing-paragraph {
    width: 100%;
  }

  .blog-template-wrapper {
    max-width: 600px;
  }

  .blog-template-image {
    height: 450px;
  }

  .section-title-wrapper {
    max-width: 560px;
  }

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

  .banner-title-wrapper {
    max-width: 500px;
  }

  .pricing-plan-item.right-plan {
    padding-top: 40px;
    left: 0;
    transform: scale(1);
  }

  .pricing-plan-item.left-plan {
    padding-top: 40px;
    right: 0;
    transform: scale(1);
  }

  .pricing-plan-item.center-item {
    z-index: 0;
    width: 360px;
    padding-top: 40px;
  }

  .pricing-plan-item.center-item-main {
    z-index: 0;
    width: 360px;
  }

  .accordion-item.without-top-line {
    border-top-style: none;
  }

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

  .contacts-content-wrapper {
    width: 100%;
    margin-bottom: 40px;
    padding-right: 0;
  }

  .contacts-form-wrapper {
    width: 100%;
    min-height: auto;
    margin-left: 0;
    padding: 30px;
  }

  .contacts-title {
    max-width: 550px;
  }

  .footer-social-icons-wrapper {
    margin-top: 10px;
  }

  .footer-wrapper {
    grid-row-gap: 40px;
    flex-wrap: wrap;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }

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

  .search-desktop {
    display: none;
  }

  .search-bottom-line {
    display: flex;
  }

  .navbar-button-desk {
    display: none;
  }

  .search-input:focus {
    border: 1px solid var(--primary);
  }

  .search-section {
    padding-top: 120px;
  }

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

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

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

  .service-details-content {
    flex-flow: column;
  }

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

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

  .course-template-content {
    width: 100%;
    padding-right: 0;
  }

  .course-template-content-wrapper {
    flex-flow: column;
  }

  .nav-dropdown-column {
    justify-content: center;
    width: 180px;
  }

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

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

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

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

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

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

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

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

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

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

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

  .subtitle {
    margin-bottom: 30px;
  }

  .content {
    margin-bottom: 0;
  }

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

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

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

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

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

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

  .menu-wrap {
    background-color: var(--primary-light);
    flex-direction: column;
    align-items: flex-start;
    padding-top: 20px;
    padding-left: 20px;
    padding-right: 20px;
    display: flex;
  }

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

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

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

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

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

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

  .image-burger.invert {
    filter: invert();
  }

  .brand-tablet {
    display: block;
  }

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

  .main-style-guide-body-wrapper {
    width: 100%;
    margin-right: 0;
  }

  .style-guide-tab-link {
    padding-left: 10px;
    padding-right: 10px;
  }

  .spacing-title {
    font-size: 25px;
  }

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

  .primary-button-black:hover {
    opacity: 1;
  }

  .landing-banner-content {
    position: relative;
    left: 0%;
    right: 0%;
  }

  .landing-home-pages-wrapper-banner {
    grid-column-gap: 20px;
    grid-template-columns: 1fr 1fr;
    justify-items: center;
    padding-left: 20px;
    padding-right: 20px;
  }

  .landing-inner-page-item.home-screen-banner, .landing-inner-page-item.home-screen {
    max-width: 550px;
    margin-left: auto;
    margin-right: auto;
  }

  .landing-paragraph-style {
    margin-top: 20px;
  }

  .landing-customers-content-left {
    text-align: center;
    align-items: center;
    max-width: 380px;
  }

  .landing-customers-content-right {
    grid-row-gap: 30px;
    width: 100%;
  }

  .landing-customers-icon-wrapper {
    width: 100%;
  }

  .landing-customers-layout {
    grid-column-gap: 60px;
    grid-row-gap: 60px;
    flex-direction: column;
    align-items: center;
  }

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

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

  .landing-inner-pages-wrapper {
    grid-row-gap: 30px;
    grid-template-columns: 1fr 1fr;
  }

  .free-trial-wrapper-2.landing {
    max-width: 500px;
  }

  .section-banner.landing-banner {
    background-image: none;
    align-items: center;
    padding-top: 120px;
  }

  .color-bg {
    height: 100px;
  }

  .form-contacts {
    justify-content: flex-start;
    align-items: center;
  }

  .sg-title.mb-30 {
    margin-bottom: 20px;
  }

  .flex-body-wrap {
    width: 100%;
  }

  .style-guide-body-wrap {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-wrap: wrap;
  }

  .style-guide-body-wrap.rows-30 {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
  }

  .steps-grid {
    grid-column-gap: 10px;
  }

  .number {
    font-size: 60px;
  }

  .span-image-second {
    height: 40px;
  }

  .collection-list-courses {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
  }

  .bottom-course-content {
    grid-column-gap: 30px;
  }

  .image-about {
    object-position: 30% 50%;
  }

  .about-title-wrapper {
    padding-right: 10px;
  }

  .absolute-image-wrapper {
    width: 40%;
  }

  .about-content-wrapper {
    width: 60%;
    padding-right: 45px;
  }

  .benefits-grid {
    grid-row-gap: 30px;
    grid-template-columns: 1fr 1fr;
  }

  .benefits-title {
    max-width: 550px;
    margin-bottom: 40px;
  }

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

  .courses-title {
    max-width: 500px;
  }

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

  .image-cta._1, .image-cta._7 {
    display: none;
  }

  .cta-title {
    max-width: 520px;
  }

  .text-review {
    font-size: 22px;
  }

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

  .text-review-wrapper {
    width: 55%;
    padding-right: 60px;
  }

  .number-s-title-wrapper {
    margin-bottom: 50px;
  }

  .icons-wrapper {
    margin-bottom: 30px;
  }

  .numbers-grid {
    grid-row-gap: 40px;
    grid-template-columns: 1fr 1fr;
  }

  .number-item {
    border-left-style: none;
    justify-content: center;
    align-items: center;
    padding-top: 0;
    padding-bottom: 0;
    padding-left: 0;
  }

  .link-course-image {
    width: 190px;
  }

  .span-image-first, .span-image-benefits {
    height: 40px;
  }

  .benefits-item {
    grid-row-gap: 24px;
  }

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

  .span-image-steps-first {
    height: 40px;
  }

  .decoration.black-block {
    inset: auto 0% 0% auto;
  }

  .text-banner-content {
    grid-row-gap: 30px;
  }

  .title-banner-wrapper {
    max-width: 600px;
  }

  .primary-banner-block {
    width: 300px;
    padding-top: 20px;
    padding-bottom: 20px;
    position: absolute;
    inset: auto 0% auto auto;
  }

  .primary-banner-block.inner-page {
    grid-row-gap: 16px;
    margin-bottom: -300px;
  }

  .banner-content-wrapper {
    position: relative;
  }

  .paragraph-banner-wrapper {
    max-width: 400px;
  }

  .primary-block-button-wrapper {
    grid-column-gap: 20px;
  }

  .logo {
    height: 22px;
  }

  .navbar-button-tab {
    margin-top: 20px;
    display: flex;
  }

  .collection-team-item:last-child {
    display: none;
  }

  .course-item-wrapper-home-2 {
    grid-template-columns: .5fr 150px 1fr .3fr;
  }

  .link-course-image-home-2 {
    height: 150px;
  }

  .image-grid {
    height: 300px;
  }

  .steps-wrapper {
    width: 100%;
    margin-top: 60px;
  }

  .steps-section-wrapper {
    flex-flow: column;
  }

  .steps-title-left-column {
    grid-column-gap: 100px;
    flex-flow: row;
    justify-content: space-between;
    align-items: flex-end;
    width: 100%;
    padding-right: 0;
  }

  .button-stroke-wrapper-banner {
    grid-row-gap: 24px;
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .avatars-block {
    margin-left: 10px;
  }

  .span-plus.small {
    font-size: 35px;
  }

  .numbers-span {
    font-size: 50px;
  }

  .steps-title {
    max-width: 550px;
  }

  .steps-title-wrap {
    margin-bottom: 40px;
  }

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

  .numbers-grid-video {
    grid-column-gap: 20px;
    grid-row-gap: 30px;
    width: 100%;
    margin-left: 0;
  }

  .number-item-video {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    border-left: 1px solid var(--primary-light);
    border-right-style: none;
    margin-right: 0;
    padding-left: 20px;
    padding-right: 0;
  }

  .video-section-content {
    grid-row-gap: 60px;
    flex-flow: column;
    justify-content: flex-end;
    align-items: flex-start;
  }

  .numbers-video-title-wrapper {
    flex-flow: row;
    justify-content: space-between;
    align-items: flex-end;
    width: 100%;
  }

  .right-column {
    padding-left: 60px;
  }

  .points-wrap {
    grid-column-gap: 30px;
  }

  .feature-title {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

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

  .features-title {
    max-width: 430px;
  }

  .benefits-grid-about {
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr 1fr;
  }

  .image-benefit {
    width: 150px;
  }

  .black-block-benefit-grid {
    grid-column-gap: 40px;
    flex-flow: row;
  }

  .bottom-content-black-block {
    border-left: 1px solid var(--gray-background);
    border-top-style: none;
    padding-top: 0;
    padding-left: 40px;
    padding-right: 60px;
  }

  .services-grid-wrapper {
    grid-row-gap: 10px;
    grid-template-rows: auto 300px;
    grid-template-columns: 1fr;
  }

  .instagram-grid-images {
    grid-template-rows: 140px 140px;
    grid-template-columns: 1fr 1fr 1fr;
    height: auto;
  }

  .cta-title-wrapper {
    max-width: 440px;
  }

  .slide-review {
    margin-right: 40px;
  }

  .services-title-wrapper {
    max-width: 450px;
    margin-bottom: 40px;
  }

  .courses-title-wrap {
    margin-bottom: 40px;
  }

  .course-title {
    max-width: 540px;
  }

  .background-video-3, .span-video-bg {
    height: 40px;
  }

  .numbers-grid-video-mob {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    grid-template-columns: 1fr 1fr;
  }

  .number-info {
    font-size: 60px;
  }

  .banner-content-wrapper-home-2 {
    position: relative;
  }

  .nav-link-white {
    color: var(--dark);
    width: 100%;
    margin-left: 0;
    margin-right: 0;
    padding: 10px 0;
    display: flex;
  }

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

  .lightbox-link {
    width: 170px;
  }

  .image-banner-home-2 {
    object-position: 20% 70%;
  }

  .about-right-column {
    grid-row-gap: 40px;
    width: 60%;
  }

  .about-left-column {
    width: 40%;
    height: auto;
  }

  .image-small-about {
    width: 200px;
    height: 120px;
  }

  .background-video-banner {
    width: 36%;
  }

  .content-banner-wrapper {
    grid-row-gap: 30px;
    width: 64%;
    padding-right: 60px;
  }

  .grid-image-decor {
    grid-template-rows: 85px 165px 165px 85px;
    grid-template-columns: .3fr 1fr 1fr 1fr .3fr;
  }

  .cell._24, .cell._25, .cell._22, .cell._21 {
    display: none;
  }

  .cell._19, .cell._18, .cell._17, .cell._16 {
    border-bottom-style: none;
  }

  .blog-grid {
    grid-column-gap: 20px;
  }

  .link-post-image-small {
    height: 250px;
  }

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

  .price {
    font-size: 46px;
  }

  .plan-s-title-wrapper {
    max-width: 450px;
    margin-bottom: 40px;
  }

  .slider-reviews {
    padding-top: 80px;
  }

  .mask-reviews {
    width: 48.6%;
  }

  .reviews-title {
    max-width: 360px;
  }

  .post-item-bottom-content {
    grid-row-gap: 16px;
    flex-flow: column;
  }

  .title-primary-cell {
    font-size: 40px;
  }

  .bottom-dark-cell {
    display: none;
  }

  .right-dark-cell {
    border-bottom-style: none;
  }

  .courses-title-center {
    max-width: 500px;
    margin-bottom: 40px;
  }

  .collection-list-services-grid {
    grid-column-gap: 60px;
    grid-row-gap: 30px;
    grid-template-columns: 1fr 1fr;
  }

  .services-title-wrap {
    margin-bottom: 40px;
  }

  .services-title {
    max-width: 450px;
  }

  .service-item-content {
    margin-top: 24px;
  }

  .course-item-wrapper-home-3 {
    grid-template-columns: .5fr 150fr 150px .3fr;
  }

  .link-course-image-home-3 {
    height: 150px;
  }

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

  .center-title-banner-wrapper {
    z-index: 0;
  }

  .images-grid-left, .images-grid-right {
    grid-template-rows: 60px 60px 60px;
    top: 80px;
  }

  .faq-section-wrapper {
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .faq-image-wrapper {
    width: 100%;
    height: 360px;
    margin-top: 40px;
    margin-bottom: 40px;
  }

  .faq-s-column {
    width: 100%;
  }

  .label-faq {
    margin-left: 0;
    position: static;
  }

  .banner-title-wrapper-center {
    max-width: 460px;
  }

  .image-grid-banner.hide-tab, .image-grid-banner.hide {
    display: none;
  }

  .benefits-title-wrapper {
    max-width: 500px;
    margin-bottom: 40px;
  }

  .decor-round-bottom.hide-tab {
    display: none;
  }

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

  .courses-section {
    grid-column-gap: 80px;
    grid-row-gap: 60px;
    grid-template-rows: 300px auto;
    grid-template-columns: 1fr 1fr;
  }

  .features-grid-copy {
    grid-column-gap: 60px;
    grid-row-gap: 30px;
    grid-template-columns: 1fr 1fr;
  }

  .plan-s-features-title {
    margin-bottom: 40px;
  }

  .image-inner-section {
    padding-top: 120px;
  }

  .image-inner-section.contacts-banner {
    min-height: 300px;
  }

  .banner-title-wrapper-reviews {
    max-width: 500px;
  }

  .video-title-wrapper {
    max-width: 300px;
  }

  .title-banner-wrapper-courses {
    max-width: 590px;
  }

  .paragraph-banner-wrapper-courses {
    max-width: 400px;
  }

  .banner-content-wrapper-copy {
    position: relative;
  }

  .courses-heading {
    margin-bottom: 40px;
  }

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

  .accordions-wrapper-faq {
    grid-column-gap: 0px;
    flex-flow: column;
  }

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

  .instructors-title {
    max-width: 450px;
    margin-bottom: 40px;
  }

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

  .post-item-bottom-content-main {
    grid-row-gap: 16px;
    flex-flow: column;
  }

  .banner-title-wrapper-news {
    max-width: 430px;
  }

  .number-item-services {
    padding-left: 20px;
  }

  .number-info-services {
    font-size: 48px;
  }

  .submit-button {
    min-width: 240px;
  }

  .paragraph-contacts {
    max-width: 400px;
  }

  .inputs-grid {
    width: 100%;
  }

  .image-banner-courses-details {
    object-position: 100% 0%;
  }

  .block-info {
    grid-column-gap: 30px;
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr 1fr;
    width: 100%;
    margin-top: 40px;
    position: relative;
    top: 0;
  }

  .banner-content-wrapper-center {
    position: relative;
  }

  .title-banner-wrapper-courses-details {
    max-width: 590px;
  }

  .collection-list-courses-category {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
  }

  .link-course-image-category {
    width: 100%;
  }

  .bottom-course-content-category {
    grid-column-gap: 30px;
  }

  .post-details-wrapper {
    max-width: 100%;
  }

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

  .instructor-banner-description {
    padding-left: 60px;
    padding-right: 0;
  }

  .instructor-long-description {
    max-width: 100%;
  }

  .inputs-grid-services {
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
    width: 100%;
  }

  .form-block-services {
    margin-top: 30px;
  }

  .services-form-wrapper {
    padding: 40px;
    top: 20px;
  }

  .text-content-banner-service {
    width: 50%;
    padding-right: 40px;
  }

  .service-details-banner-image-wrapper {
    width: 50%;
  }

  ._404 {
    font-size: 120px;
  }

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

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

  h2 {
    font-size: 34px;
  }

  h3 {
    font-size: 28px;
  }

  h4 {
    font-size: 24px;
  }

  blockquote {
    padding-right: 20px;
    font-size: 20px;
  }

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

  .section.about-us-banner {
    padding-top: 120px;
  }

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

  .section.benefits-section {
    padding-bottom: 0;
  }

  .section.testimonials-background {
    padding-top: 120px;
  }

  .section.video-section {
    min-height: 400px;
  }

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

  .section.testimonials-section {
    margin-bottom: -60px;
  }

  .section.banner-course-details {
    padding-top: 120px;
    padding-bottom: 0;
  }

  .section.instructor-banner {
    padding-top: 100px;
  }

  .section.description-section {
    padding-top: 35px;
  }

  .section.banner-service {
    min-height: auto;
    padding-top: 100px;
  }

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

  .grid-system {
    border-left: 1px solid #7c7c7c;
    flex-direction: column;
  }

  .grid-description {
    border-top: 1px solid #a7a7a7;
    border-bottom-style: none;
    border-right-width: 1px;
    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-wrapper-mobile {
    margin-top: 30px;
  }

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

  .spacing-columns {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
  }

  .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 {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
  }

  .colors-container {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    margin-top: 0;
  }

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

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

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

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

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

  .link-wrapper {
    width: 100%;
  }

  .nav-link {
    margin-left: 0;
  }

  .licensing-title-wrapper {
    margin-bottom: 20px;
  }

  .licensing-images-wrapper {
    padding-top: 30px;
  }

  .licensing-grid {
    grid-template-columns: 1fr 1fr;
    padding-bottom: 40px;
  }

  .licensing-grid.last-child {
    grid-template-columns: 1fr 1fr;
  }

  .licensing-title {
    padding-bottom: 30px;
  }

  .licensing-fonts-wrapper {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-wrap: wrap;
  }

  .licensing-paragraph {
    width: 100%;
  }

  .licensing-icons-wrapper {
    margin-top: 20px;
    margin-bottom: 20px;
  }

  .password-image {
    width: 100px;
  }

  .password-input {
    min-width: auto;
  }

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

  .blog-template-wrapper {
    max-width: 100%;
  }

  .blog-template-pagination {
    margin-top: 60px;
  }

  .footer {
    padding-top: 60px;
  }

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

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

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

  .banner-title-wrapper {
    max-width: 430px;
  }

  .banner-title-wrapper.faq {
    max-width: 450px;
  }

  .pricing-plan-item {
    width: 360px;
  }

  .contacts-wrapper {
    flex-wrap: wrap;
  }

  .contacts-form-wrapper {
    width: 100%;
    padding-left: 15px;
    padding-right: 15px;
  }

  .contacts-divider {
    margin-top: 30px;
    margin-bottom: 20px;
  }

  .contacts-title {
    max-width: 100%;
  }

  .contacts-2-location-wrapper {
    width: 100%;
  }

  .footer-social-icons-wrapper {
    margin-top: 30px;
  }

  .footer-wrapper {
    grid-row-gap: 30px;
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr 1fr;
    margin-bottom: 40px;
  }

  .footer-brand-wrapper {
    margin-bottom: 10px;
  }

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

  .search-result-item {
    margin-bottom: 20px;
  }

  .search-section {
    margin-bottom: 40px;
    padding-top: 100px;
  }

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

  .button-wrapper.desk {
    display: none;
  }

  .button-wrapper.mob {
    margin-top: 40px;
    display: flex;
  }

  .button-wrapper.mob-without-top-margin {
    display: flex;
  }

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

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

  .course-template-content-wrapper {
    flex-wrap: wrap;
  }

  .team-title {
    max-width: 440px;
  }

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

  .testimonials-mask {
    width: 100%;
  }

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

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

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

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

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

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

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

  .subtitle {
    line-height: 16px;
  }

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

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

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

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

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

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

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

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

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

  .brand {
    padding-left: 0;
  }

  .style-guide-tab-content-wrapper {
    grid-row-gap: 40px;
  }

  .grid-header {
    width: 100%;
  }

  .main-style-guide-body-wrapper {
    width: 100%;
    margin-top: 10px;
  }

  .style-guide-tabs-menu {
    flex-direction: column;
    margin-bottom: 40px;
  }

  .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;
    flex: 1;
    width: 100%;
  }

  .landing-banner-content {
    max-width: 100%;
    margin-bottom: 40px;
    padding-left: 15px;
    padding-right: 15px;
  }

  .landing-home-pages-wrapper-banner {
    grid-column-gap: 5px;
    padding-left: 10px;
    padding-right: 10px;
  }

  .landing-banner-screens {
    margin-bottom: -50px;
  }

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

  .landing-customers-content-left {
    text-align: center;
    max-width: 350px;
  }

  .landing-customers-icon-wrapper {
    width: 90%;
  }

  .paragraph-benefits-lp {
    width: 100%;
  }

  .landing-customers-layout {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    flex-direction: column;
  }

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

  .landing-inner-pages-wrapper {
    grid-template-columns: 1fr;
  }

  .free-trial-wrapper-2.landing {
    max-width: 400px;
  }

  .free-trial-title-2 {
    margin-bottom: 30px;
  }

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

  .section-banner.landing-banner {
    background-position: 143% 23%, -28% 38%;
    background-size: auto 260px, auto 220px;
  }

  .spacing-flex-wrap {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
  }

  .sg-title.mb-15 {
    margin-bottom: 10px;
  }

  .sg-title.mb-30 {
    margin-bottom: 20px;
  }

  .flex-body-wrap {
    width: 100%;
  }

  .btn-flex-wrap, .license-link-wrapper {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
  }

  .steps-grid {
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr 1fr;
  }

  .step-item.third {
    margin-top: -80px;
  }

  .span-image-second {
    height: 30px;
  }

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

  .about-title-wrapper {
    padding-right: 0;
  }

  .absolute-image-wrapper {
    width: 100%;
    height: 400px;
    margin-top: 40px;
    position: relative;
  }

  .about-content-wrapper {
    width: 100%;
    padding-right: 0;
  }

  .about-benefits-wrapper {
    margin-top: 24px;
  }

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

  .benefits-title, .courses-title {
    max-width: 450px;
  }

  .image-cta {
    width: 100px;
    height: 120px;
  }

  .cta-text-content {
    grid-row-gap: 30px;
  }

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

  .slide-content-wrapper {
    flex-flow: column-reverse wrap;
  }

  .image-testimonial {
    object-position: 50% 20%;
  }

  .text-review-wrapper {
    width: 100%;
    margin-top: 30px;
  }

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

  .span-image-first {
    height: 30px;
    margin-top: 0;
  }

  .span-image-benefits, .span-image-steps-first {
    height: 30px;
  }

  .image-banner {
    object-position: 100% 50%;
  }

  .image-banner-wrapper {
    margin-top: 60px;
  }

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

  .primary-banner-block {
    margin-bottom: -180px;
    position: relative;
  }

  .primary-banner-block.inner-page {
    margin-top: 40px;
  }

  .banner-content-wrapper {
    grid-row-gap: 20px;
    flex-flow: column;
  }

  .decor-big {
    grid-template-rows: 30px 30px 30px;
    grid-template-columns: 30px 30px 30px;
  }

  .course-item-wrapper-home-2 {
    grid-row-gap: 20px;
    grid-template-columns: 1fr .3fr;
    padding: 30px 0;
  }

  .link-course-image-home-2 {
    height: 200px;
  }

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

  .image-grid.first {
    display: none;
  }

  .steps-wrapper {
    margin-top: 40px;
  }

  .image-post {
    object-position: 50% 0%;
  }

  .link-post-image {
    height: 260px;
  }

  .button-stroke-wrapper-banner {
    grid-row-gap: 20px;
  }

  .numbers-span {
    font-size: 45px;
  }

  .steps-title-wrap {
    margin-bottom: 40px;
  }

  .reviews-image-wrapper {
    width: 100%;
    height: 350px;
  }

  .decor-reviews {
    grid-template-rows: 20px 20px 20px;
    grid-template-columns: 20px 20px 20px;
  }

  .video-section-content-wrapper {
    min-height: 400px;
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .video-section-content {
    flex-flow: column;
    justify-content: space-between;
    align-items: flex-start;
    height: 400px;
  }

  .numbers-video-title-wrapper {
    flex-flow: column;
    justify-content: space-between;
    align-items: flex-start;
  }

  .right-column {
    width: 100%;
    padding-left: 0;
  }

  .horizontal-flex {
    flex-flow: column-reverse wrap;
  }

  .left-column {
    width: 100%;
    height: 300px;
    margin-top: 40px;
  }

  .points-wrap {
    margin-top: 24px;
    margin-bottom: 30px;
  }

  .features-grid {
    grid-row-gap: 30px;
    grid-template-columns: 1fr 1fr;
  }

  .feature-title-wrapper.flex-vertical {
    grid-row-gap: 30px;
    flex-flow: column;
    justify-content: space-between;
    align-items: flex-start;
  }

  .features-title {
    max-width: 440px;
  }

  .benefit-item-grid {
    flex-flow: column;
  }

  .title-item-benefit {
    grid-row-gap: 12px;
    flex-flow: column-reverse wrap;
    justify-content: flex-end;
    align-items: flex-start;
    margin-bottom: 20px;
  }

  .image-benefit {
    width: 100%;
  }

  .black-block-benefit-grid {
    flex-flow: column;
  }

  .top-content-black-block {
    max-width: 340px;
  }

  .bottom-content-black-block {
    border-top-style: solid;
    border-left-style: none;
    margin-top: 20px;
    padding-top: 20px;
    padding-left: 0;
  }

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

  .service-bottom-content {
    max-width: 100%;
  }

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

  .cta-title-wrapper {
    max-width: 100%;
  }

  .cta-wrapper {
    grid-row-gap: 30px;
    flex-flow: column;
    justify-content: space-between;
    align-items: flex-start;
  }

  .slide-review {
    margin-right: 40px;
  }

  .courses-title-wrap {
    margin-bottom: 40px;
  }

  .background-video-3 {
    height: 30px;
  }

  .collection-list-wrapper-courses {
    margin-bottom: -30px;
  }

  .span-video-bg {
    height: 30px;
  }

  .numbers-grid-video-mob {
    grid-template-columns: 1fr 1fr 1fr;
  }

  .banner-content-wrapper-home-2 {
    grid-row-gap: 20px;
  }

  .nav-link-white {
    margin-left: 0;
  }

  .lightbox-link {
    position: absolute;
    bottom: -100px;
    left: auto;
    right: 0%;
  }

  .image-banner-home-2 {
    object-position: 50% 70%;
  }

  .about-right-column {
    width: 100%;
    padding-left: 0;
  }

  .about-left-column {
    width: 100%;
    height: 360px;
  }

  .about-flex {
    grid-row-gap: 40px;
    flex-flow: column-reverse wrap;
  }

  .image-big-about {
    object-position: 50% 40%;
  }

  .about-bottom-content {
    grid-row-gap: 30px;
  }

  .background-video-banner {
    width: 100%;
    height: 300px;
    margin-top: 48px;
    position: relative;
  }

  .content-banner-wrapper {
    grid-row-gap: 30px;
    width: 100%;
    padding-right: 0;
  }

  .dark-cell {
    padding: 12px;
  }

  .primary-cell {
    padding-right: 16px;
  }

  .blog-grid {
    grid-row-gap: 30px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
  }

  .link-post-image-small {
    height: 260px;
  }

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

  .plan-s-title-wrapper {
    max-width: 400px;
  }

  .mask-reviews {
    width: 100%;
  }

  .reviews-title {
    max-width: 300px;
  }

  .post-item-bottom-content {
    flex-flow: row;
  }

  .title-dark-cell {
    font-size: 18px;
  }

  .courses-title-center {
    max-width: 360px;
    margin-bottom: 20px;
  }

  .collection-list-services-grid {
    grid-column-gap: 30px;
  }

  .services-title {
    max-width: 400px;
  }

  .courses-block {
    margin-bottom: 60px;
  }

  .course-item-wrapper-home-3 {
    grid-row-gap: 20px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr .3fr;
    padding: 30px 0;
  }

  .link-course-image-home-3 {
    height: 200px;
  }

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

  .images-grid-left, .images-grid-right {
    grid-column-gap: 4px;
    grid-row-gap: 4px;
    grid-template-rows: 40px 40px 40px;
    grid-template-columns: 40px 40px 40px;
  }

  .banner-title-wrapper-center {
    max-width: 420px;
  }

  .image-grid-banner {
    width: 40px;
    height: 40px;
  }

  .benefits-title-wrapper {
    max-width: 360px;
  }

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

  .courses-section {
    grid-row-gap: 40px;
    grid-template-rows: 300px auto auto;
    grid-template-columns: 1fr;
  }

  .video-courses-wrapper {
    margin-bottom: 8px;
  }

  .courses-first-item-grid {
    grid-row-gap: 30px;
  }

  .features-grid-copy {
    grid-column-gap: 40px;
    grid-template-columns: 1fr 1fr;
  }

  .plan-s-features-title {
    max-width: 440px;
  }

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

  .banner-title-wrapper-reviews {
    max-width: 430px;
  }

  .image-banner-courses {
    object-position: 100% 50%;
  }

  .title-banner-wrapper-courses {
    max-width: 100%;
  }

  .banner-content-wrapper-copy {
    flex-flow: column;
  }

  .courses-heading {
    max-width: 440px;
  }

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

  .instructors-title {
    max-width: 420px;
  }

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

  .banner-title-wrapper-news {
    max-width: 400px;
  }

  .numbers-grid-services {
    grid-row-gap: 30px;
    grid-template-columns: 1fr 1fr;
  }

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

  .block-info {
    margin-top: 30px;
  }

  .banner-content-wrapper-center {
    flex-flow: column;
  }

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

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

  .link-course-image-category {
    height: 200px;
  }

  .bottom-course-content-category {
    margin-top: 20px;
  }

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

  .image-instructor {
    object-position: 50% 20%;
  }

  .instructor-image-wrapper {
    width: 100%;
    height: 350px;
  }

  .instructor-banner-wrapper {
    flex-flow: column;
  }

  .instructor-banner-description {
    width: 100%;
    margin-top: 40px;
    padding-left: 0;
  }

  .form-block-services {
    margin-top: 20px;
  }

  .services-form-wrapper {
    padding: 30px 20px;
    position: static;
  }

  .image-service-details {
    height: 100%;
  }

  .service-details-banner {
    flex-flow: column;
  }

  .text-content-banner-service {
    grid-row-gap: 24px;
    width: 100%;
  }

  .service-details-banner-image-wrapper {
    width: 100%;
    height: 280px;
    margin-top: 40px;
  }

  .service-details-banner-title-wrapper {
    grid-row-gap: 12px;
  }

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

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

@media screen and (max-width: 479px) {
  .section.about-us-banner {
    padding-top: 160px;
  }

  .section.numbers-mob-section {
    padding-bottom: 0;
    display: block;
  }

  .section.banner-home-2 {
    margin-bottom: 140px;
    padding-top: 300px;
    padding-bottom: 80px;
  }

  .base-container.full-width, .base-container.full-width-with-paddings {
    padding-left: 15px;
    padding-right: 15px;
  }

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

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

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

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

  .grid-description.last-description {
    border-bottom-color: #a7a7a7;
  }

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

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

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

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

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

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

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

  .nav-link {
    width: 99%;
  }

  .nav-dropdown-list.megamenu {
    padding-right: 0;
  }

  .licensing-title-wrapper {
    grid-column-gap: 20px;
    flex-wrap: wrap;
  }

  .licensing-grid, .licensing-grid.last-child {
    grid-template-columns: 1fr;
  }

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

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

  .blog-template-pagination {
    flex-flow: column;
    justify-content: center;
    align-items: stretch;
    height: auto;
  }

  .blog-template-pagination-link {
    width: 100%;
  }

  .blog-template-pagination-link.left {
    border-right-style: none;
  }

  .footer {
    text-align: left;
  }

  .footer-bottom-wrapper {
    justify-content: flex-start;
    align-items: center;
  }

  .footer-copyright {
    flex-flow: wrap;
  }

  .banner-title-wrapper, .banner-title-wrapper.faq {
    max-width: 100%;
  }

  .pricing-plan-item {
    width: 100%;
    padding-bottom: 30px;
  }

  .pricing-plan-item.center-item, .pricing-plan-item.center-item-main {
    width: 100%;
  }

  .accordion-list {
    padding-right: 0;
  }

  .contacts-2-location-wrapper {
    grid-row-gap: 16px;
  }

  .footer-social-icons-wrapper {
    justify-content: center;
    margin-top: 30px;
  }

  .footer-wrapper {
    grid-row-gap: 30px;
    text-align: center;
    grid-template-columns: 1fr;
  }

  .footer-brand-wrapper {
    flex-flow: column;
    justify-content: space-between;
    align-items: center;
  }

  .footer-links-wrapper, .footer-logo-wrapper {
    justify-content: flex-start;
    align-items: center;
  }

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

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

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

  .our-services-wrap, .home-9-team-item {
    width: 100%;
  }

  .search {
    flex-flow: column;
  }

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

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

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

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

  .landing-banner-content {
    inset: auto 0% 28%;
  }

  .landing-customers-content-left {
    max-width: 100%;
  }

  .landing-customers-content-right {
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr 1fr;
  }

  .landing-customers-icon-wrapper {
    width: 100%;
  }

  .landing-icon-style {
    max-height: 50px;
  }

  .landing-customers-layout {
    text-align: center;
  }

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

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

  .free-trial-wrapper-2.landing {
    max-width: 100%;
  }

  .section-banner.landing-banner {
    background-image: none;
  }

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

  .form-contacts {
    align-items: stretch;
  }

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

  .license-link-wrapper {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

  .steps-grid {
    grid-row-gap: 30px;
    grid-template-columns: 1fr;
  }

  .step-item.second, .step-item.third {
    margin-top: 0;
  }

  .span-image-second {
    height: 28px;
  }

  .course-s-text-content-wrapper {
    max-width: 100%;
  }

  .bottom-course-content {
    grid-row-gap: 16px;
    flex-flow: column;
    margin-top: 20px;
  }

  .top-course-content {
    grid-row-gap: 16px;
    flex-flow: column;
  }

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

  .benefits-title, .courses-title {
    max-width: 100%;
  }

  .collection-list-team {
    grid-row-gap: 40px;
    grid-template-columns: 1fr;
  }

  .image-cta {
    width: 90px;
  }

  .image-cta._2, .image-cta._6 {
    display: none;
  }

  .cta-title {
    max-width: 100%;
  }

  .cta-text-content {
    margin-bottom: 40px;
  }

  .text-review-wrapper {
    padding-right: 0;
  }

  .icons-wrapper {
    grid-row-gap: 15px;
    flex-flow: wrap;
    max-width: 260px;
    margin-bottom: 30px;
  }

  .numbers-grid {
    grid-column-gap: 30px;
  }

  .number-item {
    border-left-style: none;
  }

  .link-course-image {
    width: 100%;
    height: 160px;
  }

  .span-image-first, .span-image-benefits {
    height: 28px;
  }

  .benefits-item {
    grid-row-gap: 20px;
  }

  .span-image-steps-first {
    height: 28px;
  }

  .image-banner {
    object-position: 70% 50%;
  }

  .image-banner-wrapper {
    height: 450px;
  }

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

  .primary-banner-block {
    width: 100%;
  }

  .primary-banner-block.inner-page {
    margin-bottom: -220px;
    padding-top: 70px;
  }

  .banner-content-wrapper {
    grid-row-gap: 40px;
  }

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

  .decor-big {
    grid-template-rows: 16px 16px 16px;
    grid-template-columns: 16px 16px 16px;
  }

  .course-item-wrapper-home-2 {
    grid-column-gap: 20px;
  }

  .link-course-image-home-2 {
    width: 100%;
  }

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

  .image-grid.hide-mob {
    display: none;
  }

  .step-item-horizontal {
    grid-row-gap: 20px;
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .number-primary {
    width: auto;
    font-size: 55px;
  }

  .number-primary.step {
    width: auto;
  }

  .blog-post-description {
    max-width: 100%;
  }

  .span-plus {
    font-size: 35px;
  }

  .numbers-span {
    font-size: 36px;
  }

  .numbers-grid-video {
    grid-template-columns: 1fr;
    display: none;
  }

  .number-item-video {
    text-align: center;
    border-right-style: none;
    justify-content: center;
    align-items: center;
    padding-right: 0;
  }

  .video-section-content {
    grid-row-gap: 40px;
    flex-flow: column-reverse wrap;
    justify-content: space-between;
    align-items: flex-end;
  }

  .numbers-video-title-wrapper {
    margin-right: auto;
  }

  .points-wrap {
    grid-row-gap: 16px;
    flex-flow: column;
  }

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

  .feature-item.without-line {
    max-width: 320px;
  }

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

  .benefits-grid-about {
    grid-template-rows: auto auto auto auto auto;
    grid-template-columns: 1fr;
  }

  .black-block-benefit-grid {
    padding-left: 20px;
    padding-right: 20px;
  }

  .top-content-black-block {
    max-width: 100%;
  }

  .bottom-content-black-block {
    padding-right: 0;
  }

  .service-top-content {
    grid-column-gap: 20px;
  }

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

  .instagram-link.hide-mob {
    display: none;
  }

  .right-arrow-review-black.bottom {
    inset: auto 0 0% 45px;
  }

  .left-arrow-review-black.bottom {
    inset: auto 45px 0% 0;
  }

  .services-title-wrapper, .course-title {
    max-width: 100%;
  }

  .span-video-bg {
    height: 28px;
  }

  .numbers-grid-video-mob {
    grid-row-gap: 30px;
    grid-template-columns: 1fr 1fr;
  }

  .number-info {
    font-size: 50px;
  }

  .banner-content-wrapper-home-2 {
    grid-row-gap: 40px;
  }

  .nav-link-white {
    width: 99%;
  }

  .lightbox-link {
    width: 100%;
    height: 170px;
    bottom: -220px;
  }

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

  .image-banner-home-2 {
    object-position: 55% 0%;
  }

  .about-bottom-content {
    padding-right: 0;
  }

  .grid-image-decor {
    grid-template-columns: 1fr 1fr 1fr;
  }

  .cell._19, .cell._18, .cell._17 {
    display: none;
  }

  .cell._16 {
    border-right-style: none;
    display: none;
  }

  .cell._15 {
    border-bottom-style: none;
    border-right-style: solid;
    display: none;
  }

  .cell._14, .cell._13 {
    border-bottom-style: none;
    display: none;
  }

  .cell._11 {
    border-bottom-style: none;
  }

  .cell._10 {
    border-bottom-style: none;
    border-right-style: solid;
  }

  .cell._9 {
    border-right-style: none;
  }

  .cell._3 {
    background-color: var(--transparent);
    border-right-style: none;
  }

  .cell._5 {
    border-right-style: solid;
  }

  .cell._7 {
    background-color: var(--primary);
  }

  .dark-cell {
    background-color: var(--transparent);
    border-bottom-style: none;
    border-right-style: none;
  }

  .primary-cell {
    background-color: var(--dark);
    border-right-style: none;
  }

  .image-grid-background {
    object-position: 30% 50%;
  }

  .bottom-plan-content {
    padding-left: 20px;
    padding-right: 20px;
  }

  .plan-s-title-wrapper {
    max-width: 100%;
  }

  .slider-reviews {
    margin-top: 0;
    padding-top: 0;
    padding-bottom: 80px;
  }

  .reviews-title {
    margin-bottom: 40px;
  }

  .post-item-bottom-content {
    flex-flow: column;
  }

  .title-primary-cell, .content-dark-cell, .right-dark-cell, .paragraph-primary-cell {
    display: none;
  }

  .paragraph-banner-wrapper-home-3, .courses-title-center {
    max-width: 100%;
  }

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

  .services-title {
    max-width: 100%;
  }

  .course-item-wrapper-home-3 {
    grid-column-gap: 20px;
  }

  .link-course-image-home-3 {
    width: 100%;
  }

  .course-s-text-content-wrapper-home-3 {
    max-width: 100%;
  }

  .images-grid-left, .images-grid-right {
    top: 60px;
  }

  .banner-title-wrapper-center, .benefits-title-wrapper {
    max-width: 100%;
  }

  .decor-round-bottom.hide-mob {
    display: none;
  }

  .decor-round-bottom.hide-desk {
    display: block;
  }

  .features-grid-copy {
    grid-template-columns: 1fr;
  }

  .plan-s-features-title, .banner-title-wrapper-reviews {
    max-width: 100%;
  }

  .image-banner-courses {
    object-position: 20% 50%;
  }

  .title-banner-wrapper-courses, .paragraph-banner-wrapper-courses {
    max-width: 100%;
  }

  .image-banner-wrapper-courses {
    height: 500px;
  }

  .courses-heading {
    max-width: 100%;
  }

  .collection-list-team-main {
    grid-row-gap: 40px;
    grid-template-columns: 1fr;
  }

  .instructors-title {
    max-width: 100%;
  }

  .post-item-bottom-content-main {
    flex-flow: column;
  }

  .blog-post-description-main, .banner-title-wrapper-news {
    max-width: 100%;
  }

  .number-item-services {
    text-align: center;
    border-left-style: none;
    padding-top: 0;
    padding-bottom: 0;
    padding-left: 0;
  }

  .number-info-services {
    font-size: 40px;
  }

  .contact-icon {
    flex: none;
  }

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

  .image-banner-courses-details {
    object-position: 50% 0%;
  }

  .block-info {
    grid-template-columns: 1fr;
    width: 100%;
  }

  .title-banner-wrapper-courses-details, .banner-title-wrapper-category {
    max-width: 100%;
  }

  .link-course-image-category {
    width: 100%;
    height: 160px;
  }

  .bottom-course-content-category {
    grid-row-gap: 16px;
    flex-flow: column;
  }

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

  .inputs-grid-services {
    grid-template-columns: 1fr;
  }

  ._404 {
    font-size: 100px;
  }
}

#w-node-_3cb24c6c-4e51-f8a9-875b-510f937991a4-ed9f79ad, #w-node-_3cb24c6c-4e51-f8a9-875b-510f937991a8-ed9f79ad, #w-node-_3cb24c6c-4e51-f8a9-875b-510f937991ac-ed9f79ad, #w-node-_3cb24c6c-4e51-f8a9-875b-510f937991b2-ed9f79ad, #w-node-_3cb24c6c-4e51-f8a9-875b-510f937991b8-ed9f79ad, #w-node-_3cb24c6c-4e51-f8a9-875b-510f937991be-ed9f79ad {
  justify-self: center;
}

#w-node-_2b187ba2-771b-fc8d-3a24-779d8bdbec65-ed9f7a2a {
  grid-area: 2 / 2 / 3 / 3;
}

#w-node-_5a087dde-2755-ecad-b4e5-92562c337754-ed9f7a2a {
  grid-area: 3 / 1 / 4 / 2;
}

#w-node-e7b9e785-1364-3dec-db8c-ef7e8155b659-ed9f7a2a {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-e09c52f1-1919-4d87-8e6c-06f43646ac33-ed9f7a2a {
  grid-area: 4 / 2 / 5 / 3;
}

#w-node-_0076df38-f0bd-932a-1fdb-4db5cf98775e-ed9f7a2a {
  grid-area: 1 / 3 / 2 / 4;
}

#w-node-d57719b2-a4ed-ed32-caee-59e583e075ac-ed9f7a2a {
  grid-area: 3 / 3 / 4 / 4;
}

#w-node-faef075d-7310-709c-509f-4963631f49e0-ed9f7a2a {
  grid-area: 2 / 4 / 3 / 5;
}

#w-node-_68769486-90c0-68c4-c146-6954a154e7ec-ed9f7a2a {
  grid-area: 1 / 3 / 2 / 4;
}

#w-node-_68769486-90c0-68c4-c146-6954a154e7ed-ed9f7a2a {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_68769486-90c0-68c4-c146-6954a154e7ee-ed9f7a2a {
  grid-area: 3 / 2 / 4 / 3;
}

#w-node-_68769486-90c0-68c4-c146-6954a154e7ef-ed9f7a2a {
  grid-area: 2 / 2 / 3 / 3;
}

#w-node-_68769486-90c0-68c4-c146-6954a154e7f0-ed9f7a2a {
  grid-area: 4 / 2 / 5 / 3;
}

#w-node-_68769486-90c0-68c4-c146-6954a154e7f1-ed9f7a2a {
  grid-area: 3 / 3 / 4 / 4;
}

#w-node-_68769486-90c0-68c4-c146-6954a154e7f2-ed9f7a2a {
  grid-area: 1 / 3 / 2 / 4;
}

#w-node-dded3d42-f1a9-45f4-fdd8-b8f98fa4c450-ed9f7a2a {
  grid-area: 2 / 2 / 3 / 3;
}

#w-node-dded3d42-f1a9-45f4-fdd8-b8f98fa4c457-ed9f7a2a {
  grid-area: 2 / 1 / 3 / 2;
}

#w-node-dded3d42-f1a9-45f4-fdd8-b8f98fa4c45e-ed9f7a2a {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-dded3d42-f1a9-45f4-fdd8-b8f98fa4c465-ed9f7a2a {
  grid-area: 1 / 3 / 3 / 4;
}

#w-node-dded3d42-f1a9-45f4-fdd8-b8f98fa4c476-ed9f7a2a {
  grid-area: 2 / 3 / 3 / 4;
  place-self: start;
}

#w-node-dded3d42-f1a9-45f4-fdd8-b8f98fa4c477-ed9f7a2a {
  grid-area: 1 / 1 / 2 / 2;
  place-self: start;
}

#w-node-dded3d42-f1a9-45f4-fdd8-b8f98fa4c478-ed9f7a2a {
  grid-area: 1 / 3 / 2 / 4;
  place-self: start;
}

#w-node-dded3d42-f1a9-45f4-fdd8-b8f98fa4c479-ed9f7a2a {
  grid-area: 1 / 2 / 2 / 3;
  place-self: start;
}

#w-node-dded3d42-f1a9-45f4-fdd8-b8f98fa4c47a-ed9f7a2a {
  grid-area: 3 / 1 / 4 / 2;
  place-self: start end;
}

#w-node-dded3d42-f1a9-45f4-fdd8-b8f98fa4c47b-ed9f7a2a {
  grid-area: 2 / 2 / 3 / 3;
  place-self: start end;
}

#w-node-dded3d42-f1a9-45f4-fdd8-b8f98fa4c47c-ed9f7a2a {
  grid-area: 3 / 3 / 4 / 4;
  place-self: start;
}

#w-node-_8559e390-9784-cbf1-714b-1388a4f7be93-ed9f7a2a {
  grid-area: 1 / 1 / 2 / 4;
}

#w-node-_77897c95-296f-3268-886a-05298edff3f7-ed9f7a2a {
  grid-area: 2 / 3 / 3 / 4;
  place-self: start;
}

#w-node-_77897c95-296f-3268-886a-05298edff3f8-ed9f7a2a {
  grid-area: 1 / 1 / 2 / 2;
  place-self: start;
}

#w-node-_77897c95-296f-3268-886a-05298edff3f9-ed9f7a2a {
  grid-area: 1 / 3 / 2 / 4;
  place-self: start;
}

#w-node-_77897c95-296f-3268-886a-05298edff3fa-ed9f7a2a {
  grid-area: 1 / 2 / 2 / 3;
  place-self: start;
}

#w-node-_77897c95-296f-3268-886a-05298edff3fb-ed9f7a2a {
  grid-area: 3 / 1 / 4 / 2;
  place-self: start end;
}

#w-node-_77897c95-296f-3268-886a-05298edff3fc-ed9f7a2a {
  grid-area: 2 / 2 / 3 / 3;
  place-self: start end;
}

#w-node-_77897c95-296f-3268-886a-05298edff3fd-ed9f7a2a {
  grid-area: 3 / 3 / 4 / 4;
  place-self: start;
}

#w-node-e8fc094e-adb4-4004-3a08-c53baa96874a-aa968733 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_4ef95ea8-2a60-61fd-ef07-b6c58d8262f1-ed9f7a41 {
  grid-area: 2 / 3 / 3 / 4;
  place-self: start;
}

#w-node-_4ef95ea8-2a60-61fd-ef07-b6c58d8262f2-ed9f7a41 {
  grid-area: 1 / 1 / 2 / 2;
  place-self: start;
}

#w-node-_4ef95ea8-2a60-61fd-ef07-b6c58d8262f3-ed9f7a41 {
  grid-area: 1 / 3 / 2 / 4;
  place-self: start;
}

#w-node-_4ef95ea8-2a60-61fd-ef07-b6c58d8262f4-ed9f7a41 {
  grid-area: 1 / 2 / 2 / 3;
  place-self: start;
}

#w-node-_4ef95ea8-2a60-61fd-ef07-b6c58d8262f5-ed9f7a41 {
  grid-area: 3 / 1 / 4 / 2;
  place-self: start end;
}

#w-node-_4ef95ea8-2a60-61fd-ef07-b6c58d8262f6-ed9f7a41 {
  grid-area: 2 / 2 / 3 / 3;
  place-self: start end;
}

#w-node-_4ef95ea8-2a60-61fd-ef07-b6c58d8262f7-ed9f7a41 {
  grid-area: 3 / 3 / 4 / 4;
  place-self: start;
}

#w-node-_0dfce699-1e1a-dbe6-acff-99571ed3cb24-ed9f7a43 {
  grid-area: 2 / 3 / 3 / 4;
  place-self: start;
}

#w-node-_0dfce699-1e1a-dbe6-acff-99571ed3cb25-ed9f7a43 {
  grid-area: 1 / 1 / 2 / 2;
  place-self: start;
}

#w-node-_0dfce699-1e1a-dbe6-acff-99571ed3cb26-ed9f7a43 {
  grid-area: 1 / 3 / 2 / 4;
  place-self: start;
}

#w-node-_0dfce699-1e1a-dbe6-acff-99571ed3cb27-ed9f7a43 {
  grid-area: 1 / 2 / 2 / 3;
  place-self: start;
}

#w-node-_0dfce699-1e1a-dbe6-acff-99571ed3cb28-ed9f7a43 {
  grid-area: 3 / 1 / 4 / 2;
  place-self: start end;
}

#w-node-_0dfce699-1e1a-dbe6-acff-99571ed3cb29-ed9f7a43 {
  grid-area: 2 / 2 / 3 / 3;
  place-self: start end;
}

#w-node-_0dfce699-1e1a-dbe6-acff-99571ed3cb2a-ed9f7a43 {
  grid-area: 3 / 3 / 4 / 4;
  place-self: start;
}

#w-node-d010b2b8-811e-67bb-a8b0-369e03153b66-ed9f7a45 {
  grid-area: 2 / 3 / 3 / 4;
  place-self: start;
}

#w-node-d010b2b8-811e-67bb-a8b0-369e03153b67-ed9f7a45 {
  grid-area: 1 / 1 / 2 / 2;
  place-self: start;
}

#w-node-d010b2b8-811e-67bb-a8b0-369e03153b68-ed9f7a45 {
  grid-area: 1 / 3 / 2 / 4;
  place-self: start;
}

#w-node-d010b2b8-811e-67bb-a8b0-369e03153b69-ed9f7a45 {
  grid-area: 1 / 2 / 2 / 3;
  place-self: start;
}

#w-node-d010b2b8-811e-67bb-a8b0-369e03153b6a-ed9f7a45 {
  grid-area: 3 / 1 / 4 / 2;
  place-self: start end;
}

#w-node-d010b2b8-811e-67bb-a8b0-369e03153b6b-ed9f7a45 {
  grid-area: 2 / 2 / 3 / 3;
  place-self: start end;
}

#w-node-d010b2b8-811e-67bb-a8b0-369e03153b6c-ed9f7a45 {
  grid-area: 3 / 3 / 4 / 4;
  place-self: start;
}

#w-node-_8c6b47b7-ebb0-e029-ac8d-029e60599639-ed9f7a46 {
  grid-area: 2 / 3 / 3 / 4;
  place-self: start;
}

#w-node-_8c6b47b7-ebb0-e029-ac8d-029e6059963a-ed9f7a46 {
  grid-area: 1 / 1 / 2 / 2;
  place-self: start;
}

#w-node-_8c6b47b7-ebb0-e029-ac8d-029e6059963b-ed9f7a46 {
  grid-area: 1 / 3 / 2 / 4;
  place-self: start;
}

#w-node-_8c6b47b7-ebb0-e029-ac8d-029e6059963c-ed9f7a46 {
  grid-area: 1 / 2 / 2 / 3;
  place-self: start;
}

#w-node-_8c6b47b7-ebb0-e029-ac8d-029e6059963d-ed9f7a46 {
  grid-area: 3 / 1 / 4 / 2;
  place-self: start end;
}

#w-node-_8c6b47b7-ebb0-e029-ac8d-029e6059963e-ed9f7a46 {
  grid-area: 2 / 2 / 3 / 3;
  place-self: start end;
}

#w-node-_8c6b47b7-ebb0-e029-ac8d-029e6059963f-ed9f7a46 {
  grid-area: 3 / 3 / 4 / 4;
  place-self: start;
}

#w-node-b791fa5a-5fbf-0313-9e9b-6fca15595ecc-ed9f7a4a {
  grid-area: 2 / 3 / 3 / 4;
  place-self: start;
}

#w-node-b791fa5a-5fbf-0313-9e9b-6fca15595ecd-ed9f7a4a {
  grid-area: 1 / 1 / 2 / 2;
  place-self: start;
}

#w-node-b791fa5a-5fbf-0313-9e9b-6fca15595ece-ed9f7a4a {
  grid-area: 1 / 3 / 2 / 4;
  place-self: start;
}

#w-node-b791fa5a-5fbf-0313-9e9b-6fca15595ecf-ed9f7a4a {
  grid-area: 1 / 2 / 2 / 3;
  place-self: start;
}

#w-node-b791fa5a-5fbf-0313-9e9b-6fca15595ed0-ed9f7a4a {
  grid-area: 3 / 1 / 4 / 2;
  place-self: start end;
}

#w-node-b791fa5a-5fbf-0313-9e9b-6fca15595ed1-ed9f7a4a {
  grid-area: 2 / 2 / 3 / 3;
  place-self: start end;
}

#w-node-b791fa5a-5fbf-0313-9e9b-6fca15595ed2-ed9f7a4a {
  grid-area: 3 / 3 / 4 / 4;
  place-self: start;
}

#w-node-_8dc966f2-5a20-f70c-33c5-35953ee7ff3a-ed9f7a4a {
  grid-area: 2 / 3 / 3 / 4;
  place-self: start;
}

#w-node-_8dc966f2-5a20-f70c-33c5-35953ee7ff3b-ed9f7a4a {
  grid-area: 1 / 1 / 2 / 2;
  place-self: start;
}

#w-node-_8dc966f2-5a20-f70c-33c5-35953ee7ff3c-ed9f7a4a {
  grid-area: 1 / 3 / 2 / 4;
  place-self: start;
}

#w-node-_8dc966f2-5a20-f70c-33c5-35953ee7ff3d-ed9f7a4a {
  grid-area: 1 / 2 / 2 / 3;
  place-self: start;
}

#w-node-_8dc966f2-5a20-f70c-33c5-35953ee7ff3e-ed9f7a4a {
  grid-area: 3 / 1 / 4 / 2;
  place-self: start end;
}

#w-node-_8dc966f2-5a20-f70c-33c5-35953ee7ff3f-ed9f7a4a {
  grid-area: 2 / 2 / 3 / 3;
  place-self: start end;
}

#w-node-_8dc966f2-5a20-f70c-33c5-35953ee7ff40-ed9f7a4a {
  grid-area: 3 / 3 / 4 / 4;
  place-self: start;
}

#w-node-_0bab3095-05d1-294d-6f29-fb4e513ad842-ed9f7a4a {
  grid-area: 2 / 3 / 3 / 4;
  place-self: start;
}

#w-node-_0bab3095-05d1-294d-6f29-fb4e513ad843-ed9f7a4a {
  grid-area: 1 / 1 / 2 / 2;
  place-self: start;
}

#w-node-_0bab3095-05d1-294d-6f29-fb4e513ad844-ed9f7a4a {
  grid-area: 1 / 3 / 2 / 4;
  place-self: start;
}

#w-node-_0bab3095-05d1-294d-6f29-fb4e513ad845-ed9f7a4a {
  grid-area: 1 / 2 / 2 / 3;
  place-self: start;
}

#w-node-_0bab3095-05d1-294d-6f29-fb4e513ad846-ed9f7a4a {
  grid-area: 3 / 1 / 4 / 2;
  place-self: start end;
}

#w-node-_0bab3095-05d1-294d-6f29-fb4e513ad847-ed9f7a4a {
  grid-area: 2 / 2 / 3 / 3;
  place-self: start end;
}

#w-node-_0bab3095-05d1-294d-6f29-fb4e513ad848-ed9f7a4a {
  grid-area: 3 / 3 / 4 / 4;
  place-self: start;
}

#w-node-_645c7eb8-d66c-f272-8aa2-76f395a9898e-ed9f7a4a {
  grid-area: 1 / 1 / 2 / 4;
}

#w-node-_92f20d06-445c-86bd-a338-c6d025f95b0c-ed9f7a4a {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-ee5dee76-9049-8136-804d-df71834e5895-ed9f7a4a {
  grid-area: 2 / 3 / 3 / 4;
  place-self: start;
}

#w-node-ee5dee76-9049-8136-804d-df71834e5896-ed9f7a4a {
  grid-area: 1 / 1 / 2 / 2;
  place-self: start;
}

#w-node-ee5dee76-9049-8136-804d-df71834e5897-ed9f7a4a {
  grid-area: 1 / 3 / 2 / 4;
  place-self: start;
}

#w-node-ee5dee76-9049-8136-804d-df71834e5898-ed9f7a4a {
  grid-area: 1 / 2 / 2 / 3;
  place-self: start;
}

#w-node-ee5dee76-9049-8136-804d-df71834e5899-ed9f7a4a {
  grid-area: 3 / 1 / 4 / 2;
  place-self: start end;
}

#w-node-ee5dee76-9049-8136-804d-df71834e589a-ed9f7a4a {
  grid-area: 2 / 2 / 3 / 3;
  place-self: start end;
}

#w-node-ee5dee76-9049-8136-804d-df71834e589b-ed9f7a4a {
  grid-area: 3 / 3 / 4 / 4;
  place-self: start;
}

#w-node-_6a870f2c-0529-9cce-60b0-22b4f7dbf8e1-ed9f7a4a {
  grid-area: 2 / 2 / 3 / 3;
}

#w-node-c20d904d-9817-8932-1898-3c3ede937ea2-ed9f7a4a {
  grid-area: 1 / 3 / 2 / 4;
  place-self: end start;
}

#w-node-c20d904d-9817-8932-1898-3c3ede937ea3-ed9f7a4a {
  grid-area: 1 / 1 / 2 / 2;
  place-self: end;
}

#w-node-c20d904d-9817-8932-1898-3c3ede937ea4-ed9f7a4a {
  grid-area: 2 / 2 / 3 / 3;
  place-self: end;
}

#w-node-c20d904d-9817-8932-1898-3c3ede937ea5-ed9f7a4a {
  grid-area: 3 / 3 / 4 / 4;
  place-self: end;
}

#w-node-d13a6ffa-0154-ad65-f42a-0daa1effde02-ed9f7a4a {
  grid-area: 2 / 3 / 3 / 4;
  place-self: start;
}

#w-node-d13a6ffa-0154-ad65-f42a-0daa1effde03-ed9f7a4a {
  grid-area: 1 / 1 / 2 / 2;
  place-self: start;
}

#w-node-d13a6ffa-0154-ad65-f42a-0daa1effde04-ed9f7a4a {
  grid-area: 1 / 3 / 2 / 4;
  place-self: start;
}

#w-node-d13a6ffa-0154-ad65-f42a-0daa1effde05-ed9f7a4a {
  grid-area: 1 / 2 / 2 / 3;
  place-self: start;
}

#w-node-d13a6ffa-0154-ad65-f42a-0daa1effde07-ed9f7a4a {
  grid-area: 3 / 1 / 4 / 2;
  place-self: start end;
}

#w-node-b9083e2a-570f-802a-93e8-275274797b23-ed9f7a4a {
  grid-area: 2 / 2 / 3 / 3;
  place-self: start end;
}

#w-node-d13a6ffa-0154-ad65-f42a-0daa1effde08-ed9f7a4a {
  grid-area: 3 / 3 / 4 / 4;
  place-self: start;
}

#w-node-b02ef9ac-d68c-e4b9-2aa9-980583506265-ed9f7a4a {
  grid-area: 1 / 3 / 2 / 4;
}

#w-node-_04096bb9-ff96-2891-aa79-44e14abb50ba-ed9f7a4a {
  grid-area: 2 / 3 / 3 / 4;
  place-self: start;
}

#w-node-_04096bb9-ff96-2891-aa79-44e14abb50bb-ed9f7a4a {
  grid-area: 1 / 1 / 2 / 2;
  place-self: start;
}

#w-node-_04096bb9-ff96-2891-aa79-44e14abb50bc-ed9f7a4a {
  grid-area: 1 / 3 / 2 / 4;
  place-self: start;
}

#w-node-_04096bb9-ff96-2891-aa79-44e14abb50bd-ed9f7a4a {
  grid-area: 1 / 2 / 2 / 3;
  place-self: start;
}

#w-node-_04096bb9-ff96-2891-aa79-44e14abb50be-ed9f7a4a {
  grid-area: 3 / 1 / 4 / 2;
  place-self: start end;
}

#w-node-_04096bb9-ff96-2891-aa79-44e14abb50bf-ed9f7a4a {
  grid-area: 2 / 2 / 3 / 3;
  place-self: start end;
}

#w-node-_04096bb9-ff96-2891-aa79-44e14abb50c0-ed9f7a4a {
  grid-area: 3 / 3 / 4 / 4;
  place-self: start;
}

#w-node-b8dd2413-d9b3-877e-401a-01a39761c1c9-ed9f7a4a {
  grid-area: 2 / 3 / 3 / 4;
  place-self: start;
}

#w-node-b8dd2413-d9b3-877e-401a-01a39761c1ca-ed9f7a4a {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-b8dd2413-d9b3-877e-401a-01a39761c1cb-ed9f7a4a {
  grid-area: 1 / 3 / 2 / 4;
  place-self: start;
}

#w-node-b8dd2413-d9b3-877e-401a-01a39761c1cc-ed9f7a4a {
  grid-area: 1 / 2 / 2 / 3;
  place-self: start;
}

#w-node-b8dd2413-d9b3-877e-401a-01a39761c1cd-ed9f7a4a {
  grid-area: 3 / 1 / 4 / 2;
  place-self: start end;
}

#w-node-b8dd2413-d9b3-877e-401a-01a39761c1ce-ed9f7a4a {
  grid-area: 2 / 2 / 3 / 3;
  place-self: start end;
}

#w-node-b8dd2413-d9b3-877e-401a-01a39761c1cf-ed9f7a4a {
  grid-area: 3 / 3 / 4 / 4;
  place-self: start;
}

#w-node-e9a948fd-128a-a1b6-8e39-4b7375c69be4-ed9f7a4a {
  grid-area: 2 / 3 / 3 / 4;
  place-self: start;
}

#w-node-e9a948fd-128a-a1b6-8e39-4b7375c69be5-ed9f7a4a {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-e9a948fd-128a-a1b6-8e39-4b7375c69be6-ed9f7a4a {
  grid-area: 1 / 3 / 2 / 4;
  place-self: start;
}

#w-node-e9a948fd-128a-a1b6-8e39-4b7375c69be7-ed9f7a4a {
  grid-area: 1 / 2 / 2 / 3;
  place-self: start;
}

#w-node-e9a948fd-128a-a1b6-8e39-4b7375c69be8-ed9f7a4a {
  grid-area: 3 / 1 / 4 / 2;
  place-self: start end;
}

#w-node-e9a948fd-128a-a1b6-8e39-4b7375c69be9-ed9f7a4a {
  grid-area: 2 / 2 / 3 / 3;
  place-self: start end;
}

#w-node-e9a948fd-128a-a1b6-8e39-4b7375c69bea-ed9f7a4a {
  grid-area: 3 / 3 / 4 / 4;
  place-self: start;
}

#w-node-_24b8126c-4cbf-0332-a49b-a24c47bd5028-ed9f7a4a {
  grid-area: 2 / 3 / 3 / 4;
  place-self: start;
}

#w-node-_24b8126c-4cbf-0332-a49b-a24c47bd5029-ed9f7a4a {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_24b8126c-4cbf-0332-a49b-a24c47bd502a-ed9f7a4a {
  grid-area: 1 / 3 / 2 / 4;
  place-self: start;
}

#w-node-_24b8126c-4cbf-0332-a49b-a24c47bd502b-ed9f7a4a {
  grid-area: 1 / 2 / 2 / 3;
  place-self: start;
}

#w-node-_24b8126c-4cbf-0332-a49b-a24c47bd502c-ed9f7a4a {
  grid-area: 3 / 1 / 4 / 2;
  place-self: start end;
}

#w-node-_24b8126c-4cbf-0332-a49b-a24c47bd502d-ed9f7a4a {
  grid-area: 2 / 2 / 3 / 3;
  place-self: start end;
}

#w-node-_24b8126c-4cbf-0332-a49b-a24c47bd502e-ed9f7a4a {
  grid-area: 3 / 3 / 4 / 4;
  place-self: start;
}

#w-node-c581f515-a90f-d68d-5703-12e3da1cb50a-ed9f7a4b {
  grid-area: 2 / 3 / 3 / 4;
  place-self: start;
}

#w-node-c581f515-a90f-d68d-5703-12e3da1cb50b-ed9f7a4b {
  grid-area: 1 / 1 / 2 / 2;
  place-self: start;
}

#w-node-c581f515-a90f-d68d-5703-12e3da1cb50c-ed9f7a4b {
  grid-area: 1 / 3 / 2 / 4;
  place-self: start;
}

#w-node-c581f515-a90f-d68d-5703-12e3da1cb50d-ed9f7a4b {
  grid-area: 1 / 2 / 2 / 3;
  place-self: start;
}

#w-node-c581f515-a90f-d68d-5703-12e3da1cb50e-ed9f7a4b {
  grid-area: 3 / 1 / 4 / 2;
  place-self: start end;
}

#w-node-c581f515-a90f-d68d-5703-12e3da1cb50f-ed9f7a4b {
  grid-area: 2 / 2 / 3 / 3;
  place-self: start end;
}

#w-node-c581f515-a90f-d68d-5703-12e3da1cb510-ed9f7a4b {
  grid-area: 3 / 3 / 4 / 4;
  place-self: start;
}

#w-node-_4215027d-0cb5-d215-adfc-5a76e61cf65a-ed9f7a4b {
  place-self: start;
}

#w-node-_895078a5-37c5-7cdf-e4dc-69e213de01a6-ed9f7a4b {
  place-self: start end;
}

#w-node-a6684bda-53bf-39a4-14d5-c475ec74bbb3-ed9f7a4b {
  grid-area: 2 / 3 / 3 / 4;
  place-self: start;
}

#w-node-a6684bda-53bf-39a4-14d5-c475ec74bbb4-ed9f7a4b {
  grid-area: 1 / 1 / 2 / 2;
  place-self: start;
}

#w-node-a6684bda-53bf-39a4-14d5-c475ec74bbb5-ed9f7a4b {
  grid-area: 1 / 3 / 2 / 4;
  place-self: start;
}

#w-node-a6684bda-53bf-39a4-14d5-c475ec74bbb6-ed9f7a4b {
  grid-area: 1 / 2 / 2 / 3;
  place-self: start;
}

#w-node-a6684bda-53bf-39a4-14d5-c475ec74bbb7-ed9f7a4b {
  grid-area: 3 / 1 / 4 / 2;
  place-self: start end;
}

#w-node-a6684bda-53bf-39a4-14d5-c475ec74bbb8-ed9f7a4b {
  grid-area: 2 / 2 / 3 / 3;
  place-self: start end;
}

#w-node-a6684bda-53bf-39a4-14d5-c475ec74bbb9-ed9f7a4b {
  grid-area: 3 / 3 / 4 / 4;
  place-self: start;
}

#w-node-afbc5cce-fb8d-3e6f-6f38-281b83952946-ed9f7a4c {
  grid-area: 2 / 3 / 3 / 4;
  place-self: start;
}

#w-node-afbc5cce-fb8d-3e6f-6f38-281b83952947-ed9f7a4c {
  grid-area: 1 / 1 / 2 / 2;
  place-self: start;
}

#w-node-afbc5cce-fb8d-3e6f-6f38-281b83952948-ed9f7a4c {
  grid-area: 1 / 3 / 2 / 4;
  place-self: start;
}

#w-node-afbc5cce-fb8d-3e6f-6f38-281b83952949-ed9f7a4c {
  grid-area: 1 / 2 / 2 / 3;
  place-self: start;
}

#w-node-afbc5cce-fb8d-3e6f-6f38-281b8395294a-ed9f7a4c {
  grid-area: 3 / 1 / 4 / 2;
  place-self: start end;
}

#w-node-afbc5cce-fb8d-3e6f-6f38-281b8395294b-ed9f7a4c {
  grid-area: 2 / 2 / 3 / 3;
  place-self: start end;
}

#w-node-afbc5cce-fb8d-3e6f-6f38-281b8395294c-ed9f7a4c {
  grid-area: 3 / 3 / 4 / 4;
  place-self: start;
}

#w-node-_60172048-7b38-779f-2607-f8d584b7665b-ed9f7a4c {
  justify-self: start;
}

#w-node-_60172048-7b38-779f-2607-f8d584b7666c-ed9f7a4c {
  justify-self: end;
}

#w-node-_5bfb6adc-1225-ca57-df9b-4ff227dbf509-ed9f7a4c {
  grid-area: 2 / 3 / 3 / 4;
  place-self: start;
}

#w-node-_5bfb6adc-1225-ca57-df9b-4ff227dbf50a-ed9f7a4c {
  grid-area: 1 / 1 / 2 / 2;
  place-self: start;
}

#w-node-_5bfb6adc-1225-ca57-df9b-4ff227dbf50b-ed9f7a4c {
  grid-area: 1 / 3 / 2 / 4;
  place-self: start;
}

#w-node-_5bfb6adc-1225-ca57-df9b-4ff227dbf50c-ed9f7a4c {
  grid-area: 1 / 2 / 2 / 3;
  place-self: start;
}

#w-node-_5bfb6adc-1225-ca57-df9b-4ff227dbf50d-ed9f7a4c {
  grid-area: 3 / 1 / 4 / 2;
  place-self: start end;
}

#w-node-_5bfb6adc-1225-ca57-df9b-4ff227dbf50e-ed9f7a4c {
  grid-area: 2 / 2 / 3 / 3;
  place-self: start end;
}

#w-node-_5bfb6adc-1225-ca57-df9b-4ff227dbf50f-ed9f7a4c {
  grid-area: 3 / 3 / 4 / 4;
  place-self: start;
}

#w-node-a67db17d-6036-fdbd-404e-45e7255f7fee-ed9f7a4c {
  grid-area: 2 / 3 / 3 / 4;
  place-self: start;
}

#w-node-a67db17d-6036-fdbd-404e-45e7255f7fef-ed9f7a4c {
  grid-area: 1 / 1 / 2 / 2;
  place-self: start;
}

#w-node-a67db17d-6036-fdbd-404e-45e7255f7ff0-ed9f7a4c {
  grid-area: 1 / 3 / 2 / 4;
  place-self: start;
}

#w-node-a67db17d-6036-fdbd-404e-45e7255f7ff1-ed9f7a4c {
  grid-area: 1 / 2 / 2 / 3;
  place-self: start;
}

#w-node-a67db17d-6036-fdbd-404e-45e7255f7ff2-ed9f7a4c {
  grid-area: 3 / 1 / 4 / 2;
  place-self: start end;
}

#w-node-a67db17d-6036-fdbd-404e-45e7255f7ff3-ed9f7a4c {
  grid-area: 2 / 2 / 3 / 3;
  place-self: start end;
}

#w-node-a67db17d-6036-fdbd-404e-45e7255f7ff4-ed9f7a4c {
  grid-area: 3 / 3 / 4 / 4;
  place-self: start;
}

#w-node-a37a21ee-9806-2e2e-7529-7038a1c4d5a3-ed9f7a4c {
  grid-area: 2 / 3 / 3 / 4;
  place-self: start;
}

#w-node-a37a21ee-9806-2e2e-7529-7038a1c4d5a4-ed9f7a4c {
  grid-area: 1 / 1 / 2 / 2;
  place-self: start;
}

#w-node-a37a21ee-9806-2e2e-7529-7038a1c4d5a5-ed9f7a4c {
  grid-area: 1 / 3 / 2 / 4;
  place-self: start;
}

#w-node-a37a21ee-9806-2e2e-7529-7038a1c4d5a6-ed9f7a4c {
  grid-area: 1 / 2 / 2 / 3;
  place-self: start;
}

#w-node-a37a21ee-9806-2e2e-7529-7038a1c4d5a7-ed9f7a4c {
  grid-area: 3 / 1 / 4 / 2;
  place-self: start end;
}

#w-node-a37a21ee-9806-2e2e-7529-7038a1c4d5a8-ed9f7a4c {
  grid-area: 2 / 2 / 3 / 3;
  place-self: start end;
}

#w-node-a37a21ee-9806-2e2e-7529-7038a1c4d5a9-ed9f7a4c {
  grid-area: 3 / 3 / 4 / 4;
  place-self: start;
}

#w-node-c4017d25-46cf-76bf-5e33-6b1b51167cb1-ed9f7a4c {
  grid-area: 2 / 3 / 3 / 4;
  place-self: start;
}

#w-node-c4017d25-46cf-76bf-5e33-6b1b51167cb2-ed9f7a4c {
  grid-area: 1 / 1 / 2 / 2;
  place-self: start;
}

#w-node-c4017d25-46cf-76bf-5e33-6b1b51167cb3-ed9f7a4c {
  grid-area: 1 / 3 / 2 / 4;
  place-self: start;
}

#w-node-c4017d25-46cf-76bf-5e33-6b1b51167cb4-ed9f7a4c {
  grid-area: 1 / 2 / 2 / 3;
  place-self: start;
}

#w-node-c4017d25-46cf-76bf-5e33-6b1b51167cb5-ed9f7a4c {
  grid-area: 3 / 1 / 4 / 2;
  place-self: start end;
}

#w-node-c4017d25-46cf-76bf-5e33-6b1b51167cb6-ed9f7a4c {
  grid-area: 2 / 2 / 3 / 3;
  place-self: start end;
}

#w-node-c4017d25-46cf-76bf-5e33-6b1b51167cb7-ed9f7a4c {
  grid-area: 3 / 3 / 4 / 4;
  place-self: start;
}

#w-node-_5ec15608-86d2-a9a9-3aa3-bede457fbc57-ed9f7a4d, #w-node-_49cca918-c86c-541f-7ce5-f9a9d329efa9-ed9f7a4d, #w-node-d6e596d5-8de4-ff78-b72f-c7add2c74cdf-ed9f7a4d, #w-node-_3183a63b-821f-18e9-8428-c854ca490475-ed9f7a4d, #w-node-_1e2e1d5e-671a-b76a-856e-d1a2da27d4b1-ed9f7a4d, #w-node-_6a7ee373-b654-84f9-f974-0d73f945a71e-ed9f7a4d, #w-node-_7a3e6671-1ba0-eab3-ef43-1ea73b3c81d2-ed9f7a4d, #w-node-b763c9e3-4d1f-c7f5-e80d-4e56e0436a2a-ed9f7a4d, #w-node-_1f1fd8c1-c867-a5f5-4297-04cd1995635f-ed9f7a4d, #w-node-_14daa059-9216-15e6-42d0-4e16975c693b-ed9f7a4d, #w-node-e713f29f-9c2d-2c23-972b-caf8b3b8965f-ed9f7a4d, #w-node-_3469bd86-05c4-5cb5-c8eb-65430c26eef2-ed9f7a4d, #w-node-_20bca725-2d19-3b0d-3565-1c18e92d9725-ed9f7a4d, #w-node-d95a8ec8-963e-8328-edf5-b14b9dba7e90-ed9f7a4d, #w-node-_8137b9b0-be45-f9d3-c3ae-d1003708c14d-ed9f7a4d, #w-node-dc0f61f2-41ce-7e12-178b-8cfd81ee4c75-ed9f7a4d, #w-node-f65bb0a3-b69e-ec1d-62ef-f9701901d419-ed9f7a4d, #w-node-_72c40012-126d-ef4c-1d24-a3bc0a1cbd4b-ed9f7a4d, #w-node-_99a29832-c7ab-5b76-885e-4df55dfbad68-ed9f7a4d, #w-node-_2d630e3c-e55d-7e7a-2323-39e73e08e233-ed9f7a4d {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-b244bcf0-a3f2-00a2-b3b4-b8811014e0db-ed9f7a4e {
  grid-area: 2 / 3 / 3 / 4;
  place-self: start;
}

#w-node-b244bcf0-a3f2-00a2-b3b4-b8811014e0dc-ed9f7a4e {
  grid-area: 1 / 1 / 2 / 2;
  place-self: start;
}

#w-node-b244bcf0-a3f2-00a2-b3b4-b8811014e0dd-ed9f7a4e {
  grid-area: 1 / 3 / 2 / 4;
  place-self: start;
}

#w-node-b244bcf0-a3f2-00a2-b3b4-b8811014e0de-ed9f7a4e {
  grid-area: 1 / 2 / 2 / 3;
  place-self: start;
}

#w-node-b244bcf0-a3f2-00a2-b3b4-b8811014e0df-ed9f7a4e {
  grid-area: 3 / 1 / 4 / 2;
  place-self: start end;
}

#w-node-b244bcf0-a3f2-00a2-b3b4-b8811014e0e0-ed9f7a4e {
  grid-area: 2 / 2 / 3 / 3;
  place-self: start end;
}

#w-node-b244bcf0-a3f2-00a2-b3b4-b8811014e0e1-ed9f7a4e {
  grid-area: 3 / 3 / 4 / 4;
  place-self: start;
}

#w-node-ffb0a722-2f92-626d-d7fd-a308e067e973-ed9f7a4e {
  grid-area: 1 / 1 / 2 / 4;
}

#w-node-_01c71b1a-d11a-ed40-22e0-1c73eeab6e91-ed9f7a4e {
  grid-area: 2 / 3 / 3 / 4;
  place-self: start;
}

#w-node-_01c71b1a-d11a-ed40-22e0-1c73eeab6e92-ed9f7a4e {
  grid-area: 1 / 1 / 2 / 2;
  place-self: start;
}

#w-node-_01c71b1a-d11a-ed40-22e0-1c73eeab6e93-ed9f7a4e {
  grid-area: 1 / 3 / 2 / 4;
  place-self: start;
}

#w-node-_01c71b1a-d11a-ed40-22e0-1c73eeab6e94-ed9f7a4e {
  grid-area: 1 / 2 / 2 / 3;
  place-self: start;
}

#w-node-_01c71b1a-d11a-ed40-22e0-1c73eeab6e95-ed9f7a4e {
  grid-area: 3 / 1 / 4 / 2;
  place-self: start end;
}

#w-node-_01c71b1a-d11a-ed40-22e0-1c73eeab6e96-ed9f7a4e {
  grid-area: 2 / 2 / 3 / 3;
  place-self: start end;
}

#w-node-_01c71b1a-d11a-ed40-22e0-1c73eeab6e97-ed9f7a4e {
  grid-area: 3 / 3 / 4 / 4;
  place-self: start;
}

#w-node-_1f2aa823-bf98-3f05-58ab-df5ad15135ab-ed9f7a4f {
  grid-area: 2 / 3 / 3 / 4;
  place-self: start;
}

#w-node-_1f2aa823-bf98-3f05-58ab-df5ad15135ac-ed9f7a4f {
  grid-area: 1 / 1 / 2 / 2;
  place-self: start;
}

#w-node-_1f2aa823-bf98-3f05-58ab-df5ad15135ad-ed9f7a4f {
  grid-area: 1 / 3 / 2 / 4;
  place-self: start;
}

#w-node-_1f2aa823-bf98-3f05-58ab-df5ad15135ae-ed9f7a4f {
  grid-area: 1 / 2 / 2 / 3;
  place-self: start;
}

#w-node-_1f2aa823-bf98-3f05-58ab-df5ad15135af-ed9f7a4f {
  grid-area: 3 / 1 / 4 / 2;
  place-self: start end;
}

#w-node-_1f2aa823-bf98-3f05-58ab-df5ad15135b0-ed9f7a4f {
  grid-area: 2 / 2 / 3 / 3;
  place-self: start end;
}

#w-node-_1f2aa823-bf98-3f05-58ab-df5ad15135b1-ed9f7a4f {
  grid-area: 3 / 3 / 4 / 4;
  place-self: start;
}

#w-node-b0bb0dc2-0768-069d-bdcb-d7576333e62f-ed9f7a50 {
  grid-area: 2 / 3 / 3 / 4;
  place-self: start;
}

#w-node-b0bb0dc2-0768-069d-bdcb-d7576333e630-ed9f7a50 {
  grid-area: 1 / 1 / 2 / 2;
  place-self: start;
}

#w-node-b0bb0dc2-0768-069d-bdcb-d7576333e631-ed9f7a50 {
  grid-area: 1 / 3 / 2 / 4;
  place-self: start;
}

#w-node-b0bb0dc2-0768-069d-bdcb-d7576333e632-ed9f7a50 {
  grid-area: 1 / 2 / 2 / 3;
  place-self: start;
}

#w-node-b0bb0dc2-0768-069d-bdcb-d7576333e633-ed9f7a50 {
  grid-area: 3 / 1 / 4 / 2;
  place-self: start end;
}

#w-node-b0bb0dc2-0768-069d-bdcb-d7576333e634-ed9f7a50 {
  grid-area: 2 / 2 / 3 / 3;
  place-self: start end;
}

#w-node-b0bb0dc2-0768-069d-bdcb-d7576333e635-ed9f7a50 {
  grid-area: 3 / 3 / 4 / 4;
  place-self: start;
}

#w-node-_595c9f7e-855f-2b24-82c9-fd994900a2ba-ed9f7a52 {
  grid-area: 2 / 3 / 3 / 4;
  place-self: start;
}

#w-node-_595c9f7e-855f-2b24-82c9-fd994900a2bb-ed9f7a52 {
  grid-area: 1 / 1 / 2 / 2;
  place-self: start;
}

#w-node-_595c9f7e-855f-2b24-82c9-fd994900a2bc-ed9f7a52 {
  grid-area: 1 / 3 / 2 / 4;
  place-self: start;
}

#w-node-_595c9f7e-855f-2b24-82c9-fd994900a2bd-ed9f7a52 {
  grid-area: 1 / 2 / 2 / 3;
  place-self: start;
}

#w-node-_595c9f7e-855f-2b24-82c9-fd994900a2be-ed9f7a52 {
  grid-area: 3 / 1 / 4 / 2;
  place-self: start end;
}

#w-node-_595c9f7e-855f-2b24-82c9-fd994900a2bf-ed9f7a52 {
  grid-area: 2 / 2 / 3 / 3;
  place-self: start end;
}

#w-node-_595c9f7e-855f-2b24-82c9-fd994900a2c0-ed9f7a52 {
  grid-area: 3 / 3 / 4 / 4;
  place-self: start;
}

#w-node-_20d89a01-df22-18ff-4d0e-8a32c455b732-ed9f7a52 {
  grid-area: 2 / 3 / 3 / 4;
  place-self: start;
}

#w-node-_20d89a01-df22-18ff-4d0e-8a32c455b733-ed9f7a52 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_20d89a01-df22-18ff-4d0e-8a32c455b734-ed9f7a52 {
  grid-area: 1 / 3 / 2 / 4;
  place-self: start;
}

#w-node-_20d89a01-df22-18ff-4d0e-8a32c455b735-ed9f7a52 {
  grid-area: 1 / 2 / 2 / 3;
  place-self: start;
}

#w-node-_20d89a01-df22-18ff-4d0e-8a32c455b736-ed9f7a52 {
  grid-area: 3 / 1 / 4 / 2;
  place-self: start end;
}

#w-node-_20d89a01-df22-18ff-4d0e-8a32c455b737-ed9f7a52 {
  grid-area: 2 / 2 / 3 / 3;
  place-self: start end;
}

#w-node-_20d89a01-df22-18ff-4d0e-8a32c455b738-ed9f7a52 {
  grid-area: 3 / 3 / 4 / 4;
  place-self: start;
}

#w-node-_20d89a01-df22-18ff-4d0e-8a32c455b746-ed9f7a52 {
  grid-area: 2 / 3 / 3 / 4;
  place-self: start;
}

#w-node-_20d89a01-df22-18ff-4d0e-8a32c455b747-ed9f7a52 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_20d89a01-df22-18ff-4d0e-8a32c455b748-ed9f7a52 {
  grid-area: 1 / 3 / 2 / 4;
  place-self: start;
}

#w-node-_20d89a01-df22-18ff-4d0e-8a32c455b749-ed9f7a52 {
  grid-area: 1 / 2 / 2 / 3;
  place-self: start;
}

#w-node-_20d89a01-df22-18ff-4d0e-8a32c455b74a-ed9f7a52 {
  grid-area: 3 / 1 / 4 / 2;
  place-self: start end;
}

#w-node-_20d89a01-df22-18ff-4d0e-8a32c455b74b-ed9f7a52 {
  grid-area: 2 / 2 / 3 / 3;
  place-self: start end;
}

#w-node-_20d89a01-df22-18ff-4d0e-8a32c455b74c-ed9f7a52 {
  grid-area: 3 / 3 / 4 / 4;
  place-self: start;
}

#w-node-_20d89a01-df22-18ff-4d0e-8a32c455b75a-ed9f7a52 {
  grid-area: 2 / 3 / 3 / 4;
  place-self: start;
}

#w-node-_20d89a01-df22-18ff-4d0e-8a32c455b75b-ed9f7a52 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_20d89a01-df22-18ff-4d0e-8a32c455b75c-ed9f7a52 {
  grid-area: 1 / 3 / 2 / 4;
  place-self: start;
}

#w-node-_20d89a01-df22-18ff-4d0e-8a32c455b75d-ed9f7a52 {
  grid-area: 1 / 2 / 2 / 3;
  place-self: start;
}

#w-node-_20d89a01-df22-18ff-4d0e-8a32c455b75e-ed9f7a52 {
  grid-area: 3 / 1 / 4 / 2;
  place-self: start end;
}

#w-node-_20d89a01-df22-18ff-4d0e-8a32c455b75f-ed9f7a52 {
  grid-area: 2 / 2 / 3 / 3;
  place-self: start end;
}

#w-node-_20d89a01-df22-18ff-4d0e-8a32c455b760-ed9f7a52 {
  grid-area: 3 / 3 / 4 / 4;
  place-self: start;
}

#w-node-e7d4dd82-0188-3986-fb6e-4f07c833a3a9-ed9f7a53, #w-node-e7d4dd82-0188-3986-fb6e-4f07c833a3ab-ed9f7a53, #w-node-e7d4dd82-0188-3986-fb6e-4f07c833a3ad-ed9f7a53, #w-node-e7d4dd82-0188-3986-fb6e-4f07c833a3af-ed9f7a53, #w-node-e7d4dd82-0188-3986-fb6e-4f07c833a3b1-ed9f7a53, #w-node-e7d4dd82-0188-3986-fb6e-4f07c833a3b4-ed9f7a53, #w-node-e7d4dd82-0188-3986-fb6e-4f07c833a3b6-ed9f7a53, #w-node-e7d4dd82-0188-3986-fb6e-4f07c833a3b8-ed9f7a53, #w-node-e7d4dd82-0188-3986-fb6e-4f07c833a3ba-ed9f7a53, #w-node-e7d4dd82-0188-3986-fb6e-4f07c833a3bc-ed9f7a53 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-b2cad02e-6dd2-30d5-2c17-92020505fc2d-ed9f7a55 {
  grid-area: 2 / 3 / 3 / 4;
  place-self: start;
}

#w-node-b2cad02e-6dd2-30d5-2c17-92020505fc2e-ed9f7a55 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-b2cad02e-6dd2-30d5-2c17-92020505fc2f-ed9f7a55 {
  grid-area: 1 / 3 / 2 / 4;
  place-self: start;
}

#w-node-b2cad02e-6dd2-30d5-2c17-92020505fc30-ed9f7a55 {
  grid-area: 1 / 2 / 2 / 3;
  place-self: start;
}

#w-node-b2cad02e-6dd2-30d5-2c17-92020505fc31-ed9f7a55 {
  grid-area: 3 / 1 / 4 / 2;
  place-self: start end;
}

#w-node-b2cad02e-6dd2-30d5-2c17-92020505fc32-ed9f7a55 {
  grid-area: 2 / 2 / 3 / 3;
  place-self: start end;
}

#w-node-b2cad02e-6dd2-30d5-2c17-92020505fc33-ed9f7a55 {
  grid-area: 3 / 3 / 4 / 4;
  place-self: start;
}

#w-node-b2cad02e-6dd2-30d5-2c17-92020505fc41-ed9f7a55 {
  grid-area: 2 / 3 / 3 / 4;
  place-self: start;
}

#w-node-b2cad02e-6dd2-30d5-2c17-92020505fc42-ed9f7a55 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-b2cad02e-6dd2-30d5-2c17-92020505fc43-ed9f7a55 {
  grid-area: 1 / 3 / 2 / 4;
  place-self: start;
}

#w-node-b2cad02e-6dd2-30d5-2c17-92020505fc44-ed9f7a55 {
  grid-area: 1 / 2 / 2 / 3;
  place-self: start;
}

#w-node-b2cad02e-6dd2-30d5-2c17-92020505fc45-ed9f7a55 {
  grid-area: 3 / 1 / 4 / 2;
  place-self: start end;
}

#w-node-b2cad02e-6dd2-30d5-2c17-92020505fc46-ed9f7a55 {
  grid-area: 2 / 2 / 3 / 3;
  place-self: start end;
}

#w-node-b2cad02e-6dd2-30d5-2c17-92020505fc47-ed9f7a55 {
  grid-area: 3 / 3 / 4 / 4;
  place-self: start;
}

#w-node-b2cad02e-6dd2-30d5-2c17-92020505fc55-ed9f7a55 {
  grid-area: 2 / 3 / 3 / 4;
  place-self: start;
}

#w-node-b2cad02e-6dd2-30d5-2c17-92020505fc56-ed9f7a55 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-b2cad02e-6dd2-30d5-2c17-92020505fc57-ed9f7a55 {
  grid-area: 1 / 3 / 2 / 4;
  place-self: start;
}

#w-node-b2cad02e-6dd2-30d5-2c17-92020505fc58-ed9f7a55 {
  grid-area: 1 / 2 / 2 / 3;
  place-self: start;
}

#w-node-b2cad02e-6dd2-30d5-2c17-92020505fc59-ed9f7a55 {
  grid-area: 3 / 1 / 4 / 2;
  place-self: start end;
}

#w-node-b2cad02e-6dd2-30d5-2c17-92020505fc5a-ed9f7a55 {
  grid-area: 2 / 2 / 3 / 3;
  place-self: start end;
}

#w-node-b2cad02e-6dd2-30d5-2c17-92020505fc5b-ed9f7a55 {
  grid-area: 3 / 3 / 4 / 4;
  place-self: start;
}

#w-node-_3483716c-7108-a23a-9d05-2cf0bf78b91a-ed9f7a56 {
  grid-area: 2 / 3 / 3 / 4;
  place-self: start;
}

#w-node-_3483716c-7108-a23a-9d05-2cf0bf78b91b-ed9f7a56 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_3483716c-7108-a23a-9d05-2cf0bf78b91c-ed9f7a56 {
  grid-area: 1 / 3 / 2 / 4;
  place-self: start;
}

#w-node-_3483716c-7108-a23a-9d05-2cf0bf78b91d-ed9f7a56 {
  grid-area: 1 / 2 / 2 / 3;
  place-self: start;
}

#w-node-_3483716c-7108-a23a-9d05-2cf0bf78b91e-ed9f7a56 {
  grid-area: 3 / 1 / 4 / 2;
  place-self: start end;
}

#w-node-_3483716c-7108-a23a-9d05-2cf0bf78b91f-ed9f7a56 {
  grid-area: 2 / 2 / 3 / 3;
  place-self: start end;
}

#w-node-_3483716c-7108-a23a-9d05-2cf0bf78b920-ed9f7a56 {
  grid-area: 3 / 3 / 4 / 4;
  place-self: start;
}

#w-node-_1b28d5c6-6b69-4251-0cd8-e1784377b907-ed9f7a56 {
  grid-area: 1 / 1 / 2 / 4;
}

@media screen and (min-width: 1280px) {
  #w-node-_68769486-90c0-68c4-c146-6954a154e7ec-ed9f7a2a {
    grid-area: 2 / 3 / 3 / 4;
  }

  #w-node-_68769486-90c0-68c4-c146-6954a154e7ed-ed9f7a2a {
    grid-row: 2 / 3;
  }

  #w-node-_68769486-90c0-68c4-c146-6954a154e7ef-ed9f7a2a {
    grid-row: 1 / 2;
  }

  #w-node-_68769486-90c0-68c4-c146-6954a154e7f0-ed9f7a2a {
    grid-column: 3 / 4;
  }

  #w-node-_68769486-90c0-68c4-c146-6954a154e7f1-ed9f7a2a, #w-node-_68769486-90c0-68c4-c146-6954a154e7f2-ed9f7a2a {
    grid-column: 4 / 5;
  }
}

@media screen and (max-width: 991px) {
  #w-node-daf981fd-9b17-a0fb-7466-2c35634f2c76-634f2c73 {
    grid-area: 1 / 1 / 2 / 5;
  }

  #w-node-e09c52f1-1919-4d87-8e6c-06f43646ac33-ed9f7a2a {
    grid-area: 1 / 3 / 2 / 4;
  }

  #w-node-d57719b2-a4ed-ed32-caee-59e583e075ac-ed9f7a2a {
    grid-row: 1 / 2;
  }

  #w-node-faef075d-7310-709c-509f-4963631f49e0-ed9f7a2a {
    grid-column: 3 / 4;
  }

  #w-node-_68769486-90c0-68c4-c146-6954a154e7ec-ed9f7a2a {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-_68769486-90c0-68c4-c146-6954a154e7ef-ed9f7a2a {
    grid-column: 2 / 3;
  }

  #w-node-_68769486-90c0-68c4-c146-6954a154e7f0-ed9f7a2a {
    grid-area: 1 / 3 / 2 / 4;
  }

  #w-node-_68769486-90c0-68c4-c146-6954a154e7f1-ed9f7a2a, #w-node-_68769486-90c0-68c4-c146-6954a154e7f2-ed9f7a2a {
    grid-column: 3 / 4;
  }

  #w-node-dded3d42-f1a9-45f4-fdd8-b8f98fa4c465-ed9f7a2a {
    grid-area: 3 / 1 / 4 / 3;
  }

  #w-node-_299b8e29-9017-5d0e-3fff-aa770915dbb6-ed9f7a43 {
    grid-area: 1 / 1 / 2 / 3;
  }

  #w-node-_299b8e29-9017-5d0e-3fff-aa770915dbb8-ed9f7a43 {
    grid-area: 2 / 2 / 3 / 3;
  }

  #w-node-_13c5dbf9-fda1-2181-aaf8-4479bf3eee81-ed9f7a46 {
    grid-area: 3 / 1 / 4 / 3;
    place-self: center;
  }

  #w-node-e0525ec5-62d1-e43d-12e1-b2697b67d208-ed9f7a4a {
    grid-area: 2 / 2 / 3 / 3;
  }

  #w-node-_94f020bf-86ec-ea99-af33-91206a5bf1fc-ed9f7a4c {
    grid-area: 2 / 1 / 3 / 3;
    justify-self: center;
  }

  #w-node-_94f020bf-86ec-ea99-af33-91206a5bf213-ed9f7a4c {
    grid-area: 1 / 2 / 2 / 3;
  }

  #w-node-_8cddc6b4-2787-4d36-555c-e460985e4c7d-ed9f7a4c {
    grid-area: 2 / 4 / 3 / 5;
  }

  #w-node-_49ad9ce2-a813-de41-c3ca-d0c609e3a08b-ed9f7a50 {
    grid-area: 2 / 1 / 3 / 3;
    justify-self: center;
  }

  #w-node-_49ad9ce2-a813-de41-c3ca-d0c609e3a0b6-ed9f7a50 {
    grid-area: 1 / 2 / 2 / 3;
  }

  #w-node-_7df9f669-1577-0e55-3ef6-23ed987c7501-ed9f7a50 {
    grid-area: 1 / 1 / 2 / 3;
  }

  #w-node-fd2a61d9-7df6-660c-5da4-38f7b27b997f-ed9f7a50 {
    grid-area: 2 / 2 / 3 / 3;
  }
}

@media screen and (max-width: 767px) {
  #w-node-daf981fd-9b17-a0fb-7466-2c35634f2c76-634f2c73 {
    grid-column-end: 3;
  }

  #w-node-e09c52f1-1919-4d87-8e6c-06f43646ac33-ed9f7a2a {
    grid-area: 1 / 3 / 2 / 4;
  }

  #w-node-_299b8e29-9017-5d0e-3fff-aa770915dba6-ed9f7a43 {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-_299b8e29-9017-5d0e-3fff-aa770915dbb6-ed9f7a43 {
    grid-column-end: 2;
  }

  #w-node-_299b8e29-9017-5d0e-3fff-aa770915dbb8-ed9f7a43, #w-node-b02ef9ac-d68c-e4b9-2aa9-980583506265-ed9f7a4a {
    grid-area: 3 / 1 / 4 / 2;
  }

  #w-node-_61f64de7-8592-aa75-d4f3-55c64ad01e81-ed9f7a4b {
    place-self: end;
  }

  #w-node-_6d4f8db5-3d1b-c1fa-2d57-b501c3476aec-ed9f7a4b {
    grid-area: 2 / 1 / 3 / 3;
  }

  #w-node-_895078a5-37c5-7cdf-e4dc-69e213de019e-ed9f7a4b {
    grid-area: 3 / 1 / 4 / 2;
  }

  #w-node-_895078a5-37c5-7cdf-e4dc-69e213de01a6-ed9f7a4b {
    grid-area: 3 / 2 / 4 / 3;
    align-self: end;
  }

  #w-node-_60172048-7b38-779f-2607-f8d584b76664-ed9f7a4c {
    grid-area: 3 / 1 / 4 / 2;
    justify-self: start;
  }

  #w-node-_60172048-7b38-779f-2607-f8d584b76662-ed9f7a4c {
    grid-area: 2 / 1 / 3 / 3;
  }

  #w-node-_60172048-7b38-779f-2607-f8d584b7666c-ed9f7a4c {
    grid-area: 3 / 2 / 4 / 3;
    align-self: end;
  }

  #w-node-_94f020bf-86ec-ea99-af33-91206a5bf1e5-ed9f7a4c {
    grid-area: 1 / 1 / 2 / 2;
    place-self: center;
  }

  #w-node-_94f020bf-86ec-ea99-af33-91206a5bf1fc-ed9f7a4c {
    grid-column-end: 2;
  }

  #w-node-_94f020bf-86ec-ea99-af33-91206a5bf213-ed9f7a4c {
    grid-area: 3 / 1 / 4 / 2;
    place-self: center;
  }

  #w-node-_49ad9ce2-a813-de41-c3ca-d0c609e3a060-ed9f7a50 {
    grid-area: 1 / 1 / 2 / 2;
    place-self: center;
  }

  #w-node-_49ad9ce2-a813-de41-c3ca-d0c609e3a08b-ed9f7a50 {
    grid-column-end: 2;
  }

  #w-node-_49ad9ce2-a813-de41-c3ca-d0c609e3a0b6-ed9f7a50 {
    grid-area: 3 / 1 / 4 / 2;
    place-self: center;
  }

  #w-node-_3e5e8811-c54a-a2ec-dfda-b5fec39c2c1a-ed9f7a50 {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-_7df9f669-1577-0e55-3ef6-23ed987c7501-ed9f7a50 {
    grid-column-end: 2;
  }

  #w-node-fd2a61d9-7df6-660c-5da4-38f7b27b997f-ed9f7a50 {
    grid-area: 3 / 1 / 4 / 2;
  }
}

@media screen and (max-width: 479px) {
  #w-node-daf981fd-9b17-a0fb-7466-2c35634f2c76-634f2c73 {
    grid-column-end: 2;
  }

  #w-node-e9317df0-50ea-2fc7-cd34-95dd145b96db-ed9f7a2a {
    grid-area: 2 / 1 / 3 / 3;
  }

  #w-node-dded3d42-f1a9-45f4-fdd8-b8f98fa4c449-ed9f7a2a {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-dded3d42-f1a9-45f4-fdd8-b8f98fa4c450-ed9f7a2a {
    grid-area: 4 / 1 / 5 / 2;
  }

  #w-node-dded3d42-f1a9-45f4-fdd8-b8f98fa4c457-ed9f7a2a {
    grid-row: 3 / 4;
  }

  #w-node-dded3d42-f1a9-45f4-fdd8-b8f98fa4c465-ed9f7a2a {
    grid-row: 5 / 6;
    grid-column-end: 2;
  }

  #w-node-_13c5dbf9-fda1-2181-aaf8-4479bf3eee81-ed9f7a46 {
    grid-row: 5 / 6;
    grid-column-end: 2;
    place-self: auto;
  }

  #w-node-_6a870f2c-0529-9cce-60b0-22b4f7dbf8e1-ed9f7a4a {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-b02ef9ac-d68c-e4b9-2aa9-980583506265-ed9f7a4a {
    grid-row: 3 / 4;
  }

  #w-node-_61f64de7-8592-aa75-d4f3-55c64ad01e81-ed9f7a4b {
    justify-self: start;
  }

  #w-node-e255c341-f222-4ff9-d685-e969a14dee3b-ed9f7a4b {
    grid-area: 2 / 1 / 3 / 3;
  }

  #w-node-_8cddc6b4-2787-4d36-555c-e460985e4c7d-ed9f7a4c {
    grid-column: 3 / 4;
  }

  #w-node-_5ec15608-86d2-a9a9-3aa3-bede457fbc57-ed9f7a4d, #w-node-_49cca918-c86c-541f-7ce5-f9a9d329efa9-ed9f7a4d, #w-node-d6e596d5-8de4-ff78-b72f-c7add2c74cdf-ed9f7a4d, #w-node-_3183a63b-821f-18e9-8428-c854ca490475-ed9f7a4d, #w-node-_1e2e1d5e-671a-b76a-856e-d1a2da27d4b1-ed9f7a4d, #w-node-_6a7ee373-b654-84f9-f974-0d73f945a71e-ed9f7a4d, #w-node-_7a3e6671-1ba0-eab3-ef43-1ea73b3c81d2-ed9f7a4d, #w-node-b763c9e3-4d1f-c7f5-e80d-4e56e0436a2a-ed9f7a4d, #w-node-_1f1fd8c1-c867-a5f5-4297-04cd1995635f-ed9f7a4d, #w-node-_14daa059-9216-15e6-42d0-4e16975c693b-ed9f7a4d, #w-node-e713f29f-9c2d-2c23-972b-caf8b3b8965f-ed9f7a4d, #w-node-_3469bd86-05c4-5cb5-c8eb-65430c26eef2-ed9f7a4d, #w-node-_20bca725-2d19-3b0d-3565-1c18e92d9725-ed9f7a4d, #w-node-d95a8ec8-963e-8328-edf5-b14b9dba7e90-ed9f7a4d, #w-node-_8137b9b0-be45-f9d3-c3ae-d1003708c14d-ed9f7a4d, #w-node-dc0f61f2-41ce-7e12-178b-8cfd81ee4c75-ed9f7a4d, #w-node-f65bb0a3-b69e-ec1d-62ef-f9701901d419-ed9f7a4d, #w-node-_72c40012-126d-ef4c-1d24-a3bc0a1cbd4b-ed9f7a4d, #w-node-_99a29832-c7ab-5b76-885e-4df55dfbad68-ed9f7a4d, #w-node-_2d630e3c-e55d-7e7a-2323-39e73e08e233-ed9f7a4d {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }
}


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