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

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

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

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

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

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

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

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

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

.w-form-formradioinput--inputType-custom {
  width: 12px;
  height: 12px;
  border: 1px solid #ccc;
  border-radius: 50%;
}

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

.w-form-formradioinput--inputType-custom.w--redirected-checked {
  border-width: 4px;
  border-color: #3898ec;
}

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

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

body {
  color: #000;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Noto Sans, Ubuntu, Cantarell, Helvetica Neue, Oxygen, Fira Sans, Droid Sans, sans-serif;
  font-size: 1rem;
  line-height: 1.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;
}

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 {
  padding: 3rem;
}

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

.padding-small {
  padding: 1rem;
}

.padding-custom2 {
  padding: 2.5rem;
}

.margin-custom3 {
  margin: 3.5rem;
}

.padding-custom1 {
  padding: 1.5rem;
}

.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-copy {
  background-color: #fff;
  padding: 50px 3%;
  position: relative;
}

.padding-vertical.aaa {
  z-index: 5000;
  background-color: #fff;
  padding-top: 3rem;
  padding-bottom: 3rem;
  position: relative;
}

.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 {
  text-align: center;
  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: 1px 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: 1px;
  height: 1px;
  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: 1px 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: 1px 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;
}

.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: 1px 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: 1px 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: 2px 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: 2px solid #000;
  border-bottom-width: .125rem;
}

.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: 1px;
  grid-row-gap: 1px;
  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;
}

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

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

.badge-banner {
  color: #fff;
  background-color: #642eff;
  border-radius: 50px;
  margin-right: 10px;
  padding: 4px 12px;
  font-size: 12px;
  line-height: 16px;
}

.paragraph-regular {
  letter-spacing: -.02em;
  font-size: 16px;
  line-height: 24px;
}

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

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

._16px {
  font-size: 1rem;
}

._12px {
  font-size: .8rem;
}

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

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

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

.main-button {
  font-variation-settings: "wght"700;
  text-transform: uppercase;
  background-color: #ffa41d;
  border-radius: 2px;
  padding: 10px 22px;
  font-family: Oswald variablefont wght, sans-serif;
  font-size: 1.1875rem;
  line-height: 19px;
  transition: all .3s;
}

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

.hero-padding-section {
  padding: 3.75rem 1.25rem;
}

.bg-image {
  background-image: url('../images/Hikers-banner-img.jpg');
  background-position: 0 0;
  background-size: cover;
}

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

.div-block {
  font-variation-settings: "wght"700;
  background-color: #dc582a;
  border-radius: 4px;
  padding: 5px 10px;
  font-family: Oswald variablefont wght, sans-serif;
  text-decoration: none;
}

.hero-heading {
  max-width: 100%;
  font-family: Montserrat, sans-serif;
  font-size: 2.125rem;
  font-weight: 900;
  line-height: 42px;
}

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

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

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

.hero-button {
  grid-column-gap: 14px;
  grid-row-gap: 14px;
  color: #000;
  font-variation-settings: "wght"700;
  text-transform: uppercase;
  background-color: #fff;
  border-radius: 2px;
  align-items: center;
  padding: 14px 22px;
  font-family: Oswald variablefont wght, sans-serif;
  font-size: 1.1875rem;
  transition: all .3s;
  display: flex;
}

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

.image {
  max-width: 2.3rem;
}

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

.hero-sectionn.bg-image.text-color-white {
  background-image: url('../images/Hero-2-11-1.jpg');
  background-position: 50%;
  background-size: cover;
  justify-content: center;
}

.sec2-padding {
  background-color: #fff;
  padding: 33px 20px 44px;
}

.bg-gray {
  background-color: #f1f1f1;
}

.max-1240px {
  max-width: 77.5rem;
}

.max-1080px {
  max-width: 1080px;
}

.div-block-5 {
  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 {
  color: #000;
  text-align: center;
  padding-left: 3%;
  padding-right: 3%;
  font-family: Montserrat, sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 22px;
}

.div-block-6 {
  grid-column-gap: 9px;
  grid-row-gap: 9px;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  padding-top: 0;
  display: flex;
}

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

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

.max-830px {
  max-width: 51.875rem;
}

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

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

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

.div-block-9 {
  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;
}

.heading-3 {
  color: #dc582a;
  font-family: Oswald variablefont wght, sans-serif;
  font-size: 4.375rem;
  line-height: 70px;
}

.image-3 {
  display: none;
}

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

.div-block-10 {
  grid-column-gap: 37px;
  grid-row-gap: 37px;
  flex-direction: column;
  display: flex;
}

.sec4-padding {
  background-color: #fff;
  padding-top: 50px;
  padding-bottom: 50px;
}

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

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

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

.uui-testimonial06_logo {
  max-height: 3rem;
}

.uui-testimonial06_divider {
  width: 1px;
  background-color: #eaecf0;
  align-self: stretch;
  margin-left: 1.25rem;
  margin-right: 1.25rem;
}

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

.uui-heading-tiny {
  margin-top: 0;
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-size: 32px;
  font-weight: 900;
}

.uui-testimonial06_client-image {
  width: 3.5rem;
  height: 3.5rem;
  min-height: 3.5rem;
  min-width: 3.5rem;
  object-fit: cover;
  border-radius: 100%;
}

.uui-testimonial06_client-image-wrapper {
  margin-right: 1rem;
}

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

.uui-heading-medium {
  color: #101828;
  margin-top: 0;
  margin-bottom: 0;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Noto Sans, Ubuntu, Cantarell, Helvetica Neue, Oxygen, Fira Sans, Droid Sans, sans-serif;
  font-size: 2.25rem;
  font-weight: 600;
  line-height: 1.3;
}

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

.uui-testimonial06_rating-icon {
  width: 1.25rem;
  height: 1.25rem;
  color: #fec84b;
  justify-content: center;
  align-items: center;
  margin-left: .125rem;
  margin-right: .125rem;
  display: flex;
}

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

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

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

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

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

._18px {
  font-size: 1.125rem;
}

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

.sec5-padding {
  background-color: #1f3f39;
  padding: 14px 20px;
}

.max-1180px {
  max-width: 73.75rem;
}

.div-block-11 {
  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;
}

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

.max-1010px {
  max-width: 63.125rem;
}

.uui-heroheader05_image-blob {
  z-index: -1;
  width: 34rem;
  height: auto;
  color: #f9fafb;
  position: absolute;
  top: 12%;
}

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

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

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

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

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

.uui-heading-xlarge {
  color: #101828;
  margin-top: 0;
  margin-bottom: 0;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Noto Sans, Ubuntu, Cantarell, Helvetica Neue, Oxygen, Fira Sans, Droid Sans, sans-serif;
  font-size: 3.75rem;
  font-weight: 600;
  line-height: 1.2;
}

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

.uui-badge-group_icon.text-color-primary500 {
  color: #9e77ed;
  margin-right: -.25rem;
}

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

.uui-badge-group_badge {
  color: #344054;
  white-space: nowrap;
  background-color: #fff;
  border-radius: 1rem;
  align-items: center;
  padding: .125rem .625rem;
  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: .875rem;
  font-weight: 500;
  line-height: 1.5;
  display: flex;
}

.uui-badge-group_badge.is-primary {
  color: #6941c6;
  background-color: #fff;
}

.uui-badge-group {
  color: #344054;
  white-space: nowrap;
  mix-blend-mode: multiply;
  background-color: #f2f4f7;
  border-radius: 10rem;
  align-items: center;
  padding: .25rem;
  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: .875rem;
  font-weight: 500;
  line-height: 1.5;
  display: flex;
}

.uui-badge-group.is-primary {
  color: #6941c6;
  white-space: nowrap;
  background-color: #f9f5ff;
  text-decoration: 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;
}

.uui-section_heroheader05 {
  overflow: hidden;
}

.heading-5 {
  text-align: center;
  font-family: Montserrat, sans-serif;
  font-size: 2.25rem;
  font-weight: 900;
}

.text-block-2 {
  font-family: Lato, sans-serif;
  font-size: 1.1rem;
  font-weight: 700;
}

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

.div-block-12 {
  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;
}

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

.image-4 {
  width: 21px;
}

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

.yellow-button {
  grid-column-gap: 14px;
  grid-row-gap: 14px;
  color: #fff;
  font-variation-settings: "wght"700;
  text-transform: uppercase;
  background-color: #ffa41d;
  border-radius: 2px;
  align-items: center;
  padding: 14px 22px;
  font-family: Oswald variablefont wght, sans-serif;
  font-size: 1.1875rem;
  transition: all .3s;
  display: flex;
}

.yellow-button:hover {
  background-color: #000;
}

.sec-7-padding {
  padding: 50px 20px 78px;
}

.max-900px {
  max-width: 900px;
}

.heading-6 {
  font-family: Oswald variablefont wght, sans-serif;
  font-size: 1.5625rem;
}

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

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

.div-block-17 {
  grid-column-gap: 77px;
  grid-row-gap: 77px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

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

.heading-7 {
  font-family: Oswald variablefont wght, sans-serif;
  font-size: .9rem;
}

.div-block-19 {
  margin-top: 110px;
}

.image-5 {
  max-width: 22px;
}

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

.div-block-21 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  align-items: stretch;
  display: flex;
}

.div-block-22 {
  width: 1px;
  background-color: #fff;
}

.image-6 {
  max-width: 30px;
}

.image-6-copy {
  max-width: 44px;
  max-width: 42px;
}

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

.paragraph {
  line-height: 18px;
}

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

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

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

.logos {
  width: 30px;
}

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

.confident-heading {
  font-family: Oswald variablefont wght, sans-serif;
  font-size: 1.5625rem;
}

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

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

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

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

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

.testimonial-heading {
  font-family: Montserrat, sans-serif;
  font-size: 24px;
  font-weight: 400;
}

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

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

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

.uui-logos04_logo {
  height: 3rem;
}

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

.marquees-wrapper {
  justify-content: center;
  align-items: flex-start;
  padding: .75rem 1.5rem;
  display: flex;
}

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

.kefir {
  font-size: 1rem;
}

.kefir._24px {
  font-size: 1.5rem;
}

.uui-logos04_list {
  width: 175rem;
  white-space: nowrap;
  flex-flow: row;
  grid-template-rows: auto;
  grid-template-columns: 12.5rem 12.5rem 12.5rem 12.5rem 12.5rem 12.5rem 12.5rem 12.5rem;
  grid-auto-columns: 1fr;
  justify-content: space-around;
  align-items: center;
  justify-items: start;
  display: flex;
}

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

.hide-desktop-and-tablet {
  display: none;
}

.text-block-5, .text-block-6 {
  line-height: 19px;
}

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

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

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

.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: #000;
  text-decoration: underline;
}

