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

.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: #ececec;
  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: #faa21b;
  border-radius: 4px;
  padding: 5px 10px;
  font-family: Oswald variablefont wght, sans-serif;
  text-decoration: none;
}

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

.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/Untitled-design---2023-07-20T141223.442.jpg');
  background-position: 50%;
  background-size: cover;
  justify-content: center;
}

.sec2-padding {
  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 {
  text-align: center;
  padding-left: 3%;
  padding-right: 3%;
  font-family: Montserrat, sans-serif;
  font-size: 1.0625rem;
  font-weight: 400;
  line-height: 22px;
}

.div-block-6 {
  grid-column-gap: 9px;
  grid-row-gap: 9px;
  flex-direction: column;
  align-items: center;
  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: #f1f1f1;
  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: #faa21b;
  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 {
  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: 1.125rem;
  font-weight: 700;
}

.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 {
  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 {
  font-family: Montserrat, sans-serif;
  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-copy {
  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;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

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

.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 {
  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: #fff;
}

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

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

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

.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;
  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: 100%;
  height: 100%;
  min-height: 0;
  object-fit: contain;
  padding-bottom: 0%;
}

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

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

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

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

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

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

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

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

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

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

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

.paragraph-2._20px {
  font-size: 1.25rem;
}

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

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

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

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

.paragraph-2._13px {
  font-size: .8125rem;
}

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

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

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

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

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

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

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

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

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

.review {
  grid-column-gap: .875rem;
  grid-row-gap: .875rem;
  color: #6b6e74;
  justify-content: space-between;
  align-items: flex-start;
  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;
}

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

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

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

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

.div-block-27 {
  width: .0625rem;
  background-color: #ded7d2;
}

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

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

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

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

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

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

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

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

.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-18 {
  max-width: 35%;
  object-fit: contain;
}

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

.heading-8._26px {
  font-size: 1.625rem;
}

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

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

.heading-8._32px.hide-desktop {
  display: none;
}

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

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

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

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

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

.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: #faa21b;
  padding-left: .7rem;
  padding-right: .7rem;
}

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

.rating.transparent {
  opacity: 0;
}

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

.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-31 {
  grid-column-gap: 1.875rem;
  grid-row-gap: 1.875rem;
  align-items: center;
  display: flex;
}

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

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

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

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

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

.heading-9._26px {
  font-size: 1.625rem;
}

@media screen and (min-width: 1920px) {
  .hero-sectionn.bg-image.text-color-white {
    background-image: url('../images/Untitled-design---2023-07-20T141223.442.jpg');
  }

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

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

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

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

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

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

  .image-19 {
    display: block;
  }
}

@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/Untitled-design---2023-07-20T141223.442.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;
  }

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

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

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

  .alpha-copy {
    padding: 1rem;
  }

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

  .alpha {
    padding: 1rem;
  }

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

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

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

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

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

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

  .div-block-23 {
    width: 25%;
  }

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

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

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

  .review {
    flex-direction: column;
    align-items: flex-end;
  }

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

  .div-block-28, .div-block-29 {
    width: 100%;
  }

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

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

  .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 {
    align-items: stretch;
  }

  .rating {
    width: 89%;
  }

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

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

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

  .text.color-black._12px {
    text-align: center;
  }

  .hero-heading {
    font-size: 1.475rem;
  }

  .image {
    max-width: 1.3125rem;
  }

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

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

  .image-3 {
    display: none;
  }

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

  .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 {
    flex-wrap: nowrap;
  }

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

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

  .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, .social {
    display: none;
  }

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

  .paragraph-2 {
    font-size: 1.125rem;
    line-height: 27px;
  }

  .paragraph-2._20px.text-color-gainsboro {
    font-size: 1.15rem;
  }

  .paragraph-2._18px {
    color: #000;
    margin-top: 20px;
  }

  .image-6-mobile4 {
    max-width: 60%;
    object-fit: fill;
    display: block;
  }

  .image-6-mobile3 {
    display: none;
  }

  .alpha-copy {
    margin-left: 3%;
    margin-right: 3%;
  }

  .justify-align-space-btw.max-width-full {
    text-align: center;
    justify-content: center;
    align-items: center;
  }

  .image-15 {
    width: 100%;
    height: 100%;
    min-height: 0;
    object-fit: contain;
    margin-top: 5%;
  }

  .image-18 {
    display: none;
  }

  .heading-8, .heading-8._32px.text-align-center {
    font-size: 1.75rem;
  }

  .heading-8._32px.text-color-white {
    font-size: 1.5rem;
  }

  .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-32, .div-block-10-copy-2 {
    margin-bottom: 15px;
  }

  .heading-9 {
    font-size: 1.75rem;
  }
}

#w-node-_9f5fa0f5-3d82-5b0f-2e1a-7f43b32059b8-bf2e7427 {
  justify-self: start;
}

