:root {
  --white: white;
  --blood-orange: #e24a1c;
  --light-orange: #fe9301;
  --turquoise: #de8945;
  --black-3: #050505;
  --black-2: #131213;
  --white-smoke: whitesmoke;
  --black: #2a282a;
  --blue-black: #04131b;
  --untitled-ui-gray50: #f9fafb;
  --untitled-ui-primary500: #9e77ed;
  --untitled-ui-gray700: #344054;
  --untitled-ui-primary700: #6941c6;
  --untitled-ui-gray100: #f2f4f7;
  --untitled-ui-primary50-2: #f9f5ff;
  --untitled-ui-gray600: #475467;
  --untitled-ui-primary600: #7f56d9;
  --untitled-ui-primary100: #f4ebff;
  --untitled-ui-gray300: #d0d5dd;
  --untitled-ui-gray900: #101828;
  --untitled-ui-primary300: #d6bbfb;
  --untitled-ui-gray500: #667085;
  --elements-webflow-library-neutral--100: white;
  --elements-webflow-library-accent--primary-1: #de8945;
  --elements-webflow-library-secondary--color-1: #2a282a;
  --elements-webflow-library-neutral--300: #eff0f6;
  --elements-webflow-library-general--shadow-02: #14142b14;
  --elements-webflow-library-general--shadow-03: #14142b1a;
  --elements-webflow-library-neutral--800: white;
  --elements-webflow-library-neutral--600: #dbdbdb;
  --elements-webflow-library-secondary--color-2: #f2f1ff;
  --silver: #bbb;
  --untitled-ui-gray800: #1d2939;
  --button-shadow: #0000001a;
  --elements-webflow-library-general--shadow-01: #14142b0f;
  --elements-webflow-library-neutral--500: #a0a3bd;
}

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

body {
  color: var(--white);
  background-color: #00030c;
  font-family: Poppins, sans-serif;
  font-size: 14px;
  line-height: 20px;
}

h2 {
  background-image: linear-gradient(to right, var(--blood-orange), var(--light-orange) 28%);
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 2rem;
  font-weight: 700;
  line-height: 36px;
}

h3 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 24px;
  font-weight: bold;
  line-height: 30px;
}

p {
  color: var(--white);
  margin-bottom: 10px;
  font-size: 1.2rem;
  line-height: 1.4;
}

a {
  text-decoration: underline;
}

li {
  color: var(--white);
  font-size: 1.2rem;
  line-height: 1.4;
}

strong {
  font-size: 1.5rem;
}

.brix---container-default {
  max-width: 1440px;
  margin-left: 0;
  margin-right: 0;
  padding-left: 24px;
  padding-right: 24px;
}

.brix---btn-primary-small---nav {
  background-color: var(--turquoise);
  color: var(--black-3);
  text-align: center;
  transform-style: preserve-3d;
  border-radius: 48px;
  justify-content: center;
  margin-left: 140px;
  padding: 18px 24px;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 18px;
  text-decoration: none;
  transition: background-color .3s, transform .3s, color .3s;
}

.brix---btn-primary-small---nav:hover {
  background-color: var(--black-2);
  color: var(--turquoise);
  transform: translate3d(0, -3px, .01px);
}

.brix---btn-primary-small---nav._2 {
  background-image: linear-gradient(130deg, var(--blood-orange), var(--turquoise) 70%);
  color: var(--white);
  border-radius: 20px;
}

.brix---btn-primary-small---nav._2:hover {
  background-color: var(--white);
  color: var(--black);
  background-image: none;
}

.brix---btn-header-hidden-on-mbl {
  margin-left: 24px;
}

.brix---hamburger-menu-bar-bottom, .brix---hamburger-menu-bar-top {
  background-color: #211f54;
  border-radius: 20px;
  width: 52px;
  height: 4px;
  margin-top: 12px;
  margin-bottom: 12px;
}

.brix---hamburger-menu-wrapper {
  padding: 0;
  transition: transform .3s;
}

.brix---hamburger-menu-wrapper:hover {
  transform: scale(.96);
}

.brix---hamburger-menu-wrapper.w--open {
  background-color: #0000;
}

.brix---header-right-col {
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.brix---header-nav-list-item-show-in-tablet {
  margin-bottom: 0;
  padding-left: 32px;
  display: none;
}

.brix---header-nav-link {
  color: var(--white-smoke);
  padding: 0;
  font-size: 20px;
  font-weight: 500;
  line-height: 20px;
  text-decoration: none;
  transition: all .25s;
}

.brix---header-nav-link:hover {
  border-bottom: 3px solid var(--turquoise);
  color: var(--turquoise);
}

.brix---header-nav-list-item-left {
  margin-bottom: 0;
  padding-left: 0;
  padding-right: 32px;
}

.brix---header-nav-menu-list {
  z-index: 1;
  justify-content: flex-end;
  align-items: center;
  margin-bottom: 0;
  padding-left: 0;
  list-style-type: none;
  display: flex;
}

.brix---header-logo-link-left {
  transform-style: preserve-3d;
  padding-left: 0;
  padding-right: 40px;
  transition: transform .3s, color .3s;
}

.brix---header-logo-link-left:hover {
  transform: scale3d(.96, .96, 1.01);
}

.brix---header-logo-link-left.w--current, .brix---header-left-col {
  align-items: center;
  display: flex;
}

.brix---header-content-wrapper {
  background-color: var(--blue-black);
  border: 1px #000;
  border-radius: 30px;
  justify-content: space-between;
  align-items: center;
  padding: 20px 48px;
  display: flex;
  box-shadow: 0 7px 36px #5a5a5a33;
}

.brix---header-wrapper {
  background-color: #0000;
  justify-content: center;
  margin-top: 30px;
  padding-top: 10px;
  padding-bottom: 10px;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  display: flex;
  position: relative;
  inset: 0% 0% auto;
}

.title {
  color: var(--white-smoke);
  margin-top: 0;
  margin-bottom: 0;
}

.page-wrapper {
  width: 100vw;
}

.global-styles {
  display: block;
  position: fixed;
  inset: 0% auto auto 0%;
}

.uui-heroheader05_image-blob {
  z-index: -1;
  color: var(--untitled-ui-gray50);
  width: 34rem;
  height: auto;
  position: absolute;
  top: 12%;
}

.uui-heroheader05_image {
  object-fit: cover;
  height: 100%;
  max-height: 40rem;
  margin-top: -1rem;
  margin-bottom: -1rem;
  margin-left: 1rem;
}

.uui-heroheader05_image-wrapper {
  justify-content: center;
  display: flex;
  position: relative;
}

.uui-button-row {
  grid-column-gap: .75rem;
  grid-row-gap: .75rem;
  flex-wrap: wrap;
  align-items: center;
  display: flex;
}

.uui-space-large {
  width: 100%;
  min-height: 3rem;
}

.uui-text-size-xlarge {
  font-size: 1.25rem;
  line-height: 1.5;
}

.uui-space-small {
  width: 100%;
  min-height: 1.5rem;
}

.uui-heading-xlarge {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 3.75rem;
  font-weight: 600;
  line-height: 1.2;
}

.uui-badge-group_icon {
  justify-content: center;
  align-items: center;
  width: 1rem;
  height: 1rem;
  margin-left: .25rem;
  display: flex;
}

.uui-badge-group_icon.text-color-primary500 {
  color: var(--untitled-ui-primary500);
  margin-right: -.25rem;
}

.badge-group_text-wrapper {
  align-items: center;
  padding-left: .75rem;
  padding-right: .75rem;
  display: flex;
}

.uui-badge-group_badge {
  background-color: var(--white);
  color: var(--untitled-ui-gray700);
  white-space: nowrap;
  border-radius: 1rem;
  align-items: center;
  padding: .125rem .625rem;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: .875rem;
  font-weight: 500;
  line-height: 1.5;
  display: flex;
}

.uui-badge-group_badge.is-primary {
  background-color: var(--white);
  color: var(--untitled-ui-primary700);
}

.uui-badge-group {
  background-color: var(--untitled-ui-gray100);
  color: var(--untitled-ui-gray700);
  white-space: nowrap;
  mix-blend-mode: multiply;
  border-radius: 10rem;
  align-items: center;
  padding: .25rem;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: .875rem;
  font-weight: 500;
  line-height: 1.5;
  display: flex;
}

.uui-badge-group.is-primary {
  background-color: var(--untitled-ui-primary50-2);
  color: var(--untitled-ui-primary700);
  white-space: nowrap;
  text-decoration: none;
}

.uui-heroheader05_component {
  grid-column-gap: 12rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  display: grid;
}

.uui-padding-vertical-xhuge {
  padding-top: 7rem;
  padding-bottom: 7rem;
}

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

.uui-page-padding {
  padding-left: 2rem;
  padding-right: 2rem;
}

.uui-section_heroheader05 {
  overflow: hidden;
}

.uui-heroheader08_image {
  object-fit: contain;
  width: 100%;
  height: 40rem;
}

.uui-heroheader08_image-wrapper {
  object-fit: contain;
}

.uui-text-size-medium {
  color: var(--untitled-ui-gray600);
  letter-spacing: normal;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 1rem;
  line-height: 1.5;
}

.uui-ratings_number {
  color: var(--untitled-ui-gray700);
  letter-spacing: normal;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 1rem;
  font-weight: 600;
}

.uui-ratings_stars {
  width: 100%;
  height: 1.25rem;
  margin-right: .5rem;
}

.ratings_stars-wrapper {
  justify-content: flex-start;
  align-items: center;
  margin-bottom: .125rem;
  display: flex;
}

.ratings_wrapper {
  margin-left: 1rem;
}

.uui-avatar-group_item {
  border: 2px solid var(--white);
  background-color: var(--white);
  border-radius: 50%;
  width: 2.75rem;
  height: 2.75rem;
  margin-right: -1rem;
}

.uui-avatar-group_component {
  grid-column-gap: 0rem;
  flex-wrap: nowrap;
  align-items: center;
  padding-right: 1rem;
  display: flex;
}

.uui-ratings_component {
  align-items: center;
  display: flex;
}

.uui-text-style-link {
  color: #7d7d7e;
  text-decoration: underline;
  transition: color .3s;
}

.uui-text-style-link:hover {
  color: var(--light-orange);
}

.uui-text-size-small {
  color: #8f8f8f;
  letter-spacing: normal;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: .875rem;
  line-height: 1.5;
}

.uui-text-size-small.promo {
  color: var(--white);
}

.uui-button {
  grid-column-gap: .5rem;
  border: 1px none var(--untitled-ui-primary600);
  background-color: var(--untitled-ui-primary600);
  background-image: linear-gradient(to right, var(--blood-orange), var(--light-orange));
  color: var(--white);
  text-align: center;
  white-space: nowrap;
  border-radius: .5rem;
  justify-content: center;
  align-items: center;
  padding: .625rem 1.125rem;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.5;
  text-decoration: none;
  transition: all .3s;
  display: flex;
  box-shadow: 0 1px 2px #1018280d;
}

.uui-button:hover {
  border-color: var(--untitled-ui-primary700);
  background-color: var(--untitled-ui-primary700);
}

.uui-button:focus {
  background-color: var(--untitled-ui-primary600);
  box-shadow: 0 1px 2px 0 #1018280d, 0 0 0 4px var(--untitled-ui-primary100);
}

.uui-form_input {
  border: 1px solid var(--untitled-ui-gray300);
  background-color: var(--white);
  color: var(--untitled-ui-gray900);
  border-radius: .5rem;
  height: auto;
  min-height: 2.75rem;
  margin-bottom: 0;
  padding: .5rem .875rem;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 1rem;
  line-height: 1.5;
  transition: all .3s;
  box-shadow: 0 1px 2px #1018280d;
}

.uui-form_input:focus {
  border-color: var(--untitled-ui-primary300);
  box-shadow: 0 1px 2px 0 #1018280d, 0 0 0 4px var(--untitled-ui-primary100);
  color: var(--untitled-ui-gray900);
}

.uui-form_input::placeholder {
  color: var(--untitled-ui-gray500);
}

.uui-signup-form_wrapper {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr max-content;
  grid-auto-columns: 1fr;
  margin-bottom: .375rem;
  display: grid;
}

.uui-heroheader08_form {
  max-width: 30rem;
  margin-top: 2.5rem;
  margin-bottom: 2.5rem;
}

.uui-text-size-xlarge-2 {
  color: var(--untitled-ui-gray600);
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 1.25rem;
  line-height: 1.5;
}

.uui-max-width-small {
  width: 100%;
  max-width: 30rem;
}

.uui-space-small-2 {
  width: 100%;
  min-height: 1.5rem;
}

.uui-heading-xlarge-2 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 3.75rem;
  font-weight: 600;
  line-height: 1.2;
}

