:root {
  --relume-library-lite--rl-black: black;
  --relume-library-lite--rl-white: white;
  --primary-white: #fefefe;
  --primary-blue: #20214d;
  --secondary-blue: #e9eaf6;
  --primary-orange: #b32411;
  --light-green: #a5eda3;
}

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

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

.rl_layout141_spacing-block-4 {
  width: 100%;
  padding-bottom: 5rem;
}

.rl-button-link-icon {
  width: 1rem;
  height: 1rem;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.rl-button-link {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  border: 1px none var(--relume-library-lite--rl-black);
  color: var(--relume-library-lite--rl-black);
  text-align: center;
  background-color: rgba(0, 0, 0, 0);
  padding: .25rem 0;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Noto Sans, Ubuntu, Cantarell, Helvetica Neue, Oxygen, Fira Sans, Droid Sans, sans-serif;
  font-size: 1rem;
  line-height: 1;
  text-decoration: none;
  display: flex;
}

.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, Noto Sans, Ubuntu, Cantarell, Helvetica Neue, Oxygen, Fira Sans, Droid Sans, sans-serif;
  font-size: 1rem;
}

.rl-button-group-center {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  display: flex;
}

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

.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, Noto Sans, Ubuntu, Cantarell, Helvetica Neue, Oxygen, Fira Sans, Droid Sans, sans-serif;
  font-size: 1.125rem;
  font-weight: 400;
  line-height: 1.5;
}

.rl_layout141_spacing-block-2 {
  width: 100%;
  padding-bottom: 3.6rem;
}

.rl-heading-style-h2 {
  color: var(--primary-white);
  margin-top: 1rem;
  margin-bottom: 1rem;
  font-size: 2.857rem;
  line-height: 120%;
}

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

.hero-subheading {
  color: var(--primary-white);
  letter-spacing: 1.9px;
  text-transform: uppercase;
  background-color: #f33b20;
  padding-left: 24px;
  padding-right: 24px;
  font-family: Poppins, sans-serif;
  font-size: 19px;
  font-weight: 700;
  line-height: 2rem;
}

