:root {
  --dark-blue: #17242c;
  --dark-blue-2: #08008d;
  --gainsboro: #ded7d2;
  --medium-sea-green: #00c366;
}

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

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

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

body {
  color: var(--dark-blue);
  font-family: Gilroy, sans-serif;
  font-size: 1rem;
  line-height: 1.5;
}

h1 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 4rem;
  font-weight: 700;
  line-height: 1.1;
}

h2 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 3rem;
  font-weight: 700;
  line-height: 1.2;
}

h3 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.2;
}

h4 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.4;
}

h5 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1.5;
}

h6 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.5;
}

p {
  margin-bottom: 0;
  font-family: Nunito, sans-serif;
}

ul, ol {
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 1.5rem;
}

li {
  margin-bottom: .25rem;
}

img {
  max-width: 100%;
  display: inline-block;
}

label {
  margin-bottom: .25rem;
  font-weight: 500;
}

blockquote {
  border-left: .25rem solid #e2e2e2;
  margin-bottom: 0;
  padding: 0 1.25rem;
  font-size: 1.25rem;
  line-height: 1.5;
}

figure {
  margin-top: 2rem;
  margin-bottom: 2rem;
}

figcaption {
  text-align: center;
  margin-top: .25rem;
}

.utility-page_component {
  width: 100vw;
  height: 100vh;
  max-height: 100%;
  max-width: 100%;
  justify-content: center;
  align-items: center;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  display: flex;
}

.utility-page_wrapper {
  max-width: 20rem;
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  text-align: center;
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
  display: flex;
}

.utility-page_form {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
  display: flex;
}

.utility-page_image {
  margin-left: auto;
  margin-right: auto;
}

.global-styles {
  display: block;
  position: fixed;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: auto;
}

.margin-custom2 {
  margin: 2.5rem;
}

.padding-xlarge {
  padding: 4rem;
}

.margin-xlarge {
  margin: 4rem;
}

.margin-xsmall {
  margin: .5rem;
}

.padding-xhuge {
  padding: 8rem;
}

.margin-custom1 {
  margin: 1.5rem;
}

.padding-0 {
  padding: 0;
}

.padding-xxhuge {
  padding: 12rem;
}

.padding-huge {
  padding: 6rem;
}

.margin-large {
  margin: 3rem;
}

.padding-xxlarge {
  padding: 5rem;
}

.margin-xxsmall {
  margin: .25rem;
}

.padding-custom3 {
  padding: 3.5rem;
}

.padding-large {
  background-color: #fff;
  padding: 3rem;
}

.padding-large.padding-horizontal {
  background-color: #fff;
}

.margin-tiny {
  margin: .125rem;
}

.padding-small {
  padding: 1rem;
}

.padding-custom2 {
  padding: 2.5rem;
}

.margin-custom3 {
  margin: 3.5rem;
}

.padding-20px {
  padding: 1.25rem;
}

.margin-huge {
  margin: 6rem;
}

.padding-medium {
  padding: 2rem;
}

.padding-xsmall {
  padding: .5rem;
}

.margin-xxlarge {
  margin: 5rem;
}

.padding-xxsmall {
  padding: .25rem;
}

.margin-xhuge {
  margin: 8rem;
}

.padding-tiny {
  padding: .125rem;
}

.margin-small {
  margin: 1rem;
}

.margin-medium {
  margin: 2rem;
}

.margin-xxhuge {
  margin: 12rem;
}

.margin-0 {
  margin: 0;
}

.margin-horizontal {
  margin-top: 0;
  margin-bottom: 0;
}

.padding-top {
  padding-bottom: 0;
  padding-left: 0;
  padding-right: 0;
}

.margin-vertical {
  margin-left: 0;
  margin-right: 0;
}

.margin-bottom {
  margin-top: 0;
  margin-left: 0;
  margin-right: 0;
}

.padding-left {
  padding-top: 0;
  padding-bottom: 0;
  padding-right: 0;
}

.padding-vertical {
  padding-left: 0;
  padding-right: 0;
}

.padding-vertical.padding-large {
  background-color: #fff;
  padding-top: 0;
  padding-bottom: 0;
}

.padding-vertical.padding-large-copy {
  background-color: #fff9ee;
  padding: 50px 3%;
}

.padding-vertical._456465645645645 {
  padding-top: 3rem;
  padding-bottom: 3rem;
}

.padding-horizontal {
  padding-top: 0;
  padding-bottom: 0;
}

.margin-right {
  margin-top: 0;
  margin-bottom: 0;
  margin-left: 0;
}

.margin-top {
  margin-bottom: 0;
  margin-left: 0;
  margin-right: 0;
}

.margin-top.margin-small {
  margin-top: 1.25rem;
}

.margin-left {
  margin-top: 0;
  margin-bottom: 0;
  margin-right: 0;
}

.padding-right {
  padding-top: 0;
  padding-bottom: 0;
  padding-left: 0;
}

.padding-bottom {
  padding-top: 0;
  padding-left: 0;
  padding-right: 0;
}

.form_checkbox {
  flex-direction: row;
  align-items: center;
  margin-bottom: .5rem;
  padding-left: 0;
  display: flex;
}

.form_checkbox-icon {
  width: .875rem;
  height: .875rem;
  border-radius: .125rem;
  margin: 0 .5rem 0 0;
}

.form_checkbox-icon.w--redirected-checked {
  width: .875rem;
  height: .875rem;
  background-size: 90%;
  border-radius: .125rem;
  margin: 0 .5rem 0 0;
}

.form_checkbox-icon.w--redirected-focus {
  width: .875rem;
  height: .875rem;
  border-radius: .125rem;
  margin: 0 .5rem 0 0;
  box-shadow: 0 0 .25rem 0 #3898ec;
}

.fs-styleguide_background {
  width: 100%;
  border: .0625rem solid rgba(0, 0, 0, .1);
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  display: flex;
}

.fs-styleguide_spacing {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  background-image: linear-gradient(to top, rgba(0, 115, 230, .1), rgba(255, 255, 255, 0));
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  align-content: start;
  justify-content: start;
  align-items: start;
  justify-items: stretch;
  display: grid;
  position: relative;
}

.icon-1x1-small {
  width: 1rem;
  height: 1rem;
  flex: none;
}

.overflow-auto {
  overflow: auto;
}

.spacing-clean {
  margin: 0;
  padding: 0;
}

.icon-1x1-large {
  width: 2.5rem;
  height: 2.5rem;
}

.z-index-2 {
  z-index: 2;
  position: relative;
}

.fs-styleguide_background-space {
  width: .0625rem;
  height: .0625rem;
  margin: 5rem;
}

.text-weight-semibold {
  font-weight: 600;
}

.text-style-strikethrough {
  text-decoration: line-through;
}

.fs-styleguide_item {
  grid-column-gap: 1.125rem;
  grid-row-gap: 1.125rem;
  border-bottom: .0625rem solid rgba(0, 0, 0, .1);
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  align-content: start;
  justify-content: start;
  align-items: start;
  justify-items: start;
  padding-bottom: 3rem;
  display: grid;
  position: relative;
}

.fs-styleguide_item.is-stretch {
  justify-items: stretch;
}

.max-width-full {
  width: 100%;
  max-width: none;
}

.fs-styleguide_item-header {
  width: 100%;
  border-bottom: .0625rem solid rgba(0, 0, 0, .1);
  padding-bottom: 2rem;
}

.fs-styleguide_heading-large {
  font-size: 6rem;
}

.background-color-black {
  color: #f5f5f5;
  background-color: #000;
}

.z-index-1 {
  z-index: 1;
  position: relative;
}

.text-color-black {
  color: #000;
}

.text-color-grey {
  color: gray;
}

