:root {
  --black-50: #00000080;
  --white-100: white;
  --white-10: #ffffff1a;
  --black-gray: #141414;
  --black-100: black;
  --white-75: #ffffffbf;
  --gradient-0: #f36578;
  --gradient-50: #946de9;
  --gradient-100: #60d1e4;
  --white-5: #ffffff0d;
  --white-50: #ffffff80;
  --gray: #8d8d9b;
  --dark-gray: #424247;
  --black-25: #00000040;
  --black-10: #0000001a;
  --white-25: #ffffff40;
  --light-gray: #dfdfe5;
  --relume-library-lite--rl-black: black;
  --relume-library-lite--rl-white: white;
  --_iot---black-75: #000000bf;
  --_iot---primary: #d8305a;
  --_iot---black: #111;
  --_iot---black-50: #00000080;
  --_iot---black-20: #0003;
  --_iot---white: white;
  --_iot---white-50: #ffffff80;
  --_iot---white-20: #fff3;
  --_iot---gray: #c4c4c4;
  --_iot---light-gray: #f1f1f1;
  --_iot---white-gray: #f9f8f9;
  --_iot---color: white;
}

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

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

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

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

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

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

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

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

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

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

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

.logo-wrap {
  justify-content: flex-start;
  align-items: flex-end;
  display: flex;
  position: relative;
}

.logoimage {
  filter: invert();
  width: 25px;
  height: 25px;
  margin-right: 5px;
}

.logoimage.blend-logo-img {
  margin-right: 0;
  position: absolute;
}

.nav-content {
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  min-width: auto;
  max-width: 1200px;
  height: auto;
  margin-top: 0;
  margin-left: 0;
  margin-right: 0;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
  position: relative;
}

.nav-menu {
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
  left: auto;
  right: auto;
}

.logotext {
  color: #000;
  letter-spacing: 0;
  font-family: Exo, sans-serif;
  font-size: 20px;
  font-weight: 500;
}

.logotext.blend-logo-text {
  color: var(--white-100);
  margin-left: 0;
}

.navbar {
  background-color: var(--white-10);
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  border-radius: 10px;
  width: calc(100% - 160px);
  min-width: 900px;
  max-width: 1200px;
  margin-top: 20px;
  padding-left: 20px;
  padding-right: 20px;
  position: fixed;
}

.navbar.blend-scope {
  border-bottom: 1px solid var(--white-10);
  background-color: var(--black-gray);
  -webkit-backdrop-filter: none;
  backdrop-filter: none;
  border-radius: 0;
  justify-content: center;
  align-items: center;
  width: 100%;
  min-width: auto;
  max-width: none;
  height: 80px;
  margin-top: 0;
  padding: 10px 80px;
  display: flex;
}

.body {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  height: auto;
  padding-bottom: 0;
  display: flex;
}

.brand {
  z-index: 1;
  margin-right: 0;
  position: absolute;
}

.brand.w--current {
  z-index: 1;
}

.darksection {
  background-color: var(--black-gray);
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: auto;
  padding: 80px 80px 100px;
  display: flex;
  position: relative;
}

.navlink {
  color: var(--white-100);
  margin-left: 0;
  margin-right: 0;
  font-family: Exo, sans-serif;
  font-weight: 300;
  line-height: 20px;
}

.nav-link-2 {
  color: var(--black-100);
}

.container-3 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  border: 0px solid var(--white-10);
  background-color: var(--white-100);
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  width: 110px;
  height: auto;
  margin-top: 0;
  margin-right: 0;
  padding: 12px 0;
  transition: all .4s;
  display: flex;
  position: relative;
  inset: auto 0% auto auto;
  box-shadow: 0 0 5px #fff3;
}

.container-3:hover {
  background-color: var(--white-75);
}

.text-block-2 {
  color: var(--white-100);
  -webkit-text-fill-color: inherit;
  background-clip: border-box;
  font-family: Exo, sans-serif;
  font-size: 12px;
}

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

.logo-mul {
  width: 25px;
  height: 25px;
  margin-right: 5px;
  position: absolute;
}

.logo-mul.blend-logo-img {
  margin-right: 0;
  position: absolute;
}

.logo-scr {
  filter: invert();
  width: 25px;
  height: 25px;
  margin-right: 5px;
  position: absolute;
}

.logo-scr.blend-logo-img {
  margin-right: 0;
  position: absolute;
}