.rl_layout141_content {
  text-align: center;
  flex-direction: column;
  align-items: center;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

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

.rl-padding-section-large {
  max-width: 1004px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 10px;
  padding-bottom: 10px;
}

.rl-padding-section-large.padding-bottom-0 {
  padding-bottom: 0;
}

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

.rl-padding-global {
  background-color: var(--primary-blue);
  padding-left: 5%;
  padding-right: 5%;
  position: relative;
  overflow: hidden;
}

.section {
  background-color: #20214d;
  position: relative;
}

.section.secondary-blue {
  z-index: auto;
  background-color: var(--secondary-blue);
}

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

.section.orange {
  background-color: var(--primary-orange);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.section.gradient {
  background-image: linear-gradient(#20214d 41.38%, #313379 96.63%);
}

.section.gradient-2 {
  background-image: linear-gradient(#20214d 22.64%, #153b84);
}

.heading-span {
  color: #75eedf;
  text-transform: uppercase;
  font-weight: 900;
  display: block;
}

.hero-form-video-wrapper {
  display: flex;
  position: relative;
}

.form-submit {
  width: 80%;
  background-color: var(--secondary-blue);
  border-radius: 16px;
  margin-left: -5%;
  padding: 30px 200px 30px 44px;
}

.field-label {
  text-align: left;
  text-transform: capitalize;
  padding-right: 40px;
  font-size: 1.428rem;
  line-height: 2rem;
}

.form {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-direction: column;
  align-items: flex-start;
  padding-right: 40px;
  display: flex;
}

.text-field {
  height: auto;
  min-height: 52px;
  background-color: var(--primary-white);
  color: #b5b5b5;
  border: 1px solid #c3c4d7;
  border-radius: 10px;
  padding: 14px;
  font-weight: 500;
}

.checkbox-field {
  color: #20214d;
  text-align: left;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1.1428rem;
  font-weight: 600;
  line-height: 2rem;
}

.checkbox {
  width: 28px;
  height: 28px;
  background-color: var(--primary-white);
  border: 1px solid #c3c4d7;
  border-radius: 6px;
  margin-right: 13px;
}

.checkbox.w--redirected-checked {
  background-color: #f33b20;
  background-size: contain;
}

.video-placeholder {
  z-index: 2;
  width: 550px;
  height: 315px;
  margin-top: auto;
  margin-bottom: auto;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: auto;
  right: -12%;
}

.video {
  height: 100%;
  border-radius: 21px;
}

.submit-button {
  font-size: 17px;
  display: none;
}

.submit-text {
  color: var(--primary-white);
  text-align: left;
  font-size: 1.2142rem;
  font-weight: 700;
  line-height: 21px;
  text-decoration: none;
}

.submit-text.all-caps {
  text-transform: uppercase;
}

.submit-text.is--dark {
  color: var(--relume-library-lite--rl-black);
}

.button-submit {
  width: 80%;
  background-color: #b32411;
  background-image: linear-gradient(#f6dea0, #f1c350);
  border: 1px solid #000;
  border-radius: 8px;
  justify-content: space-between;
  align-items: center;
  padding: 15px 20px;
  text-decoration: none;
  display: flex;
  box-shadow: 0 9px 12px rgba(0, 0, 0, .2);
}

.button-submit.green {
  width: 85%;
  background-image: linear-gradient(to right, #59c732 2.29%, #1c8d21 97.07%);
  justify-content: space-between;
  align-self: center;
}

.text-span {
  display: block;
}

.text-block-2 {
  font-size: 12px;
  line-height: 15px;
}

.checkbox-label {
  color: #20214d;
  font-weight: 600;
}

.white-card {
  background-color: var(--primary-white);
  border-radius: 20px 20px 0 0;
  flex-direction: column;
  align-items: center;
  padding: 65px 12%;
  display: flex;
  position: relative;
}

.white-card.blue-card-offset {
  border-radius: 0;
  padding: 0 0% 0 10%;
  position: static;
}

.white-card.padding-40 {
  margin-bottom: 0;
  padding-top: 40px;
  padding-bottom: 0;
  position: static;
}

.white-card.padding-40.border-radius-0 {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.white-card-subheading {
  color: var(--primary-white);
  text-align: center;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #323379;
  margin-top: -2.5%;
  padding: 10px 20px;
  font-size: 1.428rem;
  font-weight: 600;
  line-height: 2rem;
  position: absolute;
  top: 0;
  bottom: auto;
  left: auto;
  right: auto;
}

.white-card-heading {
  color: #20214d;
  text-align: center;
  text-transform: uppercase;
  margin-top: 1rem;
  margin-bottom: 1rem;
  font-size: 36px;
  font-weight: 700;
  line-height: 100%;
}

.text-span-2 {
  display: block;
}

.image {
  width: 100%;
}

.text-block-3 {
  line-height: 28px;
}

.white-card-text {
  color: var(--primary-blue);
  font-size: 16px;
  font-weight: 400;
  line-height: 28px;
}

.white-card-text-wrapper {
  margin-top: 20px;
  margin-bottom: 20px;
}

.absolute-subheading {
  width: 100%;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  top: 0%;
}

.white-card-bigtext {
  color: #20214d;
  text-align: center;
  text-transform: uppercase;
  background-image: url('../images/underline.svg');
  background-position: 50% 100%;
  background-repeat: no-repeat;
  background-size: auto;
  background-attachment: scroll;
  margin-top: 2rem;
  margin-bottom: 2rem;
  padding-bottom: 20px;
  font-size: 36px;
  font-weight: 700;
  line-height: 100%;
}

.white-card-bigtext-2 {
  color: #20214d;
  text-align: center;
  text-transform: uppercase;
  margin-top: 2rem;
  margin-bottom: 2rem;
  font-size: 26px;
  font-weight: 700;
  line-height: 34px;
}

.blue-card-wrapper {
  width: 80vw;
  background-color: var(--primary-blue);
  border-radius: 20px 0 0 20px;
  flex-direction: row;
  justify-content: center;
  margin-left: auto;
  padding-top: 60px;
  padding-bottom: 33px;
  padding-left: 38%;
  display: flex;
  position: static;
}

.thi {
  width: 100%;
  background-color: var(--primary-blue);
  position: static;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.image-2 {
  width: 602px;
  height: 614px;
  margin-top: 3%;
  margin-right: auto;
  position: absolute;
  top: auto;
  bottom: auto;
  left: 0%;
  right: auto;
}

.blue-card-heading {
  color: var(--primary-white);
  text-align: left;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 1rem;
  font-size: 36px;
  font-weight: 700;
  line-height: 100%;
}

.smiley-texts {
  color: var(--primary-white);
  margin-top: 30px;
  margin-bottom: 30px;
  padding-right: 60px;
  font-size: 16px;
  font-weight: 600;
  line-height: 28px;
}

.orange-circle {
  margin-top: -2%;
  margin-right: auto;
  position: absolute;
  top: auto;
  bottom: auto;
  left: 1%;
  right: auto;
}

.white-card-bigtext-3 {
  color: #20214d;
  text-align: center;
  margin-top: 2rem;
  margin-bottom: 2rem;
  font-size: 26px;
  font-weight: 700;
  line-height: 34px;
}

.white-card-bigtext-4 {
  color: #20214d;
  text-align: center;
  text-transform: uppercase;
  margin-top: 2rem;
  margin-bottom: 2rem;
  font-size: 36px;
  font-weight: 700;
  line-height: 36px;
}

.form-submit-green {
  z-index: 8;
  background-color: var(--secondary-blue);
  border-radius: 16px;
  padding: 30px 44px 60px;
  position: relative;
}

.form-wrapper-relative {
  width: 100%;
  padding: 40px 10%;
  position: relative;
}

.form-stretch {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-direction: column;
  display: flex;
}

.form-stretch.max-width-490 {
  max-width: 490px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 10px;
  padding-right: 10px;
}

.field-label-center {
  text-align: center;
  text-transform: capitalize;
  margin-bottom: 20px;
  font-size: 1.428rem;
  line-height: 2rem;
}

.field-label-center.all-caps {
  text-transform: uppercase;
  font-size: 23px;
}

.arrow-down-image {
  z-index: 10;
  position: absolute;
  top: -3%;
  bottom: auto;
  left: auto;
  right: 50%;
}

.text-span-3 {
  display: block;
}

.priv-policy-text {
  margin-top: 0;
  margin-bottom: 20px;
  font-size: 12px;
  line-height: 15px;
}

.blue-negative-top {
  padding-left: 5%;
  padding-right: 5%;
  position: relative;
  overflow: hidden;
}

.blue-bg {
  z-index: 0;
  width: 100%;
  height: 150px;
  background-color: var(--primary-blue);
  position: absolute;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.max-width-1077 {
  width: 100%;
  max-width: 1077px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 0;
  padding-bottom: 0;
}

.max-width-1077.padding-bottom-0 {
  padding-bottom: 0;
}

.max-width-1077.padding-60 {
  padding-bottom: 60px;
}

.blue-section-heading {
  color: var(--primary-white);
  text-align: center;
  background-image: url('../images/curve.svg');
  background-position: 50% 100%;
  background-repeat: no-repeat;
  background-size: contain;
  background-attachment: scroll;
  margin-top: 1rem;
  margin-bottom: 1rem;
  padding-bottom: 20px;
  font-size: 26px;
  font-weight: 700;
  line-height: 36px;
}

.signup-texts {
  max-width: 720px;
  color: var(--primary-white);
  text-align: left;
  margin: 30px auto;
  font-size: 16px;
  font-weight: 500;
  line-height: 28px;
}

.signup-divider {
  width: 120%;
  height: 1px;
  background-color: #464eab;
  margin-top: 2rem;
  margin-bottom: 2rem;
}

.rl-button-link-icon-2 {
  width: 1rem;
  height: 1rem;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.rl-button-link-2 {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  border: 1px none var(--relume-library-lite--rl-black);
  color: var(--relume-library-lite--rl-black);
  text-align: center;
  background-color: rgba(0, 0, 0, 0);
  padding: .25rem 0;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Noto Sans, Ubuntu, Cantarell, Helvetica Neue, Oxygen, Fira Sans, Droid Sans, sans-serif;
  font-size: 1rem;
  line-height: 1;
  text-decoration: none;
  display: flex;
}

.rl-button-secondary-2 {
  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, Noto Sans, Ubuntu, Cantarell, Helvetica Neue, Oxygen, Fira Sans, Droid Sans, sans-serif;
  font-size: 1rem;
}

.rl-button-group {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-wrap: wrap;
  align-items: center;
  display: flex;
}

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

.rl-text-style-medium-2 {
  color: var(--primary-white);
  text-align: left;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Poppins, sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 28px;
}

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

.rl-heading-style-h2-2 {
  color: var(--primary-white);
  text-align: left;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Poppins, sans-serif;
  font-size: 26px;
  font-weight: 700;
  line-height: 36px;
}

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

.rl-text-style-subheading {
  color: #000;
  margin-top: 0;
  margin-bottom: 0;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Noto Sans, Ubuntu, Cantarell, Helvetica Neue, Oxygen, Fira Sans, Droid Sans, sans-serif;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.5;
}

.rl_layout1_component {
  grid-column-gap: 5rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  padding-top: 36px;
  padding-bottom: 36px;
  display: grid;
}

.rl-padding-section-large-2 {
  padding-bottom: 0;
}

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

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

.rl_section_layout1 {
  border-top: 1px solid #464eab;
}

.feature-image-wrapper {
  position: relative;
}

.x-image-absolute {
  width: 205px;
  height: 205px;
  position: absolute;
  top: auto;
  bottom: -20%;
  left: auto;
  right: 30%;
}

.x-image-absolute-2 {
  width: 186px;
  height: 166px;
  position: absolute;
  top: -10%;
  bottom: auto;
  left: 30%;
  right: auto;
}

.flex-vertical {
  grid-column-gap: 48px;
  grid-row-gap: 48px;
  flex-direction: column;
  display: flex;
}

.container-max-w-730 {
  max-width: 730px;
  flex-direction: column;
  align-items: stretch;
  margin-left: auto;
  margin-right: auto;
  padding-top: 40px;
  padding-bottom: 40px;
  display: flex;
}

.toxins-texts {
  color: var(--primary-blue);
  text-align: left;
  margin-top: 30px;
  margin-bottom: 30px;
  font-size: 16px;
  font-weight: 500;
  line-height: 28px;
}

.feel-image {
  width: 100%;
  display: block;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: -15%;
  right: auto;
}

.feel-text-wrapper {
  width: 970px;
  height: 80px;
  position: relative;
}

.orange-content-wrapper {
  width: 88%;
  height: 100%;
  flex-direction: column;
  justify-content: space-between;
  display: flex;
  position: static;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.orange-content-heading {
  width: 770px;
  color: var(--primary-white);
  text-align: left;
  text-transform: capitalize;
  font-size: 26px;
  font-weight: 700;
  line-height: 36px;
}

.orange-image-wrapper {
  width: 367px;
  height: 592px;
}

.cell {
  align-items: center;
}

.orange-stack {
  max-width: 1077px;
  grid-column-gap: 60px;
  grid-row-gap: 60px;
  margin-left: auto;
  margin-right: auto;
  padding: 60px 0;
}

.orange-image {
  width: 100%;
  height: 100%;
  aspect-ratio: auto;
}

.orange-list {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  color: var(--primary-white);
  flex-direction: column;
  padding-left: 20px;
  font-size: 16px;
  font-weight: 500;
  line-height: 28px;
  display: flex;
}

.orange-bold-text {
  color: var(--primary-white);
  font-size: 16px;
  font-weight: 600;
  line-height: 28px;
}

.manufacturers-bigtext {
  color: var(--primary-orange);
  text-align: center;
  text-transform: capitalize;
  background-image: url('../images/red-underline.svg');
  background-position: 50% 100%;
  background-repeat: no-repeat;
  background-size: auto;
  background-attachment: scroll;
  margin-top: 2rem;
  margin-bottom: 2rem;
  padding-bottom: 30px;
  font-size: 26px;
  font-weight: 700;
  line-height: 100%;
}

.manufacturers-text {
  color: var(--primary-blue);
  text-align: left;
  font-size: 16px;
  font-weight: 500;
  line-height: 28px;
}

.container-max-w-788 {
  max-width: 788px;
  flex-direction: column;
  align-items: stretch;
  margin-left: auto;
  margin-right: auto;
  padding-top: 40px;
  padding-bottom: 40px;
  display: flex;
}

.news-image-wrapper {
  width: 100%;
  height: 100%;
}

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

.manufacturers-bigtext-2 {
  color: var(--primary-orange);
  text-align: center;
  text-transform: capitalize;
  background-image: url('../images/manufacture-underline.svg');
  background-position: 50% 100%;
  background-repeat: no-repeat;
  background-size: auto;
  background-attachment: scroll;
  margin-top: 2rem;
  margin-bottom: 2rem;
  padding-bottom: 20px;
  font-size: 26px;
  font-weight: 700;
  line-height: 100%;
}

.manuf-image-wrapper {
  width: 561px;
  height: 208px;
  align-self: center;
  margin-top: 40px;
  margin-bottom: 40px;
}

.manuf-image {
  object-fit: cover;
}

.pounds-heading {
  color: var(--primary-white);
  text-align: center;
  font-size: 35px;
  font-weight: 700;
  line-height: 41px;
}

.div-block {
  margin-top: 50px;
  margin-bottom: 50px;
}

.pounds-container {
  max-width: 85%;
  margin-top: 50px;
  margin-bottom: 50px;
}

.pounds-image {
  width: 100%;
  height: 100%;
  aspect-ratio: auto;
}

.pounds-image-wrapper {
  width: 462px;
  height: 540px;
  margin-top: -20px;
}

.pounds-content-wrapper {
  height: 100%;
  flex-direction: column;
  justify-content: space-between;
  display: block;
  position: static;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.pounds-text {
  color: var(--primary-white);
  font-size: 16px;
  font-weight: 500;
  line-height: 28px;
}

.pounds-stack {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  margin-left: auto;
  margin-right: auto;
  padding: 43px 0;
}

.host-heading {
  color: var(--primary-white);
  text-align: center;
  margin-top: 1rem;
  margin-bottom: 1rem;
  font-size: 26px;
  font-weight: 700;
  line-height: 36px;
}

.text-span-4 {
  color: var(--light-green);
}

.host-big-heading {
  color: var(--primary-white);
  text-align: center;
  background-image: url('../images/cold-underline.svg');
  background-position: 50% 100%;
  background-repeat: no-repeat;
  background-size: contain;
  background-attachment: scroll;
  margin-top: 1rem;
  margin-bottom: 1rem;
  padding-bottom: 20px;
  font-size: 66px;
  font-weight: 700;
  line-height: 72px;
}

.host-texts {
  max-width: 720px;
  color: var(--primary-white);
  text-align: left;
  margin: 30px auto;
  font-size: 16px;
  font-weight: 500;
  line-height: 28px;
}

.host-heading-2 {
  color: var(--primary-white);
  text-align: center;
  font-size: 35px;
  font-weight: 700;
  line-height: 41px;
}

.hero-arrow-down {
  position: absolute;
  top: -12%;
  bottom: auto;
  left: 55%;
  right: 0%;
}

.light-green-card {
  z-index: 1;
  background-color: var(--light-green);
  background-image: linear-gradient(155deg, #d8fdd7 15%, #edffed 71.26%);
  border: 2px solid #6eec6a;
  border-radius: 20px;
  flex-direction: column;
  align-items: flex-start;
  margin: 50px 13%;
  padding: 40px 0 40px 65px;
  display: flex;
  position: relative;
}

.light-green-list {
  color: #1c6b1a;
  text-align: left;
  padding-left: 20px;
  font-size: 19px;
  font-weight: 700;
  line-height: 33px;
  list-style-type: decimal;
}

.light-green-card-text-500 {
  font-weight: 500;
  line-height: 33px;
}

.light-green-card-label {
  color: #1c6b1a;
  text-align: left;
  margin-top: 24px;
  font-size: 17px;
  font-weight: 500;
  line-height: 33px;
}

.joy-image-wrapper {
  width: 85%;
  margin-top: -140px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

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

.joy-bigtext {
  color: var(--primary-white);
  text-align: center;
  text-transform: uppercase;
  background-image: url('../images/joy-under.svg');
  background-position: 50% 100%;
  background-repeat: no-repeat;
  background-size: auto;
  background-attachment: scroll;
  margin-top: 2rem;
  margin-bottom: 2rem;
  padding-bottom: 20px;
  font-size: 26px;
  font-weight: 700;
  line-height: 100%;
}

.joy-texts {
  max-width: 720px;
  color: var(--primary-white);
  text-align: left;
  margin: 30px auto;
  font-size: 16px;
  font-weight: 500;
  line-height: 28px;
}

.form-submit-green-2 {
  z-index: 8;
  max-width: 630px;
  background-color: var(--secondary-blue);
  border-radius: 16px;
  margin-left: auto;
  margin-right: auto;
  padding: 40px 60px;
  position: relative;
}

.heavy-image-wrapper {
  margin-top: 60px;
}

.heavy-image {
  width: 100%;
  height: 100%;
}

.footer-section {
  z-index: 10;
  background-color: var(--primary-blue);
  margin-top: auto;
  position: static;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.container {
  z-index: 2;
  width: 100%;
  max-width: 80em;
  margin-left: auto;
  margin-right: auto;
  padding: 3%;
  position: relative;
}

.container.is--nav {
  flex-direction: column;
  align-items: center;
  padding-top: 1rem;
  padding-bottom: 1rem;
  display: flex;
}

.logo-wrap-2 {
  width: 30%;
  flex-direction: column;
  align-items: center;
  margin-top: 2rem;
  margin-bottom: 3rem;
  display: flex;
}

.nav-logo_image {
  width: 13rem;
}

.footer-links_wrapper {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  display: flex;
}

.link {
  color: #fff;
  font-size: 1rem;
}

.header_background_video {
  width: 100%;
  position: absolute;
}

.arrow_black {
  filter: invert();
}

.orange_span {
  color: #ff6b5c;
}

@media screen and (min-width: 1440px) {
  .rl-padding-global {
    z-index: 1;
  }

  .blue-card-wrapper {
    max-width: 1400px;
    border-top-right-radius: 20px;
    border-bottom-right-radius: 20px;
    position: relative;
  }

  .image-2 {
    border-top-left-radius: 20px;
    border-bottom-left-radius: 20px;
    margin-top: 4%;
    left: -24%;
  }

  .smiley-texts {
    padding-right: 10vw;
  }

  .orange-circle {
    margin-top: -3%;
    left: -24%;
  }

  .header_background_video {
    z-index: 1;
    height: 100%;
  }
}

@media screen and (max-width: 991px) {
  .rl_layout141_spacing-block-4 {
    padding-bottom: 4.5rem;
  }

  .rl_layout141_spacing-block-2 {
    padding-bottom: 1.5rem;
  }

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

  .hero-subheading {
    font-size: 15px;
  }

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

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

  .section.white, .section.orange {
    overflow: hidden;
  }

  .heading-span {
    font-size: 2.5rem;
  }

  .hero-form-video-wrapper {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-direction: column;
  }

  .form-submit {
    width: 100%;
    margin-left: 0%;
    padding-left: 15px;
    padding-right: 15px;
  }

  .field-label {
    padding-right: 20px;
  }

  .form {
    padding-right: 0;
  }

  .text-field {
    min-height: 30px;
  }

  .checkbox-field {
    align-items: center;
    margin-top: 7px;
    margin-bottom: 7px;
    display: flex;
  }

  .checkbox {
    width: 20px;
    height: 20px;
  }

  .video-placeholder {
    width: 100%;
    height: auto;
    position: static;
  }

  .button-submit {
    margin-left: auto;
    margin-right: auto;
  }

  .checkbox-label {
    font-size: .8rem;
  }

  .white-card-heading, .white-card-bigtext, .white-card-bigtext-2 {
    font-size: 2rem;
  }

  .blue-card-wrapper {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    flex-direction: row;
    padding-top: 20px;
    padding-bottom: 20px;
    padding-left: 30%;
  }

  .image-2 {
    width: auto;
    height: 300px;
  }

  .blue-card-heading {
    font-size: 2rem;
  }

  .orange-circle {
    height: 300px;
  }

  .white-card-bigtext-3, .white-card-bigtext-4 {
    font-size: 2rem;
  }

  .form-wrapper-relative {
    padding-left: 5%;
    padding-right: 5%;
  }

  .form-stretch {
    padding-right: 0;
  }

  .field-label-center {
    padding-right: 20px;
  }

  .max-width-1077 {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }

  .max-width-1077.padding-60 {
    padding-top: 1.1rem;
  }

  .blue-section-heading {
    font-size: 2rem;
  }

  .rl_layout1_image-wrapper {
    width: 85%;
    order: -1;
    margin-left: auto;
    margin-right: auto;
  }

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

  .rl_layout1_component {
    grid-column-gap: 3rem;
    flex-direction: column;
    grid-template-columns: 1fr 1fr;
    grid-auto-flow: row;
    display: flex;
  }

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

  .feel-image {
    left: 0%;
  }

  .feel-text-wrapper {
    width: auto;
  }

  .orange-content-heading {
    font-size: 2rem;
  }

  .container-max-w-788 {
    padding-left: 20px;
    padding-right: 20px;
    overflow: hidden;
  }

  .manufacturers-bigtext-2 {
    font-size: 2rem;
  }

  .manuf-image-wrapper {
    width: auto;
    height: auto;
  }

  .pounds-heading {
    font-size: 1.25rem;
  }

  .pounds-container {
    max-width: none;
  }

  .pounds-image-wrapper {
    width: 400px;
    height: 450px;
    margin-top: 0;
  }

  .pounds-stack {
    padding-top: 0;
    padding-bottom: 0;
  }

  .host-heading {
    font-size: 1.25rem;
  }

  .host-big-heading {
    font-size: 2rem;
  }

  .host-heading-2 {
    font-size: 1.25rem;
  }

  .hero-arrow-down {
    z-index: 3;
  }

  .light-green-card {
    width: 80%;
    margin-left: auto;
    margin-right: auto;
    padding-left: 15px;
    padding-right: 15px;
  }

  .joy-image-wrapper {
    margin-top: -100px;
  }

  .heavy-image-wrapper {
    width: 80%;
    margin-left: auto;
    margin-right: auto;
  }

  .container {
    padding-left: 5%;
    padding-right: 5%;
  }

  .logo-wrap-2 {
    width: 50%;
  }
}

@media screen and (max-width: 767px) {
  .rl_layout141_spacing-block-4 {
    padding-bottom: 3rem;
  }

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

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

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

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

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

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

  .section.orange {
    align-items: center;
    padding-left: 20px;
    padding-right: 20px;
  }

  .heading-span {
    margin-top: 20px;
    font-size: 1.25rem;
  }

  .hero-form-video-wrapper {
    flex-direction: column;
  }

  .form-submit {
    width: auto;
  }

  .field-label {
    text-align: center;
    padding-right: 0;
  }

  .checkbox-field {
    margin-top: 0;
    margin-bottom: 0;
  }

  .video-placeholder {
    width: 100%;
    height: 300px;
  }

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

  .button-submit {
    align-self: center;
  }

  .white-card.blue-card-offset {
    padding-left: 0%;
  }

  .white-card.padding-40.border-radius-0 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .white-card-heading, .white-card-bigtext, .white-card-bigtext-2 {
    font-size: 1.5rem;
  }

  .blue-card-wrapper {
    width: auto;
    flex-direction: column;
    margin-left: 0;
    padding-left: 20px;
    padding-right: 20px;
  }

  .image-2 {
    margin-bottom: 20px;
    display: block;
    position: static;
  }

  .blue-card-heading {
    font-size: 1.5rem;
  }

  .orange-circle {
    display: block;
    top: 0%;
    bottom: 0%;
    left: 0%;
    right: 0%;
  }

  .white-card-bigtext-3, .white-card-bigtext-4 {
    font-size: 1.5rem;
  }

  .form-submit-green {
    padding-bottom: 30px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .form-wrapper-relative {
    padding-bottom: 0;
  }

  .blue-bg {
    height: 160px;
  }

  .max-width-1077 {
    padding: 0 13px;
  }

  .blue-section-heading {
    font-size: 1.5rem;
  }

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

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

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

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

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

  .rl_layout1_component {
    grid-column-gap: 100px;
    grid-row-gap: 100px;
    grid-template-columns: 1fr;
  }

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

  .x-image-absolute {
    width: 100px;
    height: 100px;
    bottom: -15%;
    right: 40%;
  }

  .x-image-absolute-2 {
    width: 120px;
    height: 120px;
    left: 35%;
  }

  .toxins-image-wrapper {
    width: 85%;
    margin-left: auto;
    margin-right: auto;
  }

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

  .feel-text-wrapper {
    height: 50px;
  }

  .orange-content-wrapper {
    width: 100%;
  }

  .orange-content-heading {
    width: auto;
    font-size: 1.5rem;
  }

  .orange-image-wrapper {
    width: 300px;
    height: 500px;
    margin-left: auto;
    margin-right: auto;
  }

  .cell {
    display: block;
  }

  .orange-stack {
    max-width: 100%;
    grid-column-gap: 40px;
    grid-row-gap: 40px;
  }

  .orange-image {
    object-fit: cover;
  }

  .manufacturers-bigtext, .manufacturers-bigtext-2, .pounds-heading {
    font-size: 1.5rem;
  }

  .host-big-heading {
    padding-bottom: 0;
  }

  .hero-arrow-down {
    display: none;
  }

  .light-green-card {
    width: auto;
  }

  .light-green-list {
    font-size: 16px;
  }

  .light-green-card-label {
    font-size: 13px;
  }

  .joy-bigtext {
    font-size: 1.5rem;
  }

  .form-submit-green-2 {
    width: auto;
  }

  .image_wrapper {
    position: relative;
  }
}

@media screen and (max-width: 479px) {
  .rl_layout141_image {
    aspect-ratio: 3 / 2;
    object-fit: contain;
  }

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

  .hero-subheading {
    font-size: 12px;
    line-height: 1.6;
  }

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

  .heading-span {
    margin-top: 10px;
    font-size: 1.25rem;
  }

  .field-label {
    padding-right: 0;
    font-size: 1.25rem;
    line-height: 1.2;
  }

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

  .video-placeholder {
    height: 200px;
  }

  .submit-text {
    font-size: .8rem;
    line-height: 150%;
  }

  .submit-text.is--dark {
    color: var(--relume-library-lite--rl-black);
  }

  .button-submit {
    width: 100%;
    background-image: linear-gradient(#f6dea0, #f1c350), linear-gradient(to right, #f23a20 2.29%, #bc1700 97.07%);
    border: 1px solid #000;
    justify-content: space-between;
    padding: 10px;
  }

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

  .checkbox-label {
    font-size: .8rem;
    line-height: 1.25rem;
  }

  .white-card-subheading {
    width: 90%;
    margin-top: -3.5%;
    font-size: 1.3rem;
    line-height: 1.5rem;
  }

  .white-card-heading {
    font-size: 1.15rem;
  }

  .image {
    width: 120%;
    max-width: 120%;
  }

  .white-card-bigtext, .white-card-bigtext-2 {
    font-size: 1.15rem;
  }

  .image-2 {
    width: 100%;
  }

  .blue-card-heading, .white-card-bigtext-3, .white-card-bigtext-4 {
    font-size: 1.15rem;
  }

  .form-wrapper-relative {
    padding-left: 0%;
    padding-right: 0%;
  }

  .field-label-center {
    padding-right: 0;
    font-size: 1.25rem;
  }

  .field-label-center.all-caps {
    font-size: .9rem;
  }

  .priv-policy-text {
    margin-top: 10px;
    font-size: 10px;
  }

  .blue-section-heading {
    font-size: 1.15rem;
  }

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

  .toxins-image-wrapper {
    width: 100%;
  }

  .orange-content-heading {
    font-size: 1.15rem;
  }

  .orange-image-wrapper {
    width: 100%;
    height: auto;
  }

  .manufacturers-bigtext, .manufacturers-bigtext-2 {
    font-size: 1.15rem;
  }

  .pounds-heading {
    font-size: .7rem;
    line-height: 2rem;
  }

  .pounds-container {
    max-width: 100%;
  }

  .pounds-image-wrapper {
    width: 300px;
    height: 350px;
  }

  .pounds-content-wrapper {
    font-size: 14px;
  }

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

  .host-heading, .host-big-heading {
    font-size: 1.15rem;
  }

  .host-texts {
    font-size: .7rem;
  }

  .host-heading-2 {
    font-size: .72rem;
    line-height: 1.5rem;
  }

  .light-green-card {
    margin-top: 20px;
  }

  .light-green-list {
    font-size: 12px;
  }

  .light-green-card-label {
    font-size: 11px;
  }

  .joy-image-wrapper {
    margin-top: -65px;
  }

  .form-submit-green-2 {
    padding-left: 10px;
    padding-right: 10px;
  }

  .logo-wrap-2 {
    width: 80%;
  }

  .arrow_black {
    filter: invert();
  }
}