.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: #000;
  text-decoration: none;
}

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

.image-10 {
  width: 25rem;
}

.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-logo_component {
  width: auto;
  height: auto;
  flex-wrap: nowrap;
  display: flex;
}

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

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

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

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

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

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

.image-11 {
  width: 25rem;
}

.text-block-7, .text-block-8 {
  color: #fff;
  text-decoration: underline;
}

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

.bold-text-3 {
  color: #dc582a;
  -webkit-text-stroke-color: #faa21b;
}

.button-2 {
  color: #fff;
  text-align: center;
  object-fit: contain;
  background-color: #dc582a;
  justify-content: center;
  margin-top: 1%;
  padding: 14px 22px;
  font-family: Oswald variablefont wght, sans-serif;
  font-size: 1.2rem;
  display: inline-block;
}

.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: 800;
  line-height: 19px;
  transition: all .3s;
}

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

.button-2-copy {
  color: #000;
  background-color: #fff;
  margin-top: 1%;
  padding: 14px 22px;
  font-family: Oswald variablefont wght, sans-serif;
  font-size: 1.2rem;
}

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

.bold-text-5, .bold-text-6 {
  font-weight: 400;
}

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

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

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

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

.bold-text-14, .bold-text-15, .bold-text-16, .bold-text-17 {
  font-weight: 600;
}

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

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

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

.bold-text-19 {
  font-family: Montserrat, sans-serif;
  font-size: 24px;
  font-weight: 400;
}

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

.bold-text-72 {
  text-transform: capitalize;
  font-family: Montserrat, sans-serif;
}

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

.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-2 {
  width: 100%;
  height: 100%;
  color: #2b1a1a;
}

.paragraph-1120 {
  text-transform: capitalize;
}

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

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

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

.info-drink_image {
  width: 45%;
}

.info-drink_image.right-shift {
  justify-content: flex-end;
  display: flex;
}

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

.info-drinkn_image-div {
  width: 100%;
  max-width: 450px;
  border-radius: 20px;
  overflow: hidden;
}

.paragraph-1137 {
  color: #000;
  margin-top: 25px;
  font-family: Montserrat, sans-serif;
  font-size: 1rem;
}