.container-4 {
  background-image: radial-gradient(circle farthest-corner at 50% 50%, var(--gradient-0), #fff0);
  opacity: 1;
  filter: blur(100px);
  border-radius: 1000px;
  width: 200px;
  height: 200px;
  margin-bottom: 200px;
  margin-left: 200px;
  position: absolute;
  inset: auto auto 0% 0%;
}

.herolight {
  aspect-ratio: 1;
  background-image: radial-gradient(circle farthest-corner at 50% 50%, var(--gradient-50), #fff0);
  opacity: 1;
  filter: blur(100px);
  border-radius: 1000px;
  width: 15%;
  height: auto;
  margin-bottom: 25vh;
  margin-left: auto;
  position: absolute;
  inset: auto 0% 0%;
}

.herolight.blue {
  z-index: 0;
  aspect-ratio: 1;
  background-image: radial-gradient(circle farthest-corner at 50% 50%, var(--gradient-100), #fff0);
  filter: blur(150px);
  align-self: auto;
  width: 200px;
  height: auto;
  margin-bottom: 0;
  margin-left: 0;
  margin-right: 0;
  padding-left: 0;
  position: static;
}

.herolight.pink {
  z-index: 0;
  background-image: radial-gradient(circle farthest-corner at 50% 50%, var(--gradient-0), #fff0);
  filter: blur(150px);
  width: 200px;
  margin-bottom: 0;
  margin-left: 0;
  margin-right: 0;
  position: static;
}

.herolight.purple {
  z-index: 0;
  filter: blur(150px);
  width: 200px;
  margin-bottom: 0;
  position: static;
}

.container-5 {
  background-image: radial-gradient(circle farthest-corner at 50% 50%, var(--gradient-100), #fff0);
  opacity: 1;
  filter: blur(100px);
  border-radius: 1000px;
  width: 200px;
  height: 200px;
  margin-bottom: 200px;
  margin-left: auto;
  margin-right: 0;
  position: absolute;
  inset: auto 0% 0%;
}

.container-6 {
  z-index: 1;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 1200px;
  height: auto;
  margin-top: 5vh;
  display: flex;
  position: relative;
}

.container-7 {
  background-color: var(--white-5);
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  width: auto;
  height: auto;
  margin-bottom: 40px;
  padding: 12px 24px;
  display: flex;
}

.text-block-3 {
  color: var(--white-100);
  text-align: center;
  letter-spacing: 1px;
  font-family: Exo, sans-serif;
  font-weight: 200;
}

.container-8 {
  justify-content: center;
  align-items: center;
  width: 100%;
  height: auto;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 10px;
  padding-bottom: 10px;
  display: flex;
  position: relative;
}

.text-block-4 {
  color: var(--white-50);
  font-family: Exo, sans-serif;
  font-size: 48px;
  font-weight: 400;
  line-height: 40px;
}

.text-block-5 {
  color: var(--white-100);
  margin-left: 20px;
  font-family: Exo, sans-serif;
  font-size: 48px;
  font-weight: 600;
  line-height: 40px;
  position: absolute;
}

.container-9 {
  background-image: linear-gradient(90deg, #f365781a, #946de91a 33%, #60d1e41a 66%, #0000);
  justify-content: flex-start;
  align-items: center;
  width: 330px;
  margin-left: 10px;
  margin-right: 0;
  padding: 0;
  display: flex;
  position: relative;
}

.container-10 {
  background-image: linear-gradient(180deg, var(--gradient-0), var(--gradient-50) 50%, var(--gradient-100));
  border-radius: 100px;
  width: 6px;
  height: 100px;
  margin-left: 0;
  margin-right: 0;
}

.text-block-6 {
  color: var(--white-100);
  font-family: Exo, sans-serif;
  font-size: 48px;
  font-weight: 600;
  line-height: 40px;
}

.paragraph {
  color: var(--white-100);
  text-align: center;
  margin-top: 20px;
  margin-bottom: 0;
  font-family: Exo, sans-serif;
  line-height: 175%;
}

.container-11 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: center;
  width: 500px;
  height: 75px;
  margin-top: 20px;
  display: flex;
}

.container-12 {
  background-color: var(--white-100);
  width: 46%;
  height: 60px;
  margin-left: 0;
  margin-right: auto;
}

.div-block {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: auto;
  height: 60px;
  margin-top: 40px;
  margin-bottom: 40px;
  display: grid;
}

.container-13 {
  background-color: var(--white-100);
  background-image: linear-gradient(90deg, #f3657840, #946de940 50%, #60d1e480);
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  padding-left: 40px;
  padding-right: 40px;
  transition: all .4s;
  display: flex;
  position: relative;
  box-shadow: 0 0 8px 4px #fff0;
}

.container-13:hover {
  background-color: var(--white-100);
  background-image: linear-gradient(90deg, #f3657840, #946de940 50%, #60d1e480);
  box-shadow: 0 0 8px 4px #ffffff4d;
}

.img {
  width: 25px;
  height: 25px;
}

.text-block-7 {
  margin-top: 3px;
  margin-left: 10px;
  font-family: Exo, sans-serif;
  line-height: 12px;
}

.link-block {
  position: absolute;
  inset: 0%;
}

.blurlights {
  z-index: 0;
  border: 0px solid var(--white-100);
  justify-content: center;
  align-items: center;
  width: 100vw;
  height: 100vh;
  display: flex;
  position: sticky;
  inset: 20vh 0% auto;
}

.image {
  width: 250px;
  height: auto;
  box-shadow: 0 0 16px 0 var(--white-50);
  transform-style: preserve-3d;
  margin-bottom: 80px;
  transform: rotateX(-50deg)rotateY(-34deg)rotateZ(-9deg);
}

.blurlights-wrapper {
  position: absolute;
  inset: 0%;
}

.container-14 {
  display: flex;
}

.text-block-8 {
  color: var(--white-50);
  margin-left: 0;
  font-family: Exo, sans-serif;
  font-size: 20px;
  line-height: 19px;
}

.text-block-8.black {
  color: var(--gray);
  font-size: 16px;
}

.text-block-8-copy {
  color: var(--white-100);
  margin-left: 4px;
  margin-right: 2px;
  font-family: Exo, sans-serif;
  font-size: 20px;
  line-height: 19px;
}

.text-block-8-copy.black {
  color: var(--dark-gray);
}

.container-15 {
  grid-column-gap: 80px;
  grid-row-gap: 80px;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 100%;
  height: 150px;
  display: flex;
  overflow: hidden;
}

.container-8-copy {
  z-index: 1;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: auto;
  margin-top: 10px;
  margin-bottom: 0;
  padding-top: 10px;
  padding-bottom: 10px;
  display: flex;
  position: relative;
}

.lightsection {
  aspect-ratio: auto;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: auto;
  padding: 80px 80px 100px;
  display: flex;
}

.heading {
  color: var(--black-gray);
  text-align: center;
  margin-bottom: 0;
  font-family: Exo, sans-serif;
  font-size: 48px;
  font-weight: 400;
  line-height: 48px;
}

.container-16 {
  width: 100%;
  max-width: 1200px;
  height: 700px;
  margin-top: 20px;
  display: flex;
}

.text-block-9 {
  color: var(--dark-gray);
  font-family: Exo, sans-serif;
  font-size: 16px;
  font-weight: 300;
}

.div-block-2 {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  max-width: 1200px;
  height: auto;
  margin-top: 60px;
  display: grid;
}

.container-17 {
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  width: 496px;
  max-width: none;
  display: flex;
}

.background-video {
  aspect-ratio: auto;
  object-fit: fill;
  border-radius: 10px;
  width: auto;
  height: 500px;
  margin-left: auto;
  margin-right: auto;
}

.heading-2 {
  background-image: linear-gradient(90deg, var(--gradient-0), var(--gradient-50) 50%, var(--gradient-100));
  color: var(--black-gray);
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
  margin-top: 0;
  margin-bottom: 20px;
  font-family: Exo, sans-serif;
  font-size: 32px;
  font-weight: 400;
  line-height: 32px;
}

.text-block-10 {
  width: 100%;
  color: var(--dark-gray);
  font-family: Exo, sans-serif;
  font-size: 16px;
  font-weight: 300;
  line-height: 175%;
}

.heading-copy {
  z-index: 1;
  color: var(--white-100);
  text-align: center;
  margin-bottom: 0;
  font-family: Exo, sans-serif;
  font-size: 48px;
  font-weight: 400;
  line-height: 175%;
  position: relative;
}

.div-block-3 {
  z-index: 1;
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  max-width: 1200px;
  margin-top: 20px;
  margin-bottom: 0;
  display: grid;
  position: relative;
}

.container-18 {
  border: 1px solid var(--white-5);
  background-color: var(--black-25);
  border-radius: 0;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: auto;
  padding: 40px;
  display: flex;
}

.text-block-11 {
  color: var(--white-100);
  letter-spacing: 2px;
  margin-top: 20px;
  font-family: Exo, sans-serif;
  font-size: 14px;
  font-weight: 200;
}

.text-block-12 {
  color: var(--white-100);
  letter-spacing: 2px;
  margin-top: 20px;
  font-family: Exo, sans-serif;
  font-size: 14px;
  font-weight: 300;
}

.image-2 {
  aspect-ratio: 3 / 2;
  object-fit: cover;
  border-radius: 0;
  width: 100%;
}

.container-19 {
  border: 1px solid var(--white-5);
  background-color: var(--black-10);
  width: 100%;
  padding: 20px;
}

.text-block-13 {
  color: var(--white-100);
  letter-spacing: 1px;
  margin-top: 20px;
  font-family: Exo, sans-serif;
  font-weight: 300;
  line-height: 175%;
}

.container-20 {
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.container-21 {
  background-color: var(--white-25);
  filter: blur(5px);
  border-radius: 100px;
  width: 45px;
  height: 45px;
  margin-left: 0;
  margin-right: 0;
}

.container-22 {
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  margin-left: 20px;
  margin-right: 0;
  display: flex;
}

.text-block-14 {
  filter: blur(5px);
  color: var(--white-100);
  letter-spacing: 1px;
  margin-bottom: 5px;
  font-family: Exo, sans-serif;
  font-size: 16px;
}

.text-block-15 {
  color: var(--white-100);
  letter-spacing: 1px;
  margin-top: 0;
  font-family: Exo, sans-serif;
  font-size: 12px;
}

.container-23 {
  width: 100%;
  height: 50px;
  margin-top: 20px;
}

.img-2 {
  opacity: .5;
  width: 20px;
}

.text-block-13-copy {
  color: var(--white-50);
  letter-spacing: 1px;
  margin-top: 20px;
  font-family: Exo, sans-serif;
  font-weight: 300;
}

.pricing-cards {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  place-items: stretch stretch;
  width: 100%;
  max-width: 1200px;
  height: auto;
  margin-top: 60px;
  display: grid;
  position: relative;
}

.border {
  z-index: 1;
  border-top-style: solid;
  border-top-width: 1px;
  border-top-color: var(--light-gray);
  border-right-style: solid;
  border-right-width: 1px;
  border-right-color: var(--light-gray);
  border-bottom-style: solid;
  border-bottom-width: 1px;
  border-bottom-color: var(--light-gray);
  border-left-style: solid;
  border-left-width: 1px;
  border-left-color: var(--light-gray);
  background-color: var(--white-100);
  border-radius: 10px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: calc(100% - 2px);
  height: calc(100% - 2px);
  padding: 30px 24px;
  display: flex;
  position: relative;
}

.pricing-background {
  z-index: 0;
  background-image: linear-gradient(135deg, var(--gradient-0), var(--gradient-50) 50%, var(--gradient-100));
  filter: blur(3px);
  border-radius: 10px;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
  position: absolute;
  transform: rotate(0);
}

.wrapper {
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
  position: relative;
  overflow: visible;
}

.text-block-16 {
  color: var(--dark-gray);
  letter-spacing: 2px;
  font-family: Exo, sans-serif;
  font-size: 20px;
  font-weight: 500;
}

.text-block-16.premium {
  background-image: linear-gradient(90deg, var(--gradient-0), var(--gradient-50) 50%, var(--gradient-100));
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
}

.container-24 {
  justify-content: flex-start;
  align-items: flex-end;
  width: 100%;
  height: auto;
  margin-top: 30px;
  margin-left: 0;
  margin-right: 0;
  display: flex;
}

.text-block-17 {
  color: var(--black-gray);
  margin-left: 5px;
  margin-right: 5px;
  font-family: Exo, sans-serif;
  font-size: 47px;
  line-height: 34px;
}

.text-block-18 {
  color: var(--black-gray);
  font-family: Exo, sans-serif;
  font-size: 16px;
  line-height: 19px;
}

.text-block-19 {
  color: var(--gray);
  margin-top: 15px;
  font-family: Exo, sans-serif;
  text-decoration: none;
}

.container-25 {
  background-color: var(--gray);
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 60px;
  margin-top: 20px;
  margin-left: 0;
  margin-right: 0;
  transition: all .4s;
  display: flex;
  position: relative;
}

.container-25:hover {
  background-color: var(--dark-gray);
}

.container-25.premium {
  background-color: var(--black-gray);
}

.container-25.premium:hover {
  background-color: var(--dark-gray);
}

.text-block-20 {
  color: var(--white-100);
  font-family: Exo, sans-serif;
}

.link-block-2 {
  position: absolute;
  inset: 0%;
}

.container-26 {
  flex-flow: column;
  width: 100%;
  height: auto;
  margin-top: 20px;
  display: flex;
}

.container-27 {
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  height: auto;
  padding-top: 15px;
  padding-bottom: 15px;
  display: flex;
}

.img-3 {
  width: 14px;
  height: auto;
  padding-top: 5px;
}

.text-block-21 {
  color: var(--black-gray);
  letter-spacing: 0;
  margin-left: 10px;
  font-family: Exo, sans-serif;
  line-height: 175%;
}

.container-28 {
  z-index: 1;
  width: 100%;
  max-width: 1200px;
  margin-top: 60px;
  position: relative;
}

.rl-padding-section-large {
  padding-top: 7rem;
  padding-bottom: 7rem;
}

.rl_faq1_spacing-block-1 {
  width: 100%;
  padding-bottom: 1.5rem;
}

.rl-heading-style-h2 {
  color: var(--relume-library-lite--rl-black);
  margin-top: 0;
  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: 3rem;
  font-weight: 700;
  line-height: 1.2;
}

.rl-text-style-regular {
  color: var(--white-75);
  margin-top: 0;
  margin-bottom: 0;
  font-family: Exo, sans-serif;
  font-size: 16px;
  font-weight: 200;
  line-height: 175%;
}

.rl_section_faq1 {
  background-color: var(--relume-library-lite--rl-white);
}

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

.rl_faq1_accordion {
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
}

.rl-button-secondary {
  border: 1px solid var(--relume-library-lite--rl-black);
  background-color: var(--relume-library-lite--rl-white);
  color: var(--relume-library-lite--rl-black);
  text-align: center;
  padding: .75rem 1.5rem;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 1rem;
}

.rl-container-small {
  width: 100%;
  max-width: 48rem;
  margin-left: auto;
  margin-right: auto;
}

.rl_faq1_spacing-block-3 {
  width: 100%;
  padding-bottom: 5rem;
}

.rl_faq1_spacing-block-5 {
  width: 100%;
  padding-bottom: 2rem;
}

.rl_faq1_question-text {
  color: var(--white-100);
  letter-spacing: 1px;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Exo, sans-serif;
  font-size: 16px;
  font-weight: 300;
  line-height: 1.5;
}

.rl_faq1_question {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  border-top: 1px solid var(--white-25);
  cursor: pointer;
  justify-content: space-between;
  align-items: center;
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
  display: flex;
}

.rl-text-style-medium {
  color: var(--relume-library-lite--rl-black);
  margin-top: 0;
  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: 1.125rem;
  font-weight: 400;
  line-height: 1.5;
}

.rl-heading-style-h4 {
  color: var(--relume-library-lite--rl-black);
  margin-top: 0;
  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: 2rem;
  font-weight: 700;
  line-height: 1.3;
}

.rl_faq1_list {
  border-bottom: 1px solid var(--white-25);
  width: 100%;
}

.rl_faq1_spacing-block-4 {
  width: 100%;
  padding-bottom: 1rem;
}

.rl_faq1_icon-wrapper {
  align-self: flex-start;
}

.rl_faq1_heading-wrapper {
  text-align: center;
  width: 100%;
  max-width: 48rem;
}

.rl_faq1_answer {
  overflow: hidden;
}

.rl_faq1_spacing-block-2 {
  width: 100%;
  padding-bottom: 5rem;
}

.rl_faq1_cta-wrapper {
  text-align: center;
  width: 100%;
  max-width: 35rem;
}

.rl-padding-global {
  padding-left: 5%;
  padding-right: 5%;
}

.rl_faq1_answer-wrapper {
  margin-bottom: 1.5rem;
}

.rl_faq1_icon {
  width: 2rem;
  height: 2rem;
  color: var(--white-100);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  font-weight: 400;
  display: flex;
}

.rl_footer4_link {
  color: var(--black-100);
  text-align: center;
  font-family: Exo, sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  text-decoration: none;
}

.rl_footer4_component {
  background-color: var(--white-100);
  width: 100%;
}

.rl_footer4_top-wrapper {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: .25fr 1fr;
  justify-content: space-between;
  align-items: center;
  width: 600px;
}

.rl_footer4_social-link {
  color: var(--relume-library-lite--rl-black);
  align-items: center;
  text-decoration: none;
  display: flex;
}

.rl-padding-section-medium {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  padding-top: 5rem;
  padding-bottom: 5rem;
  display: flex;
}

.rl_footer4_legal-link {
  color: var(--relume-library-lite--rl-black);
  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: 400;
  line-height: 1.5;
  text-decoration: underline;
}

.rl_footer4_line-divider {
  background-color: var(--relume-library-lite--rl-black);
  width: 100%;
  height: 1px;
}

.rl_footer4_logo-link {
  padding-left: 0;
}

.rl_footer4_link-list {
  grid-column-gap: 1.5rem;
  grid-row-gap: 0px;
  white-space: normal;
  grid-template-rows: auto;
  grid-template-columns: max-content;
  grid-auto-columns: max-content;
  grid-auto-flow: column;
  justify-content: center;
  justify-items: start;
  margin-left: 0;
  display: grid;
}

.rl_footer4_social-list {
  grid-column-gap: .75rem;
  grid-row-gap: 0rem;
  white-space: normal;
  grid-template-rows: auto;
  grid-template-columns: max-content;
  grid-auto-columns: max-content;
  grid-auto-flow: column;
  place-items: start;
  display: grid;
}

.rl_footer4_spacing-block2 {
  width: 100%;
  padding-bottom: 2rem;
}

.rl_footer4_bottom-wrapper {
  grid-column-gap: 1.5rem;
  grid-row-gap: 0rem;
  white-space: normal;
  grid-template-rows: auto;
  grid-template-columns: max-content;
  grid-auto-columns: max-content;
  grid-auto-flow: column;
  justify-content: center;
  display: grid;
}

.rl_footer4_spacing-block1 {
  width: 100%;
  padding-bottom: 5rem;
}

.rl_footer4_credit-text {
  color: var(--relume-library-lite--rl-black);
  font-family: Exo, sans-serif;
  font-size: .875rem;
  font-weight: 400;
  line-height: 1.5;
}

.rl-social-icon {
  width: 1.5rem;
  height: 1.5rem;
}

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

.logoimage-copy {
  width: 25px;
  height: 25px;
  margin-right: 5px;
}

.logoimage-copy.blend-logo-img {
  margin-right: 0;
  position: absolute;
}

.logotext-copy {
  color: #000;
  letter-spacing: 0;
  font-family: Exo, sans-serif;
  font-size: 20px;
  font-weight: 500;
}

.logotext-copy.blend-logo-text {
  width: 150px;
  min-width: 150px;
  color: var(--black-100);
  margin-left: 0;
}

.brand-copy {
  width: 150px;
  margin-right: auto;
  position: static;
}

.body-2 {
  padding-top: 0;
}

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

.container-29 {
  width: 100%;
  max-width: 1200px;
  height: auto;
  padding: 80px 0 100px;
}

.heading-4 {
  color: var(--black-gray);
  text-align: center;
  margin-top: 60px;
  margin-bottom: 60px;
  font-family: Exo, sans-serif;
  font-size: 48px;
  font-weight: 300;
  line-height: 100%;
}

.section {
  width: 100%;
  padding-left: 80px;
  padding-right: 80px;
}

.container-30 {
  border-top: 1px solid var(--light-gray);
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: none;
  height: auto;
  margin-top: 0;
  padding-top: 40px;
  padding-bottom: 40px;
  display: flex;
}

.text-block-22 {
  width: 200px;
  min-width: 200px;
  color: var(--black-gray);
  font-family: Exo, sans-serif;
  font-size: 16px;
  font-weight: 600;
  line-height: 15px;
}

.text-block-23 {
  color: var(--black-gray);
  letter-spacing: 2px;
  font-family: Exo, sans-serif;
  font-size: 20px;
  font-weight: 200;
  line-height: 35px;
}

.container-31 {
  width: 100%;
  max-width: 900px;
  height: auto;
}

.text-block-24 {
  color: var(--black-gray);
  font-family: Exo, sans-serif;
  font-size: 20px;
  font-weight: 300;
}

.text-block-25 {
  color: var(--dark-gray);
  margin-top: 20px;
  margin-bottom: 60px;
  font-family: Exo, sans-serif;
  font-size: 14px;
  font-weight: 200;
  line-height: 175%;
}

.div-block-4 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 60% minmax(40%, 1fr);
  grid-auto-columns: 1fr;
  width: 100%;
  max-width: 1200px;
  display: grid;
}

.container-32 {
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: auto;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 10px;
  padding-bottom: 10px;
  display: flex;
  position: relative;
}

.container-33 {
  background-image: linear-gradient(90deg, #f365781a, #946de91a 33%, #60d1e41a 66%, #0000);
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 600px;
  margin-left: 0;
  margin-right: 0;
  padding: 0;
  display: flex;
  position: relative;
}

.paragraph-3 {
  color: var(--white-100);
  text-align: left;
  margin-top: 20px;
  margin-bottom: 0;
  font-family: Exo, sans-serif;
  line-height: 175%;
}

.container-34 {
  flex-flow: column;
  justify-content: flex-start;
  align-items: stretch;
  width: 100%;
  display: flex;
}

.div-block-5 {
  justify-content: flex-start;
  align-items: center;
  padding-top: 10px;
  padding-bottom: 10px;
  display: flex;
}

.div-block-6 {
  background-image: linear-gradient(135deg, var(--gradient-0), var(--gradient-50) 50%, var(--gradient-100));
  border-radius: 100px;
  width: 8px;
  height: 8px;
  margin-right: 10px;
}

.text-block-26 {
  color: var(--gray);
  font-family: Exo, sans-serif;
  font-size: 16px;
  line-height: 20px;
}

.text-block-27 {
  color: var(--white-100);
  margin-left: 5px;
  margin-right: 5px;
  font-family: Exo, sans-serif;
  font-size: 16px;
  font-weight: 400;
}

.container-35 {
  border: 1px solid var(--white-10);
  background-color: var(--black-10);
  border-radius: 10px;
  width: 378px;
  padding: 30px 30px 20px;
}

.pages-number {
  margin-right: 3px;
}

.icon-box {
  background-color: #0040ff;
  border-radius: 100%;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 32px;
  height: 32px;
  margin-right: 20px;
  display: flex;
}

.number-of-days {
  font-weight: 400;
  line-height: 22px;
}

.icon-wrap {
  background-color: var(--black-gray);
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  text-align: left;
  border-radius: 10px;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  padding: 20px 20px 15px;
  display: flex;
  box-shadow: 0 0 5px #fff3;
}

.button-wrapper {
  width: 100%;
  margin-top: 54px;
}

.range-box {
  width: 100%;
}

.blue-text {
  color: #0040ff;
}

.align-center {
  text-align: center;
  flex-direction: column;
  align-items: center;
  width: 100%;
  margin-top: 10px;
  display: flex;
}

.range-wrapper {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-flow: row;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  margin-top: 0;
  display: flex;
  position: relative;
}

.slider-number {
  background-color: #fff;
  border: 2px solid #9a9999;
  border-radius: 40px;
  justify-content: center;
  align-items: center;
  width: 114px;
  height: 40px;
  margin-top: -78px;
  margin-left: 15px;
  display: flex;
  position: absolute;
  left: -60px;
}

.orange-text {
  color: #f90;
}

.details-grid {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  grid-template-columns: 1fr;
  width: 100%;
  margin-top: 20px;
}

.button {
  letter-spacing: -.035em;
  background-color: #0040ff;
  padding: 24px 52px;
  font-size: 16px;
  font-weight: 500;
}

.button.orange-button {
  background-color: #f90;
}

.arr {
  color: var(--white-100);
  letter-spacing: 2px;
  margin-left: 5px;
  margin-right: 5px;
  font-family: Exo, sans-serif;
  font-size: 30px;
  line-height: 23px;
}

.container-36 {
  justify-content: flex-start;
  align-items: flex-end;
  width: 100%;
  height: auto;
  display: flex;
}

.text-block-29 {
  color: var(--white-100);
  letter-spacing: 1px;
  font-family: Exo, sans-serif;
  font-size: 14px;
  line-height: 13px;
}

.container-37 {
  border: 1px solid var(--white-25);
  background-color: var(--black-10);
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  width: 100px;
  height: 45px;
  margin-left: 10px;
  margin-right: 0;
  display: flex;
}

.slide-number {
  color: var(--white-100);
  font-family: Exo, sans-serif;
  font-size: 16px;
}

.text-block-30 {
  color: var(--gray);
  margin-top: 15px;
}

.mrr {
  color: var(--white-100);
  letter-spacing: 2px;
  margin-left: 5px;
  margin-right: 5px;
  font-family: Exo, sans-serif;
  font-size: 30px;
  line-height: 23px;
}

.container-38 {
  z-index: 1;
  width: 100%;
  max-width: 1200px;
  height: auto;
  margin-top: 100px;
  padding-bottom: 0;
  position: relative;
}

.container-39 {
  width: 175px;
  height: 60px;
  margin-top: 20px;
  margin-left: 0;
}

.text-block-7-copy2 {
  color: var(--black-100);
  margin-left: 0;
  font-family: Exo, sans-serif;
  font-weight: 500;
  line-height: 12px;
}

.heading-5 {
  color: var(--white-100);
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Exo, sans-serif;
  font-weight: 400;
}

.div-block-7 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 20px;
  display: grid;
}

.container-40 {
  border: 1px solid var(--white-10);
  background-color: var(--black-10);
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  height: auto;
  padding: 20px;
  display: flex;
}

.container-41 {
  width: 100%;
  height: 50px;
}

.img-4 {
  width: 35px;
  height: 35px;
}

.div-block-8 {
  justify-content: flex-start;
  align-items: flex-end;
  margin-left: 0;
  display: flex;
}

.heading-6 {
  color: var(--white-100);
  margin-top: 0;
  margin-bottom: 0;
  margin-left: 10px;
  font-family: Exo, sans-serif;
  font-size: 18px;
  font-weight: 300;
  line-height: 24px;
}

.paragraph-4 {
  color: var(--gray);
  margin-top: 20px;
  margin-bottom: 0;
  font-family: Exo, sans-serif;
  font-weight: 400;
  line-height: 175%;
}

.heading-7 {
  color: var(--black-gray);
  text-align: center;
  margin-bottom: 0;
  font-family: Exo, sans-serif;
  font-size: 48px;
  font-weight: 400;
  line-height: 150%;
}

.div-block-9 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  max-width: 1200px;
  margin-top: 60px;
  display: grid;
}

.container-42 {
  border: 1px solid var(--light-gray);
  border-radius: 10px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  height: auto;
  padding: 20px;
  display: flex;
}

.container-43 {
  border: 1px solid var(--light-gray);
  border-radius: 10px;
  justify-content: center;
  align-items: center;
  width: 50px;
  height: 50px;
  margin-left: 0;
  display: flex;
}

.img-5 {
  width: 25px;
  height: 25px;
}

.text-block-31 {
  color: var(--black-gray);
  letter-spacing: 1px;
  margin-top: 20px;
  font-family: Exo, sans-serif;
  font-weight: 500;
  line-height: 12px;
}

.text-block-32 {
  color: var(--dark-gray);
  letter-spacing: 1px;
  margin-top: 10px;
  font-family: Exo, sans-serif;
  font-weight: 300;
  line-height: 175%;
}

.heading-copy-copy {
  z-index: 1;
  color: var(--white-100);
  text-align: center;
  margin-top: 100px;
  margin-bottom: 0;
  font-family: Exo, sans-serif;
  font-size: 48px;
  font-weight: 400;
  line-height: 175%;
  position: relative;
}

.link-block-3 {
  position: absolute;
  inset: 0%;
}

.container-44 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  border: 0px solid var(--white-10);
  background-color: #0000;
  border-radius: 0;
  justify-content: center;
  align-items: center;
  width: auto;
  height: auto;
  margin-top: 0;
  margin-right: 0;
  padding: 0;
  display: flex;
  position: absolute;
  inset: auto 0% auto auto;
}

.container-44:hover {
  background-color: #0000;
}

.container-3-copy {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  border: 0px solid var(--white-10);
  background-color: #0000;
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  width: 110px;
  height: auto;
  margin-top: 0;
  margin-left: 20px;
  margin-right: 0;
  padding: 12px 30px;
  transition: all .4s;
  display: flex;
  position: relative;
  inset: auto 0% auto auto;
  box-shadow: 0 0 5px #fff3;
}

.container-3-copy:hover {
  background-color: var(--white-10);
}

.pricingsection {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: auto;
  padding: 80px 80px 100px;
  display: flex;
}

.bold-text {
  line-height: 35px;
}

.div-block-3-copy {
  z-index: 1;
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  max-width: 1200px;
  margin-top: 20px;
  margin-bottom: 0;
  display: grid;
  position: relative;
}

.text-block-26-copy {
  color: var(--gray);
  font-family: Exo, sans-serif;
  font-size: 16px;
  line-height: 20px;
}

.rl-padding-section-large-2 {
  padding-top: 7rem;
  padding-bottom: 7rem;
}

.rl-form-checkbox {
  align-items: center;
  margin-bottom: 0;
  padding-left: 1.25rem;
  display: flex;
}

.rl-form-select-input {
  border: 1px solid var(--relume-library-lite--rl-black);
  background-color: var(--relume-library-lite--rl-white);
  height: auto;
  min-height: 2.75rem;
  color: var(--relume-library-lite--rl-black);
  background-image: none;
  margin-bottom: 0;
  padding: .5rem .75rem;
  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: 400;
  line-height: 1.6;
}

.rl-form-select-input::placeholder {
  color: #0009;
}

.rl-heading-style-h2-2 {
  color: var(--black-gray);
  margin-top: 0;
  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: 3rem;
  font-weight: 700;
  line-height: 1.2;
}

.rl-text-style-regular-2 {
  color: var(--relume-library-lite--rl-black);
  margin-top: 0;
  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: 1rem;
  font-weight: 400;
  line-height: 1.5;
}

.rl-error-text {
  color: #e23939;
}

.rl_contact6_spacing-block-6 {
  width: 100%;
  padding-bottom: .5rem;
}

.rl_contact6_form-field-wrapper {
  position: relative;
}

.rl-form-radio-icon {
  border: 1px solid var(--relume-library-lite--rl-black);
  cursor: pointer;
  border-radius: 100px;
  width: 1.125rem;
  min-width: 1.125rem;
  height: 1.125rem;
  min-height: 1.125rem;
  margin-top: 0;
  margin-left: -1.125rem;
  margin-right: .5rem;
}

.rl-form-radio-icon.w--redirected-checked {
  border-width: 6px;
  border-color: var(--relume-library-lite--rl-black);
  background-color: var(--relume-library-lite--rl-white);
  background-image: none;
}

.rl-form-radio-icon.w--redirected-focus {
  border-color: var(--relume-library-lite--rl-black);
  box-shadow: none;
  margin-top: 0;
}

.rl-form-input {
  border: 1px solid var(--relume-library-lite--rl-black);
  background-color: var(--relume-library-lite--rl-white);
  height: auto;
  min-height: 2.75rem;
  color: var(--relume-library-lite--rl-black);
  margin-bottom: 0;
  padding: .5rem .75rem;
  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: 400;
  line-height: 1.6;
}

.rl-form-input:focus {
  border-color: var(--relume-library-lite--rl-black);
}

.rl-form-input::placeholder {
  color: var(--relume-library-lite--rl-black);
  font-size: 1rem;
}

.rl_contact6_form-block {
  flex-direction: column;
  align-items: stretch;
  margin-bottom: 0;
}

.rl_contact6_form {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.rl_section_contact6 {
  background-color: var(--relume-library-lite--rl-white);
  margin-top: 0;
}

.rl-checkbox-label-small {
  color: var(--black-gray);
  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: .875rem;
  font-weight: 400;
  line-height: 1.5;
}

.rl_contact6_icon-wrapper {
  color: var(--relume-library-lite--rl-black);
  flex: none;
  align-self: flex-start;
}

.rl-form-radio-label {
  color: var(--relume-library-lite--rl-black);
  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: 1rem;
  font-weight: 400;
  line-height: 1.5;
}

.rl-button {
  border: 1px solid var(--relume-library-lite--rl-black);
  background-color: var(--relume-library-lite--rl-black);
  color: var(--relume-library-lite--rl-white);
  text-align: center;
  padding: .75rem 1.5rem;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 1rem;
}

.rl-success-text {
  font-weight: 600;
}

.rl-error-message-2 {
  margin-top: 1.5rem;
  padding: .875rem 1rem;
}

.rl_contact6_spacing-block-5, .rl_contact6_spacing-block-7 {
  width: 100%;
  padding-bottom: .5rem;
}

.rl_contact6_spacing-block-2 {
  width: 100%;
  padding-bottom: 1.5rem;
}

.rl_content6_component {
  grid-column-gap: 5rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: start;
  display: grid;
}

.rl-form-text-area {
  border: 1px solid var(--relume-library-lite--rl-black);
  background-color: var(--relume-library-lite--rl-white);
  height: auto;
  min-height: 11.25rem;
  color: var(--relume-library-lite--rl-black);
  margin-bottom: 0;
  padding: .75rem;
  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: 400;
  line-height: 1.6;
  overflow: auto;
}

.rl-form-text-area:focus {
  border-color: var(--relume-library-lite--rl-black);
}

.rl-form-text-area::placeholder {
  color: var(--relume-library-lite--rl-black);
}

.rl-form-radio {
  align-items: center;
  margin-bottom: 0;
  padding-left: 1.125rem;
  display: flex;
}

.rl-form-checkbox-icon {
  border: 1px solid var(--relume-library-lite--rl-black);
  cursor: pointer;
  border-radius: 0;
  width: 1.125rem;
  min-width: 1.125rem;
  height: 1.125rem;
  min-height: 1.125rem;
  margin-top: 0;
  margin-left: -1.25rem;
  margin-right: .5rem;
  transition: all .2s;
}

.rl-form-checkbox-icon.w--redirected-checked {
  border-width: 1px;
  border-color: var(--relume-library-lite--rl-black);
  background-color: var(--relume-library-lite--rl-black);
  box-shadow: none;
  background-size: 16px 16px;
}

.rl-form-checkbox-icon.w--redirected-focus {
  border-color: var(--relume-library-lite--rl-black);
  box-shadow: none;
}

.rl_contact6_spacing-block-3 {
  width: 100%;
  padding-bottom: 2rem;
}

.rl-text-style-medium-2 {
  color: var(--black-gray);
  margin-top: 0;
  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: 1.125rem;
  font-weight: 400;
  line-height: 1.5;
}

.rl_contact6_item {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  display: flex;
}

.rl_contact6_spacing-block-1 {
  width: 100%;
  padding-bottom: 1rem;
}

.rl-text-style-link {
  color: var(--relume-library-lite--rl-black);
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-weight: 400;
  text-decoration: underline;
}

.rl_contact6_contact-list {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  padding-top: .5rem;
  padding-bottom: .5rem;
  display: grid;
}

.rl_contact6_form-field-2col {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.rl-text-style-subheading {
  color: var(--black-gray);
  margin-top: 0;
  margin-bottom: 0;
  font-family: Exo, sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}

.rl-padding-global-2 {
  padding-left: 5%;
  padding-right: 5%;
}

.rl-success-message-2 {
  background-color: #0000;
  padding: 1.5rem;
}

.rl-field-label {
  color: var(--relume-library-lite--rl-black);
  margin-bottom: .5rem;
  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: 400;
}

.rl-form-radio-2col {
  grid-column-gap: 1.5rem;
  grid-row-gap: .875rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

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

.rl_contact6_icon {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 1.5rem;
  height: 1.5rem;
  display: flex;
}

.link, .link-2 {
  color: var(--black-gray);
}

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

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

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

.container-6-copy {
  z-index: 1;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 1200px;
  height: 70vh;
  margin-top: 5vh;
  padding-top: 20%;
  display: flex;
  position: relative;
}

.background-video-2 {
  aspect-ratio: auto;
  object-fit: cover;
  width: auto;
  min-width: auto;
  max-width: none;
  height: auto;
  min-height: auto;
  max-height: none;
  margin-top: 0;
  display: block;
}

.video {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 0 0;
  background-size: auto;
  margin-top: 60px;
}

.container-45 {
  z-index: 10000;
  border: 1px solid var(--white-25);
  background-color: var(--black-10);
  opacity: 1;
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  min-width: auto;
  max-width: 700px;
  min-height: auto;
  max-height: 290px;
  margin-top: auto;
  margin-bottom: auto;
  padding: 40px;
  display: none;
  position: fixed;
  inset: 0%;
}

.heading-8 {
  color: var(--white-100);
  text-shadow: 0 1px 1px #0006;
  margin: 0 auto;
  font-size: 24px;
}

.paragraph-5 {
  color: #fff;
  text-shadow: 0 1px 1px #0006;
  margin-top: 20px;
  font-size: 16px;
  line-height: 28px;
}

.container-46 {
  background-color: var(--white-100);
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  width: 200px;
  height: 55px;
  margin-top: 20px;
  transition: all .4s;
  display: flex;
}

.container-46:hover {
  background-color: var(--white-75);
}

.text-block-33 {
  color: var(--black-gray);
  text-align: center;
}

.text-block-34 {
  color: var(--black-gray);
  font-family: Exo, sans-serif;
  font-weight: 200;
}

.gradient-bar {
  background-image: linear-gradient(180deg, var(--gradient-0), var(--gradient-50) 50%, var(--gradient-100));
  border-radius: 100px;
  width: 6px;
  height: 100px;
  margin-left: 0;
  margin-right: 0;
}

.gradient-bar-text {
  color: var(--white-100);
  margin-left: 20px;
  font-family: Exo, sans-serif;
  font-size: 48px;
  font-weight: 600;
  line-height: 40px;
  position: absolute;
}

.body-3 {
  display: flex;
}

.section-2 {
  background-color: var(--_iot---black-75);
  justify-content: center;
  align-items: center;
  width: 100vw;
  height: 100vh;
  display: flex;
}

.container-47 {
  border: 0px solid var(--black-gray);
  border-radius: 0;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 400px;
  height: 300px;
  padding: 40px;
  display: flex;
}

.text-block-35 {
  color: var(--white-100);
  font-family: Exo, sans-serif;
  font-size: 20px;
  font-weight: 400;
}

.img-6 {
  width: 75px;
  height: 75px;
}

.text-block-36 {
  color: var(--white-100);
  font-family: Exo, sans-serif;
}

.darksection-copy {
  background-color: var(--black-gray);
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: auto;
  padding: 80px 80px 100px;
  display: none;
  position: relative;
}

.youtube {
  width: 100px;
  height: 200px;
  max-height: 200px;
}

.container-48 {
  width: 1000px;
  max-width: none;
  height: auto;
  margin-top: 60px;
  overflow: visible;
}

@media screen and (max-width: 991px) {
  .nav-content {
    position: static;
  }

  .nav-menu {
    background-color: var(--black-50);
    -webkit-backdrop-filter: blur(20px);
    backdrop-filter: blur(20px);
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
    width: 100vw;
    min-width: auto;
    height: calc(100vh - 80px);
    margin-left: 0;
    padding-bottom: 20px;
    position: absolute;
    inset: 0% 0% auto;
  }

  .navbar.blend-scope, .darksection {
    padding-left: 40px;
    padding-right: 40px;
  }

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

  .container-3 {
    margin-left: 0;
    position: relative;
  }

  .text-block-5 {
    margin-left: 17px;
  }

  .div-block {
    margin-top: 20px;
  }

  .image {
    margin-top: 40px;
    transform: none;
  }

  .container-15 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    height: auto;
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .lightsection {
    aspect-ratio: 16 / 9;
    padding-left: 40px;
    padding-right: 40px;
  }

  .div-block-2 {
    grid-column-gap: 4%;
    grid-row-gap: 4%;
    grid-template-columns: 48% 48%;
    place-items: center stretch;
  }

  .container-17 {
    justify-content: center;
    align-items: flex-start;
    width: 100%;
    height: auto;
  }

  .background-video {
    aspect-ratio: auto;
    width: 100%;
    height: 100%;
  }

  .heading-2 {
    line-height: 150%;
  }

  .container-18 {
    padding: 20px;
  }

  .container-19 {
    padding-bottom: 20px;
  }

  .pricing-cards {
    grid-template-columns: 1fr 1fr;
    width: 688px;
  }

  .rl-padding-section-large {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }

  .rl-heading-style-h2 {
    font-size: 2.75rem;
  }

  .rl_faq1_spacing-block-3 {
    padding-bottom: 4.5rem;
  }

  .rl-heading-style-h4 {
    font-size: 1.75rem;
  }

  .rl_faq1_spacing-block-2 {
    padding-bottom: 4.5rem;
  }

  .rl_footer4_top-wrapper {
    grid-row-gap: 3rem;
    grid-template-columns: 1fr;
    justify-content: center;
    justify-items: center;
  }

  .rl-padding-section-medium {
    padding-top: 4.5rem;
    padding-bottom: 4.5rem;
  }

  .rl_footer4_spacing-block1 {
    padding-bottom: 4.5rem;
  }

  .logotext-copy.blend-logo-text {
    width: auto;
    min-width: auto;
  }

  .brand-copy {
    margin-left: auto;
  }

  .heading-4 {
    font-size: 36px;
  }

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

  .container-30 {
    width: 100%;
  }

  .text-block-22 {
    width: 175px;
    min-width: 175px;
  }

  .text-block-23, .text-block-26, .text-block-27 {
    font-size: 14px;
  }

  .container-35 {
    width: 300px;
    padding-bottom: 30px;
  }

  .heading-6 {
    font-size: 16px;
  }

  .paragraph-4 {
    font-size: 12px;
  }

  .container-44 {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
    width: 100%;
    max-width: none;
    position: relative;
  }

  .container-3-copy {
    margin-left: 0;
  }

  .pricingsection {
    padding-left: 40px;
    padding-right: 40px;
  }

  .menu-button {
    margin-left: auto;
  }

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

  .icon {
    color: var(--white-100);
  }

  .image-3 {
    width: 20%;
    margin-left: auto;
    margin-right: auto;
  }

  .bold-text, .text-block-26-copy {
    font-size: 14px;
  }

  .rl-padding-section-large-2 {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }

  .rl-heading-style-h2-2 {
    font-size: 2.75rem;
  }

  .rl_content6_component {
    grid-column-gap: 3rem;
    grid-auto-flow: row;
    min-height: auto;
  }

  .background-video-2 {
    aspect-ratio: 16 / 9;
    width: 100%;
    height: auto;
  }

  .container-45 {
    max-width: 500px;
    max-height: 300px;
    padding-bottom: 20px;
  }

  .gradient-bar-text {
    margin-left: 17px;
  }

  .darksection-copy {
    padding-left: 40px;
    padding-right: 40px;
  }

  .container-48 {
    width: 100%;
  }
}

@media screen and (max-width: 767px) {
  .logo-wrap {
    justify-content: center;
    align-items: center;
    width: auto;
  }

  .nav-menu {
    -webkit-backdrop-filter: saturate(200%) blur(20px);
    backdrop-filter: saturate(200%) blur(20px);
  }

  .text-block-4, .text-block-5 {
    font-size: 36px;
    line-height: 33px;
  }

  .container-9 {
    width: 275px;
  }

  .text-block-6 {
    font-size: 36px;
    line-height: 33px;
  }

  .div-block {
    display: none;
  }

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

  .text-block-8, .text-block-8-copy {
    font-size: 14px;
  }

  .heading {
    font-size: 36px;
    line-height: 33px;
  }

  .div-block-2 {
    grid-template-rows: auto auto;
    grid-template-columns: 100%;
  }

  .container-17 {
    justify-content: center;
    align-items: center;
  }

  .background-video {
    width: 50%;
  }

  .heading-2 {
    margin-bottom: 10px;
    font-size: 24px;
  }

  .text-block-10 {
    text-align: left;
    font-size: 14px;
  }

  .heading-copy {
    font-size: 36px;
  }

  .div-block-3 {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    grid-template-columns: 1fr 1fr;
  }

  .text-block-13, .text-block-15, .text-block-13-copy {
    font-size: 12px;
  }

  .pricing-cards {
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr;
    width: 325px;
    margin-top: 40px;
  }

  .rl-padding-section-large {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .rl_faq1_spacing-block-1 {
    padding-bottom: 1.25rem;
  }

  .rl-heading-style-h2 {
    font-size: 2.25rem;
  }

  .rl-text-style-regular {
    font-size: 14px;
  }

  .rl_faq1_spacing-block-3 {
    padding-bottom: 3rem;
  }

  .rl_faq1_spacing-block-5 {
    padding-bottom: 1.5rem;
  }

  .rl_faq1_question-text {
    font-size: 14px;
  }

  .rl_faq1_question {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }

  .rl-text-style-medium {
    font-size: 1rem;
  }

  .rl-heading-style-h4 {
    font-size: 1.5rem;
    line-height: 1.4;
  }

  .rl_faq1_spacing-block-4 {
    padding-bottom: .75rem;
  }

  .rl_faq1_icon-wrapper {
    width: 1.75rem;
  }

  .rl_faq1_spacing-block-2 {
    padding-bottom: 3rem;
  }

  .rl_faq1_answer-wrapper {
    margin-bottom: 1.25rem;
  }

  .rl_faq1_icon {
    width: 1.75rem;
    height: 1.75rem;
  }

  .rl_footer4_top-wrapper {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    width: 100%;
  }

  .rl-padding-section-medium {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }

  .rl_footer4_link-list {
    grid-column-gap: 0px;
    grid-row-gap: 1.5rem;
    grid-auto-flow: row;
    justify-items: center;
  }

  .rl_footer4_spacing-block2 {
    padding-bottom: 1.5rem;
  }

  .rl_footer4_bottom-wrapper {
    grid-column-gap: 0rem;
    grid-row-gap: 1rem;
    grid-auto-flow: row;
    justify-items: center;
  }

  .rl_footer4_spacing-block1 {
    padding-bottom: 3rem;
  }

  .rl_footer4_credit-text {
    margin-top: 1rem;
  }

  .logotext-copy.blend-logo-text {
    width: 120px;
    min-width: 120px;
  }

  .brand-copy {
    width: auto;
    margin-left: auto;
  }

  .brand-copy.w--current {
    width: 200px;
    margin-left: auto;
  }

  .heading-4 {
    margin-bottom: 40px;
    font-size: 27px;
  }

  .text-block-23 {
    line-height: 25px;
  }

  .text-block-24 {
    font-size: 16px;
  }

  .text-block-25 {
    font-size: 12px;
  }

  .div-block-4 {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    grid-template-rows: auto auto;
    grid-template-columns: 100%;
  }

  .container-34 {
    width: 100%;
    max-width: 400px;
  }

  .container-35 {
    width: 400px;
  }

  .container-39 {
    margin-left: auto;
  }

  .div-block-9 {
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr 1fr;
  }

  .bold-text {
    line-height: 25px;
  }

  .div-block-3-copy {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    grid-template-columns: 1fr 1fr;
  }

  .text-block-26-copy {
    font-size: 16px;
  }

  .rl-padding-section-large-2 {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .rl-heading-style-h2-2 {
    font-size: 2.25rem;
  }

  .rl_contact6_spacing-block-6, .rl_contact6_spacing-block-5 {
    padding-bottom: .75rem;
  }

  .rl_contact6_spacing-block-2 {
    padding-bottom: 1.25rem;
  }

  .rl_content6_component {
    grid-row-gap: 3rem;
    grid-template-columns: 1fr;
  }

  .rl_contact6_spacing-block-3 {
    padding-bottom: 1.5rem;
  }

  .rl-text-style-medium-2 {
    font-size: 1rem;
  }

  .rl_contact6_spacing-block-1 {
    padding-bottom: .75rem;
  }

  .rl_contact6_form-field-2col {
    grid-template-columns: 1fr;
  }

  .gradient-bar-text {
    font-size: 36px;
    line-height: 33px;
  }
}

@media screen and (max-width: 479px) {
  .logoimage {
    width: 20px;
    height: 20px;
  }

  .nav-menu {
    padding-top: 40px;
  }

  .logotext.blend-logo-text {
    font-size: 16px;
    line-height: 16px;
  }

  .navbar.blend-scope {
    padding-left: 20px;
    padding-right: 20px;
  }

  .darksection {
    min-width: auto;
    padding-left: 20px;
    padding-right: 20px;
  }

  .container-6 {
    min-width: auto;
  }

  .text-block-3 {
    letter-spacing: 0;
    font-size: 12px;
  }

  .container-8 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-flow: column;
    padding-top: 0;
    padding-bottom: 0;
  }

  .text-block-4 {
    font-size: 27px;
  }

  .text-block-5 {
    margin-left: 0;
    margin-right: auto;
    font-size: 27px;
  }

  .container-9 {
    justify-content: center;
    align-items: center;
    width: 225px;
  }

  .container-10 {
    height: 60px;
    margin-right: auto;
  }

  .text-block-6 {
    margin-top: 10px;
    font-size: 27px;
  }

  .paragraph {
    font-size: 12px;
  }

  .div-block {
    display: none;
  }

  .text-block-8.black, .text-block-8-copy.black {
    font-size: 12px;
  }

  .lightsection {
    padding-top: 40px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .heading {
    font-size: 27px;
  }

  .heading-2 {
    font-size: 20px;
  }

  .text-block-10 {
    font-size: 12px;
  }

  .heading-copy {
    font-size: 27px;
  }

  .div-block-3 {
    grid-template-columns: 1fr 1fr;
  }

  .container-18 {
    border-radius: 10px;
    padding: 8px;
  }

  .text-block-11 {
    margin-top: 10px;
    font-size: 10px;
  }

  .text-block-12 {
    color: var(--white-100);
    font-size: 10px;
    line-height: 18px;
  }

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

  .container-19 {
    padding: 20px 10px;
  }

  .text-block-13 {
    letter-spacing: 0;
    width: 100%;
  }

  .container-21 {
    width: 35px;
    height: 35px;
  }

  .container-22 {
    margin-left: 20px;
  }

  .text-block-14 {
    margin-bottom: 5px;
    font-size: 12px;
  }

  .text-block-15 {
    font-size: 10px;
  }

  .text-block-13-copy {
    width: 100%;
  }

  .pricing-cards {
    margin-top: 20px;
  }

  .container-24 {
    overflow: visible;
  }

  .text-block-17.premium {
    background-image: linear-gradient(90deg, var(--gradient-0), var(--gradient-50) 50%, var(--gradient-100));
    -webkit-text-fill-color: transparent;
    -webkit-background-clip: text;
    background-clip: text;
    line-height: 40px;
    overflow: hidden;
  }

  .rl-text-style-regular {
    font-size: 12px;
  }

  .logotext-copy.blend-logo-text {
    width: auto;
    min-width: auto;
  }

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

  .text-block-22 {
    width: 140px;
    min-width: 140px;
  }

  .text-block-26 {
    font-size: 12px;
  }

  .text-block-27 {
    margin-left: 3px;
    margin-right: 3px;
    font-size: 12px;
  }

  .container-35 {
    width: 100%;
  }

  .slide-number {
    font-size: 14px;
  }

  .div-block-7 {
    grid-template-columns: 1fr;
  }

  .heading-7 {
    font-size: 27px;
  }

  .div-block-9 {
    grid-template-rows: auto auto auto auto auto auto;
    grid-template-columns: 1fr;
    width: 100%;
    max-width: 300px;
    margin-top: 40px;
  }

  .pricingsection {
    padding-top: 40px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .bold-text {
    font-size: 12px;
  }

  .div-block-3-copy {
    grid-template-columns: 1fr;
  }

  .text-block-26-copy {
    font-size: 16px;
  }

  .rl_content6_component {
    grid-template-columns: 1fr;
  }

  .container-6-copy {
    min-width: auto;
  }

  .container-45 {
    display: none;
  }

  .gradient-bar {
    height: 60px;
    margin-right: auto;
  }

  .gradient-bar-text {
    margin-left: 20px;
    margin-right: auto;
    font-size: 27px;
  }

  .darksection-copy {
    min-width: auto;
    padding-left: 20px;
    padding-right: 20px;
  }
}

#w-node-_7aeef1d3-3681-fa8a-ff9a-f9eb728939ac-7a6df847, #w-node-_1b6b25dc-9377-5b81-00e9-8b014ac78fa1-7a6df847, #w-node-_6b99add1-16ad-eb28-a45a-ed684e694ae7-d5beb7a1 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_6b99add1-16ad-eb28-a45a-ed684e694ae9-d5beb7a1 {
  justify-self: start;
}

@media screen and (max-width: 767px) {
  #w-node-_1b6b25dc-9377-5b81-00e9-8b014ac78fa1-7a6df847 {
    order: 9999;
  }

  #w-node-cf23c010-1c91-2290-f136-2aeb5342ea1f-5342ea06 {
    grid-area: 4 / 1 / 5 / 2;
  }
}