#w-node-_56b9cbfb-d99c-27e3-8514-1b18e3e61f68-bf2e7427, #w-node-fe652fcc-8166-8ee1-7212-79abcab521ae-bf2e7427, #w-node-_31f27a9e-f60f-f9e6-61df-65c246e7608f-bf2e7427, #w-node-_1873c807-07db-987c-f078-6571e1f34bf9-bf2e7427, #w-node-_291c6e88-7b9d-fd09-5953-2f420fc75ab4-bf2e7427 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-fb3b2baa-a1ee-d7c4-c6c3-ee87907a513d-bf2e7427 {
  justify-self: start;
}

#w-node-_2de47b81-9e7b-16fa-c096-5db440d7902a-bf2e7427 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_5685776d-d064-a34f-13a2-d59083748cb3-bf2e7427 {
  justify-self: start;
}

#w-node-_1a9b89a1-1d86-74e9-c413-a40df17c527f-bf2e7427 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_2e39a9b0-c61f-2e92-77a3-29255f70e802-bf2e7427 {
  justify-self: start;
}

#w-node-dcaccefd-99c5-7849-b54e-79a164d9dc66-bf2e7427 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_2adca951-992e-26ef-770d-451204d744eb-bf2e7427 {
  justify-self: start;
}

#w-node-ac5e7d8f-beb1-f08b-5e04-13b4202c8512-bf2e7427 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-c4bd2398-e481-12ad-c3da-55284afbdf40-bf2e7427 {
  justify-self: start;
}

#w-node-_96fe02c4-11df-44ff-8dbb-526e50f7b066-bf2e7427 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_79614bcd-0076-c3fa-9425-bcd5873e1760-bf2e7427 {
  justify-self: center;
}

#w-node-_32eadc24-e391-a089-abe0-fb5b6627ca17-bf2e742b, #w-node-_32eadc24-e391-a089-abe0-fb5b6627ca1c-bf2e742b, #w-node-_32eadc24-e391-a089-abe0-fb5b6627ca21-bf2e742b, #w-node-_32eadc24-e391-a089-abe0-fb5b6627ca26-bf2e742b, #w-node-_32eadc24-e391-a089-abe0-fb5b6627ca2c-bf2e742b, #w-node-_32eadc24-e391-a089-abe0-fb5b6627ca32-bf2e742b, #w-node-_32eadc24-e391-a089-abe0-fb5b6627ca38-bf2e742b {
  justify-self: start;
}

#w-node-_32eadc24-e391-a089-abe0-fb5b6627cb45-bf2e742b, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cb5e-bf2e742b {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_32eadc24-e391-a089-abe0-fb5b6627cb61-bf2e742b {
  justify-self: start;
}

#w-node-_32eadc24-e391-a089-abe0-fb5b6627cb63-bf2e742b {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_32eadc24-e391-a089-abe0-fb5b6627cb66-bf2e742b {
  justify-self: start;
}