.image-500-500-copy {
  width: 100%;
  height: 100%;
  color: #2b1a1a;
  border-radius: 20px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.info-drink_split {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.info-drink_split.second {
  margin-top: 4rem;
}

.info-drink_content {
  width: 45%;
}

.cta-button {
  height: 65px;
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  background-color: #dc582a;
  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;
}

.image-13 {
  border-radius: 0;
}

.image-14, .image-15, .image-16 {
  max-width: 50%;
}

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

.hero-section-headline {
  margin-top: 10px;
  margin-bottom: 0;
  font-size: 32px;
  font-weight: 900;
  line-height: 42px;
}

.bold-text-79 {
  text-transform: capitalize;
  font-family: Montserrat, sans-serif;
}

.column-11 {
  text-align: center;
  justify-content: center;
  padding-bottom: 0;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

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

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

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

.main-banner_stars {
  color: #faa707;
}

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

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

.square-hero {
  max-width: 75%;
  display: block;
}

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

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

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

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

.paragraph-1139 {
  text-transform: capitalize;
}

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

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

.text-size-medium-4-copy.text-weight-semibold {
  color: #000;
  justify-content: center;
  align-items: center;
  margin-top: 0;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 0;
  font-size: 14px;
  display: flex;
}

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

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

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

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

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

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

.columns-10 {
  z-index: 5000;
  width: 100%;
  height: 100%;
  justify-content: center;
  align-items: center;
  margin-top: 5%;
  display: flex;
  position: relative;
}

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

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

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

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

.image-17, .image-18 {
  max-width: 60%;
}

.image-19 {
  max-width: 60%;
  margin-top: -15px;
  padding-top: 0;
}

.bold-text-94 {
  align-items: flex-end;
  margin-top: 0;
  font-size: 14px;
  display: flex;
}

.image-20, .image-21, .image-22 {
  width: 12%;
  max-width: 50%;
}

.bold-text-95 {
  color: #fff;
  font-family: Montserrat, sans-serif;
  font-size: 14px;
  font-weight: 900;
}

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

.sec2-padding-copy {
  background-color: #f7f6f1;
  padding: 33px 20px 44px;
}

.bold-text-97, .bold-text-98 {
  font-size: 14px;
}

.sec2-padding-copy {
  background-color: #f7f6f1;
  padding: 33px 20px 44px;
}

.image-23 {
  width: 18px;
}

.image-24, .image-25, .image-26 {
  width: 16px;
}

.div-block-6-copy {
  grid-column-gap: 9px;
  grid-row-gap: 9px;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  padding-top: 24px;
  display: flex;
}

.image-18-copy {
  max-width: 60%;
}

.heading-copy {
  color: #000;
  text-align: center;
  padding-top: 20px;
  padding-left: 3%;
  padding-right: 3%;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 22px;
}

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

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

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

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

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

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

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

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

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

.padding-section-2 {
  padding: 3rem;
}

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

.div-block-24 {
  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-25 {
  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;
}

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

.main-btn {
  color: #fff;
  text-align: center;
  background-color: #dc582a;
  padding: .75rem .2rem;
  font-family: Montserrat, sans-serif;
  font-size: 1.125rem;
  font-weight: 700;
}

.navbar-2 {
  color: #fff;
  background-color: #17242c;
  border-bottom: .375rem solid #3c4544;
}

.footer {
  color: #fff;
  background-color: #17242c;
  border-top: .375rem solid #3c4544;
}

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

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

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

.relative {
  position: relative;
}

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

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

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

.image-29 {
  max-width: 30%;
  min-width: 9rem;
}

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

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

.heading-8 {
  color: #000;
  font-family: Montserrat, sans-serif;
  font-size: 2.5rem;
  font-weight: 900;
}

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

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

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

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

.bold-text-69, .bold-text-99 {
  color: #000;
}

.paragraph-1140 {
  color: #000;
  font-family: Montserrat, sans-serif;
  font-size: 1.75rem;
}

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

.paragraph-1140._20px {
  font-size: 1.125rem;
}

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

.paragraph-1140._20px.hide-mobile-landscape {
  display: none;
}

.paragraph-1140._18px {
  color: #000;
  font-size: 1.125rem;
}

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

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

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

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

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

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

.padding-medium-2 {
  padding: 2rem;
}

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

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

.image-115 {
  max-width: 40%;
  border: 10px solid #000;
  border-radius: 0;
  margin-left: -5.625rem;
}

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

.alpha.image-6-mobile3 {
  max-width: 100%;
}

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

.padding-small-2 {
  padding: 1rem;
}

.div-block-10-copy-copy {
  color: #fff;
  background-color: #17242c;
  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;
}

.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;
  background-color: #dc582a;
  padding-left: .7rem;
  padding-right: .7rem;
  font-family: Montserrat, sans-serif;
}

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

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

.div-block-10-copy {
  color: #fff;
  background-color: #17242c;
  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-28 {
  grid-column-gap: 1.875rem;
  grid-row-gap: 1.875rem;
  align-items: center;
  display: flex;
}

.div-block-10-copy-2 {
  color: #fff;
  background-color: #17242c;
  border-radius: .625rem;
  flex-direction: column;
  padding: 1.125rem 1.125rem 1.6875rem;
  display: flex;
  position: -webkit-sticky;
  position: sticky;
  box-shadow: 0 1px .0625rem .0625rem #000;
}

.testimonial-slider-left {
  width: 40px;
  justify-content: center;
  align-items: center;
  display: flex;
  left: -6%;
}

.testimonial-slider-left:focus-visible {
  outline-offset: 0px;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.testimonial-slider-left[data-wf-focus-visible] {
  outline-offset: 0px;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

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

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

.bold-text-100 {
  text-transform: capitalize;
  font-family: Montserrat, sans-serif;
}

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

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

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

.div-block-30 {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  text-align: center;
  justify-content: center;
  padding-top: 10px;
  display: flex;
}

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

.different-image {
  width: 45%;
  border-radius: 20px;
  flex: 0 auto;
  justify-content: center;
  display: flex;
  overflow: hidden;
}

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

.custom_small-stars {
  color: #000;
  text-align: center;
  margin-top: 50px;
  font-size: 14px;
}

.faq-section-container {
  background-color: #fff;
  padding: 3rem 2.5rem;
}

.slider-arrow-embed {
  color: #1a1b1f;
}

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

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

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

.text-weight-medium-2.text-size-medium.text-align-center {
  margin-top: 15px;
  font-family: Montserrat, sans-serif;
  font-size: 1rem;
  font-weight: 400;
}

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

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

.padding-5px {
  width: 100%;
  padding-top: .313rem;
}

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

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

.testimonial-slider-right {
  width: 40px;
  justify-content: center;
  align-items: center;
  display: flex;
  right: -6%;
}

.testimonial-slider-right:focus-visible {
  outline-offset: 0px;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.testimonial-slider-right[data-wf-focus-visible] {
  outline-offset: 0px;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

._w-100 {
  width: 100%;
}

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

.large-heading.text-center {
  text-align: center;
  font-family: Montserrat, sans-serif;
  font-size: 2.25rem;
  font-weight: 900;
}

.image-500-500 {
  width: 100%;
  height: 100%;
  color: #2b1a1a;
  border-radius: 20px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

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

.custom-attribute-head-copy {
  text-align: right;
  text-transform: uppercase;
  justify-content: center;
  align-items: flex-start;
  font-family: Montserrat, sans-serif;
  font-size: 1rem;
  font-weight: 900;
  display: flex;
}

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

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

.home-container-child-upper-heading-8 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.section-footer {
  background-color: #e7a227;
}

.image-check {
  width: 1.5625rem;
  min-width: 1.5625rem;
}

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

.padding-34px {
  width: 100%;
  padding-top: 2.125rem;
}

.differetnt_contact {
  width: 50%;
}

.down-image {
  width: 100%;
  height: 100%;
  color: #2b1a1a;
  border-radius: 20px;
}

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

.paragraph-1136 {
  color: #000;
  font-family: Montserrat, sans-serif;
  font-size: 1rem;
}

.text-block-14 {
  font-family: Montserrat, sans-serif;
}

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

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

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

.text-3 {
  text-align: center;
  justify-content: center;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  font-size: 1rem;
  display: block;
}

.text-3._14px {
  text-align: center;
  margin-bottom: 15px;
  font-family: Montserrat, sans-serif;
}

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

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

.heading-324254 {
  color: #000;
  text-align: center;
  letter-spacing: 0;
  background-color: #f7f6f1;
  border: 0 #352e92;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 5px;
  padding-bottom: 5px;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
}

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

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

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

.page-wrapper-3 {
  color: #000;
  font-family: Montserrat, sans-serif;
}

.padding-20px-2 {
  width: 100%;
  padding-top: 1.25rem;
}

.section-2 {
  z-index: 5000;
  width: 100%;
  background-color: #f7f6f1;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 50px;
  padding-bottom: 50px;
  display: flex;
  position: relative;
}

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

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

.text-size-medium-7.text-weight-semibold {
  color: #000;
  font-family: Montserrat, sans-serif;
  font-weight: 800;
}

.padding-section-3 {
  background-color: rgba(0, 0, 0, 0);
  padding-top: 0;
  padding-left: 1rem;
  padding-right: 1rem;
}

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

.square-hero-2 {
  display: block;
}

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

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

.uui-pricing01_feature-list {
  grid-column-gap: .5625rem;
  grid-row-gap: 1.0625rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 0;
  padding-bottom: 0;
  display: grid;
}

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

.main-container-3 {
  max-width: 1400px;
  border: 1px solid #dc582a;
  margin-left: auto;
  margin-right: auto;
  overflow: hidden;
}

.navbar-wrapper {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.home-container-flex--8 {
  max-width: 100%;
  grid-column-gap: 0rem;
  grid-row-gap: 0px;
  flex-direction: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  justify-items: center;
  display: flex;
}

.home-container-flex--8.home-flex-8-boder-redius {
  border: 3px solid #dc582a;
  border-radius: 5px;
}

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

.text-block-16 {
  font-family: Montserrat, sans-serif;
}

.down-image-23 {
  width: 100%;
  height: 100%;
  color: #2b1a1a;
  border-radius: 20px;
}

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

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

.dropdown-answer_div {
  margin-bottom: 20px;
}

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

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

.exepert.padding-large-copy {
  z-index: 5000;
  background-color: #fff;
  padding: 50px 3%;
  display: none;
  position: relative;
}

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

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

.text-size-regular-2.text-align-center {
  color: #000;
  font-size: 1rem;
}

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

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

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

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

.text-4.center-in-tablet-copy {
  text-align: center;
  margin-top: 25px;
  font-family: Montserrat, sans-serif;
}

.details-8-div {
  width: 32.875rem;
  min-width: 32.875rem;
  display: block;
}

.image-108 {
  width: 100%;
  height: 100%;
  min-height: 0;
  object-fit: contain;
  border-radius: 10px;
  padding-bottom: 0%;
}

.testimonial-card {
  z-index: 500;
  background-color: #fff;
  border-radius: 8px;
  flex-direction: column;
  align-items: flex-start;
  margin: 5px;
  padding: 2rem;
  display: flex;
  position: relative;
  box-shadow: 0 2px 5px rgba(0, 0, 0, .2);
}

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

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

.padding-30px {
  padding-top: 1.875rem;
  padding-bottom: 0;
}

.icon-5 {
  width: 20px;
  height: 20px;
  color: #faa540;
  justify-content: center;
  align-items: center;
  display: flex;
}

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

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

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

.uui-pricing01_feature {
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.navbar-logo-left {
  z-index: 1200;
  background-color: #fff;
  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;
}

.text-weight-semibold-2 {
  font-family: Montserrat, sans-serif;
  font-weight: 600;
}

.testimonial-slider {
  height: auto;
  background-color: rgba(0, 0, 0, 0);
  margin-top: 50px;
  margin-left: auto;
  margin-right: auto;
}

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

.dropdown-answer_list {
  padding: 15px;
}

.dropdown-answer_list.w--open {
  background-color: #f7f6f1;
  border-bottom-right-radius: 15px;
  border-bottom-left-radius: 15px;
  padding-left: 65px;
  position: relative;
}

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

.coffee-home-div {
  max-width: 23.75rem;
  background-color: #f7f6f1;
}

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

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

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

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

.dropdown-answer_image {
  width: 35%;
  border-radius: 50px;
  overflow: hidden;
}

.text-block-17 {
  font-family: Montserrat, sans-serif;
}

._1111 {
  width: 100%;
  white-space: normal;
  border-radius: 15px;
  padding: 10px 15px;
}

.paragraph-1142 {
  text-transform: capitalize;
}

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

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

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

.text-block-18 {
  font-family: Montserrat, sans-serif;
}

.dropdown_flex {
  align-items: center;
  display: flex;
}

.h3-2._45-498px {
  color: #000;
  text-align: center;
  letter-spacing: .4px;
  font-size: 2.8125rem;
  line-height: 49.8px;
}

.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: 1140px;
  background-color: #fff;
  margin-bottom: 0;
  padding-top: 20px;
  padding-bottom: 20px;
}

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

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

.italic-text-3.span-itlic-18 {
  margin-top: 1.4375rem;
}

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

.dropdown-answers_main {
  justify-content: space-between;
  align-items: flex-start;
  margin-top: 3.5rem;
  display: flex;
}

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

.how-it-works-container-2 {
  z-index: 1;
  background-color: #fff;
  padding: 0 2.5rem 3rem;
  position: relative;
  overflow: hidden;
}

.dropdown-answer_content {
  width: 55%;
}

.paragraph-1144 {
  color: #000;
  margin-top: 25px;
  font-family: Montserrat, sans-serif;
  font-size: 1rem;
}

.image-8-div {
  justify-content: center;
  align-items: center;
  display: flex;
}

.custom-attribute-head {
  text-transform: uppercase;
  font-family: Montserrat, sans-serif;
  font-size: 1rem;
  font-weight: 900;
}

.main-container-padding {
  padding-top: 0;
  padding-bottom: 0;
  padding-left: 0;
}

.main-container-padding.main-containerpadding-8 {
  padding-left: 0;
}

.padding-43px {
  width: 100%;
  padding-top: 2.6875rem;
}

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

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

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

.dropdown-answer_icon {
  width: 40px;
  height: 40px;
  margin-right: 0;
}

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

.check-text {
  text-align: right;
  text-transform: capitalize;
  font-family: Montserrat, sans-serif;
  font-weight: 500;
}

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

.home-2-grid {
  width: 100%;
  grid-column-gap: 99px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  padding-left: 3%;
  padding-right: 3%;
  display: flex;
}

.steps_highlight-2 {
  outline-offset: 0px;
  color: #dc582a;
  background-color: rgba(220, 88, 42, 0);
  outline: 3px solid #dc582a;
  margin-top: 5px;
  padding: 10px;
  font-size: 1rem;
  font-weight: 700;
  display: inline-block;
}

.section-21 {
  background-color: #f7f6f1;
  padding-top: 50px;
  padding-bottom: 50px;
}

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

.columns-11 {
  z-index: 5000;
  width: 100%;
  height: 100%;
  position: relative;
}

.dropdown-answer_toggle {
  width: 100%;
  white-space: normal;
  border-radius: 15px;
  padding: 10px 15px;
}

.testimonial-slide-wrapper {
  max-width: 32%;
  margin-right: 2%;
}

.dropdown-answer {
  z-index: 0;
  width: 100%;
  border: 1px #000;
  border-radius: 15px;
  box-shadow: 3px 3px 10px rgba(0, 0, 0, .06);
}

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

.double-header-section-headline-2 {
  color: #000;
  text-align: left;
  margin-top: 0;
  font-family: Montserrat, sans-serif;
  font-size: 2.25rem;
  font-weight: 900;
  line-height: 1.2;
}

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

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

.bar-heading.inverse {
  justify-content: flex-end;
}

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

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

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

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

.navbar-navlink {
  padding-top: 5px;
  padding-bottom: 5px;
  font-family: Montserrat, sans-serif;
  font-size: .875rem;
  font-weight: 600;
}

.navbar-navlink:hover {
  color: #930f19;
}

.uui-pricing01_icon-wrapper {
  flex: none;
  align-self: flex-start;
  margin-right: .75rem;
}

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

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

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

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

.title-2 {
  font-size: 2rem;
  font-weight: 900;
}

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

.text-5 {
  display: block;
}

.text-5._18-26px {
  letter-spacing: .09px;
  font-size: 1.125rem;
  line-height: 26px;
}

.text-5._18-26px.text-color-black {
  color: #2f2f34;
}

.text-5.hide-itlic {
  display: none;
}

.text-5._19-22px {
  letter-spacing: .09px;
  font-size: 1.1875rem;
  line-height: 22px;
}

.text-5._19-22px.text-color-black {
  color: #4c4b53;
}

.text-5._19-22px.text-color-black.text-weight-semibold {
  color: #000;
}

.text-5._18-30px {
  letter-spacing: .09px;
  font-size: 1.125rem;
  line-height: 30px;
}

.text-5._18-30px.text-weight-medium {
  display: inline;
}

.faq_full {
  width: 100%;
}

.padding-11px {
  padding-top: .6875rem;
}

.testimonial-slide-nav {
  display: none;
}

.paragraph-1145 {
  text-align: center;
  margin-top: 1rem;
  margin-bottom: 1rem;
}

.link-2 {
  font-size: 2.25rem;
}

@media screen and (min-width: 1280px) {
  .width-100-2, .image-500-500-copy {
    width: 100%;
  }

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

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

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

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

  .faq-section-container {
    background-color: #fff;
    padding-top: 2rem;
  }

  .image-500-500, .down-image {
    width: 100%;
  }

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

  .heading-324254 {
    color: #000;
    letter-spacing: 0;
    -webkit-text-stroke-color: #000;
    background-color: #f7f6f1;
    border: 2px #352e92;
    padding-top: 5px;
    padding-bottom: 5px;
    font-family: Montserrat, sans-serif;
    font-size: 1rem;
    font-style: normal;
    font-weight: 800;
  }

  ._3rem-section-2 {
    font-size: 2rem;
  }

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

  .down-image-23 {
    width: 100%;
  }

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

  ._3rem-section {
    font-size: 2rem;
  }

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

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

  .page-padding-copy-copy {
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
  }

  .double-header-section-headline-2 {
    font-size: 2rem;
  }

  .image-500-500-copy-2 {
    width: 100%;
  }

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

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

@media screen and (min-width: 1440px) {
  .padding-vertical.aaa {
    width: 75%;
    margin-left: auto;
    margin-right: auto;
    padding-top: 2rem;
    padding-bottom: 2rem;
  }

  .wide-hero-1000-666 {
    width: 50%;
    display: block;
  }

  .hero-section-headline {
    font-size: 2.5rem;
  }

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

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

  .hero-section-headline-2 {
    font-size: 2.5rem;
  }

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

  .heading-324254 {
    color: #000;
    letter-spacing: 0;
    background-color: #f3e8e7;
    border: 2px #352e92;
    font-family: Montserrat, sans-serif;
    font-size: 1.25rem;
    font-style: normal;
    font-weight: 800;
  }

  .square-hero-2 {
    display: none;
  }

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

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

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

  .home-container-flex--8.home-flex-8-boder-redius {
    border-color: #8b190e;
  }

  ._3rem-section {
    font-size: 2.5rem;
  }

  .navbar-logo-left, .page-padding-copy-copy {
    background-color: #fff;
  }

  ._3rem-headline, .double-header-section-headline-2 {
    font-size: 2.5rem;
  }

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

@media screen and (min-width: 1920px) {
  .hero-sectionn.bg-image.text-color-white {
    background-image: url('../images/Hero-2-11-1.jpg');
  }

  .image-2, .image-7, .image-8, .image-9, .image-12 {
    object-fit: fill;
  }

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

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

  .image-500-500-copy {
    width: 100%;
  }

  .info-drink_split {
    margin-left: 0;
    padding-left: 0;
  }

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

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

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

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

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

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

  .square-hero {
    display: none;
  }

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

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

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

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

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

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

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

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

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

  .alpha-copy, .image-114 {
    padding-top: 5px;
    padding-bottom: 5px;
  }

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

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

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

  .hero-section-headline-2 {
    font-size: 3rem;
    line-height: 4rem;
  }

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

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

  .large-heading.text-center {
    font-size: 3rem;
    line-height: 4rem;
  }

  .image-500-500 {
    width: 100%;
  }

  .custom-attribute-head-copy {
    font-size: 1.2rem;
  }

  .down-image {
    width: 100%;
  }

  .paragraph-1136 {
    padding-left: 20px;
  }

  .heading-324254 {
    color: #000;
    text-align: center;
    letter-spacing: 0;
    background-color: #f7f6f1;
    border: 2px #352e92;
    padding-top: 5px;
    padding-bottom: 5px;
    font-family: Montserrat, sans-serif;
    font-size: 1.25rem;
    font-style: normal;
    font-weight: 800;
  }

  .section-2 {
    background-color: #f7f6f1;
    margin-bottom: 0;
  }

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

  .square-hero-2 {
    display: none;
  }

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

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

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

  .home-container-flex--8.home-flex-8-boder-redius {
    border-color: #dc582a;
  }

  .down-image-23 {
    width: 100%;
  }

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

  ._3rem-section {
    font-size: 3rem;
    line-height: 4rem;
  }

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

  .image-108 {
    object-fit: fill;
  }

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

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

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

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

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

  .h3-2._45-498px {
    font-family: Montserrat, sans-serif;
    font-size: 3rem;
    font-weight: 900;
    line-height: 4rem;
  }

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

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

  .custom-attribute-head {
    font-size: 1.2rem;
  }

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

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

  .steps_highlight-2 {
    background-color: #dc582a;
  }

  .double-header-section-headline-2 {
    max-width: none;
    padding-left: 20px;
  }

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

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

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

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

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

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

  .hero-sectionn.bg-image.text-color-white {
    background-image: url('../images/Hero-2-11-1.jpg');
  }

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

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

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

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

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

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

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

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

  .div-block-17 {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
  }

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

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

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

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

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

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

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

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

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

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

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

  .info-drink_image {
    width: 75%;
  }

  .info-drinkn_image-div {
    max-width: none;
  }

  .info-drink_split {
    flex-direction: column-reverse;
  }

  .info-drink_split.second {
    flex-direction: column;
  }

  .info-drink_content {
    width: 100%;
    text-align: center;
    margin-top: 25px;
  }

  .wide-hero-1000-666 {
    width: 100%;
    display: block;
  }

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

  .square-hero {
    display: none;
  }

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

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

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

  .paragraph-1139 {
    font-size: 16px;
  }

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

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

  .main-banner_paragraph {
    display: block;
  }

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

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

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

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

  .wide-hero-1000-666-mobile-copy {
    width: 100%;
    display: none;
  }

  .padding-large-2 {
    padding: 2.5rem;
  }

  .alpha-copy {
    padding: 1rem;
  }

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

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

  .padding-section-2 {
    padding: 2.5rem;
  }

  .padding-medium-2 {
    padding: 1.5rem;
  }

  .alpha {
    padding: 1rem;
  }

  .testimonial-slider-left {
    left: -20px;
  }

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

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

  .padding-5px.hide-padding-5px {
    display: none;
  }

  .testimonial-slider-right {
    right: -20px;
  }

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

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

  .heading-324254 {
    letter-spacing: 0;
    font-size: .75rem;
    font-weight: 700;
  }

  .padding-20px-2.tab-padding-20px {
    padding-top: .5rem;
  }

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

  .square-hero-2 {
    display: none;
  }

  .offer-section {
    background-color: #fff;
    padding-left: 3%;
    padding-right: 3%;
  }

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

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

  .down-image-23 {
    display: none;
  }

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

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

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

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

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

  .text-4.center-in-tablet-copy {
    text-align: center;
  }

  .details-8-div {
    width: 93%;
    min-width: 0;
    padding-top: 10px;
  }

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

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

  .nav-menu-2 {
    background-color: #fff9ee;
    border-bottom-right-radius: 25px;
    border-bottom-left-radius: 25px;
  }

  .column-21 {
    z-index: 5000;
    margin-top: 0;
    padding-bottom: 0;
    padding-left: 40px;
    padding-right: 20px;
  }

  .paragraph-1142 {
    font-size: 16px;
  }

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

  .h3-2._45-498px {
    font-family: Montserrat, sans-serif;
    font-weight: 900;
  }

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

  .italic-text-3.span-itlic-18 {
    margin-top: .6rem;
  }

  .image-8-div {
    width: 100%;
    height: 100%;
  }

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

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

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

  .testimonial-slide-wrapper {
    max-width: 49%;
  }

  .double-header-section-headline-2 {
    text-align: center;
  }

  .navbar-navlink {
    text-align: center;
    border-top: 1px solid #2b1a1a;
  }

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

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

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

  h2 {
    font-size: 2rem;
  }

  h3 {
    font-size: 1.5rem;
  }

  h4 {
    font-size: 1.25rem;
  }

  h5 {
    font-size: 1rem;
  }

  h6 {
    font-size: .875rem;
  }

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

  .page-wrapper {
    overflow: hidden;
  }

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

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

  .banner-wrap {
    width: 100%;
  }

  .badge-banner {
    margin-bottom: 4px;
    margin-left: 0;
    margin-right: 0;
  }

  .section {
    overflow: hidden;
  }

  .section.background-color-black {
    align-items: center;
  }

  .section.background-color-black.hide-desktop.hide-tablet {
    display: block;
  }

  .logo-wrapper {
    height: 2.1875rem;
  }

  .hero-padding-section {
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
  }

  .bg-image {
    background-image: url('../images/Hikers-banner-mobile-img.webp');
  }

  .hero-content {
    grid-column-gap: 13px;
    grid-row-gap: 13px;
    grid-template-columns: 1fr;
    justify-items: center;
  }

  .div-block {
    padding: 4px 8px;
  }

  .hero-heading {
    text-align: center;
    font-size: 1.25rem;
  }

  .div-block-2 {
    align-items: center;
  }

  .hero-button {
    padding: 10px 13px;
  }

  .image {
    max-width: 1.312rem;
  }

  .hero-sectionn {
    min-height: 400px;
  }

  .hero-sectionn.bg-image.text-color-white {
    background-size: cover;
    align-items: flex-start;
  }

  .sec2-padding {
    padding-top: 26px;
    padding-bottom: 26px;
  }

  .div-block-6 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
  }

  .sec3-padding {
    padding: 26px 0 30px;
  }

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

  .div-block-8 {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    flex-direction: column;
    padding: .625rem 15px 1.25rem;
    display: flex;
  }

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

  .div-block-9 {
    grid-template-columns: 4fr .5fr;
  }

  .heading-3 {
    font-size: 2.5rem;
    line-height: 40px;
  }

  .image-3 {
    display: none;
  }

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

  .div-block-10 {
    max-width: 360px;
    margin-left: auto;
    margin-right: auto;
  }

  .sec4-padding {
    padding-bottom: 28px;
  }

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

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

  .uui-testimonial06_logo {
    max-height: 2.5rem;
  }

  .uui-testimonial06_divider {
    display: none;
  }

  .uui-heading-tiny {
    font-size: .875rem;
  }

  .uui-testimonial06_client-image-wrapper {
    margin-bottom: 1rem;
    margin-right: 0;
  }

  .uui-testimonial06_client {
    width: 100%;
    text-align: center;
    flex-direction: column;
    align-items: center;
  }

  .uui-heading-medium {
    font-size: 1.75rem;
    line-height: 1.4;
  }

  .uui-testimonial06_content {
    grid-column-gap: 1.25rem;
    grid-row-gap: 1.25rem;
  }

  .uui-testimonial06_component {
    grid-column-gap: 25px;
    grid-row-gap: 25px;
    padding-bottom: 2rem;
  }

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

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

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

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

  .uui-heroheader05_image {
    max-width: 70%;
  }

  .uui-heroheader05_image-wrapper {
    justify-content: flex-start;
  }

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

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

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

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

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

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

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

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

  .text-block-2 {
    font-size: .875rem;
  }

  .text-block-3 {
    font-size: .8rem;
  }

  .div-block-13 {
    grid-column-gap: 5px;
    grid-row-gap: 5px;
  }

  .image-4 {
    width: 14px;
  }

  .div-block-17 {
    max-width: 400px;
    grid-template-columns: 1fr;
  }

  .paragraph {
    font-size: .875rem;
  }

  .bold-text-2 {
    font-size: .625rem;
    line-height: 15px;
  }

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

  .logos {
    width: 19px;
  }

  .uui-testimonial06_slide-3 {
    width: 100%;
    padding-left: 0;
    padding-right: 0;
  }

  .uui-testimonial06_slide-nav-copy {
    grid-column-gap: 0rem;
    grid-row-gap: 0rem;
    justify-content: center;
    display: block;
  }

  .uui-testimonial06_component-copy {
    padding-bottom: 2rem;
  }

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

  .text-block-4 {
    font-size: .8125rem;
  }

  .highlighted-text {
    line-height: 15px;
  }

  .uui-logos04_logo {
    height: 2.5rem;
  }

  .uui-logo-loop_inner {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
  }

  .marquees-wrapper {
    padding: .5rem 1rem;
  }

  .uui-logos04_list {
    width: 124rem;
    grid-template-columns: 10rem 10rem 10rem 10rem 10rem 10rem 10rem 10rem;
  }

  .uui-logo-loop_component {
    height: 3rem;
    align-items: center;
    padding-top: 14px;
    padding-bottom: 14px;
    display: flex;
    position: relative;
  }

  .hide-desktop-and-tablet {
    display: block;
  }

  .crew-paragraph {
    font-size: .8125rem;
  }

  .image-2, .image-7, .image-8, .image-9 {
    height: 100%;
    min-height: 0;
    object-fit: contain;
  }

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

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

  .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-logo_logotype {
    width: 9.1rem;
  }

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

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

  .uui-heading-tiny-copy {
    font-size: .875rem;
  }

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

  .wide-hero-1000-666 {
    max-width: 100%;
    display: block;
  }

  .hero-section-headline {
    font-size: 2rem;
  }

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

  .square-hero {
    display: none;
  }

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

  .sec2-padding-copy {
    padding-top: 26px;
    padding-bottom: 26px;
  }

  .div-block-6-copy {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
  }

  .wide-hero-1000-666-mobile-copy {
    max-width: 100%;
    display: block;
  }

  .padding-large-2 {
    padding: 1.5rem;
  }

  .alpha-copy {
    text-align: center;
    flex-direction: column;
    align-items: center;
    margin-left: 5%;
    margin-right: 5%;
    transform: scale3d(1.1, 1, 1);
  }

  .image-28 {
    width: 70%;
    margin-left: auto;
    margin-right: auto;
  }

  .div-block-23 {
    align-items: stretch;
  }

  .main-grid {
    grid-template-columns: 2.6fr;
  }

  .padding-section-2 {
    padding: 1.5rem 1rem;
  }

  .div-block-25 {
    flex-direction: column;
    align-items: stretch;
    display: flex;
  }

  .div-block-copy {
    width: 100%;
  }

  .image-29 {
    width: 11.25rem;
    min-width: auto;
  }

  .padding-medium-2 {
    padding: 1.25rem;
  }

  .onint-pro-content {
    width: 100%;
  }

  .image-115 {
    margin-left: 0;
  }

  .alpha {
    text-align: center;
    flex-direction: column;
    align-items: center;
    transform: scale3d(1.1, 1, 1);
  }

  .onnit-section {
    width: 100%;
    text-align: center;
    flex-direction: column;
    margin-top: 2.5rem;
  }

  .div-block-10-copy-copy, .div-block-10-copy, .div-block-10-copy-2 {
    align-items: stretch;
  }

  .testimonial-slider-left {
    left: -10px;
  }

  .wide-hero-1000-666-copy {
    max-width: 100%;
    display: block;
  }

  .hero-section-headline-2 {
    font-size: 2rem;
  }

  .full-width-grid {
    grid-template-columns: 1fr;
  }

  .column-13 {
    padding-bottom: 0;
  }

  .different-image {
    width: 75%;
  }

  .faq-section-container {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .different-split {
    flex-direction: column;
  }

  .testimonial-slider-right {
    right: -10px;
  }

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

  .wrapper-image {
    width: 100%;
  }

  .image-check {
    width: 1.3rem;
    min-width: 1.3rem;
  }

  .differetnt_contact {
    width: 100%;
  }

  ._3rem-headline-left-alignment {
    font-size: 1.5rem;
  }

  .heading-324254 {
    letter-spacing: 0;
  }

  ._3rem-section-2 {
    font-size: 1.5rem;
  }

  .section-2 {
    padding-left: 3%;
    padding-right: 3%;
  }

  .square-hero-2 {
    display: none;
  }

  .uui-pricing01_feature-list {
    grid-column-gap: 0rem;
    grid-row-gap: .5rem;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
  }

  .double-copy-section-container {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .check-wrapper.to_right {
    flex-direction: row-reverse;
  }

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

  ._3rem-section {
    font-size: 1.5rem;
  }

  .image-108 {
    height: 100%;
    min-height: 0;
    object-fit: contain;
  }

  .testimonial-card {
    margin-left: 10px;
    margin-right: 10px;
  }

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

  .padding-30px {
    padding-top: 1rem;
  }

  .coffee-home-div {
    width: 100%;
    max-width: none;
  }

  .page-padding-copy-copy {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .navbar-logo-left-container {
    max-width: 100%;
  }

  .italic-text-3.span-itlic-18 {
    margin-top: .5rem;
  }

  .how-it-works-container-2 {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .image-8-div {
    width: 99.937%;
    height: 100%;
    max-width: 100%;
  }

  .coffee-at-home-grid {
    justify-content: flex-start;
  }

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

  .testimonial-slide-wrapper {
    max-width: 100%;
    margin-right: 0%;
  }

  .double-header-section-headline-2 {
    text-align: center;
    font-size: 1.5rem;
  }

  .navbar-brand {
    padding-left: 0;
  }

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

  .bar-heading.inverse {
    flex-direction: row-reverse;
  }

  .columns-9 {
    display: flex;
  }

  .text-5._18-26px.text-color-black.text-weight-medium {
    font-size: .9rem;
  }

  .text-5._19-22px.text-color-black.text-weight-semibold {
    font-size: 1rem;
  }
}

@media screen and (max-width: 479px) {
  .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-huge {
    padding-top: 0;
  }

  .padding-vertical.padding-large-copy {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
  }

  .padding-vertical.aaa {
    margin-left: 10px;
    margin-right: 10px;
  }

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

  .banner-wrap {
    text-align: left;
    object-fit: contain;
  }

  .text {
    font-size: .8rem;
  }

  .text.color-black._12px {
    text-align: center;
  }

  .hero-heading {
    font-size: 32px;
  }

  .div-block-4 {
    text-align: center;
    justify-content: center;
  }

  .image {
    max-width: 1.3125rem;
  }

  .hero-sectionn.bg-image.text-color-white {
    background-image: url('../images/Hero-2-11-1.jpg');
    background-size: cover;
  }

  .sec3-padding {
    margin-bottom: 10px;
  }

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

  .image-3 {
    display: none;
  }

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

  .uui-heading-tiny {
    font-size: 28px;
    line-height: 35px;
  }

  .uui-testimonial06_component {
    padding-bottom: 0;
  }

  .uui-heroheader05_image {
    max-width: 99%;
  }

  .uui-heroheader05_image-wrapper {
    flex-direction: column;
  }

  .uui-button-row {
    text-align: center;
    justify-content: center;
  }

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

  .heading-5 {
    font-size: 28px;
  }

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

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

  .testimonial-heading {
    margin-left: 5%;
    margin-right: 5%;
  }

  .text-block-4 {
    font-size: .8125rem;
  }

  .div-block-2-copy {
    align-items: center;
  }

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

  .kefir._24px {
    font-size: 1.3rem;
  }

  .uui-logos04_list {
    justify-content: center;
  }

  .uui-logo-loop_component {
    background-color: #1f3f39;
    flex-wrap: nowrap;
  }

  .crew-paragraph {
    font-size: 16px;
  }

  .image-2, .image-7, .image-8, .image-9 {
    width: 100%;
    height: 100%;
    min-height: 0;
    object-fit: contain;
    margin-top: 5%;
  }

  .uui-footer07_link-list {
    grid-template-rows: auto auto auto;
  }

  .image-12 {
    width: 100%;
    height: 100%;
    min-height: 0;
    object-fit: contain;
    margin-top: 5%;
  }

  .button-2, .button-2-copy {
    text-align: center;
    margin-top: 2%;
  }

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

  .text-block-9 {
    font-size: .85rem;
  }

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

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

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

  .bold-text-72 {
    font-size: 14px;
    line-height: 10px;
  }

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

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

  .width-100-2 {
    width: 100%;
    text-align: center;
    padding-top: 0;
    display: block;
  }

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

  .bold-text-78, .bold-text-66 {
    font-size: 14px;
  }

  .main-banner_checkpoints-div-2 {
    text-align: left;
    flex-direction: row;
    justify-content: flex-start;
    margin-bottom: 10px;
    font-size: 14px;
    line-height: 18px;
    display: flex;
  }

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

  .paragraph-1137 {
    text-align: left;
    padding-left: 3%;
    padding-right: 3%;
    font-size: 1rem;
    font-weight: 400;
    line-height: 24px;
  }

  .image-500-500-copy {
    text-align: center;
    padding-top: 0;
    display: block;
  }

  .info-drink_split {
    background-color: rgba(0, 0, 0, 0);
    margin-top: 0;
  }

  .info-drink_split.second {
    z-index: 5000;
    background-color: #f7f6f1;
    position: relative;
  }

  .cta-button {
    width: 95%;
    height: 60px;
    color: #fff;
    background-color: #dc582a;
    margin-top: -3px;
    margin-left: auto;
    margin-right: auto;
  }

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

  .hero-section-headline {
    text-align: center;
    background-color: #fff;
    margin-top: 10px;
    margin-bottom: 0;
    font-size: 28px;
    font-weight: 900;
    line-height: 30px;
  }

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

  .main-banner_content-inner-3 {
    width: 100%;
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
    display: none;
  }

  .text-align-center-3-copy-copy {
    width: 100%;
    text-align: center;
    padding-top: 5px;
    font-size: .75rem;
  }

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

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

  .bold-text-28 {
    font-size: 10px;
  }

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

  .text-size-medium-4 {
    text-align: center;
    margin: -15px auto 0;
    padding-bottom: 0;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
  }

  .column-12 {
    z-index: 5000;
    flex: 1;
    margin-bottom: 50px;
    padding-left: 10px;
    padding-right: 10px;
  }

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

  .text-size-medium-4-copy {
    text-align: left;
    background-color: #fff;
    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: 0;
    margin-bottom: 0;
    font-size: 12px;
    font-weight: 600;
  }

  .main-banner_paragraph {
    display: block;
  }

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

  .timer-desktop {
    margin-top: -5px;
    padding-top: 10px;
    padding-bottom: 10px;
    display: none;
  }

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

  .margin-vertical-2.margin-small, .margin-vertical-2.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;
    display: block;
    position: relative;
  }

  .margin-vertical-2.margin-xsmall {
    margin-top: 0;
    padding-top: 0;
    padding-bottom: 0;
  }

  .columns-10 {
    justify-content: center;
  }

  .main-banner_content-3 {
    margin-left: auto;
    margin-right: auto;
    padding-top: 10px;
    padding-bottom: 0;
  }

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

  .main-wrapper_cta-x-2 {
    width: 100%;
  }

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

  .image-20 {
    margin-bottom: 10px;
  }

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

  .wide-hero-1000-666-mobile-copy {
    width: 100%;
    height: 100%;
    max-height: 90%;
    max-width: 100%;
    margin-top: 10%;
    margin-left: auto;
    margin-right: auto;
    display: block;
  }

  .main-banner_content-inner-3-mobile {
    width: 100%;
    max-width: 100%;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    display: block;
  }

  .image-27, .social {
    display: none;
  }

  .alpha-copy {
    margin-left: 3%;
    margin-right: 3%;
  }

  .div-block-23 {
    margin-bottom: 15px;
  }

  .image-6-mobile4 {
    max-width: 60%;
    object-fit: fill;
    display: block;
  }

  .image-6-mobile3 {
    display: none;
  }

  .image-29 {
    max-width: 65%;
    text-align: center;
  }

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

  .heading-8._32px.text-color-white {
    font-size: 1.5rem;
  }

  .heading-8._32px.text-align-center {
    font-size: 1.75rem;
  }

  .paragraph-1140 {
    font-size: 1.125rem;
    line-height: 27px;
  }

  .paragraph-1140._20px.text-color-gainsboro {
    font-size: 1.15rem;
  }

  .paragraph-1140._18px {
    color: #000;
  }

  .justify-align-space-btw.max-width-full {
    text-align: center;
    justify-content: center;
    align-items: center;
  }

  .padding-medium-2 {
    text-align: center;
  }

  .image-114 {
    display: none;
  }

  .image-115 {
    max-width: 100%;
  }

  .image-116 {
    margin-bottom: 0;
  }

  .alpha {
    margin-left: 3%;
    margin-right: 3%;
  }

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

  .div-block-10-copy-copy {
    margin-bottom: 15px;
  }

  .brand {
    text-align: center;
    flex: 0 auto;
  }

  .div-block-10-copy, .div-block-10-copy-2 {
    margin-bottom: 15px;
  }

  .testimonial-slider-left {
    width: 30px;
    left: -10px;
  }

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

  .hero-section-headline-2 {
    text-align: left;
    background-color: #fff;
    margin-top: 0;
    margin-bottom: 0;
    font-size: 24px;
    font-weight: 900;
    line-height: 30px;
  }

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

  .faq-section-container {
    z-index: 1000;
    background-color: #fff;
    padding-top: 3rem;
    padding-bottom: 3rem;
    display: block;
    position: relative;
  }

  .main-banner_content-inner-4 {
    width: 100%;
    max-width: 400px;
    margin-left: auto;
    margin-right: auto;
  }

  .footer-text {
    background-color: #fff;
  }

  .text-weight-medium-2 {
    font-weight: 400;
    line-height: 24px;
  }

  .text-weight-medium-2.text-size-medium.text-align-center {
    font-size: 1rem;
    font-weight: 400;
    line-height: 24px;
  }

  .steps_div-2 {
    min-height: 100%;
  }

  .testimonial-slider-right {
    width: 30px;
    right: -10px;
  }

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

  .icon-3 {
    display: none;
  }

  .image-500-500 {
    text-align: center;
    padding-top: 0;
    display: block;
  }

  .custom-attribute-head-copy {
    text-align: left;
  }

  .wrapper-image {
    height: 40%;
    position: static;
  }

  .container-large-2 {
    max-width: 100%;
  }

  .home-container-child-upper-heading-8 {
    padding-left: .5rem;
    padding-right: .5rem;
  }

  .section-footer {
    font-family: Montserrat, sans-serif;
  }

  .differetnt_contact {
    text-align: center;
    display: block;
  }

  .down-image {
    text-align: center;
    margin-bottom: 15px;
    padding-top: 0;
    display: block;
  }

  .paragraph-1136 {
    padding-left: 3%;
    padding-right: 3%;
    font-size: 1rem;
    line-height: 24px;
  }

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

  ._3rem-headline-left-alignment {
    text-align: center;
    justify-content: center;
    align-items: center;
    display: flex;
  }

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

  .text-3._14px {
    font-size: .8rem;
  }

  .column-20 {
    background-color: rgba(0, 0, 0, 0);
  }

  .heading-324254 {
    letter-spacing: 0;
    margin-left: 0%;
    padding-left: 1%;
    padding-right: 1%;
    font-size: .75rem;
  }

  .footer-flex {
    background-color: #fff;
  }

  .faq-section {
    font-family: Montserrat, sans-serif;
  }

  .section-2 {
    margin-top: 0;
  }

  .bold-text-76 {
    padding-top: 25px;
    display: flex;
  }

  .text-size-medium-7 {
    text-align: left;
    margin-top: -15px;
    font-size: 1rem;
    font-weight: 300;
  }

  .text-size-medium-7.text-weight-semibold {
    color: #000;
    margin-top: -30px;
    font-size: .875rem;
    font-weight: 800;
  }

  .bold-text-103 {
    font-size: 10px;
  }

  .offer-section {
    z-index: 5000;
    background-color: #fff;
    padding-left: 0%;
    padding-right: 0%;
    font-family: Montserrat, sans-serif;
    position: relative;
  }

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

  .double-copy-section-container {
    background-color: #f7f6f1;
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 3rem;
    padding-bottom: 3rem;
    font-family: Montserrat, sans-serif;
    display: block;
  }

  .navbar-wrapper {
    justify-content: center;
  }

  .home-container-flex--8.home-flex-8-boder-redius {
    border-color: #dc582a;
  }

  .down-image-23 {
    text-align: center;
    padding-top: 0;
    display: block;
  }

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

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

  .exepert.padding-large-copy {
    width: 100%;
    background-color: #fff;
    margin-left: auto;
    margin-right: auto;
  }

  ._3rem-section {
    font-size: 2rem;
    line-height: 2.4rem;
  }

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

  .text-size-regular-2 {
    background-color: #fff;
    line-height: 24px;
  }

  .text-size-regular-2.text-align-center {
    background-color: rgba(0, 0, 0, 0);
    font-size: 1rem;
    font-weight: 400;
    line-height: 24px;
  }

  .text-size-medium-8 {
    text-align: left;
    margin: -15px auto 0;
    padding-bottom: 0;
    font-size: .875rem;
    font-weight: 400;
    line-height: 24px;
  }

  .text-size-medium-8.text-weight-semibold {
    color: #000;
    background-color: #fff;
    margin-top: 0;
    margin-bottom: 0;
    font-size: 10px;
    font-weight: 500;
  }

  .text-4.center-in-tablet-copy {
    line-height: 24px;
  }

  .image-108 {
    width: 100%;
    height: 100%;
    min-height: 0;
    object-fit: contain;
    margin-top: 5%;
  }

  .testimonial-card {
    margin-left: 10px;
    margin-right: 10px;
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .padding-global-4 {
    background-color: #fff;
    padding-top: 0;
    padding-bottom: 0;
    font-family: Montserrat, sans-serif;
    position: relative;
    overflow: hidden;
  }

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

  .nav-menu-2 {
    z-index: 2000;
  }

  .column-15 {
    text-align: center;
    background-color: #fff;
    display: block;
  }

  .column-17 {
    display: none;
  }

  .text-weight-semibold-2 {
    margin-bottom: 0;
  }

  .column-16 {
    display: none;
  }

  .sticky-footer-section {
    font-family: Montserrat, sans-serif;
  }

  .bold-text-75 {
    padding-top: 25px;
    display: flex;
  }

  .column-21 {
    z-index: 5000;
    margin-bottom: 50px;
    padding-left: 10px;
    padding-right: 10px;
  }

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

  ._1111 {
    margin-top: 0;
    padding-top: 10px;
    display: flex;
  }

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

  .page-padding-copy-copy {
    margin-top: 0;
    margin-bottom: 0;
    padding: 2.5rem .5rem;
    display: block;
  }

  .h3-2._45-498px {
    font-family: Montserrat, sans-serif;
    font-size: 2rem;
    font-weight: 900;
    line-height: 2.4rem;
  }

  .navbar-logo-left-container.shadow-three {
    z-index: 2000;
  }

  .steps_grid-2 {
    grid-template-columns: 1fr;
  }

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

  .dropdown-answers_main {
    flex-direction: column;
  }

  .bold-text-74 {
    margin-top: 25px;
    display: flex;
  }

  .bold-text-77 {
    padding-top: 25px;
    display: flex;
  }

  .how-it-works-container-2 {
    margin-top: 0;
    font-family: Montserrat, sans-serif;
    overflow: hidden;
  }

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

  .paragraph-1144 {
    text-align: left;
    padding-left: 3%;
    padding-right: 3%;
    font-size: 1rem;
    font-weight: 400;
    line-height: 24px;
  }

  .mask-2 {
    background-color: rgba(0, 0, 0, 0);
  }

  .coffee-at-home-grid {
    background-color: #f7f6f1;
  }

  .hero-section-desktop {
    z-index: 5000;
    font-family: Montserrat, sans-serif;
    position: relative;
  }

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

  ._3rem-headline {
    font-size: 2rem;
    line-height: 2.4rem;
  }

  .steps_highlight-2 {
    background-color: #dc582a;
  }

  .testimonial-slide-wrapper {
    max-width: 100%;
    margin-right: 0%;
  }

  .double-header-section-headline-2 {
    text-align: center;
    font-size: 2rem;
    line-height: 2.4rem;
  }

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

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

  .cta-section-text {
    text-align: center;
    margin-top: 0;
    font-size: 1rem;
    font-weight: 400;
    line-height: 24px;
  }

  .main-banner_checkpoints-div-3 {
    text-align: left;
    flex-direction: row;
    justify-content: flex-start;
    margin-bottom: 10px;
    font-size: 1.125rem;
    display: flex;
  }

  .image-500-500-copy-2 {
    text-align: center;
    padding-top: 0;
    display: block;
  }

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

  .title-2 {
    font-size: 1.5rem;
    line-height: 2.4rem;
  }

  .text-5._18-26px.text-color-black.text-weight-medium {
    align-self: auto;
  }

  .text-5._18-26px.text-color-black.text-weight-medium.text-align-center {
    line-height: 24px;
  }

  .text-5._19-22px.text-color-black.text-weight-semibold {
    font-size: .9rem;
  }
}

#w-node-_9f5fa0f5-3d82-5b0f-2e1a-7f43b32059b8-fb55a185 {
  justify-self: start;
}

#w-node-_56b9cbfb-d99c-27e3-8514-1b18e3e61f68-fb55a185, #w-node-fe652fcc-8166-8ee1-7212-79abcab521ae-fb55a185, #w-node-_31f27a9e-f60f-f9e6-61df-65c246e7608f-fb55a185, #w-node-_1873c807-07db-987c-f078-6571e1f34bf9-fb55a185, #w-node-_291c6e88-7b9d-fd09-5953-2f420fc75ab4-fb55a185 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-fb3b2baa-a1ee-d7c4-c6c3-ee87907a513d-fb55a185 {
  justify-self: start;
}

#w-node-_2de47b81-9e7b-16fa-c096-5db440d7902a-fb55a185 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_5685776d-d064-a34f-13a2-d59083748cb3-fb55a185 {
  justify-self: start;
}

#w-node-_1a9b89a1-1d86-74e9-c413-a40df17c527f-fb55a185 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_2e39a9b0-c61f-2e92-77a3-29255f70e802-fb55a185 {
  justify-self: start;
}

#w-node-dcaccefd-99c5-7849-b54e-79a164d9dc66-fb55a185 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_2adca951-992e-26ef-770d-451204d744eb-fb55a185 {
  justify-self: start;
}

#w-node-ac5e7d8f-beb1-f08b-5e04-13b4202c8512-fb55a185 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-c4bd2398-e481-12ad-c3da-55284afbdf40-fb55a185 {
  justify-self: start;
}

#w-node-_99ed6c7e-cb8a-a4e5-126f-aea77bd8de2b-fb55a185, #w-node-_99ed6c7e-cb8a-a4e5-126f-aea77bd8de30-fb55a185, #w-node-_99ed6c7e-cb8a-a4e5-126f-aea77bd8de35-fb55a185, #w-node-_96fe02c4-11df-44ff-8dbb-526e50f7b066-fb55a185, #w-node-_96fe02c4-11df-44ff-8dbb-526e50f7b07e-fb55a185, #w-node-d294e04a-b35c-e085-7afa-1997699f6df4-fb55a185, #w-node-d294e04a-b35c-e085-7afa-1997699f6df9-fb55a185, #w-node-d294e04a-b35c-e085-7afa-1997699f6dfe-fb55a185 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_79614bcd-0076-c3fa-9425-bcd5873e1760-fb55a185 {
  justify-self: center;
}

#w-node-_32eadc24-e391-a089-abe0-fb5b6627ca17-fb55a18a, #w-node-_32eadc24-e391-a089-abe0-fb5b6627ca1c-fb55a18a, #w-node-_32eadc24-e391-a089-abe0-fb5b6627ca21-fb55a18a, #w-node-_32eadc24-e391-a089-abe0-fb5b6627ca26-fb55a18a, #w-node-_32eadc24-e391-a089-abe0-fb5b6627ca2c-fb55a18a, #w-node-_32eadc24-e391-a089-abe0-fb5b6627ca32-fb55a18a, #w-node-_32eadc24-e391-a089-abe0-fb5b6627ca38-fb55a18a {
  justify-self: start;
}

#w-node-_32eadc24-e391-a089-abe0-fb5b6627cb45-fb55a18a, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cb5e-fb55a18a {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_32eadc24-e391-a089-abe0-fb5b6627cb61-fb55a18a {
  justify-self: start;
}

#w-node-_32eadc24-e391-a089-abe0-fb5b6627cb63-fb55a18a {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_32eadc24-e391-a089-abe0-fb5b6627cb66-fb55a18a {
  justify-self: start;
}

#w-node-_32eadc24-e391-a089-abe0-fb5b6627cbb8-fb55a18a, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cbc2-fb55a18a, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cbc3-fb55a18a {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_32eadc24-e391-a089-abe0-fb5b6627cc31-fb55a18a, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cc36-fb55a18a, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cc3b-fb55a18a, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cc40-fb55a18a, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cc45-fb55a18a, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cc4a-fb55a18a, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cc54-fb55a18a, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cc59-fb55a18a, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cc5e-fb55a18a, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cc63-fb55a18a, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cc68-fb55a18a, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cc6d-fb55a18a, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cc72-fb55a18a, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cc77-fb55a18a, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cc7c-fb55a18a, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cc81-fb55a18a, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cc86-fb55a18a {
  justify-self: start;
}

#w-node-_32eadc24-e391-a089-abe0-fb5b6627cc8a-fb55a18a {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_32eadc24-e391-a089-abe0-fb5b6627cc8b-fb55a18a, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cc90-fb55a18a, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cc95-fb55a18a, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cc9a-fb55a18a, #w-node-_32eadc24-e391-a089-abe0-fb5b6627ccaf-fb55a18a, #w-node-_32eadc24-e391-a089-abe0-fb5b6627ccb4-fb55a18a, #w-node-_32eadc24-e391-a089-abe0-fb5b6627ccb9-fb55a18a, #w-node-_32eadc24-e391-a089-abe0-fb5b6627ccbe-fb55a18a, #w-node-_32eadc24-e391-a089-abe0-fb5b6627ccc3-fb55a18a, #w-node-_32eadc24-e391-a089-abe0-fb5b6627ccc8-fb55a18a, #w-node-_32eadc24-e391-a089-abe0-fb5b6627ccd2-fb55a18a, #w-node-_32eadc24-e391-a089-abe0-fb5b6627ccd7-fb55a18a, #w-node-_32eadc24-e391-a089-abe0-fb5b6627ccdc-fb55a18a, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cce1-fb55a18a, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cce6-fb55a18a, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cceb-fb55a18a, #w-node-_32eadc24-e391-a089-abe0-fb5b6627ccf0-fb55a18a, #w-node-_32eadc24-e391-a089-abe0-fb5b6627ccf5-fb55a18a, #w-node-_32eadc24-e391-a089-abe0-fb5b6627ccfa-fb55a18a, #w-node-_32eadc24-e391-a089-abe0-fb5b6627ccff-fb55a18a, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cd04-fb55a18a {
  justify-self: start;
}

#w-node-_32eadc24-e391-a089-abe0-fb5b6627cd08-fb55a18a {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_32eadc24-e391-a089-abe0-fb5b6627cd09-fb55a18a, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cd0e-fb55a18a, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cd13-fb55a18a, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cd18-fb55a18a {
  justify-self: start;
}

#w-node-_32eadc24-e391-a089-abe0-fb5b6627cd6b-fb55a18a {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_32eadc24-e391-a089-abe0-fb5b6627cdc7-fb55a18a {
  justify-self: start;
}

#w-node-_88c27427-b546-f255-6703-f50cbe1965cc-2409ae85, #w-node-_88c27427-b546-f255-6703-f50cbe19662e-2409ae85, #w-node-_88c27427-b546-f255-6703-f50cbe196738-2409ae85, #w-node-_22dd73ec-eb39-96b4-b1bc-19c23beec514-2fbf8081, #w-node-_22dd73ec-eb39-96b4-b1bc-19c23beec519-2fbf8081, #w-node-_22dd73ec-eb39-96b4-b1bc-19c23beec51e-2fbf8081, #w-node-a864ff27-0497-f988-cc3c-c1456897e6ac-2fbf8081 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-a864ff27-0497-f988-cc3c-c1456897e7f8-2fbf8081 {
  justify-self: center;
}

