:root {
  --flowui-component-library--color-2: #ffffffb3;
  --flowui-component-library--white: white;
  --flowui-component-library--primary-base: #642eff;
  --flowui-component-library--gray-200: #f3f5fb;
  --flowui-component-library--grey-600: #393b6a;
  --flowui-component-library--gray-900: #160042;
  --flowui-component-library--gray-700: #282556;
  --_powerx---color: #09041c;
  --_powerx---font-family: wedding-gothic-atf, sans-serif;
  --flowui-component-library--success-lighter: #ebfff6;
  --flowui-component-library--success-darker: #006638;
  --_powerx---font-family-2: Montserrat, sans-serif;
  --_powerx---color-3: #3cb0e9;
  --flowui-component-library--grey-300: #e4e6f1;
  --flowui-component-library--gray-400: #b6b9ce;
  --_powerx---color-2: #a539ff;
  --flowui-component-library--gray-500: #6b7094;
  --flowui-component-library--gray-100: #f7f9fd;
  --_powerx---color-4: #2f1b72;
  --flowui-component-library--color: #ffffff80;
}

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

.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-grid {
  grid-row-gap: 16px;
  grid-column-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

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

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

.f-banner-flex-row {
  grid-column-gap: 16px;
  grid-row-gap: 8px;
  text-align: center;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.f-navigation-link {
  color: var(--flowui-component-library--color-2);
  letter-spacing: .05em;
  text-transform: uppercase;
  white-space: nowrap;
  background-color: #0000;
  border-radius: 50px;
  padding: 8px 24px;
  font-family: Montserrat, sans-serif;
  font-size: 14px;
  font-weight: 500;
  line-height: 24px;
  text-decoration: none;
  transition: all .35s;
}

.f-navigation-link:hover {
  color: var(--flowui-component-library--white);
  background-color: #f3f5fb00;
}

.f-navigation-link.w--current {
  color: var(--flowui-component-library--primary-base);
}

.f-navigation {
  background-color: #fff0;
  justify-content: center;
  align-items: center;
  width: 100%;
  min-height: 88px;
  padding: 24px 5%;
  display: block;
}

.f-banner {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  background-color: var(--flowui-component-library--gray-900);
  color: var(--flowui-component-library--white);
  justify-content: center;
  align-items: center;
  min-height: 56px;
  padding: 16px 5%;
  display: flex;
}

.f-paragraph-regular {
  letter-spacing: -.02em;
  margin-bottom: 0;
  font-size: 16px;
  line-height: 1.8;
}

.f-navigation-menu {
  grid-column-gap: 6px;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  display: flex;
  position: static;
}

.f-navigation-wrapper {
  position: relative;
}

.f-navigation-logo-link-middle {
  margin-left: 24px;
  margin-right: 24px;
}

.f-navigation-container-middle {
  flex-flow: row;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 1280px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.f-navigation-logo-link-mobile {
  margin-left: 24px;
  margin-right: 24px;
  display: none;
}

.section {
  aspect-ratio: auto;
  object-fit: fill;
  flex-flow: column;
  max-width: 100%;
  height: 70vh;
  margin-bottom: auto;
  display: block;
  position: relative;
  overflow: visible;
}

.body {
  background-color: var(--_powerx---color);
  overflow: hidden;
}

.image {
  z-index: -1;
  width: 100%;
  position: relative;
  inset: -5% 0% 0%;
}

.div-block {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  height: 100%;
  display: flex;
  overflow: hidden;
}

.container {
  z-index: -1;
  opacity: 1;
  align-self: center;
  width: 72vw;
  max-width: none;
  position: sticky;
}

.image-2 {
  width: 100%;
  max-width: none;
}

.div-block-2 {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  display: block;
  position: static;
  inset: 0%;
}

.section-2 {
  position: relative;
}

.f-h1-heading {
  background-color: var(--flowui-component-library--white);
  background-image: linear-gradient(324deg, var(--_powerx---color), #fff0 44%);
  font-family: var(--_powerx---font-family);
  color: var(--flowui-component-library--gray-200);
  letter-spacing: -.04em;
  text-transform: uppercase;
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 64px;
  font-weight: 400;
  line-height: 1.2;
}

.f-h1-heading.h1-left {
  text-align: left;
  width: 60%;
  margin-bottom: 40px;
  font-size: 48px;
}

.f-container-regular {
  border-radius: 12px;
  width: 100%;
  max-width: 1140px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 0;
  position: relative;
  overflow: hidden;
}

.f-margin-bottom-08 {
  margin-bottom: 8px;
}

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

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

.f-success-message {
  background-color: var(--flowui-component-library--success-lighter);
  color: var(--flowui-component-library--success-darker);
  letter-spacing: -.03em;
  font-size: 14px;
  line-height: 24px;
}

.f-paragraph-large {
  font-family: var(--_powerx---font-family-2);
  color: var(--flowui-component-library--color-2);
  letter-spacing: -.02em;
  margin-bottom: 40px;
  font-size: 18px;
  font-weight: 300;
  line-height: 32px;
}

.f-section-large {
  background-color: #09041c00;
  background-image: none;
  padding: 280px 5% 92px;
  position: relative;
  overflow: visible;
}

.f-section-large.section-padrao {
  background-color: #09041c00;
  padding-top: 120px;
}

.f-section-large.section1 {
  background-image: linear-gradient(0deg, var(--_powerx---color) 13%, #fff0 51%);
  flex-flow: column;
  max-width: 100%;
  display: block;
}

.f-button-neutral {
  background-color: var(--flowui-component-library--gray-900);
  color: var(--flowui-component-library--white);
  text-align: center;
  letter-spacing: -.02em;
  border-radius: 50px;
  justify-content: center;
  align-items: center;
  min-height: 48px;
  padding: 12px 32px;
  font-size: 14px;
  font-weight: 500;
  text-decoration: none;
  transition: background-color .3s;
  display: flex;
}

.f-button-neutral:hover {
  background-color: var(--flowui-component-library--gray-700);
}

.f-margin-bottom-40 {
  font-family: var(--_powerx---font-family-2);
  color: var(--flowui-component-library--color-2);
  width: 640px;
  margin-bottom: 40px;
  font-weight: 300;
}

.f-heading-detail-small {
  background-color: var(--_powerx---color-3);
  font-family: var(--_powerx---font-family-2);
  color: var(--_powerx---color-3);
  letter-spacing: .5em;
  text-transform: uppercase;
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(315deg, #09041ccc 3%, #fff0 65%);
  -webkit-background-clip: text;
  background-clip: text;
  justify-content: center;
  align-items: center;
  margin-bottom: 10px;
  font-size: 14px;
  font-weight: 500;
  line-height: 24px;
  display: flex;
}

.f-header-form-wrapper {
  border: 1px solid var(--flowui-component-library--grey-300);
  background-color: #fff;
  border-radius: 50px;
  align-items: center;
  padding: 4px;
  display: flex;
}

.f-header-input-field {
  color: var(--flowui-component-library--gray-900);
  background-color: #0000;
  border: 1px #000;
  min-height: 48px;
  margin-bottom: 0;
  margin-right: 16px;
  padding: 12px 16px;
}

.f-header-input-field::placeholder {
  color: var(--flowui-component-library--gray-400);
}

.f-header-form-block {
  max-width: 360px;
  margin-bottom: 0;
}

.f-header-image-wrapper-top {
  border-radius: 8px;
  justify-content: center;
  align-items: center;
  height: 350px;
  margin-bottom: 48px;
  display: flex;
  overflow: hidden;
}

.f-header-title-wrapper-center {
  z-index: 5;
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: none;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
}

.button {
  color: #040126;
  text-align: center;
  letter-spacing: -.03rem;
  background-color: #9adbff;
  padding: .75rem 1.5rem;
  font-weight: 500;
  text-decoration: none;
  overflow: visible;
}

.button.c-12 {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  background-image: linear-gradient(135deg, var(--_powerx---color-2), var(--_powerx---color-3));
  border-radius: 50rem;
  justify-content: center;
  align-items: center;
  width: auto;
  padding: 1rem 4rem;
  display: flex;
  position: relative;
  overflow: hidden;
}

.button.c-12.b-100 {
  width: 100%;
}

.button.c-12.b-100.bento {
  background-image: linear-gradient(135deg, var(--_powerx---color-2), var(--_powerx---color-3));
  padding-top: 2rem;
  padding-bottom: 2rem;
}

.button.c-12.b-100.farroupilha {
  padding-top: 2rem;
  padding-bottom: 2rem;
}

.button.d-06 {
  font-family: var(--_powerx---font-family-2);
  color: var(--flowui-component-library--gray-200);
  white-space: nowrap;
  background-color: #9adbff0d;
  border: 1px solid #fff3;
  border-radius: 50rem;
  padding: 1rem 4rem;
  font-size: 16px;
  transition: color .3s, background-color .3s;
}

.button.d-06:hover {
  background-color: #a539ff45;
  background-image: radial-gradient(circle closest-corner at 50% 50%, var(--_powerx---color-2), #fff0);
  color: var(--flowui-component-library--white);
}

.button.d-06.button-100 {
  width: 100%;
}

.button.c-17 {
  grid-column-gap: .75rem;
  grid-row-gap: .75rem;
  color: var(--_powerx---color-2);
  -webkit-text-stroke-color: var(--_powerx---color-2);
  background-color: #fff0;
  border-radius: 50rem;
  justify-content: flex-start;
  align-items: center;
  padding: 0;
  display: flex;
  position: relative;
  overflow: hidden;
}

.button.c-17:hover {
  background-color: var(--_powerx---color-2);
  color: var(--flowui-component-library--white);
}

.button.c-02 {
  grid-column-gap: .1rem;
  grid-row-gap: .1rem;
  opacity: .5;
  color: #d8fafe;
  background-color: #fff0;
  flex-direction: column;
  padding: 0;
  display: flex;
}

.btn-bg {
  background-color: #5b96fe;
  border-radius: 100%;
  width: 120%;
  min-width: 5rem;
  height: 175%;
  display: block;
  position: absolute;
  inset: auto;
}

.btn-bg.c-10 {
  background-color: var(--_powerx---color-2);
  border-radius: 50rem;
  align-self: center;
  width: 130%;
  min-width: auto;
  height: 120%;
  inset: auto;
}

.btn-txt {
  font-family: var(--_powerx---font-family-2);
  color: var(--flowui-component-library--white);
  font-size: 20px;
  position: relative;
}

.btn-icon-wrapper {
  color: var(--flowui-component-library--white);
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
  overflow: hidden;
}

.btn-icon-arrow {
  color: var(--flowui-component-library--white);
  width: 1.2rem;
  height: 1.2rem;
}

.btn-icon-arrow.hover {
  position: absolute;
  top: 0;
  left: -100%;
}

.cell {
  justify-content: center;
  align-items: center;
  padding-right: 10px;
}

.cell-2 {
  justify-content: center;
  align-items: center;
  padding-left: 10px;
  display: flex;
}

.f-section-large-2 {
  padding: 120px 5%;
  position: relative;
}

.f-section-large-2.section-logos {
  background-color: var(--_powerx---color);
  padding-top: 0;
  padding-bottom: 0;
}

.f-section-large-2.section-contato {
  background-color: #09062200;
  background-image: linear-gradient(180deg, #0000, var(--_powerx---color) 36%);
  display: block;
}

.f-logo-carousel-wrap {
  background-color: #fff0;
  border-radius: 16px;
  align-items: center;
  min-height: 104px;
  margin-left: auto;
  margin-right: auto;
  padding: 32px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.f-logo-gradient-l {
  z-index: 5;
  background-image: linear-gradient(90deg, var(--_powerx---color), var(--_powerx---color) 25%, var(--_powerx---color) 60%, #fff0);
  width: 200px;
  position: absolute;
  inset: 0% auto 0% 0%;
}

.f-logo-gradient-r {
  z-index: 5;
  background-image: linear-gradient(267deg, var(--_powerx---color), var(--_powerx---color) 21%, var(--_powerx---color) 51%, #fff0);
  width: 200px;
  position: absolute;
  inset: 0% 0% 0% auto;
}

.f-logo-carousel {
  flex: none;
  display: flex;
}

.f-logo-group {
  flex-direction: row;
  align-items: center;
  display: flex;
}

.f-logo-css {
  display: none;
}

.f-logo-cell {
  background-color: #f3f5fb00;
  border-radius: 6px;
  justify-content: center;
  align-items: center;
  min-width: 140px;
  min-height: 96px;
  margin-left: 14px;
  margin-right: 14px;
  padding: 24px;
  transition: background-color .3s;
  display: flex;
}

.f-logo-cell:hover {
  background-color: #e4e6f100;
}

.f-margin-bottom-16 {
  z-index: 2;
  margin-bottom: 16px;
  position: relative;
}

.f-h5-heading {
  font-family: var(--_powerx---font-family-2);
  color: var(--flowui-component-library--white);
  letter-spacing: -.02em;
  margin-top: 0;
  margin-bottom: 10px;
  font-size: 24px;
  font-weight: 500;
  line-height: 1.4;
}

.f-feature-card-filled {
  background-color: #f7f9fd00;
  background-image: radial-gradient(circle farthest-side at 120% 0%, var(--_powerx---color-2), #fff0 91%), url('../images/Group-119.svg');
  background-position: 0 0, 0 0;
  border: 1px solid #fff3;
  border-radius: 12px;
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  height: 100%;
  padding: 32px;
  display: flex;
}

.f-feature-card-filled.card2 {
  height: 100%;
}

.f-feature-card-filled.card2._2 {
  background-color: #000;
  background-image: url('../images/apple-iphone-14-pro-iphone-14-pro-max-hero-220907.webp');
  background-position: 50% -120%;
  background-repeat: no-repeat;
  background-size: 500px;
}

.f-feature-card-filled.card2._3 {
  background-image: linear-gradient(180deg, var(--_powerx---color), #fff0), url('../images/Prancheta-11.webp');
  background-position: 0 0, 50%;
  background-size: auto, cover;
}

.f-feature-card-filled.card2._4 {
  background-image: url('../images/Prancheta-1-copiar1.webp');
  background-position: 50%;
  background-size: cover;
}

.f-feature-card-filled.card2._5 {
  background-color: #030303;
  background-image: none;
  background-size: auto;
  position: relative;
  overflow: hidden;
}

.f-feature-card-filled.card2._7 {
  background-image: linear-gradient(180deg, var(--_powerx---color), #fff0), url('../images/Prancheta-1-copiar-2.webp');
  background-position: 0 0, 0 0;
  background-size: auto, cover;
  border-style: solid;
  border-width: 1px;
}

.f-feature-card-filled.card2._8 {
  background-image: linear-gradient(180deg, var(--_powerx---color), #fff0), url('../images/03-produtos_apple_refurb-1920x714.jpg');
  background-position: 0 0, 50% 0;
  background-size: auto, cover;
  border-style: solid;
}

.f-feature-card-filled.card2._9 {
  background-image: linear-gradient(153deg, var(--_powerx---color), #fff0), url('../images/apple-rigid-box-packaging.jpg');
  background-position: 0 0, 0 0;
  background-size: auto, cover;
  border-style: solid;
}

.f-feature-card-filled.card2._10 {
  background-image: linear-gradient(180deg, var(--_powerx---color), #fff0), url('../images/Whats-So-Special-About-Apple-Packaging-Boxes-03.webp');
  background-position: 0 0, 100%;
  background-size: auto, cover;
  border-style: solid;
}

.f-feature-card-filled.card1 {
  height: 500px;
}

.f-feature-card-filled.card1._1 {
  background-image: linear-gradient(180deg, var(--_powerx---color), #fff0 45%);
  background-position: 0 0;
  position: relative;
}

.f-feature-card-filled.card1._6 {
  background-image: url('../images/i996209.jpeg');
  background-position: 30% 0;
  background-size: cover;
  border-style: solid;
}

.f-feature-icon-wrapper-white {
  background-color: #fff;
  border-radius: 8px;
  width: 72px;
  min-width: 72px;
  height: 72px;
  min-height: 72px;
  margin-bottom: 40px;
  padding: 16px;
}

.f-grid-three-column {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
}

.btn-icon-circle {
  border: 2px solid var(--_powerx---color-2);
  color: var(--_powerx---color-3);
  border-radius: 50rem;
  padding: .5rem;
}

.btn-icon-circle:hover {
  border-color: var(--flowui-component-library--color-2);
  color: var(--flowui-component-library--white);
}

.btn-icon-wrapper-2 {
  color: #fff;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
  overflow: hidden;
}

.btn-icon-arrow-2 {
  width: 1.2rem;
  height: 1.2rem;
}

.btn-icon-arrow-2.hover {
  position: absolute;
  top: 0;
  left: -100%;
}

.quick-stack {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  padding: 0;
}

.quick-stack-2 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  width: 100%;
  height: 100%;
  padding: 0;
}

.f-h3-heading {
  color: var(--flowui-component-library--white);
  text-align: left;
  letter-spacing: -.02em;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 48px;
  line-height: 1.2;
}

.f-margin-bottom-12 {
  margin-bottom: 12px;
}

.f-margin-bottom-41 {
  margin-bottom: 8px;
}

.f-margin-bottom-42 {
  margin-bottom: 16px;
}

.f-icon-regular {
  color: var(--flowui-component-library--color-2);
  justify-content: flex-end;
  align-items: center;
  width: 40px;
  height: 40px;
  transition: color .2s;
  display: flex;
}

.f-icon-regular:hover {
  color: var(--flowui-component-library--white);
}

.f-paragraph-regular-2 {
  letter-spacing: -.02em;
  margin-bottom: 0;
  font-size: 16px;
  line-height: 1.8;
}

.f-paragraph-regular-2.f-text-weight-medium {
  color: var(--flowui-component-library--gray-200);
  font-weight: 500;
}

.f-sub-heading-small {
  color: var(--flowui-component-library--gray-900);
  letter-spacing: -.03em;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.5;
}

.f-heading-detail-small-2 {
  color: var(--flowui-component-library--gray-500);
  letter-spacing: .08em;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 700;
  line-height: 24px;
}

.f-grid-two-column {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  align-items: center;
}

.f-content-text-wrapper {
  max-width: 460px;
}

.f-content-image-tall {
  border-radius: 12px;
  width: 100%;
  max-width: 450px;
  height: auto;
  overflow: hidden;
}

.f-content-divider {
  background-color: var(--flowui-component-library--gray-200);
  width: 100%;
  height: 1px;
  margin-top: 32px;
  margin-bottom: 32px;
}

.f-content-list-item-large {
  grid-column-gap: 24px;
  align-items: flex-start;
  display: flex;
}

.f-content-list-wrapper-small {
  grid-row-gap: 48px;
  flex-direction: column;
  max-width: 300px;
  margin-bottom: 48px;
  display: flex;
}

.f-content-icon-square {
  background-color: var(--flowui-component-library--gray-100);
  color: var(--flowui-component-library--gray-900);
  border-radius: 4px;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  display: flex;
}

.f-button-wrapper {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-wrap: wrap;
  align-items: center;
  display: flex;
}

.buttons-div {
  padding-top: 60px;
}

.f-paragraph-small {
  color: var(--flowui-component-library--color-2);
  letter-spacing: -.01em;
  margin-bottom: 0;
  font-size: 14px;
  line-height: 1.8;
}

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

.f-margin-bottom-43 {
  margin-bottom: 12px;
}

.f-margin-bottom-44 {
  margin-bottom: 16px;
}

.f-margin-bottom-32 {
  margin-bottom: 32px;
}

.f-h6-heading {
  font-family: var(--_powerx---font-family-2);
  color: var(--flowui-component-library--white);
  letter-spacing: -.02em;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 24px;
  font-weight: 500;
  line-height: 1.5;
}

.f-heading-detail-small-3 {
  color: var(--flowui-component-library--gray-500);
  letter-spacing: .08em;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 700;
  line-height: 24px;
}

.f-slide-nav-hidden {
  display: none;
  bottom: -50px;
}

.f-testimonial-right-a {
  border: 1px solid var(--_powerx---color-2);
  color: var(--_powerx---color-2);
  background-color: #16004200;
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  padding: 6px;
  transition: all .3s;
  display: flex;
  inset: -90px 0% auto auto;
}

.f-testimonial-right-a:hover {
  border-color: var(--flowui-component-library--gray-900);
  background-color: var(--_powerx---color-2);
  color: var(--flowui-component-library--white);
}

.f-testimonial-left-a {
  border: 1px solid var(--_powerx---color-2);
  color: var(--_powerx---color-2);
  background-color: #0000;
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  padding: 6px;
  transition: all .3s;
  display: flex;
  inset: -90px 60px auto auto;
}

.f-testimonial-left-a:hover {
  background-color: var(--_powerx---color-2);
  color: var(--flowui-component-library--white);
}

.f-testimonial-slide {
  margin-right: 40px;
}

.f-testimonial-author {
  grid-column-gap: 16px;
  align-items: center;
  text-decoration: none;
  display: flex;
}

.f-testimonial-author:hover {
  border-color: #0000;
  box-shadow: 23px 23px 64px -16px #393b6a0f;
}

.f-testimonial-avatar-small {
  background-color: #f3f5fb00;
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  width: 48px;
  min-width: 48px;
  height: 48px;
  min-height: 48px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.f-testimonial-section {
  background-color: var(--flowui-component-library--white);
  padding: 100px 5%;
  position: relative;
  overflow: hidden;
}

.f-text-weight-medium {
  font-family: var(--_powerx---font-family-2);
  color: var(--flowui-component-library--white);
  font-weight: 400;
}

.f-text-weight-bold {
  font-weight: 700;
}

.f-testimonial-background {
  z-index: -5;
  background-color: #f7f9fd00;
  background-image: radial-gradient(circle closest-corner at 50% 400%, var(--_powerx---color-2) 69%, #fff0);
  width: 100%;
  height: 40%;
  display: none;
  position: absolute;
  inset: auto 0% 0%;
}

.f-testimonial-card {
  color: var(--flowui-component-library--gray-900);
  background-color: #fff0;
  border-radius: 12px;
  padding: 32px;
  box-shadow: 23px 23px 64px -16px #393b6a0f;
}

.f-testimonial-slider-grid-large {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.f-testimonial-slider-grid-large.flex-cards {
  flex-flow: column;
}

.f-testimonial-slider-cards {
  background-color: #fff0;
  height: auto;
}

.f-container-regular-2 {
  width: 100%;
  max-width: 1140px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.f-margin-bottom-45 {
  margin-bottom: 16px;
}

.f-paragraph-large-2 {
  font-family: var(--_powerx---font-family-2);
  color: var(--flowui-component-library--color-2);
  letter-spacing: 0;
  margin-bottom: 0;
  font-size: 16px;
  font-weight: 300;
  line-height: 140%;
}

.f-h5-heading-2 {
  font-family: var(--_powerx---font-family-2);
  color: var(--flowui-component-library--white);
  letter-spacing: -.02em;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 24px;
  font-weight: 500;
  line-height: 1.4;
}

.f-feature-icon-wrapper {
  background-color: #09041c00;
  border-radius: 8px;
  width: 72px;
  min-width: 72px;
  height: 72px;
  min-height: 72px;
  margin-bottom: 32px;
  padding: 16px;
}

.f-feature-card-outlined {
  background-image: radial-gradient(circle farthest-side at 140% 0%, var(--_powerx---color-2), #fff0);
  border: 1px solid #fff3;
  border-radius: 12px;
  flex-direction: column;
  align-items: flex-start;
  height: 400px;
  padding: 40px;
  display: flex;
}

.f-h3-heading-2 {
  font-family: var(--_powerx---font-family-2);
  color: var(--flowui-component-library--white);
  letter-spacing: -.02em;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 48px;
  font-weight: 500;
  line-height: 1.2;
}

.f-paragraph-small-2 {
  font-family: var(--_powerx---font-family-2);
  color: var(--flowui-component-library--color-2);
  letter-spacing: -.01em;
  margin-bottom: 0;
  font-size: 14px;
  line-height: 1.8;
}

.f-title-wrapper-center {
  z-index: 5;
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 580px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
}

.f-margin-bottom-46 {
  margin-bottom: 16px;
}

.f-margin-bottom-47 {
  margin-bottom: 32px;
}

.f-h6-heading-2 {
  font-family: var(--_powerx---font-family-2);
  color: var(--flowui-component-library--white);
  letter-spacing: -.02em;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 24px;
  font-weight: 500;
  line-height: 1.5;
}

.f-heading-detail-small-4 {
  color: var(--flowui-component-library--gray-500);
  letter-spacing: .08em;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 700;
  line-height: 24px;
}

.f-section-regular {
  padding: 72px 5%;
  position: relative;
}

.f-margin-bottom-48 {
  margin-bottom: 48px;
}

.f-testimonial-card-wrapper {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  flex-wrap: wrap;
  justify-content: center;
  margin-top: 40px;
  display: flex;
}

.f-testimonial-outline-fixed {
  color: var(--flowui-component-library--gray-900);
  background-color: #fff0;
  border: 1px solid #fff3;
  border-radius: 12px;
  max-width: 340px;
  padding: 32px;
  transition: box-shadow .2s, border-color .2s;
}

.f-testimonial-outline-fixed:hover {
  border-color: #fff3;
  box-shadow: 29px 57px 140px -48px #393b6a1f;
}

.div-block-3 {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  display: flex;
}

.code-embed {
  color: var(--_powerx---color-4);
}

.div-block-4 {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-bottom: 5px;
  display: inline-flex;
}

.text-size-large {
  font-size: 3rem;
}

.faq_grid {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  place-items: start stretch;
  max-width: none;
  margin-left: auto;
  margin-right: auto;
}

.faq_title-wrap {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  text-align: center;
  flex-flow: column;
  justify-content: flex-start;
  align-items: stretch;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.image-3 {
  width: 30px;
}

.faq_item {
  background-color: #2f1b7200;
  background-image: none;
  border: 1px solid #fff3;
  border-radius: 24px;
  flex-flow: column;
  transition: border-color .3s;
  display: flex;
}

.faq_item:hover {
  border-color: var(--_powerx---color-2);
}

.text-size-medium {
  font-size: 1.125rem;
}

.text-size-medium.text-color-white.text-weight-medium {
  font-family: var(--_powerx---font-family-2);
  font-weight: 500;
}

.faq_answer-wrap {
  padding-bottom: 24px;
}

.faq_answer {
  padding-left: 24px;
  padding-right: 24px;
  overflow: hidden;
}

.text-size-regular {
  font-size: 1rem;
}

.text-size-regular.text-color-lightgray {
  font-family: var(--_powerx---font-family-2);
  color: var(--flowui-component-library--color-2);
  padding-top: 10px;
  font-weight: 300;
  line-height: 130%;
}

.faq_question {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  cursor: pointer;
  justify-content: space-between;
  align-items: center;
  padding: 24px;
  display: flex;
}

.faq_wrap {
  grid-column-gap: 80px;
  grid-row-gap: 80px;
  color: #eeeef3;
  flex-flow: column;
  display: flex;
}

.div-block-5 {
  height: 60px;
}

.underline {
  background-color: #d8fafe;
  width: 100%;
  height: 1px;
}

.div-block-6 {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  justify-content: center;
  align-items: center;
  padding-top: 20px;
  padding-bottom: 20px;
  display: flex;
}

.text-block {
  opacity: .5;
  font-family: var(--_powerx---font-family-2);
  color: var(--flowui-component-library--white);
  letter-spacing: 0;
  font-size: 16px;
  font-weight: 400;
}

.f-container-large {
  width: 100%;
  max-width: 1280px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

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

.f-footer-brand {
  align-items: center;
  display: flex;
}

.f-footer-link {
  font-family: var(--_powerx---font-family-2);
  color: var(--flowui-component-library--color-2);
  letter-spacing: -.01em;
  width: 100%;
  margin-top: 10px;
  margin-bottom: 10px;
  padding-top: 4px;
  padding-bottom: 4px;
  font-size: 14px;
  line-height: 24px;
  text-decoration: none;
  transition: all .6s, color .3s;
}

.f-footer-link:hover {
  color: var(--_powerx---color-2);
  font-size: 16px;
}

.f-footer-social {
  color: var(--flowui-component-library--gray-900);
  background-color: #f3f5fb00;
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  width: 48px;
  height: 48px;
  transition: color .3s;
  display: flex;
}

.f-footer-social:hover {
  color: var(--_powerx---color-2);
}

.f-footer-vertical-divider {
  background-color: var(--flowui-component-library--grey-300);
  width: 1px;
  height: 16px;
}

.f-footer-group {
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.f-footer-menu {
  grid-column-gap: 40px;
  flex: 0 auto;
  align-items: center;
  display: flex;
}

.f-footer-horizontal-divider {
  background-color: #fff3;
  width: 100%;
  height: 1px;
  margin-top: 24px;
  margin-bottom: 24px;
}

.f-footer-small {
  background-color: #180b4c00;
  flex-flow: column;
  max-width: 100%;
  padding: 60px 5% 100px;
  display: block;
  position: static;
  overflow: visible;
}

.f-footer-logo {
  flex: none;
}

.f-footer-social-row-large {
  flex-direction: column;
  align-items: flex-start;
  margin-left: 60px;
  display: flex;
}

.f-footer-detail {
  font-family: var(--_powerx---font-family-2);
  color: var(--flowui-component-library--color-2);
  margin-bottom: 0;
  font-size: 12px;
  font-weight: 500;
  line-height: 16px;
}

.f-footer-social-group {
  grid-column-gap: 16px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.text-block-2 {
  color: var(--flowui-component-library--color-2);
  white-space: nowrap;
}

.section-3 {
  z-index: -1;
  object-fit: fill;
  flex-flow: column;
  justify-content: flex-end;
  align-items: center;
  margin-top: -420px;
  display: flex;
  position: static;
  left: 0;
  right: 0;
  overflow: visible;
}

.image-4 {
  z-index: -2;
  width: 90%;
  max-width: none;
  margin-bottom: 0;
  padding-bottom: 40px;
  display: block;
  position: sticky;
  inset: auto;
  overflow: visible;
}

.image-5 {
  z-index: -1;
  opacity: .5;
  width: 100%;
  max-width: none;
  position: absolute;
  inset: 60% 0% auto;
  overflow: clip;
  transform: scale(4)translate(0, -720px);
}

.text-block-3 {
  white-space: nowrap;
  font-weight: 500;
}

.text-block-4, .text-block-5 {
  white-space: nowrap;
}

.four-touch__lottie {
  z-index: 1;
  box-sizing: border-box;
  aspect-ratio: auto;
  object-fit: fill;
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  inset: 0%;
  overflow: hidden;
  transform: translate(0, 43px)scale(1.4);
}

.four-touch__image {
  z-index: 1;
  background-image: none;
  background-position: 0 0;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.f-navigation-link-2 {
  font-family: var(--_powerx---font-family-2);
  color: var(--flowui-component-library--white);
  letter-spacing: -.01em;
  white-space: nowrap;
  background-color: #0000;
  border-radius: 50px;
  padding: 8px 24px;
  font-size: 14px;
  font-weight: 500;
  line-height: 24px;
  text-decoration: none;
  transition: all .35s;
}

.f-navigation-link-2:hover {
  font-family: var(--_powerx---font-family-2);
  color: var(--_powerx---color-2);
  background-color: #f3f5fb00;
  font-size: 16px;
}

.f-navigation-link-2.w--current {
  color: var(--flowui-component-library--primary-base);
}

.f-navigation-2 {
  -webkit-backdrop-filter: blur(20px);
  backdrop-filter: blur(20px);
  background-color: #fff0;
  border-bottom: 1px solid #e4e6f11a;
  align-items: center;
  width: 100%;
  min-height: auto;
  padding: 10px 5%;
  display: flex;
  position: fixed;
  left: 0;
  right: 0;
  overflow: hidden;
}

.f-navigation-container {
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 1280px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.f-logo {
  width: 124px;
}

.f-navigation-content {
  grid-column-gap: 8px;
  align-items: center;
  display: flex;
}

.f-navigation-menu-2 {
  grid-column-gap: 6px;
  align-items: center;
  display: flex;
  position: static;
}

.f-navigation-button {
  background-color: var(--flowui-component-library--gray-900);
  outline-offset: 0px;
  color: var(--flowui-component-library--white);
  text-align: center;
  letter-spacing: -.02em;
  border-radius: 48px;
  outline: 2px solid #0000;
  justify-content: center;
  align-items: center;
  padding: 8px 24px;
  font-size: 14px;
  font-weight: 500;
  line-height: 24px;
  text-decoration: none;
  transition: all .2s;
  display: flex;
}

.f-navigation-button:hover {
  background-color: var(--flowui-component-library--gray-700);
}

.image-7 {
  z-index: -1;
  object-fit: fill;
  width: 100%;
  display: block;
  position: static;
  inset: 0;
  overflow: visible;
}

.div-block-7 {
  z-index: 2;
  background-image: linear-gradient(to bottom, var(--_powerx---color-2), var(--_powerx---color-2));
  mix-blend-mode: hue;
  width: 100%;
  position: absolute;
  inset: 0%;
}

.container-2 {
  max-width: 980px;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 0;
}

.nav {
  z-index: 999;
  background-color: #000;
  width: 100%;
  height: 44px;
  max-height: 44px;
  margin-top: 0;
  position: relative;
  overflow: hidden;
}

.mobile-burger {
  flex-direction: column;
  justify-content: space-around;
  align-items: center;
  width: 30px;
  height: 30px;
  padding-top: 7px;
  padding-bottom: 7px;
  display: none;
}

.nav__link {
  color: #fff;
  justify-content: center;
  align-items: center;
  height: 44px;
  padding-left: 10px;
  padding-right: 10px;
  text-decoration: none;
  display: flex;
}

.nav__link.logo1 {
  background-image: url('../images/bag.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 14px 44px;
}

.nav__link.logo {
  background-image: url('../images/apple-logo.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 16px 44px;
}

.mobile-burger-line {
  background-color: #fff;
  width: 60%;
  height: 1px;
}

.nav__menu {
  justify-content: space-between;
  align-items: center;
  height: 44px;
  max-height: 44px;
  padding-left: 12px;
  padding-right: 12px;
  display: flex;
}

.iphone-12-nav {
  z-index: 9000;
  background-image: linear-gradient(#000000b3, #000000b3);
  border-bottom: 1px solid #2c2c2c;
  width: 100%;
  height: 52px;
  position: sticky;
  top: 0;
  overflow: hidden;
}

.iphone-12-nav__content {
  color: #fff;
  justify-content: space-between;
  align-items: center;
  height: 52px;
  padding-left: 12px;
  padding-right: 12px;
  display: flex;
}

.iphone-12-nav__title {
  color: #fff;
  font-size: 21px;
  font-weight: 600;
  text-decoration: none;
}

.link {
  color: #fff;
  margin-left: 24px;
  font-size: 12px;
  text-decoration: none;
}

.buy-button {
  border-radius: 12px;
  margin-left: 24px;
  padding: 4px 11px;
}

.image-8 {
  width: 30px;
  margin-right: 100px;
}

.image-9.mobile {
  display: none;
}

.navbar-1 {
  color: #333;
  background-color: #0000;
  font-size: 20px;
  font-weight: 500;
}

.nav-menu-nb1 {
  font-family: var(--_powerx---font-family-2);
  color: var(--flowui-component-library--white);
}

.navlink-nb1 {
  color: var(--flowui-component-library--white);
  font-size: 16px;
}

.text-block-6 {
  display: none;
}

.section-pages {
  background-image: linear-gradient(180deg, var(--_powerx---color) 5%, #fff0 16%);
  flex-flow: column;
  max-width: 100%;
  display: block;
  overflow: visible;
}

.background-video {
  z-index: 1;
  border-radius: 12px;
  position: absolute;
  inset: 0%;
  overflow: hidden;
}

.cell-3 {
  border-radius: 12px;
}

.cell-6 {
  flex-flow: column;
}

.link-2 {
  color: var(--flowui-component-library--color-2);
  font-weight: 500;
  text-decoration: none;
}

.link-2:hover {
  color: var(--_powerx---color-2);
}

.arrow-animation {
  z-index: -2;
  opacity: 1;
  width: 40px;
  margin-bottom: 90px;
  position: absolute;
  inset: auto auto 0;
}

.div-block-9 {
  z-index: -3;
  display: block;
  position: absolute;
  inset: 0%;
}

.background-video-2 {
  z-index: -1;
  opacity: .3;
  mix-blend-mode: lighten;
  height: 100%;
  position: fixed;
  inset: 0%;
}

.video {
  border-radius: 12px;
}

.f-container-regular-3 {
  width: 100%;
  max-width: 1140px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.f-margin-bottom-49 {
  margin-bottom: 16px;
}

.f-paragraph-large-3 {
  font-family: var(--_powerx---font-family-2);
  color: var(--flowui-component-library--color-2);
  text-align: left;
  letter-spacing: -.02em;
  margin-bottom: 0;
  font-size: 16px;
  font-weight: 300;
  line-height: 135%;
}

.f-h5-heading-3 {
  font-family: var(--_powerx---font-family-2);
  color: var(--flowui-component-library--white);
  text-align: left;
  letter-spacing: -.02em;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 26px;
  font-weight: 500;
  line-height: 1.4;
}

.f-section-large-3 {
  padding: 92px 5%;
  position: relative;
}

.f-feature-card-filled-2 {
  background-color: #f7f9fd00;
  background-image: radial-gradient(circle farthest-corner at 100% 100%, var(--_powerx---color-4) 17%, #fff0 53%);
  border: 1px solid #fff3;
  border-radius: 12px;
  padding: 32px;
}

.f-feature-icon-wrapper-white-2 {
  background-color: #2f1b7266;
  border-radius: 8px;
  width: 72px;
  min-width: 72px;
  height: 72px;
  min-height: 72px;
  margin-bottom: 40px;
  padding: 16px;
}

.f-grid-three-column-2 {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
}

.div-block-10 {
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
  position: absolute;
  inset: 0%;
}

.div-block-11 {
  opacity: 1;
  justify-content: center;
  align-items: center;
  width: 220px;
  height: 220px;
  display: flex;
}

.code-embed-2 {
  display: block;
}

.section-4 {
  object-fit: fill;
  overflow: visible;
}

.image-10 {
  object-fit: cover;
  width: 100%;
  max-height: 620px;
}

.f-h3-heading-3 {
  color: var(--flowui-component-library--gray-900);
  letter-spacing: -.02em;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 48px;
  line-height: 1.2;
}

.f-container-regular-4 {
  width: 100%;
  max-width: 1140px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.f-paragraph-small-3 {
  letter-spacing: -.01em;
  margin-bottom: 0;
  font-size: 14px;
  line-height: 1.8;
}

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

.f-margin-bottom-50 {
  margin-bottom: 12px;
}

.f-margin-bottom-51 {
  margin-bottom: 16px;
}

.f-icon-regular-2 {
  color: var(--flowui-component-library--color-2);
  justify-content: center;
  align-items: center;
  width: 24px;
  height: 24px;
  transition: color .2s;
  display: flex;
}

.f-paragraph-regular-3 {
  letter-spacing: -.02em;
  margin-bottom: 0;
  font-size: 16px;
  line-height: 1.8;
}

.f-paragraph-regular-3.f-text-weight-medium-2 {
  font-weight: 500;
}

.f-margin-bottom-52 {
  margin-bottom: 40px;
}

.f-heading-detail-small-5 {
  color: var(--flowui-component-library--gray-500);
  letter-spacing: .08em;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 700;
  line-height: 24px;
}

.f-slide-nav-hidden-2 {
  display: none;
  bottom: -50px;
}

.f-testimonial-right-a-2 {
  border: 1px solid var(--_powerx---color-2);
  background-color: var(--_powerx---color-2);
  color: #fff;
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  padding: 6px;
  transition: all .3s;
  display: flex;
  inset: 660px 0% auto auto;
}

.f-testimonial-right-a-2:hover {
  border-color: var(--flowui-component-library--gray-900);
  background-color: var(--flowui-component-library--gray-900);
  color: var(--flowui-component-library--white);
}

.f-testimonial-left-a-2 {
  border: 1px solid var(--_powerx---color-2);
  background-color: var(--_powerx---color-2);
  color: var(--flowui-component-library--grey-600);
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  padding: 6px;
  transition: all .3s;
  display: flex;
  inset: 660px 60px auto auto;
}

.f-testimonial-left-a-2:hover {
  border-color: var(--_powerx---color);
  background-color: var(--flowui-component-library--gray-900);
  color: var(--flowui-component-library--white);
}

.f-testimonial-slider-large {
  background-color: #0000;
  width: 100%;
  height: auto;
  margin-top: 48px;
}

.f-testimonial-slide-2 {
  margin-right: 40px;
}

.f-testimonial-slider-mask {
  width: 350px;
  overflow: visible;
}

.f-testimonial-author-2 {
  grid-column-gap: 16px;
  align-items: center;
  text-decoration: none;
  display: flex;
}

.f-testimonial-author-2:hover {
  border-color: #0000;
  box-shadow: 23px 23px 64px -16px #393b6a0f;
}

.f-testimonial-avatar-small-2 {
  background-color: var(--flowui-component-library--gray-200);
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  width: 48px;
  min-width: 48px;
  height: 48px;
  min-height: 48px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.f-testimonial-section-2 {
  background-color: var(--flowui-component-library--white);
  padding: 100px 5%;
  position: relative;
  overflow: hidden;
}

.f-text-weight-medium-2 {
  font-weight: 500;
}

.f-text-weight-bold-2 {
  font-weight: 700;
}

.f-testimonial-background-2 {
  background-color: var(--flowui-component-library--gray-100);
  width: 100%;
  height: 30%;
  position: absolute;
  inset: auto 0% 0%;
}

.f-testimonial-card-2 {
  color: var(--flowui-component-library--gray-900);
  background-color: #fff;
  border-radius: 12px;
  padding: 32px;
  box-shadow: 23px 23px 64px -16px #393b6a0f;
}

.f-testimonial-star-wrapper {
  grid-column-gap: 4px;
  margin-bottom: 16px;
  display: flex;
}

.code-embed-3 {
  flex-flow: row;
  justify-content: center;
  align-items: center;
  display: flex;
}

.f-h1-heading-2 {
  color: var(--flowui-component-library--gray-900);
  letter-spacing: -.04em;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 64px;
  line-height: 1.2;
}

.f-container-regular-5 {
  width: 100%;
  max-width: 1140px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.f-margin-bottom-53 {
  margin-bottom: 8px;
}

.f-margin-bottom-54 {
  margin-bottom: 24px;
}

.f-avatar-group-r {
  background-color: var(--flowui-component-library--grey-300);
  border: 3px solid #fff;
  border-radius: 100px;
  width: 48px;
  height: 48px;
  margin-right: -16px;
  position: relative;
}

.f-paragraph-large-4 {
  letter-spacing: -.02em;
  margin-bottom: 0;
  font-size: 18px;
  line-height: 32px;
}

.f-section-large-4 {
  padding: 92px 5%;
  position: relative;
}

.f-heading-detail-small-6 {
  color: var(--flowui-component-library--gray-500);
  letter-spacing: .08em;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 700;
  line-height: 24px;
}

.f-avatar-dark {
  background-color: var(--flowui-component-library--gray-900);
  color: var(--flowui-component-library--white);
  border: 3px solid #fff;
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  width: 48px;
  height: 48px;
  margin-right: -14px;
  font-size: 12px;
  font-weight: 600;
  line-height: 16px;
  display: flex;
  position: relative;
}

.f-header-avatar-text {
  color: var(--flowui-component-library--gray-700);
  margin-left: 24px;
  font-size: 14px;
  font-weight: 500;
}

.f-header-title-wrapper-center-2 {
  z-index: 5;
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 630px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
}

.f-header-wrapper {
  grid-row-gap: 24px;
  justify-content: flex-start;
  align-items: center;
  margin-top: 40px;
  display: flex;
}

.f-header-avatar-block {
  align-items: center;
  display: flex;
}

.f-button-secondary {
  border: 1px solid var(--flowui-component-library--grey-300);
  color: var(--flowui-component-library--gray-900);
  letter-spacing: -.02em;
  background-color: #fff;
  border-radius: 50px;
  justify-content: center;
  align-items: center;
  min-height: 48px;
  padding: 12px 32px;
  font-size: 14px;
  font-weight: 500;
  text-decoration: none;
  transition: border-color .3s, background-color .3s;
  display: flex;
}

.f-button-secondary:hover {
  background-color: var(--flowui-component-library--gray-200);
  border-color: #0000;
}

.f-margin-bottom-55 {
  margin-bottom: 24px;
}

.f-button-neutral-2 {
  background-color: var(--flowui-component-library--gray-900);
  color: var(--flowui-component-library--white);
  text-align: center;
  letter-spacing: -.02em;
  border-radius: 50px;
  justify-content: center;
  align-items: center;
  min-height: 48px;
  padding: 12px 32px;
  font-size: 14px;
  font-weight: 500;
  text-decoration: none;
  transition: background-color .3s;
  display: flex;
}

.f-button-neutral-2:hover {
  background-color: var(--flowui-component-library--gray-700);
}

.f-margin-bottom-56 {
  margin-bottom: 40px;
}

.f-header-button-middle {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-wrap: wrap;
  align-items: center;
  display: flex;
}

.popup-container {
  z-index: 999;
  background-color: #0000;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: none;
  position: fixed;
  inset: 0;
}

.popup-box {
  z-index: 100;
  background-color: var(--flowui-component-library--gray-100);
  border-radius: 20px;
  padding: 40px 60px;
  position: relative;
}

.div-block-12 {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  flex-flow: column;
  display: flex;
}

.heading {
  font-family: var(--_powerx---font-family-2);
  font-weight: 500;
}

.image-11 {
  border-radius: 100%;
  width: 100px;
}

.div-block-13 {
  flex-flow: column;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 60px;
  display: flex;
}

.div-block-14 {
  z-index: 99;
  background-color: #000000bf;
  width: 100%;
  height: 100%;
  display: block;
  position: fixed;
  inset: 0%;
}

@media screen and (min-width: 1920px) {
  .f-section-large {
    padding-top: 540px;
  }

  .section-3 {
    margin-top: -580px;
    overflow: hidden;
  }

  .image-5 {
    opacity: 0;
    transform: none;
  }
}

@media screen and (max-width: 991px) {
  .f-navigation-link {
    width: 100%;
  }

  .f-navigation {
    position: relative;
  }

  .f-navigation-menu-button {
    border: 1px none var(--flowui-component-library--gray-200);
    color: var(--flowui-component-library--grey-600);
    border-radius: 8px;
    padding: 10px;
  }

  .f-navigation-menu-button.w--open {
    background-color: var(--flowui-component-library--gray-900);
    border-color: #fff;
  }

  .f-navigation-menu {
    background-color: var(--flowui-component-library--white);
    color: var(--flowui-component-library--grey-600);
    padding: 12px;
    position: absolute;
  }

  .f-navigation-menu.w--open {
    background-color: var(--flowui-component-library--gray-700);
    border-color: #fff;
  }

  .f-navigation-logo-link-middle {
    margin-left: 0;
    display: none;
  }

  .f-navigation-container-middle {
    justify-content: space-between;
  }

  .f-navigation-logo-link-mobile {
    margin-left: 0;
    display: flex;
  }

  .section {
    height: 60vh;
  }

  .icon {
    color: var(--flowui-component-library--gray-200);
  }

  .image {
    width: 100vw;
    max-width: none;
    top: 0%;
  }

  .div-block {
    justify-content: flex-end;
    align-items: center;
    height: 50%;
    overflow: visible;
  }

  .container {
    width: 60vh;
  }

  .f-section-large {
    padding-top: 0;
  }

  .button.c-12.b-100 {
    white-space: nowrap;
  }

  .f-logo-carousel-wrap {
    width: 95%;
  }

  .f-h5-heading {
    font-size: 18px;
  }

  .f-feature-card-filled.card1._1 {
    height: 100%;
    overflow: hidden;
  }

  .f-grid-three-column {
    grid-template-columns: 1fr 1fr;
  }

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

  .f-content-text-wrapper {
    text-align: center;
    max-width: 100%;
  }

  .f-content-image-tall {
    max-width: 100%;
    height: auto;
  }

  .f-content-list-wrapper-small {
    flex-direction: row;
    max-width: 100%;
  }

  .f-testimonial-background {
    height: 20%;
  }

  .f-testimonial-slider-grid-large {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    grid-template-rows: auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

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

  .text-size-large.text-color-white {
    font-size: 2.75rem;
  }

  .f-footer-bottom {
    grid-row-gap: 24px;
    flex-flow: row;
  }

  .f-footer-group {
    grid-row-gap: 16px;
    flex-direction: column;
  }

  .f-footer-social-row-large {
    margin-left: 0;
  }

  .section-3 {
    margin-top: -260px;
  }

  .image-5 {
    top: 42%;
    overflow: visible;
  }

  .image-6 {
    display: none;
  }

  .f-navigation-link-2 {
    width: 100%;
    font-size: 1.5rem;
    font-weight: 400;
    line-height: 60px;
  }

  .f-navigation-link-2:hover {
    font-size: 2rem;
  }

  .f-navigation-2 {
    z-index: 10;
    -webkit-backdrop-filter: none;
    backdrop-filter: none;
    border-bottom-style: none;
    flex-flow: column;
    justify-content: space-between;
    align-items: center;
    width: auto;
    display: block;
    position: fixed;
    inset: 0% 0% 0% auto;
  }

  .f-navigation-menu-button-2 {
    z-index: 9999;
    -webkit-backdrop-filter: blur(20px);
    backdrop-filter: blur(20px);
    color: var(--flowui-component-library--white);
    border: 1px solid #f3f5fb33;
    border-radius: 88px;
    padding: 20px;
    position: fixed;
    inset: 5% 5% auto auto;
  }

  .f-navigation-menu-button-2.w--open {
    background-color: var(--flowui-component-library--gray-900);
    border-color: #fff;
  }

  .f-navigation-container {
    z-index: 99;
    justify-content: center;
    align-items: center;
    display: flex;
    position: fixed;
  }

  .f-navigation-content {
    z-index: 999;
    justify-content: flex-start;
    align-items: center;
    width: auto;
    display: flex;
    position: fixed;
    inset: 0% 0% auto auto;
  }

  .f-navigation-menu-2 {
    z-index: 0;
    -webkit-backdrop-filter: blur(20px);
    backdrop-filter: blur(20px);
    color: var(--flowui-component-library--grey-600);
    text-align: left;
    background-color: #7854fd33;
    background-image: linear-gradient(#00000080, #00000080);
    justify-content: center;
    align-self: auto;
    align-items: center;
    width: auto;
    height: auto;
    padding: 140px 20px 0;
    display: flex;
    position: fixed;
    inset: 0 0% 0%;
  }

  .f-navigation-menu-2.w--open {
    background-color: var(--flowui-component-library--gray-700);
    border-color: #fff;
  }

  .f-navigation-logo-link {
    margin-right: 0;
  }

  .container-2 {
    padding-left: 30px;
    padding-right: 30px;
  }

  .image-8 {
    display: none;
  }

  .image-9 {
    margin-top: 10px;
  }

  .image-9.mobile {
    display: block;
  }

  .nav-menu-nb1, .hamburger-menu-nb1.w--open {
    background-color: #0000;
  }

  .text-block-6 {
    opacity: 1;
    font-family: var(--_powerx---font-family-2);
    color: var(--flowui-component-library--color-2);
    border-bottom: 1px solid #ffffff26;
    padding-bottom: 10px;
    padding-left: 24px;
    display: block;
  }

  .div-block-8 {
    border-bottom: 1px #fff3;
    height: 10px;
    padding-bottom: 0;
    padding-right: 0;
  }

  .arrow-animation {
    flex: 0 auto;
    justify-content: center;
    align-items: center;
    display: block;
  }

  .f-grid-three-column-2 {
    grid-template-columns: 1fr 1fr;
  }

  .f-testimonial-right-a-2 {
    top: 800px;
    right: 40%;
  }

  .f-testimonial-left-a-2 {
    top: 800px;
    right: 50%;
  }

  .f-testimonial-slider-mask {
    width: 420px;
  }

  .f-testimonial-background-2 {
    height: 20%;
  }
}

@media screen and (max-width: 767px) {
  .f-banner-flex-row {
    flex-direction: column;
    align-items: flex-start;
    width: 100%;
  }

  .f-banner {
    background-image: none;
    background-position: 0 0;
    background-repeat: repeat;
    background-size: auto;
  }

  .image {
    transform: scale(1.1);
  }

  .container {
    width: 40vh;
  }

  .f-h1-heading {
    margin-top: 0;
    font-size: 42px;
  }

  .f-h1-heading.h1-left {
    text-align: left;
    width: auto;
    font-size: 36px;
  }

  .f-container-regular {
    text-align: left;
    justify-content: center;
    align-items: flex-start;
    display: block;
  }

  .f-section-large {
    padding-top: 72px;
    padding-bottom: 72px;
  }

  .f-margin-bottom-40 {
    width: auto;
  }

  .f-header-image-wrapper-top {
    height: 490px;
  }

  .cell {
    padding-right: 0;
  }

  .cell-2 {
    padding-left: 0;
  }

  .f-section-large-2 {
    padding-top: 72px;
    padding-bottom: 72px;
  }

  .f-feature-card-filled.card2._2 {
    background-position: 50%;
    background-size: 400px;
  }

  .f-feature-card-filled.card1._6 {
    height: 100%;
  }

  .f-grid-three-column {
    grid-template-columns: 1fr;
  }

  .f-h3-heading {
    font-size: 40px;
  }

  .f-testimonial-right-a, .f-testimonial-left-a, .f-testimonial-slider-cards {
    display: none;
  }

  .f-feature-card-outlined {
    height: 360px;
    padding: 32px;
  }

  .f-h3-heading-2 {
    font-size: 40px;
  }

  .f-section-regular {
    padding-top: 72px;
    padding-bottom: 72px;
  }

  .f-testimonial-card-wrapper {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  .f-testimonial-outline-fixed {
    max-width: none;
  }

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

  .text-size-large {
    font-size: 1.25rem;
  }

  .text-size-large.text-color-white {
    font-size: 2.25rem;
  }

  .faq_answer-wrap {
    padding-bottom: 1rem;
  }

  .faq_answer {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .faq_question {
    padding: 1rem 1.25rem;
  }

  .f-footer-bottom {
    flex-flow: column;
  }

  .f-footer-menu {
    flex-flow: row;
  }

  .section-3 {
    margin-top: -180px;
  }

  .container-2 {
    padding-left: 0;
    padding-right: 0;
  }

  .mobile-burger {
    height: 30px;
    display: block;
  }

  .nav__link {
    display: none;
  }

  .nav__link.logo1 {
    display: block;
  }

  .nav__link.logo1.nope {
    display: none;
  }

  .nav__link.logo {
    display: block;
  }

  .mobile-burger-line {
    margin-bottom: 10px;
  }

  .navbar-1 {
    width: 300px;
  }

  .container-nb1 {
    justify-content: center;
    display: flex;
  }

  .navlink-nb1 {
    text-align: center;
  }

  .hamburger-menu-nb1 {
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .top-bar-nb1, .middle-bar-nb1, .bottom-bar-nb1 {
    background-color: #333;
    border-radius: 6px;
    width: 40px;
    height: 3px;
    margin-top: 5px;
    margin-bottom: 5px;
  }

  .background-video {
    height: 100%;
  }

  .arrow-animation {
    opacity: .01;
    width: 30px;
    display: block;
  }

  .div-block-9 {
    display: none;
  }

  .f-section-large-3 {
    padding-top: 72px;
    padding-bottom: 72px;
  }

  .f-grid-three-column-2 {
    grid-template-columns: 1fr;
  }

  .f-h3-heading-3 {
    font-size: 40px;
  }

  .f-testimonial-right-a-2 {
    display: block;
    position: relative;
    top: 20px;
    left: 60px;
    right: 0;
  }

  .f-testimonial-left-a-2 {
    display: block;
    position: relative;
    top: 60px;
    left: auto;
    right: 60px;
  }

  .f-testimonial-slider-mask {
    width: 400px;
  }

  .f-h1-heading-2 {
    margin-top: 0;
    font-size: 48px;
  }

  .f-section-large-4 {
    padding-top: 72px;
    padding-bottom: 72px;
  }

  .f-header-wrapper {
    justify-content: center;
  }
}

@media screen and (max-width: 479px) {
  .f-banner-flex-row {
    text-align: left;
  }

  .f-navigation-wrapper {
    display: block;
  }

  .f-navigation-container-middle {
    max-width: none;
  }

  .section {
    justify-content: center;
    align-items: stretch;
    height: 40vh;
    display: flex;
  }

  .body {
    overflow: hidden;
  }

  .image {
    flex-flow: column;
    justify-content: center;
    align-items: stretch;
    width: auto;
    display: block;
    position: absolute;
    inset: 0% auto auto;
  }

  .div-block {
    justify-content: center;
    align-items: center;
    height: 40vh;
  }

  .container {
    width: 80vw;
  }

  .f-h1-heading {
    font-size: 32px;
  }

  .f-h1-heading.h1-left {
    text-align: center;
    width: 70%;
    font-size: 28px;
  }

  .f-container-regular {
    flex-flow: column;
    justify-content: space-between;
    align-items: center;
    padding-left: 10px;
    padding-right: 10px;
    display: flex;
  }

  .f-paragraph-large {
    font-size: 16px;
  }

  .f-section-large {
    padding-top: 40px;
  }

  .f-margin-bottom-40 {
    width: auto;
  }

  .f-heading-detail-small {
    font-size: 12px;
  }

  .f-header-image-wrapper-top {
    height: 390px;
  }

  .f-header-title-wrapper-center {
    overflow: visible;
  }

  .button.c-12.b-100 {
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .button.d-06 {
    width: 100%;
  }

  .button.d-06.button-100 {
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .btn-txt {
    font-size: 16px;
  }

  .cell {
    padding-right: 0;
  }

  .cell-2 {
    padding-left: 0;
  }

  .f-logo-gradient-l, .f-logo-gradient-r {
    width: 40px;
  }

  .f-feature-card-filled.card2._2 {
    height: 300px;
    display: flex;
  }

  .f-feature-card-filled.card2._3, .f-feature-card-filled.card2._4, .f-feature-card-filled.card2._5, .f-feature-card-filled.card2._7, .f-feature-card-filled.card2._8, .f-feature-card-filled.card2._9, .f-feature-card-filled.card2._10 {
    height: 300px;
  }

  .f-feature-card-filled.card1._1 {
    height: 300px;
    display: flex;
  }

  .f-feature-card-filled.card1._6 {
    height: 300px;
  }

  .quick-stack, .quick-stack-2 {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
  }

  .f-paragraph-regular-2.f-text-weight-medium {
    font-size: 14px;
  }

  .f-testimonial-author {
    flex-flow: column wrap;
    align-items: flex-start;
  }

  .f-testimonial-avatar-small {
    margin-bottom: 16px;
    margin-right: 0;
  }

  .f-text-weight-medium {
    font-size: 14px;
  }

  .f-testimonial-slider-grid-large {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    flex-flow: column;
    grid-template-rows: auto;
    grid-template-columns: .75fr;
    grid-auto-columns: 1fr;
    grid-auto-flow: row;
    place-items: stretch stretch;
    display: grid;
    overflow: visible;
  }

  .f-testimonial-slider-grid-large.flex-cards {
    grid-template-columns: 1fr;
  }

  .f-paragraph-large-2 {
    font-size: 14px;
  }

  .f-h5-heading-2 {
    font-size: 16px;
    overflow: visible;
  }

  .f-feature-icon-wrapper {
    width: 48px;
    min-width: 48px;
    height: 48px;
    min-height: 48px;
  }

  .f-feature-card-outlined {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-flow: column;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: flex-start;
    align-items: flex-start;
    width: 100%;
    height: auto;
    display: flex;
  }

  .f-paragraph-small-2 {
    font-size: 12px;
  }

  .f-section-regular {
    overflow: hidden;
  }

  .f-testimonial-card-wrapper {
    grid-template-columns: 1fr;
  }

  .text-size-large.text-color-white {
    font-size: 1.875rem;
  }

  .text-size-medium.text-color-white.text-weight-medium {
    font-size: 1.2rem;
    font-weight: 400;
    line-height: 24px;
  }

  .text-size-regular.text-color-lightgray {
    line-height: 135%;
  }

  .f-footer-bottom {
    text-align: center;
    flex-flow: column;
  }

  .f-footer-vertical-divider {
    display: none;
  }

  .f-footer-menu {
    flex-direction: column;
  }

  .section-3 {
    margin-top: -60px;
  }

  .image-5 {
    top: 68%;
  }

  .four-touch__image {
    background-size: 554px 475px;
  }

  .f-navigation-2 {
    justify-content: flex-start;
    align-items: flex-start;
    position: fixed;
    inset: 0% auto auto 0%;
  }

  .f-navigation-container {
    justify-content: flex-end;
    align-items: center;
  }

  .f-navigation-button {
    display: none;
  }

  .container-2 {
    padding-left: 0;
    padding-right: 0;
  }

  .mobile-burger {
    flex-direction: column;
    display: flex;
  }

  .nav__link {
    display: none;
  }

  .nav__link.logo1 {
    display: block;
  }

  .nav__link.logo1.nope {
    display: none;
  }

  .nav__link.logo {
    display: block;
  }

  .link {
    display: none;
  }

  .cell-4 {
    display: flex;
  }

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

  .cell-6 {
    flex-flow: column;
    justify-content: space-between;
    align-items: flex-start;
    display: block;
  }

  .mobile {
    padding: 0;
  }

  .arrow-animation {
    width: 26px;
    margin-bottom: 60px;
    display: block;
  }

  .f-testimonial-right-a-2 {
    position: relative;
    top: 10px;
    left: 60px;
    right: auto;
  }

  .f-testimonial-left-a-2 {
    display: block;
    position: relative;
    top: 50px;
    left: auto;
    right: 60px;
  }

  .f-testimonial-slider-large {
    flex-flow: row;
    display: block;
  }

  .f-testimonial-slider-mask {
    width: 100%;
  }

  .f-testimonial-author-2 {
    flex-flow: column wrap;
    align-items: flex-start;
  }

  .f-testimonial-avatar-small-2 {
    margin-bottom: 16px;
    margin-right: 0;
  }

  .f-header-avatar-text {
    margin-left: 0;
  }

  .f-header-wrapper {
    flex-direction: column;
  }

  .f-header-button-middle {
    justify-content: center;
  }

  .popup-container {
    display: none;
  }

  .popup-box {
    margin-left: 20px;
    margin-right: 20px;
    padding-bottom: 60px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .heading.h1-pop-up {
    text-align: center;
    font-size: 32px;
    line-height: 40px;
  }
}

#w-node-_1e109254-30fc-a6d2-40c3-dde3afb36069-2333b7b2 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-_4f246489-a9af-c53e-63a7-af6a6ed42fc4-2333b7b2 {
  grid-template-rows: auto;
  grid-template-columns: .5fr 1fr;
}

#w-node-_8268ab89-298b-a6cb-a4e1-bd9ede9ace8c-2333b7b2 {
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-_62bd2eea-5bf9-8187-9ba5-5b3bad5d3506-2333b7b2 {
  justify-self: start;
}

#w-node-_4b5062da-7820-cd26-7533-df6da4c9a133-2333b7b2 {
  grid-template-rows: auto;
  grid-template-columns: .5fr 1fr;
}

#w-node-_4b5062da-7820-cd26-7533-df6da4c9a13f-2333b7b2 {
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-cb88ab8e-23b8-1ac0-281c-a0d5dccac896-2333b7b2, #w-node-_5145d837-2cc8-983c-1696-47f32d7d0e31-2333b7b2 {
  grid-template-rows: auto;
  grid-template-columns: .5fr .5fr;
}

#w-node-_833466d5-fceb-3a03-fadd-8790c8e83e4b-2333b7b2 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-_833466d5-fceb-3a03-fadd-8790c8e83e80-2333b7b2 {
  grid-template-rows: auto;
  grid-template-columns: .5fr .5fr;
}

#w-node-_73819dc8-4451-eac1-6ef6-9f347143403e-2333b7b2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

@media screen and (max-width: 991px) {
  #w-node-_4f246489-a9af-c53e-63a7-af6a6ed42fc4-2333b7b2 {
    grid-template-rows: auto;
    grid-template-columns: .5fr 1fr;
  }

  #w-node-_4b5062da-7820-cd26-7533-df6da4c9a133-2333b7b2 {
    grid-template-rows: auto;
    grid-template-columns: .75fr 1fr;
  }
}

@media screen and (max-width: 767px) {
  #w-node-_4f246489-a9af-c53e-63a7-af6a6ed42fc4-2333b7b2 {
    grid-template-rows: auto;
    grid-template-columns: .5fr .5fr;
  }

  #w-node-_8268ab89-298b-a6cb-a4e1-bd9ede9ace8c-2333b7b2 {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
  }

  #w-node-_4b5062da-7820-cd26-7533-df6da4c9a133-2333b7b2 {
    grid-template-rows: auto;
    grid-template-columns: .75fr .75fr;
  }

  #w-node-_4b5062da-7820-cd26-7533-df6da4c9a13f-2333b7b2 {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
  }

  #w-node-cb88ab8e-23b8-1ac0-281c-a0d5dccac896-2333b7b2, #w-node-_5145d837-2cc8-983c-1696-47f32d7d0e31-2333b7b2 {
    grid-template-rows: auto;
    grid-template-columns: .5fr;
  }

  #w-node-_833466d5-fceb-3a03-fadd-8790c8e83e4b-2333b7b2 {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  #w-node-_833466d5-fceb-3a03-fadd-8790c8e83e80-2333b7b2 {
    grid-template-rows: auto;
    grid-template-columns: .5fr;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_4f246489-a9af-c53e-63a7-af6a6ed42fc4-2333b7b2, #w-node-_4b5062da-7820-cd26-7533-df6da4c9a133-2333b7b2 {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }
}