#w-node-_32eadc24-e391-a089-abe0-fb5b6627cbb8-bf2e742b, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cbc2-bf2e742b, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cbc3-bf2e742b {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_32eadc24-e391-a089-abe0-fb5b6627cc31-bf2e742b, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cc36-bf2e742b, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cc3b-bf2e742b, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cc40-bf2e742b, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cc45-bf2e742b, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cc4a-bf2e742b, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cc54-bf2e742b, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cc59-bf2e742b, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cc5e-bf2e742b, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cc63-bf2e742b, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cc68-bf2e742b, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cc6d-bf2e742b, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cc72-bf2e742b, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cc77-bf2e742b, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cc7c-bf2e742b, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cc81-bf2e742b, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cc86-bf2e742b {
  justify-self: start;
}

#w-node-_32eadc24-e391-a089-abe0-fb5b6627cc8a-bf2e742b {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_32eadc24-e391-a089-abe0-fb5b6627cc8b-bf2e742b, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cc90-bf2e742b, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cc95-bf2e742b, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cc9a-bf2e742b, #w-node-_32eadc24-e391-a089-abe0-fb5b6627ccaf-bf2e742b, #w-node-_32eadc24-e391-a089-abe0-fb5b6627ccb4-bf2e742b, #w-node-_32eadc24-e391-a089-abe0-fb5b6627ccb9-bf2e742b, #w-node-_32eadc24-e391-a089-abe0-fb5b6627ccbe-bf2e742b, #w-node-_32eadc24-e391-a089-abe0-fb5b6627ccc3-bf2e742b, #w-node-_32eadc24-e391-a089-abe0-fb5b6627ccc8-bf2e742b, #w-node-_32eadc24-e391-a089-abe0-fb5b6627ccd2-bf2e742b, #w-node-_32eadc24-e391-a089-abe0-fb5b6627ccd7-bf2e742b, #w-node-_32eadc24-e391-a089-abe0-fb5b6627ccdc-bf2e742b, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cce1-bf2e742b, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cce6-bf2e742b, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cceb-bf2e742b, #w-node-_32eadc24-e391-a089-abe0-fb5b6627ccf0-bf2e742b, #w-node-_32eadc24-e391-a089-abe0-fb5b6627ccf5-bf2e742b, #w-node-_32eadc24-e391-a089-abe0-fb5b6627ccfa-bf2e742b, #w-node-_32eadc24-e391-a089-abe0-fb5b6627ccff-bf2e742b, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cd04-bf2e742b {
  justify-self: start;
}

#w-node-_32eadc24-e391-a089-abe0-fb5b6627cd08-bf2e742b {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_32eadc24-e391-a089-abe0-fb5b6627cd09-bf2e742b, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cd0e-bf2e742b, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cd13-bf2e742b, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cd18-bf2e742b {
  justify-self: start;
}

#w-node-_32eadc24-e391-a089-abe0-fb5b6627cd6b-bf2e742b {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_32eadc24-e391-a089-abe0-fb5b6627cdc7-bf2e742b, #w-node-_9f5fa0f5-3d82-5b0f-2e1a-7f43b32059b8-09e58028 {
  justify-self: start;
}

#w-node-_56b9cbfb-d99c-27e3-8514-1b18e3e61f68-09e58028, #w-node-fe652fcc-8166-8ee1-7212-79abcab521ae-09e58028, #w-node-_31f27a9e-f60f-f9e6-61df-65c246e7608f-09e58028, #w-node-_1873c807-07db-987c-f078-6571e1f34bf9-09e58028, #w-node-_291c6e88-7b9d-fd09-5953-2f420fc75ab4-09e58028 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-fb3b2baa-a1ee-d7c4-c6c3-ee87907a513d-09e58028 {
  justify-self: start;
}

#w-node-_2de47b81-9e7b-16fa-c096-5db440d7902a-09e58028 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_5685776d-d064-a34f-13a2-d59083748cb3-09e58028 {
  justify-self: start;
}

