:root {
  --white-smoke: white;
  --orchid: #df4ec5;
  --black: black;
  --medium-slate-blue: #f3f4f7;
  --green: #1ca425;
  --black-2: #1de1f3;
  --dark-turquoise: #9d4ff3;
  --burlywood: #fbc07a;
  --redish: #f5290c;
}

.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 {
  border: 1px solid #ccc;
  border-radius: 2px;
  width: 12px;
  height: 12px;
}

.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 {
  border: 1px solid #ccc;
  border-radius: 50%;
  width: 12px;
  height: 12px;
}

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

body {
  color: var(--white-smoke);
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 1rem;
  line-height: 1.5;
}

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

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

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

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

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

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

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

a {
  color: var(--white-smoke);
  font-family: Ubuntu, Helvetica, sans-serif;
  text-decoration: none;
}

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 {
  justify-content: center;
  align-items: center;
  width: 100vw;
  max-width: 100%;
  height: 100vh;
  max-height: 100%;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  display: flex;
}

.utility-page_wrapper {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  text-align: center;
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
  max-width: 20rem;
  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;
  inset: 0% auto auto 0%;
}

.margin-custom2 {
  margin: 2.5rem;
}

.padding-xlarge {
  color: var(--orchid);
  width: 100%;
  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 {
  border-radius: .125rem;
  width: .875rem;
  height: .875rem;
  margin: 0 .5rem 0 0;
}

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

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

.fs-styleguide_background {
  border: 1px solid #0000001a;
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  width: 100%;
  display: flex;
}

.fs-styleguide_spacing {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  background-image: linear-gradient(to top, #0073e61a, #fff0);
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  place-content: start;
  place-items: start stretch;
  display: grid;
  position: relative;
}

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

.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 #0000001a;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  place-content: start;
  place-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 {
  border-bottom: 1px solid #0000001a;
  width: 100%;
  padding-bottom: 2rem;
}

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

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

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

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

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

.fs-styleguide_2-col {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  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 {
  color: var(--black);
  margin-bottom: 1rem;
  font-size: 1.5rem;
}

.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 {
  color: var(--medium-slate-blue);
  text-align: center;
  background-color: #0000;
  font-size: 12rem;
  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 {
  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;
  width: 100%;
  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 {
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  display: grid;
}

.overflow-visible {
  overflow: visible;
}

.fs-styleguide_empty-box {
  z-index: -1;
  background-color: #0073e61a;
  border: 1px dashed #0073e6;
  min-width: 3rem;
  height: 3rem;
  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 {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  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 {
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  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;
  place-items: center 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 {
  border-width: .25rem;
  width: .875rem;
  height: .875rem;
}

.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 {
  background-color: #0000;
  min-height: 3rem;
  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 {
  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;
  width: 100%;
  display: grid;
}

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

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

.fs-styleguide_header {
  background-color: #0000000d;
}

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

.page-wrapper {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.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 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 80rem;
  height: 100%;
  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;
}

.main-wrapper {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
}

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

.layer {
  justify-content: center;
  align-items: center;
  position: absolute;
  inset: 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: #0000;
  border: 2px solid #0000;
}

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

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

.button.is-secondary {
  color: #000;
  background-color: #0000;
  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;
  place-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;
}

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

.paragraph {
  font-size: 1.5rem;
}

.body {
  background-color: var(--black);
}

.scroll-section {
  width: 100vw;
  height: 300vh;
  position: relative;
}

.scroll-section.padding-top.padding-xlarge {
  background-color: var(--black);
  height: 200vh;
}

.section.is--full {
  background-color: #e2e2e2;
  background-image: url('../images/IMG_20230826_174639-min.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: scroll;
  justify-content: center;
  align-items: center;
  height: 100vh;
  display: flex;
  position: sticky;
  top: 0;
  overflow: hidden;
}

.section.is--top {
  background-color: var(--black);
  color: #0000;
  mix-blend-mode: multiply;
  justify-content: center;
  align-items: center;
  width: 100vw;
  height: 100vh;
  display: flex;
}

.container-3 {
  width: 100%;
  max-width: 100em;
}

.hero-title {
  color: #fff;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  font-size: 16em;
  display: block;
}

.cursor {
  background-color: var(--green);
  border-radius: 100%;
  width: 20px;
  height: 20px;
}

.cursor-wrapper {
  z-index: 10000000;
  justify-content: center;
  align-items: center;
  display: flex;
  position: fixed;
  inset: 0%;
}

.container-large {
  justify-content: center;
  align-items: center;
  max-width: none;
  display: flex;
}

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

.hero-slider_mask {
  z-index: -1;
  position: absolute;
  inset: 0%;
}

.hero-slider_component {
  background-color: #0000;
  height: auto;
  position: relative;
}

.text-span-orange-grad {
  color: #fff;
  -webkit-text-stroke-color: #fff;
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(319deg, #1ca425 57%, #f5f5f5 100%, #fd9050);
  -webkit-background-clip: text;
  background-clip: text;
}

.hero-slider_content-wrapper {
  text-align: left;
  max-width: 800px;
}

.page-padding {
  padding-left: 40px;
  padding-right: 40px;
  display: flex;
}

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

.button-divider {
  width: 28px;
}

.hero-slider_master-wrapper {
  z-index: 2;
  color: #f5f5f5;
  background-image: linear-gradient(82deg, #000, #0000);
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  min-height: 100vh;
  padding-top: 140px;
  padding-bottom: 140px;
  display: flex;
}

.button-4 {
  letter-spacing: 1.5px;
  text-transform: uppercase;
  background-color: #f5f5f5;
  background-image: linear-gradient(174deg, #1ca425 50%, #f5f5f5);
  border-radius: 2px;
  padding: 1.2em 2.5em;
  font-size: 16px;
  font-weight: 600;
  transition: all .2s;
}

.button-4:hover {
  padding-left: 3.5em;
  padding-right: 3.5em;
}

.button-4:active {
  transform: translate(0, 2px);
}

.button-4.translucent-white {
  color: #fff;
  background-color: #ffffff26;
  background-image: none;
}

.button-4.translucent-white-version2 {
  color: #1d1d1d;
  background-color: #e9e9e9;
  background-image: none;
}

.button-4.varient-full-lenght {
  width: 100%;
}

.hero-slider_slide {
  color: #fff;
}

.hero-slider_background-image {
  z-index: -1;
  object-fit: cover;
  width: 100%;
  height: 100%;
  margin-top: 0;
}

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

.section-home-hero {
  min-height: 1240px;
  position: relative;
}

.hero-slider_custom-nav {
  justify-content: flex-end;
  max-width: 1250px;
  height: 60px;
  margin-left: auto;
  margin-right: auto;
  padding: 0 25px;
  display: flex;
}

.button-wrapper {
  perspective: 1000px;
  perspective-origin: 50%;
  flex-wrap: wrap;
  margin-top: 60px;
  display: flex;
}

.navbar_container {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 1250px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.navbar_link {
  color: #f5f5f5;
  margin-left: 5px;
  margin-right: 5px;
  padding: 10px 15px;
  font-family: Exo, sans-serif;
  font-size: 17px;
  font-weight: 700;
  transition: padding .2s;
}

.navbar_link:hover {
  color: #fff;
  background-color: #ffffff26;
  border-left: 1px solid #f46817;
  border-right: 1px solid #f46817;
  padding-left: 25px;
  padding-right: 25px;
  font-weight: 500;
}

.navbar_link:active {
  transform: translate(0, 2px);
}

.navbar_brand-logo {
  color: #f5f5f5;
  padding-left: 0;
  font-family: Oswald, sans-serif;
  font-size: 40px;
  font-weight: 700;
}

.nav_logo-image {
  max-width: 12rem;
}

.navbar_component {
  z-index: 3;
  background-color: #0003;
  padding-top: 15px;
  padding-bottom: 15px;
  position: absolute;
  inset: 0% 0% auto;
}

.padding-vertical-large {
  padding-top: 124px;
  padding-bottom: 124px;
}

.layout-2-col_image {
  object-fit: contain;
  border-radius: 2px;
  width: 100%;
  max-height: 75vh;
  box-shadow: 0 0 120px #0000000d;
}

.section-subtitle_text {
  color: #54d67b;
  text-transform: uppercase;
  align-items: center;
  margin-top: 3px;
  font-family: Exo, sans-serif;
  font-size: 16px;
  font-weight: 600;
  line-height: 1;
  display: flex;
}

.image-load-bg-layer {
  z-index: -1;
  background-color: #60ff90;
  border-radius: 2px;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: auto 0% 0%;
}

.layout-2-col {
  grid-column-gap: 7vw;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  display: grid;
}

.layout-2-col.content-right {
  grid-template-columns: 1fr minmax(500px, 1fr) 1fr;
}

.layout-2-col.content-left {
  grid-template-columns: minmax(500px, 1fr) 1fr;
}

.layout-2-col_content-wrapper {
  max-width: 500px;
}

.section-home-about {
  background-color: #050505;
}

.section-subtitle_line {
  transform-origin: 0%;
  background-color: #1ca425;
  width: 100px;
  height: 2px;
  margin-left: 10px;
}

.h3 {
  color: #f5f5f5;
  text-align: left;
  text-transform: uppercase;
  -webkit-text-fill-color: transparent;
  background-image: radial-gradient(circle, #fff, #1ca425 60%);
  -webkit-background-clip: text;
  background-clip: text;
  margin-left: auto;
  margin-right: auto;
  font-family: Oswald, sans-serif;
  font-weight: 700;
  display: block;
}

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

.section-subtitle_component {
  align-items: center;
  margin-bottom: 10px;
  display: flex;
}

.section-subtitle_component.varient-inlined {
  flex-direction: column;
  display: inline-block;
}

.layout-2-col_image-wrapper {
  position: relative;
}

.padding-bottom-large {
  padding-top: 124px;
  padding-bottom: 124px;
}

.section-home-mission {
  background-color: #050505;
  margin-top: 45px;
}

.feature-check_text {
  font-family: Exo, sans-serif;
  font-size: 20px;
}

.home-feature_text-wrapper {
  flex-direction: column;
  justify-content: center;
}

.home-feature_grid {
  grid-column-gap: 1.875rem;
  grid-row-gap: 1.875rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.heading-15 {
  font-family: Exo, sans-serif;
  font-size: 21px;
  font-weight: 600;
  line-height: 1.7;
}

.subhead {
  color: #54d67b;
  text-align: left;
  -webkit-text-stroke-color: #60ff90;
  border: 2px solid #60ff90;
  border-radius: 6.25rem;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  padding: 5px 15px;
  display: inline-block;
}

.home-services_grid {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  display: grid;
}

.home-services_grid-item {
  width: 100%;
  padding-top: 100%;
  position: relative;
}

.home-feature_image-left {
  border-top-right-radius: 1rem;
  border-bottom-right-radius: 1rem;
}

.section-subtitle_line-vertical {
  transform-origin: 50%;
  background-color: #54d67b;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  min-width: 100px;
  height: 2px;
  margin-top: 10px;
  display: flex;
}

.max-large {
  max-width: 800px;
}

.section-home-packages.background-pattern1 {
  color: #fff;
  object-fit: fill;
  background-color: #050505;
  background-image: none;
}

.feature-check_wrapper {
  align-items: center;
  display: flex;
}

.home-feature_image-right {
  border-top-left-radius: 1rem;
  border-bottom-left-radius: 1rem;
}

.section-header-wrapper {
  text-align: left;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  margin-bottom: 80px;
  display: flex;
}

.section-header-wrapper.centered-pc-tab {
  text-align: center;
  align-items: center;
}

.home-services_grid-item-link {
  background-image: linear-gradient(#5f7252bf, #5f7252bf), url('../images/IMG_20230826_173052.webp');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  border-radius: 3rem;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 2.5rem;
  display: flex;
  position: absolute;
  inset: 0%;
}

.home-services_grid-item-link:hover {
  background-image: url('../images/IMG_20230826_173052.webp');
  background-position: 50%;
  background-size: cover;
}

.home-services_grid-item-link.is-fourth {
  background-image: linear-gradient(#5f7252bf, #5f7252bf), url('../images/MAR_9220.webp');
  background-position: 0 0, 50%;
  background-size: auto, cover;
}

.home-services_grid-item-link.is-fourth:hover {
  background-image: url('../images/MAR_9220.webp');
  background-position: 50%;
  background-size: cover;
}

.home-services_grid-item-link.is-third {
  background-image: linear-gradient(#5f7252bf, #5f7252bf), url('../images/IMG_20230826_174422.webp');
  background-position: 0 0, 50%;
  background-size: auto, cover;
}

.home-services_grid-item-link.is-third:hover {
  background-image: url('../images/IMG_20230826_174422.webp');
  background-position: 50%;
  background-size: cover;
}

.home-services_grid-item-link.is-second {
  background-image: linear-gradient(#5f7252bf, #5f7252bf), url('../images/IMG_20230826_173929.webp');
  background-position: 0 0, 50%;
  background-size: auto, cover;
}

.home-services_grid-item-link.is-second:hover {
  background-image: url('../images/IMG_20230826_173929.webp');
  background-position: 50%;
  background-size: cover;
}

.feature-check_image {
  margin-right: 1rem;
}

.text-size-small-2 {
  font-size: 15px;
}

.contact-form_field {
  border: 1px solid #1d1d1d3d;
  min-height: 65px;
  margin-bottom: 15px;
  padding-left: 20px;
  padding-right: 20px;
}

.contact-form_field:focus {
  border-color: #f46817;
}

.contact-form_field::placeholder {
  letter-spacing: 1.5px;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 500;
}

.contact-form_field.text-area-field {
  min-height: 150px;
  padding-top: 20px;
  padding-bottom: 20px;
}

.contact-link {
  align-items: center;
  margin-top: 15px;
  font-size: 16px;
  font-weight: 500;
  display: flex;
}

.contact-form_submit-wrapper {
  margin-top: 25px;
}

.contact-link_icon {
  width: 35px;
  margin-right: 15px;
}

.contact-form_error {
  color: #1d1d1d;
  font-size: 15px;
}

.contact-form_success {
  color: #fdfdfd;
  background-color: #fdfdfd;
  background-image: linear-gradient(#f46817, #ff8f4f);
  font-size: 15px;
  font-weight: 500;
}

.contact-form_block {
  background-color: #fdfdfd;
  border-radius: 2px;
  padding: 40px;
  box-shadow: 0 0 60px #0000000d;
}

.margin-top-small {
  margin-top: 40px;
}

.margin-top-xsmall {
  margin-top: 15px;
}

.page-padding-6 {
  padding-left: 40px;
  padding-right: 40px;
  display: flex;
}

.paragraph-5 {
  color: #e9e9e9;
  font-family: Exo, sans-serif;
  font-size: 21px;
  font-weight: 600;
  line-height: 1.7;
}

.heading-17 {
  color: #e9e9e9;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.page-padding-7 {
  padding-left: 40px;
  padding-right: 40px;
  display: flex;
}

.heading-18 {
  color: #e9e9e9;
  text-transform: uppercase;
  font-family: Oswald, sans-serif;
  font-size: 50px;
}

.paragraph-6 {
  color: #fff;
}

.link-4 {
  color: #1ca425;
  font-family: Oswald, sans-serif;
  text-decoration: none;
}

.text-align-center-3 {
  color: #60ff90;
  text-align: center;
  -webkit-text-stroke-color: #54d67b;
  text-transform: uppercase;
  text-shadow: 0 1px 1px #0003;
  font-family: Exo, sans-serif;
  font-size: 1.5rem;
  text-decoration: none;
}

.heading-19, .heading-20 {
  font-family: Exo, sans-serif;
  font-size: 21px;
  font-weight: 600;
  line-height: 1.7;
}

.page-padding-8, .page-padding-9 {
  padding-left: 2.5rem;
  padding-right: 2.5rem;
}

.page-padding-9.is-0-padding-left-desktop-tablet {
  padding-left: 0;
}

.page-padding-9.is-0-padding-right-desktop-tablet {
  padding-right: 0;
}

.h2 {
  letter-spacing: 3px;
  text-transform: uppercase;
  font-family: Oswald, sans-serif;
  font-size: 50px;
  line-height: 1.1;
}

.paragraph-7 {
  letter-spacing: 0;
  text-transform: none;
  padding-top: 35px;
  font-family: Exo, sans-serif;
  font-size: 21px;
  font-weight: 600;
  line-height: 1.7;
}

.container-6 {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 0 0;
  background-size: auto;
}

.div-block {
  background-image: url('../images/IMG_20230826_171833.webp');
  background-position: 0 0;
  background-size: auto;
  max-height: 100%;
  display: flex;
}

.section-2 {
  padding: 17px;
}

.heading-21 {
  text-align: left;
  text-transform: uppercase;
  margin-left: auto;
  margin-right: auto;
  font-family: Oswald, sans-serif;
}

.paragraph-8 {
  font-family: Exo, sans-serif;
  font-size: 21px;
  line-height: 1.7;
}

.text-block {
  font-family: Exo, sans-serif;
  font-weight: 400;
}

.text-block-2, .text-block-3, .text-block-4, .text-block-5 {
  font-family: Exo, sans-serif;
}

@media screen and (min-width: 1440px) {
  .padding-small {
    padding-top: .5rem;
  }

  .text-rich-text p {
    color: var(--black);
    font-size: 1.5rem;
  }

  .container-large {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: 100%;
  }

  .main-wrapper {
    color: var(--black);
  }

  .text-size-medium {
    padding-right: 314px;
  }

  .body {
    color: var(--black);
  }

  .cursor {
    background-image: url('../images/rsp-cursor.webp');
    background-position: 0 0;
    background-size: cover;
    width: 20px;
    height: 20px;
  }

  .cursor-wrapper {
    z-index: 100000000;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    display: flex;
    position: fixed;
    inset: 0%;
  }

  .heading-2 {
    color: var(--black);
  }

  .container-large {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-direction: row;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: center;
    align-items: center;
    display: flex;
  }
}

@media screen and (min-width: 1920px) {
  .hero-slider_master-wrapper {
    min-height: 950px;
  }

  .layout-2-col {
    grid-column-gap: 107px;
    grid-template-columns: 1fr 1.5fr;
  }

  .heading-19, .heading-20 {
    font-size: 40px;
    line-height: 1;
  }

  .heading-22 {
    color: var(--medium-slate-blue);
    font-size: 2rem;
  }

  .paragraph-8 {
    color: var(--medium-slate-blue);
    font-size: 1.5rem;
  }
}

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

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

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

  .cursor-wrapper {
    display: none;
  }

  .container-large {
    flex-direction: row;
  }

  .hero-slider_content-wrapper {
    margin-left: auto;
    margin-right: auto;
  }

  .page-padding {
    padding-left: 25px;
    padding-right: 25px;
    display: flex;
  }

  .home-hero-custom-width {
    max-width: 600px;
    margin-left: auto;
    margin-right: auto;
  }

  .button-divider {
    width: 20px;
  }

  .hero-slider_master-wrapper {
    min-height: auto;
    display: block;
  }

  .button-4 {
    font-size: 15px;
  }

  .button-4:hover {
    padding-left: 2.5em;
    padding-right: 2.5em;
  }

  .hero-slider_background-image {
    min-height: 750px;
    max-height: none;
  }

  .container-5 {
    margin-left: auto;
    margin-right: auto;
  }

  .hero-slider_custom-nav {
    justify-content: center;
    padding-left: 25px;
    padding-right: 25px;
  }

  .button-wrapper {
    margin-top: 50px;
  }

  .navbar_menu {
    background-color: #fdfdfd;
    background-image: linear-gradient(#fdfdfdf5, #fdfdfdf5), url('../images/Bg-Pattern1.svg');
    background-position: 0 0, 0 0;
    background-size: auto, auto;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    max-height: 100vh;
    padding-top: 120px;
    display: flex;
    position: fixed;
    inset: 0% auto auto 0%;
    overflow: auto;
    box-shadow: 7px 7px 60px #0000000d;
  }

  .navbar_link {
    color: #1d1d1d;
    text-align: center;
    border-bottom: 2px solid #e9e9e9;
    margin-left: 0;
    margin-right: 0;
    padding-top: 20px;
    padding-bottom: 20px;
    font-weight: 500;
  }

  .navbar_link:hover {
    color: #f8772d;
    border-left-width: 0;
    border-right-width: 0;
    padding-left: 15px;
    padding-right: 15px;
  }

  .navbar_link:active {
    transform: none;
  }

  .navbar_menu-button {
    color: #fff;
    padding-right: 0;
  }

  .navbar_menu-button.w--open {
    color: #f8772d;
    background-color: #0000;
  }

  .nav_logo-image {
    display: inline-block;
  }

  .padding-vertical-large {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .layout-2-col_image {
    max-height: 80vh;
  }

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

  .layout-2-col {
    grid-column-gap: 0vw;
    grid-row-gap: 60px;
    grid-template-columns: 1fr;
  }

  .layout-2-col.content-right, .layout-2-col.content-left {
    grid-template-columns: 1fr;
  }

  .layout-2-col_content-wrapper {
    max-width: none;
  }

  .section-subtitle_line {
    text-align: center;
    margin-left: 0;
  }

  .h3 {
    justify-content: center;
    display: flex;
  }

  .section-subtitle_component {
    flex-direction: column;
    justify-content: center;
  }

  .padding-bottom-large {
    padding-bottom: 80px;
  }

  .feature-check_text {
    font-size: 17px;
  }

  .home-feature_grid {
    align-items: center;
  }

  .heading-15 {
    font-size: 18px;
    line-height: 1.5;
  }

  .home-services_grid {
    grid-template-columns: 1fr 1fr;
  }

  .max-large {
    max-width: 600px;
  }

  .section-header-wrapper {
    margin-bottom: 60px;
  }

  .text-size-small-2 {
    font-size: 14px;
  }

  .contact-form_field {
    min-height: 60px;
  }

  .margin-top-small {
    margin-top: 36px;
  }

  .page-padding-6 {
    padding-left: 25px;
    padding-right: 25px;
  }

  .heading-17 {
    display: flex;
  }

  .page-padding-7 {
    padding-left: 25px;
    padding-right: 25px;
  }

  .heading-18 {
    text-align: center;
    flex-direction: column;
    justify-content: center;
    display: flex;
  }

  .h2 {
    text-align: center;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    display: block;
  }

  .paragraph-7 {
    font-size: 21px;
  }

  .paragraph-8 {
    text-align: left;
    font-size: 18px;
    font-weight: 700;
    line-height: 1.5;
  }
}

@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: 6rem;
  }

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

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

  .fs-styleguide_version, .heading-style-h5 {
    font-size: .875rem;
  }

  .container-large {
    flex-direction: row;
    align-items: center;
  }

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

  .page-padding {
    padding-left: 20px;
    padding-right: 20px;
  }

  .home-hero-custom-width {
    max-width: 450px;
  }

  .button-divider {
    width: 20px;
  }

  .hero-slider_master-wrapper {
    padding-top: 120px;
    padding-bottom: 140px;
  }

  .hero-slider_background-image {
    min-height: 650px;
  }

  .hero-slider_custom-nav {
    padding-left: 20px;
    padding-right: 20px;
  }

  .navbar_menu {
    padding-top: 100px;
  }

  .navbar_link {
    padding-top: 15px;
    padding-bottom: 15px;
    font-size: 14px;
  }

  .navbar_brand-logo {
    font-size: 36px;
  }

  .nav_logo-image {
    max-width: 8.5rem;
  }

  .padding-vertical-large {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .section-subtitle_text {
    font-size: 15px;
  }

  .padding-bottom-large {
    padding-bottom: 60px;
  }

  .home-feature_grid {
    grid-template-columns: 1fr;
  }

  .home-feature_image-left {
    border-top-left-radius: 1rem;
    border-bottom-left-radius: 1rem;
  }

  .section-subtitle_line-vertical {
    transform-origin: 0%;
  }

  .home-feature_image-right {
    border-radius: 1rem;
  }

  .section-header-wrapper {
    margin-bottom: 50px;
  }

  .section-header-wrapper.centered-pc-tab {
    text-align: left;
    align-items: flex-start;
  }

  .page-padding-6, .page-padding-7 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .page-padding-8, .page-padding-9 {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .page-padding-9.is-0-padding-left-desktop-tablet {
    padding-left: 1.25rem;
  }

  .page-padding-9.is-0-padding-right-desktop-tablet {
    padding-right: 1.25rem;
  }
}

@media screen and (max-width: 479px) {
  .padding-xlarge {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }

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

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

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

  .section.is--full {
    background-repeat: repeat;
    background-size: cover;
    background-attachment: fixed;
  }

  .hero-title {
    font-size: 5em;
  }

  .container-large {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: 100%;
  }

  .hero-slider_mask {
    padding-top: 0;
  }

  .hero-slider_component {
    margin-top: -163px;
    padding-top: 0;
  }

  .hero-slider_content-wrapper {
    padding-top: 70px;
  }

  .page-padding {
    margin-top: 0;
    margin-bottom: 117px;
    padding-top: 0;
  }

  .home-hero-custom-width {
    max-width: 280px;
    margin-top: 81px;
  }

  .button-divider {
    width: 15px;
  }

  .button-4 {
    padding: 1em 1.5em;
    font-size: 14px;
  }

  .button-4:hover {
    padding-left: 1.5em;
    padding-right: 1.5em;
  }

  .hero-slider_slide {
    margin-top: -211px;
    padding-bottom: 0;
  }

  .hero-slider_background-image {
    object-fit: contain;
    min-height: 100vh;
  }

  .container-5 {
    margin-top: 0;
  }

  .hero-slider_custom-nav {
    justify-content: center;
  }

  .navbar_menu {
    background-image: linear-gradient(#fdfdfdf5, #fdfdfdf5);
  }

  .navbar_brand-logo {
    font-size: 32px;
  }

  .navbar_component {
    padding-top: 0;
  }

  .padding-vertical-large {
    padding-top: 70px;
    padding-bottom: 70px;
  }

  .layout-2-col_image {
    max-height: 180vh;
    display: inline-block;
  }

  .layout-2-col {
    grid-row-gap: 50px;
  }

  .section-subtitle_component.varient-inlined {
    display: flex;
  }

  .feature-check_text {
    font-size: 16px;
  }

  .heading-15 {
    font-size: 15px;
  }

  .home-services_grid {
    grid-template-columns: 1fr;
  }

  .contact-form_field {
    min-height: 55px;
    font-size: 15px;
  }

  .contact-form_field::placeholder {
    font-size: 13px;
  }

  .contact-form_block {
    padding: 1.5em;
  }

  .paragraph-5 {
    font-size: 15px;
  }

  .heading-18 {
    font-size: 40px;
  }

  .heading-19 {
    font-size: 15px;
  }

  .heading-20 {
    font-family: Exo, sans-serif;
    font-size: 18px;
  }

  .h2 {
    padding-top: 305px;
    font-size: 30px;
  }

  .paragraph-7 {
    font-size: 15px;
  }

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

  .heading-21 {
    text-transform: uppercase;
    font-family: Oswald, sans-serif;
  }

  .paragraph-8 {
    font-size: 15px;
    font-weight: 600;
  }
}

#w-node-_1a646b5e-176d-207f-d8c3-faa3c8bda082-b040f9dd, #w-node-bc6c6621-04f9-9a4a-c274-64fb42a6ee57-b040f9dd, #w-node-_5a3aaed3-6227-8b0c-7a4c-065d7b16475d-b040f9dd, #w-node-_5a3aaed3-6227-8b0c-7a4c-065d7b164761-b040f9dd, #w-node-_5a3aaed3-6227-8b0c-7a4c-065d7b164765-b040f9dd, #w-node-_5a3aaed3-6227-8b0c-7a4c-065d7b164769-b040f9dd {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_5a3aaed3-6227-8b0c-7a4c-065d7b164772-b040f9dd {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}

#w-node-_5a3aaed3-6227-8b0c-7a4c-065d7b164784-b040f9dd, #w-node-_5a3aaed3-6227-8b0c-7a4c-065d7b16478a-b040f9dd {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_5a3aaed3-6227-8b0c-7a4c-065d7b16478b-b040f9dd, #w-node-_5a3aaed3-6227-8b0c-7a4c-065d7b1647a2-b040f9dd {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}

#w-node-_5a3aaed3-6227-8b0c-7a4c-065d7b1647b4-b040f9dd, #w-node-_5a3aaed3-6227-8b0c-7a4c-065d7b1647ba-b040f9dd {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_5a3aaed3-6227-8b0c-7a4c-065d7b1647bb-b040f9dd {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}

#w-node-_5a151bdb-d2f1-b695-0701-9a841c982a20-b040f9dd {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center;
}

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

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

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

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

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

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

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

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

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

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

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

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

#w-node-_32eadc24-e391-a089-abe0-fb5b6627cdc7-b040f9e0 {
  justify-self: start;
}

@media screen and (min-width: 1920px) {
  #w-node-_5a151bdb-d2f1-b695-0701-9a841c982a20-b040f9dd {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}

@media screen and (max-width: 991px) {
  #w-node-_1a646b5e-176d-207f-d8c3-faa3c8bda085-b040f9dd {
    order: -9999;
  }
}

@media screen and (max-width: 767px) {
  #w-node-_5a3aaed3-6227-8b0c-7a4c-065d7b16478a-b040f9dd, #w-node-_5a3aaed3-6227-8b0c-7a4c-065d7b1647ba-b040f9dd {
    grid-area: 2 / 1 / 3 / 2;
  }
}


