@font-face {
  font-family: Great Vibes Instrument Serif;
  src: url('../images/') format("undefined");
  font-weight: 400;
  font-style: normal;
  font-display: auto;
}

:root {
  --body: "Source Sans 3", sans-serif;
  --heading: "Playfair Display", sans-serif;
  --base-color-brand--accent: #2f3e46;
  --background-color--background-primary: var(--base-color-neutral--black);
  --text-color--text-alternate: var(--base-color-neutral--white);
  --text-color--text-primary: var(--base-color-neutral--black);
  --text-color--text-secondary: var(--base-color-neutral--neutral-darker);
  --background-color--background-success: var(--base-color-system--success-green);
  --text-color--text-success: var(--base-color-system--success-green-dark);
  --border-radius: .5rem;
  --border-color--border-primary: var(--base-color-neutral--neutral-lightest);
  --background-color--background-alternate: var(--base-color-neutral--white);
  --background-color--background-secondary: var(--base-color-brand--blue);
  --base-color-brand--primary: #8a9a5b;
  --link-color--link-primary: var(--base-color-brand--blue);
  --background-color--background-tertiary: var(--base-color-brand--pink);
  --background-color--background-error: var(--base-color-system--error-red);
  --text-color--text-error: var(--base-color-system--error-red-dark);
  --base-color-brand--secondary: #f5f1ed;
  --border-color--border-alternate: var(--base-color-neutral--neutral-darker);
  --background-color--background-warning: var(--base-color-system--warning-yellow);
  --text-color--text-warning: var(--base-color-system--warning-yellow-dark);
  --base-color-neutral--white: #fff;
  --base-color-neutral--neutral: #666;
  --base-color-system--warning-yellow-dark: #5e5515;
  --base-color-system--success-green: #cef5ca;
  --base-color-neutral--neutral-lighter: #ccc;
  --base-color-brand--blue-light: #d9e5ff;
  --base-color-brand--blue: #2d62ff;
  --base-color-brand--blue-dark: #080331;
  --base-color-brand--pink-light: #ffaefe;
  --base-color-brand--pink: #dd23bb;
  --base-color-brand--pink-dark: #3c043b;
  --base-color-neutral--black: #000;
  --base-color-neutral--neutral-lightest: #eee;
  --base-color-neutral--neutral-light: #aaa;
  --base-color-neutral--neutral-dark: #444;
  --base-color-neutral--neutral-darker: #222;
  --base-color-neutral--neutral-darkest: #111;
  --base-color-system--success-green-dark: #114e0b;
  --base-color-system--warning-yellow: #fcf8d8;
  --base-color-system--error-red: #f8e4e4;
  --base-color-system--error-red-dark: #3b0b0b;
  --base-color-system--focus-state: #2d62ff;
  --border-color--border-secondary: var(--base-color-brand--blue);
  --link-color--link-secondary: var(--base-color-neutral--black);
  --link-color--link-alternate: var(--base-color-neutral--white);
}