.uui-heroheader08_component {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  display: grid;
}

.uui-padding-vertical-xhuge-2 {
  padding-top: 9rem;
  padding-bottom: 7rem;
}

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

.uui-page-padding-2 {
  padding-left: 2rem;
  padding-right: 2rem;
}

.uui-section_heroheader08 {
  background-image: linear-gradient(to top, #00040c, #0000 59%), linear-gradient(97deg, #000, #0000), url('../images/snooze-lane-desktop-hero-bg.jpg');
  background-position: 0 0, 0 0, 50%;
  background-repeat: repeat, repeat, no-repeat;
  background-size: auto, auto, cover;
}

.outlined {
  color: #0000;
}

.logo {
  color: var(--white);
  letter-spacing: .08px;
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: #000000c2;
  text-transform: capitalize;
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(to right, #ff3b00, #feb601);
  -webkit-background-clip: text;
  background-clip: text;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 4vw;
  line-height: 1.2;
  text-decoration: none;
}

.hidden {
  display: none;
}

.screen {
  z-index: -1;
  background-image: url('../images/IMG_0969-2-2.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  border-radius: 1.6em;
  width: 77%;
  height: 98%;
  position: absolute;
}

.screen._2 {
  z-index: -2;
  background-image: url('../images/IMG_0972-3-2.jpg');
}

.screen.back {
  z-index: -5;
  background-color: #fff;
  background-image: none;
  width: auto;
}

.screen._3 {
  z-index: -4;
  background-image: url('../images/IMG_0974-5-2.jpg');
}

.p1 {
  margin-top: 30px;
  margin-bottom: 0;
  font-size: 1.1em;
}

.h2 {
  color: #aee1f9;
  text-transform: capitalize;
  margin-top: 0;
  margin-bottom: 30px;
  padding-bottom: 0;
  font-size: 3.6em;
  font-weight: 400;
  line-height: 1.3;
}

.nav-right-wrapper {
  justify-content: space-around;
  align-items: center;
  display: flex;
  position: relative;
}

.small-title {
  background-image: linear-gradient(90deg, var(--blood-orange), var(--light-orange));
  letter-spacing: 1px;
  text-transform: capitalize;
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
  margin-bottom: .8rem;
  font-family: Poppins, sans-serif;
  font-size: 2.3em;
  font-weight: 500;
  line-height: 1.2;
}

.left-handle {
  z-index: 15;
  opacity: 1;
  text-align: center;
  letter-spacing: 1px;
  text-transform: uppercase;
  background-color: #fff;
  border: 2px solid #17191f;
  border-radius: 0;
  justify-content: center;
  align-items: center;
  width: auto;
  height: auto;
  padding: 11px 25px;
  font-size: 11px;
  font-weight: 700;
  line-height: 1.2;
  text-decoration: none;
  transition: all .4s cubic-bezier(.215, .61, .355, 1);
  display: flex;
  position: fixed;
  inset: auto 2% 2% auto;
  box-shadow: 4px 4px 6px #00000030;
}

.left-handle:hover {
  opacity: 1;
  color: #070211;
  border-color: #1e1f24;
  margin-bottom: 5px;
}

.footer-logo-link-2 {
  flex: 0 auto;
  width: 60px;
  min-width: 60px;
  max-height: 60px;
}

.left-handle-text {
  color: #000;
  text-transform: uppercase;
  margin-left: 10px;
  font-family: Open Sans, sans-serif;
  font-size: 10px;
  font-weight: 600;
}

.footer {
  color: #0a0a0a;
  text-align: center;
  background-color: #edf1fc;
  align-items: flex-start;
  padding-top: 60px;
  padding-bottom: 40px;
}

.mobile-section {
  background-color: #080621;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  min-height: 600vh;
  max-height: 6000px;
  padding-top: 100px;
  padding-bottom: 100px;
  display: flex;
  position: relative;
  top: 0;
}

.mobile-section.mobile {
  display: none;
}

.navigation {
  z-index: 10;
  background-color: #000;
  background-image: linear-gradient(#00040c 56%, #0000);
  justify-content: center;
  align-items: center;
  width: 100%;
  padding-top: 15px;
  padding-bottom: 15px;
  display: flex;
  position: fixed;
  top: 0;
}

.phone-frame {
  object-fit: contain;
  width: 100%;
  height: 100%;
}

.star-bg {
  z-index: -1;
  opacity: .42;
  position: absolute;
  inset: 3% 0% 0% 5%;
}

.div-block-9 {
  background-color: #2e2b61;
  border-radius: 0;
  align-items: flex-end;
  width: 103%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: absolute;
  inset: 0%;
  transform: translate(0, 1005px);
}

.hero-content-wrapper {
  text-align: left;
  flex-direction: column;
  align-items: flex-start;
  margin-bottom: 0;
  display: flex;
}

.hero-content-wrapper.left {
  align-items: flex-start;
  width: 62%;
  margin-bottom: -51px;
  position: relative;
}

.hero-content-wrapper.sticky {
  text-align: center;
  justify-content: center;
  align-items: center;
  height: 15%;
  margin-bottom: 0;
}

.logo---wf {
  margin-left: auto;
  margin-right: auto;
  position: absolute;
  inset: 42% 0% 0% 1%;
}

.bg {
  font-size: 200px;
  line-height: 200px;
  position: absolute;
  inset: auto auto 66% 8%;
}

.bg.outlined {
  z-index: -6;
  opacity: .21;
  font-size: 100px;
  bottom: 68%;
  left: 6%;
}

.bg.outlined._3 {
  letter-spacing: -4px;
  font-size: 77px;
  font-weight: 600;
  line-height: 100px;
  bottom: 65%;
  left: 79%;
}

.bg.outlined._2 {
  font-size: 100px;
  line-height: 100px;
  bottom: 8%;
  left: 42%;
}

.button-2 {
  color: #0b0931;
  letter-spacing: 1px;
  background-color: #fff;
  border-radius: 0;
  align-items: flex-end;
  margin-top: 0;
  margin-right: 10px;
  padding: 15px 34px 15px 45px;
  font-size: 13px;
  font-weight: 700;
  text-decoration: none;
  display: flex;
  position: relative;
  overflow: hidden;
}

.desktop-section {
  background-color: #080621;
  background-image: linear-gradient(#00040c, #000);
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  min-height: 600vh;
  max-height: 6000px;
  padding-top: 7rem;
  padding-bottom: 7rem;
  display: flex;
  position: relative;
  top: 0;
}

.container-2 {
  width: 100%;
  max-width: 1300px;
  height: 100%;
  padding-left: 30px;
  padding-right: 30px;
}

.sticky-content {
  margin-bottom: 2rem;
}

.phone-wrapper {
  z-index: 0;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 33%;
  height: 100%;
  display: flex;
  overflow: hidden;
}

.sticky-wrapper-main {
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-around;
  align-items: center;
  height: 80%;
  margin-top: 0;
  font-family: Open Sans, sans-serif;
  display: flex;
}

.button-text {
  z-index: 2;
  margin-bottom: 0;
  position: relative;
}

.h2-2 {
  color: #aee1f9;
  margin-top: 0;
  margin-bottom: 25px;
  padding-bottom: 0;
  font-size: 3em;
}

.text-block-2 {
  color: #fff;
  letter-spacing: 1px;
  text-transform: capitalize;
  -webkit-text-fill-color: transparent;
  background-color: #0c0c0c;
  -webkit-background-clip: text;
  background-clip: text;
  margin-left: 10px;
  font-size: 12px;
  font-weight: 600;
}

.buttons-wrapper {
  justify-content: center;
  align-items: center;
  margin-top: 30px;
  display: flex;
}

.sticky-wrapper {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 270px;
  margin-bottom: 237px;
  display: flex;
}

.frame {
  border: 2px #080621;
  border-radius: 0;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 25em;
  display: flex;
  position: relative;
  overflow: hidden;
}

.h1 {
  text-transform: capitalize;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 5em;
  font-weight: 400;
  line-height: 1.2;
}

.h1.vim {
  font-weight: 400;
  line-height: 1.2;
}

.star {
  position: absolute;
  inset: auto auto -14% -6%;
}

.text-block-11 {
  margin-bottom: 5px;
  font-weight: 400;
}

.footer-flex-container-2 {
  text-align: left;
  justify-content: space-between;
  margin-bottom: 40px;
  display: flex;
}

.circle {
  background-color: #111030;
  background-image: linear-gradient(to bottom, var(--blood-orange), var(--light-orange));
  box-shadow: 0 0 13px -6px var(--black-3);
  filter: blur(125px);
  border: 24px #e6e6e6;
  border-radius: 100%;
  width: 200px;
  height: 200px;
  position: absolute;
  inset: 20% auto auto 8%;
}

.circle._2 {
  inset: 38% 5% auto auto;
}

.circle._3 {
  top: 46%;
}

.circle._4 {
  inset: 65% 5% auto auto;
}

.circle._5 {
  top: 80%;
}

.small-title-2 {
  color: #aee1f9;
  margin-bottom: 20px;
  font-size: 2.3em;
  line-height: 1.4;
}

.overflow-hidden {
  text-align: left;
  align-self: flex-start;
  overflow: hidden;
}

.overflow-hidden._2 {
  align-self: flex-end;
}

.made-for-community {
  filter: invert();
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 25px;
  display: flex;
}

.link-8 {
  color: #547eef;
  font-size: 16px;
  font-weight: 600;
  text-decoration: none;
}

.p2 {
  font-family: Poppins, sans-serif;
  font-size: 1.3em;
  font-weight: 300;
  line-height: 1.3;
}

.container {
  width: 100%;
  max-width: 1300px;
  padding-left: 40px;
  padding-right: 40px;
}

.container.hori-ends {
  justify-content: space-between;
  align-items: center;
  max-width: 80rem;
  padding: 12px 0;
  display: flex;
}

.container.verticle-centered {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.container.verticle-centered.hero-container {
  z-index: 1;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  height: 100%;
  font-family: Open Sans, sans-serif;
  position: relative;
}

.container.sticky {
  height: 91vh;
  position: sticky;
  top: 8%;
  bottom: 7%;
}

.hero {
  filter: saturate(143%);
  background-color: #0e0a20;
  background-image: none;
  justify-content: center;
  align-items: center;
  height: 100vh;
  min-height: 900px;
  display: flex;
  position: relative;
}

.list-item {
  margin-bottom: 14px;
}

.link {
  color: #fff;
  text-transform: capitalize;
  margin-right: 25px;
  font-family: Open Sans, sans-serif;
  font-size: 2vw;
  font-weight: 600;
  text-decoration: none;
}

.link.w--current {
  color: var(--light-orange);
  font-family: Poppins, sans-serif;
  font-size: 2vw;
  font-weight: 500;
  line-height: 1.4;
  transition: all .3s;
}

.link.w--current:hover {
  color: var(--light-orange);
}

.footer-image-2 {
  object-fit: contain;
  object-position: 0% 50%;
  height: 100%;
}

.footer-heading-2 {
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 20px;
  font-size: 14px;
  font-weight: 600;
  line-height: 1.5;
}

.brix---bg-image-full-width {
  z-index: -1;
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.brix---contact-v4-half-bg-image {
  z-index: 1;
  width: 60%;
  height: 100%;
  position: absolute;
  inset: 0% 0% 0% auto;
  overflow: hidden;
}

.brix---error-message {
  color: #ff5a65;
  text-align: center;
  background-color: #ffeff0;
  border-radius: 16px;
  margin-top: 20px;
  padding: 20px 24px;
  font-size: 18px;
  line-height: 30px;
}

.brix---color-neutral-100 {
  color: var(--elements-webflow-library-neutral--100);
}

.brix---icon-success-message-big {
  width: 60px;
  margin-bottom: 10px;
}

.brix---success-message {
  background-color: var(--elements-webflow-library-accent--primary-1);
  color: var(--elements-webflow-library-neutral--100);
  border-radius: 24px;
  padding: 28px 28px 32px;
  font-size: 18px;
  line-height: 30px;
}

.brix---btn-primary {
  background-color: var(--elements-webflow-library-accent--primary-1);
  background-image: linear-gradient(to right, var(--blood-orange), var(--light-orange));
  color: var(--elements-webflow-library-neutral--100);
  text-align: center;
  transform-style: preserve-3d;
  border-radius: 48px;
  justify-content: center;
  padding: 26px 38px;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 20px;
  text-decoration: none;
  transition: all .3s, background-color .3s, transform .3s, color .3s;
}

.brix---btn-primary:hover {
  background-color: var(--elements-webflow-library-secondary--color-1);
  color: var(--elements-webflow-library-neutral--100);
  transform: translate3d(0, -3px, .01px);
  box-shadow: -4px 7px 16px -4px #ff5421;
}

.brix---text-area {
  border: 1px solid var(--elements-webflow-library-neutral--300);
  background-color: var(--elements-webflow-library-neutral--100);
  box-shadow: 0 2px 7px 0 var(--elements-webflow-library-general--shadow-02);
  border-radius: 22px;
  min-height: 144px;
  padding: 16px 24px;
  font-size: 18px;
  line-height: 28px;
  transition: box-shadow .3s, color .3s, border-color .3s;
}

.brix---text-area:hover {
  border-color: var(--elements-webflow-library-accent--primary-1);
  box-shadow: 0 2px 12px 0 var(--elements-webflow-library-general--shadow-03);
}

.brix---text-area:focus {
  border-color: var(--elements-webflow-library-accent--primary-1);
  color: var(--elements-webflow-library-neutral--800);
}

.brix---text-area::placeholder {
  color: var(--elements-webflow-library-neutral--600);
  font-size: 18px;
}

.brix---input-label {
  color: var(--elements-webflow-library-neutral--800);
  margin-bottom: 16px;
  padding-left: 24px;
  padding-right: 24px;
  font-size: 18px;
  line-height: 1.2;
}

.brix---input {
  border: 1px solid var(--elements-webflow-library-neutral--300);
  box-shadow: 0 2px 7px 0 var(--elements-webflow-library-general--shadow-02);
  background-color: #10182885;
  border-radius: 100px;
  min-height: 70px;
  margin-bottom: 0;
  padding: 16px 24px;
  font-size: 18px;
  line-height: 1.2;
  transition: box-shadow .3s, color .3s, border-color .3s;
}

.brix---input:hover {
  border-color: var(--elements-webflow-library-accent--primary-1);
  box-shadow: 0 2px 12px 0 var(--elements-webflow-library-general--shadow-03);
}

.brix---input:focus {
  border-color: var(--elements-webflow-library-accent--primary-1);
  color: var(--elements-webflow-library-neutral--800);
}

.brix---input::placeholder {
  color: var(--elements-webflow-library-neutral--600);
  font-size: 18px;
}

.brix---form-grid-2-columns {
  grid-column-gap: 28px;
  grid-row-gap: 28px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  display: grid;
}

.brix---paragraph-default {
  color: var(--white-smoke);
  text-align: left;
  margin-bottom: 0;
  padding-right: 40px;
  font-family: Poppins, sans-serif;
  font-size: 21px;
  font-weight: 400;
  line-height: 1.2;
}

.brix---color-neutral-600 {
  color: var(--elements-webflow-library-neutral--600);
}

.brix---mg-bottom-32px {
  margin-bottom: 32px;
}

.brix---heading-h1-size {
  text-align: left;
  margin-top: 0;
  margin-bottom: 16px;
  font-size: 42px;
  line-height: 1.2;
}

.brix---color-neutral-800 {
  color: var(--elements-webflow-library-neutral--800);
}

.brix---card-form-v2 {
  border: 1px solid var(--elements-webflow-library-neutral--300);
  -webkit-backdrop-filter: none;
  backdrop-filter: none;
  background-color: #0000;
  background-image: linear-gradient(119deg, #00000069, #10182880);
  border-radius: 24px;
  margin-bottom: 0;
  padding: 2rem 78px;
  transition: all .35s;
  box-shadow: 17px -6px 32px #000000ab;
}

.brix---card-form-v2:hover {
  -webkit-backdrop-filter: blur(16px);
  backdrop-filter: blur(16px);
}

.brix---grid-contact-v4 {
  z-index: 2;
  grid-column-gap: 0px;
  grid-row-gap: 28px;
  grid-template-rows: auto;
  grid-template-columns: 1.8fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  display: grid;
  position: relative;
}

.brix---container-default-2 {
  max-width: 1218px;
  padding-left: 0;
  padding-right: 0;
}

.brix---section-position-relative {
  background-color: #000;
  padding-top: 176px;
  padding-bottom: 176px;
  position: relative;
  overflow: hidden;
}

.highlight {
  background-image: linear-gradient(to right, var(--blood-orange), var(--light-orange) 68%);
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
  font-size: 20px;
  font-weight: 600;
}

.highlight.hero-text {
  font-size: 3.5rem;
}

.brix---error-message-2 {
  color: #ff5a65;
  text-align: center;
  background-color: #ffeff0;
  border-radius: 16px;
  margin-top: 20px;
  padding: 20px 24px;
  font-size: 18px;
  line-height: 30px;
}

.brix---color-neutral-801 {
  color: var(--elements-webflow-library-neutral--100);
}

.brix---icon-success-message-big-2 {
  width: 60px;
  margin-bottom: 10px;
}

.brix---success-message-2 {
  background-color: var(--elements-webflow-library-accent--primary-1);
  color: var(--elements-webflow-library-neutral--100);
  border-radius: 24px;
  padding: 28px 28px 32px;
  font-size: 18px;
  line-height: 30px;
}

.brix---social-icon-square-30px {
  background-color: var(--elements-webflow-library-secondary--color-2);
  border-radius: 8px;
  justify-content: center;
  align-items: center;
  width: 30px;
  min-width: 30px;
  height: 30px;
  min-height: 30px;
  text-decoration: none;
  transition: transform .3s, background-color .3s, color .3s;
  display: flex;
}

.brix---social-icon-square-30px:hover {
  transform: scale(.92);
}

.brix---social-media-grid-right---mbp-center {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  flex: 1;
  grid-template-rows: auto;
  grid-template-columns: repeat(auto-fit, 36px);
  justify-content: end;
  align-self: center;
  justify-items: end;
}

.brix---btn-primary-2 {
  background-color: var(--elements-webflow-library-accent--primary-1);
  color: var(--elements-webflow-library-neutral--100);
  text-align: center;
  transform-style: preserve-3d;
  border-radius: 48px;
  justify-content: center;
  padding: 26px 38px;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 20px;
  text-decoration: none;
  transition: background-color .3s, transform .3s, color .3s;
}

.brix---btn-primary-2:hover {
  background-color: var(--elements-webflow-library-secondary--color-1);
  color: var(--elements-webflow-library-neutral--100);
  transform: translate3d(0, -3px, .01px);
}

.brix---text-area-2 {
  border: 1px solid var(--elements-webflow-library-neutral--300);
  background-color: var(--elements-webflow-library-neutral--100);
  box-shadow: 0 2px 7px 0 var(--elements-webflow-library-general--shadow-02);
  border-radius: 22px;
  min-height: 144px;
  padding: 16px 24px;
  font-size: 18px;
  line-height: 28px;
  transition: box-shadow .3s, color .3s, border-color .3s;
}

.brix---text-area-2:hover {
  border-color: var(--elements-webflow-library-accent--primary-1);
  box-shadow: 0 2px 12px 0 var(--elements-webflow-library-general--shadow-03);
}

.brix---text-area-2:focus {
  border-color: var(--elements-webflow-library-accent--primary-1);
  color: var(--elements-webflow-library-neutral--800);
}

.brix---text-area-2::placeholder {
  color: var(--elements-webflow-library-neutral--600);
  font-size: 18px;
}

.brix---input-label-2 {
  color: var(--elements-webflow-library-neutral--800);
  margin-bottom: 16px;
  font-size: 18px;
  line-height: 20px;
}

.brix---input-2 {
  border: 1px solid var(--elements-webflow-library-neutral--300);
  background-color: var(--elements-webflow-library-neutral--100);
  box-shadow: 0 2px 7px 0 var(--elements-webflow-library-general--shadow-02);
  border-radius: 100px;
  min-height: 70px;
  margin-bottom: 0;
  padding: 16px 24px;
  font-size: 18px;
  line-height: 20px;
  transition: box-shadow .3s, color .3s, border-color .3s;
}

.brix---input-2:hover {
  border-color: var(--elements-webflow-library-accent--primary-1);
  box-shadow: 0 2px 12px 0 var(--elements-webflow-library-general--shadow-03);
}

.brix---input-2:focus {
  border-color: var(--elements-webflow-library-accent--primary-1);
  color: var(--elements-webflow-library-neutral--800);
}

.brix---input-2::placeholder {
  color: var(--elements-webflow-library-neutral--600);
  font-size: 18px;
}

.brix---form-grid-2-columns-2 {
  grid-column-gap: 28px;
  grid-row-gap: 28px;
  flex-direction: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: stretch;
  display: flex;
}

.brix---grid-contact-v11 {
  grid-column-gap: 80px;
  grid-row-gap: 28px;
  grid-template-rows: auto;
  grid-template-columns: 1.3fr 1.2fr;
  grid-auto-columns: 1fr;
  align-items: center;
  display: grid;
}

.brix---paragraph-default-2 {
  margin-bottom: 0;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 18px;
  line-height: 30px;
}

.brix---color-neutral-802 {
  color: var(--elements-webflow-library-neutral--600);
}

.brix---mg-bottom-64px {
  margin-bottom: 64px;
}

.brix---heading-h1-size-2 {
  margin-top: 0;
  margin-bottom: 16px;
  font-size: 54px;
  line-height: 1.4;
}

.brix---color-neutral-803 {
  color: var(--elements-webflow-library-neutral--800);
}

.brix---text-center {
  z-index: 3;
  text-align: center;
  position: relative;
}

.brix---inner-container-490px-center {
  max-width: 490px;
  margin-left: auto;
  margin-right: auto;
}

.brix---container-default-3 {
  max-width: 1218px;
  padding-left: 24px;
  padding-right: 24px;
}

.brix---section {
  color: var(--elements-webflow-library-neutral--100);
  padding-top: 176px;
  padding-bottom: 176px;
}

.brix---accordion-btn-horizontal-line-v2 {
  background-color: var(--elements-webflow-library-neutral--800);
  border-radius: 20px;
  width: 28px;
  height: 2px;
  position: absolute;
}

.brix---accordion-btn-vertical-line-v2 {
  background-color: var(--elements-webflow-library-neutral--800);
  border-radius: 20px;
  width: 2px;
  height: 28px;
  position: absolute;
}

.brix---accordion-icon-wrapper {
  justify-content: center;
  align-items: center;
  width: 38px;
  min-width: 38px;
  height: 38px;
  min-height: 38px;
  display: flex;
}

.brix---accordion-right-side {
  margin-left: 24px;
  margin-right: 0;
}

.brix---mg-bottom-0 {
  margin-bottom: 0;
  font-family: Poppins, sans-serif;
  font-size: 1.2rem;
  line-height: 1.4;
}

.brix---accordion-spacer {
  min-height: 16px;
}

.brix---acordion-body {
  width: 100%;
  overflow: hidden;
}

.brix---accordion-title {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1.7rem;
  line-height: 1.4;
}

.brix---color-neutral-804 {
  color: var(--elements-webflow-library-neutral--800);
}

.brix---accordion-header {
  align-items: center;
  display: flex;
}

.brix---accordion-content-wrapper-v2 {
  flex-direction: column;
  justify-content: center;
  max-width: 730px;
  display: flex;
}

.brix---accordion-big-number {
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(106deg, #bf2d01, #fda400);
  -webkit-background-clip: text;
  background-clip: text;
  width: 92px;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 44px;
  font-weight: 700;
  line-height: 52px;
}

.brix---accordion-big-number-wrapper {
  display: flex;
}

.brix---accordion-item-wrapper-v5-last {
  box-shadow: none;
  -webkit-backdrop-filter: blur(13px);
  backdrop-filter: blur(13px);
  cursor: pointer;
  background-image: linear-gradient(125deg, #0000004d, #10182880);
  border: 1px solid #fff6;
  border-radius: 2rem;
  justify-content: space-between;
  width: 100%;
  margin-bottom: -1px;
  padding: 56px 20px;
  transition: transform .3s;
  display: flex;
}

.brix---accordion-item-wrapper-v5-last:hover {
  border-color: #e24a1c80;
  transform: translate(8px);
}

.brix---accordion-item-wrapper-v5 {
  box-shadow: none;
  -webkit-backdrop-filter: blur(13px);
  backdrop-filter: blur(13px);
  cursor: pointer;
  background-image: linear-gradient(125deg, #0000004d, #10182880);
  border: 1px solid #fff6;
  border-radius: 2rem;
  justify-content: space-between;
  width: 100%;
  margin-top: 1rem;
  margin-bottom: 1rem;
  padding: 56px 20px;
  transition: transform .3s;
  display: flex;
}

.brix---accordion-item-wrapper-v5:hover {
  border-color: #e24a1c80;
  transform: translate(8px);
}

.brix---accordion-item-wrapper-v5-first {
  box-shadow: none;
  -webkit-backdrop-filter: blur(13px);
  backdrop-filter: blur(13px);
  cursor: pointer;
  background-image: linear-gradient(138deg, #0000004d, #10182880);
  border: 1px solid #fff6;
  border-radius: 2rem;
  justify-content: space-between;
  width: 100%;
  margin-bottom: -1px;
  padding: 20px 20px 56px;
  transition: transform .3s;
  display: flex;
}

.brix---accordion-item-wrapper-v5-first:hover {
  border-color: #e24a1c80;
  transform: translate(8px);
}

.brix---grid-1-column-gap-row-0 {
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.brix---heading-h2-size {
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 38px;
  line-height: 1.4;
}

.brix---mg-bottom-12px {
  margin-bottom: 12px;
}

.brix---mg-bottom-80px {
  margin-bottom: 80px;
  margin-left: auto;
  margin-right: auto;
}

.brix---inner-container-547px {
  max-width: 574px;
  margin-left: auto;
  margin-right: auto;
}

.brix---inner-container-490px-left {
  z-index: 3;
  max-width: 40%;
  margin-right: auto;
  position: relative;
}

.brix---btn-secondary {
  border: 1px solid var(--elements-webflow-library-neutral--300);
  background-color: var(--elements-webflow-library-neutral--100);
  color: var(--elements-webflow-library-neutral--800);
  text-align: center;
  transform-style: preserve-3d;
  border-radius: 48px;
  padding: 26px 38px;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 18px;
  line-height: 20px;
  transition: border-color .3s, transform .3s, background-color .3s, color .3s;
  box-shadow: 0 4px 10px #14142b0a;
}

.brix---btn-secondary:hover {
  border-color: var(--elements-webflow-library-accent--primary-1);
  background-color: var(--elements-webflow-library-accent--primary-1);
  color: var(--elements-webflow-library-neutral--100);
  transform: translate3d(0, -3px, .01px);
}

.brix---btn-primary-3 {
  background-color: var(--elements-webflow-library-accent--primary-1);
  color: var(--elements-webflow-library-neutral--100);
  text-align: center;
  transform-style: preserve-3d;
  border-radius: 48px;
  justify-content: center;
  padding: 26px 38px;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 20px;
  text-decoration: none;
  transition: background-color .3s, transform .3s, color .3s;
}

.brix---btn-primary-3:hover {
  background-color: var(--elements-webflow-library-secondary--color-1);
  color: var(--elements-webflow-library-neutral--100);
  transform: translate3d(0, -3px, .01px);
}

.brix---button-row-left {
  margin-right: 24px;
}

.brix---buttons-row-center {
  justify-content: center;
  align-items: center;
  display: flex;
}

.brix---paragraph-default-3 {
  margin-bottom: 0;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 18px;
  line-height: 30px;
}

.brix---color-neutral-805 {
  color: var(--elements-webflow-library-neutral--600);
}

.brix---mg-bottom-40px {
  margin-bottom: 40px;
}

.brix---heading-h1-size-3 {
  margin-top: 0;
  margin-bottom: 16px;
  font-size: 54px;
  font-weight: 700;
  line-height: 66px;
}

.brix---color-neutral-806 {
  color: var(--elements-webflow-library-neutral--800);
}

.brix---text-center-2 {
  text-align: center;
}

.brix---inner-container-600px---center {
  max-width: 600px;
  margin-left: 0;
  margin-right: auto;
}

.brix---container-default-4 {
  max-width: 1218px;
  padding-left: 24px;
  padding-right: 24px;
}

.brix---section-2 {
  color: var(--elements-webflow-library-neutral--100);
  padding-top: 176px;
  padding-bottom: 176px;
}

.rich-text {
  color: #fff;
  text-align: left;
}

.rich-text a {
  background-color: var(--light-orange);
  background-image: linear-gradient(to right, var(--blood-orange), var(--light-orange) 43%);
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
  font-weight: 500;
}

.rich-text h2 {
  text-align: left;
  margin-top: 4rem;
  margin-bottom: 2rem;
}

.body {
  background-color: var(--blue-black);
}

.body-2 {
  background-color: #00040d;
}

.heading {
  color: var(--silver);
  text-align: left;
  font-weight: 500;
}

.paragraph {
  color: var(--white-smoke);
}

@media screen and (min-width: 1440px) {
  .navigation {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }

  .circle {
    background-image: linear-gradient(#ff6f007a 11%, #10182894);
  }

  .brix---form-grid-2-columns, .brix---form-grid-2-columns-2 {
    grid-column-gap: 32px;
    grid-row-gap: 32px;
  }

  .brix---grid-contact-v11 {
    grid-column-gap: 90px;
    grid-template-columns: 1.5fr 1.2fr;
  }
}

@media screen and (max-width: 991px) {
  .brix---btn-primary-small---nav {
    text-align: center;
    text-transform: capitalize;
    margin-left: 0;
    padding-top: 16px;
    padding-bottom: 16px;
    display: block;
  }

  .brix---btn-primary-small---nav:hover {
    background-color: var(--white-smoke);
    color: var(--black);
  }

  .brix---btn-primary-small---nav._2 {
    margin-left: 0;
  }

  .brix---btn-primary-small---nav.hide-on-tablet {
    display: none;
  }

  .brix---hamburger-menu-bar-bottom {
    background-color: var(--white-smoke);
    width: 44px;
    height: 3px;
    margin-top: 12px;
    margin-bottom: 12px;
  }

  .brix---hamburger-menu-bar-top {
    background-color: var(--white);
    width: 44px;
    height: 3px;
  }

  .brix---hamburger-menu-wrapper {
    order: -1;
    transition: transform .3s;
  }

  .brix---hamburger-menu-wrapper:hover {
    transform: scale(.96);
  }

  .brix---hamburger-menu-wrapper.w--open {
    background-color: #0000;
  }

  .brix---header-right-col {
    margin-left: 100px;
  }

  .brix---header-nav-list-item-show-in-tablet {
    margin-bottom: 16px;
    padding-left: 0;
    display: block;
  }

  .brix---header-nav-link {
    font-size: 22px;
  }

  .brix---header-nav-list-item-left {
    margin-bottom: 16px;
    padding-left: 0;
    padding-right: 0;
  }

  .brix---header-nav-menu-list {
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }

  .brix---header-menu-wrapper {
    background-color: var(--black);
    border-top: 1px solid #eff0f6;
    border-bottom: 1px solid #eff0f6;
    border-radius: 48px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    min-width: 500px;
    max-width: 60%;
    margin-left: auto;
    margin-right: auto;
    padding: 24px 24px 0;
    display: flex;
    box-shadow: 0 7px 48px #2a282a4d;
  }

  .brix---header-content-wrapper {
    margin-bottom: 20px;
  }

  .brix---header-wrapper {
    padding-top: 16px;
    padding-bottom: 0;
  }

  .uui-space-large {
    min-height: 2.5rem;
  }

  .uui-heading-xlarge {
    font-size: 3.25rem;
  }

  .uui-heroheader05_component {
    grid-template-columns: 1fr;
    grid-auto-flow: row;
    min-height: auto;
  }

  .uui-padding-vertical-xhuge {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }

  .uui-heading-xlarge-2 {
    font-size: 3.25rem;
  }

  .uui-heroheader08_component {
    grid-column-gap: 0rem;
    grid-template-columns: 1fr;
    grid-auto-flow: row;
    min-height: auto;
  }

  .uui-padding-vertical-xhuge-2 {
    padding-bottom: 6rem;
  }

  .uui-section_heroheader08 {
    background-image: linear-gradient(to top, #00040c, #0000 51%), linear-gradient(97deg, #000, #0000), url('../images/snooze-lane-desktop-hero-bg.jpg');
    background-position: 0 0, 0 0, 50%;
    background-repeat: repeat, repeat, no-repeat;
    background-size: auto, auto, cover;
  }

  .logo {
    font-size: 5vw;
  }

  .footer {
    padding-left: 20px;
    padding-right: 20px;
  }

  .mobile-section {
    display: none;
  }

  .mobile-section.mobile {
    background-image: linear-gradient(#00050d, #000);
    display: flex;
  }

  .hero-content-wrapper.left {
    width: 85%;
  }

  .bg.outlined._3 {
    bottom: 72%;
    left: 65%;
  }

  .bg.outlined._2 {
    bottom: 4%;
    left: 63%;
  }

  .desktop-section {
    display: none;
  }

  .sticky-content {
    margin-bottom: -172px;
  }

  .phone-wrapper {
    width: 50%;
  }

  .sticky-wrapper-main {
    margin-top: 6px;
  }

  .h2-2 {
    text-transform: capitalize;
    line-height: 1.2;
  }

  .text-block-2 {
    left: 10%;
  }

  .sticky-wrapper {
    width: 40%;
  }

  .h1.vim {
    margin-top: 10px;
    font-size: 3.9em;
  }

  .star {
    bottom: -20%;
    left: 0%;
  }

  .footer-flex-container-2 {
    grid-column-gap: 16px;
    grid-row-gap: 27px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .circle._2 {
    top: 32%;
  }

  .circle._4 {
    top: 57%;
  }

  .small-title-2 {
    background-image: linear-gradient(to right, var(--blood-orange), var(--light-orange));
    letter-spacing: 1px;
    text-transform: capitalize;
    -webkit-text-fill-color: transparent;
    -webkit-background-clip: text;
    background-clip: text;
    font-family: Poppins, sans-serif;
    font-size: 2.4em;
    font-weight: 500;
    line-height: 1.2;
  }

  .made-for-community {
    margin-bottom: 0;
  }

  .container.hori-ends {
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .link.w--current {
    font-size: 3vw;
  }

  .brix---contact-v4-half-bg-image {
    width: 100%;
    height: 50%;
    inset: auto 0% 0%;
  }

  .brix---btn-primary {
    background-image: linear-gradient(to right, var(--blood-orange), var(--light-orange));
    margin-left: auto;
    margin-right: auto;
    padding-top: 24px;
    padding-bottom: 24px;
  }

  .brix---input-label {
    text-align: left;
  }

  .brix---input {
    background-color: #101828cc;
  }

  .brix---form-grid-2-columns {
    justify-items: stretch;
  }

  .brix---paragraph-default {
    padding-right: 0;
    font-family: Poppins, sans-serif;
    font-weight: 300;
  }

  .brix---mg-bottom-32px {
    margin-bottom: 24px;
  }

  .brix---heading-h1-size {
    font-size: 48px;
    line-height: 60px;
  }

  .brix---card-form-v2 {
    -webkit-backdrop-filter: none;
    backdrop-filter: none;
    text-align: center;
    padding: 54px 40px;
    box-shadow: 0 18px 32px #000000ab;
  }

  .brix---grid-contact-v4 {
    grid-template-columns: 1fr;
  }

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

  .highlight.hero-text {
    font-size: 3.25rem;
  }

  .brix---social-media-grid-right---mbp-center {
    grid-column-gap: 10px;
  }

  .brix---btn-primary-2 {
    padding-top: 24px;
    padding-bottom: 24px;
  }

  .brix---grid-contact-v11 {
    grid-row-gap: 80px;
    grid-template-columns: 1fr;
  }

  .brix---heading-h1-size-2 {
    font-size: 48px;
    line-height: 60px;
  }

  .brix---section {
    padding-top: 118px;
    padding-bottom: 118px;
  }

  .brix---accordion-spacer {
    min-height: 12px;
  }

  .brix---accordion-big-number {
    width: 112px;
    font-size: 44px;
    line-height: 50px;
  }

  .brix---accordion-item-wrapper-v5-last {
    padding-left: 40px;
    padding-right: 40px;
  }

  .brix---accordion-item-wrapper-v5-last:hover {
    transform: translate(6px);
  }

  .brix---accordion-item-wrapper-v5 {
    padding-left: 40px;
    padding-right: 40px;
  }

  .brix---accordion-item-wrapper-v5:hover {
    transform: translate(6px);
  }

  .brix---accordion-item-wrapper-v5-first {
    padding-left: 40px;
    padding-right: 40px;
  }

  .brix---accordion-item-wrapper-v5-first:hover {
    transform: translate(6px);
  }

  .brix---heading-h2-size {
    font-size: 30px;
    line-height: 46px;
  }

  .brix---mg-bottom-80px {
    margin-bottom: 64px;
  }

  .brix---inner-container-490px-left {
    text-align: center;
    max-width: 490px;
    margin-left: auto;
  }

  .brix---btn-primary-3 {
    padding-top: 24px;
    padding-bottom: 24px;
  }

  .brix---heading-h1-size-3 {
    font-size: 48px;
    line-height: 60px;
  }

  .brix---section-2 {
    padding-top: 118px;
    padding-bottom: 118px;
  }
}

@media screen and (max-width: 767px) {
  .brix---btn-primary-small---nav {
    padding: 20px 32px;
    display: block;
  }

  .brix---btn-primary-small---nav.hide-on-tablet {
    display: block;
  }

  .brix---btn-header-hidden-on-mbl {
    display: none;
  }

  .brix---header-right-col {
    margin-left: 60px;
  }

  .brix---header-nav-list-item-show-in-tablet {
    display: block;
  }

  .brix---header-nav-menu-list {
    justify-content: center;
  }

  .brix---header-menu-wrapper {
    min-width: 360px;
    padding-bottom: 10px;
  }

  .uui-heroheader05_image-blob {
    width: 120%;
    min-width: 28rem;
    top: 22%;
  }

  .uui-heroheader05_image {
    height: 40rem;
    margin-left: 1.5rem;
  }

  .uui-heroheader05_image-wrapper {
    height: 22rem;
  }

  .uui-button-row {
    align-self: stretch;
  }

  .uui-space-large {
    min-height: 2rem;
  }

  .uui-text-size-xlarge {
    font-size: 1.125rem;
  }

  .uui-space-small {
    min-height: 1.25rem;
  }

  .uui-heading-xlarge {
    font-size: 2.25rem;
  }

  .uui-badge-group_badge {
    padding: .125rem .5rem;
    font-size: .75rem;
  }

  .uui-badge-group {
    font-size: .75rem;
  }

  .uui-padding-vertical-xhuge {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .uui-page-padding {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .uui-heroheader08_image {
    height: 22rem;
  }

  .uui-button {
    font-size: 1rem;
  }

  .uui-button:hover {
    border-color: var(--untitled-ui-primary600);
    background-color: var(--untitled-ui-primary600);
  }

  .uui-heroheader08_form {
    margin-top: 2rem;
    margin-bottom: 2rem;
  }

  .uui-text-size-xlarge-2 {
    font-size: 1.125rem;
  }

  .uui-space-small-2 {
    min-height: 1.25rem;
  }

  .uui-heading-xlarge-2 {
    font-size: 2.25rem;
  }

  .uui-page-padding-2 {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .screen {
    width: 90%;
    height: 95%;
    margin-top: 0;
  }

  .p1 {
    font-size: 1.1em;
  }

  .h2 {
    font-size: 2.2em;
  }

  .small-title {
    font-size: 1.8em;
  }

  .footer {
    padding: 40px 20px;
  }

  .mobile-section {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .mobile-section.mobile {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .hero-content-wrapper {
    text-align: center;
    justify-content: center;
    align-items: center;
  }

  .hero-content-wrapper.left {
    text-align: left;
    align-items: flex-start;
    width: 93%;
    margin-bottom: 0;
  }

  .bg.outlined {
    line-height: 100px;
    bottom: 79%;
  }

  .bg.outlined._3 {
    font-size: 59px;
    left: 50%;
  }

  .bg.outlined._2 {
    left: 56%;
  }

  .desktop-section {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .sticky-content {
    flex: none;
    width: 250px;
    margin-bottom: 0;
    margin-left: 60px;
    margin-right: 60px;
  }

  .sticky-content._1 {
    margin-left: 60px;
    margin-right: 60px;
  }

  .phone-wrapper {
    width: 100%;
    margin-top: 41px;
    overflow: hidden;
  }

  .sticky-wrapper-main {
    flex-direction: column;
    height: 81%;
    margin-top: 0;
    overflow: visible;
  }

  .h2-2 {
    font-size: 2.3em;
  }

  .text-block-2 {
    margin-top: 0;
    margin-left: 12px;
    padding: 0;
    font-size: 13px;
    position: static;
    transform: rotate(0);
  }

  .buttons-wrapper {
    display: block;
  }

  .sticky-wrapper {
    flex-flow: row;
    flex: none;
    width: 1215px;
    margin-bottom: 60px;
    margin-left: 0;
  }

  .frame {
    border-radius: 49px;
    width: 19.7em;
    height: 39.4em;
    margin-top: 0;
  }

  .h1.vim {
    font-size: 3.6em;
  }

  .star {
    bottom: -33%;
  }

  .footer-flex-container-2 {
    flex-direction: column;
  }

  .small-title-2 {
    font-size: 1.8em;
  }

  .container {
    padding-left: 20px;
    padding-right: 20px;
  }

  .container.hori-ends {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
  }

  .container.verticle-centered {
    padding-left: 20px;
    padding-right: 20px;
  }

  .container.verticle-centered.hero-container {
    flex-direction: column;
  }

  .container.sticky.mobile {
    overflow: hidden;
  }

  .hero {
    background-position: 62% 54%;
    overflow: hidden;
  }

  .link.w--current {
    line-height: 1.2;
  }

  .footer-image-2 {
    object-fit: contain;
    height: auto;
  }

  .brix---btn-primary {
    padding: 20px 32px;
  }

  .brix---text-area {
    border-radius: 18px;
  }

  .brix---input {
    min-height: 60px;
    padding-top: 16px;
    padding-bottom: 16px;
  }

  .brix---form-grid-2-columns {
    grid-column-gap: 18px;
    grid-row-gap: 18px;
    grid-template-columns: 1fr;
  }

  .brix---heading-h1-size {
    margin-bottom: 12px;
    font-size: 38px;
    line-height: 46px;
  }

  .brix---card-form-v2 {
    padding: 56px 32px;
  }

  .brix---grid-contact-v4 {
    grid-template-columns: 1fr;
  }

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

  .highlight.hero-text {
    font-size: 2.5rem;
  }

  .brix---social-media-grid-right---mbp-center {
    justify-content: end;
    align-self: stretch;
    place-items: center end;
  }

  .brix---btn-primary-2 {
    padding: 20px 32px;
  }

  .brix---text-area-2 {
    border-radius: 18px;
  }

  .brix---input-2 {
    min-height: 60px;
    padding-top: 16px;
    padding-bottom: 16px;
  }

  .brix---form-grid-2-columns-2 {
    grid-column-gap: 18px;
    grid-row-gap: 18px;
    grid-template-columns: 1fr;
  }

  .brix---grid-contact-v11 {
    grid-template-columns: 1fr;
  }

  .brix---mg-bottom-64px {
    margin-bottom: 48px;
  }

  .brix---heading-h1-size-2 {
    margin-bottom: 12px;
    font-size: 38px;
    line-height: 46px;
  }

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

  .brix---accordion-right-side {
    margin-left: 16px;
    margin-right: 16px;
  }

  .brix---mg-bottom-0 {
    font-size: 1.1rem;
  }

  .brix---accordion-title {
    font-size: 1.2rem;
  }

  .brix---accordion-big-number {
    width: 50px;
    font-size: 32px;
    line-height: 42px;
  }

  .brix---accordion-item-wrapper-v5-last, .brix---accordion-item-wrapper-v5, .brix---accordion-item-wrapper-v5-first {
    padding: 48px 0;
  }

  .brix---heading-h2-size {
    font-size: 28px;
    line-height: 40px;
  }

  .brix---mg-bottom-80px {
    margin-bottom: 48px;
  }

  .brix---btn-secondary {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .brix---btn-primary-3 {
    padding: 20px 32px;
  }

  .brix---button-row-left {
    margin-right: 16px;
  }

  .brix---mg-bottom-40px {
    margin-bottom: 24px;
  }

  .brix---heading-h1-size-3 {
    margin-bottom: 12px;
    font-size: 38px;
    line-height: 46px;
  }

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

@media screen and (max-width: 479px) {
  .brix---container-default {
    max-width: 100%;
    padding-left: 20px;
    padding-right: 20px;
  }

  .brix---btn-primary-small---nav {
    width: 100%;
    padding-top: 18px;
    padding-bottom: 18px;
  }

  .brix---header-right-col {
    margin-left: 0;
  }

  .brix---header-nav-list-item-show-in-tablet {
    text-align: left;
    width: 100%;
  }

  .brix---header-nav-link {
    text-align: center;
  }

  .brix---header-nav-list-item-left {
    text-align: left;
    width: 100%;
  }

  .brix---header-menu-wrapper {
    min-width: 300px;
    max-width: 80%;
  }

  .uui-heading-xlarge {
    font-size: 1.7rem;
  }

  .uui-heroheader05_component {
    grid-template-columns: 1fr;
  }

  .uui-heroheader08_image {
    height: 17.5rem;
  }

  .ratings_wrapper {
    flex: none;
    margin-left: .75rem;
  }

  .uui-signup-form_wrapper {
    grid-row-gap: .75rem;
    flex-direction: column;
    grid-template-columns: 1fr;
  }

  .uui-heroheader08_content {
    text-align: center;
  }

  .uui-heroheader08_component {
    grid-template-columns: 1fr;
  }

  .uui-padding-vertical-xhuge-2 {
    padding-top: 17.2rem;
    padding-bottom: .6rem;
  }

  .uui-section_heroheader08 {
    background-image: linear-gradient(#00000070, #0000), url('../images/snooze-lane-mobile-hero-bg.png'), url('../images/Snooze-Lane-Header.png');
    background-position: 0 0, 50%, 50%;
    background-repeat: repeat, repeat, no-repeat;
    background-size: auto, cover, cover;
    overflow: hidden;
  }

  .screen {
    width: 95%;
    height: 100%;
  }

  .p1 {
    font-size: 1em;
  }

  .h2 {
    font-size: 1.9em;
  }

  .small-title {
    font-size: 2em;
  }

  .left-handle {
    display: none;
  }

  .footer-logo-link-2 {
    height: 60px;
    margin-bottom: 30px;
  }

  .footer {
    text-align: left;
    padding-left: 0;
    padding-right: 0;
  }

  .mobile-section.mobile {
    height: 5500px;
  }

  .phone-frame {
    border-radius: 20px;
  }

  .bg.outlined._3 {
    white-space: nowrap;
    bottom: 70%;
  }

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

  .sticky-content._3 {
    width: 275px;
    margin-left: 25px;
    margin-right: 25px;
    padding-left: 10px;
    padding-right: 10px;
  }

  .phone-wrapper {
    overflow: visible;
  }

  .sticky-wrapper-main {
    justify-content: center;
    margin-top: 54px;
  }

  .h2-2 {
    margin-bottom: 35px;
    font-size: 2.1em;
  }

  .text-block-2 {
    text-align: left;
    margin-top: 0;
    margin-bottom: 0;
    margin-left: 7px;
    font-size: 10px;
  }

  .frame {
    border-radius: 36px;
    width: 200px;
    height: 400px;
  }

  .h1.vim {
    font-size: 12vw;
    line-height: 1.3;
  }

  .star {
    bottom: -44%;
    left: 4%;
  }

  .footer-flex-container-2 {
    grid-column-gap: 16px;
    grid-row-gap: 23px;
    flex-direction: column;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .small-title-2 {
    font-size: 2em;
  }

  .container {
    max-width: 99%;
    padding-left: 15px;
    padding-right: 15px;
  }

  .container.verticle-centered {
    max-width: 450px;
  }

  .container.verticle-centered.hero-container {
    padding-left: 10px;
    padding-right: 10px;
  }

  .container.sticky.mobile {
    height: auto;
  }

  .link {
    font-size: 3vw;
  }

  .link.cloneables {
    display: none;
  }

  .footer-heading-2 {
    margin-top: 20px;
    margin-bottom: 11px;
    font-size: 1.2em;
  }

  .brix---btn-primary {
    width: 100%;
    padding-top: 18px;
    padding-bottom: 18px;
    font-size: 17px;
    line-height: 19px;
  }

  .brix---text-area {
    padding-left: 18px;
    padding-right: 18px;
    font-size: 16px;
    line-height: 26px;
  }

  .brix---text-area::placeholder {
    font-size: 16px;
    line-height: 24px;
  }

  .brix---input {
    min-height: 54px;
    padding-left: 18px;
    padding-right: 18px;
    font-size: 16px;
  }

  .brix---input::placeholder {
    font-size: 16px;
    line-height: 16px;
  }

  .brix---paragraph-default {
    font-size: 17px;
  }

  .brix---heading-h1-size {
    margin-bottom: 10px;
    font-size: 25px;
    line-height: 1.4;
  }

  .brix---card-form-v2 {
    padding-left: 24px;
    padding-right: 24px;
  }

  .brix---container-default-2 {
    padding-left: 20px;
    padding-right: 20px;
  }

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

  .highlight.hero-text {
    font-size: 1.8rem;
  }

  .brix---social-icon-square-30px {
    border-radius: 6px;
    width: 30px;
    min-width: 30px;
    height: 30px;
    min-height: 30px;
    font-size: 14px;
  }

  .brix---social-media-grid-right---mbp-center {
    grid-template-columns: repeat(auto-fit, 30px);
    justify-content: center;
    justify-items: center;
  }

  .brix---btn-primary-2 {
    width: 100%;
    padding-top: 18px;
    padding-bottom: 18px;
    font-size: 17px;
    line-height: 19px;
  }

  .brix---text-area-2 {
    padding-left: 18px;
    padding-right: 18px;
    font-size: 16px;
    line-height: 26px;
  }

  .brix---text-area-2::placeholder {
    font-size: 16px;
    line-height: 24px;
  }

  .brix---input-2 {
    min-height: 54px;
    padding-left: 18px;
    padding-right: 18px;
    font-size: 16px;
    line-height: 18px;
  }

  .brix---input-2::placeholder {
    font-size: 16px;
    line-height: 16px;
  }

  .brix---grid-contact-v11 {
    grid-row-gap: 50px;
  }

  .brix---paragraph-default-2 {
    font-size: 17px;
    line-height: 28px;
  }

  .brix---mg-bottom-64px {
    margin-bottom: 40px;
  }

  .brix---heading-h1-size-2 {
    margin-bottom: 10px;
    font-size: 30px;
    line-height: 37px;
  }

  .brix---container-default-3 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .brix---accordion-right-side {
    margin-right: 0;
  }

  .brix---mg-bottom-0 {
    font-size: .9rem;
  }

  .brix---accordion-title {
    font-size: 1.1rem;
  }

  .brix---accordion-big-number {
    font-size: 24px;
    line-height: 35px;
    display: none;
  }

  .brix---accordion-item-wrapper-v5-last, .brix---accordion-item-wrapper-v5, .brix---accordion-item-wrapper-v5-first {
    padding-left: 15px;
    padding-right: 15px;
  }

  .brix---heading-h2-size {
    font-size: 24px;
    line-height: 34px;
  }

  .brix---mg-bottom-80px {
    margin-bottom: 40px;
  }

  .brix---btn-secondary, .brix---btn-primary-3 {
    width: 100%;
    padding-top: 18px;
    padding-bottom: 18px;
    font-size: 17px;
    line-height: 19px;
  }

  .brix---button-row-left {
    width: 100%;
    margin-bottom: 20px;
    margin-right: 0;
  }

  .brix---buttons-row-center {
    flex-direction: column;
  }

  .brix---paragraph-default-3 {
    font-size: 17px;
    line-height: 28px;
  }

  .brix---heading-h1-size-3 {
    margin-bottom: 10px;
    font-size: 30px;
    line-height: 37px;
  }

  .brix---container-default-4 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .rich-text h2 {
    text-align: center;
    margin-top: 4rem;
    margin-bottom: 2rem;
    font-size: 1.8rem;
    line-height: 1.2;
  }

  .rich-text li {
    font-size: 1.1rem;
  }

  .rich-text strong {
    font-size: 1.2rem;
  }

  .rich-text h3 {
    font-size: 1.4rem;
    line-height: 1.2;
  }
}

#w-node-_73af6fd9-60b5-536d-1dc6-25c05dfb37b5-bbb4ef58 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_73af6fd9-60b5-536d-1dc6-25c05dfb37c5-bbb4ef58 {
  grid-area: span 1 / span 2 / span 1 / span 2;
  justify-self: start;
}

#w-node-f6ecc5e5-54ad-35da-a03e-c5332199cffd-5fbecd0b {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-f6ecc5e5-54ad-35da-a03e-c5332199d001-5fbecd0b {
  grid-area: span 1 / span 2 / span 1 / span 2;
  justify-self: start;
}

@media screen and (max-width: 991px) {
  #w-node-_73af6fd9-60b5-536d-1dc6-25c05dfb37c5-bbb4ef58 {
    grid-area: span 1 / span 2 / span 1 / span 2;
    justify-self: start;
  }
}

@media screen and (max-width: 479px) {
  #w-node-f6ecc5e5-54ad-35da-a03e-c5332199cffd-5fbecd0b {
    grid-column: span 1 / span 1;
  }
}


