.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, .padding-horizontal {
  padding-top: 0;
  padding-bottom: 0;
}

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

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

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

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

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

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

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

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

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

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

.fs-styleguide_background {
  width: 100%;
  border: 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: #2668d1;
}

.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: #ffa41d;
  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-90.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: Oswald variablefont wght, sans-serif;
  font-size: 1.75rem;
  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: #ffa41d;
  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: #ffa41d;
}

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

.waves---main-container {
  max-width: 1352px;
  padding-left: 24px;
  padding-right: 24px;
}

.waves---limit-480 {
  width: 100%;
  max-width: 480px;
}

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

.navbar-brand {
  flex: none;
  justify-content: center;
  display: flex;
}

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

.waves-section-hero-5 {
  max-height: 100%;
  max-width: 100%;
  grid-column-gap: 23px;
  grid-row-gap: 16px;
  color: #fff;
  object-fit: fill;
  background-image: url('../images/Untitled-2125-×-1200-px-3-1.jpg');
  background-position: 50%;
  background-size: cover;
  grid-template: "Area"
                 "Area-2"
                 "."
                 "."
                 "."
                 / 1fr;
  grid-auto-columns: 1fr;
  padding-top: 15%;
  padding-bottom: 10%;
  display: grid;
  position: relative;
}

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

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

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

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

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

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

.differetnt_contact {
  width: 50%;
}

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

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

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

.text-block-14 {
  color: #fff;
}

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

.waves-title-wrap-hero-5 {
  z-index: 1;
  grid-row-gap: 24px;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
  position: relative;
}

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

.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: 0;
  padding-bottom: 0;
}

.container-21 {
  max-width: 110%;
  text-align: center;
  flex-direction: row;
  justify-content: center;
  display: flex;
}

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

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

.button-2-copy-2 {
  max-width: 60%;
  min-width: 45%;
  color: #000;
  text-align: center;
  background-color: #242d3c;
  border-radius: 35px;
  margin-top: 1%;
  padding: 14px 22px;
  font-size: 1.2rem;
  box-shadow: 0 2px 5px rgba(0, 0, 0, .2);
}

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

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

.paragraph-1139 {
  max-width: 70%;
}

.heading-324253 {
  max-width: 70%;
  color: #fff;
  justify-content: center;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 55px;
  font-weight: 900;
  line-height: 74px;
  display: flex;
}

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

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

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

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

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

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

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

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

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

.image-113 {
  max-width: 50%;
}

.bold-text-78 {
  color: #fff;
  font-family: Montserrat, sans-serif;
  font-weight: 800;
}

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

.text-block-15 {
  color: #fff;
}

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

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

.paragraph-1140 {
  max-width: 70%;
}

.heading-324254 {
  max-width: 70%;
  color: #fff;
  justify-content: center;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 55px;
  font-weight: 900;
  line-height: 74px;
  display: flex;
}

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

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

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

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

.text-block-16 {
  color: #e00000;
  font-weight: 700;
}

.bold-text-79 {
  color: #000;
  font-family: Montserrat, sans-serif;
  font-weight: 900;
}

.image-114 {
  max-width: 50%;
}

@media screen and (min-width: 1280px) {
  .waves-section-hero-5 {
    grid-row-gap: 12px;
    background-image: url('../images/Untitled-2125-×-1200-px-3-1.jpg');
    padding-top: 15%;
    padding-bottom: 10%;
  }

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

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

  .container-21 {
    object-fit: fill;
  }

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

  .heading-324253 {
    margin-bottom: 0;
    padding-bottom: 0%;
  }

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

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

  .heading-324254 {
    margin-bottom: 0;
    padding-bottom: 0%;
  }
}