#w-node-a864ff27-0497-f988-cc3c-c1456897e7fa-2fbf8081 {
  align-self: center;
  justify-self: center;
}

#w-node-a864ff27-0497-f988-cc3c-c1456897e7fc-2fbf8081, #w-node-a864ff27-0497-f988-cc3c-c1456897e800-2fbf8081, #w-node-a864ff27-0497-f988-cc3c-c1456897e806-2fbf8081, #w-node-a864ff27-0497-f988-cc3c-c1456897e80c-2fbf8081, #w-node-a864ff27-0497-f988-cc3c-c1456897e812-2fbf8081 {
  align-self: start;
}

#w-node-a864ff27-0497-f988-cc3c-c1456897e818-2fbf8081, #w-node-a864ff27-0497-f988-cc3c-c1456897e819-2fbf8081 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

@media screen and (max-width: 991px) {
  #w-node-_291c6e88-7b9d-fd09-5953-2f420fc75ab4-fb55a185 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_79614bcd-0076-c3fa-9425-bcd5873e1760-fb55a185 {
    justify-self: center;
  }

  #w-node-a864ff27-0497-f988-cc3c-c1456897e7fa-2fbf8081 {
    align-self: center;
    justify-self: center;
  }
}

@media screen and (max-width: 767px) {
  #w-node-f7f396b6-664e-15e1-084f-167c90a37f84-fb55a185, #w-node-_38dbc546-1060-38fc-8621-f794fd69298a-fb55a185 {
    order: 9999;
  }

  #w-node-fb3b2baa-a1ee-d7c4-c6c3-ee87907a513d-fb55a185 {
    justify-self: start;
  }

  #w-node-_1109dffb-2469-bf23-7ff0-1f96c40cb823-fb55a185 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_5685776d-d064-a34f-13a2-d59083748cb3-fb55a185, #w-node-_2e39a9b0-c61f-2e92-77a3-29255f70e802-fb55a185, #w-node-_2adca951-992e-26ef-770d-451204d744eb-fb55a185, #w-node-c4bd2398-e481-12ad-c3da-55284afbdf40-fb55a185 {
    justify-self: start;
  }

  #w-node-_96fe02c4-11df-44ff-8dbb-526e50f7b07e-fb55a185 {
    order: -9999;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_79614bcd-0076-c3fa-9425-bcd5873e1760-fb55a185 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}


@font-face {
  font-family: 'Oswald variablefont wght';
  src: url('../fonts/Oswald-VariableFont_wght.ttf') format('truetype');
  font-weight: 200 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Lato';
  src: url('../fonts/Lato-Thin.ttf') format('truetype');
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Lato';
  src: url('../fonts/Lato-Black.ttf') format('truetype');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Lato';
  src: url('../fonts/Lato-Light.ttf') format('truetype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Lato';
  src: url('../fonts/Lato-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Lato';
  src: url('../fonts/Lato-Bold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}