.fs-styleguide_2-col {
  width: 100%;
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.fs-styleguide_2-col.is-align-start {
  align-items: start;
}

.form_message-success {
  padding: 1.25rem;
}

.fs-styleguide_row {
  grid-column-gap: .75rem;
  grid-row-gap: .75rem;
  flex-direction: row;
  grid-template-rows: auto;
  grid-template-columns: auto;
  grid-auto-columns: auto;
  grid-auto-flow: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.heading-style-h3 {
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.2;
}

.text-rich-text h1, .text-rich-text h2, .text-rich-text h3, .text-rich-text h4 {
  margin-top: 1.5rem;
  margin-bottom: 1rem;
}

.text-rich-text h5, .text-rich-text h6 {
  margin-top: 1.25rem;
  margin-bottom: 1rem;
}

.text-rich-text p {
  margin-bottom: 1rem;
}

.text-rich-text ul, .text-rich-text ol {
  margin-bottom: 1.5rem;
}

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

.icon-height-small {
  height: 1rem;
}

.icon-1x1-medium {
  width: 2rem;
  height: 2rem;
}

.heading-style-h1 {
  font-size: 4rem;
  font-weight: 700;
  line-height: 1.1;
}

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

.text-weight-normal {
  font-weight: 400;
}

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

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

.text-color-white {
  color: #fff;
}

.text-style-italic {
  font-style: italic;
}

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

.overflow-hidden {
  overflow: hidden;
}

.fs-styleguide_section-header {
  width: 100%;
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  border-bottom: .0625rem solid #000;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  padding-bottom: 3rem;
  line-height: 1.4;
  display: grid;
}

.text-size-tiny {
  font-size: .75rem;
}

.max-width-xxlarge {
  width: 100%;
  max-width: 80rem;
}

.fs-styleguide_1-col {
  width: 100%;
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.overflow-visible {
  overflow: visible;
}

.fs-styleguide_empty-box {
  z-index: -1;
  height: 3rem;
  min-width: 3rem;
  background-color: rgba(0, 115, 230, .1);
  border: .0625rem dashed #0073e6;
  position: relative;
}

.text-weight-light {
  font-weight: 300;
}

.fs-styleguide_heading-medium {
  font-size: 4rem;
}

.max-width-xsmall {
  width: 100%;
  max-width: 16rem;
}

.fs-styleguide_4-col {
  width: 100%;
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

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

.text-weight-xbold {
  font-weight: 800;
}

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

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

.max-width-medium {
  width: 100%;
  max-width: 32rem;
}

.fs-styleguide_item-wrapper {
  width: 100%;
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.max-width-large {
  width: 100%;
  max-width: 48rem;
}

.fs-styleguide_header-block {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  justify-items: start;
  display: grid;
}

.background-color-white {
  background-color: #fff;
}

.text-style-muted {
  opacity: .6;
}

.text-size-small {
  font-size: .875rem;
}

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

.max-width-xlarge {
  width: 100%;
  max-width: 64rem;
}

.form_radio-icon {
  width: .875rem;
  height: .875rem;
  margin-top: 0;
  margin-left: 0;
  margin-right: .5rem;
}

.form_radio-icon.w--redirected-checked {
  width: .875rem;
  height: .875rem;
  border-width: .25rem;
}

.form_radio-icon.w--redirected-focus {
  width: .875rem;
  height: .875rem;
  box-shadow: 0 0 .25rem 0 #3898ec;
}

.text-style-nowrap {
  white-space: nowrap;
}

.text-align-left {
  text-align: left;
}

.background-color-grey {
  background-color: #f5f5f5;
}

.form_input {
  min-height: 3rem;
  background-color: rgba(0, 0, 0, 0);
  margin-bottom: .75rem;
  padding: .5rem 1rem;
}

.form_input.is-text-area {
  min-height: 8rem;
  padding-top: .75rem;
}

.heading-style-h6 {
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.5;
}

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

.fs-styleguide_3-col {
  width: 100%;
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: stretch;
  display: grid;
}

.fs-styleguide_3-col.is-align-start {
  align-items: start;
}

.text-style-link {
  color: #000;
  text-decoration: underline;
}

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

.fs-styleguide_header {
  background-color: rgba(0, 0, 0, .05);
}

.heading-style-h2 {
  font-size: 3rem;
  font-weight: 700;
  line-height: 1.2;
}

.fs-styleguide_label {
  color: #fff;
  background-color: #0073e6;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  padding: .25rem .75rem;
  font-weight: 600;
  line-height: 1.4;
  display: flex;
}

.fs-styleguide_label.is-tag {
  background-color: #be4aa5;
}

.fs-styleguide_label.is-hex {
  color: #000;
  background-color: #f5f5f5;
}

.fs-styleguide_version {
  z-index: 5;
  color: #000;
  font-weight: 500;
  text-decoration: none;
}

.heading-style-h5 {
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1.5;
}

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

.icon-height-medium {
  height: 2rem;
}

.text-style-allcaps {
  text-transform: uppercase;
}

.overflow-scroll {
  overflow: scroll;
}

.form_message-error {
  margin-top: .75rem;
  padding: .75rem;
}

.icon-height-large {
  height: 3rem;
}

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

.form_component {
  margin-bottom: 0;
}

.max-width-xxsmall {
  width: 100%;
  max-width: 12rem;
}

.layer {
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.text-style-quote {
  border-left: .25rem solid #e2e2e2;
  margin-bottom: 0;
  padding: 0 1.25rem;
  font-size: 1.25rem;
  line-height: 1.5;
}

.align-center {
  margin-left: auto;
  margin-right: auto;
}

.button {
  color: #fff;
  text-align: center;
  background-color: #000;
  padding: .75rem 1.5rem;
  font-weight: 600;
}

.button.is-text {
  color: #000;
  background-color: rgba(0, 0, 0, 0);
  border: .125rem solid rgba(0, 0, 0, 0);
}

.button.is-small {
  padding: .5rem 1.25rem;
}

.button.is-large {
  padding: 1rem 2rem;
}

.button.is-secondary {
  color: #000;
  background-color: rgba(0, 0, 0, 0);
  border: .125rem solid #000;
}

.button.is-icon {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  display: flex;
}

.fs-styleguide_classes {
  grid-column-gap: .0625rem;
  grid-row-gap: .0625rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

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

.fs-styleguide_section {
  grid-column-gap: 6rem;
  grid-row-gap: 6rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  align-items: start;
  justify-items: start;
  display: grid;
}

.fs-styleguide_section.is-vertical {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  grid-template-columns: 1fr;
}

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

.hide {
  display: none;
}

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

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

.form_radio {
  flex-direction: row;
  align-items: center;
  margin-bottom: .5rem;
  padding-left: 0;
  display: flex;
}

.home-message_content-grid {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  align-content: center;
  justify-content: center;
  align-items: center;
  justify-items: start;
  display: grid;
}

.home-message_component {
  min-height: 100vh;
  color: #fff;
  padding: 3rem;
  display: flex;
}

.home-message_list {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  justify-items: start;
  display: grid;
}

.home-message_content {
  width: 100%;
  color: #000;
  background-color: rgba(0, 0, 0, .05);
  flex-direction: column;
  justify-content: center;
  align-self: stretch;
  align-items: stretch;
  display: flex;
}

.home-message_heading-block {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.home-message_item {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.home-message_item-icon {
  width: 1.75rem;
  height: 1.75rem;
  color: #000;
  background-color: #fff;
  flex: none;
}

.home-message_logo {
  width: 4rem;
}

.fs-styleguide_spacing-all {
  display: none;
}

.fs-styleguide_color.is-1 {
  background-color: #000;
}

.fs-styleguide_color.is-2 {
  background-color: #f5f5f5;
}

.fs-styleguide_color.is-3 {
  background-color: #fff;
}

.navbar {
  background-color: var(--dark-blue);
  color: #fff;
  border-bottom: .375rem solid #a82758;
}

.container {
  max-width: 64.375rem;
  flex-direction: column;
  align-items: stretch;
  display: flex;
}

.main-btn {
  color: #fff;
  text-align: center;
  background-color: #852758;
  padding: .75rem .2rem;
  font-size: 1.125rem;
  font-weight: 700;
}

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

.image {
  max-width: 25%;
  min-width: 8rem;
}

.main-grid {
  grid-column-gap: 4.375rem;
  grid-row-gap: 4.375rem;
  grid-template-rows: auto;
  grid-template-columns: 2.6fr 1fr;
  grid-auto-columns: 1fr;
  align-items: start;
  display: grid;
}

.heading {
  font-size: 2.5rem;
  font-weight: 900;
}

.heading._32px {
  font-size: 2rem;
}

.heading._32px.text-color-white {
  color: #000;
  font-size: 1.75rem;
}

.heading._26px {
  font-family: Nunito, sans-serif;
  font-size: 1.625rem;
}

.paragraph {
  font-size: 1.75rem;
}

.paragraph._18px {
  font-size: 1.125rem;
}

.paragraph._20px {
  font-family: Nunito, sans-serif;
  font-size: 1.25rem;
}

.paragraph._20px.text-color-gainsboro {
  color: #000;
  font-size: 1.125rem;
}

.paragraph._13px {
  color: #000;
  font-size: .8125rem;
}

.paragraph._15px {
  font-size: .9375rem;
}

.paragraph._16px {
  color: #000;
  font-size: 1rem;
  text-decoration: none;
}

.line-btw-3px {
  height: .1875rem;
  background-color: #a82758;
}

.profile {
  grid-column-gap: 1.125rem;
  grid-row-gap: 1.125rem;
  align-items: center;
  display: flex;
}

.text-block {
  font-size: 1.125rem;
  line-height: 1.4;
}

.profile-img {
  border-radius: 50%;
}

.social {
  border: .0625rem solid #000;
  border-radius: .625rem;
  justify-content: space-around;
  padding: .5rem;
  display: none;
}

.line-v-btw {
  width: .0625rem;
  background-color: #000;
}

.social-elem {
  grid-column-gap: .75rem;
  grid-row-gap: .75rem;
  align-items: center;
  padding: .375rem;
  display: flex;
}

.companes {
  grid-column-gap: 1.8125rem;
  grid-row-gap: 1.8125rem;
  border: .125rem solid #000;
  border-radius: .625rem;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  padding: 1.875rem 1.625rem;
  display: flex;
  position: relative;
}

.text-block-2 {
  width: 9.8125rem;
  color: var(--dark-blue-2);
  text-align: center;
  background-color: #fff;
  font-size: 1.125rem;
  position: absolute;
  top: -1.0625rem;
}

.body {
  padding-bottom: 12.5625rem;
}

.line-btw-7px {
  height: .4375rem;
  background-color: #a82758;
}

.line-btw-7px._95px {
  max-width: 5.9375rem;
  position: relative;
  top: -.375rem;
}

.link-span {
  color: #07c;
  text-decoration: none;
}

.relative {
  position: relative;
}

.div-block {
  z-index: 1;
  width: 60%;
  grid-column-gap: .625rem;
  grid-row-gap: .625rem;
  flex-direction: column;
  justify-content: center;
  display: flex;
  position: absolute;
  top: 0%;
  bottom: 0;
  left: auto;
  right: 6%;
}

.div-block-2 {
  grid-column-gap: .625rem;
  grid-row-gap: .625rem;
  align-items: center;
}

.div-block-3 {
  grid-column-gap: .75rem;
  grid-row-gap: .75rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr .8fr;
  grid-auto-columns: 1fr;
  align-items: start;
  display: grid;
}

.image-2 {
  position: absolute;
  top: -2.1875rem;
  bottom: auto;
  left: 3%;
  right: auto;
}

.onnit-section {
  width: 90%;
  grid-column-gap: 2.5rem;
  grid-row-gap: 2.5rem;
  border: .1875rem solid #000;
  border-radius: .625rem;
  flex-direction: row;
  grid-template-rows: auto;
  grid-template-columns: .5fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-around;
  align-items: center;
  margin-left: auto;
  padding: 2.75rem 1.625rem;
  display: flex;
  position: relative;
}

.image-3 {
  max-width: 50%;
  min-width: auto;
  border: 10px solid #000;
  border-radius: 0;
  margin-left: -5.625rem;
}

.onint-pro-content {
  z-index: 1;
  width: 80%;
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-direction: column;
  justify-content: center;
  display: flex;
}

.div-block-4 {
  grid-column-gap: 1.875rem;
  grid-row-gap: 1.875rem;
  align-items: center;
  display: flex;
}

.font-nunito {
  font-family: Nunito, sans-serif;
}

.div-block-5 {
  grid-column-gap: .625rem;
  grid-row-gap: .625rem;
  flex-direction: column;
  display: flex;
}

.flex {
  grid-column-gap: .625rem;
  grid-row-gap: .625rem;
  flex-direction: row;
  align-items: center;
  display: flex;
}

.flex.vertical {
  flex-direction: column;
}

.flex.ing {
  grid-column-gap: .625rem;
  grid-row-gap: .625rem;
  text-align: center;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: flex-start;
  display: grid;
}

.div-block-copy {
  z-index: 1;
  width: 60%;
  grid-column-gap: .625rem;
  grid-row-gap: .625rem;
  flex-direction: column;
  justify-content: center;
  display: flex;
}

.div-block-6 {
  grid-column-gap: 1.875rem;
  grid-row-gap: 1.875rem;
  background-color: var(--dark-blue);
  border-radius: .3125rem;
  padding: 2.5rem 1.875rem;
  display: flex;
  position: relative;
}

.image-5 {
  position: absolute;
  top: auto;
  bottom: 9%;
  left: auto;
  right: 3%;
}

.review {
  grid-column-gap: .875rem;
  grid-row-gap: .875rem;
  color: #6b6e74;
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.text-block-3 {
  color: #000;
  font-size: 1.5625rem;
}

.div-block-7 {
  width: 1.5rem;
  height: .5rem;
  background-color: #000;
}

.div-block-8 {
  width: 7.75rem;
  height: .5rem;
  display: flex;
  overflow: hidden;
}

.div-block-9 {
  width: .0625rem;
  background-color: var(--gainsboro);
}

.rating {
  margin-top: auto;
  margin-bottom: auto;
}

.rating.transparent {
  opacity: 0;
}

.footer {
  background-color: var(--dark-blue);
  color: #fff;
  border-top: .375rem solid #a82758;
}

.footer-img {
  max-width: 14rem;
}

.link {
  color: #000;
  text-decoration: underline;
}

.div-block-10 {
  color: #fff;
  background-color: #e1e6ea;
  border-radius: .625rem;
  flex-direction: column;
  padding: 1.125rem 1.125rem 1.6875rem;
  display: flex;
  position: -webkit-sticky;
  position: sticky;
}

.div-block-11 {
  grid-column-gap: .875rem;
  grid-row-gap: .875rem;
  align-items: flex-start;
  display: flex;
}

.image-6 {
  max-width: 35%;
  object-fit: contain;
}

.hide-desktop {
  display: none;
}

.alpha {
  grid-column-gap: 1.875rem;
  grid-row-gap: 1.875rem;
  transform-style: preserve-3d;
  background-color: #7da1bb;
  border-radius: .3125rem;
  margin-bottom: 15px;
  padding: 1rem 1.875rem;
  display: flex;
  position: relative;
}

.padding-section {
  padding: 3rem;
}

.brand-icon_grid-div-3 {
  width: 100%;
  grid-column-gap: 50px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  justify-items: center;
  margin-top: 1.25rem;
  margin-left: auto;
  margin-right: auto;
  display: grid;
}

.brand-icon_main {
  text-align: center;
}

.icons-2, .icons2, .icons3, .icons4 {
  width: 100%;
  height: 100%;
  color: #2b1a1a;
}

.width-100-9 {
  width: 100%;
  height: 100%;
  color: #2b1a1a;
  object-fit: contain;
}

.div-block-10-copy {
  background-color: var(--dark-blue);
  color: #fff;
  background-color: var(--dark-blue);
  color: #fff;
  background-color: var(--dark-blue);
  color: #fff;
  border-radius: .625rem;
  flex-direction: column;
  padding: 1.125rem 1.125rem 1.6875rem;
  display: none;
  position: -webkit-sticky;
  position: sticky;
  box-shadow: 0 1px .0625rem .0625rem #000;
}

.div-block-10-copy-copy {
  background-color: var(--dark-blue);
  color: #fff;
  border-radius: .625rem;
  flex-direction: column;
  padding: 1.125rem 1.125rem 1.6875rem;
  display: none;
  position: -webkit-sticky;
  position: sticky;
  box-shadow: 0 1px .0625rem .0625rem #000;
}

.alpha-copy {
  grid-column-gap: 1.875rem;
  grid-row-gap: 1.875rem;
  color: #000;
  transform-style: preserve-3d;
  background-color: #e1e6ea;
  border-radius: .3125rem;
  margin-bottom: 15px;
  padding: 2rem 1.875rem;
  display: flex;
  position: relative;
}

.main-btn-copy {
  color: #000;
  text-align: center;
  background-color: gold;
  padding: .75rem .2rem;
  font-size: 1.125rem;
  font-weight: 700;
}

.main-btn-copy.hide-mobile-landscape {
  color: #fff;
  object-fit: fill;
  background-color: #852758;
  flex: 0 auto;
  padding-left: .7rem;
  padding-right: .7rem;
}

.bold-text-6 {
  color: #000;
}

.paragraph-1122 {
  font-size: 18px;
}

.div-block-141 {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  align-items: center;
  display: flex;
}

.dicount-flex {
  grid-column-gap: 25px;
  display: flex;
}

.width-100-11 {
  width: 100%;
  height: 100%;
  color: #2b1a1a;
  border: 5px solid #fff;
  border-radius: 500px;
}

.text-size-medium-4 {
  margin-top: -10px;
  font-family: Montserrat, sans-serif;
  font-size: 1.125rem;
}

.text-size-medium-4.text-weight-semibold {
  color: #000;
  text-align: center;
  margin-top: 0;
  font-size: 14px;
}

.width-100-12 {
  width: 100%;
  height: 100%;
  color: #2b1a1a;
}

.column-11 {
  padding-bottom: 0;
  padding-left: 0;
  padding-right: 0;
}

.card-side-image {
  width: 45%;
  border-radius: 20px;
  overflow: hidden;
}

.bold-text-63 {
  font-size: 18px;
}

.main-banner_rating {
  font-size: 1.125rem;
}

.faq_dropdown {
  z-index: 0;
  width: 100%;
  border: 1px solid #e5e5e5;
  border-radius: 4px;
}

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

.text-size-regular-6 {
  font-family: Montserrat, sans-serif;
  font-size: 1.125rem;
}

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

.main-banner_content-inner-3 {
  margin-right: 40px;
}

._3rem-headline {
  text-align: center;
  font-family: Montserrat, sans-serif;
  font-size: 3rem;
  font-weight: 900;
  line-height: 4rem;
}

.hero-section-desktop {
  z-index: 1000;
  background-color: #fff;
  font-family: Montserrat, sans-serif;
  position: relative;
}

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

.text-weight-medium-2.text-size-medium.text-align-center {
  margin-top: 15px;
  font-weight: 400;
}

.custom-attribute-head-copy {
  text-align: right;
  text-transform: uppercase;
  font-size: 1rem;
  font-weight: 900;
}

.hero-section-headline {
  margin-top: 0;
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-size: 2rem;
  font-weight: 900;
  line-height: 42px;
}

.different-split {
  width: 100%;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.steps_highlight-2 {
  color: #fff;
  background-color: #000;
  margin-top: 5px;
  padding: 10px;
  font-size: 1rem;
  font-weight: 600;
  display: inline-block;
}

.section-footer {
  background-color: #fff;
  padding-top: 100px;
}

.dicount-img {
  width: 45%;
}

.max-width-xlarge-2 {
  width: 100%;
  max-width: 64rem;
  margin-left: auto;
  margin-right: auto;
}

.card-side-content {
  width: 45%;
}

.steps_div-2 {
  width: 100%;
  min-height: 100%;
  background-color: #fff;
  border-radius: 20px;
  padding: 5%;
  box-shadow: 3px 3px 10px rgba(0, 0, 0, .06);
}

.button-wrapper-3 {
  width: 100%;
}

.checkpoint_image {
  width: 20px;
  height: 20px;
  justify-content: center;
  align-items: center;
  margin-right: 10px;
  display: flex;
}

.text-align-center-3-copy-copy {
  text-align: center;
  padding-top: 5px;
  padding-right: 0;
  font-size: .85rem;
}

.nav-menu-two {
  justify-content: space-between;
  align-items: center;
  margin-bottom: 0;
  display: flex;
}

._w-100 {
  width: 100%;
}

.large-heading {
  font-size: 2.5rem;
  font-weight: 600;
}

.large-heading.text-center {
  text-align: center;
  font-weight: 900;
}

.dicount-check-main {
  grid-column-gap: 10px;
  grid-row-gap: 15px;
  flex-direction: column;
  display: flex;
}

.div-block-144 {
  flex-direction: column;
  justify-content: center;
  display: flex;
}

.main-wrapper-2 {
  color: #2b1a1a;
  background-color: #fff;
}

.text-size-regular-7 {
  color: #000;
  margin-top: 10px;
  font-family: Montserrat, sans-serif;
  font-size: 1rem;
}

.text-size-regular-7.text-align-center {
  color: #000;
  font-family: Montserrat, sans-serif;
  font-size: 1.125rem;
}

.paragraph-1116 {
  font-family: Montserrat, sans-serif;
  font-size: 1.125rem;
}

.heading-medium-4 {
  font-family: Montserrat, sans-serif;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.2;
}

.heading-medium-4.text-align-center {
  font-size: 2rem;
}

.margin-vertical-copy {
  margin-left: 0;
  margin-right: 0;
}

.margin-vertical-copy.margin-small-copy {
  margin-top: 1.25rem;
  margin-bottom: 1.25rem;
  font-family: Montserrat, sans-serif;
}

.width-100-16 {
  width: 100%;
}

.main-banner_stars {
  color: #faa707;
}

.aaaadaad-2 {
  z-index: 5000;
  background-color: #fff;
  padding: 3rem 2.5rem;
  display: block;
  position: relative;
}

.wrapper-image {
  z-index: 5;
  width: 23.75rem;
  height: 23.75rem;
  border-radius: .5rem;
  position: relative;
  overflow: hidden;
}

.container-25 {
  margin-top: 0;
  padding-left: 0;
}

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

.image-110 {
  max-height: 50px;
}

.bold-text-64 {
  font-size: 18px;
}

.text-weight-semibold-3 {
  text-align: center;
  font-weight: 600;
}

.text-size-medium-12 {
  margin-top: 10px;
  margin-bottom: 50px;
  font-family: Montserrat, sans-serif;
  font-size: 1.125rem;
}

.width-100-17 {
  width: 100%;
  display: block;
}

.faq_dropdown-list {
  background-color: #fff;
  padding: 20px;
  position: relative;
}

.bonuses-dropdown {
  width: 100%;
  white-space: normal;
}

.differetnt_contact {
  width: 50%;
}

.faq_-div {
  margin-bottom: 15px;
}

.full-width-grid {
  z-index: 800;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  background-color: #fff9ee;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 25px;
  display: grid;
  position: relative;
}

.column-15 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  text-align: center;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: flex-start;
  padding-left: 0;
  padding-right: 0;
  display: block;
}

.timer-mobile {
  text-align: center;
  background-color: #fff6e7;
  margin-top: 0;
  margin-bottom: 15px;
  padding: 15px;
  display: none;
}

.feedback_div {
  margin-bottom: 2.5rem;
}

.text-align-center-3-copy {
  text-align: center;
  padding-top: 5px;
  padding-right: 0;
  font-size: .85rem;
}

._3rem-section {
  text-align: center;
  margin-top: 0;
  font-family: Montserrat, sans-serif;
  font-size: 2.5rem;
  font-weight: 900;
  line-height: 1.2;
}

._3rem-headline-left-alignment {
  text-align: left;
  margin-top: 0;
  margin-bottom: 1rem;
  font-family: Montserrat, sans-serif;
  font-size: 2rem;
  font-weight: 900;
  line-height: 1.2;
}

.padding-global-4 {
  z-index: 800;
  padding: 2rem 2.5rem;
  position: relative;
}

.columns-10 {
  z-index: 1200;
  width: 100%;
  height: 100%;
  position: relative;
}

.column-20 {
  justify-content: center;
  display: flex;
}

._3rem-section-2 {
  text-align: center;
  margin-top: 0;
  font-family: Montserrat, sans-serif;
  font-size: 3rem;
  font-weight: 900;
  line-height: 1.2;
}

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

.checkbox-icon {
  width: 22px;
  height: 22px;
  justify-content: center;
  align-items: center;
}

.checkbox-icon.green {
  color: #29af5c;
}

.navbar-logo-left-container {
  z-index: 5;
  width: 1030px;
  max-width: 100%;
  background-color: rgba(0, 0, 0, 0);
  margin-left: auto;
  margin-right: auto;
  padding: 15px 20px;
}

.navbar-logo-left-container.shadow-three {
  width: 100%;
  max-width: 100%;
  background-color: #fff;
  background-image: linear-gradient(#bfbfbf, #fff);
  border: 0 #000;
  margin-bottom: 0;
  margin-left: 0;
  margin-right: 0;
  padding: 20px 0;
}

.heading-x {
  font-size: 1.5rem;
}

.bold-text-43 {
  display: none;
}

.paragraph-1138 {
  color: #000;
  font-family: Montserrat, sans-serif;
  font-weight: 700;
}

.navbar-logo-left {
  z-index: 1200;
  background-color: #fff;
  position: relative;
}

.square-hero {
  display: block;
}

.bold-text-28 {
  color: #000;
  font-size: .85rem;
  font-weight: 400;
}

.container-22 {
  width: 100%;
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
}

.wide-hero-1000-666-copy {
  max-height: 100%;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  display: none;
}

.check-img {
  max-width: 1.5rem;
}

.check-wrapper {
  grid-column-gap: 1rem;
  align-items: center;
  margin-bottom: 5px;
  display: flex;
}

.check-wrapper.to_right {
  justify-content: flex-end;
  margin-bottom: 5px;
}

.check-text {
  text-align: right;
  font-weight: 500;
}

.offer-section {
  background-color: #ffd996;
}

.exepert {
  padding-left: 0;
  padding-right: 0;
}

.exepert.padding-large-copy {
  background-color: #fff9ee;
  padding: 50px 3%;
}

.bold-text-62 {
  font-size: 18px;
}

.div-block-152 {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  align-items: center;
  display: flex;
}

.container-medium-2 {
  width: 100%;
  max-width: 55rem;
  margin-left: auto;
  margin-right: auto;
}

.bold-text-61 {
  color: #000;
  font-variation-settings: "wght"700;
}

._1212 {
  grid-column-gap: 10px;
  align-items: center;
  margin-bottom: .5rem;
  display: flex;
}

.coffee-home-div {
  max-width: 23.75rem;
}

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

.navbar-wrapper-2 {
  width: 1000px;
  max-width: 1152px;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.feedback_stars {
  color: #faa707;
  font-size: 1.25rem;
}

.icon-4 {
  width: 1.7rem;
  height: 1.7rem;
  border: 2px solid #000;
  border-radius: 80px;
  justify-content: center;
  align-items: center;
  padding: 3px;
  display: flex;
}

.heading-style-h2-4 {
  color: #000;
  font-family: Montserrat, sans-serif;
  font-size: 2.375rem;
  font-weight: 900;
  line-height: 1.2;
}

.footer-text {
  text-align: center;
  margin-top: 10px;
  font-size: 12px;
  font-weight: 600;
}

.column-16 {
  padding-right: 0;
}

.divider-2 {
  width: 100%;
  height: 1px;
  background-color: #000;
}

.sticky-footer-section {
  z-index: 1000;
  position: -webkit-sticky;
  position: sticky;
  bottom: 0;
}

.uui-heroheader01_content {
  grid-column-gap: 2.1875rem;
  grid-row-gap: 2.1875rem;
  flex-direction: column;
  display: flex;
}

.how-to-use-component {
  width: 100%;
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  display: grid;
}

.page-wrapper-2 {
  color: #06374f;
  font-family: Montserrat, sans-serif;
}

.text {
  font-size: 1rem;
}

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

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

.text._12px.text-center {
  color: red;
}

.text.center-in-tablet-copy {
  margin-bottom: 15px;
}

.discount_div-4 {
  background-color: #fff6e7;
  border: 2px solid #fcd79b;
  margin-top: 0;
  padding: 50px;
}

.coffee-at-home-grid {
  background-color: #fff9ee;
  justify-content: flex-end;
  padding: 2rem;
  display: flex;
}

.coffee-at-home-grid.to-left {
  background-color: #fff9ee;
  justify-content: flex-start;
}

.double-copy-section-container {
  z-index: 1200;
  background-color: #fff9ee;
  padding: 3rem 2.5rem;
  position: relative;
}

.custom-attribute-head {
  text-transform: uppercase;
  font-size: 1rem;
  font-weight: 900;
}

.offer {
  padding-bottom: 0;
  padding-left: 2.5rem;
  padding-right: 2.5rem;
}

.main-container {
  width: 100%;
  max-width: 1024px;
  margin-left: auto;
  margin-right: auto;
}

.button-main-4 {
  height: 65px;
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  background-color: #000;
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  margin-top: 50px;
  margin-bottom: 10px;
  padding-top: 16px;
  font-family: Montserrat, sans-serif;
  font-size: 20px;
  font-weight: 600;
  display: block;
}

.button-main-4:hover {
  background-color: #ffd67a;
}

.steps_grid-2 {
  width: 100%;
  grid-column-gap: 50px;
  grid-row-gap: 25px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 1.25rem;
  margin-left: auto;
  margin-right: auto;
  display: grid;
}

.section-16 {
  padding-top: 50px;
  padding-bottom: 50px;
}

.feedback_main {
  justify-content: space-between;
  align-items: center;
  margin-top: 2.5rem;
  display: flex;
}

.feedback_name {
  text-align: right;
  font-size: 1rem;
  font-weight: 600;
}

.paragraph-1125 {
  padding-top: 3px;
}

.text-size-medium-2-copy-2 {
  font-size: 1.1rem;
}

.text-size-medium-2-copy-2.brand-icon {
  text-align: center;
  white-space: nowrap;
  margin: 0 15px;
  font-family: Montserrat, sans-serif;
}

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

.bold-text-24 {
  padding-right: 19px;
  font-size: 14px;
}

.column-12 {
  margin-top: 0;
  padding-bottom: 0;
}

.text-size-regular-3 {
  color: #000;
  font-size: 1rem;
}

.text-size-regular-3.text-align-center {
  margin-bottom: 20px;
  font-family: Montserrat, sans-serif;
  font-size: 18px;
}

.cta-button {
  height: 65px;
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  background-color: #000;
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  font-family: Montserrat, sans-serif;
  font-size: 18px;
  font-weight: 700;
  display: flex;
}

.cta-button:hover {
  background-color: #ffd67a;
}

.timer-desktop {
  text-align: center;
  background-color: #f7f4e8;
  margin-top: 0;
  margin-bottom: 15px;
  padding: 15px;
  font-family: Montserrat, sans-serif;
  display: none;
}

.feedback_content {
  width: 50%;
}

.comparison-checkbox {
  grid-column-gap: 10px;
  align-items: center;
  margin-bottom: .5rem;
  display: flex;
}

.text-size-small-7 {
  color: #000;
  font-size: .875rem;
}

.text-size-small-7.text-weight-bold {
  color: #000;
  font-size: 1rem;
}

.bold-text-42 {
  display: none;
}

.bold-text-50 {
  font-variation-settings: "wght"700;
}

.fa {
  padding-left: 0;
  padding-right: 0;
}

.fa.faq {
  background-color: #fff;
  border-radius: 20px;
  padding-top: 2rem;
  padding-bottom: 2rem;
  display: block;
}

.card-side-split {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.different-image {
  width: 45%;
  border-radius: 20px;
  overflow: hidden;
}

.bold-text-26 {
  color: #000;
  font-weight: 400;
}

.margin-vertical-2 {
  margin-left: 0;
  margin-right: 0;
}

.margin-vertical-2.margin-small-copy {
  margin-top: 1.25rem;
  margin-bottom: 1.25rem;
}

.margin-vertical-2.margin-small {
  margin-top: 1.25rem;
  margin-bottom: 1.25rem;
  font-family: Montserrat, sans-serif;
}

.grey-divider-2 {
  width: 100%;
  height: 1px;
  background-color: rgba(105, 88, 83, .25);
}

.discount-content {
  width: 55%;
}

.how-it-works-container-2 {
  background-color: #fff9ee;
  padding: 2rem 2.5rem;
  overflow: hidden;
}

.feedback_images {
  width: 45%;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.brand-icons_head-wrapper {
  align-items: center;
  display: flex;
}

.brand-icon_grid-div-4 {
  width: 80%;
  grid-column-gap: 50px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  justify-items: center;
  margin-top: 1.25rem;
  margin-left: auto;
  margin-right: auto;
  display: grid;
}

.footer-image {
  max-width: 125px;
}

.cta-section-text {
  margin-bottom: 25px;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  font-weight: 400;
}

.width-100-10 {
  width: 100%;
  height: 100%;
  color: #2b1a1a;
}

.bar-heading {
  grid-column-gap: 1rem;
  grid-row-gap: 1px;
  align-items: center;
  display: flex;
}

.div-block-151-copy {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 2.25fr;
  grid-auto-columns: 1fr;
  align-items: center;
  justify-items: center;
  margin-top: 15px;
  display: grid;
}

.main-banner_content-3 {
  margin-left: 15px;
  margin-right: 0;
}

.text-size-medium-4-copy {
  margin-top: -10px;
  font-size: 1.125rem;
}

.text-size-medium-4-copy.text-weight-semibold {
  color: #000;
  margin-top: 0;
  padding-bottom: 0;
  font-size: 14px;
}

.how-it-works-text-container {
  width: 100%;
  max-width: 48rem;
  margin-left: auto;
  margin-right: auto;
}

.width-100-2 {
  width: 100%;
  height: 100%;
  color: #2b1a1a;
}

.button-primary-3 {
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #1a1b1f;
  border-radius: 20px;
  padding: 12px 25px;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  font-weight: 600;
  line-height: 20px;
  transition: all .2s;
}

.button-primary-3:hover {
  color: #fff;
  background-color: #32343a;
}

.button-primary-3:active {
  background-color: #43464d;
}

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

.main-wrapper_cta-x-2 {
  width: 80%;
  margin-top: 20px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.main-banner_checkpoints-div-2 {
  align-items: center;
  margin-bottom: 15px;
  display: flex;
}

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

.text-size-medium-11.text-weight-semibold {
  color: #000;
  text-align: center;
  margin: 10px auto 0;
  font-family: Montserrat, sans-serif;
}

.bold-text-29 {
  font-weight: 900;
}

.columns-11 {
  z-index: 1000;
  background-color: #fff;
  position: relative;
}

.faq_full {
  width: 100%;
}

.page-padding-5 {
  background-color: #fff;
  padding: 3rem 2.5rem;
}

.body-2 {
  font-family: Montserrat, sans-serif;
}

.bold-text-65 {
  color: #fff;
}

.bold-text-66 {
  color: #000;
}

.image-6-mobile, .image-6-mobile2, .image-6-mobile3, .image-6-mobile4 {
  max-width: 35%;
  object-fit: contain;
  display: none;
}

.icons3-2 {
  width: 85%;
  height: 85%;
  max-height: 100px;
  max-width: 85%;
  color: #2b1a1a;
}

.icons4-2 {
  width: 100%;
  height: 100%;
  max-height: 100px;
  max-width: 100%;
  color: #2b1a1a;
}

.paragraph-1139 {
  font-size: 1.75rem;
}

.paragraph-1139._16px {
  color: #000;
  font-size: 1rem;
  text-decoration: none;
}

.link-2 {
  color: #000;
  text-decoration: underline;
}

.bold-text-68 {
  font-weight: 400;
}

.bold-text-69 {
  font-weight: 900;
}

.image-12 {
  width: 100%;
  height: 100%;
  min-height: 0;
  object-fit: contain;
  padding-bottom: 0%;
}

.div-block-154 {
  grid-column-gap: 9px;
  grid-row-gap: 9px;
  flex-direction: column;
  align-items: center;
  display: flex;
}

.heading-2 {
  text-align: center;
  padding-left: 3%;
  padding-right: 3%;
  font-family: Montserrat, sans-serif;
  font-size: 1.0625rem;
  font-weight: 400;
  line-height: 22px;
}

.div-block-155, .div-block-156 {
  grid-column-gap: 9px;
  grid-row-gap: 9px;
  flex-direction: column;
  align-items: center;
  display: flex;
}

.image-111 {
  max-width: 30%;
}

.image-112 {
  min-width: 48px;
}

.bold-text-10 {
  font-family: Montserrat, sans-serif;
  font-weight: 900;
}

.text-block-8 {
  font-family: Montserrat, sans-serif;
  font-size: 1.02rem;
  font-weight: 400;
  line-height: 24px;
}

.div-block-157 {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  align-items: center;
  display: flex;
}

.hero-heading {
  font-family: Montserrat, sans-serif;
  font-size: 1.5625rem;
  font-weight: 900;
  line-height: 30px;
}

.uui-footer07_link {
  color: #475467;
  text-align: center;
  padding: 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;
  text-decoration: underline;
  transition: all .3s;
}

.uui-footer07_link:hover {
  color: #344054;
}

.div-block-158 {
  grid-column-gap: 20px;
  grid-row-gap: 28px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 15px;
  margin-bottom: 15px;
  font-family: Montserrat, sans-serif;
  font-weight: 600;
  display: grid;
}

.bold-text-8 {
  font-family: Montserrat, sans-serif;
  font-weight: 900;
}

.banner {
  color: #fff;
  text-align: center;
  background-color: #ececec;
  justify-content: center;
  align-items: center;
  padding: 6px 5%;
  display: flex;
}

.heading-4 {
  font-family: Montserrat, sans-serif;
  font-size: 1.5625rem;
  font-weight: 800;
}

.text-block-9 {
  font-family: Montserrat, sans-serif;
  font-weight: 500;
}

.div-block-159 {
  grid-template-rows: auto;
  grid-template-columns: minmax(auto, 376px) 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.heading-3 {
  color: #faa21b;
  font-size: 4.375rem;
  line-height: 70px;
}

.div-block-14 {
  display: flex;
}

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

.testimonial-logo {
  max-width: 9.0625rem;
}

.image-113 {
  display: none;
}

.bold-text-14 {
  font-weight: 600;
}

.div-block-160 {
  font-variation-settings: "wght"700;
  background-color: #faa21b;
  border-radius: 4px;
  padding: 5px 10px;
  text-decoration: none;
}

.button-2-copy {
  color: #000;
  background-color: #fff;
  margin-top: 1%;
  padding: 14px 22px;
  font-size: 1.2rem;
}

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

.image-11 {
  width: 25rem;
}

.image-3-mobile2 {
  display: none;
}

.text-block-10 {
  font-size: 1.125rem;
}

.uui-footer07_link-list {
  grid-column-gap: 1rem;
  grid-row-gap: 0rem;
  white-space: normal;
  flex-direction: column;
  grid-template-rows: auto;
  grid-template-columns: max-content;
  grid-auto-columns: max-content;
  grid-auto-flow: column;
  justify-content: center;
  align-items: center;
  justify-items: start;
  display: flex;
}

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

.bold-text-9 {
  font-weight: 400;
}

.div-links {
  grid-column-gap: 10px;
  display: flex;
}

.bold-text-13 {
  font-weight: 400;
}

.uui-footer07_top-wrapper {
  flex-direction: column;
  align-items: center;
  display: flex;
}

.text-block-11 {
  color: #fff;
  text-decoration: underline;
}

.bold-text-70 {
  color: #ffa41d;
  -webkit-text-stroke-color: #faa21b;
}

.sec2-padding {
  padding: 33px 20px 44px;
}

.div-block-161 {
  width: 100%;
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  justify-items: center;
  display: none;
}

.heading-5 {
  font-family: Montserrat, sans-serif;
  font-size: 1.75rem;
  font-weight: 900;
  line-height: 28px;
}

.uui-testimonial06_client {
  text-align: left;
  align-items: center;
  display: flex;
}

.padding-19px {
  padding-top: 1.1875rem;
}

.image-114 {
  width: 100%;
  height: 100%;
  min-height: 0;
  object-fit: contain;
  padding-bottom: 0%;
}

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

.div-block-162 {
  grid-column-gap: 13px;
  grid-row-gap: 13px;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.sec4-padding {
  padding-top: 50px;
  padding-bottom: 50px;
}

.text-2 {
  display: block;
}

.text-2._14-23px {
  letter-spacing: .09px;
  font-size: .875rem;
  line-height: 23.995px;
}

.text-2._14-23px.text-color-black {
  color: #2f2f34;
}

.text-2._14-23px.text-color-black.text-weight-medium {
  color: #fff;
}

.text-2._15-28px {
  letter-spacing: .09px;
  font-family: Montserrat, sans-serif;
  font-size: .9375rem;
  line-height: 28px;
}

.text-2._15-28px.text-color-black {
  color: #2f2f34;
}

.text-2._15-28px.text-color-black.text-weight-medium.remobe-footer-link {
  color: #fff;
  text-decoration: none;
}

.div-block-163 {
  max-width: 90%;
  grid-column-gap: 37px;
  grid-row-gap: 37px;
  flex-direction: column;
  align-items: center;
  display: flex;
}

.badge-group_text-wrapper {
  align-items: center;
  text-decoration: none;
  display: flex;
}

.uui-testimonial06_slide-nav-copy {
  height: 1.75rem;
  font-size: .5rem;
  display: none;
}

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

.bold-text-71 {
  font-family: Montserrat, sans-serif;
  font-weight: 800;
}

.div-block-164 {
  width: 100%;
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  background-color: #f1f1f1;
  flex-direction: column;
  padding: 20px 40px;
  display: flex;
}

.navbar-2 {
  justify-content: space-between;
  align-items: center;
  padding: .6875rem 1.125rem;
  display: flex;
}

.heading-6 {
  text-align: center;
  padding-left: 3%;
  padding-right: 3%;
  font-family: Montserrat, sans-serif;
  font-size: 1.0625rem;
  font-weight: 400;
  line-height: 22px;
}

.div-block-165 {
  grid-column-gap: 3px;
  grid-row-gap: 3px;
  align-items: center;
  display: flex;
}

.testimonial-logo2 {
  max-width: 5.1875rem;
}

.padding-10px {
  padding-top: 10px;
}

.uui-logo_logotype {
  width: 11.25rem;
  height: auto;
  flex: 0 auto;
}

.crew-paragraph {
  font-family: Montserrat, sans-serif;
  font-weight: 400;
  line-height: 22px;
}

.uui-section_heroheader05 {
  overflow: hidden;
}

.bold-text-15 {
  font-weight: 600;
}

.testimonial-slide {
  text-align: center;
  flex-direction: column;
  align-items: center;
  display: flex;
}

.image-8 {
  width: 100%;
  height: 100%;
  min-height: 0;
  object-fit: contain;
  padding-bottom: 0%;
}

.logo-wrapper {
  max-width: 7rem;
}

.button-2 {
  color: #fff;
  background-color: #000;
  margin-top: 1%;
  padding: 14px 22px;
  font-size: 1.2rem;
}

.bold-text-11 {
  font-family: Montserrat, sans-serif;
  font-weight: 900;
}

.sec6-padding {
  padding: 40px 20px 70px;
}

.heading-7 {
  font-family: Montserrat, sans-serif;
  font-weight: 900;
}

.image-115 {
  width: 21px;
}

.hero-padding-section {
  width: 100%;
  max-width: 100%;
  flex: 0 auto;
  padding: 3.75rem 1.25rem;
}

.div-block-166 {
  grid-column-gap: 9px;
  grid-row-gap: 9px;
  flex-direction: column;
  align-items: center;
  display: flex;
}

.uui-testimonial06_slide-copy {
  width: 33.3333%;
}

.uui-button-icon {
  width: 1.25rem;
  height: 1.25rem;
  min-height: 1.25rem;
  min-width: 1.25rem;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.logos {
  width: 30px;
}

.sec5-padding {
  padding: 14px 20px;
}

.uui-logo-loop_component {
  overflow: hidden;
}

.bold-text-18 {
  font-family: Montserrat, sans-serif;
  font-weight: 800;
}

.div-block-167 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  justify-items: center;
  display: flex;
}

.uui-logo_component {
  width: auto;
  height: auto;
  flex-wrap: nowrap;
  display: flex;
}

.text-block-12 {
  color: #fff;
  text-decoration: underline;
}

.uui-footer07_logo-link {
  margin-bottom: 0;
  padding-left: 0;
}

.div-block-2-copy {
  grid-column-gap: 13px;
  grid-row-gap: 13px;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.testimonial-content {
  max-width: 34.375rem;
  text-align: center;
  flex-direction: column;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.remobe-footer-link {
  text-decoration: none;
}

.bold-text-17 {
  font-weight: 600;
}

.uui-testimonial06_component-copy {
  height: auto;
  background-color: rgba(0, 0, 0, 0);
  flex-direction: row;
  justify-content: center;
  align-items: center;
}

.bold-text-12 {
  font-family: Montserrat, sans-serif;
  font-weight: 900;
}

.uui-testimonial06_content {
  max-width: 34.375rem;
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  text-align: center;
  flex-direction: column;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.uui-testimonial06_slide-nav {
  height: 1.75rem;
  font-size: .5rem;
}

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

.text-3 {
  color: #fff;
  font-family: Lato, sans-serif;
}

.text-3.color-black {
  color: #000;
}

.image-3-mobile2-copy-copy {
  display: none;
}

.main-button-2 {
  text-transform: uppercase;
  background-color: #000;
  border-radius: 2px;
  padding: 10px 22px;
  font-family: Montserrat, sans-serif;
  font-size: 1.1875rem;
  font-weight: 700;
  line-height: 19px;
  transition: all .3s;
}

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

.div-block-168 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 2.75fr .25fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: center;
  justify-items: end;
  display: grid;
}

.image-4-copy {
  width: 23px;
}

.uui-testimonial06_component {
  height: auto;
  grid-column-gap: 35px;
  grid-row-gap: 35px;
  background-color: rgba(0, 0, 0, 0);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-bottom: 1rem;
  display: flex;
}

.image-9, .image-116 {
  width: 100%;
  height: 100%;
  min-height: 0;
  object-fit: contain;
  padding-bottom: 0%;
}

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

.sec3-padding {
  padding: 40px 20px 70px;
}

.uui-logo-loop_inner {
  display: none;
}

.highlighted-text {
  color: #fff;
  font-family: Lato, sans-serif;
}

.hero-sectionn {
  min-height: 467px;
  align-items: center;
  display: flex;
}

.hero-sectionn.bg-image.text-color-white {
  background-image: url('../images/Untitled-design---2023-07-20T141223.442.jpg');
  background-position: 50%;
  background-size: cover;
  justify-content: center;
}

.section.background-color-black, .section.background-color-black.hide-mobile-landscape {
  background-color: #000;
}

.bold-text-72 {
  font-family: Montserrat, sans-serif;
  font-weight: 800;
}

.testimonial-heading {
  font-size: 1.5625rem;
}

.container-26.max-830px {
  justify-content: center;
  display: flex;
}

.div-block-13 {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  align-items: center;
  display: flex;
}

.bold-text-73 {
  font-family: Montserrat, sans-serif;
}

.image-117 {
  width: 100%;
  height: 100%;
  min-height: 0;
  object-fit: contain;
  padding-bottom: 0%;
}

.hero-content {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: .75fr .5fr;
  grid-auto-columns: 1fr;
  justify-items: start;
  display: grid;
}

.uui-heading-tiny {
  margin-top: 0;
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-size: 1.125rem;
  font-weight: 700;
}

.bold-text-16 {
  font-weight: 600;
}

.uui-testimonial06_arrow {
  width: 3.5rem;
  height: 3.5rem;
  color: #667085;
  background-color: #fff;
  border: 1px solid #eaecf0;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  transition: all .2s;
  display: flex;
}

.uui-testimonial06_arrow:hover {
  background-color: #f9fafb;
}

.bold-text-74 {
  font-family: Montserrat, sans-serif;
  font-weight: 900;
}

.text-block-14 {
  font-family: Montserrat, sans-serif;
  font-size: 1.02rem;
  font-weight: 400;
  line-height: 24px;
}

.div-block-169 {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  align-items: center;
  margin-top: 0;
  display: flex;
}

.div-block-170 {
  grid-column-gap: 20px;
  grid-row-gap: 28px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 15px;
  margin-bottom: 15px;
  font-family: Montserrat, sans-serif;
  font-weight: 600;
  display: grid;
}

.bold-text-75 {
  font-family: Montserrat, sans-serif;
  font-weight: 900;
}

.heading-8 {
  font-family: Montserrat, sans-serif;
  font-size: 1.5625rem;
  font-weight: 800;
}

.text-block-15 {
  font-family: Montserrat, sans-serif;
  font-weight: 500;
}

.div-block-171 {
  grid-template-rows: auto;
  grid-template-columns: minmax(auto, 376px) 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.div-block-172 {
  display: flex;
}

.image-118 {
  display: none;
}

.bold-text-76 {
  font-weight: 600;
}

.div-block-173 {
  font-variation-settings: "wght"700;
  background-color: #faa21b;
  border-radius: 4px;
  padding: 5px 10px;
  text-decoration: none;
}

.image-119 {
  width: 25rem;
}

.text-block-16 {
  font-size: 1.125rem;
}

.bold-text-77, .bold-text-78 {
  font-weight: 400;
}

.text-block-17 {
  color: #fff;
  text-decoration: underline;
}

.bold-text-79 {
  color: #ffa41d;
  -webkit-text-stroke-color: #faa21b;
}

.div-block-174 {
  width: 100%;
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  justify-items: center;
  display: none;
}

.heading-9 {
  font-family: Montserrat, sans-serif;
  font-size: 1.75rem;
  font-weight: 900;
  line-height: 28px;
}

.image-120 {
  width: 100%;
  height: 100%;
  min-height: 0;
  object-fit: contain;
  padding-bottom: 0%;
}

.div-block-175 {
  grid-column-gap: 13px;
  grid-row-gap: 13px;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.text-4 {
  display: block;
}

.text-4._14-23px {
  letter-spacing: .09px;
  font-size: .875rem;
  line-height: 23.995px;
}

.text-4._14-23px.text-color-black {
  color: #2f2f34;
}

.text-4._14-23px.text-color-black.text-weight-medium {
  color: #fff;
}

.text-4._15-28px {
  letter-spacing: .09px;
  font-family: Montserrat, sans-serif;
  font-size: .9375rem;
  line-height: 28px;
}

.text-4._15-28px.text-color-black {
  color: #2f2f34;
}

.text-4._15-28px.text-color-black.text-weight-medium.remobe-footer-link {
  color: #fff;
  text-decoration: none;
}

.div-block-176 {
  max-width: 90%;
  grid-column-gap: 37px;
  grid-row-gap: 37px;
  flex-direction: column;
  display: flex;
}

.bold-text-80 {
  font-family: Montserrat, sans-serif;
  font-weight: 800;
}

.div-block-177 {
  width: 100%;
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  background-color: #f1f1f1;
  flex-direction: column;
  padding: 20px 40px;
  display: flex;
}

.navbar-3 {
  justify-content: space-between;
  align-items: center;
  padding: .6875rem 1.125rem;
  display: flex;
}

.heading-10 {
  text-align: center;
  padding-left: 3%;
  padding-right: 3%;
  font-family: Montserrat, sans-serif;
  font-size: 1.0625rem;
  font-weight: 400;
  line-height: 22px;
}

.div-block-178 {
  grid-column-gap: 3px;
  grid-row-gap: 3px;
  align-items: center;
  display: flex;
}

.bold-text-81 {
  font-weight: 600;
}

.image-121 {
  width: 100%;
  height: 100%;
  min-height: 0;
  object-fit: contain;
  padding-bottom: 0%;
}

.bold-text-82, .heading-11 {
  font-family: Montserrat, sans-serif;
  font-weight: 900;
}

.image-122 {
  width: 21px;
}

.hero-padding-section-2 {
  width: 100%;
  max-width: 100%;
  padding: 3.75rem 1.25rem;
}

.div-block-179 {
  grid-column-gap: 9px;
  grid-row-gap: 9px;
  flex-direction: column;
  align-items: center;
  display: flex;
}

.uui-logo-loop_component-2 {
  overflow: hidden;
}

.bold-text-83 {
  font-family: Montserrat, sans-serif;
  font-weight: 800;
}

.div-block-180 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  justify-items: center;
  display: flex;
}

.text-block-18 {
  color: #fff;
  text-decoration: underline;
}

.bold-text-84 {
  font-weight: 600;
}

.bold-text-85 {
  font-family: Montserrat, sans-serif;
  font-weight: 900;
}

.text-5 {
  color: #fff;
  font-family: Lato, sans-serif;
}

.text-5.color-black {
  color: #000;
}

.div-block-181 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 2.75fr .25fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: center;
  justify-items: end;
  display: grid;
}

.image-123, .image-124 {
  width: 100%;
  height: 100%;
  min-height: 0;
  object-fit: contain;
  padding-bottom: 0%;
}

.uui-logo-loop_inner-2 {
  display: none;
}

.section-20.background-color-black, .section-20.background-color-black.hide-mobile-landscape {
  background-color: #000;
}

.bold-text-86 {
  font-family: Montserrat, sans-serif;
  font-weight: 800;
}

.container-27.max-830px {
  justify-content: center;
  display: flex;
}

.div-block-182 {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  align-items: center;
  display: flex;
}

.bold-text-87 {
  font-family: Montserrat, sans-serif;
}

.image-125 {
  width: 100%;
  height: 100%;
  min-height: 0;
  object-fit: contain;
  padding-bottom: 0%;
}

.hero-content-2 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1.25fr 1fr;
  grid-auto-columns: 1fr;
  justify-items: start;
  display: grid;
}

.bold-text-88 {
  font-weight: 600;
}

.uui-logo-loop_inner-3 {
  display: flex;
}

.heading-12 {
  font-family: Montserrat, sans-serif;
  font-size: 1.5625rem;
  font-weight: 800;
}

.image-126 {
  max-width: 150%;
}

.heading-13-mobile {
  font-family: Montserrat, sans-serif;
  font-size: 1.5625rem;
  font-weight: 800;
  display: none;
}

.image-127 {
  max-width: 150%;
}

.image-128 {
  max-width: 18px;
}

@media screen and (min-width: 1280px) {
  .width-100-9, .width-100-12 {
    width: 100%;
  }

  .text-align-center-3-copy-copy {
    padding-top: 5px;
  }

  .text-size-regular-7.text-align-center {
    color: #000;
  }

  .aaaadaad-2 {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }

  .text-align-center-3-copy {
    padding-top: 5px;
  }

  ._3rem-section, ._3rem-headline-left-alignment, ._3rem-section-2 {
    font-size: 2rem;
  }

  .wide-hero-1000-666-copy {
    display: none;
  }

  .exepert.padding-large-copy {
    background-color: #fff;
  }

  .double-copy-section-container {
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
  }

  .text-size-medium-2-copy-2.brand-icon {
    margin-top: 30px;
    margin-bottom: 0;
  }

  .bold-text-24 {
    font-size: 14px;
  }

  .width-100-10 {
    width: 100%;
  }

  .main-banner_content-3 {
    margin-left: 25px;
  }

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

  .columns-11 {
    background-color: #fff;
  }

  .section-19 {
    z-index: 1200;
    background-color: #fff;
    position: relative;
  }

  .page-padding-5 {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }

  .div-block-169 {
    margin-top: -5px;
  }
}

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

  .aaaadaad-2 {
    background-color: #fff;
  }

  .text-size-medium-12 {
    margin-bottom: 25px;
  }

  .navbar-logo-left-container.shadow-three {
    max-width: 11400px;
    background-color: #fff;
  }

  .navbar-logo-left {
    background-color: #fff9ee;
  }

  .square-hero {
    display: none;
  }

  .text-block-7 {
    font-size: 20px;
  }

  .wide-hero-1000-666-copy {
    display: block;
  }

  .double-copy-section-container {
    background-color: #fff9ee;
  }

  .text-size-medium-2-copy-2.brand-icon {
    margin-top: 0;
  }

  .columns-9 {
    padding-top: 0;
  }

  .button-primary-3 {
    font-weight: 800;
  }

  .div-block-153 {
    background-color: #fff;
    padding-top: 100px;
  }

  .page-padding-5 {
    background-color: #fff9ee;
  }
}

@media screen and (min-width: 1920px) {
  .padding-vertical.padding-large {
    padding-right: 0;
  }

  .image-6 {
    padding-top: 5px;
    padding-bottom: 5px;
  }

  .alpha {
    padding-top: 0;
    padding-bottom: 0;
  }

  .brand-icon_grid-div-3 {
    width: 60%;
  }

  .width-100-9 {
    display: inline-block;
  }

  .div-block-10-copy {
    display: none;
  }

  .alpha-copy {
    padding-top: 0;
    padding-bottom: 0;
  }

  .text-size-medium-4.text-weight-semibold {
    color: #000;
  }

  .width-100-12 {
    display: inline-block;
  }

  .column-11 {
    flex-direction: row;
    justify-content: center;
    align-items: center;
    padding-right: 0;
    display: flex;
  }

  .as-featured-in-section {
    z-index: 5000;
    background-color: #fff;
    border: 0 solid #000;
    padding-top: 25px;
    padding-bottom: 25px;
    position: relative;
  }

  .main-banner_content-inner-3 {
    margin-top: 25px;
    margin-left: 25px;
    margin-right: 60px;
  }

  ._3rem-headline {
    line-height: 4rem;
  }

  .hero-section-desktop {
    background-color: #fff;
    margin-left: 0;
    margin-right: 0;
  }

  .hero-section-headline {
    font-size: 3rem;
    line-height: 48px;
  }

  .steps_highlight-2 {
    background-color: #005eb8;
  }

  .text-align-center-3-copy-copy {
    text-align: center;
    padding-top: 5px;
  }

  .aaaadaad-2 {
    background-color: #fff;
  }

  .container-25 {
    margin-top: 10px;
    padding-left: 0;
  }

  .text-align-center-3-copy {
    text-align: center;
    padding-top: 5px;
    font-size: 16px;
  }

  .padding-global-4 {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }

  .navbar-logo-left-container.shadow-three {
    max-width: 100000px;
    margin-left: 0;
    margin-right: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .square-hero {
    display: none;
  }

  .text-block-7 {
    font-size: 20px;
  }

  .wide-hero-1000-666-copy {
    max-height: 100%;
    max-width: 100%;
    object-fit: cover;
    margin-left: auto;
    margin-right: auto;
    display: block;
    position: static;
  }

  .offer-section {
    z-index: 5000;
    background-color: #fff;
    position: relative;
  }

  .exepert.padding-large-copy {
    background-color: #fff;
  }

  ._1212 {
    margin-top: 25px;
    font-size: 16px;
  }

  .double-copy-section-container {
    background-color: #e4f0fc;
  }

  .button-main-4 {
    padding-top: 16px;
    display: block;
  }

  .feedback_main {
    width: 75%;
    margin-left: auto;
    margin-right: auto;
  }

  .paragraph-1125 {
    padding-top: 5px;
  }

  .text-size-medium-2-copy-2.brand-icon {
    margin-top: 0;
  }

  .bold-text-24 {
    font-size: 14px;
  }

  .column-12 {
    margin-top: 0;
    margin-left: auto;
    margin-right: auto;
    padding-bottom: 0;
    padding-left: 0;
  }

  .text-size-regular-3.text-align-center {
    padding-bottom: 20px;
  }

  .timer-desktop {
    background-color: #f7f4e8;
  }

  .text-size-small-7.text-weight-bold {
    font-size: 1.125rem;
  }

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

  .how-it-works-container-2 {
    background-color: #e4f0fc;
  }

  .brand-icon_grid-div-4 {
    width: 60%;
  }

  .cta-section-text {
    margin-bottom: 15px;
  }

  .width-100-10 {
    display: inline-block;
  }

  .columns-9 {
    padding-top: 0;
    padding-bottom: 15px;
  }

  .main-banner_content-3 {
    margin-top: 0;
  }

  .text-size-medium-4-copy.text-weight-semibold {
    color: #000;
    margin-top: 0;
  }

  .main-banner_checkpoints-div-2 {
    font-size: 1.125rem;
  }

  .text-size-medium-11.text-weight-semibold {
    color: #000;
    margin-top: 25px;
  }

  .bold-text-29 {
    font-size: 20px;
  }

  .columns-11 {
    z-index: 5000;
  }

  .page-padding-5 {
    background-color: #e4f0fc;
  }

  .icons3-2 {
    width: 110%;
    max-width: 110%;
  }

  .image-12, .image-114, .image-8, .image-9, .image-116 {
    object-fit: fill;
  }

  .hero-sectionn.bg-image.text-color-white {
    background-image: url('../images/Untitled-design---2023-07-20T141223.442.jpg');
  }

  .image-117, .image-120, .image-121, .image-123, .image-124, .image-125 {
    object-fit: fill;
  }
}

@media screen and (max-width: 991px) {
  .padding-xlarge {
    padding: 3rem;
  }

  .margin-xlarge {
    margin: 3rem;
  }

  .padding-xhuge {
    padding: 6rem;
  }

  .padding-xxhuge {
    padding: 8rem;
  }

  .padding-huge {
    padding: 5rem;
  }

  .margin-large {
    margin: 2.5rem;
  }

  .padding-xxlarge {
    padding: 4rem;
  }

  .padding-large {
    padding: 2.5rem;
  }

  .margin-huge {
    margin: 5rem;
  }

  .padding-medium {
    padding: 1.5rem;
  }

  .margin-xxlarge {
    margin: 4rem;
  }

  .margin-xhuge {
    margin: 6rem;
  }

  .margin-medium {
    margin: 1.5rem;
  }

  .margin-xxhuge {
    margin: 8rem;
  }

  .margin-horizontal {
    margin-top: 0;
    margin-bottom: 0;
  }

  .padding-top {
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .margin-vertical {
    margin-left: 0;
    margin-right: 0;
  }

  .margin-bottom {
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .padding-left {
    padding-top: 0;
    padding-bottom: 0;
    padding-right: 0;
  }

  .padding-vertical {
    padding-left: 0;
    padding-right: 0;
  }

  .padding-horizontal {
    padding-top: 0;
    padding-bottom: 0;
  }

  .margin-right {
    margin-top: 0;
    margin-bottom: 0;
    margin-left: 0;
  }

  .margin-top {
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .margin-left {
    margin-top: 0;
    margin-bottom: 0;
    margin-right: 0;
  }

  .padding-right {
    padding-top: 0;
    padding-bottom: 0;
    padding-left: 0;
  }

  .padding-bottom {
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .hide-tablet {
    display: none;
  }

  .fs-styleguide_2-col {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    grid-template-columns: 1fr;
  }

  .max-width-full-tablet {
    width: 100%;
    max-width: none;
  }

  .fs-styleguide_1-col {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
  }

  .fs-styleguide_heading-medium {
    font-size: 3rem;
  }

  .fs-styleguide_4-col {
    grid-template-columns: 1fr;
  }

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

  .fs-styleguide_3-col {
    grid-template-columns: 1fr;
  }

  .fs-styleguide_section {
    grid-column-gap: 2.5rem;
    grid-template-columns: 1fr;
  }

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

  .main-grid {
    grid-template-columns: 4.6fr 1fr;
    margin-left: auto;
    margin-right: auto;
  }

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

  .alpha {
    padding: 1rem;
  }

  .padding-section {
    padding: 2.5rem;
  }

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

  .bold-text-3 {
    font-size: 1.15rem;
  }

  .width-100-9 {
    object-fit: contain;
  }

  .bold-text-4 {
    font-size: 1.15rem;
  }

  .alpha-copy {
    padding: 1rem;
  }

  .paragraph-1122 {
    font-size: 14px;
  }

  .text-size-medium-4 {
    text-align: center;
    padding-bottom: 13px;
    font-size: 1rem;
  }

  .text-size-medium-4.text-weight-semibold {
    font-size: 12px;
  }

  .card-side-image {
    width: 75%;
  }

  .main-banner_paragraph, .main-banner_paragraph.desktop {
    display: none;
  }

  .hero-section-desktop {
    display: block;
  }

  .hero-section-headline {
    text-align: center;
    margin-bottom: -20px;
    font-size: 2rem;
    line-height: 40px;
  }

  .paragraph-1120 {
    font-size: 14px;
  }

  .card-side-content {
    width: 100%;
    text-align: center;
    margin-top: 25px;
  }

  .nav-menu-wrapper {
    background-color: rgba(0, 0, 0, 0);
  }

  .nav-menu-two {
    background-color: #fff;
    border-radius: 50px;
    flex-wrap: wrap;
    justify-content: space-around;
    align-items: center;
    margin-top: 10px;
    padding: 20px;
    display: flex;
    box-shadow: 0 8px 50px rgba(0, 0, 0, .05);
  }

  .margin-vertical-copy {
    margin-left: 0;
    margin-right: 0;
  }

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

  .wrapper-image {
    width: 20rem;
    height: 20rem;
  }

  .container-25 {
    padding-left: 0;
  }

  .image-105 {
    width: 100%;
  }

  .column-20 {
    justify-content: center;
    align-items: center;
    font-size: 12px;
  }

  .square-hero {
    display: none;
  }

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

  .container-22 {
    max-width: 728px;
  }

  .wide-hero-1000-666-copy {
    display: block;
  }

  .exepert {
    padding-left: 0;
    padding-right: 0;
  }

  .image-103 {
    width: 100%;
  }

  .navbar-wrapper-2 {
    justify-content: flex-start;
    align-items: center;
    margin-right: 0;
    padding-right: 0;
    overflow: visible;
  }

  .how-to-use-component {
    min-height: auto;
    grid-column-gap: 3.0625rem;
    grid-row-gap: 3.0625rem;
    grid-template-columns: 1fr;
    grid-auto-flow: row;
  }

  .double-copy-section-container {
    padding-top: 50px;
  }

  .button-main-4 {
    display: block;
  }

  .steps_grid-2 {
    grid-column-gap: 25px;
    grid-template-columns: 1fr 1fr 1fr;
  }

  .feedback_main {
    flex-direction: column-reverse;
  }

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

  .column-12 {
    margin-top: 0;
    padding-bottom: 0;
    padding-left: 40px;
    padding-right: 20px;
  }

  .timer-desktop {
    padding-left: 0;
    padding-right: 0;
  }

  .feedback_content {
    width: 100%;
    margin-top: 25px;
  }

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

  .fa {
    padding-left: 0;
    padding-right: 0;
  }

  .card-side-split {
    flex-direction: column-reverse;
  }

  .margin-vertical-2 {
    margin-left: 0;
    margin-right: 0;
  }

  .image-104, .image-19-copy-2 {
    width: 100%;
  }

  .feedback_images {
    width: 100%;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr 1fr;
  }

  .main-banner_content-3 {
    width: 100%;
    margin-left: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .text-size-medium-4-copy {
    font-size: 1rem;
  }

  .text-size-medium-4-copy.text-weight-semibold {
    text-align: center;
    padding-bottom: 0;
  }

  .image-102 {
    width: 100%;
  }

  .menu-button-4 {
    padding: 12px;
  }

  .menu-button-4.w--open {
    color: #fff;
    background-color: #a6b1bf;
  }

  .page-padding-5 {
    padding-top: 50px;
  }

  .image-12 {
    width: 100%;
    height: 99.9999%;
    min-height: auto;
    object-fit: fill;
  }

  .div-block-154, .div-block-155, .div-block-156 {
    justify-content: space-between;
  }

  .div-block-158 {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
  }

  .heading-4 {
    font-size: 1rem;
  }

  .image-3-mobile {
    height: 100%;
    object-fit: contain;
    display: none;
  }

  .image-3-tab2 {
    height: 100%;
    object-fit: contain;
  }

  .image-113, .image-3-mobile2 {
    height: 100%;
    object-fit: contain;
    display: none;
  }

  .image-114 {
    width: 100%;
    height: 99.9999%;
    min-height: auto;
    object-fit: fill;
  }

  .uui-heroheader05_component {
    min-height: auto;
    grid-column-gap: 1.25rem;
    grid-row-gap: 1.25rem;
  }

  .image-8 {
    width: 100%;
    height: 99.9999%;
    min-height: auto;
    object-fit: contain;
  }

  .div-block-166 {
    justify-content: space-between;
  }

  .image-3-mobile2-copy-copy {
    height: 100%;
    object-fit: contain;
    display: none;
  }

  .image-9 {
    width: 100%;
    height: 99.9999%;
    min-height: auto;
    object-fit: contain;
  }

  .image-116 {
    width: 100%;
    height: 99.9999%;
    min-height: auto;
    object-fit: fill;
  }

  .hero-sectionn.bg-image.text-color-white {
    background-image: url('../images/Untitled-design---2023-07-20T141223.442.jpg');
  }

  .image-117 {
    width: 100%;
    height: 99.9999%;
    min-height: auto;
    object-fit: contain;
  }

  .hero-content {
    grid-template-columns: 1.75fr 1fr;
  }

  .div-block-170 {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
  }

  .heading-8 {
    font-size: 1rem;
  }

  .image-118 {
    height: 100%;
    object-fit: contain;
    display: none;
  }

  .image-120 {
    width: 100%;
    height: 99.9999%;
    min-height: auto;
    object-fit: fill;
  }

  .image-121 {
    width: 100%;
    height: 99.9999%;
    min-height: auto;
    object-fit: contain;
  }

  .div-block-179 {
    justify-content: space-between;
  }

  .image-123 {
    width: 100%;
    height: 99.9999%;
    min-height: auto;
    object-fit: contain;
  }

  .image-124 {
    width: 100%;
    height: 99.9999%;
    min-height: auto;
    object-fit: fill;
  }

  .image-125 {
    width: 100%;
    height: 99.9999%;
    min-height: auto;
    object-fit: contain;
  }

  .hero-content-2 {
    grid-template-columns: 1.75fr 1fr;
  }

  .heading-12, .heading-13-mobile {
    font-size: 1rem;
  }
}

@media screen and (max-width: 767px) {
  h1 {
    font-size: 2.5rem;
  }

  h2 {
    font-size: 2rem;
  }

  h3 {
    font-size: 1.5rem;
  }

  h4 {
    font-size: 1rem;
  }

  .padding-xlarge {
    padding: 2rem;
  }

  .margin-xlarge {
    margin: 2rem;
  }

  .padding-xhuge {
    padding: 4rem;
  }

  .padding-xxhuge {
    padding: 4.5rem;
  }

  .padding-huge {
    padding: 3.5rem;
  }

  .margin-large {
    margin: 1.5rem;
  }

  .padding-xxlarge {
    padding: 3rem;
  }

  .padding-large {
    padding: 1.5rem;
  }

  .margin-huge {
    margin: 3.5rem;
  }

  .padding-medium {
    padding: 1.25rem;
  }

  .margin-xxlarge {
    margin: 3rem;
  }

  .margin-xhuge {
    margin: 4rem;
  }

  .margin-medium {
    margin: 1.25rem;
  }

  .margin-xxhuge {
    margin: 4.5rem;
  }

  .margin-horizontal {
    margin-top: 0;
    margin-bottom: 0;
  }

  .padding-top {
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .margin-vertical {
    margin-left: 0;
    margin-right: 0;
  }

  .margin-bottom {
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .padding-left {
    padding-top: 0;
    padding-bottom: 0;
    padding-right: 0;
  }

  .padding-vertical {
    padding-left: 0;
    padding-right: 0;
  }

  .padding-horizontal {
    padding-top: 0;
    padding-bottom: 0;
  }

  .margin-right {
    margin-top: 0;
    margin-bottom: 0;
    margin-left: 0;
  }

  .margin-top {
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .margin-left {
    margin-top: 0;
    margin-bottom: 0;
    margin-right: 0;
  }

  .padding-right {
    padding-top: 0;
    padding-bottom: 0;
    padding-left: 0;
  }

  .padding-bottom {
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .hide-mobile-landscape {
    display: none;
  }

  .fs-styleguide_heading-large {
    font-size: 3rem;
  }

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

  .heading-style-h1 {
    font-size: 2.5rem;
  }

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

  .padding-section-small {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }

  .fs-styleguide_section-header {
    font-size: .875rem;
  }

  .fs-styleguide_heading-medium {
    font-size: 2rem;
  }

  .max-width-full-mobile-landscape {
    width: 100%;
    max-width: none;
  }

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

  .text-style-nowrap {
    white-space: normal;
  }

  .heading-style-h6 {
    font-size: .75rem;
  }

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

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

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

  .fs-styleguide_version, .heading-style-h5 {
    font-size: .875rem;
  }

  .main-wrapper {
    overflow: hidden;
  }

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

  .home-message_component {
    padding: 0;
  }

  .home-message_content {
    border-radius: 0;
  }

  .image {
    width: 11.25rem;
    min-width: auto;
  }

  .main-grid {
    grid-template-columns: 2.6fr;
  }

  .div-block-3 {
    flex-direction: column;
    align-items: stretch;
    display: flex;
  }

  .onnit-section {
    width: 100%;
    text-align: center;
    flex-direction: column;
    margin-top: 2.5rem;
  }

  .image-3 {
    margin-left: 0;
  }

  .onint-pro-content {
    width: 100%;
  }

  .flex.mobile-center {
    justify-content: center;
  }

  .div-block-copy {
    width: 100%;
  }

  .div-block-6.hide-desktop {
    display: flex;
  }

  .review {
    flex-direction: column;
    align-items: flex-end;
  }

  .div-block-7 {
    width: 25%;
  }

  .div-block-8 {
    width: 100%;
  }

  .rating {
    width: 89%;
  }

  .div-block-10 {
    align-items: stretch;
  }

  .div-block-11 {
    width: 100%;
  }

  .hide-desktop {
    display: block;
  }

  .alpha {
    text-align: center;
    flex-direction: column;
    align-items: center;
    transform: scale3d(1.1, 1, 1);
  }

  .image-7 {
    width: 70%;
    margin-left: auto;
    margin-right: auto;
  }

  .div-block-12 {
    color: #c2c2c2;
    text-align: center;
    background-color: #000;
    padding: 1.25rem;
    position: fixed;
    top: auto;
    bottom: 0%;
    left: 0%;
    right: 0%;
  }

  .div-block-12.not-fixed {
    position: static;
  }

  .bold-text {
    color: #ffae00;
  }

  .padding-section {
    padding: 1.5rem 1rem;
  }

  .brand-icon_grid-div-3 {
    grid-column-gap: 25px;
    grid-row-gap: 25px;
    grid-template-columns: 1fr 1fr;
  }

  .icons-2 {
    width: auto;
  }

  .div-block-10-copy, .div-block-10-copy-copy {
    align-items: stretch;
  }

  .alpha-copy {
    text-align: center;
    flex-direction: column;
    align-items: center;
    margin-left: 5%;
    margin-right: 5%;
    transform: scale3d(1.1, 1, 1);
  }

  .dicount-flex {
    grid-row-gap: 25px;
    flex-direction: column;
    align-items: center;
  }

  .column-11 {
    padding-bottom: 0;
  }

  ._3rem-headline {
    line-height: 3rem;
  }

  .hero-section-headline {
    font-size: 2rem;
  }

  .different-split {
    flex-direction: column;
  }

  .dicount-img {
    width: 65%;
  }

  .nav-menu-two {
    border-radius: 20px;
    flex-direction: column;
    padding-bottom: 30px;
  }

  .large-heading {
    font-size: 2rem;
  }

  .heading-medium-4 {
    font-size: 1.5rem;
  }

  .margin-vertical-copy {
    margin-left: 0;
    margin-right: 0;
  }

  .aaaadaad-2 {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .wrapper-image, .differetnt_contact {
    width: 100%;
  }

  .full-width-grid {
    grid-template-columns: 1fr;
  }

  ._3rem-section, ._3rem-headline-left-alignment {
    font-size: 1.5rem;
  }

  .padding-global-4 {
    padding-top: 0;
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  ._3rem-section-2 {
    font-size: 1.5rem;
  }

  .navbar-logo-left-container {
    max-width: 100%;
  }

  .square-hero {
    display: none;
  }

  .wide-hero-1000-666-copy {
    max-width: 100%;
    display: block;
  }

  .check-wrapper.to_right {
    flex-direction: row-reverse;
  }

  .exepert {
    padding-left: 0;
    padding-right: 0;
  }

  .coffee-home-div {
    width: 100%;
    max-width: none;
  }

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

  .coffee-at-home-grid {
    justify-content: flex-start;
  }

  .double-copy-section-container, .offer {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .heading-wrapper-6 {
    text-align: left;
  }

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

  .fa {
    padding-left: 0;
    padding-right: 0;
  }

  .different-image {
    width: 75%;
  }

  .margin-vertical-2 {
    margin-left: 0;
    margin-right: 0;
  }

  .discount-content {
    width: 100%;
  }

  .how-it-works-container-2 {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .brand-icon_grid-div-4 {
    grid-column-gap: 25px;
    grid-row-gap: 25px;
    grid-template-columns: 1fr 1fr;
  }

  .mobile-margin-top-10 {
    margin-top: 10px;
  }

  .navbar-brand {
    padding-left: 0;
  }

  .footer-image {
    max-width: 100px;
  }

  .bar-heading.inverse {
    flex-direction: row-reverse;
  }

  .columns-9 {
    display: flex;
  }

  .page-padding-5 {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .image-12 {
    height: 100%;
    min-height: 0;
    object-fit: contain;
  }

  .div-block-154, .div-block-155, .div-block-156 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
  }

  .text-block-8 {
    font-size: .875rem;
  }

  .hero-heading {
    text-align: center;
    font-size: 1.25rem;
  }

  .uui-footer07_link:hover {
    color: #667085;
  }

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

  .heading-4 {
    font-size: .875rem;
  }

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

  .heading-3 {
    font-size: 2.5rem;
    line-height: 40px;
  }

  .image-113 {
    display: none;
  }

  .div-block-160 {
    padding: 4px 8px;
  }

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

  .image-3-mobile2 {
    display: none;
  }

  .text-block-10 {
    font-size: .8rem;
  }

  .uui-footer07_link-list {
    grid-row-gap: 0rem;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    justify-items: center;
  }

  .uui-heroheader05_image-wrapper {
    justify-content: flex-start;
  }

  .sec2-padding {
    padding-top: 26px;
    padding-bottom: 26px;
  }

  .heading-5 {
    font-size: 1.375rem;
  }

  .uui-testimonial06_client {
    width: 100%;
    text-align: center;
    flex-direction: column;
    align-items: center;
  }

  .image-114 {
    height: 100%;
    min-height: 0;
    object-fit: contain;
  }

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

  .div-block-162 {
    align-items: center;
  }

  .sec4-padding {
    padding-bottom: 28px;
  }

  .text-2._14-23px.text-color-black.text-weight-medium, .text-2._15-28px.text-color-black.text-weight-medium.remobe-footer-link {
    font-size: .8rem;
  }

  .div-block-163 {
    max-width: 360px;
    margin-left: auto;
    margin-right: auto;
  }

  .uui-testimonial06_slide-nav-copy {
    grid-column-gap: 0rem;
    grid-row-gap: 0rem;
    justify-content: center;
    display: block;
  }

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

  .main-wrapper-3 {
    overflow: hidden;
  }

  .div-block-164 {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    flex-direction: column;
    padding: .625rem 15px 1.25rem;
    display: flex;
  }

  .uui-logo_logotype {
    width: 9.1rem;
  }

  .crew-paragraph {
    font-size: .8125rem;
  }

  .image-8 {
    height: 100%;
    min-height: 0;
    object-fit: contain;
  }

  .logo-wrapper {
    height: 2.1875rem;
  }

  .image-115 {
    width: 14px;
  }

  .hero-padding-section {
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
  }

  .div-block-166 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
  }

  .uui-testimonial06_slide-copy {
    width: 100%;
    padding-left: 0;
    padding-right: 0;
  }

  .logos {
    width: 19px;
  }

  .uui-logo-loop_component {
    height: 3rem;
    align-items: center;
    padding-top: 14px;
    padding-bottom: 14px;
    display: flex;
    position: relative;
  }

  .page-wrapper-3 {
    overflow: hidden;
  }

  .uui-testimonial06_component-copy {
    padding-bottom: 2rem;
  }

  .uui-testimonial06_content {
    grid-column-gap: 1.25rem;
    grid-row-gap: 1.25rem;
  }

  .div-block-168 {
    grid-template-columns: 4fr .5fr;
  }

  .image-4-copy {
    width: 15px;
  }

  .uui-testimonial06_component {
    grid-column-gap: 25px;
    grid-row-gap: 25px;
    padding-bottom: 2rem;
  }

  .image-9, .image-116 {
    height: 100%;
    min-height: 0;
    object-fit: contain;
  }

  .banner-wrap {
    width: 100%;
  }

  .sec3-padding {
    padding: 26px 0 30px;
  }

  .uui-logo-loop_inner {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
  }

  .highlighted-text {
    line-height: 15px;
  }

  .hero-sectionn {
    min-height: 400px;
  }

  .hero-sectionn.bg-image.text-color-white {
    background-size: cover;
    align-items: flex-start;
  }

  .section {
    overflow: hidden;
  }

  .section.background-color-black {
    align-items: center;
  }

  .bold-text-72 {
    font-size: .625rem;
    line-height: 15px;
  }

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

  .div-block-13 {
    grid-column-gap: 5px;
    grid-row-gap: 5px;
  }

  .image-117 {
    height: 100%;
    min-height: 0;
    object-fit: contain;
  }

  .hero-content {
    grid-column-gap: 13px;
    grid-row-gap: 13px;
    grid-template-columns: 1fr;
    justify-items: center;
  }

  .uui-heading-tiny {
    font-size: .875rem;
  }

  .uui-testimonial06_arrow:hover {
    background-color: #fff;
  }

  .text-block-14, .heading-8 {
    font-size: .875rem;
  }

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

  .image-118 {
    display: none;
  }

  .div-block-173 {
    padding: 4px 8px;
  }

  .text-block-16 {
    font-size: .8rem;
  }

  .heading-9 {
    font-size: 1.375rem;
  }

  .image-120 {
    height: 100%;
    min-height: 0;
    object-fit: contain;
  }

  .div-block-175 {
    align-items: center;
  }

  .text-4._14-23px.text-color-black.text-weight-medium, .text-4._15-28px.text-color-black.text-weight-medium.remobe-footer-link {
    font-size: .8rem;
  }

  .div-block-176 {
    max-width: 360px;
    margin-left: auto;
    margin-right: auto;
  }

  .div-block-177 {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    flex-direction: column;
    padding: .625rem 15px 1.25rem;
    display: flex;
  }

  .image-121 {
    height: 100%;
    min-height: 0;
    object-fit: contain;
  }

  .image-122 {
    width: 14px;
  }

  .hero-padding-section-2 {
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
  }

  .div-block-179 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
  }

  .uui-logo-loop_component-2 {
    height: 3rem;
    align-items: center;
    padding-top: 14px;
    padding-bottom: 14px;
    display: flex;
    position: relative;
  }

  .div-block-181 {
    grid-template-columns: 4fr .5fr;
  }

  .image-123, .image-124 {
    height: 100%;
    min-height: 0;
    object-fit: contain;
  }

  .uui-logo-loop_inner-2 {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
  }

  .section-20 {
    overflow: hidden;
  }

  .section-20.background-color-black {
    align-items: center;
  }

  .bold-text-86 {
    font-size: .625rem;
    line-height: 15px;
  }

  .div-block-182 {
    grid-column-gap: 5px;
    grid-row-gap: 5px;
  }

  .image-125 {
    height: 100%;
    min-height: 0;
    object-fit: contain;
  }

  .hero-content-2 {
    grid-column-gap: 13px;
    grid-row-gap: 13px;
    grid-template-columns: 1fr;
    justify-items: center;
  }

  .uui-logo-loop_inner-3 {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
  }

  .heading-12, .heading-13-mobile {
    font-size: .875rem;
  }
}

@media screen and (max-width: 479px) {
  .padding-small {
    padding-left: 0;
    padding-right: 0;
  }

  .margin-horizontal {
    margin-top: 0;
    margin-bottom: 0;
  }

  .padding-top {
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .margin-vertical {
    margin-left: 0;
    margin-right: 0;
  }

  .margin-bottom {
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .padding-left {
    padding-top: 0;
    padding-bottom: 0;
    padding-right: 0;
  }

  .padding-vertical {
    padding-left: 0;
    padding-right: 0;
  }

  .padding-vertical.padding-large {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
  }

  .padding-vertical.padding-huge {
    padding-top: 0;
  }

  .padding-vertical.padding-large-copy {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
  }

  .padding-vertical._456465645645645 {
    padding-top: 0;
    padding-bottom: 1rem;
  }

  .padding-vertical.padding-large {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
  }

  .padding-horizontal {
    padding-top: 0;
    padding-bottom: 0;
  }

  .margin-right {
    margin-top: 0;
    margin-bottom: 0;
    margin-left: 0;
  }

  .margin-top {
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .margin-left {
    margin-top: 0;
    margin-bottom: 0;
    margin-right: 0;
  }

  .padding-right {
    padding-top: 0;
    padding-bottom: 0;
    padding-left: 0;
  }

  .padding-bottom {
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .max-width-full-mobile-portrait {
    width: 100%;
    max-width: none;
  }

  .hide-mobile-portrait {
    display: none;
  }

  .justify-align-space-btw.max-width-full {
    text-align: center;
    justify-content: center;
    align-items: center;
  }

  .image {
    max-width: 65%;
    text-align: center;
  }

  .heading, .heading._32px.text-align-center {
    font-size: 1.75rem;
  }

  .heading._32px.text-color-white {
    font-size: 1.5rem;
  }

  .paragraph {
    font-size: 1.125rem;
    line-height: 27px;
  }

  .paragraph._18px {
    color: #000;
  }

  .paragraph._20px.text-color-gainsboro {
    font-size: 1.15rem;
  }

  .social {
    display: none;
  }

  .image-3 {
    max-width: 100%;
  }

  .flex.ing {
    grid-template-columns: 1fr 1fr;
  }

  .div-block-6.hide-desktop {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .footer-img {
    max-width: 10rem;
    text-align: left;
  }

  .div-block-10 {
    margin-bottom: 15px;
  }

  .image-6 {
    display: none;
  }

  .alpha {
    margin-left: 3%;
    margin-right: 3%;
  }

  .div-block-12.hide-desktop {
    display: none;
  }

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

  .width-100-9 {
    text-align: center;
    padding-top: 0;
    display: block;
  }

  .div-block-10-copy, .div-block-10-copy-copy {
    margin-bottom: 15px;
  }

  .alpha-copy {
    margin-left: 3%;
    margin-right: 3%;
  }

  .bold-text-5 {
    color: #000;
  }

  .paragraph-1122 {
    font-size: 1.125rem;
  }

  .text-size-medium-4 {
    color: #000;
    text-align: left;
    margin: -15px auto 25px;
    padding-bottom: 0;
    font-size: 16px;
    font-weight: 300;
    line-height: 24px;
  }

  .text-size-medium-4.text-weight-semibold {
    color: #000;
    background-color: #fff;
    margin-top: 0;
    margin-bottom: 0;
    font-size: 10px;
    font-weight: 500;
  }

  .width-100-12 {
    text-align: center;
    padding-top: 0;
    display: block;
  }

  .bold-text-63 {
    line-height: 27px;
  }

  .review-text-1 {
    text-align: left;
    margin-top: -5px;
    font-size: 1.15rem;
    font-weight: 300;
    line-height: 27px;
  }

  .as-featured-in-section {
    z-index: 5000;
    font-family: Montserrat, sans-serif;
    position: relative;
  }

  .text-size-regular-6 {
    color: #000;
    font-size: 1rem;
  }

  .text-size-regular-6.text-align-center {
    font-size: 1.15rem;
    line-height: 27px;
  }

  .main-banner_content-inner-3 {
    width: 100%;
    max-width: 400px;
    margin-left: auto;
    margin-right: auto;
  }

  .main-banner_paragraph.desktop {
    display: block;
  }

  ._3rem-headline {
    margin-bottom: 1rem;
    font-size: 2rem;
    line-height: 2.4rem;
  }

  .hero-section-desktop {
    z-index: 5000;
    font-family: Montserrat, sans-serif;
    position: relative;
  }

  .text-weight-medium-2 {
    font-weight: 400;
    line-height: 24px;
  }

  .text-weight-medium-2.text-size-medium.text-align-center {
    font-size: 1.15rem;
    font-weight: 400;
    line-height: 27px;
  }

  .hero-section-headline {
    text-align: left;
    background-color: #fff;
    margin-top: 0;
    margin-bottom: 0;
    font-family: Montserrat, sans-serif;
    font-size: 23px;
    font-weight: 900;
    line-height: 30px;
  }

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

  .section-footer {
    font-family: Montserrat, sans-serif;
  }

  .steps_div-2 {
    min-height: 100%;
  }

  .text-align-center-3-copy-copy {
    width: 100%;
    text-align: center;
    padding-top: 5px;
    font-size: .75rem;
  }

  .nav-menu-two {
    flex-direction: column;
  }

  .large-heading.text-center {
    font-size: 32px;
    line-height: 38px;
  }

  .text-size-regular-7 {
    background-color: #fff;
    font-size: 1.15rem;
    line-height: 27px;
  }

  .text-size-regular-7.text-align-center {
    background-color: rgba(0, 0, 0, 0);
    font-size: 1.15rem;
    font-weight: 400;
    line-height: 27px;
  }

  .paragraph-1116 {
    font-size: 1.15rem;
    line-height: 27px;
  }

  .heading-medium-4.text-align-center {
    font-size: 1.6rem;
  }

  .margin-vertical-copy {
    margin-left: 0;
    margin-right: 0;
  }

  .margin-vertical-copy.margin-small-copy {
    float: none;
    clear: none;
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    object-fit: contain;
    background-color: #fff;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    margin-top: .5rem;
    display: block;
    position: relative;
  }

  .bold-text-44 {
    font-size: 1.125rem;
    line-height: 27px;
  }

  .aaaadaad-2 {
    z-index: 5000;
    background-color: #fff;
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
    display: block;
  }

  .wrapper-image {
    height: 40%;
    position: static;
  }

  .container-25 {
    margin-top: -25px;
    padding-left: 0;
  }

  .container-large-2 {
    max-width: 100%;
  }

  .bold-text-64 {
    line-height: 27px;
  }

  .text-weight-semibold-3 {
    text-align: center;
  }

  .text-size-medium-12 {
    color: #000;
    margin-top: 10px;
    font-size: 18px;
    line-height: 27px;
  }

  .differetnt_contact, .column-15 {
    text-align: center;
    display: block;
  }

  .timer-mobile {
    background-color: #f7f4e8;
    margin-top: -10px;
    padding-top: 10px;
    padding-bottom: 10px;
    display: none;
  }

  .text-align-center-3-copy {
    width: 100%;
    text-align: center;
    padding-top: 5px;
    font-size: .75rem;
  }

  ._3rem-section {
    font-size: 2rem;
  }

  ._3rem-headline-left-alignment {
    text-align: center;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .bold-text-38 {
    color: #000;
    font-weight: 800;
  }

  .padding-global-4 {
    background-color: #fff;
    padding-top: 3rem;
    padding-bottom: 3rem;
    font-family: Montserrat, sans-serif;
    position: relative;
    overflow: hidden;
  }

  .image-105 {
    margin-top: 20px;
  }

  .column-20 {
    background-color: rgba(0, 0, 0, 0);
  }

  ._3rem-section-2 {
    font-size: 2rem;
  }

  .footer-flex {
    background-color: #fff;
  }

  .navbar-logo-left-container.shadow-three {
    padding-top: 0;
    padding-bottom: 0;
  }

  .faq-section {
    font-family: Montserrat, sans-serif;
  }

  .paragraph-1138 {
    flex: 1;
  }

  .bold-text-28 {
    font-size: 10px;
  }

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

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

  .wide-hero-1000-666-copy {
    width: 100%;
    height: 100%;
    max-height: 90%;
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
    display: block;
  }

  .check-text {
    text-align: left;
    font-size: 1rem;
    line-height: 28px;
  }

  .offer-section {
    background-color: #fff;
    font-family: Montserrat, sans-serif;
  }

  .exepert {
    padding-left: 0;
    padding-right: 0;
  }

  .exepert.padding-large-copy {
    z-index: 5000;
    width: 100%;
    background-color: #fff;
    margin-left: auto;
    margin-right: auto;
    position: relative;
  }

  .bold-text-61 {
    font-size: .875rem;
  }

  ._1212, .image-103 {
    margin-top: 20px;
  }

  .navbar-wrapper-2 {
    width: 100%;
    max-width: 100%;
    justify-content: flex-start;
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 8px;
    padding-bottom: 8px;
    overflow: hidden;
  }

  .heading-style-h2-4 {
    margin-top: .5rem;
  }

  .column-17 {
    display: none;
  }

  .footer-text {
    background-color: #fff;
  }

  .column-16 {
    display: none;
  }

  .sticky-footer-section {
    font-family: Montserrat, sans-serif;
  }

  .how-to-use-component {
    grid-template-columns: 1fr;
  }

  .text._18px.text-center, .text.center-in-tablet {
    font-size: 1.15rem;
    line-height: 27px;
  }

  .text.center-in-tablet-copy {
    margin-bottom: 25px;
    line-height: 24px;
  }

  .discount_div-4 {
    margin-left: 0;
    padding-left: 10px;
    padding-right: 10px;
  }

  .double-copy-section-container {
    background-color: #fff6e7;
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 3rem;
    padding-bottom: 3rem;
    font-family: Montserrat, sans-serif;
    display: block;
  }

  .offer {
    z-index: 5000;
    padding: 0;
    position: relative;
  }

  .button-main-4 {
    height: 50px;
    color: #fff;
    background-color: #000;
    margin: 15px 10px;
    padding-top: 14px;
    padding-left: 12px;
    padding-right: 12px;
    font-family: Montserrat, sans-serif;
    font-size: 16px;
    font-weight: 600;
  }

  .steps_grid-2 {
    grid-template-columns: 1fr;
  }

  .feedback_name {
    text-align: left;
    margin-top: 0;
    padding-top: 10px;
  }

  .paragraph-1125 {
    padding-top: 5px;
  }

  .text-size-medium-2-copy-2 {
    text-align: center;
    margin-top: 0;
    font-size: 1rem;
    font-weight: 300;
    line-height: 24px;
  }

  .bold-text-24 {
    font-size: 10px;
  }

  .column-12 {
    z-index: 5000;
    padding-left: 10px;
    padding-right: 10px;
  }

  .text-size-regular-3 {
    margin-bottom: 20px;
  }

  .text-size-regular-3.text-align-center {
    line-height: 27px;
  }

  .cta-button {
    width: 95%;
    height: 60px;
    color: #fff;
    background-color: #000;
    margin-top: -3px;
    margin-left: auto;
    margin-right: auto;
  }

  .timer-desktop {
    margin-top: -5px;
    padding-top: 10px;
    padding-bottom: 10px;
    display: none;
  }

  .text-size-small-7 {
    margin-top: 10px;
  }

  .text-size-small-7.text-weight-bold {
    margin-top: 0;
    font-weight: 400;
  }

  .div-block-28 {
    align-items: flex-start;
  }

  .fa {
    padding-left: 0;
    padding-right: 0;
  }

  .fa.faq {
    padding-top: 0;
    padding-bottom: 0;
    display: block;
  }

  .margin-vertical-2 {
    margin-top: 15px;
    margin-left: 0;
    margin-right: 0;
  }

  .margin-vertical-2.margin-small-copy, .margin-vertical-2.margin-small {
    float: none;
    clear: none;
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    object-fit: contain;
    background-color: #fff;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: block;
    position: relative;
  }

  .margin-vertical-2.margin-xsmall {
    margin-top: 0;
    padding-top: 0;
    padding-bottom: 0;
  }

  .image-104 {
    margin-top: 20px;
  }

  .how-it-works-container-2 {
    margin-top: 0;
    font-family: Montserrat, sans-serif;
    overflow: hidden;
  }

  .image-19-copy-2 {
    margin-top: 20px;
    display: block;
  }

  .brand-icon_grid-div-4 {
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }

  .cta-section-text {
    text-align: center;
    margin-top: 0;
    font-family: Montserrat, sans-serif;
    font-size: 1.125rem;
    font-weight: 400;
    line-height: 27px;
  }

  .width-100-10 {
    text-align: center;
    padding-top: 0;
    display: block;
  }

  .columns-9 {
    padding-top: 0;
    padding-bottom: 15px;
    display: flex;
  }

  .div-block-151-copy {
    grid-template-columns: .75fr .75fr;
    margin-top: 15px;
  }

  .main-banner_content-3 {
    margin-left: auto;
    margin-right: auto;
    padding-top: 10px;
    padding-bottom: 0;
  }

  .text-size-medium-4-copy {
    text-align: center;
    margin-top: -15px;
    margin-left: auto;
    margin-right: auto;
    font-size: 1rem;
    font-weight: 300;
    line-height: 24px;
  }

  .text-size-medium-4-copy.text-weight-semibold {
    color: #000;
    text-align: left;
    background-color: #fff;
    margin-top: -25px;
    margin-bottom: 0;
    font-size: 12px;
    font-weight: 600;
  }

  .width-100-2 {
    text-align: center;
    padding-top: 0;
    display: block;
  }

  .max-width-large-3 {
    margin-right: 20px;
    padding: 2rem 30px 1rem;
  }

  .image-102 {
    margin-top: 20px;
  }

  .main-wrapper_cta-x-2 {
    width: 100%;
  }

  .main-banner_checkpoints-div-2 {
    text-align: left;
    flex-direction: row;
    justify-content: flex-start;
    margin-bottom: 10px;
    font-size: 1.125rem;
    display: flex;
  }

  .text-size-medium-11 {
    text-align: left;
    margin-top: 0;
    font-size: 1rem;
    font-weight: 300;
  }

  .text-size-medium-11.text-weight-semibold {
    color: #000;
    justify-content: center;
    margin-top: 5px;
    font-size: .875rem;
    font-weight: 800;
    display: flex;
  }

  .page-padding-5 {
    margin-top: 0;
    margin-bottom: 0;
    padding: 3rem .5rem;
    display: block;
    overflow: hidden;
  }

  .bold-text-67 {
    font-weight: 900;
  }

  .image-6-mobile, .image-6-mobile2, .image-6-mobile3 {
    display: none;
  }

  .image-6-mobile4 {
    max-width: 60%;
    object-fit: fill;
    display: block;
  }

  .brand {
    text-align: center;
    flex: 0 auto;
  }

  .icons4-2 {
    width: 110%;
  }

  .paragraph-1139 {
    object-fit: fill;
    padding-right: 0%;
    font-size: 1.125rem;
    line-height: 27px;
  }

  .paragraph-1139._16px, .link-2 {
    color: #000;
  }

  .image-12 {
    width: 100%;
    height: 100%;
    min-height: 0;
    object-fit: contain;
    margin-top: 5%;
  }

  .image-111 {
    max-width: 70%;
  }

  .hero-heading {
    font-size: 1.475rem;
  }

  .text-block-9 {
    font-size: .85rem;
  }

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

  .image-3-tab2, .image-113 {
    display: none;
  }

  .button-2-copy {
    text-align: center;
    margin-top: 2%;
  }

  .image-3-mobile2 {
    display: none;
  }

  .uui-footer07_link-list {
    grid-template-rows: auto auto auto;
  }

  .uui-heroheader05_image-wrapper {
    flex-direction: column;
  }

  .uui-logos-loop-css-embed {
    background-color: #000;
  }

  .heading-5 {
    font-family: Montserrat, sans-serif;
    font-weight: 900;
  }

  .image-114 {
    width: 100%;
    height: 100%;
    min-height: 0;
    object-fit: contain;
    margin-top: 5%;
  }

  .uui-button-row {
    text-align: center;
    justify-content: center;
  }

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

  .crew-paragraph {
    font-size: .8125rem;
  }

  .image-8 {
    width: 100%;
    height: 100%;
    min-height: 0;
    object-fit: contain;
    margin-top: 5%;
  }

  .button-2 {
    text-align: center;
    margin-top: 2%;
  }

  .uui-logo-loop_component {
    color: #fff;
    flex-wrap: nowrap;
  }

  .div-block-2-copy {
    align-items: center;
  }

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

  .text-3.color-black._12px {
    text-align: center;
  }

  .image-3-mobile2-copy-copy {
    display: none;
  }

  .uui-testimonial06_component {
    padding-bottom: 0;
  }

  .image-9, .image-116 {
    width: 100%;
    height: 100%;
    min-height: 0;
    object-fit: contain;
    margin-top: 5%;
  }

  .banner-wrap {
    text-align: left;
  }

  .uui-logo-loop_inner {
    display: flex;
  }

  .hero-sectionn.bg-image.text-color-white {
    background-image: url('../images/Untitled-design---2023-07-20T141223.442.jpg');
    background-size: cover;
  }

  .bold-text-72 {
    font-size: .8rem;
  }

  .testimonial-heading {
    margin-left: 5%;
    margin-right: 5%;
  }

  .image-117 {
    width: 100%;
    height: 100%;
    min-height: 0;
    object-fit: contain;
    margin-top: 5%;
  }

  .text-block-13 {
    font-size: .95rem;
  }

  .heading-8 {
    max-width: 100%;
    display: block;
  }

  .text-block-15 {
    font-size: .85rem;
  }

  .image-118 {
    display: none;
  }

  .heading-9 {
    font-family: Montserrat, sans-serif;
    font-weight: 900;
  }

  .image-120, .image-121 {
    width: 100%;
    height: 100%;
    min-height: 0;
    object-fit: contain;
    margin-top: 5%;
  }

  .uui-logo-loop_component-2 {
    text-align: left;
    flex-wrap: nowrap;
    justify-content: center;
  }

  .text-5 {
    font-size: .8rem;
  }

  .text-5.color-black._12px {
    text-align: center;
  }

  .image-123, .image-124 {
    width: 100%;
    height: 100%;
    min-height: 0;
    object-fit: contain;
    margin-top: 5%;
  }

  .uui-logo-loop_inner-2 {
    max-height: 100%;
    flex-direction: row;
    flex: 0 auto;
    align-items: stretch;
    display: flex;
  }

  .bold-text-86 {
    font-size: .8rem;
  }

  .image-125 {
    width: 100%;
    height: 100%;
    min-height: 0;
    object-fit: contain;
    margin-top: 5%;
  }

  .image-126 {
    max-width: 100%;
  }

  .heading-13-mobile {
    display: flex;
  }

  .image-127 {
    max-width: 100%;
  }
}

#w-node-_0b04a6a2-b66d-493e-9eed-bf3b507167fe-361a8be5, #w-node-_7525c015-e55d-0cc8-16a0-1d42e9567ed7-361a8be5, #w-node-_09e36b7c-6e5e-5276-d782-ac4b2bd013db-361a8be5 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_420927ee-a85b-24e0-8f23-e7afcfd381cb-9c1e73cb {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-_420927ee-a85b-24e0-8f23-e7afcfd381d6-9c1e73cb, #w-node-_420927ee-a85b-24e0-8f23-e7afcfd381e9-9c1e73cb, #w-node-_420927ee-a85b-24e0-8f23-e7afcfd381ee-9c1e73cb, #w-node-_420927ee-a85b-24e0-8f23-e7afcfd381f3-9c1e73cb, #w-node-_420927ee-a85b-24e0-8f23-e7afcfd38221-9c1e73cb {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_420927ee-a85b-24e0-8f23-e7afcfd38225-9c1e73cb {
  justify-self: start;
}

#w-node-_420927ee-a85b-24e0-8f23-e7afcfd38237-9c1e73cb {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_420927ee-a85b-24e0-8f23-e7afcfd3823a-9c1e73cb {
  justify-self: start;
}

#w-node-_420927ee-a85b-24e0-8f23-e7afcfd3824c-9c1e73cb {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_420927ee-a85b-24e0-8f23-e7afcfd3824e-9c1e73cb {
  justify-self: start;
}

#w-node-_420927ee-a85b-24e0-8f23-e7afcfd3825f-9c1e73cb {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_420927ee-a85b-24e0-8f23-e7afcfd38261-9c1e73cb {
  justify-self: start;
}

#w-node-_420927ee-a85b-24e0-8f23-e7afcfd38272-9c1e73cb {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_420927ee-a85b-24e0-8f23-e7afcfd38274-9c1e73cb {
  justify-self: start;
}

#w-node-_420927ee-a85b-24e0-8f23-e7afcfd3843f-9c1e73cb {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_420927ee-a85b-24e0-8f23-e7afcfd3848a-9c1e73cb {
  justify-self: center;
}

#w-node-e0b658ba-ab99-c6aa-96b7-090264f3af34-08555ee7 {
  justify-self: start;
}

#w-node-e0b658ba-ab99-c6aa-96b7-090264f3af3f-08555ee7, #w-node-e0b658ba-ab99-c6aa-96b7-090264f3af52-08555ee7, #w-node-e0b658ba-ab99-c6aa-96b7-090264f3af57-08555ee7, #w-node-e0b658ba-ab99-c6aa-96b7-090264f3af5c-08555ee7, #w-node-e0b658ba-ab99-c6aa-96b7-090264f3af8a-08555ee7 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-e0b658ba-ab99-c6aa-96b7-090264f3af8e-08555ee7 {
  justify-self: start;
}

#w-node-e0b658ba-ab99-c6aa-96b7-090264f3afa0-08555ee7 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-e0b658ba-ab99-c6aa-96b7-090264f3afa3-08555ee7 {
  justify-self: start;
}

#w-node-e0b658ba-ab99-c6aa-96b7-090264f3afb5-08555ee7 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-e0b658ba-ab99-c6aa-96b7-090264f3afb7-08555ee7 {
  justify-self: start;
}

#w-node-e0b658ba-ab99-c6aa-96b7-090264f3afc8-08555ee7 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-e0b658ba-ab99-c6aa-96b7-090264f3afca-08555ee7 {
  justify-self: start;
}

#w-node-e0b658ba-ab99-c6aa-96b7-090264f3afdb-08555ee7 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-e0b658ba-ab99-c6aa-96b7-090264f3afdd-08555ee7 {
  justify-self: start;
}

#w-node-e0b658ba-ab99-c6aa-96b7-090264f3b1a8-08555ee7 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-e0b658ba-ab99-c6aa-96b7-090264f3b1f3-08555ee7 {
  justify-self: center;
}

#w-node-e0b658ba-ab99-c6aa-96b7-090264f3af34-0f75ffc5 {
  justify-self: start;
}

#w-node-e0b658ba-ab99-c6aa-96b7-090264f3af3f-0f75ffc5, #w-node-e0b658ba-ab99-c6aa-96b7-090264f3af52-0f75ffc5, #w-node-e0b658ba-ab99-c6aa-96b7-090264f3af57-0f75ffc5, #w-node-e0b658ba-ab99-c6aa-96b7-090264f3af5c-0f75ffc5, #w-node-e0b658ba-ab99-c6aa-96b7-090264f3af8a-0f75ffc5 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-e0b658ba-ab99-c6aa-96b7-090264f3af8e-0f75ffc5 {
  justify-self: start;
}

#w-node-e0b658ba-ab99-c6aa-96b7-090264f3afa0-0f75ffc5 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-e0b658ba-ab99-c6aa-96b7-090264f3afa3-0f75ffc5 {
  justify-self: start;
}

#w-node-e0b658ba-ab99-c6aa-96b7-090264f3afb5-0f75ffc5 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-e0b658ba-ab99-c6aa-96b7-090264f3afb7-0f75ffc5 {
  justify-self: start;
}

#w-node-e0b658ba-ab99-c6aa-96b7-090264f3afc8-0f75ffc5 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-e0b658ba-ab99-c6aa-96b7-090264f3afca-0f75ffc5 {
  justify-self: start;
}

#w-node-e0b658ba-ab99-c6aa-96b7-090264f3afdb-0f75ffc5 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-e0b658ba-ab99-c6aa-96b7-090264f3afdd-0f75ffc5 {
  justify-self: start;
}

#w-node-e0b658ba-ab99-c6aa-96b7-090264f3b1a8-0f75ffc5 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-e0b658ba-ab99-c6aa-96b7-090264f3b1f3-0f75ffc5 {
  justify-self: center;
}

@media screen and (max-width: 991px) {
  #w-node-_420927ee-a85b-24e0-8f23-e7afcfd38221-9c1e73cb {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_420927ee-a85b-24e0-8f23-e7afcfd3848a-9c1e73cb {
    justify-self: center;
  }

  #w-node-e0b658ba-ab99-c6aa-96b7-090264f3af8a-08555ee7 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-e0b658ba-ab99-c6aa-96b7-090264f3b1f3-08555ee7 {
    justify-self: center;
  }

  #w-node-e0b658ba-ab99-c6aa-96b7-090264f3af8a-0f75ffc5 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-e0b658ba-ab99-c6aa-96b7-090264f3b1f3-0f75ffc5 {
    justify-self: center;
  }
}

@media screen and (max-width: 767px) {
  #w-node-_420927ee-a85b-24e0-8f23-e7afcfd3821e-9c1e73cb, #w-node-_420927ee-a85b-24e0-8f23-e7afcfd3821f-9c1e73cb {
    order: 9999;
  }

  #w-node-_420927ee-a85b-24e0-8f23-e7afcfd38225-9c1e73cb {
    justify-self: start;
  }

  #w-node-_420927ee-a85b-24e0-8f23-e7afcfd38233-9c1e73cb {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_420927ee-a85b-24e0-8f23-e7afcfd3823a-9c1e73cb, #w-node-_420927ee-a85b-24e0-8f23-e7afcfd3824e-9c1e73cb, #w-node-_420927ee-a85b-24e0-8f23-e7afcfd38261-9c1e73cb, #w-node-_420927ee-a85b-24e0-8f23-e7afcfd38274-9c1e73cb {
    justify-self: start;
  }

  #w-node-_420927ee-a85b-24e0-8f23-e7afcfd38483-9c1e73cb {
    order: -9999;
  }

  #w-node-e0b658ba-ab99-c6aa-96b7-090264f3af87-08555ee7, #w-node-e0b658ba-ab99-c6aa-96b7-090264f3af88-08555ee7 {
    order: 9999;
  }

  #w-node-e0b658ba-ab99-c6aa-96b7-090264f3af8e-08555ee7 {
    justify-self: start;
  }

  #w-node-e0b658ba-ab99-c6aa-96b7-090264f3af9c-08555ee7 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-e0b658ba-ab99-c6aa-96b7-090264f3afa3-08555ee7, #w-node-e0b658ba-ab99-c6aa-96b7-090264f3afb7-08555ee7, #w-node-e0b658ba-ab99-c6aa-96b7-090264f3afca-08555ee7, #w-node-e0b658ba-ab99-c6aa-96b7-090264f3afdd-08555ee7 {
    justify-self: start;
  }

  #w-node-e0b658ba-ab99-c6aa-96b7-090264f3b1ec-08555ee7 {
    order: -9999;
  }

  #w-node-e0b658ba-ab99-c6aa-96b7-090264f3af87-0f75ffc5, #w-node-e0b658ba-ab99-c6aa-96b7-090264f3af88-0f75ffc5 {
    order: 9999;
  }

  #w-node-e0b658ba-ab99-c6aa-96b7-090264f3af8e-0f75ffc5 {
    justify-self: start;
  }

  #w-node-e0b658ba-ab99-c6aa-96b7-090264f3af9c-0f75ffc5 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-e0b658ba-ab99-c6aa-96b7-090264f3afa3-0f75ffc5, #w-node-e0b658ba-ab99-c6aa-96b7-090264f3afb7-0f75ffc5, #w-node-e0b658ba-ab99-c6aa-96b7-090264f3afca-0f75ffc5, #w-node-e0b658ba-ab99-c6aa-96b7-090264f3afdd-0f75ffc5 {
    justify-self: start;
  }

  #w-node-e0b658ba-ab99-c6aa-96b7-090264f3b1ec-0f75ffc5 {
    order: -9999;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_420927ee-a85b-24e0-8f23-e7afcfd3848a-9c1e73cb, #w-node-e0b658ba-ab99-c6aa-96b7-090264f3b1f3-08555ee7, #w-node-e0b658ba-ab99-c6aa-96b7-090264f3b1f3-0f75ffc5 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}


@font-face {
  font-family: 'Gilroy';
  src: url('../fonts/Gilroy-BoldItalic.ttf') format('truetype'), url('../fonts/Gilroy-ExtraBoldItalic.ttf') format('truetype');
  font-weight: 700;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Gilroy';
  src: url('../fonts/Gilroy-Black.ttf') format('truetype'), url('../fonts/Gilroy-Heavy.ttf') format('truetype');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Gilroy';
  src: url('../fonts/Gilroy-BlackItalic.ttf') format('truetype'), url('../fonts/Gilroy-HeavyItalic.ttf') format('truetype');
  font-weight: 900;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Gilroy';
  src: url('../fonts/Gilroy-Bold.ttf') format('truetype'), url('../fonts/Gilroy-ExtraBold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Gilroy';
  src: url('../fonts/Gilroy-Medium.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Gilroy';
  src: url('../fonts/Gilroy-LightItalic.ttf') format('truetype');
  font-weight: 300;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Gilroy';
  src: url('../fonts/Gilroy-SemiBold.ttf') format('truetype');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Gilroy';
  src: url('../fonts/Gilroy-RegularItalic.ttf') format('truetype');
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Gilroy';
  src: url('../fonts/Gilroy-Light.ttf') format('truetype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Gilroy';
  src: url('../fonts/Gilroy-MediumItalic.ttf') format('truetype');
  font-weight: 500;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Gilroy';
  src: url('../fonts/Gilroy-UltraLight.ttf') format('truetype');
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Gilroy';
  src: url('../fonts/Gilroy-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Gilroy';
  src: url('../fonts/Gilroy-ThinItalic.ttf') format('truetype');
  font-weight: 100;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Gilroy';
  src: url('../fonts/Gilroy-SemiBoldItalic.ttf') format('truetype');
  font-weight: 600;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Gilroy';
  src: url('../fonts/Gilroy-UltraLightItalic.ttf') format('truetype');
  font-weight: 200;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Gilroy';
  src: url('../fonts/Gilroy-Thin.ttf') format('truetype');
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}