.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 {
  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 {
  font-family: var(--body);
  color: #000;
  font-size: 1.125rem;
  line-height: 1.5;
  transition: all .35s;
}

h1 {
  font-family: var(--heading);
  margin-top: 0;
  margin-bottom: 0;
  font-size: 4rem;
  font-weight: 400;
  line-height: 1.1;
}

h2 {
  font-family: var(--heading);
  margin-top: 0;
  margin-bottom: 0;
  font-size: 3rem;
  font-weight: 400;
  line-height: 1.2;
}

h3 {
  font-family: var(--heading);
  margin-top: 0;
  margin-bottom: 0;
  font-size: 2rem;
  font-weight: 400;
  line-height: 1.2;
}

h4 {
  font-family: var(--heading);
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1.5rem;
  font-weight: 400;
  line-height: 1.4;
}

h5 {
  font-family: var(--heading);
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1.25rem;
  font-weight: 400;
  line-height: 1.5;
}

h6 {
  font-family: var(--heading);
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}

p {
  margin-bottom: 0;
  font-size: 1.125rem;
}

a {
  color: var(--base-color-brand--accent);
  text-decoration: none;
  transition: all .35s;
}

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 {
  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-top.padding-medium {
  padding-bottom: 0;
  padding-left: 0;
  padding-right: 0;
}

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

.margin-bottom, .margin-bottom.margin-small, .margin-bottom.margin-xxlarge, .margin-bottom.margin-xsmall, .margin-bottom.margin-tiny, .margin-bottom.margin-xxsmall {
  margin-top: 0;
  margin-left: 0;
  margin-right: 0;
}

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

.padding-vertical, .padding-vertical.padding-xxlarge {
  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-top.margin-small {
  margin-top: 0;
  margin-left: 0;
  margin-right: 0;
}

.margin-top.margin-xsmall.full-width:where(.w-variant-c62700ff-d95c-45fc-5429-b02b0c398791) {
  width: 100%;
}

.margin-top.margin-med-large {
  margin-top: 1.25rem;
}

.margin-top.margin-med-large:where(.w-variant-c62700ff-d95c-45fc-5429-b02b0c398791) {
  display: block;
}

.margin-top.margin-xxlarge {
  margin-top: 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;
}

.padding-bottom.padding-xxlarge {
  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, #2d40ea1a, #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;
}

.background-color-primary {
  background-color: var(--background-color--background-primary);
  color: var(--text-color--text-alternate);
}

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

.text-color-primary {
  color: var(--text-color--text-primary);
}

.text-color-secondary {
  color: var(--text-color--text-secondary);
}

.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 {
  background-color: var(--background-color--background-success);
  color: var(--text-color--text-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-family: var(--heading);
  font-size: 3rem;
  font-weight: 400;
  line-height: 1.2;
}

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

.text-rich-text h3 {
  margin-top: 1.5rem;
  margin-bottom: 1rem;
  font-weight: 600;
}

.text-rich-text h4 {
  margin-top: 1.5rem;
  margin-bottom: 1rem;
  font-weight: 500;
}

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

.text-rich-text img {
  border-radius: var(--border-radius);
  width: 100%;
}

.text-rich-text blockquote {
  margin-top: 2rem;
  margin-bottom: 2rem;
}

.text-rich-text figure {
  width: 100%;
  margin-left: 0;
  margin-right: 0;
}

.pointer-events-auto {
  pointer-events: auto;
}

.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-family: var(--heading);
  font-size: 5.125rem;
  font-weight: 400;
  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-alternate {
  color: var(--text-color--text-alternate);
}

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

.pointer-events-none {
  pointer-events: none;
}

.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 var(--border-color--border-primary);
  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: #2d40ea0d;
  border: 1px dashed #2d40ea;
  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-alternate {
  background-color: var(--background-color--background-alternate);
}

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

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

.heading-style-h4 {
  font-family: var(--heading);
  font-size: 2.5rem;
  font-weight: 400;
  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-secondary {
  background-color: var(--background-color--background-secondary);
}

.form_input {
  border: 1px solid var(--border-color--border-primary);
  background-color: #0000;
  min-height: 3rem;
  margin-bottom: .75rem;
  padding: .5rem 1rem;
  font-size: 1rem;
}

.form_input::placeholder, .form_input.is-select-input {
  color: var(--text-color--text-secondary);
}

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

.heading-style-h6 {
  font-family: var(--heading);
  font-size: 1.75rem;
  font-weight: 400;
  line-height: 1.5;
}

.heading-style-h6.text-color-green {
  color: var(--base-color-brand--primary);
}

.heading-style-h6.text-color-green.text-weight-bold {
  font-weight: 700;
}

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

.padding-section-large.extra-padding-top {
  padding-top: 12rem;
}

.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: var(--link-color--link-primary);
  text-decoration: underline;
}

.text-style-link.booking {
  font-family: var(--heading);
  color: #f2ffcc;
  font-size: .9rem;
  text-decoration: none;
}

.text-style-link.booking:hover {
  color: #beff00;
}

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

.fs-styleguide_header {
  background-color: var(--background-color--background-primary);
  color: var(--text-color--text-alternate);
  background-image: radial-gradient(circle at 100% 100%, #dd23bb40, #0000 40%), radial-gradient(circle at 0 100%, #2d62ff4d, #0000 60%);
}

.heading-style-h2 {
  font-family: var(--heading);
  font-size: 3.5rem;
  line-height: 1.2;
}

.fs-styleguide_label {
  background-color: var(--background-color--background-secondary);
  color: var(--text-color--text-alternate);
  border-radius: .25rem;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  padding: .25rem .75rem .3rem;
  font-weight: 600;
  display: flex;
}

.fs-styleguide_label.is-tag {
  background-color: var(--background-color--background-tertiary);
}

.heading-style-h5 {
  font-family: var(--heading);
  font-size: 2rem;
  font-weight: 400;
  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 {
  background-color: var(--background-color--background-error);
  color: var(--text-color--text-error);
  margin-top: .75rem;
  padding: .75rem;
}

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

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

.form_component {
  margin-bottom: 0;
}

.main-wrapper {
  overflow: clip;
}

.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 {
  background-color: var(--base-color-brand--primary);
  color: var(--text-color--text-alternate);
  text-align: center;
  text-transform: capitalize;
  border-radius: 1.5em;
  padding: .75rem 1.5rem;
  font-weight: 600;
  box-shadow: 1px 1px 5px 1px #0003;
}

.button:where(.w-variant-cf27bcf7-bd17-697d-a41b-567b0eb817f4) {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  box-shadow: none;
  font-family: var(--heading);
  color: #f2ffcc;
  background-color: #b6b6b600;
  border-radius: .4em;
  padding: 1rem 0 0;
  font-weight: 400;
  display: flex;
}

.button:hover {
  color: var(--base-color-brand--secondary);
  box-shadow: 2px 2px 8px 2px #0003;
}

.button:hover:where(.w-variant-cf27bcf7-bd17-697d-a41b-567b0eb817f4) {
  box-shadow: none;
  color: #beff00;
  background-color: #b6b6b600;
}

.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 {
  border: 1px solid var(--border-color--border-alternate);
  color: var(--text-color--text-primary);
  background-color: #0000;
}

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

.button.is-secondary.is-alternate {
  background-color: var(--\<unknown\|relume-variable-transparent\>);
  color: var(--\<unknown\|relume-variable-neutral-white\>);
}

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

.button.is-brand {
  background-color: var(--base-color-brand--primary);
}

.button.is-alternate {
  border: 1px solid var(--base-color-brand--secondary);
  background-color: var(--base-color-brand--secondary);
  color: var(--text-color--text-primary);
}

.button.is-link {
  background-color: var(--\<unknown\|relume-variable-transparent\>);
  color: var(--\<unknown\|relume-variable-neutral-shade-7\>);
  border-style: none;
  padding: .25rem 0;
  line-height: 1;
  text-decoration: none;
}

.button.is-link.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;
}

.button-group.is-center {
  justify-content: center;
}

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

.container-medium.is-relative {
  position: relative;
}

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

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

.spacer-huge {
  width: 100%;
  padding-top: 6rem;
}

.spacer-medium {
  width: 100%;
  padding-top: 2rem;
}

.fs-styleguide_spacer-box {
  background-color: #2d40ea1a;
  border: 1px dashed #2d40ea;
  width: 100%;
  position: relative;
}

.spacer-xsmall {
  width: 100%;
  padding-top: .5rem;
}

.spacer-small {
  width: 100%;
  padding-top: 1rem;
}

.spacer-xhuge {
  width: 100%;
  padding-top: 8rem;
}

.spacer-tiny {
  width: 100%;
  padding-top: .125rem;
}

.spacer-xxsmall {
  width: 100%;
  padding-top: .25rem;
}

.spacer-xxhuge {
  width: 100%;
  padding-top: 12rem;
}

.spacer-xlarge {
  width: 100%;
  padding-top: 4rem;
}

.spacer-large {
  padding-top: 3rem;
}

.spacer-xxlarge {
  width: 100%;
  padding-top: 5rem;
}

.fs-styleguide_message {
  background-color: var(--background-color--background-warning);
  color: var(--text-color--text-warning);
  border-radius: .25rem;
  padding: .25rem .5rem;
  font-size: .875rem;
}

.nav_component {
  background-color: #000;
  width: 100%;
  padding-top: 1rem;
  padding-bottom: 1rem;
  position: relative;
  inset: 0% 0% auto;
}

.nav_container {
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 80rem;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.nav_logo {
  width: 10rem;
}

.nav_menu_link {
  color: #fff;
  padding: 1rem;
}

.nav_button {
  padding: 1rem;
}

.aspect-ratio-square {
  aspect-ratio: 1;
  object-fit: cover;
}

.aspect-ratio-portrait {
  aspect-ratio: 2 / 3;
  object-fit: cover;
}

.aspect-ratio-landscape {
  aspect-ratio: 3 / 2;
  object-fit: cover;
}

.aspect-ratio-widescreen {
  aspect-ratio: 16 / 9;
  object-fit: cover;
}

.background-color-tertiary {
  background-color: var(--background-color--background-tertiary);
}

.fs-styleguide_hero-label {
  color: var(--text-color--text-primary);
  text-transform: uppercase;
  background-color: #eee;
  border-radius: .25rem;
  padding: .25rem .375rem;
  font-size: .75rem;
  font-weight: 500;
  text-decoration: none;
}

.hero_content {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  place-content: start;
  place-items: start;
}

.hero_image {
  border-radius: 1rem;
  margin-top: 0;
}

.hero_heading {
  font-size: 4rem;
}

.section_hero {
  flex-direction: column;
  justify-content: center;
  position: relative;
}

.hero_grid {
  grid-column-gap: 8rem;
  grid-row-gap: 8rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  display: grid;
}

.nav_fixed {
  position: absolute;
  inset: 0% 0% auto;
}

.nav_fixed:where(.w-variant-0f0c7545-2e1f-fd48-b495-230fba50ccc5) {
  background-color: var(--base-color-brand--secondary);
}

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

.navbar_component {
  border-bottom: 0px solid var(--\<unknown\|relume-variable-color-scheme-1-background\>);
  background-color: #ddd0;
  align-items: center;
  width: 100%;
  height: auto;
  min-height: 4.5rem;
  display: flex;
}

.navbar_container {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 80rem;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  padding: .5rem 1rem;
  display: flex;
}

.navbar_logo-link {
  padding-left: 0;
}

.navbar_logo {
  width: 100%;
  max-width: 10rem;
}

.navbar_logo:where(.w-variant-0f0c7545-2e1f-fd48-b495-230fba50ccc5) {
  display: none;
}

.navbar_menu {
  align-items: center;
  display: flex;
  position: static;
}

.navbar_menu-links {
  flex-flow: wrap;
  justify-content: center;
  align-items: center;
  display: flex;
}

.navbar_link {
  color: var(--base-color-neutral--white);
  padding: .5rem .75rem;
  font-size: 1rem;
  font-weight: 600;
}

.navbar_link:where(.w-variant-0f0c7545-2e1f-fd48-b495-230fba50ccc5) {
  color: var(--base-color-neutral--neutral);
}

.navbar_link:hover, .navbar_link.w--current {
  color: var(--base-color-brand--primary);
}

.navbar_dropdown-toggle {
  grid-column-gap: .5rem;
  color: #fff;
  align-items: center;
  padding: .5rem .75rem;
  font-weight: 600;
  transition: all .35s;
  display: flex;
}

.navbar_dropdown-toggle:where(.w-variant-0f0c7545-2e1f-fd48-b495-230fba50ccc5) {
  color: var(--base-color-neutral--neutral);
}

.navbar_dropdown-toggle:hover {
  color: var(--base-color-brand--primary);
}

.dropdown-chevron {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 1rem;
  height: 1rem;
  display: flex;
}

.navbar_dropdown-list.w--open {
  border: 1px solid var(--base-color-brand--secondary);
  border-radius: var(--border-radius);
  background-color: var(--base-color-brand--secondary);
  padding: .5rem;
}

.navbar_dropdown-link {
  margin-top: .5rem;
  margin-bottom: .5rem;
  padding: .5rem 1rem;
  font-weight: 600;
}

.navbar_dropdown-link:hover, .navbar_dropdown-link.w--current {
  color: var(--base-color-brand--primary);
}

.navbar_menu-buttons {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  margin-left: 1rem;
  display: flex;
}

.navbar_menu-button {
  padding: 0;
}

.section_header5 {
  position: relative;
}

.header_content {
  z-index: 1;
  justify-content: flex-start;
  align-items: center;
  min-height: 100svh;
  max-height: 60rem;
  display: flex;
  position: relative;
}

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

.header_background-image-wrapper {
  z-index: 0;
  position: absolute;
  inset: 0%;
}

.image-overlay-layer {
  z-index: 1;
  background-image: linear-gradient(#00000080, #00000080);
  position: absolute;
  inset: 0%;
}

.image-overlay-layer:where(.w-variant-da25a6e6-90bb-8b37-8bf3-8890058c99f1) {
  background-image: linear-gradient(#000000bf, #000000bf);
}

.header_background-image {
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

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

.section_testimonial {
  background-color: var(--\<unknown\|relume-variable-color-scheme-1-background\>);
  overflow: hidden;
}

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

.testimonial21_component {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: stretch;
  display: flex;
}

.testimonial21_loop-trigger {
  display: flex;
}

.testimonial21_card {
  border: var(--\<unknown\|relume-variable-border-width\>) solid var(--\<unknown\|relume-variable-color-scheme-1-border\>);
  border-radius: var(--\<unknown\|relume-variable-radius-medium\>);
  background-color: var(--\<unknown\|relume-variable-color-scheme-1-foreground\>);
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  width: 25rem;
  min-width: 25rem;
  margin-right: 2rem;
  padding: 2rem;
  display: flex;
  overflow: hidden;
}

.testimonial21_rating-wrapper {
  display: flex;
}

.testimonial21_rating-icon {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-right: .25rem;
  display: flex;
}

.icon-embed-xsmall {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 1.5rem;
  height: 1.5rem;
  display: flex;
}

.testimonial21_client {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  text-align: left;
  align-items: center;
  margin-top: auto;
  display: flex;
}

.testimonial21_client-image-wrapper {
  border-radius: 100%;
  width: 3rem;
  height: 3rem;
  overflow: hidden;
}

.testimonial21_customer-image {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.section_cta, .layout_component {
  position: relative;
}

.layout_content {
  grid-column-gap: 5rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  place-items: start stretch;
  display: grid;
}

.layout_icon-wrapper {
  display: inline-block;
}

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

.layout_image-wrapper {
  border-radius: var(--border-radius);
  overflow: hidden;
}

.layout_image {
  aspect-ratio: 1;
  object-fit: cover;
  object-position: 100% 90%;
  width: 100%;
  height: 100%;
}

.section_video {
  background-color: var(--\<unknown\|relume-variable-color-scheme-1-background\>);
}

.header_component {
  flex-direction: column;
  display: flex;
}

.header_lightbox-wrapper {
  flex: 1;
  position: relative;
}

.header_lightbox {
  object-fit: cover;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
  position: absolute;
  inset: 0%;
}

.header_lightbox-thumbnail {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.lightbox-play-icon {
  z-index: 2;
  color: var(--\<unknown\|relume-variable-neutral-white\>);
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
}

.icon-embed-large {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 5rem;
  height: 5rem;
  display: flex;
}

.video-overlay-layer {
  z-index: 1;
  background-color: var(--\<unknown\|relume-variable-neutral-shade-7-40\>);
  position: absolute;
  inset: 0%;
}

.header_content-wrapper {
  grid-column-gap: 5rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: start;
  display: grid;
}

.section_pricing {
  background-color: var(--\<unknown\|relume-variable-color-scheme-1-background\>);
}

.text-style-tagline {
  justify-content: center;
  align-items: center;
  font-weight: 600;
  text-decoration: none;
  display: inline-block;
}

.pricing_tabs {
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  display: flex;
}

.tabs-menu {
  border: 1px solid var(--\<unknown\|relume-variable-color-scheme-1-border\>);
  background-color: var(--\<unknown\|relume-variable-color-scheme-1-foreground\>);
  align-self: center;
  margin-bottom: 3rem;
  padding: .25rem;
  display: flex;
}

.tab-link {
  border: 1px solid var(--\<unknown\|relume-variable-transparent\>);
  background-color: var(--\<unknown\|relume-variable-transparent\>);
  padding: .5rem 1.5rem;
}

.tab-link.w--current {
  border-color: var(--\<unknown\|relume-variable-color-scheme-1-border\>);
  background-color: var(--\<unknown\|relume-variable-color-scheme-1-background\>);
  font-weight: 500;
}

.pricing_plans {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
}

.pricing_plan {
  border: var(--\<unknown\|relume-variable-border-width\>) solid var(--\<unknown\|relume-variable-color-scheme-1-border\>);
  border-radius: var(--\<unknown\|relume-variable-radius-medium\>);
  background-color: var(--\<unknown\|relume-variable-color-scheme-1-foreground\>);
  padding: 2rem;
  overflow: hidden;
}

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

.divider-horizontal {
  width: 100%;
  height: var(--\<unknown\|relume-variable-divider-width\>);
  background-color: var(--\<unknown\|relume-variable-color-scheme-1-border\>);
}

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

.pricing_feature-list {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  padding-top: .5rem;
  padding-bottom: .5rem;
  display: grid;
}

.pricing_feature {
  display: flex;
}

.pricing_feature-icon-wrapper {
  flex: none;
  align-self: flex-start;
  margin-right: 1rem;
}

.footer_component {
  background-color: var(--\<unknown\|relume-variable-color-scheme-1-background\>);
}

.footer_top-wrapper {
  grid-column-gap: 8vw;
  grid-row-gap: 5rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  align-items: start;
}

.footer_top-content {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-direction: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.footer_logo-link {
  padding-left: 0;
}

.footer_form-block {
  max-width: 35rem;
  margin-bottom: 0;
}

.footer_form {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr max-content;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: stretch;
  margin-bottom: .75rem;
  display: flex;
}

.form_message-success-wrapper {
  margin-top: 1rem;
  padding: 0;
}

.form_message-error-wrapper {
  margin-top: 1rem;
  padding: 0;
}

.footer_menu-wrapper {
  grid-column-gap: 2rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: 1.5fr .625fr .625fr .625fr;
  align-items: start;
}

.footer_link-column {
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.footer_link-list {
  flex-direction: column;
  grid-template-rows: auto;
  grid-template-columns: 100%;
  grid-auto-columns: 100%;
  place-items: flex-start start;
  display: flex;
}

.footer_link {
  padding-top: .5rem;
  padding-bottom: .5rem;
  font-size: .875rem;
  text-decoration: none;
}

.footer_link:hover, .footer_link.w--current {
  color: var(--base-color-brand--primary);
}

.footer_social-link {
  grid-column-gap: .75rem;
  grid-row-gap: .75rem;
  align-items: center;
  padding-top: .5rem;
  padding-bottom: .5rem;
  font-size: .875rem;
  text-decoration: none;
  display: flex;
}

.footer_social-link:hover {
  color: var(--base-color-brand--primary);
}

.footer_bottom-wrapper {
  justify-content: space-between;
  align-items: flex-start;
  margin-top: 5em;
  display: flex;
}

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

.footer_legal-list {
  grid-column-gap: 1.5rem;
  grid-row-gap: 0rem;
  white-space: normal;
  grid-template-rows: auto;
  grid-template-columns: max-content;
  grid-auto-columns: max-content;
  grid-auto-flow: column;
  justify-content: center;
  display: flex;
}

.footer_legal-link {
  font-size: .875rem;
  text-decoration: underline;
}

.footer_legal-link.bytesites {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  filter: grayscale();
  text-align: center;
  flex-flow: column;
  justify-content: space-between;
  align-items: center;
  text-decoration: none;
  display: flex;
}

.footer_legal-link.bytesites:hover {
  filter: none;
  color: #000;
}

.button-text-link {
  line-height: 1;
}

.testimonial_slide {
  flex-flow: column;
  justify-content: flex-end;
  align-items: center;
  height: 100%;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}

.testimonial_slider {
  background-color: #0000;
  height: 100%;
  padding-bottom: 4rem;
  padding-left: 2rem;
  padding-right: 2rem;
  overflow: hidden;
}

.testimonial_mask {
  width: 33.33%;
  height: 100%;
  overflow: visible;
}

.testimonial-wrap {
  height: 100%;
}

.testimonial_content {
  text-align: center;
  flex-flow: column;
  justify-content: flex-end;
  align-items: center;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

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

.testimonial_rating-icon {
  color: #8a9a5b;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-right: .25rem;
  display: flex;
}

.testimonial_client-image-wrapper {
  border-radius: 100%;
  width: 3.5rem;
  height: 3.5rem;
  margin-left: auto;
  margin-right: auto;
  overflow: hidden;
}

.testimonial_client-image {
  object-fit: cover;
  border-radius: 100%;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.testimonial-text {
  font-weight: 400;
  line-height: 1.4;
}

.testimonial-text p {
  font-weight: 400;
}

.slider-arrow-testimonial {
  width: 3rem;
  height: 3rem;
  color: var(--base-color-brand--accent);
  border-style: solid;
  border-width: 1px;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  display: flex;
}

.slider-arrow-testimonial.is-centre-previous, .slider-arrow-testimonial.is-centre-next {
  bottom: 4rem;
}

.slider-arrow-icon_default {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 1rem;
  height: 1rem;
  display: flex;
}

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

.font-body {
  font-family: var(--body);
}

.swiper-container {
  width: 100%;
  max-width: 100%;
  max-height: 50rem;
  overflow: hidden;
}

.ds-hero {
  border-radius: .5rem;
  width: 100%;
  height: 100%;
  position: relative;
}

.ds-hero-content {
  z-index: 2;
  border-radius: .5rem;
  width: 100%;
  min-width: 30rem;
  max-width: 57.5rem;
  margin-bottom: 7.5rem;
  margin-left: 1rem;
  position: absolute;
  inset: auto auto 0%;
  overflow: hidden;
}

.swiper {
  cursor: grab;
  height: 100%;
  overflow: hidden;
}

.swiper.hero {
  width: 100%;
}

.swiper.is-relative {
  position: relative;
}

.swiper-wrapper {
  grid-column-gap: 0%;
  grid-row-gap: 0%;
  flex-flow: row;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.swiper-wrapper.content.edit {
  flex-flow: column;
  max-height: 25rem;
  overflow: auto;
}

.swiper-wrapper.testi {
  grid-column-gap: 0%;
  grid-row-gap: 0%;
  flex-flow: row;
}

.swiper-wrapper.testi:where(.w-variant-8b100a88-f32b-d026-6fae-3e4dc937e091), .swiper-wrapper.testi.edit {
  flex-flow: column;
}

.swiper-slide {
  flex: none;
  width: 100%;
  height: 100%;
}

.swiper-slide.testi {
  padding-bottom: 1rem;
  padding-left: .5%;
  padding-right: .5%;
}

.ds-hero-card {
  background-color: var(--base-color-brand--accent);
  color: #fff;
  border-radius: .5rem;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  width: 99%;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  padding: 2rem;
  display: flex;
}

.ds-hero-card.promo {
  background-color: var(--base-color-brand--primary);
}

.ds-hero-card.new {
  background-color: var(--base-color-system--warning-yellow-dark);
  padding-top: 4rem;
  position: relative;
}

.ds-hero-card.may {
  background-color: var(--base-color-system--success-green);
  color: var(--base-color-brand--accent);
  padding-top: 4rem;
  position: relative;
}

.btn {
  background-color: var(--base-color-brand--primary);
  color: #000;
  border-radius: 1.5em;
  padding: 1.125rem 1.5rem;
  font-size: 1.25rem;
  font-weight: 500;
  line-height: 1;
  position: relative;
}

.ds-slider-img {
  width: 100%;
  height: 100%;
  min-height: 50rem;
  position: relative;
  overflow: hidden;
}

.u-img-cover {
  filter: brightness(30%);
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.u-img-cover.horizontal-invert {
  transform-style: preserve-3d;
  transform: rotateX(0)rotateY(180deg)rotateZ(0);
}

.swiper-pagination {
  z-index: 9;
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 1rem;
  margin-right: 1rem;
  display: flex;
  position: absolute;
  inset: auto 8vw 3.125rem auto;
}

.swiper-pagination.center {
  justify-content: center;
  align-items: center;
}

.hero-swiper-pagination-bullet {
  z-index: 99999999;
  background-color: var(--base-color-neutral--neutral);
  border-radius: 99vw;
  width: 1rem;
  height: 1rem;
  transition: background-color .3s cubic-bezier(.19, 1, .22, 1);
  position: relative;
}

.hero-swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: #fff;
}

.hero-swiper-pagination-bullet.is-active {
  background-color: var(--base-color-brand--primary);
}

.flickity-slider-group {
  width: 100%;
  position: relative;
}

.flickity-list {
  flex-flow: row;
  width: 100%;
  display: flex;
}

.services-item {
  width: calc((99.99% / var(--flick-col))  - (var(--flick-gap) * ((var(--flick-col)  - 1) / var(--flick-col))));
  margin-right: var(--flick-gap);
  flex-shrink: 0;
}

.demo-card {
  grid-column-gap: 1.25em;
  grid-row-gap: 1.25em;
  border-radius: var(--border-radius);
  background-color: var(--base-color-brand--secondary);
  flex-flow: column;
  width: 100%;
  padding: 1.5em 1em;
  display: flex;
  position: relative;
  box-shadow: 0 2px 5px #0003;
}

.demo-card__image {
  background-color: #e2e1df;
  border-radius: .5em;
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
  position: relative;
}

.before__125 {
  pointer-events: none;
  padding-top: 100%;
}

.demo-card__emoji {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 5em;
  font-weight: 500;
  line-height: 1;
  position: absolute;
}

.demo-card__h2 {
  margin-top: 0;
  margin-bottom: 0;
  margin-left: .5em;
  font-size: 2em;
  font-weight: 500;
  line-height: 1;
}

.flickity-controls {
  pointer-events: none;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
  position: absolute;
  top: 0;
  left: 0;
}

.flickity-arrows {
  pointer-events: none;
  justify-content: space-between;
  align-items: center;
  width: calc(100% + 3em);
  display: flex;
  position: relative;
}

.flickity-arrow {
  pointer-events: auto;
  color: #efeeec;
  cursor: pointer;
  background-color: #131313;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 3em;
  height: 3em;
  padding-left: .75em;
  padding-right: .75em;
  display: flex;
}

.flickity-arrow.is--flipped {
  transform: scaleX(-1);
}

.flickity-dots {
  width: 100%;
  padding-top: 4em;
  position: absolute;
  bottom: -10%;
  left: 0;
}

.flickity-dots-list {
  grid-column-gap: .75em;
  grid-row-gap: .75em;
  justify-content: center;
  align-items: center;
  display: flex;
}

.flickity-dot {
  pointer-events: auto;
  cursor: pointer;
  background-color: #d0cfcd;
  border-radius: 50%;
  width: .75em;
  height: .75em;
}

.section_services:where(.w-variant-d2410039-bbc8-1b44-e51e-9859e9fc7130) {
  background-color: var(--base-color-brand--secondary);
}

.section_services.bg-branding {
  color: #fff;
}

.services-card {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  border-radius: var(--border-radius);
  text-align: center;
  cursor: pointer;
  flex-flow: column;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 30rem;
  height: 100%;
  padding: 1.5rem;
  display: flex;
  position: relative;
  overflow: hidden;
  box-shadow: 1px 1px 5px 1px #0003;
}

.services-card:where(.w-variant-0482573b-41c6-942b-060e-ae5e727da4a8) {
  text-align: left;
  justify-content: flex-start;
  align-items: flex-start;
  height: 100%;
}

.services-card:hover {
  box-shadow: 1px 1px 10px 2px #0003;
}

.services-card.category, .services-card.category-7, .services-card.category-13, .services-card.category-19, .services-card.category-25 {
  text-align: left;
  justify-content: flex-start;
  align-items: flex-start;
  height: 100%;
}

.services-card_image-wrap {
  border-radius: var(--border-radius);
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  min-height: 17.5rem;
  max-height: 17.5rem;
  display: flex;
  overflow: hidden;
}

.services-card-image {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.services-card-link-overlay {
  display: none;
  position: absolute;
  inset: 0%;
}

.icon-embed-xxsmall {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 1rem;
  height: 1rem;
  display: flex;
}

.footer-copyright-link {
  width: 150px;
}

.footer-copyright-image {
  width: 100%;
}

.section-bg-line {
  background-color: var(--base-color-brand--secondary);
  width: 200%;
  height: 95%;
  margin-left: -50%;
  position: absolute;
  inset: -1% auto auto;
  transform: rotate(3deg);
}

.swiper-group {
  width: 100%;
  position: relative;
}

.demo-card__visual {
  background-color: #ffffff08;
  background-image: linear-gradient(135deg, #ffffff08, #ffffff14 11%, #ffffff08 16%, #ffffff12 58%, #ffffff17 63%, #ffffff08 73%, #ffffff0d 96%, #ffffff08);
  border: 1px solid #ffffff0d;
  border-radius: .5em;
  flex: 1;
}

.demo-card__text {
  opacity: 0;
  padding-top: 1em;
  padding-bottom: .25em;
  padding-left: .5em;
  display: none;
}

.demo-card__title {
  font-size: 1.5em;
  display: none;
}

.swiper-navigation {
  z-index: 2;
  pointer-events: none;
  justify-content: space-between;
  align-items: center;
  display: flex;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  transform: translate(0, 150%);
}

.swiper-navigation__button {
  z-index: 1;
  aspect-ratio: 1;
  pointer-events: auto;
  width: 4em;
  color: var(--base-color-brand--primary);
  background-color: #fff;
  border-radius: 100em;
  justify-content: center;
  align-items: center;
  padding: 1em;
  display: flex;
  position: relative;
}

.swiper-navigation__button-arorw {
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
}

.swiper-navigation__button-arorw.is--prev {
  transform: rotate(-180deg);
}

.heading {
  font-weight: 700;
}

.new-slider_wrap {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  flex-flow: wrap;
  justify-content: center;
  align-items: stretch;
  display: flex;
}

.cursor-marquee {
  z-index: 999999;
  pointer-events: none;
  justify-content: center;
  align-items: center;
  display: flex;
  position: fixed;
  top: 0;
  left: 0;
  transform: translate(-50%, -50%);
}

.cursor-marquee__card {
  color: #000;
  background-color: #fff;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  overflow: hidden;
}

.cursor-marquee__text-span {
  white-space: nowrap;
  transform-origin: 0;
  padding: .5em;
  font-size: 1.25rem;
  line-height: 1;
  display: block;
  position: relative;
}

.cursor-marquee__text-span.is--duplicate {
  position: absolute;
  left: 100%;
}

.services-top_wrap {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: column;
  display: flex;
}

.btn-animate-chars {
  color: #fff;
  cursor: pointer;
  border-radius: .25em;
  flex-grow: 1;
  justify-content: center;
  align-items: center;
  max-width: 17em;
  max-height: 3.25rem;
  padding: 1em;
  font-size: 1em;
  line-height: 1;
  text-decoration: none;
  display: flex;
  position: relative;
}

.btn-animate-chars:where(.w-variant-b149c190-9730-5a41-d7d2-12031aa747b1) {
  color: var(--base-color-brand--accent);
}

.btn-animate-chars__bg {
  background-color: var(--base-color-brand--primary);
  border-radius: .25em;
  position: absolute;
  inset: 0;
}

.btn-animate-chars__bg:where(.w-variant-93589b27-021c-4971-79bf-f69a7b771d1f) {
  background-color: var(--base-color-brand--accent);
}

.btn-animate-chars__bg:where(.w-variant-b149c190-9730-5a41-d7d2-12031aa747b1) {
  background-color: var(--base-color-brand--secondary);
}

.btn-animate-chars__text {
  white-space: nowrap;
  font-weight: 600;
  line-height: 1.3;
}

.footer_brand-wrap {
  flex-flow: column;
  display: flex;
}

.video-embed {
  border-radius: 1.25rem;
  width: 100%;
  max-width: 50rem;
  height: 100%;
  overflow: hidden;
}

.video-embed:where(.w-variant-c62700ff-d95c-45fc-5429-b02b0c398791) {
  display: none;
}

.section_hero-subpages {
  color: var(--base-color-brand--secondary);
  position: relative;
}

.hero-subpages_content {
  z-index: 1;
  justify-content: flex-start;
  align-items: center;
  min-height: 100svh;
  max-height: 60rem;
  display: flex;
  position: relative;
}

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

.hero-subpages_background-image-wrapper {
  z-index: 0;
  position: absolute;
  inset: 0%;
}

.hero-subpages_background-image {
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.gsap-slider {
  grid-column-gap: 5em;
  grid-row-gap: 5em;
  flex-flow: column;
  align-items: center;
  width: 100%;
  display: flex;
  position: relative;
  overflow: visible;
}

.gsap-slider__collection {
  width: 100%;
  max-width: 72em;
}

.gsap-slider__list {
  -webkit-user-select: none;
  user-select: none;
  will-change: transform;
  touch-action: pan-y;
  backface-visibility: hidden;
  display: flex;
}

.gsap-slider__item {
  width: calc(((100% - 1px)  - (var(--slider-spv)  - 1) * var(--slider-gap)) / var(--slider-spv));
  margin-right: var(--slider-gap);
  flex: none;
}

.osmo-icon-svg {
  opacity: .1;
  width: 40%;
  position: absolute;
}

.demo-card__tag {
  position: absolute;
  top: 2em;
  left: 2em;
}

.demo-card__tag-p {
  margin-bottom: 0;
  font-size: 2em;
  line-height: 1;
}

.gsap-slider__controls {
  grid-column-gap: .5em;
  grid-row-gap: .5em;
  justify-content: center;
  align-items: center;
  display: flex;
}

.gsap-slider__control {
  border: 1px solid var(--base-color-brand--primary);
  border-radius: var(--border-radius);
  background-color: var(--base-color-brand--primary);
  color: #efeeec;
  padding: .75em 1.5em;
  font-size: 1em;
}

.team-slider_content {
  max-height: 40rem;
  overflow: clip;
}

.team-slider_card-content {
  width: 100%;
}

.team-slider_name-wrap {
  color: var(--base-color-brand--accent);
  margin-top: .125rem;
  font-size: .8rem;
  font-style: italic;
  font-weight: 600;
}

.team-slider_button-wrap {
  margin-top: 1.5rem;
}

.team-slider-image {
  border-radius: var(--border-radius);
  background-color: var(--base-color-brand--primary);
  object-fit: cover;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.team-slider_image-wrap {
  aspect-ratio: 1;
  border-radius: var(--border-radius);
  width: 100%;
  box-shadow: none;
  margin-top: .5rem;
  margin-bottom: 1rem;
  overflow: hidden;
}

.title-text {
  color: var(--base-color-brand--primary);
  font-size: 1.5rem;
  font-weight: 500;
}

.teams-wrapper {
  grid-column-gap: 2%;
  grid-row-gap: 5rem;
  flex-flow: wrap;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.teams-item-card {
  border-radius: var(--border-radius);
  filter: brightness(75%) sepia(30%);
  flex-flow: column;
  align-self: stretch;
  width: 100%;
  max-width: 31%;
  padding: 1rem;
  transition: all .35s;
  display: flex;
  position: relative;
  box-shadow: 0 2px 10px 5px #0000001c;
}

.teams-item-card:hover {
  filter: none;
}

.team_title-wrap {
  min-height: 3.57422rem;
}

.team-bio_wrap {
  margin-top: .5rem;
}

.team-slider_comp {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  display: flex;
}

.form_cta-wrap {
  display: none;
}

.form_cta-wrap:where(.w-variant-c62700ff-d95c-45fc-5429-b02b0c398791) {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  flex-flow: column;
  justify-content: flex-start;
  align-items: stretch;
  display: flex;
}

.cta_contact-link:where(.w-variant-c62700ff-d95c-45fc-5429-b02b0c398791) {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  color: var(--text-color--text-success);
  justify-content: flex-start;
  align-items: center;
  font-size: 1.125rem;
  display: flex;
}

.cta_contact-link:hover:where(.w-variant-c62700ff-d95c-45fc-5429-b02b0c398791) {
  color: var(--base-color-brand--primary);
}

.cta-icon_wrap:where(.w-variant-c62700ff-d95c-45fc-5429-b02b0c398791) {
  height: 100%;
}

.cta-icon:where(.w-variant-c62700ff-d95c-45fc-5429-b02b0c398791) {
  width: 1.5rem;
  height: 1.5rem;
  line-height: 1;
}

.icon-embed-custom {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 0;
  height: 0;
  display: flex;
}

.cta-foot-image {
  aspect-ratio: 2;
  border-radius: var(--border-radius);
  object-fit: cover;
  width: 100%;
  overflow: hidden;
}

.top-right-text {
  color: var(--text-color--text-alternate);
  font-family: Playfair Display, sans-serif;
  font-size: 1.5rem;
  font-style: italic;
  line-height: 1;
  position: absolute;
  inset: 3% 1.5% auto auto;
}

.top-right-text.dark-text {
  color: var(--base-color-brand--accent);
}

.hero-swiper-paginations {
  z-index: 100;
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 1rem;
  margin-right: 1rem;
  display: flex;
  position: absolute;
  inset: auto 0% 0% auto;
}

.hero-swiper-paginations.center {
  justify-content: center;
  align-items: center;
}

.hero-swiper-pagination-bullets {
  background-color: #ffffff54;
  border-radius: 99vw;
  width: 1rem;
  height: 1rem;
  transition: background-color .3s cubic-bezier(.19, 1, .22, 1);
}

.hero-swiper-pagination-bullets.swiper-pagination-bullet-active {
  background-color: var(--base-color-brand--primary);
}

.section_benefits {
  background-color: var(--base-color-brand--secondary);
}

.benefit_content {
  grid-column-gap: 5rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  display: grid;
}

.benefit_item-list {
  grid-column-gap: 1.5rem;
  grid-row-gap: 2rem;
  grid-template-rows: auto;
  padding-top: .5rem;
  padding-bottom: .5rem;
}

.layout29_item-icon-wrapper {
  display: inline-block;
}

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

.benefit_image-wrapper {
  border-radius: var(--border-radius);
  overflow: hidden;
}

.benefit-image {
  aspect-ratio: 1;
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.benefit-icon {
  width: 100%;
  max-width: 2rem;
  color: var(--base-color-brand--primary);
  line-height: 1;
}

.bg-secondary {
  background-color: #f9f8f4;
}

.section_product10 {
  background-color: var(--\<unknown\|relume-variable-color-scheme-1-background\>);
  color: var(--\<unknown\|relume-variable-color-scheme-1-text\>);
}

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

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

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

.member_item-link {
  text-align: center;
  flex-direction: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  align-items: stretch;
  width: 100%;
  height: 100%;
  text-decoration: none;
  display: flex;
}

.member_image-wrapper {
  aspect-ratio: 1;
  border-radius: var(--border-radius);
  width: 100%;
  overflow: hidden;
}

.member_image {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.member_content-bottom {
  flex-flow: column;
  justify-content: space-between;
  height: 100%;
  display: flex;
}

.member_content {
  flex-direction: column;
  justify-content: space-between;
  text-decoration: none;
  display: flex;
}

.heading-divider {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  justify-content: center;
  align-items: center;
  display: flex;
}

.heading-divider:where(.w-variant-07b15e33-3889-03ab-a1f7-bcfe1a20c295) {
  justify-content: flex-start;
  align-items: center;
}

.divider-line {
  background-image: linear-gradient(90deg, #0000 10%, var(--base-color-brand--primary));
  width: 30%;
  height: 1px;
}

.divider-line:where(.w-variant-07b15e33-3889-03ab-a1f7-bcfe1a20c295) {
  display: none;
}

.divider-line:where(.w-variant-1cc54cf7-e1d2-6678-7b14-4a850e591f71) {
  background-image: linear-gradient(90deg, #0000 10%, var(--base-color-neutral--white));
}

.divider-line-2 {
  background-image: linear-gradient(270deg, #0000 10%, var(--base-color-brand--primary));
  width: 30%;
  height: 1px;
}

.divider-line-2:where(.w-variant-07b15e33-3889-03ab-a1f7-bcfe1a20c295) {
  width: 75%;
}

.divider-line-2:where(.w-variant-1cc54cf7-e1d2-6678-7b14-4a850e591f71) {
  background-image: linear-gradient(270deg, #0000 10%, var(--base-color-neutral--white));
}

.divider-icon {
  width: 1.25rem;
  height: 1.25rem;
  color: var(--base-color-brand--primary);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  line-height: 1;
  display: flex;
}

.divider-icon:where(.w-variant-1cc54cf7-e1d2-6678-7b14-4a850e591f71) {
  color: var(--base-color-neutral--white);
}

.products_component {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: stretch;
  display: grid;
}

.products_card {
  border-radius: var(--border-radius);
  flex-direction: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: stretch;
  display: flex;
  box-shadow: 0 2px 5px #0003;
}

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

.card-row4_image-wrapper {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
  position: relative;
}

.card-product_card-content {
  flex-direction: column;
  flex: 1;
  justify-content: space-between;
  padding: 3rem;
  display: flex;
}

.products_image-wrapper {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  display: block;
  position: relative;
}

.cascading-slider {
  width: 100%;
  max-width: 90em;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.cascading-slider__collection {
  width: 100%;
}

.cascading-slider__list {
  flex-flow: column;
  width: 100%;
  height: 35em;
  display: flex;
  position: relative;
  overflow: hidden;
}

.cascading-slider__list.edit {
  overflow: auto;
}

.cascading-slider__item {
  color: #fff;
  cursor: pointer;
  will-change: transform, clip-path;
  height: 100%;
  min-height: 10rem;
  clip-path: inset(0px calc(var(--clip) * 1px) round var(--radius));
  -webkit-user-select: none;
  user-select: none;
  position: absolute;
}

.cascading-slider__item-inner {
  filter: brightness();
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
}

.cascading-slider__item-inner:hover {
  filter: brightness(75%);
}

.cascading-slider__item-bg {
  z-index: 0;
  position: absolute;
  inset: 0%;
}

.cascading-slider__img {
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.cascading-slider__item-content {
  z-index: 3;
  background-image: linear-gradient(0deg, #0009, #0000);
  padding: 2em 2em 3em 2.5em;
  position: absolute;
  inset: auto 0% 0%;
}

.cascading-slider__h {
  opacity: 0;
  color: var(--base-color-brand--secondary);
  letter-spacing: -.03em;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 2.75em;
  font-weight: 400;
  line-height: 1;
  transition: all .3s cubic-bezier(.645, .045, .355, 1);
  transform: translate(0, .25em);
}

.cascading-slider__nav {
  grid-column-gap: 1em;
  grid-row-gap: 1em;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  margin-top: 3em;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
}

.cascading-slider__button {
  background-color: var(--base-color-brand--secondary);
  color: #323b32;
  border-radius: 100em;
  justify-content: center;
  align-items: center;
  width: 3em;
  height: 3em;
  padding: .75em;
  transition: all .2s;
  display: flex;
}

.cascading-slider__button:hover {
  background-color: var(--base-color-neutral--neutral-lighter);
}

.cascading-slider__button-arrow.is--prev {
  transform: rotate(-180deg);
}

.demo-main {
  overflow: clip;
}

.demo-header {
  grid-column-gap: 7.5em;
  grid-row-gap: 7.5em;
  font-variation-settings: "wght" 670;
  letter-spacing: -.02em;
  border-bottom: 1px solid #201d1d26;
  flex-flow: column;
  justify-content: space-between;
  width: 100%;
  padding: 2.5em;
  font-weight: 600;
  display: flex;
  position: relative;
}

.demo-header__nav-row {
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.demo-header__nav-a {
  color: var(--base-color-brand--primary);
  margin-bottom: 0;
  font-size: 1.3125em;
  font-weight: 600;
}

.demo-header__title-row {
  grid-column-gap: 2.5em;
  grid-row-gap: 2.5em;
  padding-left: calc(33.3333% + .833333em);
  display: flex;
}

.demo-header__h1 {
  letter-spacing: -.03em;
  max-width: 11em;
  font-size: 4em;
  font-weight: 600;
  line-height: .95;
}

.demo-header__info-row {
  grid-column-gap: 2.5em;
  grid-row-gap: 2.5em;
  display: flex;
}

.demo-header__col {
  grid-column-gap: 3em;
  grid-row-gap: 3em;
  flex-flow: column;
  justify-content: space-between;
  width: calc(33.3333% - 1.66667em);
  display: flex;
}

.demo-eyebrow {
  opacity: .84;
  color: var(--base-color-brand--primary);
  margin-bottom: 0;
  font-size: 1.3125em;
  font-weight: 600;
}

.demo-p {
  max-width: 19em;
  margin-bottom: 0;
  font-size: 1.3125em;
  font-weight: 600;
}

.demo-header__img {
  aspect-ratio: 3 / 2;
  object-fit: cover;
  width: 100%;
}

.footer-wrap {
  position: relative;
  overflow: hidden;
}

.demo-footer {
  grid-column-gap: 2.5em;
  grid-row-gap: 2.5em;
  font-variation-settings: "wght" 670;
  letter-spacing: -.02em;
  flex-flow: column;
  justify-content: space-between;
  align-items: stretch;
  padding: 2.5em;
  font-weight: 600;
  display: flex;
  position: relative;
}

.demo-footer__links-row {
  grid-column-gap: 2.5em;
  grid-row-gap: 2.5em;
  display: flex;
}

.demo-footer__links-row.is-center {
  justify-content: center;
  align-items: center;
}

.demo-footer__col {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  flex-flow: column;
  width: calc(33.3333% - 1.66667em);
  display: flex;
}

.demo-footer__col.social {
  justify-content: flex-start;
  align-items: center;
  width: auto;
}

.demo-footer__links {
  grid-column-gap: .5em;
  grid-row-gap: .5em;
  flex-flow: column;
  align-items: flex-start;
  display: flex;
}

.demo-footer__a {
  color: #333333d9;
  text-decoration: none;
  -webkit-text-decoration-color: var(--base-color-brand--primary);
  text-decoration-color: var(--base-color-brand--primary);
  font-size: 1.125em;
  font-weight: 600;
  line-height: 1;
}

.demo-footer__a.w--current {
  color: var(--base-color-brand--primary);
}

.demo-footer__a.services {
  font-size: 1.625em;
}

.demo-footer__a.services.w--current {
  opacity: 1;
  color: var(--base-color-brand--primary);
}

.demo-footer__logo-row {
  grid-column-gap: 1em;
  grid-row-gap: 1em;
  flex-flow: column;
  display: flex;
}

.footer-wrap__dark {
  opacity: 0;
  pointer-events: none;
  background-color: #201d1d;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.footer-logo-image {
  z-index: 1;
  width: 100%;
  max-width: 20rem;
  position: relative;
}

.footer-brand_wrap {
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
}

.paragraph {
  font-family: var(--body);
}

.btn-wrap {
  grid-column-gap: .5em;
  grid-row-gap: .5em;
  flex-wrap: wrap;
  align-items: flex-start;
  font-size: 2em;
  display: flex;
  position: relative;
}

.btn-wrap.new {
  flex-flow: column;
}

.btn__bg {
  border-radius: 1.5em;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.btn__circle-wrap {
  border-radius: 1.5em;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden;
}

.btn__circle {
  background-color: var(--base-color-brand--accent);
  pointer-events: none;
  border-radius: 50%;
  width: 100%;
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
}

.before__100 {
  padding-top: 100%;
  display: block;
}

.btn__text {
  color: #efede3;
  justify-content: flex-start;
  align-items: center;
  display: flex;
  position: relative;
}

.btn-text-p {
  color: currentColor;
  white-space: nowrap;
  margin-bottom: 0;
  padding-bottom: .05em;
  font-size: 1em;
  font-weight: 500;
  line-height: 1.2;
}

.btn__image {
  border-radius: 50%;
  width: 2.25em;
  height: 2.25em;
  margin-left: -.75em;
  margin-right: .5em;
  position: relative;
  overflow: hidden;
}

.img__founder {
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.bg-branding {
  background-color: var(--base-color-brand--primary);
}

.feature-pills__wrap {
  color: #f2f2f2;
  width: 100%;
  max-width: 75em;
  height: 45em;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: clip;
}

.feature-pills__layout {
  justify-content: flex-start;
  align-items: stretch;
  width: 100%;
  height: 100%;
  display: flex;
  position: relative;
}

.feature-pills__col {
  width: 50%;
  position: relative;
}

.feature-pills__col.is--visual {
  border-radius: 1rem;
  overflow: hidden;
}

.feature-pills__info-collection {
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  height: 100%;
  padding-left: 1.25em;
  padding-right: 1.25em;
  display: flex;
}

.feature-pills__info-list {
  grid-column-gap: 1em;
  grid-row-gap: 1em;
  width: 100%;
  max-width: var(--content-item-expanded);
  flex-flow: column;
  flex: none;
  justify-content: center;
  align-items: flex-start;
  margin-bottom: 0;
  margin-left: auto;
  margin-right: auto;
  padding: 0;
  list-style: none;
  display: flex;
}

.feature-pills__info-item {
  padding: 0;
  position: relative;
}

.feature-pills__item-bg {
  z-index: 0;
  background-color: var(--base-color-brand--primary);
  border-radius: 2em;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.feature-pills__item-button {
  z-index: 1;
  grid-column-gap: .625em;
  grid-row-gap: .625em;
  background-color: #0000;
  border: 1px #000;
  flex-flow: row;
  justify-content: flex-start;
  align-items: center;
  padding: .75em 1.25em;
  display: flex;
  position: relative;
}

.feature-pills__item-label {
  letter-spacing: -.015em;
  white-space: nowrap;
  flex: none;
  font-size: 1.25em;
  font-weight: 600;
}

.feature-pills__item-icon {
  aspect-ratio: 1;
  background-color: var(--base-color-brand--accent);
  border-radius: 100em;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 1.25em;
  padding: 0;
  display: flex;
  position: relative;
}

.feature-pills__item-icon-bar {
  background-color: #fff;
  flex: none;
  width: 1px;
  height: 50%;
  padding: 0;
  position: absolute;
}

.feature-pills__item-icon-bar.is--horizontal {
  width: 50%;
  height: 1px;
}

.feature-pills__item-content {
  z-index: 2;
  pointer-events: none;
  position: absolute;
  inset: 0%;
}

.feature-pills__item-content.edit {
  position: relative;
}

.feature-pills__item-mask {
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
}

.feature-pills__item-mask.edit {
  z-index: 1;
  overflow: visible;
}

.feature-pills__item-inner {
  width: max-content;
  max-width: var(--content-item-expanded);
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 1.2em 1.5em;
  display: flex;
}

.feature-pills__item-inner.edit {
  z-index: 100;
  position: relative;
}

.feature-pills__item-body {
  pointer-events: none;
  margin-bottom: 0;
  font-size: 1.25em;
  font-weight: 700;
}

.feature-pills__item-body-span {
  opacity: 1;
  font-weight: 500;
}

.feature-pills__visual-collection {
  z-index: 0;
  width: 100%;
  height: 100%;
  position: relative;
}

.feature-pills__visual-list {
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
}

.feature-pills__visual-item {
  opacity: 0;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.feature-pills__visual-img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.feature-pills__visual-cover {
  z-index: 1;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.feature-pills__visual-cover-img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.feature-pills__close {
  z-index: 2;
  position: absolute;
  top: 1em;
  right: 1em;
}

.feature-pills__close-button {
  aspect-ratio: 1;
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  background-color: #ffffff14;
  border: 0 #000;
  border-radius: 10em;
  justify-content: center;
  align-items: center;
  width: 2em;
  padding: 8px;
  display: flex;
  position: relative;
}

.flick-group {
  position: relative;
}

.flick-group__relative-object {
  opacity: 0;
  pointer-events: none;
  width: 47em;
  position: relative;
}

.flick-group__relative-object-before {
  padding-top: 75%;
}

.flick-group__collection {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.flick-group__collection.edit {
  position: static;
}

.flick-group__list {
  flex-flow: row;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
  position: relative;
}

.flick-group__list.edit {
  flex-flow: wrap;
  justify-content: flex-start;
  align-items: flex-start;
}

.flick-group__item {
  position: absolute;
}

.flick-group__item:where(.w-variant-25ce2ad0-8492-0fb7-3efa-e59a0bc3471b) {
  position: relative;
}

.flick-group__item:where(.w-variant-b5927733-8ab2-1ce9-f860-62d0d9869af5) {
  width: 100%;
  max-width: 20rem;
  transition: all .35s;
  position: static;
}

.flick-group__item.edit {
  position: relative;
}

.flick-group__item.static {
  width: 100%;
  max-width: 15rem;
  transition: all .35s;
  position: static;
}

.flick-card {
  color: #fff;
  text-align: center;
  -webkit-user-select: none;
  user-select: none;
  background-color: #000;
  border-radius: 1em;
  justify-content: center;
  align-items: center;
  width: 23.5em;
  display: flex;
  position: relative;
  overflow: hidden;
}

.flick-card:where(.w-variant-b5927733-8ab2-1ce9-f860-62d0d9869af5), .flick-card.static-2 {
  width: 100%;
}

.flick-card__before {
  padding-top: 150%;
}

.flick-card__media {
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
  position: absolute;
  top: 0;
  left: 0;
}

.flick-card__media:where(.w-variant-b5927733-8ab2-1ce9-f860-62d0d9869af5), .flick-card__media.static-4 {
  position: static;
}

.cover-image {
  pointer-events: none;
  object-fit: cover;
  -webkit-user-select: none;
  user-select: none;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: auto;
}

.cover-image:where(.w-variant-ff721728-6352-7add-7082-c4b2cdfa55cd) {
  filter: brightness(60%);
}

.cover-image:where(.w-variant-b5927733-8ab2-1ce9-f860-62d0d9869af5) {
  filter: brightness(70%);
  pointer-events: auto;
  transition: all .35s;
}

.cover-image:hover:where(.w-variant-b5927733-8ab2-1ce9-f860-62d0d9869af5) {
  filter: brightness(85%);
}

.cover-image.contain {
  filter: brightness(50%);
  object-fit: contain;
  background-color: #fff;
}

.cover-image.darker {
  opacity: .6;
}

.cover-image.static-5 {
  filter: brightness(70%);
  pointer-events: auto;
  transition: all .35s;
}

.cover-image.static-5:hover {
  filter: brightness(85%);
}

.flick-card__btn {
  background-color: var(--base-color-brand--primary);
  border-radius: .375em;
  justify-content: center;
  align-items: center;
  width: calc(100% - 4em);
  height: 3.25em;
  text-decoration: none;
  display: flex;
  position: absolute;
  bottom: 2em;
  left: 2em;
}

.flick-card__btn:hover:where(.w-variant-b5927733-8ab2-1ce9-f860-62d0d9869af5) {
  background-color: #a0b269;
}

.flick-card__btn-span {
  color: #fff;
  font-size: 1em;
  font-weight: 500;
}

.flick-card__h3 {
  letter-spacing: -.025em;
  font-size: 2.75rem;
  font-weight: 600;
  line-height: 1;
  position: absolute;
}

.flick-card__h3:where(.w-variant-b5927733-8ab2-1ce9-f860-62d0d9869af5) {
  z-index: 10;
  pointer-events: none;
}

.flick-card__h3.static-8 {
  z-index: 10;
}

.demo-footer__social {
  width: 2rem;
  height: 2rem;
  text-decoration: none;
  -webkit-text-decoration-color: var(--base-color-brand--primary);
  text-decoration-color: var(--base-color-brand--primary);
  color: inherit;
  font-size: 1.625em;
  line-height: 1;
  transition-property: all;
  transition-duration: .35s;
  transition-timing-function: ease;
}

.demo-footer__social:hover {
  color: var(--base-color-brand--primary);
}

.demo-footer__social.services {
  font-size: 1.625em;
}

.demo-footer__social.services.w--current {
  opacity: 1;
  color: var(--base-color-brand--primary);
}

.demo-footer__wrap {
  grid-column-gap: 2.5em;
  grid-row-gap: 2.5em;
  flex-flow: column;
  display: flex;
}

.slider__section {
  width: 100%;
  max-width: 80rem;
  min-height: 100vh;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.slider__section:where(.w-variant-3d8da237-2384-0664-0b16-002767880147) {
  background-image: none;
}

.slider__overlay {
  z-index: 2;
  background-image: linear-gradient(90deg, var(--base-color-brand--secondary) 65%, #20261b00);
  width: 32vw;
  height: 100%;
  color: var(--base-color-brand--accent);
  justify-content: flex-start;
  align-items: flex-start;
  padding-top: 7%;
  padding-left: 1.5em;
  display: flex;
  position: static;
  inset: 0% auto 0% 0%;
}

.slider__overlay:where(.w-variant-3d8da237-2384-0664-0b16-002767880147), .slider__overlay.white {
  background-image: linear-gradient(90deg, var(--base-color-neutral--white) 65%, #20261b00);
}

.slider__overlay-inner {
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
  height: 28.125em;
  display: flex;
}

.slider__overlay-count {
  grid-column-gap: .15em;
  grid-row-gap: .15em;
  flex-flow: row;
  justify-content: flex-start;
  align-items: center;
  padding-top: 1rem;
  font-size: 4.5em;
  font-weight: 700;
  display: flex;
  overflow: hidden;
}

.slider__count-col {
  height: .7em;
  overflow: hidden;
}

.slider__count-heading {
  width: 2ch;
  font-family: var(--body);
  margin-top: 0;
  margin-bottom: 0;
  font-size: .65em;
  font-weight: 400;
  line-height: 1.2;
}

.slider__count-divider {
  background-color: var(--base-color-brand--accent);
  width: 2px;
  height: .65em;
  transform: rotate(15deg);
}

.slider__overlay-nav {
  grid-column-gap: 2em;
  grid-row-gap: 2em;
  display: flex;
}

.slider__btn {
  color: #fff;
  background-color: #0000;
  border: 1px solid #fff3;
  border-radius: .4em;
  justify-content: center;
  align-items: center;
  width: 4em;
  height: 4em;
  padding: 0;
  display: flex;
  position: relative;
}

.slider__btn-arrow {
  width: 1em;
  height: .75em;
  color: var(--base-color-brand--accent);
  flex: none;
}

.slider__btn-arrow.next {
  transform: rotate(180deg);
}

.slider__btn-overlay {
  z-index: 2;
  position: absolute;
  inset: -1px;
}

.slider__btn-overlay-corner {
  border-top: 1px solid var(--base-color-brand--accent);
  border-left: 1px solid #efeeec;
  border-top-left-radius: .4em;
  width: 1em;
  height: 1em;
}

.slider__btn-overlay-corner.top-right {
  position: absolute;
  inset: 0% 0% auto auto;
  transform: rotate(90deg);
}

.slider__btn-overlay-corner.bottom-left {
  position: absolute;
  inset: auto auto 0% 0%;
  transform: rotate(-90deg);
}

.slider__btn-overlay-corner.bottom-right {
  position: absolute;
  inset: auto 0% 0% auto;
  transform: rotate(180deg);
}

.slider__main {
  z-index: 0;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
  overflow: hidden;
}

.slider__wrap {
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
}

.slider__wrap:where(.w-variant-b9d7c0c6-f628-82ac-45f8-4f4c11a25051) {
  flex-flow: column;
  overflow: scroll;
}

.slider__wrap.edit {
  justify-content: center;
  align-items: flex-start;
  overflow: scroll;
}

.slider__wrap.edit-29 {
  flex-flow: column;
  overflow: scroll;
}

.slider__list {
  flex-flow: row;
  justify-content: flex-start;
  align-items: stretch;
  display: flex;
  position: relative;
}

.slider__list:where(.w-variant-b9d7c0c6-f628-82ac-45f8-4f4c11a25051) {
  grid-column-gap: 2.5rem;
  grid-row-gap: 2.5rem;
  flex-flow: column;
  padding-top: 5rem;
  padding-bottom: 5rem;
}

.slider__list.edit {
  flex-flow: column;
  overflow: auto;
}

.slider__list.opa-1-5.edit {
  height: 50rem;
}

.slider__list.opa-1-5.edit-30 {
  grid-column-gap: 2.5rem;
  grid-row-gap: 2.5rem;
  flex-flow: column;
  padding-top: 5rem;
  padding-bottom: 5rem;
}

.slider__slide {
  aspect-ratio: 1;
  border-radius: var(--border-radius);
  flex: none;
  width: 100%;
  max-width: 20rem;
  transition: opacity .4s;
  position: relative;
  overflow: hidden;
  box-shadow: 0 2px 5px #0003;
}

.slider__slide-inner {
  aspect-ratio: 3 / 2;
  justify-content: flex-start;
  align-items: flex-end;
  width: 100%;
  height: 100%;
  display: flex;
  position: relative;
  overflow: hidden;
}

.slide__img {
  filter: brightness(50%);
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.slide__caption {
  z-index: 2;
  -webkit-backdrop-filter: none;
  backdrop-filter: none;
  color: #fff;
  white-space: nowrap;
  border-radius: .25em;
  flex-flow: row;
  justify-content: space-between;
  align-items: flex-end;
  width: 95%;
  height: 95%;
  padding: 1em .5em;
  display: flex;
  position: absolute;
  top: 2.5%;
  bottom: 2.5%;
  left: .5em;
  overflow: hidden;
}

.slide__caption-dot {
  background-color: #a1ff62;
  border-radius: 10em;
  flex: none;
  width: .5em;
  height: .5em;
}

.slide__caption-label {
  font-family: var(--heading);
  white-space: normal;
  flex: 0 auto;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1.9em;
  font-weight: 500;
  line-height: 1.1;
  position: relative;
}

.slider_title_wrap {
  flex-flow: column;
  display: flex;
}

.slider-new-section_title {
  font-size: 2.75rem;
}

.card-draggable-title_wrap {
  width: 100%;
  margin-bottom: 1em;
  display: flex;
}

.text-link_wrap {
  margin-top: .75rem;
  position: static;
  inset: auto .5em .825rem auto;
}

.section_slider {
  background-color: var(--base-color-brand--secondary);
  width: 100%;
  position: relative;
}

.section_slider:where(.w-variant-3d8da237-2384-0664-0b16-002767880147) {
  background-color: var(--base-color-neutral--white);
  background-image: none;
}

.ds-hero_wrap {
  width: 100%;
  max-width: 80rem;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  position: absolute;
  left: 0%;
  right: 0%;
}

.cascade-text-link {
  margin-top: 2rem;
}

.cascade-text {
  letter-spacing: 0;
  text-underline-offset: .5px;
  text-underline-position: under;
  font-size: 1.5rem;
  text-decoration: underline;
  text-decoration-thickness: 1.5px;
}

.section_threading {
  background-color: var(--base-color-brand--secondary);
}

.navbar-logo-brown {
  display: none;
}

.navbar-logo-brown:where(.w-variant-0f0c7545-2e1f-fd48-b495-230fba50ccc5) {
  width: 100%;
  max-width: 10rem;
  display: inline-block;
}

.parallax-demo-wrap {
  grid-column-gap: 15em;
  grid-row-gap: 15em;
  color: #fff;
  background-color: #000;
  flex-flow: column;
  width: 100%;
  padding-bottom: 50vh;
  font-size: min(.85vw, 1rem);
  display: flex;
}

.parallax-demo-hero {
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100vh;
  padding-left: 2em;
  padding-right: 2em;
  display: flex;
  position: relative;
  overflow: clip;
}

.parallax-demo-bg {
  z-index: 0;
  width: 100%;
  height: 120%;
  position: absolute;
}

.parallax-demo-img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.parallax-demo-h {
  z-index: 1;
  text-align: center;
  max-width: 15ch;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 4em;
  font-weight: 500;
  line-height: 1;
  position: relative;
}

.parallax-demo-details {
  z-index: 1;
  position: absolute;
  bottom: 2rem;
  left: 2rem;
}

.parallax-demo-p {
  margin-bottom: 0;
  font-size: 1.25em;
}

.parallax-demo-row {
  grid-column-gap: 1.25em;
  grid-row-gap: 1.25em;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding-left: 2em;
  padding-right: 2em;
  display: flex;
  position: relative;
}

.parallax-demo-row__third {
  aspect-ratio: 1;
  width: calc(33.3333% - .833333em);
}

.parallax-demo-card {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  background-color: #ffffff0d;
  border: 1px solid #fff3;
  border-radius: .75em;
  flex-flow: row;
  justify-content: flex-start;
  align-items: flex-end;
  width: 100%;
  height: 100%;
  padding: 2em;
  display: flex;
}

.data-parallax-span {
  display: inline-block;
}

.parallax-demo-row__half {
  aspect-ratio: 1;
  border-radius: .75em;
  width: 100%;
  position: relative;
  overflow: hidden;
}

.parallax-demo-card__wrap {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  background-color: #ffffff0d;
  border: 1px solid #fff3;
  border-radius: .75em;
  flex-flow: row;
  justify-content: flex-start;
  align-items: flex-end;
  width: 100%;
  height: 35em;
  padding: 2em;
  display: flex;
  overflow: hidden;
}

.new-flickery_wrapper {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: wrap;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  display: flex;
}

.services-slider_wrap {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: wrap;
  justify-content: center;
  align-items: flex-start;
  margin-top: 5rem;
  display: flex;
}

.live-blood-video {
  border-radius: var(--border-radius);
  overflow: hidden;
}

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

.section_live-blood-writeup {
  background-color: var(--base-color-brand--secondary);
}

.gallery-grid {
  grid-column-gap: 1.25em;
  grid-row-gap: 4em;
  flex-flow: wrap;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  padding-bottom: 8em;
  display: flex;
}

.gallery-grid__item {
  border-top-left-radius: var(--border-radius);
  border-top-right-radius: var(--border-radius);
  border-bottom-left-radius: var(--border-radius);
  border-bottom-right-radius: var(--border-radius);
  width: calc(33.3333% - .833333em);
}

.gallery-item__button {
  outline-offset: -1px;
  background-color: #0000;
  border: 1px #000;
  border-radius: .375em;
  outline: 1px #131313;
  width: 100%;
  padding: 0;
}

.gallery-item__button:focus-visible, .gallery-item__button[data-wf-focus-visible] {
  outline-offset: 3px;
  border-radius: .25em;
  outline: 1px solid #131313;
}

.gallery-item__img {
  border-radius: .375em;
  width: 100%;
}

.lightbox-wrap {
  z-index: 100;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100dvh;
  display: none;
  position: fixed;
  inset: 0% 0% auto;
}

.lightbox-img__wrap {
  width: 90vw;
  height: calc(100svh - 10em);
}

.lightbox-img__list {
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
  position: relative;
}

.lightbox-img__item {
  visibility: hidden;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
  position: absolute;
}

.lightbox-img {
  object-fit: contain;
  border-radius: .375em;
  min-width: auto;
  max-height: 100%;
}

.lightbox-nav {
  z-index: 2;
  color: #fff;
  justify-content: space-between;
  align-items: center;
  display: flex;
  position: absolute;
  bottom: 2em;
  left: 2em;
  right: 2em;
}

.lightbox-nav__col {
  width: 33.333%;
}

.lightbox-nav__col.start {
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.lightbox-nav__col.center {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  justify-content: center;
  align-items: center;
  display: flex;
}

.lightbox-nav__col.end {
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.lightbox-nav__text {
  margin-bottom: 0;
  font-size: 1em;
}

.lightbox-nav__button {
  grid-column-gap: .5em;
  grid-row-gap: .5em;
  background-color: #0000;
  justify-content: flex-start;
  align-items: center;
  margin: -1em;
  padding: 1em;
  display: flex;
}

.lightbox-nav__dot {
  background-color: currentColor;
  border-radius: 10em;
  width: .375em;
  height: .375em;
  margin-bottom: -.1em;
  transition-property: transform;
  transition-duration: .45s;
  transition-timing-function: cubic-bezier(.625, .05, 0, 1);
}

.hero-swiper-prev {
  z-index: 1;
  background-color: var(--base-color-brand--primary);
  color: #fff;
  cursor: pointer;
  border-radius: 100vw;
  justify-content: center;
  align-items: center;
  width: 2.5rem;
  height: 2.5rem;
  transition: all .3s;
  display: flex;
  position: relative;
  overflow: hidden;
}

.hero-swiper-prev:hover {
  background-color: var(--base-color-brand--secondary);
  color: #000;
}

.hero-swiper-prev.is-active {
  background-color: var(--base-color-brand--secondary);
}

.hero-swiper-next {
  z-index: 1;
  background-color: var(--base-color-brand--primary);
  color: #fff;
  cursor: pointer;
  border-radius: 100vw;
  justify-content: center;
  align-items: center;
  width: 2.5rem;
  height: 2.5rem;
  transition: all .3s;
  display: flex;
  position: relative;
  overflow: hidden;
}

.hero-swiper-next:hover {
  background-color: var(--base-color-brand--secondary);
  color: #000;
}

.hero-swiper-next.is-active {
  background-color: var(--base-color-brand--secondary);
}

.arrow-wrapper {
  z-index: 2147483647;
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  justify-content: flex-start;
  align-items: flex-end;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: absolute;
  bottom: 3.125rem;
  left: 0%;
  right: 0%;
}

.hero-swiper-pagination {
  z-index: 2147483647;
  grid-column-gap: 0rem;
  grid-row-gap: 0rem;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 8rem;
  display: flex;
  position: relative;
}

.home-swiper-pagination {
  z-index: 0;
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  justify-content: flex-end;
  align-items: flex-end;
  width: 100%;
  max-width: 60rem;
  height: .5rem;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: absolute;
  inset: 0%;
}

.home-swiper-pagination-bullet {
  z-index: 99999999;
  background-color: var(--base-color-neutral--neutral);
  border-radius: 99vw;
  width: 8px;
  height: 8px;
  transition: background-color .3s cubic-bezier(.19, 1, .22, 1);
  position: relative;
}

.home-swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: #fff;
}

.home-swiper-pagination-bullet.is-active, .home-swiper-pagination-bullet.active, .home-swiper-pagination-bullet.home-swiper-pagination-bullet-active {
  background-color: var(--base-color-brand--primary);
}

.swiper-pagination-bullet {
  background-color: #ffffff54;
  border-radius: 99vw;
  width: 1rem;
  height: 1rem;
  transition: background-color .3s cubic-bezier(.19, 1, .22, 1);
}

.swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: var(--base-color-brand--primary);
}

.arrow-wrap {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  display: flex;
}

.button-left-column {
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
  height: 100%;
  display: flex;
}

@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-h3 {
    font-size: 2.5rem;
  }

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

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

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

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

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

  .padding-section-large.extra-padding-top {
    padding-top: 10rem;
  }

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

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

  .heading-style-h5 {
    font-size: 1.75rem;
  }

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

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

  .spacer-huge {
    padding-top: 5rem;
  }

  .spacer-medium {
    padding-top: 1.5rem;
  }

  .spacer-xhuge {
    padding-top: 6rem;
  }

  .spacer-xxhuge {
    padding-top: 8rem;
  }

  .spacer-xlarge {
    padding-top: 3rem;
  }

  .spacer-large {
    padding-top: 2.5rem;
  }

  .spacer-xxlarge {
    padding-top: 4rem;
  }

  .nav_button {
    color: #fff;
  }

  .section_hero {
    padding-top: 3rem;
  }

  .hero_grid {
    grid-column-gap: 4rem;
    grid-row-gap: 4rem;
    grid-template-columns: 1fr;
  }

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

  .navbar_component {
    background-color: #fff;
  }

  .navbar_component:where(.w-variant-0f0c7545-2e1f-fd48-b495-230fba50ccc5) {
    background-color: var(--base-color-brand--secondary);
  }

  .navbar_logo {
    max-width: 9rem;
    display: none;
  }

  .navbar_menu {
    border-bottom: 1px solid var(--\<unknown\|relume-variable-color-scheme-1-border\>);
    -webkit-text-fill-color: inherit;
    background-color: #fff;
    background-clip: border-box;
    padding: 1rem 5% 2rem;
    position: absolute;
    overflow: auto;
  }

  .navbar_menu.is-page-height-tablet {
    height: 100dvh;
    padding-bottom: 6.5rem;
    transition: height .5s;
  }

  .navbar_menu-links {
    flex-flow: column;
    justify-content: center;
    align-items: stretch;
  }

  .navbar_link {
    width: 100%;
    color: var(--base-color-brand--accent);
    text-align: center;
    padding: .75rem 0;
    font-size: 1.125rem;
  }

  .navbar_link.dd {
    width: auto;
  }

  .navbar_menu-dropdown {
    width: 100%;
    font-size: 1.125rem;
  }

  .navbar_dropdown-toggle {
    color: var(--base-color-brand--accent);
    justify-content: center;
    align-items: center;
    padding: .75rem 0;
    display: flex;
  }

  .dropdown-chevron {
    inset: auto 0% auto auto;
  }

  .navbar_dropdown-list {
    position: static;
    overflow: hidden;
  }

  .navbar_dropdown-list.w--open {
    border-style: none;
    padding: 0;
  }

  .navbar_dropdown-link {
    text-align: center;
    width: auto;
    padding: .75rem 0;
  }

  .navbar_menu-buttons {
    flex-direction: column;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    justify-content: flex-start;
    align-items: center;
    margin-top: 1.5rem;
    margin-left: 0;
  }

  .navbar_menu-button.w--open {
    background-color: var(--\<unknown\|relume-variable-transparent\>);
  }

  .menu-icon {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 3rem;
    height: 3rem;
    margin-right: -.5rem;
    padding-bottom: 0;
    padding-right: 0;
    display: flex;
  }

  .menu-icon_line-top {
    background-color: var(--base-color-brand--accent);
    width: 24px;
    height: 2px;
    padding-bottom: 0;
    padding-right: 0;
  }

  .menu-icon_line-middle {
    background-color: var(--base-color-brand--accent);
    justify-content: center;
    align-items: center;
    width: 24px;
    height: 2px;
    margin-top: 6px;
    margin-bottom: 6px;
    padding-bottom: 0;
    padding-right: 0;
    display: flex;
  }

  .menu-icon_line-middle-inner {
    width: 4px;
    height: 0;
    padding-bottom: 0;
    padding-right: 0;
  }

  .menu-icon_line-bottom {
    background-color: var(--base-color-brand--accent);
    width: 24px;
    height: 2px;
    padding-bottom: 0;
    padding-right: 0;
  }

  .testimonial21_component {
    grid-template-columns: 1fr 1fr;
  }

  .layout_content {
    grid-column-gap: 1.5rem;
    grid-row-gap: 2.5rem;
    flex-flow: wrap-reverse;
    grid-template-columns: 1fr 1fr;
    grid-auto-flow: row;
    justify-content: flex-start;
    align-items: flex-start;
    display: flex;
  }

  .layout_content:where(.w-variant-c62700ff-d95c-45fc-5429-b02b0c398791) {
    flex-flow: wrap;
  }

  .layout_image-wrapper {
    width: 100%;
    max-width: none;
  }

  .layout_image-wrapper:where(.w-variant-c62700ff-d95c-45fc-5429-b02b0c398791) {
    order: 0;
  }

  .header_content-wrapper {
    grid-column-gap: 3rem;
    grid-row-gap: 2rem;
  }

  .pricing_plans {
    grid-template-columns: 1fr;
  }

  .footer_top-wrapper {
    grid-row-gap: 4rem;
    grid-template-columns: 1fr;
  }

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

  .footer_link-column {
    justify-content: space-between;
    align-items: flex-start;
  }

  .testimonial_slide {
    padding-left: 4rem;
    padding-right: 4rem;
  }

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

  .testimonial_mask {
    width: 100%;
  }

  .ds-hero-content {
    width: 75%;
  }

  .services-item {
    align-self: stretch;
  }

  .services-card {
    justify-content: space-between;
    max-width: 20rem;
    height: 100%;
  }

  .services-card.category-25 {
    justify-content: space-between;
  }

  .services-top_wrap {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    flex-flow: column;
    display: flex;
  }

  .video-embed {
    aspect-ratio: auto;
    width: 100%;
    max-width: none;
    height: 100%;
    line-height: 1;
  }

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

  .team-slider_content {
    max-height: 35rem;
  }

  .teams-wrapper {
    justify-content: space-between;
    align-items: flex-start;
  }

  .teams-item-card {
    max-width: 48%;
  }

  .benefit_content {
    grid-column-gap: 3rem;
    grid-template-columns: 1fr 1fr;
    grid-auto-flow: row;
    min-height: auto;
  }

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

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

  .member_list {
    grid-column-gap: 2rem;
    grid-template-columns: 1fr 1fr;
  }

  .card-product_card-content {
    padding: 2rem;
  }

  .demo-header__logo {
    width: 50vw;
  }

  .demo-header__title-row {
    padding-left: 0;
  }

  .demo-header__info-row {
    flex-flow: column;
  }

  .demo-header__col {
    width: 100%;
  }

  .demo-footer {
    grid-column-gap: 5rem;
    grid-row-gap: 5rem;
  }

  .demo-footer__links-row {
    flex-flow: column;
  }

  .demo-footer__col {
    width: 100%;
  }

  .demo-footer__col.social {
    align-self: flex-start;
  }

  .demo-footer__logo-row {
    grid-column-gap: 1.5em;
    grid-row-gap: 1.5em;
  }

  .feature-pills__wrap {
    background-color: #0000;
    border-style: none;
    border-radius: 0;
    height: auto;
  }

  .feature-pills__layout {
    flex-flow: column;
  }

  .feature-pills__col {
    width: 100%;
  }

  .feature-pills__col.is--visual {
    aspect-ratio: 16 / 9;
    order: -9999;
    overflow: hidden;
  }

  .feature-pills__info-collection {
    padding: 2.5em 0 4em;
  }

  .feature-pills__info-list {
    flex-flow: wrap;
    justify-content: center;
    align-items: flex-start;
    max-width: none;
  }

  .feature-pills__info-item {
    width: var(--content-item-expanded);
  }

  .feature-pills__item-button {
    justify-content: space-between;
    align-items: center;
    width: 100%;
  }

  .feature-pills__item-inner {
    max-width: 100%;
  }

  .slider__overlay {
    width: 100%;
    padding-bottom: 2em;
    position: relative;
    inset: auto;
  }

  .slider__overlay-inner {
    grid-column-gap: 2em;
    grid-row-gap: 2em;
    height: auto;
  }

  .slider__main {
    position: relative;
  }

  .slider__slide {
    width: 75vw;
  }

  .navbar-logo-brown {
    width: 100%;
    max-width: 9rem;
    display: block;
  }

  .navbar-logo-brown:where(.w-variant-0f0c7545-2e1f-fd48-b495-230fba50ccc5) {
    max-width: 9rem;
  }

  .arrow-wrapper {
    margin-left: 5%;
    margin-right: 5%;
  }

  .home-swiper-pagination {
    left: NaNpx;
    max-width: 4rem;
    right: 2.5vw;
  }
}

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

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

  .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: 1.375rem;
  }

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

  .heading-style-h6 {
    font-size: 1.375rem;
  }

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

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

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

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

  .heading-style-h5 {
    font-size: 1.25rem;
  }

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

  .spacer-huge {
    padding-top: 3.5rem;
  }

  .spacer-medium {
    padding-top: 1.25rem;
  }

  .spacer-xhuge {
    padding-top: 4rem;
  }

  .spacer-xxhuge {
    padding-top: 4.5rem;
  }

  .spacer-xlarge {
    padding-top: 2rem;
  }

  .spacer-large {
    padding-top: 1.5rem;
  }

  .spacer-xxlarge {
    padding-top: 3rem;
  }

  .section_hero {
    padding-top: 6.5rem;
  }

  .navbar_component {
    min-height: 4rem;
  }

  .navbar_logo-link {
    padding-left: 0;
  }

  .navbar_logo {
    max-width: 7rem;
  }

  .navbar_menu.is-page-height-tablet {
    padding-bottom: 6rem;
  }

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

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

  .testimonial21_component {
    grid-template-columns: 1fr;
  }

  .testimonial21_card {
    padding: 1.5rem;
  }

  .testimonial21_client {
    flex-direction: column;
    align-items: flex-start;
    width: 100%;
  }

  .layout_content {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    flex-flow: wrap;
    grid-template-columns: 1fr;
  }

  .layout_content:where(.w-variant-c62700ff-d95c-45fc-5429-b02b0c398791) {
    grid-column-gap: 3rem;
    grid-row-gap: 3rem;
    flex-flow: wrap-reverse;
  }

  .layout_content-left:where(.w-variant-c62700ff-d95c-45fc-5429-b02b0c398791) {
    width: 100%;
  }

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

  .layout_image-wrapper {
    aspect-ratio: 2;
    order: 9999;
  }

  .layout_image-wrapper:where(.w-variant-c62700ff-d95c-45fc-5429-b02b0c398791) {
    aspect-ratio: auto;
  }

  .header_component {
    height: auto;
  }

  .header_content-wrapper {
    grid-column-gap: 1.25rem;
    grid-row-gap: 1.25rem;
    grid-template-columns: 1fr;
  }

  .pricing_plans {
    grid-template-columns: 1fr;
  }

  .pricing_plan {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

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

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

  .footer_top-wrapper {
    grid-row-gap: 3rem;
  }

  .footer_top-content {
    grid-template-columns: auto;
    justify-content: space-between;
    align-items: center;
  }

  .footer_menu-wrapper {
    grid-column-gap: 1.5rem;
    grid-template-columns: 1fr 1fr 1fr;
  }

  .footer_bottom-wrapper {
    text-align: center;
    flex-flow: column;
    justify-content: space-between;
    align-items: center;
    padding-bottom: 1rem;
  }

  .footer_credit-text {
    margin-top: 1.5rem;
  }

  .footer_legal-list {
    grid-column-gap: 0rem;
    grid-row-gap: 1rem;
    flex-flow: column;
    grid-auto-flow: row;
  }

  .footer_legal-link.bytesites {
    text-align: center;
  }

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

  .testimonial_slider {
    padding-bottom: 3rem;
  }

  .testimonial-text {
    width: 100%;
    font-size: 1.125rem;
  }

  .swiper-container {
    max-height: 40rem;
  }

  .ds-hero-content {
    width: 90%;
    min-width: 30rem;
    max-width: 60rem;
  }

  .swiper-wrapper.content {
    justify-content: flex-start;
    align-items: flex-end;
  }

  .ds-hero-card {
    padding: 1rem;
  }

  .ds-slider-img {
    min-height: 30rem;
  }

  .hero-swiper-pagination-bullet {
    width: 6px;
    height: 6px;
  }

  .swiper-group.testi {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    flex-flow: column;
    display: flex;
  }

  .swiper-navigation {
    position: static;
    bottom: 1.25rem;
    transform: none;
  }

  .swiper-navigation__button {
    width: 2.5em;
    padding: .5em;
  }

  .footer_brand-wrap {
    width: 100%;
  }

  .video-embed {
    width: 100%;
    min-width: 0;
    margin-left: auto;
    margin-right: auto;
  }

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

  .gsap-slider {
    padding-left: 1em;
    padding-right: 1em;
  }

  .team-slider_content {
    max-height: 30rem;
  }

  .teams-wrapper {
    grid-column-gap: 5%;
  }

  .teams-item-card {
    max-width: 47.5%;
  }

  .form_cta-wrap:where(.w-variant-c62700ff-d95c-45fc-5429-b02b0c398791) {
    justify-content: flex-start;
    align-items: stretch;
  }

  .cta_contact-link:where(.w-variant-c62700ff-d95c-45fc-5429-b02b0c398791) {
    width: 100%;
  }

  .cta-foot-image:where(.w-variant-c62700ff-d95c-45fc-5429-b02b0c398791) {
    aspect-ratio: 3 / 2;
  }

  .top-right-text {
    font-size: 1.25rem;
  }

  .hero-swiper-pagination-bullets {
    width: 6px;
    height: 6px;
  }

  .benefit_content {
    grid-row-gap: 3rem;
    grid-template-columns: 1fr;
  }

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

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

  .member_list {
    grid-column-gap: 1.25rem;
    grid-row-gap: 3rem;
    grid-template-columns: 1fr;
  }

  .member_image-wrapper {
    height: 100%;
  }

  .products_component {
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
    grid-template-columns: 1fr;
  }

  .products_card {
    grid-template-columns: 1fr;
  }

  .card-product_card-content {
    padding: 1.5rem;
  }

  .cascading-slider__list {
    height: 20rem;
  }

  .cascading-slider__nav {
    margin-top: 2em;
  }

  .demo-header {
    grid-column-gap: 5em;
    grid-row-gap: 5em;
    padding-left: 1em;
    padding-right: 1em;
  }

  .demo-header__nav-a {
    max-width: 100%;
    font-size: 1em;
  }

  .demo-header__h1 {
    font-size: 3em;
  }

  .demo-header__info-row {
    grid-column-gap: 1em;
    grid-row-gap: 1em;
  }

  .demo-eyebrow {
    font-size: 1em;
  }

  .demo-p {
    max-width: 100%;
    font-size: 1.25em;
  }

  .demo-footer {
    padding-left: 1em;
    padding-right: 1em;
  }

  .demo-footer__col {
    grid-column-gap: 1em;
    grid-row-gap: 1em;
  }

  .demo-footer__links.social {
    flex-flow: row;
  }

  .demo-footer__a {
    font-size: 1.5em;
  }

  .footer-logo-image {
    max-width: 12rem;
  }

  .flick-group {
    grid-column-gap: .5em;
    grid-row-gap: .5em;
  }

  .flick-group__relative-object {
    width: 120vw;
  }

  .flick-group__item:where(.w-variant-b5927733-8ab2-1ce9-f860-62d0d9869af5) {
    width: 100%;
    max-width: none;
  }

  .flick-card {
    border-width: .25em;
    width: 60vw;
  }

  .flick-card:where(.w-variant-b5927733-8ab2-1ce9-f860-62d0d9869af5) {
    margin-left: auto;
    margin-right: auto;
  }

  .flick-card__btn {
    width: calc(100% - 2em);
    bottom: 1em;
    left: 1em;
  }

  .flick-card__btn:where(.w-variant-b5927733-8ab2-1ce9-f860-62d0d9869af5) {
    width: calc(100% - 2em);
  }

  .flick-card__h3 {
    font-size: 10vw;
  }

  .flick-card__h3:where(.w-variant-b5927733-8ab2-1ce9-f860-62d0d9869af5) {
    font-size: 2.5rem;
  }

  .demo-footer__social {
    font-size: 1.75em;
  }

  .slider__btn {
    width: 3em;
    height: 3em;
  }

  .slide__caption {
    height: 90%;
    top: 5%;
    bottom: 5%;
  }

  .slider-new-section_title {
    font-size: 2.25rem;
  }

  .navbar-logo-brown, .navbar-logo-brown:where(.w-variant-0f0c7545-2e1f-fd48-b495-230fba50ccc5) {
    max-width: 7rem;
  }

  .parallax-demo-wrap {
    font-size: 1rem;
  }

  .parallax-demo-h {
    font-size: 3em;
  }

  .parallax-demo-p {
    font-size: .75em;
  }

  .parallax-demo-row {
    flex-flow: wrap;
    padding-left: 1.25em;
    padding-right: 1.25em;
  }

  .parallax-demo-row__third {
    width: 100%;
  }

  .parallax-demo-card {
    padding: 1.25em;
  }

  .parallax-demo-card__wrap {
    flex-flow: column;
    height: auto;
  }

  .new-flickery_wrapper {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-flow: wrap;
    grid-template-rows: auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .video_wrap-liveblood {
    grid-template-columns: 1fr;
  }

  .gallery-grid {
    grid-column-gap: 1em;
  }

  .gallery-grid__item {
    width: calc(50% - .5em);
  }

  .home-swiper-pagination-bullet, .swiper-pagination-bullet {
    width: 6px;
    height: 6px;
  }
}

@media screen and (max-width: 479px) {
  .margin-horizontal {
    margin-top: 0;
    margin-bottom: 0;
  }

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

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

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

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

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

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

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

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

  .margin-top.margin-xsmall:where(.w-variant-c62700ff-d95c-45fc-5429-b02b0c398791) {
    overflow: hidden;
  }

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

  .fs-styleguide_row {
    flex-wrap: wrap;
  }

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

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

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

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

  .text-style-link.booking {
    font-size: .825rem;
  }

  .heading-style-h2.text-style-wrap {
    white-space: normal;
    word-break: break-all;
  }

  .hero_heading {
    font-size: 2.5rem;
  }

  .navbar_logo {
    max-width: 7rem;
  }

  .layout_content {
    grid-template-columns: 1fr;
  }

  .layout_content:where(.w-variant-c62700ff-d95c-45fc-5429-b02b0c398791) {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
  }

  .header_content-wrapper {
    grid-template-columns: 1fr;
  }

  .footer_top-wrapper {
    grid-row-gap: 48px;
  }

  .footer_form {
    grid-row-gap: .75rem;
    flex-direction: column;
    grid-template-columns: 1fr;
  }

  .footer_menu-wrapper {
    grid-row-gap: 2.5rem;
    flex-flow: column;
    grid-template-columns: 1fr;
    align-items: stretch;
    display: flex;
  }

  .testimonial_content, .testimonial-text {
    width: 100%;
  }

  .testimonial-text p {
    font-size: 1rem;
  }

  .swiper-container {
    max-height: none;
    overflow: visible;
  }

  .ds-hero-content {
    width: 99%;
    min-width: 13rem;
    max-width: 100%;
    margin-bottom: .5rem;
    margin-left: .5%;
    margin-right: .5%;
    bottom: 6rem;
    left: auto;
    right: auto;
  }

  .swiper {
    width: 100%;
  }

  .swiper.hero {
    justify-content: flex-start;
    align-items: flex-end;
    display: flex;
  }

  .swiper-wrapper.content {
    justify-content: flex-start;
    align-items: flex-end;
    width: 100%;
  }

  .swiper-wrapper.testi {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .swiper-wrapper.images-slider {
    width: 100%;
    height: 100%;
  }

  .swiper-slide.testi {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
    padding-left: 1.5%;
    padding-right: 1.5%;
  }

  .swiper-slide.hero {
    width: 100%;
    padding-left: .5%;
    padding-right: .5%;
  }

  .ds-hero-card {
    width: 98%;
    margin-left: 1%;
    margin-right: 1%;
    overflow: auto;
  }

  .ds-slider-img {
    min-height: 34rem;
  }

  .swiper-pagination {
    bottom: 1.5rem;
    right: 0;
  }

  .swiper-pagination.center {
    grid-column-gap: .125rem;
    grid-row-gap: .125rem;
    margin-right: 0;
  }

  .services-item {
    max-width: 100%;
    width: calc((99.99% / var(--flick-col))  - (var(--flick-gap) * ((var(--flick-col)  - 1) / var(--flick-col))));
  }

  .demo-card.testi {
    justify-content: flex-start;
    align-items: center;
    padding: 1rem;
  }

  .services-card {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    padding: 1rem;
  }

  .services-card:where(.w-variant-0482573b-41c6-942b-060e-ae5e727da4a8), .services-card.category, .services-card.category-7, .services-card.category-13, .services-card.category-19, .services-card.category-25 {
    width: 90%;
  }

  .new-slider_wrap, .services-top_wrap {
    width: 100%;
  }

  .video-embed {
    width: 100%;
    max-width: 100%;
  }

  .team-slider_content {
    max-height: 30rem;
  }

  .teams-item-card {
    max-width: 100%;
  }

  .form_cta-wrap:where(.w-variant-c62700ff-d95c-45fc-5429-b02b0c398791) {
    justify-content: flex-start;
    align-items: flex-start;
  }

  .cta-icon_wrap:where(.w-variant-c62700ff-d95c-45fc-5429-b02b0c398791) {
    width: 1.5rem;
  }

  .cta-map:where(.w-variant-c62700ff-d95c-45fc-5429-b02b0c398791) {
    width: 100%;
    max-width: 100%;
    overflow: hidden;
  }

  .top-right-text {
    font-size: 1rem;
  }

  .benefit_content, .benefit_item-list, .products_component {
    grid-template-columns: 1fr;
  }

  .cascading-slider__list {
    height: 17rem;
  }

  .cascading-slider__item-content {
    padding: 1rem 1rem 1.5rem;
  }

  .cascading-slider__h {
    font-size: 1.5em;
  }

  .cascading-slider__nav {
    margin-top: 1.5em;
  }

  .demo-footer__links.social {
    flex-flow: wrap;
  }

  .footer-logo-image {
    max-width: 12rem;
  }

  .flick-card__h3 {
    font-size: 8vw;
  }

  .slider__overlay {
    padding-left: 1.25em;
  }

  .slider__count-col {
    height: .6em;
  }

  .slider__count-heading {
    font-size: .5em;
  }

  .slider__count-divider {
    height: .5em;
  }

  .slider__btn {
    width: 2.5em;
    height: 2.5em;
  }

  .slider__slide {
    aspect-ratio: 1;
    width: 100vw;
  }

  .slider__slide-inner {
    aspect-ratio: auto;
  }

  .slide__caption {
    grid-column-gap: .25rem;
    grid-row-gap: .25rem;
    flex-flow: column;
    justify-content: flex-end;
    align-items: flex-start;
    padding-top: 0;
    padding-bottom: .25em;
    padding-left: 0;
    top: 5%;
    bottom: 5%;
    left: .5em;
  }

  .slide__caption-label {
    font-size: 1.5em;
  }

  .slider-new-section_title {
    font-size: 2.125rem;
  }

  .card-draggable-title_wrap {
    margin-bottom: .5em;
  }

  .text-link_wrap {
    position: static;
  }

  .div-block {
    width: 100%;
    padding-right: .5rem;
  }

  .data-parallax-span {
    display: inline;
  }

  .gallery-grid {
    grid-column-gap: .75em;
    grid-row-gap: 3em;
  }

  .gallery-grid__item {
    width: calc(50% - .375em);
  }

  .hero-swiper-prev, .hero-swiper-next {
    width: 2rem;
    height: 2rem;
  }

  .arrow-wrapper {
    bottom: 2.5rem;
  }

  .home-swiper-pagination {
    bottom: 2rem;
  }
}

#w-node-_1aefc0df-c683-fdd6-2ec1-406b32338d17-32338d10 {
  order: 9999;
  align-self: stretch;
}

#w-node-b224ec27-30fa-be84-48bf-7ed471542af3-eb5a829f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

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

#w-node-_5d224905-8a1e-1460-7532-d38cb7ec37c1-eb5a829f, #w-node-_40538c8c-870b-b365-34c4-2a06f0f8567d-eb5a829f, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cb45-eb5a829f, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cb5e-eb5a829f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

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

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

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

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

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

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

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

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

#w-node-_32eadc24-e391-a089-abe0-fb5b6627cd09-eb5a829f, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cd0e-eb5a829f, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cd13-eb5a829f, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cd18-eb5a829f, #w-node-_30684373-af34-3818-02a4-e58b3ffef3e5-eb5a829f, #w-node-_30684373-af34-3818-02a4-e58b3ffef3ea-eb5a829f, #w-node-_30684373-af34-3818-02a4-e58b3ffef3ef-eb5a829f, #w-node-_30684373-af34-3818-02a4-e58b3ffef3f4-eb5a829f, #w-node-_30684373-af34-3818-02a4-e58b3ffef3f9-eb5a829f, #w-node-_30684373-af34-3818-02a4-e58b3ffef3fe-eb5a829f, #w-node-_30684373-af34-3818-02a4-e58b3ffef403-eb5a829f, #w-node-_30684373-af34-3818-02a4-e58b3ffef408-eb5a829f, #w-node-_30684373-af34-3818-02a4-e58b3ffef40d-eb5a829f, #w-node-_30684373-af34-3818-02a4-e58b3ffef412-eb5a829f {
  justify-self: start;
}

#w-node-_30684373-af34-3818-02a4-e58b3ffef416-eb5a829f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_30684373-af34-3818-02a4-e58b3ffef417-eb5a829f {
  justify-self: start;
}

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

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

#w-node-_47be8290-23a3-d1f9-bf0e-dc4801c0d358-01c0d358 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

@media screen and (max-width: 991px) {
  #w-node-_1aefc0df-c683-fdd6-2ec1-406b32338d17-32338d10 {
    align-self: stretch;
  }
}

@media screen and (max-width: 767px) {
  #w-node-_1aefc0df-c683-fdd6-2ec1-406b32338d17-32338d10 {
    order: -9999;
  }
}


@font-face {
  font-family: 'Great Vibes Instrument Serif';
  src: url('../images/') format('undefined');
  font-weight: 400;
  font-style: normal;
  font-display: auto;
}