:root {
  --peru: #963fdd;
  --medium-turquoise: #4aaec2;
  --medium-aquamarine: #5cc489;
  --dark-slate-gray: #4d565d;
  --dark-slate-gray-2: #243039;
  --dark-gray: #999;
  --pale-violet-red: #d25f7c;
}

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

.w-layout-layout {
  grid-row-gap: 20px;
  grid-column-gap: 20px;
  grid-auto-columns: 1fr;
  justify-content: center;
  padding: 20px;
}

.w-layout-cell {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

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

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

.w-checkbox {
  margin-bottom: 5px;
  padding-left: 20px;
  display: block;
}

.w-checkbox:before {
  content: " ";
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-checkbox:after {
  content: " ";
  clear: both;
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-checkbox-input {
  float: left;
  margin: 4px 0 0 -20px;
  line-height: normal;
}

.w-checkbox-input--inputType-custom {
  border: 1px solid #ccc;
  border-radius: 2px;
  width: 12px;
  height: 12px;
}

.w-checkbox-input--inputType-custom.w--redirected-checked {
  background-color: #3898ec;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/static/custom-checkbox-checkmark.589d534424.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-color: #3898ec;
}

.w-checkbox-input--inputType-custom.w--redirected-focus {
  box-shadow: 0 0 3px 1px #3898ec;
}

.w-form-formradioinput--inputType-custom {
  border: 1px solid #ccc;
  border-radius: 50%;
  width: 12px;
  height: 12px;
}

.w-form-formradioinput--inputType-custom.w--redirected-focus {
  box-shadow: 0 0 3px 1px #3898ec;
}

.w-form-formradioinput--inputType-custom.w--redirected-checked {
  border-width: 4px;
  border-color: #3898ec;
}

body {
  color: #333;
  font-family: Lora, sans-serif;
  font-size: 14px;
  line-height: 20px;
}

h1 {
  margin-top: 0;
  margin-bottom: 30px;
  font-size: 38px;
  font-weight: 700;
  line-height: 44px;
}

h2 {
  color: #2e2e2e;
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: Oxygen, sans-serif;
  font-size: 25px;
  line-height: 30px;
}

h3 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: Oxygen, sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 30px;
}

h4 {
  margin-top: 20px;
  margin-bottom: 5px;
  font-family: Oxygen, sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 24px;
}

h5 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Oxygen, sans-serif;
  font-size: 14px;
  font-weight: 700;
  line-height: 20px;
}

h6 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Oxygen, sans-serif;
  font-size: 12px;
  font-weight: 700;
  line-height: 18px;
}

p {
  margin-bottom: 15px;
  font-size: 15px;
  line-height: 22px;
}

a {
  color: #dd783f;
  text-decoration: none;
}

a:hover {
  color: #c2581b;
  text-decoration: none;
}

img {
  color: #913fdd;
  text-align: left;
  max-width: 100%;
  margin-bottom: 10px;
  display: inline-block;
}