@media screen and (min-width: 1440px) {
  .waves-section-hero-5 {
    background-image: url('../images/Untitled-2125-×-1200-px-3-1.jpg');
  }

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

@media screen and (min-width: 1920px) {
  .image-2, .image-7, .image-8, .image-9, .image-12 {
    object-fit: fill;
  }

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

  .waves-section-hero-5 {
    grid-column-gap: 21px;
    grid-row-gap: 5px;
    background-image: url('../images/Untitled-2125-×-1200-px-3-1.jpg');
    background-position: 50%;
    background-repeat: repeat;
    background-attachment: scroll;
  }

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

  .container-21 {
    object-fit: contain;
  }

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

  .navbar-wrapper {
    justify-content: center;
  }

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

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

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

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

  .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, .image-8 {
    width: 100%;
    height: 99.9999%;
    min-height: auto;
    object-fit: fill;
  }

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

  .waves-section-hero-5 {
    background-image: url('../images/Untitled-design---2023-07-07T122157.145.jpg');
    padding-top: 240px;
  }

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

  .heading-324253 {
    font-size: 45px;
    line-height: 55px;
  }

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

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

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

  .heading-324254 {
    font-size: 45px;
    line-height: 55px;
  }

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

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

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

  .waves---main-container {
    padding-left: 16px;
    padding-right: 16px;
  }

  .different-image {
    width: 75%;
  }

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

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

  .waves-section-hero-5 {
    padding-top: 160px;
  }

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

  .differetnt_contact {
    width: 100%;
  }

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

  .waves-title-wrap-hero-5 {
    text-align: center;
    align-items: center;
  }

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

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

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

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

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

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

@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-large {
    width: 100%;
    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;
  }

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

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

  .waves-section-hero-5 {
    -webkit-text-fill-color: inherit;
    object-fit: fill;
    background-color: rgba(0, 0, 0, 0);
    background-image: url('../images/Untitled--800-×-1400-px-4.jpg');
    background-position: 50% 0;
    background-size: cover;
    background-attachment: scroll;
    background-clip: border-box;
    grid-template-columns: 1fr;
    padding-top: 54px;
    padding-bottom: 65%;
  }

  .image-500-500 {
    text-align: center;
    padding-top: 0;
    display: block;
  }

  .bold-text-77 {
    padding-left: 5px;
    padding-right: 5px;
    font-size: .88rem;
    line-height: 18px;
    display: block;
  }

  .container-large-2 {
    max-width: 100%;
  }

  .section-footer {
    font-family: Montserrat, sans-serif;
  }

  .footer-text {
    background-color: #fff;
  }

  .differetnt_contact {
    text-align: center;
    display: block;
  }

  ._3rem-headline-left-alignment {
    text-align: center;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .footer-flex {
    background-color: #fff;
  }

  .cta-button {
    width: 95%;
    height: 60px;
    color: #fff;
    background-color: gold;
    margin-top: -3px;
    margin-left: auto;
    margin-right: auto;
  }

  .navbar-logo-left-container.shadow-three {
    z-index: 2000;
    padding-top: 0;
    padding-bottom: 0;
  }

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

  .exepert.padding-large-copy {
    width: 100%;
    background-color: #fff;
    margin-left: auto;
    margin-right: auto;
  }

  .button-2-copy-2 {
    text-align: center;
    margin-top: 2%;
  }

  .paragraph-1139 {
    max-width: 85%;
    text-align: center;
  }

  .heading-324253 {
    max-width: 90%;
    color: #fff;
    margin-bottom: 0%;
    font-size: 34px;
    line-height: 44px;
  }

  .page-padding-copy-copy {
    margin-top: 0;
    margin-bottom: 0;
    padding: 2.5rem .5rem;
    display: block;
  }

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

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

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

  .cta-section-text {
    text-align: center;
    margin-top: 0;
    font-size: 1rem;
    font-weight: 400;
    line-height: 24px;
  }

  .bold-text-78 {
    padding-left: 5px;
    padding-right: 5px;
    font-size: .98rem;
    line-height: 18px;
    display: block;
  }

  .paragraph-1140 {
    max-width: 85%;
    text-align: center;
  }

  .heading-324254 {
    max-width: 90%;
    color: #fff;
    margin-bottom: 0%;
    font-size: 34px;
    line-height: 44px;
  }

  .margin-vertical-3 {
    margin-top: 15px;
    margin-left: 0;
    margin-right: 0;
  }

  .margin-vertical-3.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;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

#w-node-_78a9b764-4223-4bb7-90ae-2ec93d2e3301-eb1aae1e {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: center;
}

#w-node-_78a9b764-4223-4bb7-90ae-2ec93d2e3308-eb1aae1e {
  grid-area: Area-2;
  align-self: center;
  justify-self: center;
}

#w-node-_78a9b764-4223-4bb7-90ae-2ec93d2e330b-eb1aae1e {
  justify-self: center;
}

#w-node-_78a9b764-4223-4bb7-90ae-2ec93d2e330e-eb1aae1e {
  align-self: center;
  justify-self: center;
}

#w-node-_3a551856-e484-ab9c-bba2-526fba61844a-56660b2a {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: center;
}

#w-node-_3a551856-e484-ab9c-bba2-526fba618451-56660b2a {
  grid-area: Area-2;
  align-self: center;
  justify-self: center;
}

#w-node-_3a551856-e484-ab9c-bba2-526fba618454-56660b2a, #w-node-_3a551856-e484-ab9c-bba2-526fba618457-56660b2a {
  justify-self: center;
}

#w-node-_3a551856-e484-ab9c-bba2-526fba61845a-56660b2a {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: center;
}

@media screen and (min-width: 1280px) {
  #w-node-_78a9b764-4223-4bb7-90ae-2ec93d2e330e-eb1aae1e, #w-node-_3a551856-e484-ab9c-bba2-526fba618457-56660b2a {
    justify-self: center;
  }
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media screen and (max-width: 479px) {
  #w-node-_79614bcd-0076-c3fa-9425-bcd5873e1760-388eed78, #w-node-_79614bcd-0076-c3fa-9425-bcd5873e1760-5a37ee43 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_78a9b764-4223-4bb7-90ae-2ec93d2e3301-eb1aae1e, #w-node-_3a551856-e484-ab9c-bba2-526fba61844a-56660b2a {
    grid-area: span 1 / span 1 / span 1 / span 1;
    justify-self: center;
  }
}


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