#w-node-_1a9b89a1-1d86-74e9-c413-a40df17c527f-09e58028 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_2e39a9b0-c61f-2e92-77a3-29255f70e802-09e58028 {
  justify-self: start;
}

#w-node-dcaccefd-99c5-7849-b54e-79a164d9dc66-09e58028 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_2adca951-992e-26ef-770d-451204d744eb-09e58028 {
  justify-self: start;
}

#w-node-ac5e7d8f-beb1-f08b-5e04-13b4202c8512-09e58028 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-c4bd2398-e481-12ad-c3da-55284afbdf40-09e58028 {
  justify-self: start;
}

#w-node-_96fe02c4-11df-44ff-8dbb-526e50f7b066-09e58028 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_79614bcd-0076-c3fa-9425-bcd5873e1760-09e58028 {
  justify-self: center;
}

#w-node-ac991d6f-d64c-2d75-83ae-9a9f74945424-29d1ffdf, #w-node-ac991d6f-d64c-2d75-83ae-9a9f749454a8-29d1ffdf, #w-node-ac991d6f-d64c-2d75-83ae-9a9f7494569f-29d1ffdf {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

@media screen and (max-width: 991px) {
  #w-node-_291c6e88-7b9d-fd09-5953-2f420fc75ab4-bf2e7427 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_79614bcd-0076-c3fa-9425-bcd5873e1760-bf2e7427 {
    justify-self: center;
  }

  #w-node-_291c6e88-7b9d-fd09-5953-2f420fc75ab4-09e58028 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_79614bcd-0076-c3fa-9425-bcd5873e1760-09e58028 {
    justify-self: center;
  }
}

@media screen and (max-width: 767px) {
  #w-node-f7f396b6-664e-15e1-084f-167c90a37f84-bf2e7427, #w-node-_38dbc546-1060-38fc-8621-f794fd69298a-bf2e7427 {
    order: 9999;
  }

  #w-node-fb3b2baa-a1ee-d7c4-c6c3-ee87907a513d-bf2e7427 {
    justify-self: start;
  }

  #w-node-_1109dffb-2469-bf23-7ff0-1f96c40cb823-bf2e7427 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_5685776d-d064-a34f-13a2-d59083748cb3-bf2e7427, #w-node-_2e39a9b0-c61f-2e92-77a3-29255f70e802-bf2e7427, #w-node-_2adca951-992e-26ef-770d-451204d744eb-bf2e7427, #w-node-c4bd2398-e481-12ad-c3da-55284afbdf40-bf2e7427 {
    justify-self: start;
  }

  #w-node-_96fe02c4-11df-44ff-8dbb-526e50f7b07e-bf2e7427 {
    order: -9999;
  }

  #w-node-f7f396b6-664e-15e1-084f-167c90a37f84-09e58028, #w-node-_38dbc546-1060-38fc-8621-f794fd69298a-09e58028 {
    order: 9999;
  }

  #w-node-fb3b2baa-a1ee-d7c4-c6c3-ee87907a513d-09e58028 {
    justify-self: start;
  }

  #w-node-_1109dffb-2469-bf23-7ff0-1f96c40cb823-09e58028 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_5685776d-d064-a34f-13a2-d59083748cb3-09e58028, #w-node-_2e39a9b0-c61f-2e92-77a3-29255f70e802-09e58028, #w-node-_2adca951-992e-26ef-770d-451204d744eb-09e58028, #w-node-c4bd2398-e481-12ad-c3da-55284afbdf40-09e58028 {
    justify-self: start;
  }

  #w-node-_96fe02c4-11df-44ff-8dbb-526e50f7b07e-09e58028 {
    order: -9999;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_79614bcd-0076-c3fa-9425-bcd5873e1760-bf2e7427, #w-node-_79614bcd-0076-c3fa-9425-bcd5873e1760-09e58028 {
    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;
}