.hero-section {
  background-image: linear-gradient(135deg, #1e2121d1 1%, #20202024 98%), url('../images/DALL·E-2022-08-14-06.00.50.png');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  height: 500px;
  padding-top: 184px;
  position: relative;
}

.navbar {
  background-color: #0000;
  background-image: linear-gradient(#00000054, #0000 99%);
  padding-top: 17px;
  padding-bottom: 17px;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
}

.menu-link {
  float: left;
  margin-right: 1px;
  padding-left: 5px;
  padding-right: 5px;
  font-family: Oxygen, sans-serif;
  font-size: 12px;
  line-height: 14px;
  display: inline-block;
}

.menu-icon {
  float: right;
  line-height: 13px;
  display: inline-block;
}

.menu-button {
  float: right;
  color: #ffffffd9;
  border-radius: 2px;
  margin-top: 0;
  padding: 10px 8px 9px;
  transition: background-color .35s, color .35s;
  display: block;
}

.menu-button:hover {
  color: #fff;
  background-color: #ffffff1a;
}

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

.long-text {
  color: #fff;
  margin-top: 7px;
  font-size: 26px;
  line-height: 26px;
}

.hero-heading {
  color: #d0d5fb;
  letter-spacing: 2px;
  margin-bottom: 14px;
  font-size: 50px;
  line-height: 51px;
}

.hero-subheading {
  color: #ffffffa1;
  margin-bottom: 30px;
  font-family: Oxygen, sans-serif;
  font-size: 18px;
  font-weight: 300;
}

.hero-content {
  text-align: center;
}

.button {
  color: #fff;
  background-color: #3157f1;
  border-radius: 3px;
  padding: 12px 31px;
  font-family: Oxygen, sans-serif;
  font-weight: 300;
  transition: background-color .2s, color .2s;
}

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

.button.w--current {
  background-color: #913fdd;
}

.button.button2 {
  background-color: #ba52f1;
}

.button.button2.w--current {
  background-color: #1e30ff;
}

.main-section {
  background-color: #000;
  padding-top: 62px;
  padding-bottom: 62px;
}

.main-section.dark {
  background-color: #4d565d;
  background-image: linear-gradient(#000, #232f384f), url('../images/DALL·E-2022-08-14-06.00.50.png');
  background-position: 0 0, 50% 0;
  background-size: auto, cover;
  border-bottom: 1px #000;
  padding-bottom: 0;
}

.main-section.gray {
  background-color: #f8f8f8;
}

.main-section.bottom-padding {
  color: #6b7489;
  background-image: linear-gradient(#000, #000);
  padding-top: 0;
  padding-bottom: 89px;
}

.thumbnail-wrapper {
  background-color: #fff;
  border-radius: 3px;
  min-height: 100%;
  text-decoration: none;
  transition: box-shadow .2s, transform .2s;
  display: block;
  position: relative;
  overflow: hidden;
  box-shadow: 0 0 0 1px #00000017;
}

.thumbnail-wrapper:hover {
  transform: translate(0, -3px);
  box-shadow: 0 0 0 1px #00000017, 0 2px 23px #00000017;
}

.blog-title {
  color: #101315;
  margin-bottom: 6px;
  font-size: 16px;
  font-weight: 400;
  line-height: 21px;
  text-decoration: none;
  display: inline-block;
}

.category-tag {
  color: #fff;
  text-transform: uppercase;
  background-color: #5cc489;
  border-radius: 2px;
  margin-top: 6px;
  margin-right: 6px;
  padding: 6px;
  font-family: Oxygen, sans-serif;
  font-size: 10px;
  font-weight: 400;
  line-height: 10px;
  display: inline-block;
  position: absolute;
  top: 4px;
  left: 10px;
}

.image-wrapper {
  position: relative;
  overflow: hidden;
}

.thumbnail-text {
  border-top: 1px solid #e5e5e5;
  height: 29%;
  min-height: 33%;
  padding: 13px;
  position: relative;
  overflow: hidden;
}

.thumbnail-date {
  float: right;
  color: #999;
  font-family: Oxygen, sans-serif;
  font-size: 12px;
  line-height: 35px;
  display: inline-block;
}

.thumbnail-date.lite {
  color: #ffffffb3;
  font-size: 12px;
}

.author-img {
  float: left;
  border-radius: 60px;
  width: 26px;
  margin-top: 5px;
  margin-bottom: 0;
  margin-right: 10px;
  position: static;
  bottom: 10px;
  right: 10px;
}

.thumb-details {
  background-color: #fcfcfc;
  border-top: 1px solid #efefef;
  padding: 6px 13px;
}

.preview-text {
  color: #7a7a7a;
  height: 40px;
  font-family: Oxygen, sans-serif;
  font-size: 13px;
  line-height: 19px;
  overflow: hidden;
}

.author-title {
  float: left;
  color: #999;
  font-family: Oxygen, sans-serif;
  font-size: 12px;
  line-height: 35px;
}

.author-title.lite {
  color: #ffffffb3;
  font-size: 12px;
}

.container {
  width: 1100px;
  max-width: 100%;
  margin-bottom: 30px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.section-heading {
  text-align: center;
}

.med-divider {
  background-color: #dedede;
  width: 20%;
  height: 1px;
  margin: 16px auto;
  list-style-type: lower-alpha;
  display: block;
}

.white {
  color: #efefef;
}

.form-wrapper {
  width: 500px;
  margin: 20px auto 80px;
  display: block;
}

.field {
  float: left;
  color: #4d565d;
  border: 1px #000;
  border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
  width: 75%;
  height: 50px;
  font-size: 15px;
}

.submit-button {
  background-color: #ffffff47;
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  width: 25%;
  height: 50px;
  font-family: Oxygen, sans-serif;
  transition: background-color .35s, color .35s;
}

.submit-button:hover {
  background-color: #dd783f;
}

.footer-section {
  background-color: #0009;
  border-top: 1px solid #ffffff1f;
  padding-top: 27px;
  padding-bottom: 27px;
}

.footer-link {
  float: none;
  color: #fff9;
  letter-spacing: 1px;
  text-transform: uppercase;
  padding: 3px 0 3px 20px;
  font-family: Oxygen, sans-serif;
  font-size: 11px;
  font-weight: 300;
  line-height: 26px;
  text-decoration: none;
  transition: color .35s;
  display: inline-block;
}

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

.thumbnail-image {
  background-color: #d6d6d6;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-size: cover;
  width: 100%;
  height: 150px;
  margin-top: 0;
  margin-bottom: 0;
  display: block;
}

.featured-wrapper {
  border-radius: 3px;
  transition: transform .2s;
  display: block;
  position: relative;
  overflow: hidden;
}

.featured-wrapper:hover {
  transform: translate(0, -5px);
}

.featured-text {
  background-image: linear-gradient(#00000008, #0009 46%, #000000c2);
  padding: 60px 20px 62px;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}

.featured-title {
  color: #fff;
  text-align: left;
  margin-bottom: 4px;
  padding-right: 20px;
  font-size: 27px;
  line-height: 30px;
  display: block;
}

.category-tag-2 {
  z-index: 10;
  color: #fff;
  text-transform: uppercase;
  background-color: #5cc489;
  border-radius: 2px;
  padding: 7px 9px 6px;
  font-family: Oxygen, sans-serif;
  font-size: 12px;
  font-weight: 400;
  line-height: 13px;
  position: absolute;
  top: 20px;
  left: 20px;
}

.featured-description {
  color: #ffffffb3;
  text-align: left;
  padding-right: 44px;
  font-family: Oxygen, sans-serif;
  font-size: 14px;
  line-height: 25px;
}

.featured-details {
  padding: 10px 20px 15px;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}

.featured-image {
  background-image: url('../images/3f4eb74a.jpg');
  background-position: 50%;
  background-size: cover;
  border-radius: 3px;
  height: 280px;
  margin-top: 0;
  margin-bottom: 0;
  position: static;
  inset: 0;
}

.blog-date {
  color: #999;
  margin-bottom: 2px;
  margin-left: 10px;
  margin-right: 10px;
  line-height: 25px;
  display: inline-block;
}

.blog-category {
  color: #d25f7c;
  text-transform: uppercase;
  border-radius: 2px;
  margin-left: 10px;
  margin-right: 10px;
  padding: 6px;
  text-decoration: none;
  display: inline-block;
}

.author-link {
  width: 100px;
  height: 100px;
  margin-left: auto;
  margin-right: auto;
  transition: transform .2s;
  display: block;
}

.author-link:hover {
  transform: scale(1.02);
}

.author-wrapper {
  text-align: center;
  width: 70%;
  margin-top: 30px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.author-name {
  color: #353535;
  text-align: center;
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 17px;
  font-style: italic;
  font-weight: 600;
  text-decoration: none;
  transition: color .2s;
  display: block;
}

.author-name:hover {
  color: #243039;
}

.inner-hero {
  text-align: center;
  background-image: url('../images/DALg.png');
  background-position: 50%;
  background-size: cover;
  height: 300px;
  padding-top: 125px;
  position: relative;
}

.inner-hero.about-page {
  background-image: linear-gradient(#fff0, #000 76%, #000), url('../images/DALL·E-2022-08-14-06.26.51.png');
  background-position: 0 0, 50%;
  background-size: auto, cover;
}

.inner-hero.category {
  background-image: url('../images/DALL·E-2022-08-14-06.02.20.png');
  background-size: cover;
}

.author-picture {
  float: left;
  border-radius: 6px;
  width: 300px;
  margin-bottom: 17px;
  margin-right: 25px;
  display: inline-block;
  position: relative;
  bottom: 0;
  left: 0;
}

.author-name-main {
  margin-top: 30px;
  margin-bottom: 10px;
  display: block;
}

.authorbio p {
  margin-bottom: 15px;
  font-size: 18px;
  line-height: 29px;
}

.author-links {
  opacity: .7;
  width: 25px;
  height: 25px;
  margin-right: 15px;
  padding: 1px 0;
  transition: opacity .4s;
}

.author-links:hover {
  opacity: 1;
}

.social-wrapper {
  margin-bottom: 8px;
}

.hero-header {
  color: #fff;
  font-size: 50px;
  font-weight: 400;
}

.hero-header._465 {
  font-size: 22px;
}

.blog-thumbnail {
  min-height: 100%;
  margin-bottom: 13px;
  padding: 6px 12px;
  display: block;
}

.footer-logo {
  text-decoration: none;
}

.hero-blog {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-size: cover;
  height: 300px;
}

.smallest-divider {
  background-color: #dedede;
  width: 50px;
  height: 2px;
  margin: 10px auto;
  display: block;
}

.author-bio {
  text-align: center;
  width: 80%;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.author-bio p {
  font-size: 13px;
  line-height: 21px;
}

.social-link {
  opacity: .82;
  width: 20px;
  margin-left: 5px;
  margin-right: 5px;
  transition: opacity .2s;
  display: inline-block;
}

.social-link:hover {
  opacity: .45;
}

.blog-post {
  color: #fff;
  width: 85%;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.featuredthumbnail {
  padding-top: 7px;
  padding-bottom: 7px;
}

.nav-link {
  opacity: .7;
  color: #fff;
  letter-spacing: .6px;
  text-transform: uppercase;
  padding: 10px 20px;
  font-family: Oxygen, sans-serif;
  font-size: 12px;
  font-weight: 300;
  transition: opacity .2s, transform .2s;
  display: inline-block;
}

.nav-link:hover {
  opacity: 1;
  color: #fff;
  transform: translate(0, -2px);
}

.nav-link.w--current {
  opacity: 1;
  color: #fff;
}

.view-all {
  color: #fff9;
  margin-bottom: 13px;
  padding-left: 18px;
  padding-right: 18px;
  text-decoration: none;
  transition: color .3s;
}

.full-divide {
  background-color: #dedede;
  width: 100%;
  height: 1px;
  margin-top: 30px;
  margin-bottom: 30px;
}

.author-photo {
  border-radius: 100%;
  margin-top: 0;
  margin-bottom: 0;
}

.social-icon {
  margin-top: 0;
  margin-bottom: 0;
}

.category-section {
  background-color: #0f112500;
  background-image: linear-gradient(#2c1f5c00, #12145e4d 46%, #000 83%);
  border-bottom: 1px solid #e0e0e0;
  padding-top: 78px;
  padding-bottom: 9px;
  display: none;
}

.category-link {
  color: #768088;
  text-align: center;
  border-radius: 20px;
  margin-right: 1px;
  padding-top: 13px;
  padding-bottom: 13px;
  text-decoration: none;
  transition: all .2s;
  display: block;
}

.category-link:hover {
  color: #243039;
  background-color: #f0f0f0;
}

.dark-overlay {
  z-index: 0;
  opacity: .23;
  height: 100%;
  text-shadow: none;
  background-color: #000;
  transition: background-color .4s;
  position: absolute;
  inset: 0;
}

.footer-links {
  text-align: right;
}

.category-block {
  padding: 10px;
  text-decoration: none;
  display: block;
}

.category-thumbnail {
  color: #fff;
  text-align: center;
  text-shadow: 1px 1px 6px #00000063;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-size: cover;
  border-radius: 3px;
  height: 140px;
  padding: 57px 30px 30px;
  font-size: 23px;
  text-decoration: none;
  position: relative;
  overflow: hidden;
}

.category-name, .hero-wrapper {
  z-index: 10;
  position: relative;
}

.field-label {
  color: #9578ff;
  font-family: Oxygen, sans-serif;
  font-weight: 400;
}

.contact-field {
  border-radius: 2px;
  height: 50px;
  padding-bottom: 9px;
  font-family: Oxygen, sans-serif;
}

.contact-field:focus {
  color: #243039;
  border: 1px solid #5cc489;
}

.contact-field.message {
  height: 150px;
}

.social-text {
  color: #243039;
  background-image: url('../images/social-18.svg');
  background-position: 0;
  background-repeat: no-repeat;
  background-size: 15px;
  padding-top: 7px;
  padding-bottom: 7px;
  padding-left: 26px;
  font-size: 14px;
  text-decoration: none;
  transition: color .3s;
  display: block;
}

.social-text.facebook {
  background-image: url('../images/social-03.svg');
  background-size: 15px;
}

.social-text.instagram {
  color: #9578ff;
  background-image: url('../images/social-07.svg');
  background-size: 15px;
  transition: opacity .2s, color .3s;
}

.success-message {
  color: #fff;
  background-color: #5cc489;
  border-radius: 3px;
  padding-top: 27px;
}

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

.section-title {
  color: #9993d9;
  letter-spacing: 2px;
  margin-top: 60px;
  font-size: 20px;
  font-weight: 400;
  line-height: 27px;
}

.blog-post-title {
  color: #fff;
  margin-top: 0;
  margin-bottom: 7px;
}

.paragraph {
  color: #cad4ff;
}

.rich-text-block {
  color: #ccc7ff;
}

.heading, .heading-2 {
  color: #9578ff;
}

.body {
  color: #fff;
  background-color: #05060700;
}

.socialbutton {
  width: 100%;
  margin-bottom: 20px;
}

.pdf {
  color: #bb69ff;
  text-align: center;
  text-transform: uppercase;
  white-space: pre-line;
  direction: ltr;
  font-size: 25px;
  position: relative;
}

.pdf:hover {
  color: #00b2ff;
}

.columns, .column {
  overflow: hidden;
}

.utility-page-wrap {
  justify-content: center;
  align-items: center;
  width: 100vw;
  max-width: 100%;
  height: 100vh;
  max-height: 100%;
  display: flex;
}

.utility-page-content {
  text-align: center;
  flex-direction: column;
  width: 260px;
  display: flex;
}

.utility-page-form {
  flex-direction: column;
  align-items: stretch;
  display: flex;
}

.body-2 {
  background-color: #000;
}

.container-2 {
  color: #d8d8d8;
  background-color: #3c00ff;
  border-radius: 20px;
}

.made-by-flex {
  align-items: center;
  display: flex;
}

.color-name-6 {
  z-index: 20;
  transition: all .2s;
  position: absolute;
  inset: 0%;
}

.in-2023-text {
  color: #ffffffb3;
  margin-bottom: 32px;
  font-size: 22px;
  font-weight: 500;
  line-height: 1;
}

.dot3-2022 {
  width: 1000px;
  position: absolute;
  inset: 0%;
}

.intro-heading {
  font-size: 32px;
  font-weight: 700;
}

.outline-spec-5 {
  position: absolute;
  inset: 0%;
}

.card-badge-text {
  color: #fff;
  font-weight: 500;
}

.color-name-7 {
  z-index: 20;
  position: absolute;
  inset: 0%;
}

.product-card-content {
  flex-direction: column;
  align-items: center;
  display: flex;
}

.app-illustration {
  width: 100%;
}

.color-name-5 {
  z-index: 20;
  transform-style: preserve-3d;
  transition: opacity .2s;
  position: absolute;
  inset: 0%;
  transform: rotateX(0)rotateY(-180deg)rotateZ(0);
}

.color-swatch-1 {
  z-index: 1;
  width: 250px;
  transition: all .2s;
  position: absolute;
  top: 418px;
  left: 155px;
}

.outline-spec-relative {
  width: 500px;
  transition: opacity .2s;
  position: relative;
  top: 56px;
  left: -10px;
  transform: rotate(-2deg);
}

.automation-toast {
  background-color: #222;
  border: .7px solid #0000001a;
  border-radius: 8px;
  justify-content: center;
  align-items: center;
  padding: 10px 18px;
  display: flex;
  box-shadow: 0 6px 23px #0003, 0 8px 10px #00000026;
}

.ui-add-icon {
  width: 40px;
  margin-right: -8px;
}

._2022-flex {
  justify-content: flex-start;
  align-items: center;
  display: flex;
  position: relative;
}

.airtable-img-3 {
  flex: 1;
  width: 100%;
  min-width: 100%;
  height: 100%;
  margin-right: -40px;
  position: relative;
}

.end-max-width {
  width: 77vw;
  max-width: 980px;
  margin-left: auto;
  margin-right: auto;
}

.ui-settings-icon {
  width: 40px;
}

.made-by-diagram-logo {
  opacity: .4;
  width: 22px;
}

.figma-icon {
  width: 56px;
}

.diagram-text {
  color: #0006;
  margin-left: 6px;
  font-size: 20px;
  font-weight: 500;
  line-height: 1;
}

.color-name-2 {
  width: 250px;
}

.i-2022 {
  width: 1000px;
}

._22-span {
  color: #0003;
  font-size: 32px;
  font-weight: 700;
  line-height: 1;
  position: absolute;
  inset: -12% -24% auto auto;
}

.app-inner {
  margin-top: 48px;
}

.app-button {
  background-color: #000;
  border-radius: 48px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-left: 16px;
  margin-right: 16px;
  padding-top: 16px;
  padding-bottom: 16px;
  display: flex;
  position: absolute;
  inset: auto 0% 16px;
}

.intro-text-flex {
  z-index: 9;
  flex-direction: column;
  align-items: center;
  display: flex;
  position: relative;
}

.color-name-4 {
  width: 250px;
}

.countries-heading {
  color: #fff;
  font-size: 120px;
  font-weight: 900;
  line-height: 1em;
}

.stat-heading {
  color: #fff;
  font-size: 64px;
  font-weight: 900;
}

.wrapped-text {
  color: #fff;
  margin-left: 8px;
  font-size: 20px;
  font-weight: 700;
}

.outline-spec-2 {
  position: absolute;
  inset: 0%;
}

.app-heading {
  text-align: center;
  margin-top: 40px;
  margin-bottom: 16px;
  font-size: 24px;
  font-weight: 700;
  line-height: 1;
}

.color-swatch-6 {
  width: 250px;
  position: absolute;
  top: 598px;
  left: 226px;
}

.automator-ui-name-large {
  color: #333;
  letter-spacing: .2px;
  margin-left: 16px;
  font-size: 28px;
  font-weight: 600;
  line-height: 1;
}

.airtable-img-5 {
  flex: 1;
  width: 100%;
  min-width: 100%;
  height: 100%;
  margin-right: -40px;
  position: relative;
}

.color-swatch-2 {
  width: 250px;
  transition: all .2s;
  position: absolute;
  top: 418px;
  left: 155px;
}

._0-2022 {
  width: 1000px;
  position: absolute;
  inset: 0%;
}

.figma-com-button-text {
  color: #fff;
  font-size: 24px;
  font-weight: 700;
  line-height: 1;
}

.figma-com-button-text.stat {
  color: #d4eafd;
  margin-left: 32px;
  font-size: 24px;
}

.actions-heading {
  color: #fff;
  font-size: 120px;
  font-weight: 900;
  line-height: 1em;
}

.figma-community-button {
  background-color: #7444f8;
  border: 3.8px solid #00000014;
  border-radius: 12px;
  padding: 20px 24px;
  text-decoration: none;
  transition: box-shadow .2s cubic-bezier(.39, .575, .565, 1);
  display: flex;
  box-shadow: 0 10px 10px -5px #0000000a, 0 20px 24px -5px #0000001a;
}

.figma-community-button:hover {
  box-shadow: 0 20px 28px -5px #0000001a, 0 30px 40px -5px #0000001a;
}

.automator-ui-heading {
  color: #333;
  letter-spacing: .4px;
  margin-right: 16px;
  font-size: 14px;
  font-weight: 600;
  line-height: 1;
}

.automator-ui-heading.disabled {
  color: #b2b2b2;
  font-weight: 500;
}

.automator-ui-heading.search {
  color: #b2b2b2;
  margin-right: 0;
  font-weight: 400;
}

.automator-ui-heading.automation-name {
  cursor: pointer;
  font-weight: 400;
  text-decoration: none;
}

.section-home {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 100vh;
  display: flex;
}

.arrow-graphic-absolute {
  z-index: 0;
  width: 270px;
  position: relative;
  inset: auto auto -164px -315px;
}

.figma-button {
  z-index: 1000;
  background-color: #2c2c2c;
  border: 2.5px solid #444;
  border-radius: 100%;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 68px;
  height: 68px;
  transition: box-shadow .2s, border .2s;
  display: flex;
  position: fixed;
  inset: auto 28px 28px auto;
  box-shadow: 0 8px 8px #0003;
}

.figma-button:hover {
  border-color: #747474;
  box-shadow: 0 4px 8px #0003;
}

.color-swatch-3 {
  width: 250px;
  position: absolute;
  top: 491px;
  left: 945px;
}

.automation-text {
  color: #fff;
  letter-spacing: -.1px;
  margin-left: 10px;
  font-size: 18px;
  font-weight: 400;
}

.paragraph-product-card {
  color: #333c;
  text-align: center;
  margin-top: 4px;
  margin-bottom: 12px;
  font-weight: 500;
}

.paragraph-product-card.dark {
  color: #d1d1d1;
  text-align: center;
  margin-top: 8px;
}

._2-1-2022 {
  width: 1000px;
  position: absolute;
  inset: 0%;
}

.automator-logo {
  border-radius: 100%;
  width: 140px;
}

.automator-logo.large {
  z-index: 10;
  width: 220px;
  position: absolute;
  left: -32px;
  box-shadow: 0 8px 10px #00000024, 0 6px 10px -2px #0000001a;
}

.automator-logo.back {
  z-index: -50;
  filter: saturate() blur(5px);
  position: absolute;
}

.automator-logo.back:hover {
  filter: saturate(333%) blur(16px);
}

.tooltip-text {
  color: #fff;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: 500;
  line-height: 1;
}

.automator-toast-logo {
  width: 26px;
}

.cta-text {
  color: #fff;
  margin-bottom: 24px;
  font-size: 22px;
  font-weight: 500;
  line-height: 1;
}

.airtable-img-6 {
  flex: 1;
  width: 100%;
  min-width: 100%;
  height: 100%;
  margin-right: -40px;
  position: relative;
}

.in-2022-relative {
  position: relative;
}

.tooltip-arrow {
  margin-top: auto;
  margin-bottom: auto;
  position: absolute;
  inset: 34% auto auto -8px;
}

.tooltip-arrow.bottom {
  width: 20px;
  margin-left: auto;
  margin-right: auto;
  position: absolute;
  inset: auto 0% 5px;
}

.outline-spec-4 {
  position: absolute;
  inset: 0%;
}

.automator-ui-stat-large {
  color: #f8800e;
  letter-spacing: -1px;
  margin-right: 0;
  font-size: 40px;
  font-weight: 900;
  line-height: 1;
  text-decoration: none;
}

.automator-ui-stat-large.red {
  color: #f24822;
  letter-spacing: -.5px;
  margin-right: 16px;
}

.automator-ui-stat-large.green {
  color: #1bc47d;
  letter-spacing: -.5px;
  margin-right: 16px;
}

.automator-ui-stat-large.purple {
  color: #7b61ff;
  letter-spacing: -.5px;
  margin-right: 16px;
}

.automator-ui-stat-large.blue {
  color: #3295fc;
  letter-spacing: -.5px;
  margin-right: 16px;
}

.automator-ui-stat-large.orange {
  letter-spacing: -.5px;
  margin-right: 16px;
}

.intro-flex {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-top: -24px;
  display: flex;
}

.scroll-indicator-flex {
  z-index: 200;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 24px;
  display: flex;
  position: absolute;
  inset: auto 0% 0%;
}

.end-heading {
  color: #fff;
  margin-bottom: 20px;
  font-size: 56px;
  font-weight: 900;
  display: flex;
}

.card-section {
  margin-top: 80px;
}

.automator-ui-heading-large {
  color: #333;
  letter-spacing: .2px;
  margin-right: 16px;
  font-size: 28px;
  font-weight: 600;
  line-height: 1;
  text-decoration: none;
}

.automator-ui-heading-large.medium {
  margin-left: 8px;
  font-weight: 400;
}

.counter-figma {
  color: #fff;
  text-align: center;
  max-width: none;
  font-size: 120px;
  font-weight: 900;
  line-height: 1em;
}

.figma-ui {
  border-radius: 10px;
  box-shadow: 0 25px 80px 9px #00000061;
}

.automator-logo-product-card {
  width: 40px;
  margin-bottom: 12px;
}

.automator-logo-product-card.aviara {
  filter: none;
}

.arrow-absolute {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  inset: 0%;
}

.automator-wrapped-fixed {
  z-index: 100;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 24px;
  display: flex;
  position: fixed;
  inset: auto 0% 0%;
}

.lottie-animation {
  filter: grayscale();
  mix-blend-mode: hard-light;
  width: 40px;
}

.color-swatch-5 {
  width: 250px;
  position: absolute;
  top: 599px;
  left: 901px;
}

.toast-relative {
  margin-top: 32px;
  position: relative;
}

.card-info-top {
  flex-direction: row;
  align-items: center;
  margin-bottom: 16px;
  display: flex;
}

.ui-search-icon {
  width: 40px;
  margin-left: -12px;
}

.wrapped-span {
  color: #fff;
  font-weight: 500;
}

.outline-spec-6 {
  position: absolute;
  inset: 0%;
}

.light-to-dark-app {
  z-index: 20;
  background-color: #fff;
  border-radius: 32px;
  width: 256px;
  height: 555px;
  padding: 16px;
  transition: all .1s cubic-bezier(.6, -.28, .735, .045), transform .2s cubic-bezier(.17, -.069, .275, 1.036);
  position: absolute;
  inset: auto 140px 355px auto;
  box-shadow: 0 16px 32px -8px #00000040;
}

.ui-close-icon-large {
  width: 80px;
  margin-right: -8px;
}

.ui-mobile-blocker {
  z-index: 100;
  display: none;
  position: absolute;
  inset: 0%;
}

.product-card-image {
  border-radius: 8px;
  min-width: 535px;
  position: absolute;
  left: 40px;
  box-shadow: -3px -2px 9px #0000001a;
}

.product-card-image.magician {
  min-width: 279px;
  box-shadow: none;
  border-radius: 11px;
}

.product-card-image.dark {
  box-shadow: -3px -2px 9px #0000004a;
}

.paragraph-card-link {
  color: #333;
  margin-top: 4px;
  margin-bottom: 12px;
  font-weight: 500;
}

.paragraph-card-link.dark {
  color: #fff;
}

.section-header {
  z-index: 1000;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-top: 24px;
  display: flex;
  position: relative;
}

.section-header.figma {
  margin-top: 104px;
}

.section-header.last {
  align-items: flex-start;
}

.section-header.purple {
  margin-top: 8px;
}

.div-block {
  display: flex;
}

.app-image-relative {
  position: relative;
}

.section-vh {
  height: 100vh;
}

.section-vh.blue {
  background-color: #09091a;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 120vh;
  min-height: 1100px;
  display: flex;
  overflow: hidden;
}

.section-vh.orange {
  background-color: #0b0f1300;
  background-image: linear-gradient(#0000, #000 26% 66%, #0000);
  border-radius: 40px 40px 0 0;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 120vh;
  min-height: 1100px;
  display: flex;
  overflow: hidden;
}

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

.section-vh.flex-center.yellow {
  width: 100vw;
  height: auto;
  position: relative;
  overflow: hidden;
}

.section-vh.end {
  background-color: #333;
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  min-height: 1100px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.section-vh.purple {
  background-color: #7b61ff00;
  background-image: linear-gradient(161deg, #0000 26%, #09091a 68%);
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  height: 100vh;
  min-height: 1100px;
  margin-top: 0;
  display: flex;
  position: relative;
  overflow: hidden;
}

.section-vh.red {
  background-color: #0000;
  background-image: none;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 120vh;
  min-height: 1100px;
  display: flex;
  position: relative;
}

.section-vh.green {
  object-fit: fill;
  background-color: #1bc47d00;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  height: 3vh;
  min-height: 1220px;
  display: flex;
  position: relative;
  overflow: visible;
}

.automator-ui-name {
  color: #333;
  letter-spacing: .3px;
  margin-left: 10px;
  font-size: 14px;
  font-weight: 600;
  line-height: 1;
}

.stat-heading-small {
  color: #fff;
  margin-top: 28px;
  font-size: 28px;
  font-weight: 700;
}

.stat-heading-small.refactor {
  text-align: center;
  margin-top: 20px;
  font-size: 28px;
  line-height: 1.4;
}

.airtable-img-4 {
  flex: 1;
  width: 100%;
  min-width: 100%;
  height: 100%;
  margin-right: -40px;
  position: relative;
}

.automations-right {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  transition: opacity .2s;
  display: flex;
  position: absolute;
  inset: 0% 0% 0% auto;
}

.dot2-2022 {
  width: 1000px;
  position: absolute;
  inset: 0%;
}

.app-illustration-2 {
  width: 100%;
  position: absolute;
  inset: 0%;
}

.wrapped-span-small {
  color: #ffffffb3;
  font-weight: 500;
}

.ui-blocker {
  z-index: 10;
  height: 44px;
  display: block;
  position: absolute;
  inset: 204px 0% auto;
}

.counter-ran {
  color: #fff;
  font-size: 120px;
  font-weight: 900;
  line-height: 1em;
}

.counter-ran.kj {
  text-align: center;
}

.card-avi {
  border-radius: 100%;
  width: 40px;
}

.automator-ui {
  z-index: 10;
  background-color: #fff;
  border: .5px solid #0003;
  border-radius: 4px;
  width: 316px;
  height: 520px;
  transition: box-shadow .3s ease-out;
  position: relative;
  box-shadow: 0 20px 25px -5px #00000042, 0 10px 10px -5px #0000000a;
}

.automator-ui:hover {
  box-shadow: 0 40px 32px -5px #00000029, 0 10px 10px -5px #0000000a;
}

.n-2022 {
  width: 1000px;
  position: absolute;
  inset: 0%;
}

.airtable-img-1 {
  z-index: 2;
  flex: 1;
  width: 100%;
  min-width: 100%;
  height: 100%;
  margin-right: -40px;
  position: relative;
}

.color-name-3 {
  width: 250px;
}

.automations-left {
  z-index: 0;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  inset: 0% auto 0% 0%;
}

.app-paragraph {
  text-align: center;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.4;
}

.ui-row-large {
  border-bottom: 1.5px solid #0000001a;
  justify-content: space-between;
  align-items: center;
  height: 100px;
  padding: 10px 16px;
  display: flex;
}

.automator-wrapped-flex {
  justify-content: center;
  align-items: center;
  display: flex;
}

.made-by-diagram {
  z-index: 12;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 24px;
  display: flex;
  position: absolute;
  inset: auto 0% 0%;
}

.product-card {
  background-color: #085a02;
  background-image: linear-gradient(#000000b8, #0000 54%);
  border-radius: 40px;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  width: 340px;
  min-width: 340px;
  min-height: 100%;
  max-height: 533px;
  margin-right: 24px;
  padding: 80px 24px;
  text-decoration: none;
  transition: all .2s, box-shadow .2s, transform .2s;
  display: flex;
  overflow: hidden;
  box-shadow: inset 0 2px 13px 6px #e0e0e02e, 0 4px 4px #0000003d;
}

.product-card:hover {
  transform: scale(1.01);
  box-shadow: 0 10px 16px 2px #0000003d;
}

.product-card.last {
  min-height: 533px;
  box-shadow: none;
  cursor: pointer;
  background-color: #0000;
  background-image: url('../images/-bg.svg');
  background-position: 50%;
  background-size: cover;
  border: 4px dashed #5c5c5c;
  margin-left: 24px;
  margin-right: 2vw;
  transition: none;
}

.product-card.last:hover {
  transform: none;
}

.product-card.magician {
  background-color: #f09f42;
  background-image: linear-gradient(#0c0c0c, #0000 92%), linear-gradient(#000000b8, #0000 54%);
  margin-left: 24px;
  margin-right: 0;
}

.product-card.middle {
  background-color: #1a1a1a;
  background-image: linear-gradient(#f8c200, #f86c00 10%, #f10304 54%, #f10099 79%, #7000f1);
  margin-right: 0;
}

.automator-icos {
  width: 82px;
}

.counter-figma-copy {
  color: #fff;
  text-align: center;
  max-width: none;
  font-size: 120px;
  font-weight: 900;
  line-height: 1em;
}

._2-3-2022 {
  width: 1000px;
  position: absolute;
  inset: 0%;
}

.outline-spec-3 {
  position: absolute;
  inset: 0%;
}

.made-by-text {
  color: #0006;
  margin-right: 8px;
  font-size: 20px;
  font-weight: 400;
  line-height: 1;
}

.cta-section {
  flex-direction: column;
  align-items: center;
  width: 100%;
  margin-top: 40px;
  display: flex;
}

.color-swatch-4 {
  width: 250px;
  position: absolute;
  top: 721px;
  left: -21px;
}

.end-paragraph {
  color: #d1d1d1;
  margin-top: 4px;
  margin-bottom: 12px;
  font-size: 22px;
  font-weight: 500;
  line-height: 28px;
}

.automation-text-complete {
  color: #fff;
  letter-spacing: -.1px;
  margin-left: 10px;
  font-size: 18px;
  font-weight: 400;
  display: none;
  position: absolute;
  inset: 0%;
}

.automation-name-flex {
  z-index: 2;
  justify-content: space-between;
  align-items: center;
  display: flex;
  position: relative;
}

.map-section {
  width: 100%;
  margin-top: 40px;
}

.logo-white {
  width: 22px;
}

.tooltip {
  background-color: #fff;
  border-radius: 10px;
  justify-content: flex-start;
  align-items: center;
  min-width: 100px;
  max-width: 200px;
  min-height: 42px;
  padding: 12px 16px;
  display: flex;
  box-shadow: 4px 4px 14px #080f340a, 1px 1px 1px #170f490a, 0 0 1px #170f4908;
}

.tooltip.center {
  perspective-origin: 50% 100%;
  transform-origin: 50% 100%;
  text-align: center;
  background-color: #2c2c2c;
  border-radius: 7px;
  justify-content: center;
  min-width: 110px;
  min-height: auto;
  padding: 8px;
  box-shadow: 0 6px 6px #080f340a, 0 2px 2px #0003;
}

.color-name-div {
  width: 250px;
  margin-bottom: -36px;
  margin-left: -36px;
  transition: opacity .2s;
  position: relative;
}

.automations-ran-section {
  z-index: 10;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-top: 141px;
  display: flex;
}

.automator-ui-logo {
  width: 20px;
}

.product-scroll-wrapper {
  flex-wrap: nowrap;
  align-items: flex-start;
  width: 100%;
  padding-top: 40px;
  padding-bottom: 40px;
  padding-left: 11vw;
  display: flex;
  overflow: scroll;
}

.figma-ui-section {
  max-width: 1100px;
  margin-left: auto;
  margin-right: auto;
  position: absolute;
  inset: auto 0% -20px;
}

.product-image-flex {
  width: 100%;
  height: 192px;
  margin-top: 24px;
  position: relative;
}

.automator-ui-logo-large {
  width: 40px;
}

.ui-row {
  border-bottom: 1.5px solid #0000001a;
  justify-content: space-between;
  align-items: center;
  padding: 6px 16px;
  display: flex;
}

.ui-row.search {
  margin-bottom: 0;
}

.ui-row.automation {
  border-bottom-style: none;
  padding-top: 10px;
  padding-bottom: 10px;
  text-decoration: none;
  position: relative;
}

.cards-row {
  display: flex;
}

.cards-row.top {
  margin-bottom: 24px;
}

.automator-ui-large {
  z-index: 10;
  background-color: #fff;
  border: .5px solid #0003;
  border-radius: 6px 6px 0 0;
  width: 600px;
  height: 720px;
  margin-left: auto;
  margin-right: auto;
  transition: box-shadow .3s ease-out;
  position: absolute;
  inset: auto 0% -1%;
  box-shadow: 0 -10px 90px -5px #00000029;
}

.logo-blocker {
  z-index: 20;
  display: none;
  position: absolute;
  inset: 0%;
}

.automation-toast-ran {
  z-index: 1;
  background-color: #222;
  border: .7px solid #0000001a;
  border-radius: 8px;
  justify-content: center;
  align-items: center;
  max-width: 284px;
  margin-left: auto;
  margin-right: auto;
  padding: 10px 18px;
  display: flex;
  position: absolute;
  inset: auto 0% 0%;
  box-shadow: 0 6px 23px #0003, 0 8px 10px #00000026;
}

.tooltip-float-twitter {
  min-height: 42px;
  margin-top: auto;
  margin-bottom: auto;
  display: none;
  position: absolute;
}

.tooltip-float-twitter.top {
  display: block;
  inset: auto auto 67px -24px;
}

.download-text {
  color: #fff;
  font-size: 18px;
  font-weight: 500;
  line-height: 24px;
}

.diagram-logo-flex {
  align-items: center;
  text-decoration: none;
  display: flex;
}

.paragraph-2 {
  color: #fff;
  font-size: 18px;
  line-height: 24px;
}

.icons-absolute {
  z-index: 0;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  transition: all .2s;
  display: flex;
  position: absolute;
  inset: 280px 0% 0%;
}

.airtable-relative {
  flex-direction: column;
  flex: 1;
  justify-content: center;
  align-items: center;
  min-width: 100%;
  margin-left: -20px;
  display: flex;
  position: relative;
}

.icons-grid {
  grid-column-gap: 96px;
  grid-row-gap: 96px;
  grid-template-rows: auto auto auto auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  place-items: center;
  transition: all .2s;
  display: grid;
  position: relative;
}

.color-names-relatve {
  z-index: 10;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  transition: opacity .2s;
  display: grid;
  position: absolute;
  bottom: 500px;
  left: 64px;
}

.map-img {
  width: 100%;
  max-width: 1200px;
}

.icon-resize {
  width: 32px;
}

.start-text {
  color: #fff;
  font-size: 24px;
  font-weight: 500;
  position: absolute;
}

._2-2-2022 {
  width: 1000px;
  position: absolute;
  inset: 0%;
}

.ui-close-icon {
  width: 40px;
  margin-right: -8px;
}

.airtable-flex {
  z-index: 0;
  width: 270px;
  display: flex;
  position: relative;
  top: 100px;
  left: -764px;
}

.counter-countries {
  color: #fff;
  font-size: 120px;
  font-weight: 900;
  line-height: 1em;
}

.card-badge {
  background-color: #0000001f;
  border-radius: 48px;
  margin-left: 12px;
  padding: 8px 16px;
}

.color-name-1 {
  margin-bottom: -24px;
  position: relative;
}

.color-name-8 {
  z-index: 20;
  position: absolute;
  inset: 0%;
}

.card-title {
  color: #fff;
  margin-bottom: 4px;
  font-size: 24px;
  font-weight: 700;
  line-height: 32px;
}

.ui-hover {
  z-index: 0;
  background-color: #f1f1f1;
  position: absolute;
  inset: 0%;
}

.app-button-text {
  color: #fff;
  font-size: 18px;
  font-weight: 500;
}

.card {
  background-color: #7b61ff;
  background-image: url('../images/Cell-Background-7_1Cell Background 7.webp');
  background-position: 0 0;
  background-size: cover;
  border-radius: 40px;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  width: 348px;
  min-width: 348px;
  min-height: 320px;
  margin-left: 16px;
  margin-right: 16px;
  padding: 40px;
  transition: all .4s, transform .25s cubic-bezier(.6, -.28, 0, -.215);
  display: flex;
  box-shadow: inset 0 2px 16px -1px #ffffff85, 0 2px 4px -1px #0009, 0 4px 6px -1px #0006;
}

.card:hover {
  transform: scale(1.07);
  box-shadow: inset 0 2px 30px 20px #ffffff42, 0 2px 4px -1px #0009, 0 4px 6px -1px #0006;
}

.card.green {
  background-color: #1bc47d;
}

.card.blue {
  background-color: #18a0fb;
}

.card.yellow {
  background-color: #f2bd00;
  box-shadow: 0 2px 4px -1px #0009, 0 4px 6px -1px #0000001a;
}

.card.red {
  background-color: #f24822;
}

.toast-text-relative {
  position: relative;
}

.airtable-img-2 {
  z-index: 1;
  flex: 1;
  width: 100%;
  min-width: 100%;
  height: 100%;
  margin-right: -40px;
  position: absolute;
}

.action-icon {
  opacity: 1;
  width: 70px;
}

.action-icon._1 {
  opacity: 0;
}

.counter-new {
  font-size: 120px;
}

.heading-product-card {
  color: #333;
  font-weight: 700;
  line-height: 32px;
}

.heading-product-card.dark {
  color: #fff;
}

.icon-flex {
  justify-content: space-between;
  width: 320px;
  margin-top: 40px;
  margin-bottom: 12px;
  display: flex;
}

.download-button {
  background-color: #ffffff3d;
  border-radius: 48px;
  padding: 12px 24px;
  text-decoration: none;
  transition: background-color .1s;
}

.download-button:hover {
  background-color: #0000001f;
}

.dot1-2022 {
  width: 1000px;
  position: absolute;
  inset: 0%;
}

.logo-relative {
  z-index: 10;
  filter: hue-rotate();
  border-radius: 100%;
  margin-bottom: 24px;
  transition: filter .333s, box-shadow .3s ease-out;
  position: relative;
  box-shadow: 0 6px 6px -2px #0000001a, 0 3px 4px #0000000d;
}

.logo-relative:hover {
  filter: hue-rotate(120deg);
  box-shadow: 0 12px 11px -2px #00000029, 0 3px 4px #0000000d;
}

.ui-search-flex {
  align-items: center;
  display: flex;
}

.automation-color-circle {
  background-color: #7b61ff;
  border-radius: 360px;
  width: 24px;
  height: 24px;
  margin-right: 10px;
}

.automation-color-circle.green {
  background-color: #1bc47d;
}

.automation-color-circle.purple {
  background-color: #ffda1a;
}

.automation-color-circle.orange {
  background-color: #f97f0f;
}

.automation-color-circle.blue {
  background-color: #18a0fb;
}

.automation-color-circle.red {
  background-color: #f24822;
}

.ui-tabs-flex {
  align-items: center;
  display: flex;
}

.bottom-heading {
  width: 100%;
  color: var(--peru);
  -webkit-text-stroke-color: var(--peru);
  mix-blend-mode: screen;
  margin-top: 0;
  margin-bottom: 0;
}

.bottom-heading._453645 {
  filter: hue-rotate(50deg);
}

.background-image {
  z-index: -1;
  filter: blur(4px);
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.container-3 {
  width: 90%;
  max-width: 1560px;
  margin-left: auto;
  margin-right: auto;
}

.hero-layout {
  width: 100%;
  height: 85svh;
  margin-bottom: 83px;
  padding: 0;
}

.text-small {
  opacity: .65;
  color: #fff;
  font-size: 14px;
  line-height: 20px;
}

.text-small.align-right {
  text-align: right;
  max-width: 16ch;
}

.arrow-button {
  filter: hue-rotate(244deg);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 3.5rem;
  height: 3.5rem;
  display: flex;
}

.cell-content {
  border: 1px solid #ffffff12;
  border-radius: 30px;
  flex-direction: column;
  justify-content: space-between;
  width: 100%;
  height: 100%;
  padding: 30px;
  display: flex;
  position: relative;
  overflow: hidden;
  box-shadow: 0 6px 20px #000, inset 0 1px 1px #fff3;
}

.cell-content.link {
  transition: all .3s cubic-bezier(.23, 1, .32, 1);
}

.cell-content.link:hover {
  border-color: #525b5e;
  box-shadow: 0 6px 20px #424a4c, inset 0 1px 1px #fff3;
}

.cell-content._541326 {
  filter: hue-rotate(236deg);
}

.div-block-2 {
  position: relative;
}

.div-block-3 {
  display: inline-block;
}

._0nxt {
  color: #fff;
  background-color: #000;
  border-radius: 20px;
  transition: all .2s;
  box-shadow: inset 0 3px 14px #ffffff40, 0 2px 5px 5px #00000070;
}

._0nxt:hover {
  color: #fff;
  text-shadow: 0 0 7px #fff;
  background-color: #1500ff;
  transform: scale(1.1);
  box-shadow: inset 0 3px 11px #ffffff52, 0 5px 13px 3px #00000070;
}

._0nxt:active {
  -webkit-text-stroke-width: 1px;
  background-color: #0084ff;
  font-weight: 400;
  transform: scale(1.2);
}

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

.shape-6 {
  background-color: #0e1266;
  border-radius: 999em;
  width: 66em;
  height: 60em;
  margin-left: auto;
  position: absolute;
  top: -19.7em;
  right: -34.8em;
  transform: rotate(60deg);
}

.shape-2 {
  background-color: #4323c4;
  border-radius: 999em;
  width: 43em;
  height: 40em;
  margin-left: auto;
  margin-right: auto;
  position: absolute;
  top: -20em;
  left: -27.4em;
  right: 0;
}

.main-shapes-wrapper {
  filter: blur(120px);
  position: relative;
}

.blending-group-wrapper {
  z-index: 1;
  filter: blur(120px);
  mix-blend-mode: overlay;
  position: relative;
}

.shape-4 {
  background-color: #79f69e;
  border-radius: 999em;
  width: 65em;
  height: 40em;
  margin-left: auto;
  position: absolute;
  top: -11.3em;
  left: 0;
  transform: rotate(40deg);
}

.section-ultra-gradients {
  justify-content: center;
  align-items: center;
  height: 100vh;
  min-height: 45em;
  display: flex;
  position: relative;
  overflow: hidden;
}

.section-ultra-gradients.is-first {
  z-index: -999;
  min-height: 100vh;
  position: fixed;
  inset: 0%;
}

.ultra-gradient-wrapper {
  background-color: #1b1b1b;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  height: 100%;
  font-size: 1vw;
  position: absolute;
  inset: 0%;
  overflow: hidden;
}

.shape-1 {
  background-color: #1a47b8;
  border-radius: 999em;
  width: 40em;
  height: 40em;
  margin-left: auto;
  margin-right: auto;
  position: absolute;
  top: -24.7em;
  left: 0;
  right: 0;
}

.background-noise {
  z-index: 0;
  opacity: .3;
  background-image: url('../images/noise.png');
  background-position: 50%;
  background-size: auto;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.shape-8 {
  background-color: #12297a;
  border-radius: 999em;
  width: 47em;
  height: 119em;
  margin-left: auto;
  margin-right: auto;
  position: absolute;
  top: -17.1em;
  left: 26.7em;
  right: 0;
  transform: rotate(29deg);
}

.shape-9 {
  background-color: #151122;
  border-radius: 999em;
  width: 30em;
  height: 119em;
  position: absolute;
  top: -5.3em;
  right: 1.2em;
  transform: rotate(39deg);
}

.shape-7 {
  background-color: #43df91;
  border-radius: 999em;
  width: 20em;
  height: 13em;
  margin-left: auto;
  margin-right: auto;
  position: absolute;
  top: -3.1em;
  left: 0;
  right: -23.8em;
  transform: rotate(40deg);
}

.shape-5 {
  background-color: #e75b5b;
  border-radius: 999em;
  width: 30em;
  height: 30em;
  margin-left: auto;
  margin-right: auto;
  position: absolute;
  top: -21.7em;
  left: 0;
  right: 0;
}

.shape-3 {
  background-color: #050222;
  border-radius: 999em;
  width: 53em;
  height: 100em;
  position: absolute;
  top: -19.8em;
  left: -26em;
  right: 0;
  transform: rotate(-28deg);
}

.checkbox---brix {
  z-index: 5;
  opacity: 1;
  cursor: pointer;
  border-width: 2px;
  border-color: #0000;
  border-radius: 16px;
  width: 100%;
  height: 100%;
  margin-top: 0;
  margin-left: 0;
  transition: border-color .35s, all .35s;
  position: absolute;
  inset: 0%;
  overflow: visible;
  box-shadow: 0 2px 6px 1px #13124212;
}

.checkbox---brix:hover {
  border-color: #bfbaff;
}

.checkbox---brix.w--redirected-checked {
  opacity: 1;
  background-color: #0000;
  background-image: none;
  border-width: 2px;
  border-color: #4a3aff;
}

.checkbox---brix.w--redirected-focus {
  border-width: 2px;
  border-color: #4a3aff;
  box-shadow: 0 4px 10px #1f255912;
}

.form-step-number---brix {
  color: #6f6c90;
  background-color: #eff0f6;
  border-radius: 50%;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 34px;
  height: 34px;
  margin-left: 18px;
  margin-right: 18px;
  font-size: 16px;
  display: flex;
}

.form-step-number---brix.completed---brix {
  color: #fff;
  background-color: #4a3aff;
  font-weight: 700;
}

.first-step-grid---brix {
  grid-column-gap: 28px;
  grid-row-gap: 44px;
}

.first-step-grid---brix.uniform-space---brix {
  grid-row-gap: 28px;
  overflow: visible;
}

.multi-step-form-radio-trigger---brix {
  color: #170f49;
  background-color: #fff;
  border: 2px solid #0000;
  border-radius: 16px;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 0;
  padding-left: 66px;
  padding-right: 32px;
  font-size: 18px;
  font-weight: 700;
  line-height: 1;
  transition: border-width .2s, border-color .2s;
  display: flex;
  position: absolute;
  inset: 0%;
  box-shadow: inset 0 4px 20px -1px #ffffff52, 0 2px 6px 2px #13124212;
}

.multi-step-form-radio-trigger---brix:hover {
  border-color: #bfbaff;
}

.slider---brix {
  background-color: #0000;
  max-width: 750px;
  height: 100%;
  padding-left: 10px;
  padding-right: 10px;
  position: relative;
}

.step-title-wrap---brix {
  margin-bottom: 40px;
}

.slide---brix {
  margin-right: 80px;
}

.submit-button---brix {
  background-color: #4a3aff;
  border-radius: 500px;
  padding: 20px 40px 21px;
  font-size: 18px;
  font-weight: 700;
  line-height: 1;
  transition: all .2s;
  box-shadow: 0 3px 12px #4a3aff2e;
}

.submit-button---brix:hover {
  transform: translate(0, -2px);
  box-shadow: 0 4px 10px #4a3aff4d;
}

.step-title---brix {
  color: #fff;
  margin-bottom: 8px;
  font-weight: 700;
}

.multi-step-form-error-message---brix {
  border-radius: 16px;
  margin-top: 140px;
  padding: 24px;
}

.title-container---brix {
  text-align: center;
  max-width: 518px;
}

.mask---brix {
  width: 100%;
  padding-left: 8px;
  padding-right: 8px;
  overflow: hidden;
}

.checkbox-item--brix {
  color: #170f49;
  background-color: #fff;
  border: 1px solid #0000;
  border-radius: 16px;
  align-items: center;
  min-height: 114px;
  max-height: 114px;
  margin-bottom: 0;
  padding: 25px;
  display: flex;
  position: relative;
  overflow: visible;
}

.submit-content-wrapper---brix {
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  max-width: 500px;
  margin: auto;
  display: flex;
}

.steps-bar---brix {
  align-items: center;
  padding-top: 44px;
  padding-bottom: 32px;
  display: flex;
}

.display-none {
  display: none;
}

.form-content---brix {
  color: #000;
  border-top: 1px solid #d9dbe9;
  padding-top: 64px;
  padding-bottom: 80px;
  overflow: visible;
}

.form-content---brix.ssffbs {
  border-radius: 20px;
  padding-top: 8px;
}

.form-content---brix.ssffbs::placeholder {
  color: #4a3aff;
  font-weight: 700;
}

.multi-step-form-wrapper---brix {
  flex-direction: column;
  align-items: center;
  max-width: 700px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.multi-step-foirm---success-message---brix {
  background-color: #fff;
  border-radius: 16px;
  min-height: 44vh;
  padding-top: 70px;
  padding-bottom: 70px;
  box-shadow: 38px 38px 34px #4a3aff03, 0 1px 26px #14142b05, 0 16px 26px #13124205;
}

.select-item-icon---brix {
  margin-right: 12px;
}

.multi-step-form-grid-item---brix {
  overflow: visible;
}

.multi-step-form-text-field---brix {
  color: #170f49;
  background-color: #fff;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 90%;
  background-repeat: no-repeat;
  background-size: auto;
  border: 2px solid #0000;
  border-radius: 500px;
  min-height: 66px;
  margin-bottom: 0;
  padding: 20px 60px 20px 20px;
  font-size: 18px;
  transition: color .4s, border-color .4s, all .4s;
  box-shadow: 0 2px 6px #13124212;
}

.multi-step-form-text-field---brix:hover {
  border-color: #4a3aff;
  box-shadow: 0 4px 10px #1312421f;
}

.multi-step-form-text-field---brix:focus {
  color: #4a3aff;
  border: 2px solid #4a3aff;
}

.multi-step-form-text-field---brix::placeholder {
  color: #6f6c90;
  font-size: 18px;
}

.multi-step-form-text-field---brix.name-icon---brix {
  background-image: url('../images/icon-1-input-multi-step-form-webflow-cloneable-template-brix-templates.svg');
  background-position: 90%;
  background-repeat: no-repeat;
  background-size: auto;
}

.multi-step-form-text-field---brix.name-icon---brix:hover, .multi-step-form-text-field---brix.name-icon---brix:focus {
  background-image: url('../images/icon-1-on-input-multi-step-form-webflow-cloneable-template-brix-templates.svg');
}

.multi-step-form-text-field---brix.phone-icon---brix {
  background-image: url('../images/icon-3-input-multi-step-form-webflow-cloneable-template-brix-templates.svg');
}

.multi-step-form-text-field---brix.phone-icon---brix:hover, .multi-step-form-text-field---brix.phone-icon---brix:focus {
  background-image: url('../images/icon-3-on-input-multi-step-form-webflow-cloneable-template-brix-templates.svg');
}

.multi-step-form-text-field---brix.email-icon---brix {
  background-image: url('../images/icon-2-input-multi-step-form-webflow-cloneable-template-brix-templates.svg');
}

.multi-step-form-text-field---brix.email-icon---brix:hover, .multi-step-form-text-field---brix.email-icon---brix:focus {
  background-image: url('../images/icon-2-on-input-multi-step-form-webflow-cloneable-template-brix-templates.svg');
}

.multi-step-form-text-field---brix.company-icon---brix {
  background-image: url('../images/icon-4-input-multi-step-form-webflow-cloneable-template-brix-templates.svg');
}

.multi-step-form-text-field---brix.company-icon---brix:hover, .multi-step-form-text-field---brix.company-icon---brix:focus {
  background-image: url('../images/icon-4-on-input-multi-step-form-webflow-cloneable-template-brix-templates.svg');
}

.step-paragraph---brix {
  color: #fff;
  margin-bottom: 0;
}

.completed-form-illustrations---brix {
  margin-bottom: 18px;
}

.radio-button {
  cursor: pointer;
  border: 1.2px solid #d9dbe9;
  flex: none;
  width: 24px;
  height: 24px;
  margin-top: 0;
  margin-left: 0;
  margin-right: 12px;
  transition: all .2s;
  overflow: hidden;
  box-shadow: inset 0 0 7px #14142b14;
}

.radio-button.w--redirected-checked {
  border-width: 7px;
  border-color: #4a3aff;
}

.radio-button.w--redirected-focus {
  box-shadow: 0 0 3px 1px #4a3aff33;
}

.form-step-progress-bar-mobile---brix {
  background-color: #eff0f6;
  border-radius: 50px;
  width: 100%;
  min-height: 6px;
  display: none;
}

.multi-step-form---brix {
  background-color: #000;
  border-radius: 34px;
  padding-left: 40px;
  padding-right: 40px;
  box-shadow: inset 0 2px 18px 16px #ffffff1f, 0 54px 34px #4a3aff05, 0 1px 26px #14142b05, 0 16px 26px #13124205;
}

.multi-step-form-button---brix {
  color: #4a3aff;
  background-color: #fff;
  border-radius: 500px;
  width: auto;
  padding: 20px 40px;
  font-size: 18px;
  line-height: 1;
  text-decoration: none;
  transition: transform .2s;
  display: inline-block;
  inset: 682px auto auto;
}

.multi-step-form-button---brix:hover {
  transform: translate(0, -2px);
}

.multi-step-form-button---brix.left---brix {
  border: 1px solid #4a3aff;
  left: -40px;
}

.multi-step-form-button---brix.right---brix {
  color: #fff;
  background-color: #4a3aff;
  font-weight: 700;
  right: -40px;
}

.form-step-progress-bar---brix {
  background-color: #eff0f6;
  border-radius: 50px;
  width: 100%;
  min-height: 6px;
}

.form-step-progress-bar---brix.complete-step---brix {
  background-color: #4a3aff;
}

.form-step-progress-bar---brix.current-step---brix {
  background-color: #4a3aff;
  width: 50%;
}

.multi-step-form-label---brix {
  color: #170f49;
  border-radius: 16px;
  margin-bottom: 16px;
  font-size: 18px;
  font-weight: 700;
  line-height: 1;
}

.multi-step-form-label---brix.no-margin---brix {
  z-index: 40;
  margin-bottom: 0;
  position: relative;
}

.multi-step-form-block---brix {
  width: 100%;
  min-height: 44vw;
  margin-top: 20px;
  margin-bottom: 0;
}

.radio-button-field {
  align-items: center;
  min-height: 114px;
  max-height: 114px;
  margin-bottom: 0;
  padding: 48px 32px;
  display: flex;
  position: relative;
}

.div-block-5 {
  padding-top: 56px;
}

.paragraph-3 {
  color: #fff;
}

.blog_grid {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  grid-template-rows: auto;
}

.switch {
  z-index: 10;
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  color: #222;
  background-color: #fff;
  border-radius: 32px;
  align-items: center;
  padding: 12px 16px 12px 12px;
  font-size: 14px;
  font-weight: 500;
  line-height: 1;
  text-decoration: none;
  display: flex;
  position: fixed;
  inset: auto 20px 20px auto;
}

.product_image_wrapper {
  border-radius: 32px;
  height: 320px;
  position: relative;
  overflow: hidden;
}

.text_color_black {
  color: #070707;
}

.ad_card_image {
  object-fit: cover;
  border-radius: 16px;
  max-width: 250px;
}

.prodile_image {
  object-fit: cover;
  border-radius: 500px;
  max-width: 100px;
  max-height: 100px;
}

.icon_32x32 {
  object-fit: contain;
  width: 32px;
  height: 32px;
}

.availability_column {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  text-align: center;
  flex-direction: column;
  justify-content: space-between;
  display: flex;
}

.spacing_20 {
  height: 20px;
}

.book_image {
  border: 4px #fff;
  border-radius: 16px;
}

.book_item {
  color: #070707;
  text-decoration: none;
}

.link {
  color: #783ff3;
}

.line_divider {
  background-color: #dee2e5;
  width: 100%;
  height: 1px;
}

.input_field {
  background-color: #dee2e5;
  border: 1px #000;
  border-radius: 16px;
  height: 48px;
  margin-bottom: 0;
}

.input_field:focus {
  border-style: solid;
  border-color: #070707;
}

.article_item {
  color: #070707;
  text-decoration: none;
}

.availability_graph_item {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
  display: flex;
}

.highlight_card {
  border-radius: 32px;
  padding: 24px;
}

.highlight_card.green {
  background-color: #4d91e6;
  background-image: url('../images/social_bg.svg');
  background-position: 100% 0;
  background-repeat: no-repeat;
  background-size: auto;
}

.highlight_card.black {
  color: #fff;
  background-color: #783ff3;
}

.highlight_card.pink {
  background-color: #a5b1e7;
  background-image: url('../images/purbple_g_pattern.svg');
  background-position: 100% 100%;
  background-repeat: no-repeat;
  background-size: auto;
}

.highlight_card.white {
  background-color: #fff;
  background-image: url('../images/white_bg_pattern.svg');
  background-position: 100% 0;
  background-repeat: no-repeat;
  background-size: auto;
}

.availability_grid {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  height: 300px;
  max-height: 300px;
}

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

.section_title {
  color: #eef2f5;
}

.event_image {
  object-fit: cover;
  border-radius: 16px;
  width: 70px;
  height: 70px;
}

.ad_card {
  grid-column-gap: 48px;
  grid-row-gap: 48px;
  color: #070707;
  background-color: #4d91e6;
  border-radius: 32px;
  justify-content: space-between;
  width: 100%;
  height: 350px;
  padding: 24px;
  text-decoration: none;
  display: flex;
  overflow: hidden;
}

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

.text_color_muted {
  opacity: .6;
  color: #eef2f5;
}

.heading-3 {
  margin-top: -63px;
  line-height: 10px;
}

.section {
  background-color: #0c0c0c;
  padding-left: 5%;
  padding-right: 5%;
  position: relative;
  overflow: hidden;
}

.display_large {
  font-size: 54px;
}

.spacing_8 {
  height: 8px;
}

.icon_20x20 {
  justify-content: center;
  align-items: center;
  width: 20px;
  height: 20px;
  display: flex;
}

.button_icon {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  color: #070707;
  background-color: #fff;
  border-radius: 16px;
  justify-content: center;
  align-items: center;
  height: 48px;
  padding: 12px 18px;
  font-weight: 500;
  text-decoration: none;
  transition: all .4s;
  display: flex;
}

.button_icon:hover {
  box-shadow: 0 6px 20px #0000000d;
}

.button_icon.accent_button {
  color: #fff;
  background-color: #783ff3;
}

.button_icon.accent_button:hover {
  box-shadow: 0 6px 20px #783ff31a;
}

.button_icon.button_outline {
  background-color: #0000;
  border: 1px solid #000;
}

.article_image {
  object-fit: cover;
  border-radius: 32px;
  width: 100%;
  height: 180px;
}

.product_item {
  color: #070707;
  text-decoration: none;
}

.profile_wrapper {
  border: 2px solid #dee2e5;
  border-radius: 500px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 120px;
  height: 120px;
  padding: 10px;
  display: flex;
}

.icon_wrapper {
  background-color: #fff9;
  border-radius: 500px;
  justify-content: center;
  align-items: center;
  width: 48px;
  height: 48px;
  padding: 10px;
  transition: all .4s;
  display: flex;
  overflow: hidden;
}

.icon_wrapper:hover {
  background-color: #fff;
  box-shadow: 0 5px 20px #0000000d;
}

.form_2col_grid {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  grid-template-rows: auto;
}

.spacing_24 {
  height: 24px;
}

.text_wrapper.wrapper_medium {
  flex-direction: column;
  align-items: flex-start;
  max-width: 380px;
  display: flex;
}

.highlights_grid {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
}

.font_weight_bold {
  color: #fff;
  font-weight: 700;
}

.event_card {
  color: #fff;
  background-image: linear-gradient(#0000, #0a1b1a), url('../images/Rectangle-33.png');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  border-radius: 32px;
  flex-direction: column;
  justify-content: space-between;
  height: 350px;
  padding: 24px;
  display: flex;
  overflow: hidden;
}

.text_color_grey {
  color: #aba3ff;
}

.text_color_grey.text_width_small {
  max-width: 17ch;
}

.text_color_grey.text_width_medium {
  color: #fff;
  max-width: 46ch;
}

.date_card {
  text-align: center;
  background-color: #783ff3;
  border-radius: 16px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 80px;
  height: 80px;
  padding: 16px;
  display: flex;
}

.icon_24x24 {
  justify-content: center;
  align-items: center;
  width: 24px;
  height: 24px;
  display: flex;
}

.small_text {
  font-size: 12px;
}

.graph_bar {
  background-color: #dee2e5;
  border-radius: 32px;
  flex-direction: column;
  flex: 1;
  justify-content: flex-end;
  align-items: center;
  height: auto;
  padding: 24px;
  font-weight: 600;
  display: flex;
}

.graph_bar.available {
  color: #fff;
  background-color: #070707;
  background-image: linear-gradient(#9443ff 2%, #180f7c 61%, #0f0049);
  flex: 0 auto;
}

.graph_bar.available.wednesday {
  height: 50%;
  min-height: auto;
}

.graph_bar.available.wednesday._2 {
  height: 37.5%;
}

.graph_bar.available.tuesday {
  display: none;
}

.graph_bar.available.thursday {
  height: 80%;
  min-height: auto;
}

.graph_bar.available.friday {
  color: #070707;
  background-color: #f4dfe2;
  height: 35%;
}

.form-block {
  margin-bottom: 16px;
}

.icon_16x16 {
  justify-content: center;
  align-items: center;
  width: 16px;
  height: 16px;
  display: flex;
}

.content_wrapper {
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.content_wrapper.content_align_center {
  flex-direction: column;
  align-items: center;
  display: flex;
}

.spacing_32 {
  height: 32px;
}

.discount_tag {
  background-color: #94d7c5;
  border-radius: 500px;
  padding: 6px 12px;
  font-size: 12px;
  font-weight: 600;
  display: inline-block;
  position: absolute;
  inset: 12px 12px auto auto;
}

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

.spacing_4 {
  height: 4px;
}

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

.spacing_16 {
  height: 16px;
}

.button-2 {
  text-align: center;
  background-color: #783ff3;
  border-radius: 16px;
  justify-content: center;
  align-items: center;
  height: 48px;
  font-weight: 600;
  transition: all .4s;
  display: flex;
}

.button-2:hover {
  background-color: #070707;
}

.button-2.full_width {
  width: 100%;
}

.button-2.background_white {
  color: #070707;
  text-align: center;
  background-color: #fff;
}

.button-2.background_white:hover {
  color: #fff;
  background-color: #070707;
}

.flex_wrapper {
  display: flex;
}

.flex_wrapper.flex_distribute {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  justify-content: space-between;
  align-items: center;
}

.flex_wrapper.flex_distribute.flex_alignt_top {
  align-items: flex-start;
}

.flex_wrapper.flex_distribute.link_block {
  color: #070707;
  background-color: #fff;
  border-radius: 16px;
  padding: 25px;
  font-weight: 600;
  line-height: 1;
  text-decoration: none;
  transition: all .4s;
}

.flex_wrapper.flex_distribute.link_block:hover {
  box-shadow: 0 6px 20px #0000000d;
}

.flex_wrapper.flex_distribute.event_card_2 {
  background-color: #94d7c5;
  border-radius: 32px;
  padding: 24px;
}

.flex_wrapper.flex_right {
  justify-content: flex-end;
}

.flex_wrapper.flex_center {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  justify-content: center;
  align-items: center;
}

.flex_wrapper.flex_vertical {
  flex-direction: column;
}

.flex_wrapper.flex_vertical.card_link {
  color: #fff;
  border: 1px solid #dee2e5;
  border-radius: 16px;
  justify-content: space-between;
  height: 186px;
  padding: 24px;
  font-weight: 600;
  text-decoration: none;
  transition: all .4s;
}

.flex_wrapper.flex_vertical.card_link:hover {
  color: #000;
  background-color: #fff;
  border-color: #fff;
}

.flex_wrapper.flex_vertical.flex_distribute.flex_left {
  align-items: flex-start;
}

.flex_wrapper.flex_left {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
}

.spacing_48 {
  height: 48px;
}

.text_color_green {
  color: #1f4a47;
}

.heading-4 {
  color: #fff;
}

.btn__txt {
  z-index: 2;
  text-align: center;
  justify-content: center;
  align-items: center;
  display: flex;
}

.btn__txt.mod--submit {
  opacity: 1;
  transition: all .2s;
}

.btn__txt.mod--submit.active {
  opacity: 0;
  color: #000;
}

.btn__txt.ef {
  color: #fff;
}

.swiper__arrow-ico {
  background-image: url('../images/ico_arrow-right.svg');
  background-position: 50% 55%;
  background-repeat: no-repeat;
  background-size: auto;
  width: 42px;
  height: 42px;
  transition: all .2s;
}

.section-slide {
  height: 100vh;
  position: absolute;
  inset: 0%;
  overflow: hidden;
}

.section-slide.mod--0 {
  z-index: 0;
  background-color: #f8efe5;
  flex-direction: column;
  display: flex;
}

.section-slide.mod--2 {
  z-index: 2;
  display: block;
}

.section-slide.mod--1 {
  z-index: 1;
  display: block;
}

.section-slide.mod--3 {
  z-index: 3;
  display: block;
}

.section-slide.mod--4 {
  z-index: 4;
  height: auto;
  display: block;
  overflow: visible;
}

.footer__follow-and {
  color: #666;
}

.questions__illustr-elem.mod--circle {
  border: 1px solid #000;
  border-radius: 100px;
  width: 16px;
  height: 16px;
}

.questions__illustr-elem.mod--bg {
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.questions__illustr-elem.mod--dot {
  background-color: #000;
  border-radius: 100px;
  width: 6px;
  height: 6px;
}

.questions__illustr-elem.mod--ball {
  background-color: #02ffbc;
  border-radius: 100px;
  width: 20px;
  height: 20px;
}

.swiper-slide {
  justify-content: center;
  align-items: stretch;
  display: block;
  position: relative;
}

.swiper-slide.mod--reviews {
  text-align: center;
  flex: 1;
  padding-left: 70px;
  padding-right: 70px;
}

.swiper-slide.mod--numb {
  flex: 1;
}

.btn {
  color: #000;
  text-align: center;
  letter-spacing: 1px;
  text-transform: uppercase;
  background-color: #02ffbc;
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  min-width: 175px;
  min-height: 70px;
  padding-top: 25px;
  padding-bottom: 25px;
  text-decoration: none;
  transition-duration: .5s;
  display: flex;
  position: relative;
  overflow: hidden;
}

.btn.mod--hero {
  min-width: 260px;
  text-decoration: none;
  transition-property: none;
  overflow: hidden;
}

.btn.mod--submit {
  min-width: 185px;
  margin-left: 16px;
  transition-property: none;
}

.btn.btn--header {
  background-color: #fff;
  min-height: auto;
  padding-top: 17px;
  padding-bottom: 16px;
}

.questions__illustr-wrap {
  display: inline-block;
  position: relative;
  overflow: hidden;
}

.hero_illustr-plane {
  z-index: 0;
  display: block;
  position: absolute;
  top: 5px;
  right: 0;
}

.steps__illustr-graph-line {
  z-index: -1;
  background-color: #0f86a1;
  width: 1px;
  height: 50px;
  transition: all 1s;
  position: absolute;
  bottom: 1px;
  left: 1px;
}

.steps__illustr-graph-line.mod--2 {
  height: 40px;
}

.subheading {
  opacity: .7;
  font-size: 22px;
}

.subheading.mod--courses {
  width: 100%;
  max-width: 520px;
}

.subheading.mod--hero {
  opacity: 1;
  max-width: 400px;
  margin-bottom: 48px;
}

.subheading.mod--hero.wef {
  color: #ff1a00;
  text-shadow: 0 0 16px #ff0a0a;
  margin-bottom: 6px;
}

.hero_illustr-ball {
  z-index: 0;
  display: block;
  position: absolute;
  top: 20px;
  left: 116px;
}

.questions__col {
  flex: 1;
}

.questions__illustr-elem-wrap {
  z-index: 0;
  position: absolute;
}

.questions__illustr-elem-wrap.mod--4 {
  bottom: 186px;
  left: 95px;
}

.questions__illustr-elem-wrap.mod--5 {
  bottom: 354px;
  right: 106px;
}

.questions__illustr-elem-wrap.mod--1 {
  filter: hue-rotate(192deg);
  top: 53px;
  left: 22px;
}

.questions__illustr-elem-wrap.mod--2 {
  filter: hue-rotate(164deg);
  inset: auto 0% 0%;
}

.questions__illustr-elem-wrap.mod--3 {
  bottom: 206px;
  left: 35px;
}

.steps__col {
  flex: 1;
  position: relative;
}

.footer__soc-img {
  filter: invert(60%);
  object-fit: scale-down;
  width: 100%;
  height: 100%;
  transition: all .2s;
  display: block;
}

.footer__soc-img:hover {
  filter: invert(0%);
}

.heading--center {
  text-align: center;
}

.footer__follow-link {
  color: #666;
  display: inline-block;
}

.steps__illustr-wrap {
  display: inline-block;
  position: relative;
}

.steps__illustr {
  z-index: 0;
  display: block;
  position: relative;
}

.hero_illustr-wrap {
  position: absolute;
  inset: -20px 0 auto auto;
}

.swiper-pagination-bullet.swiper-pagination-bullet-active {
  opacity: 1;
}

.footer__social {
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.footer__drop-btn {
  display: none;
}

.reviews__ava-circle {
  z-index: 1;
  border: 2px solid #000;
  border-radius: 100px;
  width: 22px;
  height: 22px;
  position: absolute;
  top: 5px;
  left: 0;
}

.reviews__ava-circle.mod--2 {
  width: 28px;
  height: 28px;
  top: 10px;
  left: auto;
  right: 0;
}

.reviews__ava-circle.mod--3 {
  width: 20px;
  height: 20px;
  inset: auto -1px 0 auto;
}

.reviews__ava-spot {
  z-index: 1;
  filter: hue-rotate(97deg);
  position: absolute;
  inset: auto auto 4px 18px;
}

.reviews__ava-spot.mod--3 {
  inset: 0 12px auto auto;
}

.reviews__ava-spot.mod--2 {
  left: auto;
  right: 2px;
}

.reviews__ava-spot.mod--1 {
  bottom: -5px;
}

.header__search {
  cursor: pointer;
  margin-right: 24px;
}

.swiper__arrow {
  cursor: pointer;
  justify-content: center;
  align-items: center;
  width: 32px;
  height: 32px;
  transition: all .2s;
  display: flex;
}

.swiper__arrow.arrow--prev {
  margin-right: 32px;
  transform: rotate(180deg);
}

.steps__illustr-smile {
  z-index: 1;
  transition: all .4s;
  position: absolute;
  top: 91px;
  left: 195px;
}

.steps__list-p {
  color: #1b1b1bb3;
  line-height: 1.9em;
}

.steps__list-arrow {
  display: block;
}

.courses__illustr-elem-wrap {
  transition: all .5s;
  position: absolute;
}

.courses__illustr-elem-wrap.mod--2 {
  bottom: 160px;
  left: 9px;
}

.courses__illustr-elem-wrap.mod--2.mod--graph {
  bottom: 135px;
  left: 21px;
}

.courses__illustr-elem-wrap.mod--2.mod--screen {
  bottom: 146px;
  left: 1px;
}

.courses__illustr-elem-wrap.mod--1 {
  bottom: 30px;
  left: 2px;
}

.courses__illustr-elem-wrap.mod--1.mod--screen {
  bottom: 16px;
  left: -1px;
}

.courses__illustr-elem-wrap.mod--3 {
  bottom: 220px;
  left: 100px;
}

.courses__illustr-elem-wrap.mod--3.mod--screen {
  bottom: 193px;
  left: 86px;
}

.courses__illustr-elem-wrap.mod--3.mod--graph {
  bottom: 181px;
  left: 116px;
}

.courses__illustr-elem-wrap.mod--4 {
  bottom: 180px;
  left: 190px;
}

.courses__illustr-elem-wrap.mod--4.mod--graph {
  bottom: 166px;
  left: 200px;
}

.courses__illustr-elem-wrap.mod--4.mod--screen {
  bottom: 170px;
  left: 170px;
}

.section-slides {
  z-index: 1;
  height: 100vh;
  position: sticky;
  top: 0;
}

.btn__bg {
  background-color: #fff;
  border-radius: 50%;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 280px;
  height: 280px;
  position: relative;
}

.btn__bg.mod--invert {
  background-color: #02ffbc;
}

.btn__bg.mod--invert.lj.bk {
  background-color: #000;
}

.header__col {
  flex: 1;
}

.header__col.mod--3 {
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.header__col.mod--2 {
  flex: none;
}

.footer__nav-link {
  color: #666;
  letter-spacing: 1px;
  text-transform: uppercase;
  line-height: 1.7em;
  text-decoration: none;
  display: inline-block;
  position: relative;
}

.header__nav-link {
  color: #fff;
  text-transform: uppercase;
  margin-left: 20px;
  margin-right: 20px;
  line-height: 1.7em;
  text-decoration: none;
  display: inline-block;
  position: relative;
}

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

.swiper__nav.mod--reviews {
  display: none;
}

.reviews__dash {
  opacity: .5;
  background-image: url('../images/dash-vertical.svg');
  background-position: 50% 100%;
  background-repeat: repeat-y;
  background-size: auto;
  width: 2px;
  height: 136px;
  position: absolute;
  bottom: 0;
  right: 0;
}

.footer__drop-arrow {
  margin-right: 0;
  display: none;
}

.footer__soc-link {
  border: 1px solid #10101033;
  border-radius: 100px;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  margin-left: 24px;
  display: flex;
}

.footer__soc-link:hover {
  background-color: #4f94b2;
  border-color: #4f94b2;
}

.hero__counts-img {
  z-index: 0;
  filter: hue-rotate(119deg);
  position: relative;
}

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

.steps__list-item {
  margin-bottom: 64px;
  padding-left: 74px;
  padding-right: 80px;
  position: relative;
}

.steps__list-item.mod--2 {
  margin-left: 100px;
  padding-right: 0;
}

.reviews__p {
  color: #1b1b1bb3;
  line-height: 1.9em;
}

.form__submit-result-ico {
  filter: invert(80%);
  flex: none;
  width: 1rem;
  max-width: none;
  display: block;
}

.courses__col {
  flex: 1;
  padding-left: 16px;
  padding-right: 16px;
}

.heading--margin-40 {
  margin-bottom: 40px;
}

.heading--margin-40.efdr {
  margin-bottom: 17px;
}

.swiper-wrapper {
  flex-direction: row;
  align-items: stretch;
  width: 100%;
  display: flex;
}

.footer__col {
  align-items: flex-start;
  display: flex;
}

.footer__col.mod--2 {
  justify-content: flex-end;
  align-items: center;
}

.footer__col.mod--copyright {
  align-items: center;
}

.footer__col.mod--2-copy {
  justify-content: flex-end;
  align-items: center;
}

.steps__list {
  width: 100%;
  max-width: 560px;
}

.courses__more {
  z-index: 2;
  color: #0f86a1;
  letter-spacing: .01em;
  text-transform: uppercase;
  background-image: url('../images/ico_arrow-blue.svg');
  background-position: 100%;
  background-repeat: no-repeat;
  background-size: auto;
  padding-right: 32px;
  font-size: 22px;
  text-decoration: none;
  transition-duration: .3s;
  display: inline-block;
  position: relative;
}

.footer__copyright-logo {
  flex: none;
  margin-right: 8px;
}

.courses__type {
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-bottom: 16px;
  font-size: 22px;
}

.reviews__ava-dot {
  z-index: 1;
  background-color: #000;
  border-radius: 100px;
  width: 8px;
  height: 8px;
  position: absolute;
  inset: 15px 3px auto auto;
}

.reviews__ava-dot.mod--3 {
  top: 33px;
  left: -24px;
  right: auto;
}

.reviews__ava-dot.mod--2 {
  top: 23px;
  left: -5px;
  right: auto;
}

.footer__follow {
  z-index: 1;
  color: #666666b3;
  padding-left: 35px;
  line-height: 1.5em;
  position: relative;
}

.form__submit {
  z-index: 3;
  opacity: 0;
  position: absolute;
  inset: 0%;
}

.input {
  color: #fff;
  background-color: #0000;
  border: 1px solid #ffffff4d;
  border-radius: 100px;
  height: 70px;
  margin-top: 15px;
  margin-bottom: 15px;
  padding-left: 32px;
  padding-right: 32px;
  font-size: 18px;
  transition: all .2s;
}

.input:hover, .input:focus {
  border-color: #fff;
}

.input::placeholder {
  color: #ffffffb3;
}

.footer__drop {
  z-index: 0;
  margin-right: -40px;
}

.footer__follow-heart {
  z-index: -1;
  filter: saturate(65%) brightness(65%) hue-rotate(140deg);
  background-image: url('../images/follow-heart.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  width: 40px;
  height: 40px;
  display: inline-block;
  position: absolute;
  top: -7px;
  left: 0;
}

.courses__illustr-elem {
  transition: all .5s;
}

.courses__illustr-elem.mod--5 {
  opacity: 1;
  background-color: #9b5c8f;
  border-radius: 100px;
  width: 22px;
  height: 6px;
  position: absolute;
  bottom: 53px;
  right: 68px;
  transform: rotate(-20deg);
}

.courses__illustr-elem.mod--dot {
  background-color: #000;
  border-radius: 100px;
  width: 4px;
  height: 4px;
  top: 34px;
  right: 58px;
}

.courses__illustr-elem.mod--dot.mod--graph {
  background-color: #000;
  width: 8px;
  height: 8px;
}

.courses__illustr-elem.mod--dot.mod--screen {
  width: 6px;
  height: 6px;
}

.courses__illustr-elem.mod--ball {
  background-color: #ebc7b5;
  border-radius: 100px;
  width: 14px;
  height: 14px;
  top: 0;
  right: 109px;
}

.courses__illustr-elem.mod--ball.mod--screen {
  width: 14px;
  height: 14px;
}

.courses__illustr-elem.mod--ball.mod--graph {
  width: 18px;
  height: 20px;
}

.courses__illustr-elem.mod--circle {
  border: 1px solid #000;
  border-radius: 100px;
  width: 12px;
  height: 12px;
}

.courses__illustr-elem.mod--circle.mod--graph {
  border-width: 2px;
  width: 20px;
  height: 20px;
}

.courses__illustr-elem.mod--blue {
  top: 41px;
  left: 9px;
}

.courses__illustr-elem.mod--blue.mod--screen {
  max-width: 18px;
}

.steps__numb-img {
  z-index: 0;
  position: relative;
}

.courses__block {
  z-index: 2;
  cursor: pointer;
  background-color: #f8efe5;
  border-radius: 40px;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  height: 100%;
  min-height: 500px;
  padding: 40px 32px 56px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.footer__copyright {
  color: #000000b3;
  letter-spacing: .02em;
  text-transform: uppercase;
  align-items: center;
  font-size: 13px;
  text-decoration: none;
  display: flex;
}

.footer__follow-wrap {
  border-top: 1px solid #0000001a;
  justify-content: center;
  align-items: center;
  min-height: 56px;
  margin-top: 4vh;
  margin-left: -60px;
  margin-right: -60px;
  font-size: 16px;
  display: flex;
}

.steps__list-arrow-wrap {
  position: absolute;
  inset: 10px 0 auto auto;
  overflow: hidden;
}

.steps__list-arrow-wrap.mod--2 {
  transform-style: preserve-3d;
  left: -100px;
  right: auto;
  transform: rotateX(0)rotateY(-180deg)rotateZ(0);
}

.reviews__ava-wrap {
  z-index: 1;
  justify-content: center;
  align-items: center;
  min-height: 130px;
  margin-bottom: 40px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
}

.hero__logos {
  z-index: 2;
  opacity: 0;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 1080px;
  margin-bottom: 65px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
}

.page-wrap {
  background-color: #02ffbc;
}

.steps__numb-txt {
  z-index: 1;
  color: #f8efe5;
  text-align: center;
  letter-spacing: -.01em;
  justify-content: center;
  align-items: center;
  font-weight: 700;
  display: flex;
  position: absolute;
  inset: 0%;
}

.btn__bg-wrap {
  z-index: 0;
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  inset: 0%;
  overflow: hidden;
}

.btn__bg-wrap.mod--submit {
  transition: all .2s;
}

.btn__bg-wrap.mod--submit.active {
  opacity: 0;
}

.hero_illustr-hand {
  z-index: 0;
  filter: hue-rotate(83deg);
  display: block;
  position: absolute;
  top: 96px;
  left: 136px;
}

.courses__illustr {
  z-index: 0;
  transition: all .5s;
  display: block;
  position: relative;
}

.courses__illustr.mod--2 {
  z-index: 1;
  opacity: 0;
  position: absolute;
  bottom: 0;
  right: 0;
}

.courses__columns {
  justify-content: space-between;
  margin-left: -16px;
  margin-right: -16px;
  display: flex;
}

.hero__numb-block {
  text-align: center;
  flex: 1;
  max-width: 300px;
  margin-left: auto;
  margin-right: auto;
}

.home__content {
  flex-direction: column;
  align-items: flex-start;
  margin-bottom: 174px;
  display: flex;
  position: relative;
}

.footer__dash {
  opacity: .5;
  background-image: url('../images/dash-vertical.svg');
  background-position: 50% 100%;
  background-repeat: repeat-y;
  background-size: auto;
  width: 2px;
  height: 72px;
  margin-left: 80px;
  margin-right: 64px;
}

.footer__dash.mod--3 {
  display: none;
}

.steps__illustr-hand {
  z-index: 1;
  transition: all .8s;
  position: absolute;
  top: 128px;
  left: 121px;
}

.header__humb-wrap {
  display: none;
}

.hero__heading.mod--1 {
  margin-bottom: 0;
  padding-bottom: 10px;
}

.courses__block-bg {
  z-index: -1;
  background-color: #fff;
  border-radius: 1000px;
  width: 700px;
  height: 700px;
  position: absolute;
  inset: auto auto -100px -100px;
}

.questions__illustr {
  z-index: 1;
  display: block;
  position: relative;
  overflow: hidden;
}

.footer__columns {
  justify-content: space-between;
  display: flex;
}

.footer__columns.mod--top {
  margin-bottom: 4vh;
}

.footer__drop-list {
  background-color: #0000;
  display: block;
  position: relative;
  overflow: hidden;
}

.form__content {
  flex-direction: column;
  flex: 1;
  align-items: center;
  display: flex;
  position: relative;
}

.main {
  height: 500vh;
}

.hero_illustr {
  z-index: 2;
  filter: hue-rotate(83deg);
  position: relative;
}

.hero__counts-dash {
  opacity: .5;
  background-image: url('../images/dash-vertical.svg');
  background-position: 50% 100%;
  background-repeat: repeat-y;
  background-size: auto;
  width: 2px;
  height: 83px;
  position: absolute;
  bottom: 0;
  right: 0;
}

.hero_illustr-leaves {
  z-index: 0;
  display: block;
  position: absolute;
  bottom: 30px;
  right: 69px;
}

.hero__counts-img-wrap {
  margin-bottom: 28px;
  position: relative;
}

.hero__counts-numb {
  z-index: 2;
  color: #000;
  justify-content: center;
  align-items: center;
  font-size: 60px;
  font-weight: 700;
  display: flex;
  position: absolute;
  inset: 0%;
}

.hero__logo {
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.steps__numb {
  position: absolute;
  top: -10px;
  left: 0;
}

.form-block-2 {
  width: 100%;
  max-width: 564px;
  margin-top: 40px;
  margin-bottom: 0;
}

.reviews__ava {
  z-index: 0;
  position: relative;
}

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

.footer__list {
  column-count: 2;
  column-rule-width: 0px;
  column-gap: 64px;
  margin-bottom: 0;
}

.footer__list.mod--contact {
  column-rule-style: none;
  column-rule-width: 0px;
}

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

.form__submit-result {
  align-items: center;
  width: 0;
  transition: all 1s;
  display: flex;
  overflow: hidden;
}

.form__submit-result.active {
  width: 1rem;
}

.courses__heading-wrap {
  color: #fff;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 64px;
  display: flex;
}

.header__humb {
  display: none;
}

.steps__illustr-graph-dot {
  background-color: #000;
  border-radius: 100px;
  width: 4px;
  height: 4px;
  position: absolute;
  top: 44px;
  left: 2px;
}

.steps__illustr-graph-dot.mod--3 {
  top: 30px;
  left: 68px;
  transform: rotate(51deg);
}

.steps__illustr-graph-dot.mod--2 {
  top: 9px;
  left: 35px;
  transform: rotate(125deg);
}

.steps__illustr-graph-dot.mod--4 {
  top: 0;
  left: 105px;
  transform: rotate(51deg);
}

.steps__illustr-graph-dot.mod--1 {
  transform: rotate(43deg);
}

.header__logo-link {
  filter: brightness(0%) invert();
}

.hero_illustr-leaves2 {
  z-index: 0;
  display: block;
  position: absolute;
  bottom: 40px;
  left: -7px;
}

.form-2 {
  align-items: center;
  display: flex;
}

.hero__counts {
  color: #1b1b1b;
  background-color: #f8efe5;
  border-radius: 80px;
  justify-content: space-between;
  align-items: flex-end;
  padding-top: 40px;
  padding-bottom: 40px;
  display: flex;
}

.content {
  z-index: 2;
  width: 100%;
  max-width: 1310px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.footer__list-item {
  padding-top: 4px;
  padding-bottom: 4px;
  overflow: hidden;
}

.footer__txt {
  color: #666;
  letter-spacing: 1px;
  text-transform: uppercase;
  width: 100%;
  line-height: 1.7em;
  text-decoration: none;
  display: inline-block;
  position: relative;
}

.wrap-hide {
  overflow: hidden;
}

.swiper {
  width: 100%;
  overflow: hidden;
}

.swiper.swiper--reviews {
  overflow: visible;
}

.hero__counts-p {
  color: #1b1b1bb3;
  line-height: 1.9em;
}

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

.courses__illustr-wrap {
  z-index: 0;
  position: absolute;
  inset: auto 0% 0% auto;
}

.section-2 {
  padding: 128px 60px;
  position: relative;
}

.section-2.mod--hero {
  color: #fff;
  background-image: linear-gradient(187deg, #0f86a1, #02ffbc);
  border-bottom-right-radius: 100px;
  border-bottom-left-radius: 100px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: 200px;
  padding-bottom: 48px;
  display: flex;
}

.section-2.mod--footer {
  flex-direction: column;
  flex: 1;
  justify-content: flex-end;
  max-height: 320px;
  padding-top: 4vh;
  padding-bottom: 0;
  display: flex;
}

.section-2.mod--questions {
  color: #fff;
  background-image: url('../images/bg_questions.svg');
  background-position: 50% 100%;
  background-repeat: no-repeat;
  background-size: cover;
  border-bottom-right-radius: 100px;
  border-bottom-left-radius: 100px;
  flex: 1;
  justify-content: center;
  align-items: center;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
}

.section-2.mod--reviews {
  z-index: 1;
  background-color: #f8efe5;
  background-image: linear-gradient(#f8efe5 71%, #fff);
  border-bottom-right-radius: 100px;
  border-bottom-left-radius: 100px;
  justify-content: center;
  align-items: center;
  height: 100%;
  display: flex;
}

.section-2.mod--steps {
  z-index: 1;
  background-color: #f8efe5;
  background-image: linear-gradient(117deg, #f8efe5 54%, var(--medium-turquoise));
  border-bottom-right-radius: 100px;
  border-bottom-left-radius: 100px;
  justify-content: center;
  align-items: flex-start;
  height: 100%;
  display: flex;
}

.section-2.mod--courses {
  background-image: linear-gradient(129deg, #b0c4b9, #94d1aa 81%, #d1a3c8);
  border-bottom-right-radius: 100px;
  border-bottom-left-radius: 100px;
  justify-content: center;
  align-items: center;
  height: 100%;
  display: flex;
}

.section-2.mod--header {
  z-index: 90;
  width: 100%;
  margin-bottom: 120px;
  padding-top: 40px;
  padding-bottom: 0;
  position: absolute;
  inset: 0% 0% auto;
}

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

.steps__illustr-graph-wrap {
  z-index: 1;
  width: 110px;
  height: 50px;
  position: absolute;
  top: 198px;
  right: 65px;
}

.form__submit-result-wrap {
  z-index: 2;
  opacity: 0;
  justify-content: flex-start;
  align-items: center;
  width: 3rem;
  padding-left: .9rem;
  transition: all .2s;
  display: flex;
  position: absolute;
  inset: 0% auto 0% 4.4rem;
}

.swiper-pagination-bullets {
  flex: 1;
  justify-content: center;
  align-items: center;
  width: 100%;
  min-height: 2px;
  display: flex;
}

.swiper-pagination-bullets.mod--numbs {
  display: none;
  position: relative;
}

.image-2 {
  filter: hue-rotate(350deg) invert();
  margin-left: 7px;
  transition: all .2s;
  position: relative;
  transform: translate(0%, 20%);
}

.image-2:hover {
  filter: none;
  transform: translate(0, 21%);
}

.div-block-6 {
  height: auto;
  margin-bottom: 22%;
  margin-left: 20%;
  margin-right: 20%;
  padding-bottom: 0;
  display: block;
}

.heading-5 {
  text-align: center;
}

.text-block {
  color: #fff;
  text-align: left;
  text-shadow: 0 2px 1px #000000c2;
  margin-bottom: 0;
  padding-bottom: 116px;
}

.body-3 {
  background-image: linear-gradient(to right, #5cc489, var(--medium-turquoise) 31%, #0d587b 100%, var(--medium-aquamarine));
  height: 150vh;
}

.bold-text, .bold-text-2 {
  color: #fff;
}

.div-block-7 {
  flex-direction: column;
  align-items: center;
  display: flex;
}

.div-block-8 {
  position: absolute;
  top: 420vh;
}

.div-block-8-copy {
  position: absolute;
  top: 92vh;
}

.z0z0z {
  font-size: 20px;
}

.tabs {
  flex: none;
  width: 90vw;
  margin-bottom: 10px;
  display: block;
  position: static;
}

.html-embed {
  width: 90vw;
  height: 100vh;
}

.tabz {
  border-radius: 20px 20px 0 0;
  margin-top: 14px;
  margin-bottom: 0;
}

.animated-button {
  z-index: 2;
  background-color: #edc04f;
  border-radius: .9rem;
  margin: .25rem;
  padding: 1rem 2rem;
  position: relative;
}

.grain {
  opacity: .03;
  background-image: url('../images/Grain.gif');
  background-position: 0 0;
  background-size: auto;
  position: fixed;
  inset: 0%;
}

.faq-wrapper {
  width: 100%;
  margin-bottom: 8px;
}

.plan-price {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.faq-content {
  padding-bottom: 20px;
  padding-left: 20px;
  padding-right: 20px;
}

.fgh {
  color: #dfdce400;
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: #fff;
  transition: all .2s;
}

.fgh:hover {
  color: #e8e5ee;
  -webkit-text-stroke-color: #e8e8e8;
  font-style: normal;
}

.price-third {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  background-color: #121417;
  border: 1px solid #36383e;
  border-left-width: 0;
  border-top-right-radius: 1rem;
  border-bottom-right-radius: 1rem;
  flex-direction: column;
  justify-content: space-between;
  align-items: stretch;
  width: 100%;
  min-height: 80%;
  padding: 32px;
  display: flex;
}

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

.animated-button_wrapper {
  color: #121417;
  background-color: #fff;
  border-radius: 1rem;
  text-decoration: none;
  position: relative;
  overflow: hidden;
}

.navigation-link {
  color: #dfdce4;
  background-color: #dfdce400;
  border-radius: .5rem;
  justify-content: center;
  align-items: center;
  padding: 1rem;
  text-decoration: none;
  transition: all .25s;
  display: flex;
}

.navigation-link.w--current {
  color: #121417;
  background-color: #dfdce4;
}

.navigation-link.main {
  color: #dfdce4;
  background-color: #3a3d42;
}

.slide-text-block {
  flex-direction: row;
  justify-content: flex-end;
  align-items: flex-end;
  height: 25%;
  padding-bottom: 15px;
  padding-right: 40px;
  display: flex;
}

.slider-main_block {
  flex-direction: column;
  justify-content: space-between;
  width: 75%;
  display: flex;
  overflow: hidden;
}

.heading-regular {
  font-size: 1.75rem;
  font-weight: 700;
  line-height: 2;
}

.fg-padding-global {
  padding-left: 60px;
  padding-right: 60px;
}

.slider-arrow-overlay {
  z-index: 2;
  background-color: #0000;
  justify-content: flex-start;
  align-items: flex-start;
  width: 3px;
  height: 7px;
  position: absolute;
  inset: auto auto 29% 16%;
  transform: rotate(-45deg);
}

.footer-wrapper {
  justify-content: space-between;
  align-items: flex-end;
  padding-bottom: 10.9rem;
  display: flex;
}

.awesome-slide {
  width: 100%;
  height: 100%;
}

.price-wrapper {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.card-grey {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  background-color: #18191a;
  border: 1px solid #36383e;
  border-radius: 16px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: 100%;
  padding: 2rem;
  display: flex;
}

.header-accent-2 {
  z-index: -1;
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  filter: hue-rotate(154deg);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  top: 37%;
  left: 9%;
  right: auto;
}

.heading-xsmall {
  font-size: 1.25rem;
  font-weight: 600;
  line-height: 2;
}

.navigation {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  background-color: #121417;
  border: 1px solid #464646;
  border-radius: 1rem;
  justify-content: center;
  margin-left: auto;
  margin-right: auto;
  padding: .5rem;
  display: flex;
  box-shadow: 0 9px 20px 7px #45346929;
}

.project-showcase {
  justify-content: flex-start;
  width: 100%;
  margin-top: 0;
  padding-top: 6rem;
  padding-bottom: 6rem;
  display: flex;
  position: relative;
  overflow: hidden;
}

.project-showcase._25 {
  margin-top: 3.5rem;
  padding-top: 5.4rem;
}

.plans-wrapper {
  grid-column-gap: 3.5rem;
  grid-row-gap: 3.5rem;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  display: flex;
}

.button-3 {
  color: #202024;
  background-color: #ebc551;
  border-radius: .75rem;
  padding: 1rem 2rem;
  font-size: 1.25rem;
  font-weight: 600;
  line-height: 1.5;
  transition: all .325s;
  box-shadow: 0 7px 20px -1px #4e3d72;
}

.button-3:hover {
  background-image: linear-gradient(167deg, #ebc551, #b29ae7);
}

.button-3.is-secondry {
  box-shadow: none;
  color: #ebc551;
  background-color: #121417;
  border: 1px solid #ebc551;
}

.button-3.is-secondry:hover {
  color: #121417;
  background-color: #ebc551;
  background-image: none;
}

.button-3.no-shadow {
  box-shadow: none;
}

.button-3.no-shadow.text-align-centre:hover {
  background-image: linear-gradient(167deg, #ebc551, #e5daff);
}

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

.vectors-wrapper-2 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  object-fit: cover;
  justify-content: center;
  align-items: center;
  width: 187.418px;
  height: 186.078px;
  display: flex;
}

.unordered-list {
  font-size: 16px;
  font-weight: 400;
  line-height: 250%;
}

.section-faq {
  margin-top: 20rem;
  position: relative;
}

.slide-image_block {
  width: 100%;
  height: 100%;
}

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

.heading-medium {
  font-size: 3.5rem;
  font-weight: 600;
  line-height: 1.5;
}

.vectors-wrapper-3 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  filter: hue-rotate(154deg);
  object-fit: cover;
  justify-content: center;
  align-items: center;
  width: 125px;
  height: 125px;
  display: flex;
}

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

.section-footer {
  background-image: url('../images/Frame-301_1Frame 301.webp');
  background-position: 0 100%;
  background-repeat: no-repeat;
  background-size: auto;
  margin-top: 20rem;
  position: relative;
}

.section-benifits {
  margin-top: 20rem;
  position: relative;
}

.text-size-small-2 {
  color: #dfdce4;
  font-size: 12px;
  font-weight: 400;
  line-height: 200%;
}

.slider-mini_block {
  flex-direction: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  width: 25%;
  display: flex;
}

.slide-image-mask {
  height: 75%;
  overflow: hidden;
}

.slide-image-mask.mini {
  height: 48%;
}

.heading-small {
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 2;
}

.shopify-accent {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  object-fit: cover;
  justify-content: center;
  align-items: center;
  width: 112.438px;
  height: 112.438px;
  display: flex;
  position: absolute;
  inset: 9% 16% 0% auto;
}

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

.text-size-small {
  font-size: .75rem;
  font-weight: 400;
  line-height: 2;
}

.slider-2 {
  background-color: #0000;
  max-width: 900px;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
}

.everything-wrapper {
  grid-column-gap: 3.5rem;
  grid-row-gap: 3.5rem;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  display: flex;
}

.fg-container {
  max-width: 1440px;
}

.faq-plus-line_horizontal {
  background-color: #dfdce4;
  width: 40%;
  height: 2px;
  position: absolute;
}

.plan-tier {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.faaq-content-wrapper {
  padding-left: 0;
  padding-right: 0;
  overflow: hidden;
}

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

.slide-main-wrapper {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 2fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  height: 100%;
  display: flex;
}

.navigation_wrapper {
  z-index: 10;
  width: 100%;
  padding-bottom: 2rem;
  padding-left: 2rem;
  padding-right: 2rem;
  display: flex;
  position: fixed;
  inset: auto 0% 0%;
}

.section-plans {
  margin-top: 20rem;
  position: relative;
}

.section-quality {
  margin-top: 15rem;
  overflow: hidden;
}

.card-2 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  background-color: #121316;
  border: 1px solid #303031;
  border-radius: 9px;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 16px 24px;
  display: flex;
}

.text-span {
  color: #ecbe49;
  transition: all .2s;
}

.text-span:hover {
  color: #fff;
}

.star-accent {
  z-index: -1;
  filter: hue-rotate(143deg);
  position: absolute;
  top: -21%;
  left: -20%;
}

.header-container {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  flex-direction: column;
  align-items: center;
  display: flex;
}

.section-project_showcase {
  background-image: linear-gradient(#fff0 47%, #121319 70%), url('../images/gold-texture-background-lf49m5gkv71gep3j.jpg');
  background-position: 0 0, 0 0;
  background-size: auto, auto;
  position: relative;
}

.text-size-regular-3 {
  color: #dfdce4;
  font-size: 16px;
  font-weight: 400;
  line-height: 200%;
}

.services-div {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.price-first {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  background-color: #121417;
  border: 1px solid #36383e;
  border-right-width: 0;
  border-radius: 1rem 0 0 1rem;
  flex-direction: column;
  justify-content: space-between;
  align-items: stretch;
  width: 100%;
  min-height: 80%;
  padding: 32px;
  display: flex;
}

.section-recent {
  margin-top: 20rem;
  position: relative;
}

.divider {
  background-color: #464646;
  width: 100%;
  height: 1px;
}

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

.logo-3 {
  width: 11.25rem;
}

.logo-heading {
  font-size: 2.25rem;
  font-weight: 600;
  line-height: 1;
}

.heading-large {
  font-size: 4.5rem;
  font-weight: 600;
  line-height: 1.5;
}

.price-second {
  z-index: 2;
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  color: #121417;
  background-color: #dfdce4;
  border: 2px solid #dfdce4;
  border-radius: 1rem;
  flex-direction: column;
  justify-content: space-between;
  align-items: stretch;
  width: 100%;
  padding: 32px;
  display: flex;
  position: relative;
}

.faq-card {
  text-align: left;
  border-bottom: 1px solid #dfdce4;
  margin-bottom: 2px;
  padding-left: 0;
  padding-right: 0;
  line-height: 25px;
  transition: box-shadow .4s, background-color .4s;
  display: block;
  overflow: hidden;
}

.text-size-regular {
  font-size: 1rem;
  font-weight: 400;
  line-height: 2;
}

.section-header-2 {
  margin-top: 3rem;
}

.star-accent2 {
  z-index: -1;
  filter: hue-rotate(149deg);
  position: absolute;
  inset: auto 0% -34% auto;
}

.awesome-slider_wrapper {
  padding-top: 60px;
  padding-bottom: 60px;
}

.slide-text-mask {
  align-items: flex-end;
  height: 40px;
  display: flex;
  overflow: hidden;
}

.slide-text {
  color: #fff;
  margin-bottom: 8px;
  font-size: 24px;
  font-weight: 600;
  transform: translate(0);
}

.section-everything {
  margin-top: 15rem;
}

.text-size-large {
  color: #dfdce4;
  font-size: 1.25rem;
  font-weight: 500;
  line-height: 2;
}

.card-sizw-big {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  border: 1px solid #464646;
  border-radius: 16px;
  flex: 0 auto;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  padding: 4rem;
  display: flex;
}

.faq-plus-line_vertical {
  color: #ff7839;
  background-color: #dfdce4;
  width: 2px;
  height: 40%;
  position: absolute;
}

.faq-plus {
  border-radius: 100%;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 42px;
  height: 42px;
  margin-right: 20px;
  display: flex;
  position: absolute;
  right: 0;
}

.benifits-wrapper {
  grid-column-gap: 3.5rem;
  grid-row-gap: 3.5rem;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  display: flex;
}

.faq-head {
  cursor: pointer;
  justify-content: space-between;
  align-items: center;
  min-height: 72px;
  padding: 20px;
  display: flex;
  position: relative;
}

.plans {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  justify-content: center;
  align-items: flex-end;
  width: 100%;
  display: flex;
}

.slider-arrow_icon {
  color: #fff;
  justify-content: center;
  align-items: center;
  margin: auto;
  display: flex;
  position: static;
}

.slider-arrow_icon.left-arrow {
  transform: rotate(90deg);
}

.slider-arrow_icon.right-arrow {
  transform: rotate(-90deg);
}

.fg-slider-arrows {
  background-color: #04040400;
  border: 1px solid #fff;
  border-radius: 5px;
  justify-content: center;
  align-items: center;
  width: 64px;
  height: 64px;
  display: flex;
  inset: auto auto 0% 0%;
  overflow: hidden;
  transform: translate(0);
}

.fg-slider-arrows.right-arrow {
  transform-style: preserve-3d;
  background-color: #04040400;
  border-radius: 7px;
  left: 11%;
  transform: rotateX(0)rotateY(-180deg)rotateZ(180deg);
}

.project-grid {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  grid-template-columns: 1fr 1fr;
  width: 100%;
  display: grid;
}

.benifits-grid {
  grid-column-gap: 3.5rem;
  grid-row-gap: 3.5rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  display: grid;
}

.faq-toggle {
  align-items: center;
  display: flex;
}

.recent-projects_accent {
  z-index: 2;
  display: none;
  position: absolute;
  top: .7rem;
  left: 7.6vw;
}

.mask-2 {
  height: 80vh;
}

.header {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  flex-direction: column;
  align-items: center;
  transition: all .2s;
  display: flex;
  position: relative;
}

.remove-link-branding {
  text-decoration: none;
}

.heading-tiny {
  font-size: 1rem;
  font-weight: 600;
  line-height: 2;
}

.heading-tiny.text-color-purple {
  color: #ebc551;
}

@media screen and (min-width: 1280px) {
  .color-swatch-1 {
    top: 300px;
  }

  .outline-spec-relative {
    left: -14px;
  }

  .end-max-width {
    max-width: none;
  }

  .color-swatch-6 {
    left: 287px;
  }

  .color-swatch-2 {
    top: 300px;
  }

  .color-swatch-3 {
    top: 267px;
    left: 988px;
  }

  .paragraph-product-card, .paragraph-product-card.dark {
    text-align: center;
  }

  .color-swatch-5 {
    top: 607px;
    left: 993px;
  }

  .light-to-dark-app {
    bottom: 209px;
    right: 183px;
  }

  .section-vh.red {
    overflow: hidden;
  }

  .product-card.last {
    margin-right: 4vw;
  }

  .color-swatch-4 {
    top: 625px;
    left: 22px;
  }

  .color-names-relatve {
    bottom: 231px;
    left: 12px;
  }

  .container-3 {
    display: none;
  }
}

@media screen and (min-width: 1440px) {
  .end-max-width {
    width: 52vw;
  }

  .section-vh.purple {
    max-height: 1170px;
  }

  .section-vh.green {
    height: 100vh;
  }

  .product-card.last {
    margin-right: 6vw;
  }

  .product-scroll-wrapper {
    padding-left: 24vw;
  }

  .figma-ui-section {
    max-width: 1200px;
    bottom: -76px;
  }

  .automator-ui-large {
    height: 880px;
    margin-top: 64px;
    top: 337px;
  }

  .automation-toast-ran {
    z-index: 2;
  }

  .color-names-relatve {
    bottom: 210px;
  }

  .header-accent-2 {
    left: 15%;
  }

  .shopify-accent {
    right: 16.9rem;
  }
}

@media screen and (min-width: 1920px) {
  .color-swatch-1 {
    top: 490px;
    left: 460px;
  }

  .outline-spec-relative {
    width: 570px;
    left: -96px;
  }

  .end-max-width {
    width: 35vw;
  }

  .color-swatch-6 {
    top: 830px;
    left: 475px;
  }

  .color-swatch-2 {
    top: 490px;
    left: 460px;
  }

  .color-swatch-3 {
    top: 544px;
    left: 1498px;
  }

  .color-swatch-5 {
    top: 781px;
    left: 1201px;
  }

  .light-to-dark-app {
    bottom: 361px;
    right: 382px;
  }

  .section-vh.orange {
    background-color: #07081300;
    border-top-left-radius: 40px;
    border-top-right-radius: 40px;
  }

  .section-vh.end {
    min-height: auto;
    max-height: 1240px;
  }

  .section-vh.green {
    height: 100vh;
  }

  .color-swatch-4 {
    top: 783px;
    left: 227px;
  }

  .product-scroll-wrapper {
    padding-left: 32vw;
  }

  .figma-ui-section {
    max-width: 1600px;
    bottom: -12vw;
  }

  .automator-ui-large {
    height: 790px;
    margin-top: 100px;
    top: 326px;
  }

  .icons-absolute {
    top: 280px;
  }

  .color-names-relatve {
    bottom: 366px;
    left: -102px;
  }

  .start-text {
    color: #ffebeb;
    -webkit-text-stroke-color: #fff;
    mix-blend-mode: color-dodge;
  }

  .card {
    -webkit-text-fill-color: inherit;
    background-color: #4e3ea1;
    background-image: url('../images/Cell-Background-7_1Cell Background 7.webp');
    background-position: 0 0;
    background-size: auto;
    background-clip: border-box;
    transition: all .2s;
    box-shadow: inset 0 2px 14px #fff9f959, 0 2px 4px -1px #0009, 0 4px 6px -1px #0006;
  }

  .card:hover {
    filter: saturate(200%);
    box-shadow: inset 1px 0 20px 14px #cde5ff69, 0 2px 4px -1px #0009, 0 4px 6px -1px #0006;
  }

  .card.green {
    background-color: #114c85;
    box-shadow: inset 0 2px 12px #fff9f959, 0 2px 4px -1px #0009, 0 4px 6px -1px #0006;
  }

  .card.blue {
    background-color: #0f67a1;
    box-shadow: inset 0 2px 14px #fff9f959, 0 2px 4px -1px #0009, 0 4px 6px -1px #0006;
  }

  .card.yellow {
    background-color: #41006d;
    box-shadow: inset 0 2px 13px 3px #fff3, 0 2px 4px -1px #0009, 0 4px 6px -1px #0000001a;
  }

  .card.yellow:hover {
    box-shadow: inset 0 2px 16px 20px #fff3, 0 2px 4px -1px #0009, 0 4px 6px -1px #0000001a;
  }

  .card.red {
    background-color: #230058;
  }

  .logo-relative {
    filter: hue-rotate();
    transition: filter .45s, box-shadow .3s ease-out;
  }

  .logo-relative:hover {
    filter: hue-rotate(120deg);
  }

  .button-3 {
    line-height: 2;
  }

  .shopify-accent {
    right: 19.9rem;
  }

  .paralax-image-1 {
    position: relative;
  }

  .star-accent {
    left: -11%;
  }

  .logo-3 {
    width: 16rem;
  }

  .faq-card {
    border-top-color: #d4d4d4;
    border-bottom-color: #d4d4d4;
  }
}

@media screen and (max-width: 991px) {
  .navbar {
    padding-left: 15px;
    padding-right: 15px;
  }

  .main-section {
    padding: 40px 10px;
  }

  .main-section.dark {
    padding-left: 0;
    padding-right: 0;
  }

  .preview-text {
    max-height: 40px;
    overflow: hidden;
  }

  .section-heading {
    text-align: center;
    display: block;
  }

  .footer-section {
    padding-left: 10px;
    padding-right: 10px;
  }

  .featured-text {
    padding-top: 70px;
    position: absolute;
    inset: 0;
  }

  .featured-title {
    font-size: 23px;
  }

  .category-tag-2 {
    z-index: 10;
  }

  .featured-description {
    max-height: 55px;
    padding-right: 0;
    font-size: 17px;
    line-height: 23px;
    overflow: hidden;
  }

  .blog-thumbnail {
    width: 33.33%;
    padding-top: 6px;
    padding-bottom: 6px;
  }

  .featuredthumbnail {
    padding-top: 5px;
    padding-bottom: 5px;
  }

  .category-block {
    padding: 10px 0;
  }

  .dot3-2022, .i-2022 {
    width: 78vw;
  }

  .stat-heading {
    font-size: 56px;
  }

  ._0-2022 {
    width: 78vw;
  }

  .color-swatch-3 {
    left: 466px;
  }

  ._2-1-2022 {
    width: 78vw;
  }

  .automator-logo.large {
    width: 18vw;
  }

  .end-heading {
    text-align: left;
    font-size: 40px;
  }

  .figma-ui {
    border-radius: 6px;
  }

  .color-swatch-5 {
    left: 448px;
  }

  .section-header {
    text-align: center;
    padding-left: 16px;
    padding-right: 16px;
  }

  .section-vh.blue, .section-vh.orange, .section-vh.flex-center.yellow {
    padding-left: 16px;
    padding-right: 16px;
  }

  .section-vh.end {
    height: auto;
    padding-top: 120px;
    padding-bottom: 120px;
  }

  .section-vh.red {
    overflow: hidden;
  }

  .section-vh.green {
    height: auto;
    min-height: 960px;
    padding-left: 16px;
    padding-right: 16px;
  }

  .stat-heading-small {
    font-size: 28px;
  }

  .dot2-2022, .n-2022, ._2-3-2022 {
    width: 78vw;
  }

  .automations-ran-section {
    z-index: 500;
    position: relative;
  }

  .figma-ui-section {
    max-width: 770px;
    bottom: -80px;
  }

  .automator-ui-large {
    height: 790px;
    bottom: -8%;
    transform: scale(.9);
  }

  .icons-absolute {
    max-width: 100%;
    padding-left: 16px;
    padding-right: 16px;
  }

  .icons-grid {
    max-width: 100%;
    position: absolute;
  }

  .color-names-relatve {
    bottom: 348px;
  }

  .icon-resize {
    min-width: 32px;
    max-width: none;
  }

  ._2-2-2022 {
    width: 78vw;
  }

  .counter-new {
    font-size: 120px;
  }

  .dot1-2022 {
    width: 78vw;
  }

  .hero-layout {
    height: auto;
  }

  .cell-content {
    flex-wrap: wrap;
    min-height: 250px;
  }

  .blending-group-wrapper {
    margin-left: -4em;
  }

  .shape-4 {
    top: 22em;
  }

  .ultra-gradient-wrapper {
    font-size: 1.3vh;
  }

  .shape-3 {
    width: 44em;
    height: 57em;
    position: absolute;
    inset: 23.2em -9.5em 0 auto;
  }

  .multi-step-form-radio-trigger---brix {
    padding-left: 64px;
    padding-right: 24px;
    font-size: 16px;
  }

  .radio-button-field {
    padding: 40px 24px;
  }

  .header__humb-close {
    z-index: 2;
    padding: 0;
    display: none;
    position: absolute;
    inset: 0%;
  }

  .swiper-slide.mod--reviews {
    padding-left: 12px;
    padding-right: 12px;
  }

  .swiper-slide.mod--numb {
    flex: none;
    width: 100%;
  }

  .btn.btn--header {
    display: none;
  }

  .hero_illustr-plane {
    max-width: 42px;
    top: -50px;
  }

  .hero_illustr-ball {
    max-width: 40px;
    top: -5px;
    left: 45px;
  }

  .questions__col.mod--1 {
    margin-bottom: 64px;
  }

  .header__humb-line {
    background-color: #fff;
    border-radius: 100px;
    flex: none;
    width: 100%;
    max-width: 24px;
    height: 2px;
    margin-top: 3px;
    margin-bottom: 3px;
    padding: 0;
    position: relative;
  }

  .header__humb-line.mod--3 {
    bottom: 0;
  }

  .header__humb-line.mod--2 {
    left: auto;
  }

  .hero_illustr-wrap {
    max-width: 310px;
    top: 228px;
  }

  .swiper-pagination-bullet {
    opacity: .4;
    background-color: #ebbea7;
    border-radius: 100px;
    flex: 1;
    max-width: 40px;
    height: 3px;
    margin-left: 6px;
    margin-right: 6px;
    padding: 0;
    transition: all .1s;
  }

  .hero__logo-wrap {
    padding-left: 20px;
    padding-right: 20px;
  }

  .header__search {
    max-width: 16px;
  }

  .swiper__arrow.arrow--next {
    margin-left: 20px;
  }

  .swiper__arrow.arrow--prev {
    margin-right: 20px;
  }

  .header__col.mod--2, .swiper__nav, .reviews__dash {
    display: none;
  }

  .courses__col {
    flex: 0 auto;
    width: 50%;
  }

  .courses__col.mod--3 {
    margin-top: 24px;
  }

  .footer__col {
    width: 100%;
  }

  .footer__col.mod--1 {
    margin-bottom: 32px;
  }

  .footer__copyright {
    font-size: 14px;
  }

  .hero__logos {
    width: auto;
    max-width: none;
    margin-left: -24px;
    margin-right: -24px;
  }

  .hero_illustr-hand {
    max-width: 68px;
    top: 50px;
    left: 70px;
  }

  .courses__columns {
    flex-wrap: wrap;
    justify-content: center;
  }

  .hero__numb-block {
    width: 100%;
    max-width: none;
  }

  .footer__dash {
    display: none;
  }

  .header__humb-wrap {
    cursor: pointer;
    justify-content: center;
    align-items: center;
    width: 32px;
    height: 32px;
    display: flex;
    position: relative;
  }

  .footer__columns.mod--top {
    flex-wrap: wrap;
  }

  .hero__counts-dash {
    display: none;
  }

  .hero_illustr-leaves {
    max-width: 36px;
    right: 34px;
  }

  .logo-2 {
    max-width: 105px;
  }

  .steps__columns {
    flex-direction: column-reverse;
  }

  .courses__heading-wrap {
    display: block;
  }

  .header__humb {
    z-index: 0;
    cursor: pointer;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    display: flex;
    position: relative;
  }

  .hero_illustr-leaves2 {
    max-width: 55px;
    bottom: 21px;
    left: 0;
  }

  .hero__counts {
    width: 100%;
    display: block;
  }

  .swiper.mod--numb {
    max-width: 300px;
    margin-left: auto;
    margin-right: auto;
  }

  .swiper.swiper--reviews {
    width: auto;
    margin-left: -12px;
    margin-right: -12px;
  }

  .questions__columns {
    flex-direction: column;
  }

  .section-2.mod--footer {
    padding-top: 64px;
    padding-bottom: 40px;
  }

  .section-2.mod--header {
    top: 24px;
  }

  .swiper-pagination-bullets.mod--numbs {
    margin-top: 32px;
    display: flex;
  }

  .faq-wrapper {
    width: 100%;
    max-width: none;
  }

  .price-third {
    border-left-width: 1px;
    border-radius: 1rem;
  }

  .slide-text-block {
    justify-content: flex-start;
    height: 80px;
  }

  .slider-main_block {
    justify-content: space-between;
    width: 100%;
  }

  .footer-wrapper {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    flex-direction: column;
    align-items: flex-start;
  }

  .header-accent-2 {
    top: 109px;
    bottom: -2%;
    left: -10%;
  }

  .slider-mini_block {
    flex-direction: row;
    width: 100%;
  }

  .slide-image-mask.mini {
    width: 48%;
    height: auto;
  }

  .shopify-accent {
    top: 14.5rem;
    right: -5.5rem;
  }

  .slide-main-wrapper {
    flex-direction: column-reverse;
    width: 100%;
    height: 100%;
  }

  .star-accent {
    top: -19.4rem;
    left: -19.7rem;
  }

  .price-first {
    border-right-width: 1px;
    border-radius: 1rem;
  }

  .section-header-2 {
    overflow: hidden;
  }

  .star-accent2 {
    bottom: -20rem;
    right: 0;
  }

  .card-sizw-big {
    grid-column-gap: 4rem;
    grid-row-gap: 4rem;
    padding: 2rem;
  }

  .faq-plus {
    margin-right: 20px;
    position: absolute;
  }

  .plans {
    grid-column-gap: 4rem;
    grid-row-gap: 4rem;
    flex-direction: column;
  }

  .fg-slider-arrows {
    inset: auto 0% 0% auto;
  }

  .fg-slider-arrows.right-arrow {
    inset: auto 13% 0% auto;
  }

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

  .mask-2 {
    height: 80vh;
  }
}

@media screen and (max-width: 767px) {
  .hero-section {
    height: 440px;
    padding-top: 162px;
  }

  .main-section {
    padding-left: 20px;
    padding-right: 20px;
  }

  .main-section.dark {
    padding-left: 0;
    padding-right: 0;
  }

  .featured-text {
    inset: auto 0 0;
  }

  .featured-title {
    font-size: 27px;
  }

  .featured-description {
    font-size: 18px;
  }

  .author-picture {
    width: 210px;
    margin-bottom: 6px;
    margin-right: 13px;
  }

  .authorbio {
    font-size: 14px;
    line-height: 17px;
  }

  .blog-thumbnail {
    width: 50%;
  }

  .featuredthumbnail {
    padding: 10px 0;
  }

  .category-wrapper {
    width: 33.33%;
    padding-top: 4px;
    padding-bottom: 4px;
    display: inline-block;
  }

  .about-image {
    margin-left: auto;
    margin-right: auto;
    display: block;
  }

  .success-message {
    color: #fff;
    background-color: #5cc489;
    padding-top: 28px;
    font-size: 18px;
  }

  .success-text {
    font-size: 18px;
  }

  .intro-heading {
    font-size: 20px;
  }

  .color-swatch-1 {
    display: none;
  }

  .made-by-diagram-logo {
    width: 18px;
  }

  .diagram-text {
    margin-left: 4px;
    font-size: 16px;
  }

  ._22-span {
    font-size: 20px;
    top: -12%;
    right: -16%;
  }

  .stat-heading {
    font-size: 40px;
    line-height: 1.1;
  }

  .color-swatch-6, .color-swatch-2 {
    display: none;
  }

  .figma-com-button-text, .figma-com-button-text.stat {
    font-size: 20px;
  }

  .actions-heading {
    font-size: 112px;
  }

  .figma-community-button {
    padding: 16px 20px;
  }

  .arrow-graphic-absolute, .color-swatch-3 {
    display: none;
  }

  .automator-logo {
    width: 100px;
  }

  .tooltip-text {
    font-size: 14px;
  }

  .cta-text {
    font-size: 20px;
  }

  .automator-ui-stat-large.orange {
    font-size: 40px;
  }

  .end-heading {
    margin-bottom: 16px;
    font-size: 29px;
    line-height: 1.3;
  }

  .automator-ui-heading-large {
    font-size: 26px;
  }

  .automator-ui-heading-large.medium {
    margin-left: 0;
  }

  .counter-figma {
    font-size: 112px;
  }

  .figma-ui {
    border-radius: 4px;
  }

  .arrow-absolute {
    display: none;
  }

  .lottie-animation {
    width: 36px;
  }

  .color-swatch-5, .toast-relative, .light-to-dark-app {
    display: none;
  }

  .ui-mobile-blocker {
    display: block;
  }

  .product-card-image.magician {
    border-radius: 12px;
  }

  .section-header.figma {
    padding-left: 0;
    padding-right: 0;
  }

  .section-vh.blue {
    height: auto;
    min-height: 800px;
    max-height: none;
  }

  .section-vh.orange {
    max-height: none;
  }

  .section-vh.purple {
    align-items: stretch;
    min-height: auto;
    max-height: 970px;
  }

  .section-vh.red {
    max-height: 800px;
  }

  .section-vh.green {
    min-height: 750px;
  }

  .stat-heading-small {
    font-size: 24px;
  }

  .stat-heading-small.refactor {
    font-size: 26px;
  }

  .automations-right {
    display: none;
  }

  .counter-ran {
    font-size: 80px;
  }

  .automations-left {
    display: none;
  }

  .product-card {
    transition: box-shadow .3s;
  }

  .product-card:hover {
    box-shadow: none;
    transform: none;
  }

  .product-card.last {
    margin-right: 8vw;
  }

  .counter-figma-copy {
    font-size: 65%;
  }

  .made-by-text {
    margin-right: 6px;
    font-size: 16px;
  }

  .cta-section {
    margin-top: 32px;
  }

  .color-swatch-4 {
    display: none;
  }

  .end-paragraph {
    text-align: left;
    font-size: 20px;
  }

  .figma-ui-section {
    max-width: 520px;
  }

  .automator-ui-large {
    width: 560px;
    height: 850px;
    min-height: 800px;
    position: relative;
    bottom: 31px;
    transform: scale(.7);
  }

  .tooltip-float-twitter.top, .icons-absolute, .icons-grid, .color-names-relatve {
    display: none;
  }

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

  .counter-countries {
    font-size: 112px;
  }

  .ui-hover {
    display: none;
  }

  .action-icon {
    width: 64px;
  }

  .counter-new {
    font-size: 112px;
  }

  .icon-flex {
    width: 400px;
    margin-top: 40px;
  }

  .logo-relative {
    margin-bottom: 20px;
  }

  .main-shapes-wrapper, .blending-group-wrapper {
    filter: blur(80px);
  }

  .shape-3 {
    width: 30em;
    height: 100em;
  }

  .form-step-number---brix {
    margin-left: 10px;
    margin-right: 10px;
  }

  .first-step-grid---brix {
    grid-row-gap: 40px;
    grid-template-columns: 1fr;
  }

  .first-step-grid---brix.uniform-space---brix {
    grid-row-gap: 24px;
  }

  .slide---brix {
    padding-bottom: 8px;
  }

  .multi-step-form-error-message---brix {
    margin-top: 170px;
  }

  .submit-content-wrapper---brix {
    margin-top: 32px;
  }

  .steps-bar---brix {
    justify-content: space-between;
    padding-bottom: 24px;
  }

  .form-content---brix {
    padding-top: 40px;
    padding-bottom: 0;
  }

  .multi-step-form-wrapper---brix.preview-page {
    max-width: 90%;
  }

  .form-step-progress-bar-mobile---brix {
    border-radius: 500px;
    width: auto;
    max-width: 100%;
    display: flex;
  }

  .form-step-progress-bar-mobile---brix.step-3---brix {
    background-color: #4a3aff;
    width: 80%;
    max-width: 100%;
    margin-left: 0;
    margin-right: 0;
  }

  .form-step-progress-bar-mobile---brix.step-2---brix {
    background-color: #4a3aff;
    width: 50%;
    max-width: 100%;
    margin-left: 0;
    margin-right: 0;
  }

  .form-step-progress-bar-mobile---brix.step-1---brix {
    background-color: #4a3aff;
    width: 22%;
    max-width: 100%;
    margin-left: 0;
    margin-right: 0;
  }

  .form-step-progress-bar-mobile---brix.full-bar---brix {
    background-color: #4a3aff;
    width: 100%;
    max-width: 100%;
    margin-left: 0;
    margin-right: 0;
  }

  .multi-step-form---brix {
    padding-bottom: 48px;
    padding-left: 32px;
    padding-right: 32px;
  }

  .multi-step-form-button---brix {
    top: 990px;
  }

  .multi-step-form-button---brix.left---brix {
    left: -32px;
  }

  .multi-step-form-button---brix.left---brix.preview-page {
    top: 960px;
  }

  .multi-step-form-button---brix.right---brix {
    right: -32px;
  }

  .multi-step-form-button---brix.right---brix.preview-page {
    top: 960px;
  }

  .form-step-progress-bar---brix {
    display: none;
  }

  .multi-step-form-block---brix {
    min-height: auto;
  }

  .steps-bar-wrapper--brix {
    flex-direction: column;
    padding-bottom: 32px;
    display: flex;
  }

  .swiper-slide {
    width: 100%;
  }

  .swiper-slide.mod--reviews {
    flex: none;
    padding-left: 0;
    padding-right: 0;
  }

  .swiper__nav.mod--reviews {
    margin-top: 48px;
    display: flex;
  }

  .footer__drop-arrow {
    width: 16px;
    height: 16px;
    padding: 0;
    display: block;
    position: absolute;
    top: 9px;
    right: 0;
  }

  .courses__col {
    width: 100%;
    margin-bottom: 24px;
  }

  .courses__col.mod--3 {
    margin-top: 0;
    margin-bottom: 0;
  }

  .footer__col.mod--2 {
    flex-wrap: wrap;
    justify-content: flex-start;
  }

  .footer__col.mod--copyright {
    justify-content: center;
  }

  .footer__col.mod--2-copy {
    flex-wrap: wrap;
    justify-content: flex-start;
  }

  .footer__copyright-logo {
    width: 30px;
  }

  .footer__follow {
    text-align: center;
    margin-top: 22px;
  }

  .footer__drop {
    width: 100%;
    margin-left: 0;
    margin-right: auto;
  }

  .footer__dash {
    background-image: url('../images/dash-goriz.svg');
    background-position: 50%;
    background-repeat: repeat-x;
    width: 100%;
    height: 2px;
    margin: 24px 0;
    display: block;
  }

  .footer__dash.mod--1 {
    display: none;
  }

  .footer__dash.mod--3 {
    display: block;
  }

  .footer__columns.mod--top {
    margin-bottom: 24px;
  }

  .footer__columns.mod--bottom {
    flex-direction: column-reverse;
    align-items: center;
  }

  .footer__list {
    column-count: 0;
    flex-wrap: wrap;
    flex: 1;
    column-gap: 0;
    max-width: 500px;
    display: flex;
  }

  .footer__list-item {
    width: 50%;
  }

  .swiper.swiper--reviews {
    width: 100%;
    max-width: 300px;
    margin-left: auto;
    margin-right: auto;
  }

  .swiper-pagination-bullets {
    display: flex;
  }

  .faq-wrapper {
    width: 100%;
    max-width: none;
  }

  .faq-content {
    padding-left: 0;
    padding-right: 0;
  }

  .mobile-menu_toggle {
    z-index: 20;
    background-color: #121417;
    border-radius: 1rem;
    justify-content: center;
    align-items: center;
    width: 3rem;
    height: 3rem;
    padding: .5rem;
    display: flex;
  }

  .footer-wrapper {
    padding-bottom: 2rem;
  }

  .header-accent-2 {
    left: -28%;
  }

  .navigation {
    z-index: 10;
    -webkit-backdrop-filter: blur(7px);
    backdrop-filter: blur(7px);
    background-color: #121417f7;
    border-width: 0;
    border-radius: 0;
    flex-direction: column;
    align-items: center;
    width: 100vw;
    height: 100vh;
    display: none;
    position: fixed;
    inset: 0%;
  }

  .project-showcase {
    overflow: scroll;
  }

  .section-footer {
    margin-top: 15rem;
  }

  .mobile-menu_toggle-close {
    z-index: 20;
    background-color: #121417;
    border-radius: 1rem;
    justify-content: center;
    align-items: center;
    width: 3rem;
    height: 3rem;
    padding: .5rem;
    display: flex;
  }

  .mobile-menu_toggle-close.show-mobile_landscape {
    display: none;
  }

  .navigation_wrapper {
    background-color: #121417;
    justify-content: space-between;
    align-items: center;
    padding: .6rem 2.5rem;
    inset: 0% 0% auto;
  }

  .services-div {
    width: 100%;
  }

  .logo-heading.show-mobile_landscape {
    font-size: 1.25rem;
  }

  .menu-lottie {
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .section-header-2 {
    margin-top: 6rem;
  }

  .card-sizw-big {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    flex-direction: column;
    width: 100%;
  }

  .faq-plus {
    width: 32px;
    height: 32px;
    margin-right: 0;
    position: relative;
  }

  .faq-head {
    min-height: 60px;
    padding: 12px 0;
  }

  .fg-slider-arrows {
    width: 45px;
    height: 45px;
    padding: 20px;
    inset: auto 25% 0% auto;
  }

  .fg-slider-arrows.right-arrow {
    inset: auto 0% 0% auto;
  }

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

  .recent-projects_accent {
    display: none;
    top: 2rem;
  }

  .mask-2 {
    height: 50vh;
  }
}

@media screen and (max-width: 479px) {
  h2 {
    font-size: 18px;
    line-height: 28px;
  }

  .hero-section {
    height: 430px;
    padding-top: 118px;
    padding-left: 21px;
    padding-right: 21px;
  }

  .navbar {
    padding: 2px 15px 7px;
  }

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

  .long-text {
    margin-top: 0;
  }

  .hero-subheading {
    line-height: 27px;
  }

  .main-section {
    margin-top: -156px;
    padding: 0 15px 48px;
  }

  .main-section.dark, .main-section.bottom-padding {
    margin-top: 0;
  }

  .author-img, .section-heading {
    display: block;
  }

  .med-divider {
    width: 60%;
  }

  .form-wrapper {
    width: 100%;
    padding-left: 15px;
    padding-right: 15px;
  }

  .field {
    border-top-right-radius: 2px;
    border-bottom-right-radius: 2px;
    width: 100%;
    margin-bottom: 5px;
  }

  .submit-button {
    border-top-left-radius: 2px;
    border-bottom-left-radius: 2px;
    width: 100%;
  }

  .footer-section {
    position: relative;
  }

  .footer-link {
    float: none;
    text-align: center;
    padding-left: 0;
    display: block;
  }

  .featured-text {
    padding: 0 15px 55px;
  }

  .featured-title {
    font-size: 18px;
  }

  .category-tag-2 {
    padding: 6px;
    top: 15px;
    left: 15px;
  }

  .featured-description {
    display: none;
  }

  .featured-details {
    padding-left: 15px;
    padding-right: 15px;
  }

  .inner-hero {
    z-index: -7;
    height: 330px;
    padding-top: 93px;
    top: 1px;
  }

  .author-picture {
    float: none;
    text-align: center;
    border-radius: 110px;
    width: 130px;
    margin-bottom: 2px;
    margin-left: auto;
    margin-right: auto;
    display: block;
  }

  .author-name-main {
    text-align: center;
    margin-top: 2px;
    font-size: 23px;
    line-height: 34px;
  }

  .authorbio {
    text-align: center;
    font-size: 14px;
  }

  .social-wrapper {
    text-align: center;
  }

  .hero-header {
    margin-top: 35px;
    margin-bottom: 25px;
    font-size: 40px;
  }

  .blog-thumbnail {
    width: 100%;
    padding-top: 6px;
    padding-bottom: 6px;
  }

  .footer-logo, .footer-logo.w--current {
    text-align: center;
    padding-top: 10px;
    padding-bottom: 10px;
    display: block;
  }

  .blog-post {
    width: 95%;
  }

  .featuredthumbnail {
    padding: 5px 0;
  }

  .nav-link {
    opacity: .7;
    text-align: center;
    padding-top: 14px;
    padding-bottom: 14px;
    font-size: 17px;
    display: block;
  }

  .nav-link.w--current {
    opacity: 1;
    color: #fff;
  }

  .category-wrapper {
    border: 0 solid #000;
  }

  .logo {
    float: left;
    text-align: center;
    padding-top: 15px;
    padding-bottom: 15px;
    padding-left: 0;
    display: inline-block;
  }

  .nav-menu {
    background-color: #232f38eb;
    width: 100%;
    padding-top: 60px;
    display: block;
    position: absolute;
  }

  .close-x {
    color: #fff;
    text-transform: uppercase;
    width: 80px;
    margin-left: auto;
    margin-right: auto;
    font-size: 27px;
    text-decoration: none;
    display: block;
    position: absolute;
    top: 21px;
    left: 35px;
    right: 35px;
  }

  .success-text {
    line-height: 27px;
  }

  .socialbutton {
    color: #ddfff9;
    text-align: center;
    background-color: #3853ec;
    border: 5px solid #586af9;
    border-radius: 15px;
    width: 100%;
    margin-top: 8px;
    padding-left: 17px;
  }

  .socialbutton:hover {
    color: #000;
    background-color: #673fdd;
    border-color: #7558f9;
  }

  .socialbutton:visited {
    color: #938dff;
    background-color: #432377;
  }

  .image {
    position: relative;
    bottom: -11px;
    left: 75%;
    right: -80%;
  }

  .in-2023-text {
    margin-bottom: 24px;
    font-size: 20px;
  }

  .end-max-width {
    width: auto;
  }

  .figma-icon {
    width: 56px;
  }

  .countries-heading {
    font-size: 80px;
  }

  .wrapped-text {
    margin-left: 6px;
    font-size: 14px;
  }

  .automator-ui-name-large {
    margin-left: 12px;
    font-size: 18px;
  }

  .actions-heading {
    font-size: 80px;
  }

  .figma-button {
    width: 64px;
    height: 64px;
    bottom: 16px;
    right: 16px;
  }

  .cta-text {
    margin-bottom: 16px;
    font-size: 18px;
  }

  .automator-ui-stat-large.red, .automator-ui-stat-large.green, .automator-ui-stat-large.purple, .automator-ui-stat-large.blue {
    font-size: 28px;
  }

  .automator-ui-stat-large.orange {
    margin-right: 12px;
    font-size: 28px;
  }

  .intro-flex {
    margin-top: -72px;
  }

  .scroll-indicator-flex {
    margin-bottom: 108px;
    display: none;
  }

  .end-heading {
    text-align: center;
    margin-bottom: 8px;
    font-size: 30px;
  }

  .card-section {
    margin-top: 0;
    transform: scale(.8);
  }

  .automator-ui-heading-large {
    font-size: 18px;
  }

  .automator-ui-heading-large.medium {
    font-size: 16px;
  }

  .counter-figma {
    font-size: 80px;
  }

  .figma-ui {
    border-radius: 4px;
    margin-top: 0;
  }

  .automator-wrapped-fixed {
    z-index: 50;
    margin-bottom: 12px;
  }

  .lottie-animation {
    width: 36px;
  }

  .ui-close-icon-large {
    width: 60px;
  }

  .section-header {
    align-items: center;
    padding-left: 16px;
    padding-right: 16px;
  }

  .section-header.last {
    align-items: center;
  }

  .section-vh.blue {
    flex-flow: column;
    max-height: none;
  }

  .section-vh.orange {
    min-height: 1000px;
  }

  .section-vh.flex-center.yellow {
    height: auto;
    max-height: none;
  }

  .section-vh.end {
    padding-bottom: 40px;
  }

  .section-vh.purple {
    align-items: center;
    height: auto;
    max-height: none;
    padding-left: 20px;
    padding-right: 20px;
  }

  .section-vh.red {
    min-height: auto;
    max-height: 880px;
  }

  .section-vh.green {
    min-height: 800px;
  }

  .stat-heading-small.refactor {
    margin-top: 12px;
    font-size: 22px;
  }

  .counter-ran {
    font-size: 69px;
  }

  .ui-row-large {
    height: 68px;
    padding-left: 12px;
    padding-right: 12px;
  }

  .product-card {
    width: 100%;
    min-width: auto;
    max-width: 340px;
    margin-bottom: 24px;
    margin-right: 0;
  }

  .product-card.last {
    margin-left: 0;
    margin-right: 0;
  }

  .product-card.magician {
    margin-left: 0;
  }

  .automator-icos {
    width: 48px;
    margin-left: -8px;
  }

  .counter-figma-copy {
    font-size: 69px;
  }

  .cta-section {
    margin-top: 32px;
  }

  .end-paragraph {
    text-align: center;
    font-size: 18px;
  }

  .logo-white {
    width: 16px;
  }

  .automations-ran-section {
    margin-top: 48px;
  }

  .product-scroll-wrapper {
    flex-direction: column;
    flex: none;
    justify-content: center;
    align-items: center;
    padding: 24px 16px 0;
  }

  .figma-ui-section {
    max-width: 350px;
    bottom: 125px;
  }

  .automator-ui-logo-large {
    width: 32px;
  }

  .automator-ui-large {
    width: 100%;
    max-width: 370px;
    height: auto;
    min-height: auto;
    margin-top: 40px;
    margin-left: auto;
    margin-right: auto;
    bottom: 0;
    transform: none;
  }

  .counter-countries {
    font-size: 80px;
  }

  .card-title {
    margin-bottom: 37px;
  }

  .card {
    width: 11%;
    min-width: 11%;
    min-height: 11%;
    max-height: 11%;
  }

  .action-icon {
    width: 48px;
  }

  .counter-new {
    font-size: 70px;
  }

  .icon-flex {
    width: 280px;
  }

  .background-image {
    z-index: -998;
    filter: blur(5px);
    border-radius: 30px;
    transition: filter .2s;
  }

  .background-image:hover {
    filter: blur(5px);
  }

  .background-image.yop {
    filter: none;
  }

  .container-3, .hero-layout {
    overflow: visible;
  }

  .cell-content.link {
    filter: hue-rotate();
    object-fit: contain;
    overflow: hidden;
  }

  .cell-content.link:hover {
    filter: hue-rotate(31deg);
  }

  .shape-4 {
    top: 30.7em;
  }

  .first-step-grid---brix {
    margin-bottom: 32px;
  }

  .first-step-grid---brix.uniform-space---brix {
    grid-row-gap: 16px;
  }

  .multi-step-form-radio-trigger---brix {
    text-align: left;
    white-space: nowrap;
    padding-left: 60px;
    padding-right: 16px;
    font-size: 16px;
    line-height: 1.5;
  }

  .multi-step-form-error-message---brix {
    margin-top: 32px;
  }

  .steps-bar---brix {
    justify-content: space-between;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
  }

  .multi-step-form-wrapper---brix.preview-page {
    max-width: 100%;
  }

  .select-item-icon---brix {
    max-width: 24%;
  }

  .form-step-progress-bar-mobile---brix {
    margin-left: 0;
    margin-right: 0;
    display: flex;
  }

  .form-step-progress-bar-mobile---brix.step-3---brix {
    width: 78%;
  }

  .form-step-progress-bar-mobile---brix.step-1---brix {
    width: 25%;
  }

  .form-step-progress-bar-mobile---brix.full-bar---brix {
    width: 100%;
  }

  .multi-step-form---brix {
    padding-bottom: 12px;
    padding-left: 0;
    padding-right: 0;
  }

  .multi-step-form-button---brix {
    font-size: 16px;
  }

  .multi-step-form-button---brix.left---brix {
    margin-bottom: 12px;
    display: block;
    position: static;
    left: auto;
  }

  .multi-step-form-button---brix.right---brix {
    display: block;
    position: static;
    right: auto;
  }

  .form-step-progress-bar---brix {
    display: none;
  }

  .multi-step-form-label---brix {
    font-size: 16px;
  }

  .radio-button-field {
    padding: 40px 20px;
  }

  .cell {
    border-radius: 30px;
  }

  .product_image_wrapper {
    border-radius: 24px;
    height: 190px;
  }

  .ad_card_image {
    width: 100%;
    max-width: none;
  }

  .prodile_image {
    max-width: 60px;
    max-height: 60px;
  }

  .book_item {
    width: 180px;
  }

  .highlight_card {
    border-radius: 24px;
  }

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

  ._3_col_grid.vertical_scroll {
    grid-template-columns: 1fr 1fr 1fr;
    padding-bottom: 20px;
    overflow: scroll;
  }

  .section_title {
    text-align: center;
  }

  .ad_card {
    border-radius: 24px;
    flex-direction: column;
    align-items: center;
    height: auto;
    padding-left: 16px;
    padding-right: 16px;
  }

  .section {
    padding-left: 24px;
    padding-right: 24px;
  }

  .display_large {
    font-size: 50px;
  }

  .button_icon.button_outline.full_width {
    width: 100%;
  }

  .article_image {
    border-radius: 24px;
    height: 110px;
  }

  .profile_wrapper {
    width: 80px;
    height: 80px;
  }

  .text_wrapper.wrapper_medium.center_mobile {
    text-align: center;
    align-items: center;
  }

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

  .event_card {
    border-radius: 24px;
  }

  .graph_bar {
    border-radius: 24px;
    padding: 16px;
  }

  .graph_bar.available {
    font-size: 10px;
    line-height: 130%;
  }

  .discount_tag {
    font-size: 10px;
  }

  .flex_wrapper.flex_distribute.flex_alignt_top {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

  .flex_wrapper.flex_distribute.link_block {
    line-height: 1.5;
  }

  .flex_wrapper.flex_distribute.event_card_2 {
    text-align: center;
    border-radius: 24px;
    flex-direction: column;
  }

  .flex_wrapper.flex_center {
    flex-wrap: wrap;
  }

  .flex_wrapper.flex_center.mobile_vertical {
    flex-direction: column;
  }

  .flex_wrapper.flex_vertical.card_link {
    background-color: #fff;
    border-color: #fff;
    height: 150px;
  }

  .flex_wrapper.flex_vertical.flex_distribute.flex_left.center_mobile {
    text-align: center;
    align-items: center;
  }

  .flex_wrapper.flex_left {
    font-size: 14px;
  }

  .spacing_48 {
    height: 32px;
  }

  .swiper-slide {
    width: 100%;
  }

  .swiper-slide.mod--reviews {
    width: auto;
  }

  .footer__social {
    justify-content: space-between;
  }

  .footer__drop-btn {
    text-transform: uppercase;
    width: 100%;
    padding: 8px 0;
    display: block;
  }

  .swiper__nav {
    display: none;
  }

  .footer__drop-arrow {
    background-image: url('../images/ico_arrow-drop.svg');
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: contain;
  }

  .footer__follow {
    align-items: flex-start;
    max-width: 230px;
  }

  .footer__drop {
    width: 100%;
    display: block;
  }

  .footer__follow-heart {
    top: -7px;
    right: -3px;
  }

  .footer__copyright {
    max-width: 160px;
  }

  .footer__list {
    margin-top: 0;
  }

  .footer__list-item.mod--contact {
    opacity: .7;
    width: 100%;
  }

  .faq-wrapper {
    width: 100%;
    max-width: none;
  }

  .fg-padding-global {
    padding-left: 14px;
    padding-right: 14px;
  }

  .header-accent-2 {
    left: -70%;
  }

  .heading-xsmall {
    font-size: 1rem;
  }

  .heading-medium {
    font-size: 2.5rem;
  }

  .footer-right {
    flex-direction: column;
  }

  .star-accent {
    top: -13.2rem;
    left: -11rem;
  }

  .logo-heading {
    font-size: 1.75rem;
  }

  .heading-large {
    font-size: 3rem;
  }

  .hide-mobile_portrait {
    display: none;
  }

  .star-accent2 {
    bottom: -12.5rem;
  }

  .awesome-slider_wrapper {
    padding-top: 20px;
  }

  .faq-plus {
    display: none;
  }

  .faq-head {
    flex-direction: column;
    align-items: flex-start;
  }

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

  .faq-toggle {
    flex-direction: row;
    align-items: center;
  }
}

#w-node-_2b0fdaec-a248-63f9-aebf-98d72ddadd9c-65fea0e2 {
  grid-area: span 2 / span 1 / span 2 / span 1;
}

#w-node-_2b0fdaec-a248-63f9-aebf-98d72ddaddaa-65fea0e2, #w-node-_2b0fdaec-a248-63f9-aebf-98d72ddaddb2-65fea0e2, #w-node-_2b0fdaec-a248-63f9-aebf-98d72ddaddbf-65fea0e2, #w-node-_2b0fdaec-a248-63f9-aebf-98d72ddadde3-65fea0e2, #w-node-_2b0fdaec-a248-63f9-aebf-98d72ddaddeb-65fea0e2, #w-node-_2b0fdaec-a248-63f9-aebf-98d72ddaddf6-65fea0e2, #w-node-_2b0fdaec-a248-63f9-aebf-98d72ddaddfe-65fea0e2, #w-node-_2b0fdaec-a248-63f9-aebf-98d72ddade06-65fea0e2, #w-node-_2b0fdaec-a248-63f9-aebf-98d72ddade2a-65fea0e2, #w-node-_2b0fdaec-a248-63f9-aebf-98d72ddade37-65fea0e2, #w-node-_2b0fdaec-a248-63f9-aebf-98d72ddade9d-65fea0e2, #w-node-_2b0fdaec-a248-63f9-aebf-98d72ddadea8-65fea0e2, #w-node-_2b0fdaec-a248-63f9-aebf-98d72ddadebf-65fea0e2, #w-node-_2b0fdaec-a248-63f9-aebf-98d72ddadec9-65fea0e2, #w-node-_2b0fdaec-a248-63f9-aebf-98d72ddaded3-65fea0e2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_1de768cf-e099-d434-5f31-d2ddf4ce09b0-0d248124 {
  grid-template-rows: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr .25fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
}

#w-node-_1de768cf-e099-d434-5f31-d2ddf4ce09b1-0d248124 {
  grid-area: span 2 / span 6 / span 2 / span 6;
}

#w-node-_1de768cf-e099-d434-5f31-d2ddf4ce09bd-0d248124 {
  grid-area: span 2 / span 3 / span 2 / span 3;
}

#w-node-_1de768cf-e099-d434-5f31-d2ddf4ce09c8-0d248124, #w-node-_1de768cf-e099-d434-5f31-d2ddf4ce09d3-0d248124 {
  grid-area: span 1 / span 3 / span 1 / span 3;
}

#w-node-_1de768cf-e099-d434-5f31-d2ddf4ce09de-0d248124, #w-node-_1de768cf-e099-d434-5f31-d2ddf4ce09e8-0d248124, #w-node-_1de768cf-e099-d434-5f31-d2ddf4ce09f4-0d248124 {
  grid-area: span 1 / span 4 / span 1 / span 4;
}

#w-node-_3ae978f7-6668-c328-acbb-9214ee2be50f-0d248124, #w-node-_3ae978f7-6668-c328-acbb-9214ee2be511-0d248124, #w-node-_3ae978f7-6668-c328-acbb-9214ee2be512-0d248124, #w-node-_3ae978f7-6668-c328-acbb-9214ee2be513-0d248124, #w-node-_3ae978f7-6668-c328-acbb-9214ee2be515-0d248124, #w-node-_3ae978f7-6668-c328-acbb-9214ee2be516-0d248124, #w-node-_3ae978f7-6668-c328-acbb-9214ee2be518-0d248124, #w-node-_3ae978f7-6668-c328-acbb-9214ee2be519-0d248124, #w-node-_3ae978f7-6668-c328-acbb-9214ee2be51d-0d248124, #w-node-_3ae978f7-6668-c328-acbb-9214ee2be51e-0d248124, #w-node-_3ae978f7-6668-c328-acbb-9214ee2be51f-0d248124, #w-node-_3ae978f7-6668-c328-acbb-9214ee2be520-0d248124, #w-node-_3ae978f7-6668-c328-acbb-9214ee2be521-0d248124, #w-node-_3ae978f7-6668-c328-acbb-9214ee2be522-0d248124, #w-node-_3ae978f7-6668-c328-acbb-9214ee2be523-0d248124, #w-node-_3ae978f7-6668-c328-acbb-9214ee2be524-0d248124, #w-node-_3ae978f7-6668-c328-acbb-9214ee2be525-0d248124, #w-node-_3ae978f7-6668-c328-acbb-9214ee2be526-0d248124, #w-node-_3ae978f7-6668-c328-acbb-9214ee2be527-0d248124, #w-node-_3ae978f7-6668-c328-acbb-9214ee2be528-0d248124, #w-node-_3ae978f7-6668-c328-acbb-9214ee2be529-0d248124, #w-node-_3ae978f7-6668-c328-acbb-9214ee2be52a-0d248124, #w-node-_3ae978f7-6668-c328-acbb-9214ee2be52b-0d248124, #w-node-_3ae978f7-6668-c328-acbb-9214ee2be52c-0d248124, #w-node-_3ae978f7-6668-c328-acbb-9214ee2be52d-0d248124, #w-node-_3ae978f7-6668-c328-acbb-9214ee2be52e-0d248124, #w-node-_3ae978f7-6668-c328-acbb-9214ee2be52f-0d248124, #w-node-_3ae978f7-6668-c328-acbb-9214ee2be530-0d248124, #w-node-_3ae978f7-6668-c328-acbb-9214ee2be531-0d248124, #w-node-_3ae978f7-6668-c328-acbb-9214ee2be532-0d248124, #w-node-_3ae978f7-6668-c328-acbb-9214ee2be533-0d248124, #w-node-_3ae978f7-6668-c328-acbb-9214ee2be534-0d248124, #w-node-_3ae978f7-6668-c328-acbb-9214ee2be535-0d248124, #w-node-_3ae978f7-6668-c328-acbb-9214ee2be536-0d248124, #w-node-_3ae978f7-6668-c328-acbb-9214ee2be537-0d248124, #w-node-_3ae978f7-6668-c328-acbb-9214ee2be538-0d248124, #w-node-_3ae978f7-6668-c328-acbb-9214ee2be539-0d248124, #w-node-_3ae978f7-6668-c328-acbb-9214ee2be53a-0d248124, #w-node-_3ae978f7-6668-c328-acbb-9214ee2be53b-0d248124, #w-node-_3ae978f7-6668-c328-acbb-9214ee2be53c-0d248124, #w-node-_3ae978f7-6668-c328-acbb-9214ee2be53d-0d248124, #w-node-_3ae978f7-6668-c328-acbb-9214ee2be53e-0d248124, #w-node-_3ae978f7-6668-c328-acbb-9214ee2be53f-0d248124, #w-node-_3ae978f7-6668-c328-acbb-9214ee2be540-0d248124, #w-node-_3ae978f7-6668-c328-acbb-9214ee2be541-0d248124, #w-node-_3ae978f7-6668-c328-acbb-9214ee2be542-0d248124, #w-node-_3ae978f7-6668-c328-acbb-9214ee2be543-0d248124, #w-node-_3ae978f7-6668-c328-acbb-9214ee2be544-0d248124, #w-node-_3ae978f7-6668-c328-acbb-9214ee2be50f-81013fe1, #w-node-_3ae978f7-6668-c328-acbb-9214ee2be511-81013fe1, #w-node-_3ae978f7-6668-c328-acbb-9214ee2be512-81013fe1, #w-node-_3ae978f7-6668-c328-acbb-9214ee2be513-81013fe1, #w-node-_3ae978f7-6668-c328-acbb-9214ee2be515-81013fe1, #w-node-_3ae978f7-6668-c328-acbb-9214ee2be516-81013fe1, #w-node-_3ae978f7-6668-c328-acbb-9214ee2be518-81013fe1, #w-node-_3ae978f7-6668-c328-acbb-9214ee2be519-81013fe1, #w-node-_3ae978f7-6668-c328-acbb-9214ee2be51d-81013fe1, #w-node-_3ae978f7-6668-c328-acbb-9214ee2be51e-81013fe1, #w-node-_3ae978f7-6668-c328-acbb-9214ee2be51f-81013fe1, #w-node-_3ae978f7-6668-c328-acbb-9214ee2be520-81013fe1, #w-node-_3ae978f7-6668-c328-acbb-9214ee2be521-81013fe1, #w-node-_3ae978f7-6668-c328-acbb-9214ee2be522-81013fe1, #w-node-_3ae978f7-6668-c328-acbb-9214ee2be523-81013fe1, #w-node-_3ae978f7-6668-c328-acbb-9214ee2be524-81013fe1, #w-node-_3ae978f7-6668-c328-acbb-9214ee2be525-81013fe1, #w-node-_3ae978f7-6668-c328-acbb-9214ee2be526-81013fe1, #w-node-_3ae978f7-6668-c328-acbb-9214ee2be527-81013fe1, #w-node-_3ae978f7-6668-c328-acbb-9214ee2be528-81013fe1, #w-node-_3ae978f7-6668-c328-acbb-9214ee2be529-81013fe1, #w-node-_3ae978f7-6668-c328-acbb-9214ee2be52a-81013fe1, #w-node-_3ae978f7-6668-c328-acbb-9214ee2be52b-81013fe1, #w-node-_3ae978f7-6668-c328-acbb-9214ee2be52c-81013fe1, #w-node-_3ae978f7-6668-c328-acbb-9214ee2be52d-81013fe1, #w-node-_3ae978f7-6668-c328-acbb-9214ee2be52e-81013fe1, #w-node-_3ae978f7-6668-c328-acbb-9214ee2be52f-81013fe1, #w-node-_3ae978f7-6668-c328-acbb-9214ee2be530-81013fe1, #w-node-_3ae978f7-6668-c328-acbb-9214ee2be531-81013fe1, #w-node-_3ae978f7-6668-c328-acbb-9214ee2be532-81013fe1, #w-node-_3ae978f7-6668-c328-acbb-9214ee2be533-81013fe1, #w-node-_3ae978f7-6668-c328-acbb-9214ee2be534-81013fe1, #w-node-_3ae978f7-6668-c328-acbb-9214ee2be535-81013fe1, #w-node-_3ae978f7-6668-c328-acbb-9214ee2be536-81013fe1, #w-node-_3ae978f7-6668-c328-acbb-9214ee2be537-81013fe1, #w-node-_3ae978f7-6668-c328-acbb-9214ee2be538-81013fe1, #w-node-_3ae978f7-6668-c328-acbb-9214ee2be539-81013fe1, #w-node-_3ae978f7-6668-c328-acbb-9214ee2be53a-81013fe1, #w-node-_3ae978f7-6668-c328-acbb-9214ee2be53b-81013fe1, #w-node-_3ae978f7-6668-c328-acbb-9214ee2be53c-81013fe1, #w-node-_3ae978f7-6668-c328-acbb-9214ee2be53d-81013fe1, #w-node-_3ae978f7-6668-c328-acbb-9214ee2be53e-81013fe1, #w-node-_3ae978f7-6668-c328-acbb-9214ee2be53f-81013fe1, #w-node-_3ae978f7-6668-c328-acbb-9214ee2be540-81013fe1, #w-node-_3ae978f7-6668-c328-acbb-9214ee2be541-81013fe1, #w-node-_3ae978f7-6668-c328-acbb-9214ee2be542-81013fe1, #w-node-_3ae978f7-6668-c328-acbb-9214ee2be543-81013fe1, #w-node-_3ae978f7-6668-c328-acbb-9214ee2be544-81013fe1 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

@media screen and (max-width: 991px) {
  #w-node-_1de768cf-e099-d434-5f31-d2ddf4ce09b0-0d248124 {
    grid-template-rows: 1fr 1fr 1fr;
    grid-template-columns: 1fr 1fr;
  }

  #w-node-_1de768cf-e099-d434-5f31-d2ddf4ce09b1-0d248124 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_1de768cf-e099-d434-5f31-d2ddf4ce09bd-0d248124, #w-node-_1de768cf-e099-d434-5f31-d2ddf4ce09c8-0d248124, #w-node-_1de768cf-e099-d434-5f31-d2ddf4ce09d3-0d248124, #w-node-_1de768cf-e099-d434-5f31-d2ddf4ce09de-0d248124, #w-node-_1de768cf-e099-d434-5f31-d2ddf4ce09e8-0d248124, #w-node-_1de768cf-e099-d434-5f31-d2ddf4ce09f4-0d248124 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}

@media screen and (max-width: 767px) {
  #w-node-_1de768cf-e099-d434-5f31-d2ddf4ce09b0-0d248124 {
    grid-template-rows: 1fr 1fr 1fr;
    grid-template-columns: 1fr;
  }

  #w-node-_1de768cf-e099-d434-5f31-d2ddf4ce09b1-0d248124, #w-node-_1de768cf-e099-d434-5f31-d2ddf4ce09bd-0d248124, #w-node-_1de768cf-e099-d434-5f31-d2ddf4ce09c8-0d248124, #w-node-_1de768cf-e099-d434-5f31-d2ddf4ce09d3-0d248124, #w-node-_1de768cf-e099-d434-5f31-d2ddf4ce09de-0d248124, #w-node-_1de768cf-e099-d434-5f31-d2ddf4ce09e8-0d248124, #w-node-_1de768cf-e099-d434-5f31-d2ddf4ce09f4-0d248124 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}


