:root {
  --background-color--background-primary: var(--base-color-neutral--white);
  --text-color--text-primary: var(--base-color-neutral--black);
  --link-color--link-primary: var(--base-color-brand--black);
  --base-color-brand--black: black;
  --base-color-brand--white: white;
  --border-color--border-primary: var(--base-color-neutral--black);
  --base-color-neutral--neutral-darker: #222;
  --base-color-neutral--black: black;
  --base-color-neutral--white: white;
  --ange2: #ff8624;
  --black-archive\<deleted\|variable-dccb7db6\>: black;
  --white-archive\<deleted\|variable-1766b841\>: white;
  --background-color--background-secondary: var(--base-color-neutral--neutral-lightest);
  --background-color--background-alternate: var(--ange2);
  --link-color--link-alternate: var(--base-color-neutral--white);
  --background-color--background-tertiary: var(--base-color-neutral--neutral-light);
  --text-color--text-alternate: var(--base-color-neutral--white);
  --text-color--text-secondary: var(--base-color-neutral--black);
  --background-color--background-success: var(--base-color-system--success-green-light);
  --text-color--text-success: var(--base-color-system--success-green);
  --background-color--background-error: var(--base-color-system--error-red-light);
  --text-color--text-error: var(--base-color-system--error-red);
  --base-color-neutral--neutral-lightest: #eee;
  --base-color-neutral--neutral-dark: #444;
  --waves-library--black: #131313;
  --waves-library--dark-elevation: #ede0d8;
  --ange: #924603;
  --base-color-neutral--neutral-lighter: #ccc;
  --base-color-neutral--neutral-light: #aaa;
  --base-color-neutral--neutral: #666;
  --base-color-neutral--neutral-darkest: #111;
  --base-color-system--success-green: #027a48;
  --base-color-system--success-green-light: #ecfdf3;
  --base-color-system--error-red: #b42318;
  --base-color-system--error-red-light: #fef3f2;
  --border-color--border-secondary: var(--base-color-neutral--neutral-light);
  --border-color--border-alternate: var(--base-color-neutral--white);
  --link-color--link-secondary: var(--base-color-neutral--neutral-light);
}

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

.w-pagination-wrapper {
  flex-wrap: wrap;
  justify-content: center;
  display: flex;
}

.w-pagination-previous {
  color: #333;
  background-color: #fafafa;
  border: 1px solid #ccc;
  border-radius: 2px;
  margin-left: 10px;
  margin-right: 10px;
  padding: 9px 20px;
  font-size: 14px;
  display: block;
}

.w-pagination-previous-icon {
  margin-right: 4px;
}

.w-pagination-next {
  color: #333;
  background-color: #fafafa;
  border: 1px solid #ccc;
  border-radius: 2px;
  margin-left: 10px;
  margin-right: 10px;
  padding: 9px 20px;
  font-size: 14px;
  display: block;
}

.w-pagination-next-icon {
  margin-left: 4px;
}

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

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

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

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

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

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

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

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

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

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

p {
  margin-bottom: 0;
}

a {
  color: var(--link-color--link-primary);
  text-decoration: underline;
}

ul {
  margin-top: 1rem;
  margin-bottom: 1rem;
  padding-left: 1.25rem;
}

ol {
  margin-top: 1rem;
  margin-bottom: 1rem;
  padding-left: 1.5rem;
}

li {
  margin-top: .25rem;
  margin-bottom: .25rem;
  padding-left: .5rem;
}

img {
  max-width: 100%;
  display: inline-block;
}

label {
  margin-bottom: .25rem;
  font-weight: 500;
}

blockquote {
  border-left: .1875rem solid var(--text-color--text-primary);
  margin-bottom: 0;
  padding: .75rem 1.25rem;
  font-size: 1.25rem;
  line-height: 1.5;
}

figure {
  margin-top: 3rem;
  margin-bottom: 3rem;
}

figcaption {
  text-align: center;
  margin-top: .25rem;
}

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

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

.max-width-full.custom-inline-padding {
  padding-left: 0;
}

.layer {
  justify-content: center;
  align-items: center;
  position: absolute;
  inset: 0%;
}

.overflow-hidden {
  overflow: hidden;
}

.global-styles {
  display: block;
  position: fixed;
  inset: 0% auto auto 0%;
}

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

.hide {
  display: none;
}

.text-style-link {
  color: var(--link-color--link-primary);
  text-decoration: underline;
}

.max-width-xlarge {
  width: 100%;
  max-width: 64rem;
}

.max-width-medium {
  background-image: linear-gradient(#af8a02eb, #af8a02eb);
  border-radius: 7px;
  width: 100%;
  max-width: 35rem;
  padding: 20px 10px;
}

.max-width-xsmall {
  width: 100%;
  max-width: 25rem;
}

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

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

.max-width-xxlarge {
  width: 100%;
  max-width: 80rem;
}

.align-center {
  margin-left: auto;
  margin-right: auto;
}

.spacing-clean {
  margin: 0;
  padding: 0;
}

.max-width-large {
  background-color: #0000;
  width: 100%;
  max-width: 48rem;
}

.max-width-large.mmm {
  background-color: #00000082;
  padding: 16px 10px;
}

.max-width-small {
  width: 100%;
  max-width: 30rem;
}

.form-message-error {
  margin-top: .75rem;
  padding: .75rem;
}

.utility_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_form-block {
  text-align: center;
  flex-direction: column;
  max-width: 20rem;
  display: flex;
}

.utility_form {
  flex-direction: column;
  align-items: stretch;
  display: flex;
}

.utility_image {
  margin-bottom: .5rem;
  margin-left: auto;
  margin-right: auto;
}

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

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

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

.margin-xxsmall {
  margin: .5rem;
}

.margin-xsmall {
  margin: 1rem;
}

.margin-small {
  margin: 1.5rem;
}

.margin-medium {
  margin: 2rem;
}

.margin-large {
  margin: 3rem;
}

.margin-xlarge {
  margin: 4rem;
}

.margin-xxlarge {
  margin: 5rem;
}

.margin-huge {
  margin: 6rem;
}

.margin-xhuge {
  margin: 7rem;
}

.margin-xxhuge {
  margin: 10rem;
}

.margin-0 {
  margin: 0;
}

.padding-0 {
  padding: 0;
}

.padding-tiny {
  padding: .25rem;
}

.padding-xxsmall {
  padding: .5rem;
}

.padding-xsmall {
  padding: 1rem;
}

.padding-small {
  padding: 1.5rem;
}

.padding-medium {
  padding: 2rem;
}

.padding-large {
  padding: 3rem;
}

.padding-xlarge {
  padding: 4rem;
}

.padding-xxlarge {
  padding: 5rem;
}

.padding-huge {
  padding: 6rem;
}

.padding-xhuge {
  padding: 7rem;
}

.padding-xxhuge {
  padding: 10rem;
}

.margin-top, .margin-top.margin-custom1, .margin-top.margin-huge, .margin-top.margin-small, .margin-top.margin-tiny, .margin-top.margin-custom3, .margin-top.margin-medium, .margin-top.margin-xxsmall, .margin-top.margin-xxhuge, .margin-top.margin-custom2, .margin-top.margin-xsmall, .margin-top.margin-large, .margin-top.margin-xxlarge, .margin-top.margin-xlarge, .margin-top.margin-0, .margin-top.margin-xhuge {
  margin-bottom: 0;
  margin-left: 0;
  margin-right: 0;
}

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

.margin-bottom.margin-xxlarge.fdd {
  background-color: #ff0b0b;
  padding-top: 19px;
  padding-bottom: 19px;
  padding-left: 19px;
}

.margin-bottom.margin-medium, .margin-bottom.margin-custom3, .margin-bottom.margin-custom1, .margin-bottom.margin-tiny, .margin-bottom.margin-small, .margin-bottom.margin-large, .margin-bottom.margin-0, .margin-bottom.margin-xlarge, .margin-bottom.margin-xhuge, .margin-bottom.margin-xxhuge, .margin-bottom.margin-huge, .margin-bottom.margin-xxsmall, .margin-bottom.margin-custom2 {
  margin-top: 0;
  margin-left: 0;
  margin-right: 0;
}

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

.margin-left, .margin-left.margin-tiny, .margin-left.margin-xxlarge, .margin-left.margin-0, .margin-left.margin-small, .margin-left.margin-xsmall, .margin-left.margin-large, .margin-left.margin-huge, .margin-left.margin-xlarge, .margin-left.margin-custom3, .margin-left.margin-xxsmall, .margin-left.margin-custom1, .margin-left.margin-custom2, .margin-left.margin-xhuge, .margin-left.margin-xxhuge, .margin-left.margin-medium {
  margin-top: 0;
  margin-bottom: 0;
  margin-right: 0;
}

.margin-right, .margin-right.margin-huge, .margin-right.margin-xsmall, .margin-right.margin-xxhuge, .margin-right.margin-small, .margin-right.margin-medium, .margin-right.margin-xlarge, .margin-right.margin-custom3, .margin-right.margin-custom2, .margin-right.margin-xxsmall, .margin-right.margin-xhuge, .margin-right.margin-custom1, .margin-right.margin-large, .margin-right.margin-0, .margin-right.margin-xxlarge, .margin-right.margin-tiny {
  margin-top: 0;
  margin-bottom: 0;
  margin-left: 0;
}

.margin-vertical, .margin-vertical.margin-medium, .margin-vertical.margin-xlarge, .margin-vertical.margin-xxsmall, .margin-vertical.margin-xxlarge, .margin-vertical.margin-huge, .margin-vertical.margin-0, .margin-vertical.margin-xxhuge, .margin-vertical.margin-tiny, .margin-vertical.margin-xsmall, .margin-vertical.margin-custom1, .margin-vertical.margin-small, .margin-vertical.margin-large, .margin-vertical.margin-xhuge, .margin-vertical.margin-custom2, .margin-vertical.margin-custom3 {
  margin-left: 0;
  margin-right: 0;
}

.margin-horizontal, .margin-horizontal.margin-medium, .margin-horizontal.margin-tiny, .margin-horizontal.margin-custom3, .margin-horizontal.margin-0, .margin-horizontal.margin-xxlarge, .margin-horizontal.margin-xhuge, .margin-horizontal.margin-huge, .margin-horizontal.margin-xlarge, .margin-horizontal.margin-custom1, .margin-horizontal.margin-xxsmall, .margin-horizontal.margin-xsmall, .margin-horizontal.margin-large, .margin-horizontal.margin-custom2, .margin-horizontal.margin-small, .margin-horizontal.margin-xxhuge {
  margin-top: 0;
  margin-bottom: 0;
}

.padding-top, .padding-top.padding-xhuge, .padding-top.padding-xxhuge, .padding-top.padding-0, .padding-top.padding-large, .padding-top.padding-custom2, .padding-top.padding-xlarge, .padding-top.padding-huge, .padding-top.padding-xxsmall, .padding-top.padding-custom3, .padding-top.padding-tiny {
  padding-bottom: 0;
  padding-left: 0;
  padding-right: 0;
}

.padding-top.padding-medium {
  padding-bottom: 0;
  padding-left: 0;
  padding-right: 0;
  font-family: Varela Round, sans-serif;
}

.padding-top.padding-xxlarge, .padding-top.padding-small, .padding-top.padding-xsmall, .padding-top.padding-custom1 {
  padding-bottom: 0;
  padding-left: 0;
  padding-right: 0;
}

.padding-bottom, .padding-bottom.padding-xlarge, .padding-bottom.padding-small, .padding-bottom.padding-xxhuge, .padding-bottom.padding-large, .padding-bottom.padding-xhuge, .padding-bottom.padding-custom2, .padding-bottom.padding-xxsmall {
  padding-top: 0;
  padding-left: 0;
  padding-right: 0;
}

.padding-bottom.padding-xxlarge {
  padding-top: 0;
  padding-left: 0;
  padding-right: 0;
  font-family: Varela Round, sans-serif;
}

.padding-bottom.padding-custom3, .padding-bottom.padding-custom1, .padding-bottom.padding-xsmall, .padding-bottom.padding-huge, .padding-bottom.padding-tiny, .padding-bottom.padding-medium, .padding-bottom.padding-0 {
  padding-top: 0;
  padding-left: 0;
  padding-right: 0;
}

.padding-left, .padding-left.padding-xhuge, .padding-left.padding-xlarge, .padding-left.padding-0, .padding-left.padding-small, .padding-left.padding-xsmall, .padding-left.padding-medium, .padding-left.padding-xxhuge, .padding-left.padding-huge, .padding-left.padding-custom1, .padding-left.padding-tiny, .padding-left.padding-xxsmall, .padding-left.padding-custom3, .padding-left.padding-custom2, .padding-left.padding-xxlarge, .padding-left.padding-large {
  padding-top: 0;
  padding-bottom: 0;
  padding-right: 0;
}

.padding-right, .padding-right.padding-xxhuge, .padding-right.padding-custom2, .padding-right.padding-large, .padding-right.padding-xlarge, .padding-right.padding-tiny, .padding-right.padding-custom3, .padding-right.padding-custom1, .padding-right.padding-xsmall, .padding-right.padding-xxlarge, .padding-right.padding-xxsmall, .padding-right.padding-medium, .padding-right.padding-xhuge, .padding-right.padding-huge, .padding-right.padding-0, .padding-right.padding-small {
  padding-top: 0;
  padding-bottom: 0;
  padding-left: 0;
}

.padding-vertical, .padding-vertical.padding-0, .padding-vertical.padding-xxhuge, .padding-vertical.padding-large, .padding-vertical.padding-custom3, .padding-vertical.padding-medium, .padding-vertical.padding-tiny, .padding-vertical.padding-xxlarge, .padding-vertical.padding-custom1 {
  padding-left: 0;
  padding-right: 0;
}

.padding-vertical.padding-xsmall {
  padding-left: 0;
  padding-right: 0;
  display: none;
}

.padding-vertical.padding-xhuge, .padding-vertical.padding-xlarge, .padding-vertical.padding-custom2, .padding-vertical.padding-xxsmall, .padding-vertical.padding-huge, .padding-vertical.padding-small {
  padding-left: 0;
  padding-right: 0;
}

.padding-horizontal, .padding-horizontal.padding-xxsmall, .padding-horizontal.padding-0, .padding-horizontal.padding-custom3, .padding-horizontal.padding-huge, .padding-horizontal.padding-xsmall, .padding-horizontal.padding-medium, .padding-horizontal.padding-xxlarge, .padding-horizontal.padding-large, .padding-horizontal.padding-xhuge, .padding-horizontal.padding-custom1, .padding-horizontal.padding-tiny, .padding-horizontal.padding-custom2, .padding-horizontal.padding-xxhuge, .padding-horizontal.padding-small, .padding-horizontal.padding-xlarge {
  padding-top: 0;
  padding-bottom: 0;
}

.overflow-scroll {
  overflow: scroll;
}

.overflow-auto {
  overflow: auto;
}

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

.text-size-medium {
  color: var(--base-color-brand--black);
  font-family: Varela Round, sans-serif;
  font-size: 1.125rem;
}

.text-size-medium.fd, .text-size-medium.yty {
  color: var(--base-color-brand--white);
}

.text-size-medium.jk {
  color: var(--base-color-brand--black);
}

.text-size-medium.mj, .text-size-medium.df {
  color: var(--base-color-brand--white);
}

.text-size-medium.nbvc {
  color: var(--base-color-brand--white);
  font-size: 25px;
  line-height: 25px;
}

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

.text-style-quote {
  border-left: .1875rem solid var(--text-color--text-primary);
  margin-bottom: 0;
  padding: .75rem 1.25rem;
  font-size: 1.25rem;
  line-height: 1.5;
}

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

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

.rl-styleguide_callout-link-wrapper-colors {
  background-image: linear-gradient(135deg, #ff744826, #ff484826 50%, #6248ff26), linear-gradient(#fff, #fff);
  border-radius: .6875rem;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding: .75rem 1rem;
  display: flex;
}

.rl-styleguide_heading {
  z-index: 4;
  color: var(--text-color--text-primary);
  margin-bottom: 1.5rem;
  padding: .25rem .5rem;
  font-size: 3.5rem;
  font-weight: 700;
}

.heading-style-h6 {
  font-family: Varela Round, sans-serif;
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1.4;
}

.rl-styleguide_item-row {
  grid-column-gap: 1.5rem;
  grid-row-gap: 0rem;
  grid-template-rows: auto;
  grid-template-columns: 15rem 1fr;
  align-items: center;
}

.rl-styleguide_item-row.is-button-row {
  grid-template-columns: 19rem 1fr;
}

.icon-1x1-xsmall {
  width: 1.5rem;
  height: 1.5rem;
}

.rl-styleguide_empty-space {
  z-index: -1;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  padding: 2rem;
  display: flex;
  position: relative;
}

.shadow-xxlarge {
  box-shadow: 0 32px 64px -12px #00000024;
}

.rl-styleguide_icons-list {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-wrap: wrap;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: column;
  display: grid;
}

.icon-embed-medium {
  color: #932eb0;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 3rem;
  height: 3rem;
  display: flex;
}

.icon-embed-medium.fd {
  color: #fe4133;
}

.icon-embed-medium.mnv {
  color: #077dfc;
}

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

.heading-style-h5 {
  font-family: Varela Round, sans-serif;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.4;
}

.heading-style-h5.bbb {
  color: var(--base-color-brand--white);
}

.text-style-strikethrough {
  text-decoration: line-through;
}

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

.heading-style-h1.text-color-alternate {
  font-family: Varela Round, sans-serif;
}

.form_checkbox-icon {
  border: 1px solid var(--border-color--border-primary);
  cursor: pointer;
  border-radius: 0;
  width: 1.125rem;
  min-width: 1.125rem;
  height: 1.125rem;
  min-height: 1.125rem;
  margin-top: 0;
  margin-left: -1.25rem;
  margin-right: .5rem;
  transition: all .2s;
}

.form_checkbox-icon.w--redirected-checked {
  box-shadow: none;
  background-color: #000;
  background-size: 16px 16px;
  border-width: 1px;
  border-color: #000;
}

.form_checkbox-icon.w--redirected-focus {
  box-shadow: none;
  border-color: #000;
}

.form_checkbox-label {
  margin-bottom: 0;
}

.form_checkbox-label.text-size-small {
  color: var(--base-color-neutral--neutral-darker);
}

.text-size-tiny {
  font-size: .75rem;
}

.form_field-label {
  color: var(--base-color-neutral--neutral-darker);
  margin-bottom: .5rem;
  font-weight: 400;
}

.support {
  border: 1px none var(--base-color-neutral--black);
  background-color: var(--base-color-neutral--black);
  color: var(--base-color-neutral--white);
  text-align: center;
  border-radius: 5px;
  padding: .75rem 1.7rem;
  font-family: Varela Round, sans-serif;
  text-decoration: none;
  transition: all .3s;
}

.support:hover {
  background-color: #077dfc;
  background-image: linear-gradient(#000, #fff);
}

.support.is-link {
  color: var(--base-color-neutral--black);
  background-color: #0000;
  border-style: none;
  padding: .25rem 0;
  line-height: 1;
  text-decoration: none;
}

.support.is-link.is-alternate {
  color: var(--base-color-neutral--white);
  background-color: #0000;
}

.support.is-link.is-icon {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  padding: 1.1rem;
  transition: all .3s;
}

.support.is-link.is-icon:hover {
  color: #077dfc;
  border-style: solid;
  border-color: #ffdb37;
  border-radius: 5px;
  transform: translate(0, -5px);
  box-shadow: 0 2px 5px #00000059;
}

.support.is-link.is-icon.comb {
  color: var(--base-color-brand--white);
}

.support.is-link.is-icon.comb.vvv {
  color: var(--base-color-brand--black);
  background-color: #ffdb37;
}

.support.is-link.is-icon.jk {
  color: var(--base-color-brand--white);
}

.support.is-link.is-icon.but {
  background-color: #f8cd09;
  padding-top: .75rem;
  padding-bottom: .75rem;
  box-shadow: 0 2px 5px #0006;
}

.support.is-link.is-icon.icc {
  background-color: #ffdb37;
  border-radius: 7px;
  font-family: Varela Round, sans-serif;
}

.support.is-link.is-icon.icc:hover {
  background-image: none;
}

.support.is-link.is-icon.bbb {
  background-color: #ffdb37;
}

.support.is-icon {
  grid-column-gap: .75rem;
  grid-row-gap: .75rem;
  justify-content: center;
  align-items: center;
  display: flex;
}

.support.is-secondary {
  color: var(--base-color-neutral--black);
  background-color: #ffdb37;
  border-style: none;
  border-radius: 5px;
  font-family: Varela Round, sans-serif;
  transition: all .3s;
  display: none;
  box-shadow: 0 2px 5px #00000061;
}

.support.is-secondary:hover {
  color: #077dfc;
  background-color: #fad011;
  background-image: none;
  border-radius: 5px;
  font-weight: 400;
  transform: translate(0, -5px);
}

.support.is-secondary.is-alternate {
  color: var(--base-color-brand--black);
  background-color: #ffd61b;
}

.support.is-secondary.is-buy-now-button {
  width: 100%;
  margin-bottom: 1rem;
}

.support.is-small {
  background-color: var(--ange2);
  padding: .5rem 1.25rem;
  box-shadow: 0 2px 5px #00000096;
}

.support.is-small.is-icon-only {
  padding-left: .5rem;
  padding-right: .5rem;
}

.support.is-alternate {
  border-color: var(--base-color-neutral--white);
  background-color: var(--base-color-neutral--white);
  color: var(--base-color-neutral--black);
}

.support.is-tertiary {
  color: var(--base-color-neutral--black);
  background-color: #0000;
  border-color: #0000;
}

.support.is-icon-only {
  padding-left: .75rem;
  padding-right: .75rem;
}

.support.is-add-to-cart-button {
  width: 100%;
  margin-top: .5rem;
  margin-bottom: 1rem;
}

.support.df {
  background-color: #077dfc;
}

.support.df.w--current {
  background-color: var(--ange2);
}

.support.css-button:hover {
  -webkit-text-fill-color: inherit;
  background-color: #ff0a0a;
  background-image: none;
  background-clip: border-box;
}

.text-weight-normal {
  font-weight: 400;
}

.heading-style-h4 {
  width: 250px;
  color: var(--base-color-brand--white);
  margin-bottom: 10px;
  font-family: Varela Round, sans-serif;
  font-size: 35px;
  font-weight: 700;
  line-height: 1.3;
}

.heading-style-h4.vx {
  color: var(--base-color-brand--black);
}

.heading-style-h4.mh {
  width: 280px;
  color: var(--base-color-brand--black);
}

.heading-style-h4.cb, .heading-style-h4.kjg, .heading-style-h4.iopp {
  color: var(--base-color-brand--black);
}

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

.icon-1x1-xxsmall {
  width: 1rem;
  height: 1rem;
}

.form_radio-label {
  margin-bottom: 0;
}

.rl-styleguide_item {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-direction: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  place-content: start;
  place-items: start;
  padding-bottom: 1rem;
  display: grid;
}

.rl-styleguide_item.is-stretch {
  grid-row-gap: 1rem;
  justify-items: stretch;
}

.icon-1x1-xlarge {
  width: 6.5rem;
  height: 6.5rem;
}

.shadow-xlarge {
  box-shadow: 0 24px 48px -12px #0000002e;
}

.text-weight-light {
  font-weight: 300;
}

.rl-styleguide_label {
  color: #1e51f7;
  white-space: nowrap;
  cursor: context-menu;
  background-color: #ebeffa;
  padding: .25rem .5rem;
  font-size: .75rem;
  display: inline-block;
}

.rl-styleguide_label.is-html-tag {
  color: #bb4198;
  background-color: #f9eff6;
}

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

.text-weight-xbold {
  font-weight: 800;
}

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

.text-weight-bold {
  font-weight: 700;
}

.icon-height-xlarge {
  height: 6.5rem;
}

.heading-style-h3 {
  font-family: Varela Round, sans-serif;
  font-size: 2.5rem;
  font-weight: 700;
  line-height: 1.2;
}

.icon-1x1-large {
  width: 5rem;
  height: 5rem;
}

.form_input {
  border: 1px none var(--base-color-neutral--black);
  background-color: var(--base-color-neutral--white);
  height: auto;
  min-height: 3.75rem;
  color: var(--text-color--text-primary);
  border-radius: 8px;
  margin-bottom: 0;
  padding: .5rem .75rem;
  font-size: 1rem;
  line-height: 1.6;
}

.form_input:focus {
  border-color: #000;
}

.form_input::placeholder {
  color: #0009;
}

.form_input.is-text-area {
  border-radius: 8px;
  height: auto;
  min-height: 11.25rem;
  padding: 1rem 1rem .75rem .95rem;
  overflow: auto;
}

.form_input.is-quantity-input {
  width: 4rem;
}

.form_input.is-quantity-input::placeholder {
  color: var(--base-color-neutral--black);
}

.form_input.is-select-input {
  background-image: none;
}

.rl-styleguide_button-list {
  grid-column-gap: 1rem;
  grid-row-gap: 1.5rem;
  white-space: normal;
  grid-template-rows: auto;
  grid-template-columns: auto;
  grid-auto-columns: max-content;
  grid-auto-flow: row;
  place-items: center start;
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
  display: grid;
}

.rl-styleguide_list {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  padding-bottom: 4rem;
}

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

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

.button-group.is-center {
  justify-content: center;
  font-family: Varela Round, sans-serif;
}

.text-color-white {
  color: var(--base-color-neutral--white);
}

.background-color-white {
  background-color: var(--base-color-neutral--white);
}

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

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

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

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

.shadow-xxsmall {
  box-shadow: 0 1px 2px #0000000d;
}

.text-color-black {
  color: var(--black-archive\<deleted\|variable-dccb7db6\>);
}

.icon-embed-xxsmall {
  width: 1rem;
  height: 1rem;
  color: var(--base-color-brand--white);
  background-color: #0000;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

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

.icon-height-xxsmall {
  height: 1rem;
}

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

.shadow-xsmall {
  box-shadow: 0 1px 3px #0000001a, 0 1px 2px #0000000f;
}

.icon-1x1-custom1 {
  width: 1.25rem;
  height: 1.25rem;
}

.rl-styleguide_header {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: center;
  padding-top: 3rem;
  padding-bottom: 3rem;
  display: flex;
}

.rl-styleguide_subheading {
  z-index: 3;
  background-color: var(--background-color--background-secondary);
  color: var(--text-color--text-primary);
  border-radius: .75rem;
  margin-bottom: 1rem;
  padding: 1rem;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1;
}

.form_radio-icon {
  border: 1px solid var(--border-color--border-primary);
  cursor: pointer;
  border-radius: 100px;
  width: 1.125rem;
  min-width: 1.125rem;
  height: 1.125rem;
  min-height: 1.125rem;
  margin-top: 0;
  margin-left: -1.125rem;
  margin-right: .5rem;
}

.form_radio-icon.w--redirected-checked {
  background-color: #fff;
  background-image: none;
  border-width: 6px;
  border-color: #000;
}

.form_radio-icon.w--redirected-focus {
  box-shadow: none;
  border-color: #000;
  margin-top: 0;
}

.rl-styleguide_shadows-list {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  align-items: start;
}

.form_form {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.text-style-allcaps {
  text-transform: uppercase;
}

.rl-styleguide_callout-link_colors {
  background-color: #fff;
  background-image: linear-gradient(135deg, #ff7448, #ff4848 50%, #6248ff);
  border-radius: .75rem;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 1.5rem;
  padding: 1px;
  text-decoration: none;
  display: flex;
  overflow: hidden;
}

.icon-height-custom1 {
  height: 1.25rem;
}

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

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

.class-label-column {
  grid-column-gap: .75rem;
  grid-row-gap: .75rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.form_field-wrapper {
  font-family: Varela Round, sans-serif;
  position: relative;
}

.icon-height-small {
  height: 2rem;
}

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

.shadow-large {
  box-shadow: 0 20px 24px -4px #00000014, 0 8px 8px -4px #00000008;
}

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

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

.class-label-row {
  grid-column-gap: .25rem;
  grid-row-gap: .25rem;
  flex-wrap: wrap;
  align-items: center;
  display: flex;
}

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

.text-rich-text blockquote {
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
  font-style: italic;
}

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

.text-rich-text h5, .text-rich-text h6 {
  margin-top: 1.25rem;
  margin-bottom: 1rem;
}

.text-rich-text p {
  margin-bottom: 1rem;
}

.text-rich-text figcaption {
  border-left: 2px solid var(--text-color--text-primary);
  text-align: left;
  margin-top: .5rem;
  padding-left: .5rem;
  font-size: .875rem;
}

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

.form_checkbox {
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 0;
  padding-left: 1.25rem;
  font-family: Varela Round, sans-serif;
  display: flex;
}

.shadow-small {
  box-shadow: 0 4px 8px -2px #0000001a, 0 2px 4px -2px #0000000f;
}

.icon-1x1-medium {
  width: 3rem;
  height: 3rem;
}

.rl-styleguide_button-row {
  grid-column-gap: 1rem;
  display: flex;
}

.shadow-medium {
  box-shadow: 0 12px 16px -4px #00000014, 0 4px 6px -2px #00000008;
}

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

.icon-height-xsmall {
  height: 1.5rem;
}

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

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

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

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

.rl-styleguide_empty-box {
  z-index: -1;
  background-color: var(--background-color--background-secondary);
  min-width: 3rem;
  height: 3rem;
  position: relative;
}

.rl-styleguide_spacing {
  border: 1px dashed var(--border-color--border-primary);
}

.padding-global {
  padding-left: 5%;
  padding-right: 5%;
}

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

.padding-section-large {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-flow: column;
  justify-content: space-between;
  align-items: center;
  padding-top: 7rem;
  padding-bottom: 7rem;
  display: flex;
}

.padding-section-large.no-padding {
  padding-top: 0;
}

.padding-section-large.no-padding-bottom {
  padding-bottom: 0;
}

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

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

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

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

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

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

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

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

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

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

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

.rl-styleguide_nav {
  z-index: 1000;
  background-color: var(--background-color--background-alternate);
  border-radius: .75rem;
  margin-top: 1rem;
  padding: .5rem;
  position: sticky;
  top: 1rem;
}

.rl-styleguide_nav-link {
  color: var(--link-color--link-alternate);
  border-radius: .25rem;
  padding: .5rem 1rem;
  text-decoration: none;
}

.rl-styleguide_nav-link.w--current {
  background-color: var(--background-color--background-primary);
  color: var(--link-color--link-primary);
}

.rl-styleguide_subheading-small {
  font-size: 1rem;
  font-weight: 400;
}

.rl-styleguide_callout-heading-wrapper {
  font-size: 1.25rem;
  font-weight: 600;
}

.rl-styleguide_background-color-list {
  grid-column-gap: 0rem;
  grid-row-gap: 0rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
}

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

.rl-styleguide_color-spacer {
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  padding: 1rem;
  display: flex;
}

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

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

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

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

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

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

.aspect-ratio-square {
  aspect-ratio: 1;
}

.rl-styleguide_ratio-bg {
  z-index: -1;
  background-color: var(--background-color--background-secondary);
  min-width: 3rem;
  height: 100%;
  position: relative;
}

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

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

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

.form_message-success-wrapper {
  padding: 0;
}

.form_message-success {
  background-color: var(--background-color--background-success);
  color: var(--text-color--text-success);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 2.5rem;
  display: flex;
}

.form_message-error {
  background-color: var(--background-color--background-error);
  color: var(--text-color--text-error);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 1rem;
  display: flex;
}

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

.rl-styleguide_component {
  grid-column-gap: 0rem;
  color: #fff;
  background-color: #161616;
  background-image: none;
  background-repeat: repeat;
  background-size: auto;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  width: 100%;
  display: grid;
}

.rl-styleguide_image {
  object-fit: cover;
  object-position: 50% 100%;
  width: 100%;
  max-width: 50rem;
  height: 100vh;
  max-height: 60rem;
}

.rl-styleguide_content {
  max-width: 35rem;
  margin-left: 5vw;
  margin-right: 5rem;
}

.delete-this {
  display: flex;
}

.rl-styleguide_image-wrapper {
  background-image: url('../images/Webflow-Background.svg');
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: 1080px;
  justify-content: center;
  align-items: center;
  display: flex;
}

.navbar11_icon-wrapper {
  flex: none;
}

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

.navbar11_menu.is-page-height-tablet {
  font-family: Varela Round, sans-serif;
}

.navbar11_dropdown-list.w--open {
  border: 1px solid var(--border-color--border-primary);
  background-color: var(--background-color--background-primary);
  width: 20rem;
  padding: 1.5rem;
}

.navbar11_menu-button {
  padding: 0;
}

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

.navbar11_dropdown-toggle {
  grid-column-gap: .5rem;
  color: var(--link-color--link-primary);
  align-items: center;
  padding: .5rem 1rem;
  display: flex;
}

.rides_dropdownsss {
  display: block;
}

.navbar11_link {
  color: var(--link-color--link-primary);
  padding: .5rem 1rem;
}

.navbar11_link:hover {
  background-color: #0e6fd829;
  border-radius: 7px;
}

.navbar11_link.w--current {
  color: var(--base-color-neutral--black);
}

.navbar11_container {
  border: 0 solid #000;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.text-weight-semibold {
  font-family: Varela Round, sans-serif;
  font-weight: 400;
  display: block;
}

.text-weight-semibold.com, .text-weight-semibold.jh, .text-weight-semibold.jj, .text-weight-semibold.gf, .text-weight-semibold.ww {
  color: var(--base-color-brand--white);
}

.navbar11_dropdown-link-list {
  grid-column-gap: 0px;
  grid-row-gap: 1rem;
  grid-template-rows: max-content;
  grid-template-columns: 1fr;
  grid-auto-rows: max-content;
  grid-auto-columns: 1fr;
  display: grid;
}

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

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

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

.navbar11_component {
  background-color: var(--background-color--background-primary);
  background-image: linear-gradient(262deg, #ffdb37 33%, #0037ff 56%, #c404fc 88%);
  border: 1px #000;
  border-radius: 0;
  align-items: center;
  width: 100%;
  min-height: 4.5rem;
  padding-left: 5%;
  padding-right: 5%;
  font-family: Varela Round, sans-serif;
  display: flex;
  position: sticky;
  top: 0;
}

.navbar11_dropdown-link {
  grid-column-gap: .75rem;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: max-content 1fr;
  grid-auto-columns: 1fr;
  align-items: flex-start;
  padding-top: .25rem;
  padding-bottom: .25rem;
  text-decoration: none;
  display: flex;
}

.image-overlay-layer {
  z-index: 1;
  background-color: #00000080;
  position: absolute;
  inset: 0%;
}

.section_header5 {
  position: relative;
}

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

.header5_content {
  justify-content: flex-start;
  align-items: center;
  min-height: 100svh;
  max-height: 60rem;
  display: flex;
}

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

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

.layout239_item {
  text-align: center;
  background-color: #932eb0;
  border-radius: 7px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
}

.layout239_image {
  border-radius: 7px;
  width: 100%;
  height: 100%;
}

.layout239_image.hover-image {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  transition: all .3s ease-in-out;
}

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

.layout239_image-wrapper {
  border-radius: 7px 7px 0 0;
  width: 100%;
  position: relative;
  overflow: hidden;
}

.section_layout89 {
  background-color: #932eb0;
  font-family: Varela Round, sans-serif;
  overflow: hidden;
}

.layout89_image {
  border-radius: 7px;
  width: 100%;
  height: 100%;
}

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

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

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

.testimonial5_component {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.testimonial5_rating-wrapper {
  display: flex;
}

.testimonial5_client-image-wrapper {
  margin-right: 1.25rem;
}

.testimonial5_rating-icon {
  color: var(--base-color-neutral--black);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-right: .25rem;
  display: flex;
}

.testimonial5_logo {
  max-height: 3rem;
  display: none;
}

.section_testimonial5 {
  display: none;
}

.testimonial5_divider {
  background-color: var(--base-color-neutral--black);
  align-self: stretch;
  width: 1px;
  margin-left: 1.25rem;
  margin-right: 1.25rem;
}

.testimonial5_content {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.testimonial5_content.gf {
  height: 300px;
}

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

.cta39_card {
  grid-column-gap: 0rem;
  grid-row-gap: 0rem;
  border: 1px solid var(--border-color--border-primary);
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: stretch;
  display: grid;
}

.cta39_image.hover-image {
  transition: all .3s ease-in-out;
}

.cta39_image-wrapper {
  justify-content: center;
  align-items: center;
  display: flex;
  overflow: hidden;
}

.cta39_card-content {
  background-color: #932eb0;
  background-image: linear-gradient(305deg, #830ca5 5%, #932eb0 53%, #570a6d);
  flex-direction: column;
  justify-content: center;
  padding: 3rem;
  display: flex;
}

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

.footer4_legal-link {
  color: var(--base-color-brand--white);
  font-size: .875rem;
  text-decoration: underline;
}

.footer4_legal-link.ggg {
  color: var(--base-color-brand--white);
}

.footer4_social-list {
  grid-column-gap: .75rem;
  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;
  place-items: start;
  display: grid;
}

.footer4_social-link {
  color: var(--link-color--link-primary);
  align-items: center;
  font-size: 14px;
  text-decoration: none;
  display: flex;
}

.footer4_credit-text {
  color: var(--base-color-brand--white);
  font-size: .875rem;
}

.footer4_credit-text.fff {
  color: var(--base-color-brand--white);
}

.footer4_link {
  color: var(--base-color-brand--white);
  text-align: center;
  font-size: 1rem;
  font-weight: 600;
  text-decoration: none;
}

.footer4_link.bvn {
  color: var(--base-color-brand--white);
}

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

.line-divider {
  background-color: var(--border-color--border-primary);
  width: 100%;
  height: 1px;
}

.footer4_bottom-wrapper {
  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: grid;
}

.footer4_component {
  background-image: linear-gradient(277deg, #ffdb37, #2600ff 52%, #c404fc);
}

.footer4_top-wrapper {
  grid-column-gap: 4vw;
  grid-template-rows: auto;
  grid-template-columns: .25fr 1fr .25fr;
  justify-content: space-between;
  align-items: center;
}

.section_header47 {
  background-image: linear-gradient(#0003, #0003), url('../images/hero0.jpg');
  background-position: 0 0, 50% 0;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
}

.header47_content-right {
  background-image: linear-gradient(#ffdb37c4, #ffdb37c4);
  border-radius: 7px;
  padding: 10px 10px 10px 20px;
}

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

.header47_component.df {
  background-image: linear-gradient(#00000096, #00000096);
  border-radius: 9px;
  padding: 20px;
}

.layout24_image {
  border-radius: 7px;
  width: 100%;
  height: 100%;
}

.layout24_image.hover-image {
  transition: all .3s ease-in-out;
}

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

.section_layout24, .layout24_image-wrapper {
  overflow: hidden;
}

.layout28_image {
  border-radius: 7px;
  width: 100%;
  height: 100%;
}

.layout28_image.hover-image {
  transition: all .3s ease-in-out;
}

.layout28_tabs-menu {
  grid-column-gap: 1rem;
  grid-row-gap: 2.5rem;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.layout28_tabs-link {
  background-color: #0000;
  border-left: 2px solid #0000;
  padding: 0 0 0 2rem;
  display: block;
}

.layout28_tabs-link.w--current {
  opacity: 1;
  background-color: #0000;
  border-left-color: #932eb0;
}

.layout28_image-wrapper {
  overflow: hidden;
}

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

.layout28_component {
  grid-column-gap: 5rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: row;
  justify-content: stretch;
  align-items: center;
  display: grid;
}

.lightbox-play-icon {
  z-index: 2;
  color: #fff;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
}

.section_layout28 {
  overflow: hidden;
}

.layout28_lightbox-image {
  object-fit: cover;
}

.video-overlay-layer {
  z-index: 1;
  background-color: #00000080;
  position: absolute;
  inset: 0%;
}

.layout1_image {
  border-radius: 7px;
  width: 100%;
  height: 100%;
}

.layout1_image.hover-image {
  transition: all .3s ease-in-out;
}

.layout1_image-wrapper, .section_layout1 {
  overflow: hidden;
}

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

.layout3_image-wrapper {
  overflow: hidden;
}

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

.layout3_image {
  border-radius: 7px;
  width: 100%;
  height: 100%;
}

.layout3_image.hover-image {
  transition: all .3s ease-in-out;
}

.section_layout3 {
  overflow: hidden;
}

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

.layout6_image-wrapper {
  overflow: hidden;
}

.layout6_image {
  width: 100%;
  height: 100%;
}

.layout6_image.hover-image {
  transition: all .3s ease-in-out;
}

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

.section_layout6 {
  overflow: hidden;
}

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

.contact19_item {
  flex-direction: column;
  align-items: center;
  width: 100%;
}

.section_contact19 {
  background-color: #fbefff;
}

.section_contact19.jkj {
  display: none;
}

.section_header46 {
  background-image: linear-gradient(#00000080, #00000080), url('../images/IMG_266666.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
}

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

.product1_image {
  aspect-ratio: 10 / 12;
  object-fit: cover;
  border-radius: 7px;
  width: 100%;
  height: 100%;
}

.product1_item-link {
  text-decoration: none;
  transition: all .4s;
}

.product1_item-link:hover {
  transform: translate(0, -5px);
}

.product1_heading-wrapper {
  grid-column-gap: 5rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr max-content;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: end;
  display: grid;
}

.product1_heading {
  flex: 1;
}

.product1_button-row {
  flex-wrap: wrap;
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.product1_image-wrapper {
  width: 100%;
  overflow: hidden;
}

.product1_component {
  margin-top: 0;
}

.product1_item {
  flex-direction: column;
  align-items: stretch;
  width: 100%;
  display: flex;
}

.section_product1 {
  overflow: hidden;
}

.testimonial11_logo {
  max-height: 3rem;
}

.testimonial11_content {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.testimonial11_component {
  background-color: #0000;
  height: auto;
  padding-bottom: 6rem;
  overflow: hidden;
}

.testimonial11_mask {
  width: 50%;
  overflow: visible;
}

.testimonial11_divider {
  background-color: var(--base-color-neutral--black);
  align-self: stretch;
  width: 1px;
  margin-left: 1.25rem;
  margin-right: 1.25rem;
}

.testimonial11_rating-wrapper {
  display: flex;
}

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

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

.testimonial11_rating-icon {
  color: var(--base-color-neutral--black);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-right: .25rem;
  display: flex;
}

.testimonial11_slide {
  padding-right: 4rem;
}

.testimonial11_client-image-wrapper {
  margin-right: 1.25rem;
}

.testimonial11_arrow-icon {
  width: 1rem;
  height: 1rem;
  color: var(--base-color-neutral--black);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.testimonial11_slide-nav {
  height: 1.75rem;
  font-size: .5rem;
  inset: auto auto 0% 0%;
}

.testimonial11_arrow {
  border: 1px solid var(--border-color--border-primary);
  background-color: var(--base-color-neutral--white);
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 3rem;
  height: 3rem;
  display: flex;
  inset: auto 0% 0% auto;
}

.testimonial11_arrow.is-left {
  right: 4rem;
}

.section_testimonial11.v1 {
  background-color: #fbedff;
}

.layout240_image-wrapper {
  width: 100%;
  position: relative;
}

.layout240_image {
  border-radius: 7px;
  width: 100%;
  height: 100%;
}

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

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

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

.layout240_item.ghf {
  background-color: #932eb0;
  border-radius: 7px;
  height: 100%;
  padding-bottom: 20px;
}

.cta7_component {
  grid-column-gap: 5rem;
  grid-row-gap: 2rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr max-content;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: start;
  display: grid;
}

.cta7_button-row {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-wrap: wrap;
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.cta7_content {
  flex: 1;
}

.product-header2_modal-main-image-wrapper {
  width: 100%;
  height: 100%;
  padding-top: 80%;
  position: relative;
}

.product-header2_modal-list {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  display: grid;
}

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

.product-header2_tab-link {
  background-color: #0000;
  border-bottom: 1.5px solid #0000;
  margin-right: 1.5rem;
  padding: .5rem 0;
}

.product-header2_tab-link.w--current {
  border-bottom-color: var(--base-color-neutral--black);
  background-color: #0000;
}

.product-header2_reviews-wrapper {
  align-items: center;
  display: flex;
}

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

.product-header2_modal-image-wrapper-small {
  width: 100%;
  height: 100%;
  padding-top: 80%;
  position: relative;
}

.product-header2_tabs-menu {
  align-items: center;
  display: flex;
}

.product-header2_modal {
  z-index: 99;
  align-items: flex-start;
  height: 100vh;
  display: none;
  position: fixed;
  inset: 0%;
  overflow: auto;
}

.product-header2_add-to-cart {
  display: none;
}

.product-header2_content-bottom {
  grid-column-gap: 5rem;
  grid-row-gap: 2rem;
  flex-direction: column;
  grid-template-rows: auto 1fr;
  grid-template-columns: 1fr .5fr;
  grid-auto-columns: 1fr;
  font-family: Varela Round, sans-serif;
  display: grid;
}

.product-header2_modal-lightbox-link {
  width: 100%;
  height: 100%;
  margin-bottom: 1rem;
  display: block;
  position: relative;
}

.breadcrumb-divider {
  justify-content: center;
  align-items: center;
  width: 1rem;
  height: 1rem;
  margin-left: .5rem;
  margin-right: .5rem;
  display: flex;
}

.variant-button {
  background-color: var(--base-color-neutral--white);
  color: var(--base-color-neutral--black);
  border-style: solid;
  border-width: 1px;
  padding: .5rem 1rem;
  display: inline-block;
}

.variant-button.is-disabled {
  opacity: .25;
}

.variant-button.is-active {
  border-color: var(--base-color-neutral--black);
  background-color: var(--base-color-neutral--black);
  color: var(--base-color-neutral--white);
}

.product-header2_image-wrapper {
  aspect-ratio: auto;
  width: 100%;
  height: 100%;
}

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

.product-header2_component {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-direction: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  padding-bottom: 3rem;
}

.product-header2_content-top {
  margin-bottom: 3rem;
}

.variant-button-row {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-wrap: wrap;
  display: none;
}

.product-header2_modal_close-button {
  position: absolute;
  top: 1rem;
  right: 1rem;
}

.breadcrumb-link {
  color: var(--base-color-neutral--black);
  text-decoration: none;
}

.breadcrumb-link.w--current {
  font-weight: 600;
}

.product-header2_rating-icon {
  color: var(--base-color-neutral--black);
  justify-content: center;
  align-items: center;
  margin-right: .25rem;
  display: flex;
}

.product-header2_breadcrumb {
  align-items: center;
  width: 100%;
  margin-bottom: 1.5rem;
  font-size: .875rem;
  display: none;
}

.product-header2_option {
  margin-bottom: 1.5rem;
}

.product-header2_gallery {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
  position: relative;
}

.product-header2_modal-background-overlay {
  z-index: -1;
  background-color: #00000040;
  position: absolute;
  inset: 0%;
}

.error-state {
  margin-top: 1.5rem;
  padding: .875rem 1rem;
}

.product-header2_main-image {
  aspect-ratio: 5 / 4;
  object-fit: cover;
  border-radius: 7px;
  width: 100%;
  height: 100%;
}

.product-header2_rating-wrapper {
  margin-right: .5rem;
  display: flex;
}

.product-header2_lightbox-link {
  width: 100%;
  height: 100%;
  display: block;
  position: relative;
}

.product-header2_image-small {
  aspect-ratio: 5 / 4;
  object-fit: cover;
  border-radius: 7px;
  width: 100%;
  height: 100%;
}

.product-header2_gallery-button-wrapper {
  z-index: 1;
  cursor: pointer;
  position: absolute;
  inset: auto 1rem 1rem auto;
}

.product-header2_modal-content-wrapper {
  background-color: var(--base-color-neutral--white);
  width: 100vw;
  height: 100vh;
  padding: 5rem 5%;
  position: absolute;
  overflow: scroll;
}

.layout22_image {
  width: 100%;
  height: 100%;
}

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

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

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

.section_cta3 {
  position: relative;
}

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

.testimonial4_divider {
  background-color: var(--base-color-neutral--black);
  align-self: stretch;
  width: 1px;
  margin-left: 1.25rem;
  margin-right: 1.25rem;
}

.testimonial4_client-image-wrapper {
  margin-right: 1.25rem;
}

.testimonial4_rating-icon {
  color: var(--base-color-neutral--black);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-right: .25rem;
  display: flex;
}

.testimonial4_logo {
  max-height: 3rem;
}

.testimonial4_rating-wrapper {
  display: flex;
}

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

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

.form_checkbox-icon-2 {
  border: 1px solid var(--base-color-neutral--black);
  cursor: pointer;
  border-radius: 0;
  width: 1.125rem;
  min-width: 1.125rem;
  height: 1.125rem;
  min-height: 1.125rem;
  margin-top: 0;
  margin-left: -1.25rem;
  margin-right: .5rem;
  transition: all .2s;
}

.form_checkbox-icon-2.w--redirected-checked {
  box-shadow: none;
  background-color: #000;
  background-size: 16px 16px;
  border-width: 1px;
  border-color: #000;
}

.form_checkbox-icon-2.w--redirected-focus {
  box-shadow: none;
  border-color: #000;
}

.form_field-2col {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.form_radio-icon-2 {
  border: 1px solid var(--base-color-neutral--black);
  cursor: pointer;
  border-radius: 100px;
  width: 1.125rem;
  min-width: 1.125rem;
  height: 1.125rem;
  min-height: 1.125rem;
  margin-top: 0;
  margin-left: -1.125rem;
  margin-right: .5rem;
}

.form_radio-icon-2.w--redirected-checked {
  background-color: #fff;
  background-image: none;
  border-width: 6px;
  border-color: #000;
}

.form_radio-icon-2.w--redirected-focus {
  box-shadow: none;
  border-color: #000;
  margin-top: 0;
}

.contact2_component {
  flex-direction: column;
  align-items: stretch;
  margin-bottom: 0;
}

.form_radio-2col {
  grid-column-gap: 1.5rem;
  grid-row-gap: .875rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.contact2_form {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.error-text {
  color: #e23939;
}

.success-message {
  background-color: var(--base-color-neutral--neutral-lightest);
  padding: 1.5rem;
}

.error-message {
  margin-top: 1.5rem;
  padding: .875rem 1rem;
}

.success-text {
  font-weight: 600;
}

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

.section_contact17.hgf {
  display: none;
}

.contact17_item {
  flex-direction: column;
  align-items: center;
  width: 100%;
  font-family: Varela Round, sans-serif;
}

.contact4_component_booking {
  -webkit-text-fill-color: inherit;
  background-color: #4b4b4b08;
  background-clip: border-box;
  flex-direction: column;
  align-items: stretch;
  margin-bottom: 0;
}

.contact4_component_booking.inline-padding-10 {
  padding-left: 10%;
  padding-right: 10%;
}

.contact4_component_booking.inline-padding-10.block-padding-50 {
  border-radius: 12px;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 50px;
  padding-bottom: 50px;
  box-shadow: 0 0 20px #0000001a;
}

.section_contact4 {
  background-color: #932eb01a;
}

.contact4_form {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  flex-flow: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: flex;
}

.contact28_image-wrapper {
  width: 100%;
  padding-top: 0;
  overflow: hidden;
}

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

.contact28_location {
  width: 100%;
}

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

.contact28_image.hover-image {
  transition: all .3s;
}

.cta1_image {
  border-radius: 5px;
  width: 100%;
  height: 100%;
}

.cta1_image.hover-image {
  transition: all .3s;
}

.cta1_image-wrapper {
  overflow: hidden;
}

.section_cta1 {
  background-color: #f1eeff;
}

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

.image {
  width: 100%;
  height: 100%;
}

.collection-item {
  margin-top: 10px;
  margin-bottom: 10px;
}

.text-block {
  font-size: 14px;
}

.replace-section-header5 {
  background-image: url('../images/IMG_266666.jpg');
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: cover;
}

.text-span {
  color: #ffdb37;
}

.text-span-2 {
  color: #932eb0;
}

.heading {
  font-family: Varela Round, sans-serif;
}

.paragraph {
  width: 300px;
  color: var(--base-color-brand--white);
  margin-bottom: 40px;
  margin-left: 0;
  margin-right: 0;
}

.paragraph-2 {
  width: 300px;
  color: var(--base-color-brand--white);
  margin-bottom: 40px;
}

.paragraph-3 {
  width: 300px;
  color: var(--base-color-brand--white);
  margin-bottom: 60px;
}

.text-span-3, .text-span-4, .text-span-5 {
  color: #ffdb37;
}

.heading-2 {
  color: var(--base-color-brand--white);
  font-family: Varela Round, sans-serif;
}

.text-span-6 {
  color: #077dfc;
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(270deg, #ffdb37, #221fff 50%, #932eb0);
  -webkit-background-clip: text;
  background-clip: text;
}

.heading-3 {
  font-family: Varela Round, sans-serif;
}

.heading-4 {
  color: var(--base-color-brand--white);
  font-family: Varela Round, sans-serif;
}

.text-span-7 {
  color: #077dfc;
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(287deg, #fe4133 7%, #ffdb37 23%, #3010e4 52%, #932eb0);
  -webkit-background-clip: text;
  background-clip: text;
}

.text-span-8 {
  color: #ffdb37;
}

.text-span-9 {
  color: #ffdb37;
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
}

.text-span-10 {
  color: #ffdb37;
}

.mini {
  color: var(--base-color-brand--white);
  margin-top: 0;
  font-family: Varela Round, sans-serif;
  font-size: 50px;
}

.heading-5 {
  font-family: Varela Round, sans-serif;
}

.kk {
  color: var(--base-color-brand--white);
}

.heading-6, .heading-7, .heading-8 {
  font-family: Varela Round, sans-serif;
}

.heading-8.xc {
  color: var(--base-color-brand--white);
}

.heading-9 {
  font-family: Varela Round, sans-serif;
}

.text-span-11 {
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(299deg, #fe4133, #ffdb37 25%, #380ee2 60%, #932eb0);
  -webkit-background-clip: text;
  background-clip: text;
}

.text-span-12 {
  color: #ffdb37;
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(297deg, #fe4133, #ffdb37 28%, #200fdf 58%, #932eb0);
  -webkit-background-clip: text;
  background-clip: text;
}

.text-span-13 {
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
}

.text-span-14 {
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(270deg, #932eb0, #2d0af3 44%, #ffdb37 76%, #fe4133);
  -webkit-background-clip: text;
  background-clip: text;
}

.text-span-15 {
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(294deg, #fe4133, #ffdb37 30%, #40f 61%, #932eb0);
  -webkit-background-clip: text;
  background-clip: text;
}

.text-span-16 {
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(287deg, #fe4133, #ffdb37 31%, #3f05ff 63%, #932eb0);
  -webkit-background-clip: text;
  background-clip: text;
}

.text-span-17, .text-span-18 {
  color: #932eb0;
}

.heading-10, .heading-11 {
  font-family: Varela Round, sans-serif;
}

.text-span-19 {
  color: #ffdb37;
}

.heading-12, .heading-13, .heading-14 {
  font-family: Varela Round, sans-serif;
}

.fffg {
  color: var(--base-color-brand--white);
  font-family: Varela Round, sans-serif;
  font-size: 45px;
}

.text-span-20 {
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(290deg, #fe4133, #ffdb37 31%, #3c00ff 66%, #932eb0);
  -webkit-background-clip: text;
  background-clip: text;
}

.text-span-21 {
  color: #077dfc;
}

.ddd {
  color: var(--base-color-brand--white);
}

.heading-15 {
  font-family: Varela Round, sans-serif;
}

.text-span-22 {
  color: #077dfc;
}

.heading-16 {
  font-size: 35px;
}

.heading-16.qq {
  color: var(--base-color-brand--white);
  font-family: Varela Round, sans-serif;
  font-size: 45px;
}

.heading-17 {
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(287deg, #fe4133 74%, #ffdb37 75%, #1003ff 86%, #932eb0);
  -webkit-background-clip: text;
  background-clip: text;
}

.heading-18 {
  font-family: Varela Round, sans-serif;
}

.heading-style-h4-2 {
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.3;
  display: none;
}

.button-2 {
  border: 1px solid var(--base-color-neutral--black);
  background-color: var(--base-color-neutral--black);
  color: var(--base-color-neutral--white);
  text-align: center;
  padding: .75rem 1.5rem;
  text-decoration: none;
}

.button-2.is-secondary {
  color: var(--base-color-neutral--black);
  background-color: #0000;
  border-radius: 7px;
  font-family: Varela Round, sans-serif;
  font-weight: 400;
  transition: all .3s;
}

.button-2.is-secondary:hover {
  color: var(--base-color-brand--white);
  background-color: #3714fc;
  background-image: linear-gradient(90deg, #bd0bff, #2d38ff 67%, #fbdb18);
  border-style: none;
  border-radius: 7px;
  transform: translate(0, -5px);
}

.button-2.is-secondary.is-buy-now-button {
  width: 100%;
  margin-bottom: 1rem;
}

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

.button-2.is-small.is-alternate {
  display: none;
}

.button-2.is-add-to-cart-button {
  width: 100%;
  margin-top: .5rem;
  margin-bottom: 1rem;
}

.paragraph-4, .paragraph-5, .paragraph-6 {
  font-family: Varela Round, sans-serif;
}

.button-3 {
  background-color: #000305;
  border-radius: 7px;
  padding: 15px 20px;
  font-family: Varela Round, sans-serif;
  transition: all .3s;
}

.button-3:hover {
  background-color: #1777fc;
  transform: translate(0, -5px);
}

.collection-list-wrapper {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: block;
}

.text-block-2 {
  font-family: Varela Round, sans-serif;
}

.heading-19 {
  margin-top: 2rem;
  font-family: Varela Round, sans-serif;
}

.text-block-3 {
  font-family: Varela Round, sans-serif;
}

.image-2 {
  box-sizing: border-box;
  aspect-ratio: 10 / 12;
  object-fit: cover;
  border-radius: 7px;
  width: 100%;
  height: 100%;
}

.text-size-medium-2 {
  font-family: Varela Round, sans-serif;
  font-size: 1.125rem;
}

.product1_image-2 {
  aspect-ratio: 10 / 12;
  object-fit: cover;
  border-radius: 7px;
  width: 100%;
  height: 100%;
}

.product1_image-2.hover-image {
  transition: all .3s ease-in-out;
}

.product1_item-link-2 {
  text-decoration: none;
}

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

.text-weight-semibold {
  font-weight: 600;
}

.testimonial-image-left {
  border-bottom: 1px solid #e4ebf3;
  padding: 80px 30px;
  position: relative;
}

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

.testimonial-wrapper-four {
  justify-content: space-between;
  display: flex;
}

.testimonial-left {
  width: 30%;
  margin-right: 64px;
}

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

.testimonial-right {
  flex-direction: column;
  flex: 1;
  align-items: flex-start;
  display: flex;
}

.heading-small {
  font-size: 32px;
  font-weight: 600;
  line-height: 40px;
}

.testimonial-text-four {
  margin-bottom: 32px;
}

.testimonial-author-name-three {
  margin-bottom: 10px;
}

.collection-list-wrapper-2 {
  margin-top: 0;
  margin-bottom: 0;
}

.heading-20 {
  padding-top: 20px;
  padding-bottom: 20px;
  font-family: Varela Round, sans-serif;
  text-decoration: none;
}

.image-3 {
  mix-blend-mode: normal;
  margin-bottom: 0;
  padding-bottom: 0;
}

.image-3:hover {
  opacity: 1;
  vertical-align: baseline;
  object-fit: fill;
  display: block;
  position: static;
}

.button-4 {
  text-transform: capitalize;
  word-break: normal;
  -webkit-text-fill-color: inherit;
  background-color: #000;
  background-image: linear-gradient(90deg, #b30bff, #390fff 40%, #e8c826 94%);
  background-clip: border-box;
  border-radius: 48px;
  margin-bottom: 20px;
  padding: 16px 38px;
  font-family: Varela Round, sans-serif;
  transition: background-position 3s;
}

.button-4:hover {
  background-color: #ff8624;
  background-image: linear-gradient(270deg, #b30bff, #390fff 40%, #e8c826 94%);
}

.button-4.css-button {
  transition: all .3s ease-in-out;
}

.button-4.css-button.faqs {
  display: inline-block;
}

.heading-21 {
  text-align: center;
  margin-bottom: 40px;
  padding-top: 0;
}

.container-2 {
  max-width: 80%;
}

.collection-list {
  text-decoration: underline;
}

.link-block {
  font-style: normal;
  text-decoration: none;
}

.collection-item-2 {
  border: 1px #000;
}

.container-3 {
  max-width: 80%;
}

.collection-list-wrapper-3 {
  margin-top: 40px;
  margin-bottom: 40px;
}

.heading-22 {
  padding-top: 40px;
  padding-bottom: 0;
}

.columns {
  margin-top: 40px;
  margin-bottom: 40px;
  font-family: Varela Round, sans-serif;
}

.heading-23 {
  padding-bottom: 20px;
}

.heading-24 {
  padding-bottom: 10px;
  font-weight: 400;
}

.heading-24:hover {
  border: 0 solid #fff;
}

.text-block-4 {
  margin-top: 20px;
}

.rich-text-block {
  margin-top: 20px;
  font-family: Varela Round, sans-serif;
  font-weight: 400;
}

.link-block-2 {
  text-decoration: none;
}

.link-block-2:hover {
  color: var(--background-color--background-alternate);
  -webkit-text-fill-color: transparent;
  background-color: #000;
  background-image: linear-gradient(287deg, #fe4133 74%, #ffdb37 75%, #1003ff 86%, #932eb0);
  -webkit-background-clip: text;
  background-clip: text;
}

.heading-26 {
  padding-top: 40px;
  padding-bottom: 40px;
  font-family: Varela Round, sans-serif;
}

.column {
  background-color: #fff;
  margin-top: 40px;
  padding: 20px;
  font-family: Varela Round, sans-serif;
  position: sticky;
  top: 10px;
  box-shadow: 0 0 20px #0003;
}

.submit-button {
  background-color: #000;
}

.submit-button.button-4.css-button.faqs {
  margin-top: 23px;
}

.text-field {
  color: var(--base-color-brand--black);
  border: 1px solid #000;
  border-radius: 0;
  font-family: Varela Round, sans-serif;
}

.text-field.custom-input {
  height: 60px;
  color: var(--base-color-neutral--neutral-darker);
  border-color: #d2d2d2;
  border-radius: 8px;
  padding: 20px;
}

.text-field-2 {
  color: var(--base-color-neutral--black);
  border: 1px solid #000;
  font-family: Varela Round, sans-serif;
}

.text-field-2.custom-input {
  height: 60px;
  color: var(--base-color-neutral--neutral-darker);
  border-color: #d2d2d2;
  border-radius: 8px;
  padding: 20px;
}

.text-field-3, .text-field-4 {
  height: 60px;
  color: var(--base-color-neutral--neutral-darker);
  border: 1px solid #d2d2d2;
  border-radius: 8px;
  padding: 20px;
  font-family: Varela Round, sans-serif;
}

.select-field {
  height: 60px;
  color: var(--base-color-neutral--neutral-dark);
  background-color: #fff;
  border: 1px solid #d2d2d2;
  border-radius: 8px;
  padding-top: 20px;
  padding-bottom: 20px;
  font-family: Varela Round, sans-serif;
}

.select-field-2 {
  height: 60px;
  color: var(--base-color-neutral--neutral-darker);
  background-color: #fff;
  border: 1px solid #d2d2d2;
  border-radius: 8px;
  font-family: Varela Round, sans-serif;
}

.textarea {
  min-height: 140px;
  color: var(--base-color-neutral--neutral-darker);
  border: 1px solid #d2d2d2;
  border-radius: 8px;
  font-family: Varela Round, sans-serif;
}

.form-block {
  margin-top: 0;
  margin-bottom: 100px;
}

.link-block-3 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: block;
  position: static;
}

.footer4_social-link-2 {
  color: #000;
  align-items: center;
  font-size: 14px;
  text-decoration: none;
  display: flex;
}

.footer4_credit-text-2 {
  color: #fff;
  font-size: .875rem;
}

.footer4_link-2 {
  color: #fff;
  text-align: center;
  font-size: 1rem;
  font-weight: 600;
  text-decoration: none;
}

.footer4_legal-link-2 {
  color: #fff;
  font-size: .875rem;
  text-decoration: underline;
}

.line-divider-2 {
  background-color: #000;
  width: 100%;
  height: 1px;
}

.div-block {
  overflow: hidden;
}

.column-2 {
  padding-right: 40px;
}

.faqs {
  border-radius: 5px;
  padding: 12px 32px;
}

.faqs.css-button {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  background-image: linear-gradient(90deg, #b90aff, #3413ff 48%, #edcd26 96%);
  justify-content: center;
  align-items: center;
  font-family: Varela Round, sans-serif;
  text-decoration: none;
  transition: background-position .5s ease-in-out;
  display: flex;
}

.faqs.css-button.button-right {
  width: 100%;
  max-width: 200px;
  margin-left: auto;
}

.text-block-5 {
  color: var(--base-color-brand--white);
  text-decoration: none;
}

.button-5.css-button {
  grid-column-gap: 13px;
  grid-row-gap: 13px;
  justify-content: center;
  align-items: center;
  padding: 12px 32px;
  display: flex;
}

.text-block-6 {
  color: var(--base-color-neutral--white);
}

.button-orange {
  background-color: #f68506;
  border-radius: 5px;
  padding: 12px 32px 12px 33px;
  font-family: Varela Round, sans-serif;
}

.code-embed {
  height: 200px;
  margin-bottom: 0;
  padding-bottom: 0;
  display: block;
  position: static;
}

.section {
  margin-bottom: 60px;
  padding-bottom: 0;
}

.text-block-7, .text-block-8 {
  color: var(--base-color-brand--white);
}

.centered-heading-2 {
  text-align: center;
  margin-bottom: 16px;
  font-family: Varela Round, sans-serif;
  position: static;
}

.centered-heading-2.margin-bottom-32px {
  margin-bottom: 32px;
}

.shadow-two {
  box-shadow: 0 4px 24px #96a3b514;
}

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

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

.hero-split {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  max-width: 46%;
  display: flex;
}

.margin-bottom-24px {
  margin-bottom: 24px;
  font-family: Varela Round, sans-serif;
  font-size: 1.25rem;
}

.hero-heading-center {
  background-color: #f5f7fa;
  border-bottom: 1px solid #e4ebf3;
  padding: 80px 30px;
  position: relative;
}

.button-primary-4 {
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #1a1b1f;
  padding: 12px 25px;
  font-size: 12px;
  line-height: 20px;
  transition: all .2s;
}

.button-primary-4:hover {
  color: #fff;
  background-color: #32343a;
}

.button-primary-4:active {
  background-color: #43464d;
}

.accordion-icon_vertical-line {
  background-color: #98a2b3;
  border-radius: 1px;
  width: 2px;
  height: .75rem;
  position: absolute;
}

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

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

.centered-subheading-2 {
  text-align: center;
  max-width: 530px;
  margin-left: auto;
  margin-right: auto;
  font-family: Varela Round, sans-serif;
  font-size: 1.25rem;
}

.uui-faq02_list-grid {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: 100%;
  grid-auto-columns: 100%;
  place-items: start stretch;
  display: grid;
}

.accordion-icon_component {
  color: #98a2b3;
  border: 2px solid #98a2b3;
  border-radius: 50%;
  justify-content: center;
  align-self: flex-start;
  align-items: center;
  width: 1.5rem;
  height: 1.5rem;
  display: flex;
  position: relative;
}

.gallery-slider-left {
  justify-content: center;
  align-items: center;
  width: 40px;
  display: flex;
  left: -50px;
}

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

.uui-space-xsmall {
  width: 100%;
  min-height: 1rem;
}

.testimonial-card {
  background-color: #fff;
  flex-direction: column;
  align-items: flex-start;
  padding: 24px;
  display: flex;
}

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

.uui-faq02_accordion {
  background-color: #0000;
  border-radius: 1rem;
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
}

.uui-faq02_icon-wrapper {
  color: #98a2b3;
}

.testimonial-slide-wrapper {
  max-width: 48%;
  margin-right: 4%;
}

.gallery-slider {
  border-bottom: 1px solid #e4ebf3;
  padding: 80px 30px;
  position: relative;
}

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

.tagline {
  margin-bottom: 10px;
  font-family: Varela Round, sans-serif;
  font-size: 12px;
  line-height: 16px;
}

.gallery-wrapper {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: start;
  display: grid;
}

.gallery-block {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.uui-heading-medium-2 {
  color: #101828;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Varela Round, sans-serif;
  font-size: 2.25rem;
  font-weight: 600;
  line-height: 1.3;
}

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

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

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

.gallery-slide-wrapper {
  max-width: 47%;
  margin-right: 6%;
}

.gallery-slide {
  background-color: #0000;
  height: auto;
}

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

.testimonial-author {
  margin-bottom: 2px;
  font-family: Varela Round, sans-serif;
}

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

.testimonial-image {
  object-fit: cover;
  border-radius: 50%;
  width: 60px;
  height: 60px;
  margin-right: 16px;
}

.uui-faq02_question {
  cursor: pointer;
  justify-content: space-between;
  align-items: center;
  padding: 2rem;
  display: flex;
}

.uui-text-size-medium {
  color: #475467;
  letter-spacing: normal;
  font-family: Varela Round, sans-serif;
  font-size: 1.25rem;
  line-height: 1.5;
}

.testimonial-icon-wrapper {
  flex: 1;
  justify-content: flex-end;
  display: flex;
}

.uui-space-medium {
  width: 100%;
  min-height: 2rem;
}

.uui-faq02_heading {
  color: #101828;
  letter-spacing: normal;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Varela Round, sans-serif;
  font-size: 2rem;
  font-weight: 500;
}

.gallery-slide-image {
  position: relative;
}

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

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

.uui-button-2 {
  grid-column-gap: .5rem;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  background-color: #7f56d9;
  border: 1px solid #7f56d9;
  border-radius: .5rem;
  justify-content: center;
  align-items: center;
  padding: .625rem 1.125rem;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.5;
  text-decoration: none;
  transition: all .3s;
  display: flex;
  box-shadow: 0 1px 2px #1018280d;
}

.uui-button-2:hover {
  background-color: #6941c6;
  border-color: #6941c6;
}

.uui-button-2:focus {
  background-color: #7f56d9;
  box-shadow: 0 1px 2px #1018280d, 0 0 0 4px #f4ebff;
}

.uui-faq02_answer {
  padding-left: 2rem;
  padding-right: 2rem;
  overflow: hidden;
}

.uui-max-width-large {
  width: 100%;
  max-width: 48rem;
}

.gallery-slider-right {
  justify-content: center;
  align-items: center;
  width: 40px;
  display: flex;
  right: -50px;
}

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

.testimonial-slider-small {
  background-color: #f5f7fa;
  border-bottom: 1px solid #e4ebf3;
  padding: 80px 30px;
  position: relative;
}

.testimonial-info {
  align-self: stretch;
  align-items: center;
  margin-top: 24px;
  display: flex;
}

.accordion-icon_horizontal-line {
  background-color: #98a2b3;
  border-radius: 1px;
  width: .75rem;
  height: 2px;
  position: absolute;
}

.uui-faq02_component {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: .75fr 1fr;
  grid-auto-columns: 1fr;
  align-items: start;
  display: grid;
}

.uui-heading-subheading-2 {
  color: #7f56d9;
  margin-bottom: .75rem;
  font-family: Varela Round, sans-serif;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.5;
}

.gallery-image {
  width: 100%;
}

.uui-text-size-large-2 {
  color: #475467;
  letter-spacing: normal;
  font-family: Varela Round, sans-serif;
  font-size: 1.125rem;
  line-height: 1.5;
}

.testimonial-slider {
  background-color: #0000;
  max-width: 1000px;
  height: auto;
  margin-top: 50px;
  margin-left: auto;
  margin-right: auto;
}

.gallery-slide-text {
  color: #f5f7fa;
  margin-bottom: 0;
  line-height: 32px;
  position: absolute;
  bottom: 24px;
  left: 24px;
  right: 24px;
}

.back-to-top-button {
  display: none;
  position: fixed;
  top: 0;
  bottom: 20px;
  right: 15px;
}

.link {
  display: none;
  overflow: visible;
}

.link.show {
  display: block;
}

.link-2 {
  display: inline-block;
}

.text-block-9 {
  color: var(--base-color-brand--white);
  -webkit-text-stroke-color: var(--base-color-brand--white);
}

.text-block-10 {
  color: var(--base-color-brand--white);
}

.link-block-4 {
  overflow: hidden;
}

.paragraph-7 {
  font-family: Varela Round, sans-serif;
  font-size: 1.25rem;
}

.container-6 {
  width: 100%;
  max-width: 80%;
  margin-top: 60px;
  margin-bottom: 60px;
}

.features-table {
  border-bottom: 1px solid #e4ebf3;
  padding: 80px 30px;
  position: relative;
}

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

.centered-heading {
  text-align: center;
  margin-bottom: 16px;
}

.centered-subheading {
  text-align: center;
  max-width: 530px;
  margin-left: auto;
  margin-right: auto;
}

.comparison-table {
  flex-direction: column;
  margin-top: 50px;
  display: flex;
}

.comparison-row-main {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  background-color: #f5f7fa;
  border-bottom: 1px solid #e4ebf3;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  padding-top: 24px;
  padding-bottom: 24px;
  display: grid;
}

.comparison-title {
  margin-bottom: 0;
  margin-left: 24px;
}

.comparison-row {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  border-bottom: 1px solid #e4ebf3;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  padding-top: 24px;
  padding-bottom: 24px;
  display: grid;
}

.comparison-negative {
  background-image: url('../images/');
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: auto;
  margin-left: 24px;
  padding-left: 40px;
}

.comparison-positive {
  background-image: url('../images/');
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: auto;
  margin-left: 24px;
  padding-left: 40px;
}

.text-block-11 {
  margin-top: 20px;
  margin-bottom: 20px;
}

.text-block-12 {
  color: var(--base-color-brand--white);
}

.text-block-13 {
  color: var(--base-color-neutral--white);
}

.text-block-14 {
  color: var(--base-color-brand--white);
}

.paragraph-8 {
  font-family: Varela Round, sans-serif;
}

.collection-list-2 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-flow: wrap;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: block;
}

.waves---mg-top-16 {
  margin-top: 16px;
}

.waves---cta-dark {
  background-color: var(--waves-library--black);
  border-radius: 8px;
  justify-content: center;
  align-items: center;
  height: 52px;
  padding: 8px 24px;
  font-size: 16px;
  font-weight: 700;
  transition: background-color .2s;
  display: flex;
}

.waves---cta-dark:hover {
  background-color: #131313e6;
}

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

.waves---section-medium {
  padding-top: 100px;
  padding-bottom: 100px;
}

.waves---heading-2-no-margins {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 48px;
  line-height: 130%;
}

.waves---heading-3-no-margins {
  color: var(--base-color-brand--white);
  margin-top: 0;
  margin-bottom: 0;
  font-size: 24px;
  font-weight: 700;
  line-height: 120%;
}

.waves---heading-3-no-margins.efjbif, .waves---heading-3-no-margins.wdbkjd {
  color: var(--base-color-brand--white);
}

.waves-icon-32 {
  width: 32px;
  height: 32px;
}

.waves---mg-bottom-16 {
  margin-bottom: 16px;
}

.waves---grid-halves-sticky {
  grid-column-gap: 40px;
  grid-template-rows: auto;
}

.waves---sticky-halves-left {
  position: relative;
}

.waves---master-tiles-features-2 {
  grid-row-gap: 24px;
  flex-direction: column;
  width: 100%;
  max-width: 545px;
  display: flex;
}

.waves---sticky-halves {
  position: sticky;
  top: 88px;
}

.waves-tile-features-2 {
  grid-row-gap: 16px;
  background-color: var(--waves-library--dark-elevation);
  background-image: linear-gradient(#00000080, #00000080), url('../images/Screen-Shot-2025-01-14-at-4.15.28-pm.png');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  border-radius: 12px;
  flex-direction: column;
  align-items: flex-start;
  padding: 44px 40px;
  display: flex;
}

.waves-tile-features-2._1 {
  background-image: linear-gradient(#00000080, #00000080), url('../images/IMG_4784.JPG');
  background-position: 0 0, 50%;
  background-size: auto, cover;
}

.waves-tile-features-2.dvhuvgd {
  background-image: linear-gradient(#00000080, #00000080), url('../images/IMG_2275.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
}

.waves-tile-features-2.hbdd {
  background-image: linear-gradient(#00000080, #00000080), url('../images/IMG_4802.JPG');
  background-position: 0 0, 50%;
  background-size: auto, auto;
}

.waves---content-sticky-features-2 {
  grid-row-gap: 24px;
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
  max-width: 420px;
  display: flex;
}

.waves---paragraph-big {
  font-size: 20px;
  line-height: 130%;
}

.text-span-23 {
  color: var(--waves-library--black);
}

.hod {
  color: var(--base-color-brand--white);
}

.efnlf {
  color: var(--base-color-neutral--white);
}

.text-block-15, .text-block-16 {
  color: var(--background-color--background-primary);
}

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

  h2 {
    font-size: 2.75rem;
  }

  h3 {
    font-size: 2.25rem;
  }

  h4 {
    font-size: 1.75rem;
  }

  .hide-tablet {
    display: none;
  }

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

  .margin-large {
    margin: 2.5rem;
  }

  .margin-xlarge {
    margin: 3.5rem;
  }

  .margin-xxlarge {
    margin: 4.5rem;
  }

  .margin-huge {
    margin: 5rem;
  }

  .margin-xhuge {
    margin: 6rem;
  }

  .margin-xxhuge {
    margin: 7.5rem;
  }

  .padding-large {
    padding: 2.5rem;
  }

  .padding-xlarge {
    padding: 3.5rem;
  }

  .padding-xxlarge {
    padding: 4.5rem;
  }

  .padding-huge {
    padding: 5rem;
  }

  .padding-xhuge {
    padding: 6rem;
  }

  .padding-xxhuge {
    padding: 7.5rem;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

  .rl-styleguide_icons-list {
    grid-auto-flow: row;
  }

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

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

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

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

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

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

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

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

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

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

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

  .rl-styleguide_component {
    grid-row-gap: 4rem;
    grid-template-columns: 1fr;
    grid-auto-flow: row;
    min-height: auto;
    padding-top: 4rem;
  }

  .rl-styleguide_image {
    height: 100%;
    max-height: none;
  }

  .rl-styleguide_content {
    max-width: none;
    margin-left: 4rem;
    margin-right: 4rem;
  }

  .rl-styleguide_image-wrapper {
    height: 640px;
  }

  .menu-icon1_line-middle {
    background-color: var(--base-color-neutral--black);
    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-icon1 {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 48px;
    height: 48px;
    margin-right: -.5rem;
    padding-bottom: 0;
    padding-right: 0;
    display: flex;
  }

  .navbar11_menu {
    border-bottom: 1px solid var(--border-color--border-primary);
    background-color: var(--background-color--background-primary);
    -webkit-text-fill-color: inherit;
    background-clip: border-box;
    padding: 1rem 5% 2rem;
    position: absolute;
    overflow: auto;
  }

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

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

  .navbar11_dropdown-list.w--open {
    border-style: none;
    width: auto;
    padding: 0;
  }

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

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

  .navbar11_dropdown-toggle {
    align-items: center;
    padding-top: .75rem;
    padding-bottom: .75rem;
    padding-left: 0;
    display: flex;
  }

  .menu-icon1_line-top {
    background-color: var(--base-color-neutral--black);
    width: 24px;
    height: 2px;
    padding-bottom: 0;
    padding-right: 0;
  }

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

  .navbar11_link {
    width: auto;
    padding: .75rem 0;
    font-size: 1.125rem;
  }

  .navbar11_dropdown-link-list {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }

  .navbar11_menu-buttons {
    flex-direction: column;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    align-items: stretch;
    margin-top: 1.5rem;
    margin-left: 0;
  }

  .menu-icon1_line-bottom {
    background-color: var(--base-color-neutral--black);
    width: 24px;
    height: 2px;
    padding-bottom: 0;
    padding-right: 0;
  }

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

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

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

  .testimonial5_component {
    grid-column-gap: 2rem;
    grid-row-gap: 4rem;
  }

  .cta39_card {
    grid-template-columns: 1fr;
    grid-auto-flow: row;
    min-height: auto;
  }

  .cta39_card-content {
    padding: 3rem;
  }

  .footer4_top-wrapper {
    grid-row-gap: 3rem;
    grid-template-columns: 1fr;
    justify-content: center;
    justify-items: center;
  }

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

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

  .layout28_component {
    grid-column-gap: 3rem;
  }

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

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

  .contact19_component {
    grid-column-gap: 2rem;
  }

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

  .product1_heading-wrapper {
    grid-column-gap: 3rem;
  }

  .product1_heading {
    margin-right: 3rem;
  }

  .product1_button-row {
    flex: none;
  }

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

  .testimonial11_mask {
    width: 100%;
  }

  .testimonial11_slide {
    margin-right: 2.5rem;
    padding-right: 0;
  }

  .layout240_list {
    grid-column-gap: 2rem;
  }

  .cta7_component {
    grid-column-gap: 3rem;
  }

  .cta7_button-row {
    flex: none;
  }

  .cta7_content {
    margin-right: 3rem;
  }

  .product-header2_content-bottom {
    grid-column-gap: 3rem;
    grid-row-gap: 2rem;
    grid-template-columns: 1fr minmax(16rem, .5fr);
    max-width: 100%;
  }

  .product-header2_component {
    padding-bottom: 2.5rem;
  }

  .product-header2_modal-content-wrapper {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

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

  .contact17_component {
    grid-column-gap: 2rem;
  }

  .contact28_component {
    grid-column-gap: 3rem;
  }

  .cta1_component {
    grid-row-gap: 4rem;
    grid-template-columns: 1fr;
    grid-auto-flow: row;
    min-height: auto;
  }

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

  .container {
    max-width: 728px;
  }

  .testimonial-left {
    width: 40%;
    margin-right: 40px;
  }

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

  .hero-wrapper {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    margin-bottom: -40px;
  }

  .hero-split {
    max-width: 100%;
    margin-bottom: 40px;
  }

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

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

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

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

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

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

  .uui-faq02_component {
    grid-template-columns: 1fr;
    grid-auto-flow: row;
  }

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

  .waves---grid-halves-sticky {
    grid-row-gap: 48px;
    grid-template-columns: 1fr;
  }

  .waves---sticky-halves-left {
    text-align: center;
    flex-direction: column;
    align-items: center;
    display: flex;
  }

  .waves---master-tiles-features-2 {
    margin-left: auto;
    margin-right: auto;
  }

  .waves---sticky-halves {
    flex-direction: column;
    align-items: center;
  }

  .waves---content-sticky-features-2 {
    text-align: center;
    align-items: center;
  }
}

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

  h2 {
    font-size: 2.25rem;
  }

  h3 {
    font-size: 2rem;
  }

  h4 {
    font-size: 1.5rem;
    line-height: 1.4;
  }

  h5 {
    font-size: 1.25rem;
  }

  h6 {
    font-size: 1.125rem;
  }

  .max-width-medium {
    padding-top: 16px;
    padding-bottom: 16px;
  }

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

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

  .margin-xsmall {
    margin: .75rem;
  }

  .margin-small {
    margin: 1.25rem;
  }

  .margin-medium {
    margin: 1.5rem;
  }

  .margin-large {
    margin: 2rem;
  }

  .margin-xlarge {
    margin: 2.5rem;
  }

  .margin-xxlarge {
    margin: 3rem;
  }

  .margin-huge {
    margin: 3.5rem;
  }

  .margin-xhuge {
    margin: 4rem;
  }

  .margin-xxhuge {
    margin: 5rem;
  }

  .padding-xsmall {
    padding: .75rem;
  }

  .padding-small {
    padding: 1.25rem;
  }

  .padding-medium {
    padding: 1.5rem;
  }

  .padding-large {
    padding: 2rem;
  }

  .padding-xlarge {
    padding: 2.5rem;
  }

  .padding-xxlarge {
    padding: 3rem;
  }

  .padding-huge {
    padding: 3.5rem;
  }

  .padding-xhuge {
    padding: 4rem;
  }

  .padding-xxhuge {
    padding: 5rem;
  }

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

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

  .margin-bottom.margin-small {
    margin-bottom: .8rem;
  }

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

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

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

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

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

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

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

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

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

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

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

  .text-style-quote {
    font-size: 1.125rem;
  }

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

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

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

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

  .heading-style-h1.text-color-alternate {
    font-size: 1.6rem;
  }

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

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

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

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

  .padding-section-small {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }

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

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

  .padding-section-large.hero-small-padding-on-mobile {
    padding-bottom: 2rem;
  }

  .spacer-xsmall {
    padding-top: .75rem;
  }

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

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

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

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

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

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

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

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

  .rl-styleguide_component {
    padding-top: 4rem;
  }

  .rl-styleguide_content {
    margin-left: 2.5rem;
    margin-right: 2.5rem;
  }

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

  .navbar11_dropdown-link-list {
    grid-row-gap: .5rem;
    max-width: none;
    padding-top: .75rem;
    padding-bottom: .75rem;
  }

  .navbar11_component {
    min-height: 4rem;
  }

  .navbar11_dropdown-link {
    padding-top: .5rem;
    padding-bottom: .5rem;
  }

  .header5_content {
    align-items: flex-end;
  }

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

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

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

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

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

  .testimonial5_divider {
    display: none;
  }

  .testimonial5_client-info {
    margin-bottom: 1rem;
  }

  .cta39_component {
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
  }

  .cta39_card-content {
    padding: 2rem;
  }

  .footer4_credit-text {
    margin-top: 1rem;
  }

  .footer4_link-list {
    grid-column-gap: 0px;
    grid-row-gap: 1.5rem;
    grid-auto-flow: row;
    justify-items: center;
  }

  .footer4_bottom-wrapper {
    grid-column-gap: 0rem;
    grid-row-gap: 1rem;
    grid-auto-flow: row;
    justify-items: center;
    padding-bottom: 1rem;
  }

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

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

  .layout28_component {
    grid-column-gap: 0px;
    grid-row-gap: 3rem;
    grid-template-columns: 1fr;
  }

  .layout1_component, .layout3_component, .layout6_component, .contact19_component {
    grid-row-gap: 3rem;
    grid-template-columns: 1fr;
  }

  .product1_list {
    grid-column-gap: 1.25rem;
    grid-row-gap: 3rem;
  }

  .product1_heading-wrapper {
    grid-row-gap: 2rem;
    flex-direction: column;
    grid-template-columns: 1fr;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .product1_heading {
    margin-right: 0;
  }

  .product1_button-row {
    justify-content: flex-start;
    width: 100%;
  }

  .product1_image-wrapper {
    height: 100%;
  }

  .testimonial11_component {
    padding-bottom: 5rem;
  }

  .testimonial11_client-info {
    margin-bottom: 1rem;
  }

  .testimonial11_divider {
    display: none;
  }

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

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

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

  .testimonial11_arrow.is-left {
    right: 3.5rem;
  }

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

  .cta7_component {
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
    flex-direction: column;
    grid-template-columns: 1fr;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .cta7_button-row {
    justify-content: flex-start;
    width: 100%;
  }

  .cta7_content {
    margin-right: 0;
  }

  .product-header2_content-bottom {
    grid-column-gap: 5rem;
    grid-row-gap: 1rem;
    grid-template-columns: 1fr;
  }

  .product-header2_list {
    display: none;
  }

  .product-header2_component {
    padding-bottom: 1.5rem;
  }

  .product-header2_content-top {
    flex-direction: column-reverse;
    margin-bottom: 2rem;
    display: flex;
  }

  .product-header2_breadcrumb {
    margin-top: 1.5rem;
    margin-bottom: 0;
  }

  .product-header2_gallery {
    grid-column-gap: 0rem;
    grid-row-gap: 0rem;
    grid-template-columns: 1fr;
  }

  .product-header2_modal-content-wrapper {
    padding-bottom: 7rem;
  }

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

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

  .testimonial4_divider {
    display: none;
  }

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

  .testimonial4_client-info {
    margin-bottom: 1rem;
  }

  .form_field-2col.is-mobile-1col {
    grid-template-columns: 1fr;
  }

  .contact17_component, .contact28_component {
    grid-row-gap: 3rem;
    grid-template-columns: 1fr;
  }

  .cta1_component {
    grid-row-gap: 3rem;
  }

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

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

  .testimonial-image-left {
    padding: 60px 15px;
  }

  .testimonial-wrapper-four {
    flex-direction: column;
  }

  .testimonial-left {
    width: 100%;
    margin-bottom: 40px;
    margin-right: 0;
  }

  .testimonial-image-four {
    height: auto;
  }

  .heading-small {
    font-size: 28px;
    line-height: 36px;
  }

  .collection-item-2 {
    margin-bottom: 12px;
    padding-left: 0;
    padding-right: 0;
  }

  .footer4_credit-text-2 {
    margin-top: 1rem;
  }

  .hero-heading-center {
    padding: 60px 15px;
  }

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

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

  .uui-space-xsmall {
    min-height: .75rem;
  }

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

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

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

  .gallery-slider {
    padding: 60px 15px;
  }

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

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

  .gallery-slide {
    margin-left: 10px;
    margin-right: 10px;
  }

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

  .uui-faq02_question {
    padding: 1rem 1.25rem;
  }

  .uui-space-medium {
    min-height: 1.5rem;
  }

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

  .uui-button-2 {
    font-size: 1rem;
  }

  .uui-button-2:hover {
    background-color: #7f56d9;
    border-color: #7f56d9;
  }

  .uui-faq02_answer {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

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

  .testimonial-slider-small {
    padding: 60px 15px;
  }

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

  .uui-text-size-large-2 {
    font-size: 1rem;
  }

  .gallery-slide-text {
    line-height: 30px;
  }

  .features-table {
    padding: 60px 15px;
  }

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

  .waves---section-medium {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .waves---heading-2-no-margins {
    font-size: 44px;
    line-height: 125%;
  }
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .rl-styleguide_component {
    grid-template-columns: 1fr;
  }

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

  .layout239_list, .layout89_component, .cta39_card, .header47_component, .layout24_component {
    grid-template-columns: 1fr;
  }

  .layout28_tabs-menu {
    grid-row-gap: 2.5rem;
  }

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

  .layout1_component, .layout3_component, .layout6_item-list, .layout6_component, .layout240_list, .product-header2_modal-list {
    grid-template-columns: 1fr;
  }

  .product-header2_tabs-menu {
    align-items: flex-start;
  }

  .product-header2_list, .product-header2_gallery, .layout22_component, .cta1_component {
    grid-template-columns: 1fr;
  }

  .container {
    max-width: none;
  }

  .heading-small {
    font-size: 24px;
    line-height: 32px;
  }

  .centered-heading-2 {
    margin-bottom: 24px;
  }

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

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

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

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

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

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

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

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

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

  .uui-faq02_component {
    grid-template-columns: 1fr;
  }

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

  .centered-heading {
    margin-bottom: 24px;
  }

  .comparison-row-main {
    grid-column-gap: 20px;
  }

  .comparison-title {
    margin-left: 10px;
  }

  .comparison-row {
    grid-column-gap: 20px;
  }

  .comparison-negative {
    background-position: 0 5px;
    background-size: 14px;
    margin-left: 10px;
    padding-left: 20px;
  }

  .comparison-positive {
    background-position: 0 4px;
    background-size: 16px;
    margin-left: 10px;
    padding-left: 20px;
  }

  .waves---section-medium {
    padding-top: 64px;
    padding-bottom: 64px;
  }

  .waves---heading-2-no-margins {
    font-size: 34px;
  }

  .waves---heading-3-no-margins {
    font-size: 22px;
  }
}

#w-node-_10951d4c-efcd-9cb3-4cd8-f99bab89496b-57fd4e8e {
  justify-self: start;
}

#w-node-_10951d4c-efcd-9cb3-4cd8-f99bab894978-57fd4e8e {
  justify-self: end;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86205-57fd4eab {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86207-57fd4eab {
  justify-self: center;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc8621b-57fd4eab {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc8621c-57fd4eab {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86220-57fd4eab {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86221-57fd4eab {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86225-57fd4eab {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86226-57fd4eab {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc8622a-57fd4eab {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc8622b-57fd4eab {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc8622f-57fd4eab {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86230-57fd4eab {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86234-57fd4eab {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86235-57fd4eab {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc8623f-57fd4eab {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86240-57fd4eab {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86244-57fd4eab {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86245-57fd4eab {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86249-57fd4eab {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc8624a-57fd4eab {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc8624e-57fd4eab {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc8624f-57fd4eab {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86253-57fd4eab {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86254-57fd4eab {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86258-57fd4eab {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86259-57fd4eab {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86263-57fd4eab {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86264-57fd4eab {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86268-57fd4eab {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86269-57fd4eab {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc8626d-57fd4eab {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc8626e-57fd4eab {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86272-57fd4eab {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86273-57fd4eab {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc8627c-57fd4eab {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc8627d-57fd4eab {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86286-57fd4eab {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86287-57fd4eab {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86299-57fd4eab {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc8629a-57fd4eab {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc8629e-57fd4eab {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc8629f-57fd4eab {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862a3-57fd4eab {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862a4-57fd4eab {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862a8-57fd4eab {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862a9-57fd4eab {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862ad-57fd4eab {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862ae-57fd4eab {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862b8-57fd4eab {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862b9-57fd4eab {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862bd-57fd4eab {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862be-57fd4eab {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862c2-57fd4eab {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862c3-57fd4eab {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862c7-57fd4eab {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862c8-57fd4eab {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862cc-57fd4eab {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862cd-57fd4eab {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862d1-57fd4eab {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862d2-57fd4eab {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862dd-57fd4eab {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862de-57fd4eab {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862e2-57fd4eab {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862e3-57fd4eab {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862e7-57fd4eab {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862e8-57fd4eab {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862ec-57fd4eab {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862ed-57fd4eab {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862f1-57fd4eab {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862f2-57fd4eab {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862f6-57fd4eab {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862f7-57fd4eab {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862fb-57fd4eab {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862fc-57fd4eab {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86300-57fd4eab {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86301-57fd4eab {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86305-57fd4eab {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86306-57fd4eab {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86310-57fd4eab {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86311-57fd4eab {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86315-57fd4eab {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86316-57fd4eab {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc8631a-57fd4eab {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc8631b-57fd4eab {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86322-57fd4eab {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86323-57fd4eab {
  justify-self: start;
}

#w-node-e9f32a64-fc89-70ea-ccef-8f5fa64bd5fd-57fd4eab, #w-node-e9f32a64-fc89-70ea-ccef-8f5fa64bd600-57fd4eab, #w-node-_5260568a-938d-ea68-0c74-308a8209edce-57fd4eab, #w-node-_5260568a-938d-ea68-0c74-308a8209edd1-57fd4eab, #w-node-_06b32c98-aea3-8ba0-a51d-a7fca0302b82-57fd4eab, #w-node-_06b32c98-aea3-8ba0-a51d-a7fca0302b85-57fd4eab, #w-node-e9f32a64-fc89-70ea-ccef-8f5fa64bd604-57fd4eab, #w-node-e9f32a64-fc89-70ea-ccef-8f5fa64bd605-57fd4eab, #w-node-e9f32a64-fc89-70ea-ccef-8f5fa64bd608-57fd4eab, #w-node-e9f32a64-fc89-70ea-ccef-8f5fa64bd609-57fd4eab, #w-node-e9f32a64-fc89-70ea-ccef-8f5fa64bd60c-57fd4eab, #w-node-_336be75c-ab2b-838b-5642-972b6cc86393-57fd4eab {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86394-57fd4eab {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc8638e-57fd4eab {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc8638f-57fd4eab {
  justify-self: start;
}

#w-node-_7304dac8-f593-d71d-1de4-011e92740d9b-57fd4eab {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_7304dac8-f593-d71d-1de4-011e92740d9c-57fd4eab {
  justify-self: start;
}

#w-node-c97d2f4c-a980-bb5b-78e5-2721ac744da4-57fd4eab {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-c97d2f4c-a980-bb5b-78e5-2721ac744da5-57fd4eab {
  justify-self: start;
}

#w-node-_06aa1bf4-9138-5698-358d-7b7066841d42-57fd4eab {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_06aa1bf4-9138-5698-358d-7b7066841d43-57fd4eab {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc863ba-57fd4eab, #w-node-_336be75c-ab2b-838b-5642-972b6cc863bd-57fd4eab, #w-node-_336be75c-ab2b-838b-5642-972b6cc863be-57fd4eab, #w-node-_336be75c-ab2b-838b-5642-972b6cc863c1-57fd4eab, #w-node-_336be75c-ab2b-838b-5642-972b6cc863c2-57fd4eab, #w-node-_336be75c-ab2b-838b-5642-972b6cc863c5-57fd4eab, #w-node-_336be75c-ab2b-838b-5642-972b6cc863c6-57fd4eab, #w-node-_336be75c-ab2b-838b-5642-972b6cc863ca-57fd4eab, #w-node-_336be75c-ab2b-838b-5642-972b6cc863cd-57fd4eab, #w-node-_336be75c-ab2b-838b-5642-972b6cc863ce-57fd4eab, #w-node-_336be75c-ab2b-838b-5642-972b6cc863d1-57fd4eab, #w-node-_336be75c-ab2b-838b-5642-972b6cc863d2-57fd4eab, #w-node-_336be75c-ab2b-838b-5642-972b6cc863d5-57fd4eab, #w-node-_336be75c-ab2b-838b-5642-972b6cc863dd-57fd4eab, #w-node-_336be75c-ab2b-838b-5642-972b6cc863de-57fd4eab {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc863df-57fd4eab {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc863e1-57fd4eab, #w-node-_336be75c-ab2b-838b-5642-972b6cc863e4-57fd4eab, #w-node-_336be75c-ab2b-838b-5642-972b6cc863e5-57fd4eab {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc863e6-57fd4eab {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc863ea-57fd4eab, #w-node-_336be75c-ab2b-838b-5642-972b6cc863ed-57fd4eab, #w-node-_336be75c-ab2b-838b-5642-972b6cc863ee-57fd4eab {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc863ef-57fd4eab {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc863f3-57fd4eab, #w-node-_336be75c-ab2b-838b-5642-972b6cc863f7-57fd4eab {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc863f8-57fd4eab {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc863fe-57fd4eab, #w-node-e9f171cc-11b4-0905-714d-593dc5e729cd-57fd4eab, #w-node-e9f171cc-11b4-0905-714d-593dc5e729ce-57fd4eab {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-e9f171cc-11b4-0905-714d-593dc5e729cf-57fd4eab {
  justify-self: start;
}

#w-node-e9f171cc-11b4-0905-714d-593dc5e729d3-57fd4eab, #w-node-_803d93b2-f316-78e7-4b37-d40ff102217f-57fd4eab, #w-node-_803d93b2-f316-78e7-4b37-d40ff1022180-57fd4eab {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_803d93b2-f316-78e7-4b37-d40ff1022181-57fd4eab {
  justify-self: start;
}

#w-node-_803d93b2-f316-78e7-4b37-d40ff1022187-57fd4eab, #w-node-_336be75c-ab2b-838b-5642-972b6cc86402-57fd4eab {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86403-57fd4eab {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86407-57fd4eab, #w-node-_336be75c-ab2b-838b-5642-972b6cc8640a-57fd4eab, #w-node-_336be75c-ab2b-838b-5642-972b6cc8640f-57fd4eab, #w-node-_336be75c-ab2b-838b-5642-972b6cc86410-57fd4eab {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86411-57fd4eab {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86415-57fd4eab, #w-node-_336be75c-ab2b-838b-5642-972b6cc86418-57fd4eab, #w-node-_336be75c-ab2b-838b-5642-972b6cc86419-57fd4eab {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc8641a-57fd4eab {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86420-57fd4eab, #w-node-_336be75c-ab2b-838b-5642-972b6cc86423-57fd4eab, #w-node-_336be75c-ab2b-838b-5642-972b6cc86424-57fd4eab {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86425-57fd4eab {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc8642b-57fd4eab, #w-node-_336be75c-ab2b-838b-5642-972b6cc8642e-57fd4eab, #w-node-_336be75c-ab2b-838b-5642-972b6cc8642f-57fd4eab {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86430-57fd4eab {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86438-57fd4eab, #w-node-_336be75c-ab2b-838b-5642-972b6cc8643b-57fd4eab, #w-node-_336be75c-ab2b-838b-5642-972b6cc8643c-57fd4eab {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc8643d-57fd4eab {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86449-57fd4eab, #w-node-_336be75c-ab2b-838b-5642-972b6cc8644a-57fd4eab {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc8644b-57fd4eab {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc8644f-57fd4eab, #w-node-_336be75c-ab2b-838b-5642-972b6cc86454-57fd4eab, #w-node-_336be75c-ab2b-838b-5642-972b6cc86455-57fd4eab {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86456-57fd4eab {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc8645c-57fd4eab, #w-node-_336be75c-ab2b-838b-5642-972b6cc86461-57fd4eab, #w-node-_336be75c-ab2b-838b-5642-972b6cc86462-57fd4eab {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86463-57fd4eab {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86469-57fd4eab, #w-node-_336be75c-ab2b-838b-5642-972b6cc8646e-57fd4eab, #w-node-_336be75c-ab2b-838b-5642-972b6cc8646f-57fd4eab {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86470-57fd4eab {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86478-57fd4eab, #w-node-_336be75c-ab2b-838b-5642-972b6cc8647e-57fd4eab {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc8647f-57fd4eab {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86485-57fd4eab, #w-node-bf202792-073b-d0b9-2e3f-1ac68c32701c-57fd4eab, #w-node-bf202792-073b-d0b9-2e3f-1ac68c32701d-57fd4eab {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-bf202792-073b-d0b9-2e3f-1ac68c32701e-57fd4eab {
  justify-self: start;
}

#w-node-bf202792-073b-d0b9-2e3f-1ac68c327022-57fd4eab, #w-node-_7c4d1b7c-78f1-8ac7-381e-93ec539e1608-57fd4eab, #w-node-_7c4d1b7c-78f1-8ac7-381e-93ec539e1609-57fd4eab {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_7c4d1b7c-78f1-8ac7-381e-93ec539e160a-57fd4eab {
  justify-self: start;
}

#w-node-_7c4d1b7c-78f1-8ac7-381e-93ec539e1610-57fd4eab, #w-node-_45e7d798-6f20-3ddc-ae2f-bdd2974eece1-57fd4eab, #w-node-_45e7d798-6f20-3ddc-ae2f-bdd2974eece2-57fd4eab {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_45e7d798-6f20-3ddc-ae2f-bdd2974eece3-57fd4eab {
  justify-self: start;
}

#w-node-_45e7d798-6f20-3ddc-ae2f-bdd2974eece9-57fd4eab, #w-node-efb2dd60-0fd7-ccc6-83fa-c5f7f2777b7e-57fd4eab, #w-node-efb2dd60-0fd7-ccc6-83fa-c5f7f2777b7f-57fd4eab {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-efb2dd60-0fd7-ccc6-83fa-c5f7f2777b80-57fd4eab {
  justify-self: start;
}

#w-node-efb2dd60-0fd7-ccc6-83fa-c5f7f2777b88-57fd4eab, #w-node-_0a1c269a-9c65-cac5-d78d-08680a95253d-57fd4eab, #w-node-_0a1c269a-9c65-cac5-d78d-08680a95253e-57fd4eab {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_0a1c269a-9c65-cac5-d78d-08680a95253f-57fd4eab {
  justify-self: start;
}

#w-node-_0a1c269a-9c65-cac5-d78d-08680a952545-57fd4eab, #w-node-ee513712-f44c-c02b-b1ea-6045fc69ab7c-57fd4eab, #w-node-ee513712-f44c-c02b-b1ea-6045fc69ab7d-57fd4eab {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-ee513712-f44c-c02b-b1ea-6045fc69ab7e-57fd4eab {
  justify-self: start;
}

#w-node-ee513712-f44c-c02b-b1ea-6045fc69ab86-57fd4eab, #w-node-_40872103-aff7-c010-da67-704a8f3f1108-57fd4eab {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_40872103-aff7-c010-da67-704a8f3f1109-57fd4eab {
  justify-self: start;
}

#w-node-_40872103-aff7-c010-da67-704a8f3f110f-57fd4eab, #w-node-_336be75c-ab2b-838b-5642-972b6cc8648f-57fd4eab, #w-node-_336be75c-ab2b-838b-5642-972b6cc86490-57fd4eab, #w-node-_336be75c-ab2b-838b-5642-972b6cc86491-57fd4eab {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86492-57fd4eab {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86494-57fd4eab, #w-node-_336be75c-ab2b-838b-5642-972b6cc86497-57fd4eab, #w-node-_336be75c-ab2b-838b-5642-972b6cc8649b-57fd4eab, #w-node-_336be75c-ab2b-838b-5642-972b6cc8649c-57fd4eab, #w-node-_336be75c-ab2b-838b-5642-972b6cc8649d-57fd4eab, #w-node-_336be75c-ab2b-838b-5642-972b6cc864a6-57fd4eab, #w-node-_336be75c-ab2b-838b-5642-972b6cc864a7-57fd4eab, #w-node-_336be75c-ab2b-838b-5642-972b6cc864a8-57fd4eab, #w-node-_336be75c-ab2b-838b-5642-972b6cc864b1-57fd4eab, #w-node-_336be75c-ab2b-838b-5642-972b6cc864b2-57fd4eab, #w-node-_336be75c-ab2b-838b-5642-972b6cc864b3-57fd4eab {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc864b4-57fd4eab {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc864ba-57fd4eab, #w-node-_336be75c-ab2b-838b-5642-972b6cc864bb-57fd4eab, #w-node-_336be75c-ab2b-838b-5642-972b6cc864bc-57fd4eab {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc864bd-57fd4eab {
  justify-self: start;
}

#w-node-da163454-3d7f-a6d2-8037-3b46b9c50abd-57fd4eab, #w-node-_336be75c-ab2b-838b-5642-972b6cc864c3-57fd4eab, #w-node-_336be75c-ab2b-838b-5642-972b6cc864c4-57fd4eab, #w-node-_336be75c-ab2b-838b-5642-972b6cc864c5-57fd4eab {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc864c6-57fd4eab, #w-node-_336be75c-ab2b-838b-5642-972b6cc864c8-57fd4eab {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369290-57fd4eab, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369294-57fd4eab {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369295-57fd4eab {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369297-57fd4eab {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369299-57fd4eab {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936929a-57fd4eab {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936929c-57fd4eab {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936929e-57fd4eab {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936929f-57fd4eab {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692a1-57fd4eab {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692a3-57fd4eab {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692a4-57fd4eab {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692a6-57fd4eab {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692a8-57fd4eab {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692a9-57fd4eab {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692ab-57fd4eab {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692ad-57fd4eab {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692ae-57fd4eab {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692b0-57fd4eab, #w-node-_8ec19c33-ae2e-90c5-80bf-3c4e7d639cd4-57fd4eab, #w-node-_450fae6e-ea6c-c71d-c007-cbe7f109d617-57fd4eab, #w-node-dcc5fc80-562f-447f-055c-339db14678d8-57fd4eab, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692b2-57fd4eab {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692b3-57fd4eab {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692b5-57fd4eab, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692b6-57fd4eab, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692b8-57fd4eab {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692b9-57fd4eab {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692bb-57fd4eab, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692bc-57fd4eab, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692be-57fd4eab {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692bf-57fd4eab {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692c1-57fd4eab, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692c2-57fd4eab, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692c4-57fd4eab {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692c5-57fd4eab {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692c7-57fd4eab, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692cd-57fd4eab, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692d1-57fd4eab {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692d2-57fd4eab {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692d4-57fd4eab, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692d6-57fd4eab {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692d7-57fd4eab {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692d9-57fd4eab {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692db-57fd4eab {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692dc-57fd4eab {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692de-57fd4eab {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692e0-57fd4eab {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692e1-57fd4eab {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692e3-57fd4eab {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692e5-57fd4eab {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692e6-57fd4eab {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692e8-57fd4eab {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692ea-57fd4eab {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692eb-57fd4eab {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692ed-57fd4eab {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692ef-57fd4eab {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692f0-57fd4eab {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692f2-57fd4eab {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692f4-57fd4eab {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692f5-57fd4eab {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692f7-57fd4eab {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692f9-57fd4eab {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692fa-57fd4eab {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692fc-57fd4eab {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692fe-57fd4eab {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692ff-57fd4eab {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369301-57fd4eab {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369303-57fd4eab {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369304-57fd4eab {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369306-57fd4eab {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936930b-57fd4eab {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936930f-57fd4eab {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369311-57fd4eab {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369314-57fd4eab, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369319-57fd4eab, #w-node-_9a3cb5be-cc97-b70e-6a89-31a35936931e-57fd4eab, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369323-57fd4eab, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369328-57fd4eab {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936932f-57fd4eab {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369330-57fd4eab {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369332-57fd4eab, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369333-57fd4eab, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369335-57fd4eab {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369336-57fd4eab {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369338-57fd4eab, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369339-57fd4eab, #w-node-_9a3cb5be-cc97-b70e-6a89-31a35936933b-57fd4eab {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936933c-57fd4eab {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936933e-57fd4eab, #w-node-_9a3cb5be-cc97-b70e-6a89-31a35936933f-57fd4eab, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369341-57fd4eab {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369342-57fd4eab {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369344-57fd4eab, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369345-57fd4eab, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369347-57fd4eab {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369348-57fd4eab {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936934a-57fd4eab, #w-node-_9a3cb5be-cc97-b70e-6a89-31a35936934b-57fd4eab, #w-node-_9a3cb5be-cc97-b70e-6a89-31a35936934d-57fd4eab {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936934e-57fd4eab {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369350-57fd4eab, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369351-57fd4eab, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369353-57fd4eab {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369354-57fd4eab {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369356-57fd4eab, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369357-57fd4eab, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369359-57fd4eab {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936935a-57fd4eab {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936935c-57fd4eab, #w-node-_9a3cb5be-cc97-b70e-6a89-31a35936935d-57fd4eab, #w-node-_9a3cb5be-cc97-b70e-6a89-31a35936935f-57fd4eab {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369360-57fd4eab {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369362-57fd4eab, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369363-57fd4eab, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369365-57fd4eab {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369366-57fd4eab {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369368-57fd4eab, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369369-57fd4eab, #w-node-_9a3cb5be-cc97-b70e-6a89-31a35936936b-57fd4eab {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936936c-57fd4eab {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936936e-57fd4eab, #w-node-_9a3cb5be-cc97-b70e-6a89-31a35936936f-57fd4eab, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369371-57fd4eab {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369372-57fd4eab {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369374-57fd4eab, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369375-57fd4eab, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369377-57fd4eab {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369378-57fd4eab {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936937a-57fd4eab, #w-node-_9a3cb5be-cc97-b70e-6a89-31a35936937b-57fd4eab, #w-node-_9a3cb5be-cc97-b70e-6a89-31a35936937d-57fd4eab {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936937e-57fd4eab {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369380-57fd4eab, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369381-57fd4eab, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369383-57fd4eab {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369384-57fd4eab {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369386-57fd4eab, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369387-57fd4eab, #w-node-_9a3cb5be-cc97-b70e-6a89-31a35936938c-57fd4eab {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369390-57fd4eab {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369392-57fd4eab {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369395-57fd4eab, #w-node-_9a3cb5be-cc97-b70e-6a89-31a35936939a-57fd4eab, #w-node-_9a3cb5be-cc97-b70e-6a89-31a35936939f-57fd4eab, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693a4-57fd4eab, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693a9-57fd4eab {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693b0-57fd4eab {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693b1-57fd4eab {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693b3-57fd4eab, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693b4-57fd4eab, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693b6-57fd4eab {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693b7-57fd4eab {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693b9-57fd4eab, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693ba-57fd4eab, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693bc-57fd4eab {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693bd-57fd4eab {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693bf-57fd4eab, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693c0-57fd4eab, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693c2-57fd4eab {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693c3-57fd4eab {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693c5-57fd4eab, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693c6-57fd4eab, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693c8-57fd4eab {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693c9-57fd4eab {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693cb-57fd4eab, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693cc-57fd4eab, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693ce-57fd4eab {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693cf-57fd4eab {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693d1-57fd4eab, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693d2-57fd4eab, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693d4-57fd4eab {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693d5-57fd4eab {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693d7-57fd4eab, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693d8-57fd4eab, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693da-57fd4eab {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693db-57fd4eab {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693dd-57fd4eab, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693de-57fd4eab, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693e0-57fd4eab {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693e1-57fd4eab {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693e3-57fd4eab, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693e4-57fd4eab, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693e6-57fd4eab {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693e7-57fd4eab {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693e9-57fd4eab, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693ea-57fd4eab, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693ec-57fd4eab {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693ed-57fd4eab {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693ef-57fd4eab, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693f0-57fd4eab, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693f2-57fd4eab {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693f3-57fd4eab {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693f5-57fd4eab, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693f6-57fd4eab, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693f8-57fd4eab {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693f9-57fd4eab {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693fb-57fd4eab, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693fc-57fd4eab, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693fe-57fd4eab {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693ff-57fd4eab {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369401-57fd4eab, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369402-57fd4eab, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369404-57fd4eab {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369405-57fd4eab {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369407-57fd4eab, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369408-57fd4eab, #w-node-aba73718-5f03-827e-9e0b-61449dc1d37c-57fd4eab, #w-node-_1a6e4211-c1a3-edfa-99df-59c05fb448f8-57fd4eab {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_1a6e4211-c1a3-edfa-99df-59c05fb448f9-57fd4eab {
  justify-self: start;
}

#w-node-_1a6e4211-c1a3-edfa-99df-59c05fb448fb-57fd4eab, #w-node-_1a6e4211-c1a3-edfa-99df-59c05fb448fc-57fd4eab, #w-node-_16994295-7a31-57da-1001-8ec0ea846a1e-57fd4eab {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_16994295-7a31-57da-1001-8ec0ea846a1f-57fd4eab {
  justify-self: start;
}

#w-node-_16994295-7a31-57da-1001-8ec0ea846a21-57fd4eab, #w-node-_16994295-7a31-57da-1001-8ec0ea846a22-57fd4eab, #w-node-_8f691932-76bb-1979-3d19-a80adf0a25f2-57fd4eab {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_8f691932-76bb-1979-3d19-a80adf0a25f3-57fd4eab {
  justify-self: start;
}

#w-node-_8f691932-76bb-1979-3d19-a80adf0a25f5-57fd4eab, #w-node-_8f691932-76bb-1979-3d19-a80adf0a25f6-57fd4eab, #w-node-f28919c2-e180-d075-d1c2-81b601b8a964-57fd4eab {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-f28919c2-e180-d075-d1c2-81b601b8a965-57fd4eab {
  justify-self: start;
}

#w-node-f28919c2-e180-d075-d1c2-81b601b8a967-57fd4eab, #w-node-f28919c2-e180-d075-d1c2-81b601b8a968-57fd4eab, #w-node-b2bd7b9e-a5b1-0617-1861-ecb60c9b53b3-57fd4eab {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-b2bd7b9e-a5b1-0617-1861-ecb60c9b53b4-57fd4eab {
  justify-self: start;
}

#w-node-b2bd7b9e-a5b1-0617-1861-ecb60c9b53b6-57fd4eab, #w-node-b2bd7b9e-a5b1-0617-1861-ecb60c9b53b7-57fd4eab, #w-node-ee961e8d-845a-edc3-3307-509470022457-57fd4eab {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-ee961e8d-845a-edc3-3307-509470022458-57fd4eab {
  justify-self: start;
}

#w-node-ee961e8d-845a-edc3-3307-50947002245a-57fd4eab, #w-node-ee961e8d-845a-edc3-3307-50947002245b-57fd4eab, #w-node-_588dd3e3-4aa6-cc42-1280-2d37cff319e1-57fd4eab {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_588dd3e3-4aa6-cc42-1280-2d37cff319e2-57fd4eab {
  justify-self: start;
}

#w-node-_588dd3e3-4aa6-cc42-1280-2d37cff319e4-57fd4eab, #w-node-_588dd3e3-4aa6-cc42-1280-2d37cff319e5-57fd4eab, #w-node-_626bd165-37fe-b21e-713f-accb16c57414-57fd4eab {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_626bd165-37fe-b21e-713f-accb16c57415-57fd4eab {
  justify-self: start;
}

#w-node-_626bd165-37fe-b21e-713f-accb16c57417-57fd4eab, #w-node-_626bd165-37fe-b21e-713f-accb16c57418-57fd4eab, #w-node-_8198cc96-510b-d5a9-b63d-22b6607f5f40-57fd4eab {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_8198cc96-510b-d5a9-b63d-22b6607f5f41-57fd4eab {
  justify-self: start;
}

#w-node-_8198cc96-510b-d5a9-b63d-22b6607f5f43-57fd4eab, #w-node-_8198cc96-510b-d5a9-b63d-22b6607f5f44-57fd4eab, #w-node-_2a26aaa0-f27b-d541-a441-687d55aa9ee5-57fd4eab {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_2a26aaa0-f27b-d541-a441-687d55aa9ee6-57fd4eab {
  justify-self: start;
}

#w-node-_2a26aaa0-f27b-d541-a441-687d55aa9ee8-57fd4eab, #w-node-_2a26aaa0-f27b-d541-a441-687d55aa9ee9-57fd4eab, #w-node-_2abe4c27-4e03-1a95-b21e-aef8fb82fe33-57fd4eab {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_2abe4c27-4e03-1a95-b21e-aef8fb82fe34-57fd4eab {
  justify-self: start;
}

#w-node-_2abe4c27-4e03-1a95-b21e-aef8fb82fe36-57fd4eab, #w-node-_2abe4c27-4e03-1a95-b21e-aef8fb82fe37-57fd4eab, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593694fa-57fd4eab, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593694fe-57fd4eab {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593694ff-57fd4eab {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369503-57fd4eab, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369505-57fd4eab {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369506-57fd4eab {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936950a-57fd4eab {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936950b-57fd4eab {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936950f-57fd4eab {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369510-57fd4eab {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369514-57fd4eab {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369515-57fd4eab {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369519-57fd4eab {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936951a-57fd4eab {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936951e-57fd4eab {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936951f-57fd4eab {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369523-57fd4eab {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369524-57fd4eab {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369528-57fd4eab {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369529-57fd4eab {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936952d-57fd4eab {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936952e-57fd4eab {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369532-57fd4eab {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369533-57fd4eab {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936953a-57fd4eab {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936953b-57fd4eab {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936953f-57fd4eab {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369540-57fd4eab {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369544-57fd4eab {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369545-57fd4eab {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369549-57fd4eab {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936954a-57fd4eab {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936954e-57fd4eab {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936954f-57fd4eab {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369553-57fd4eab {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369554-57fd4eab {
  justify-self: start;
}

#w-node-de8106d9-b098-80e3-076c-80f3a0fa5e54-57fd4eab {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-de8106d9-b098-80e3-076c-80f3a0fa5e55-57fd4eab {
  justify-self: start;
}

#w-node-_680345d6-d141-aefc-5e81-01faad69a792-57fd4eab {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_680345d6-d141-aefc-5e81-01faad69a793-57fd4eab {
  justify-self: start;
}

#w-node-dc962921-5c74-5687-77a4-c1371012b297-57fd4eab {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-dc962921-5c74-5687-77a4-c1371012b298-57fd4eab {
  justify-self: start;
}

#w-node-bbf5f4a2-0660-a8f8-7799-a71df583db57-57fd4eab {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-bbf5f4a2-0660-a8f8-7799-a71df583db58-57fd4eab {
  justify-self: start;
}

#w-node-_723dac19-3a6b-8f5e-89ce-53b9006ba92c-57fd4eab {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_723dac19-3a6b-8f5e-89ce-53b9006ba92d-57fd4eab {
  justify-self: start;
}

#w-node-_3ff2d808-b810-ecd1-507e-7a8069261a20-e91e0432 {
  order: 9999;
}

#w-node-e1b2ccfa-e9c9-a7e5-dcb4-3f29050a0cbd-e91e0432 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-ffc3ed14-e3e3-90d5-8a9b-c8c2b3241b07-e91e0432, #w-node-ed8d0d6b-5439-0f6e-e77a-b30bfe72f65e-e91e0432 {
  order: 9999;
}

#w-node-_0ac9b3b0-9240-39d3-6e1f-6690d3e48708-e91e0432 {
  justify-self: start;
}

#w-node-_59ba2347-0fbf-16ce-c83f-ab16fdf59557-c9536952 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: stretch;
}

#w-node-_59ba2347-0fbf-16ce-c83f-ab16fdf59561-c9536952 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: end;
}

#w-node-d30718c2-4c22-3a18-f2c5-0532652c1c46-c9536952 {
  justify-self: start;
}

#w-node-d30718c2-4c22-3a18-f2c5-0532652c1c53-c9536952 {
  justify-self: end;
}

#w-node-_49274876-5c91-cb0b-b471-46dbc4e9d160-2df7acdd, #w-node-fdf90c79-cc6a-470d-274c-182160061be1-2df7acdd {
  justify-self: start;
}

#w-node-c9186428-a0b1-9afc-376c-f87d7fa11d10-433f7130, #w-node-c9186428-a0b1-9afc-376c-f87d7fa11d11-433f7130, #w-node-c9186428-a0b1-9afc-376c-f87d7fa11d15-433f7130, #w-node-c9186428-a0b1-9afc-376c-f87d7fa11d19-433f7130, #w-node-c9186428-a0b1-9afc-376c-f87d7fa11d1d-433f7130, #w-node-c9186428-a0b1-9afc-376c-f87d7fa11d26-433f7130, #w-node-c9186428-a0b1-9afc-376c-f87d7fa11d29-433f7130 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-c9186428-a0b1-9afc-376c-f87d7fa11d4d-433f7130 {
  grid-area: 1 / 2 / 3 / 3;
}

#w-node-c9186428-a0b1-9afc-376c-f87d7fa11d81-433f7130 {
  order: 9999;
}

#w-node-c9186428-a0b1-9afc-376c-f87d7fa11d85-433f7130, #w-node-c9186428-a0b1-9afc-376c-f87d7fa11d86-433f7130, #w-node-c9186428-a0b1-9afc-376c-f87d7fa11d8a-433f7130, #w-node-c9186428-a0b1-9afc-376c-f87d7fa11d8e-433f7130, #w-node-c9186428-a0b1-9afc-376c-f87d7fa11d92-433f7130, #w-node-c9186428-a0b1-9afc-376c-f87d7fa11d96-433f7130, #w-node-c9186428-a0b1-9afc-376c-f87d7fa11d9a-433f7130, #w-node-c9186428-a0b1-9afc-376c-f87d7fa11d9e-433f7130, #w-node-c9186428-a0b1-9afc-376c-f87d7fa11da2-433f7130 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_24660e40-ee96-cace-d331-501798980a7d-433f7130 {
  justify-self: start;
}

#w-node-_24660e40-ee96-cace-d331-501798980a8a-433f7130 {
  justify-self: end;
}

#w-node-d3e41c1c-0ba6-b4e2-48b5-752059c478e1-1089b0e1 {
  justify-self: start;
}

#w-node-d3e41c1c-0ba6-b4e2-48b5-752059c478ee-1089b0e1 {
  justify-self: end;
}

#w-node-a5e38de2-fe13-ba20-357e-f3a4768c16b6-119c5335 {
  justify-self: start;
}

#w-node-_8eed4c20-342d-ac7c-4687-04ad5fa605f0-119c5335 {
  justify-self: end;
}

#w-node-_1589c37d-4a34-60bd-29cd-37b5ac127c36-e441917b {
  order: 9999;
}

#w-node-_4b29f81e-f44e-de48-d6e2-101f8311510f-e441917b {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_4b29f81e-f44e-de48-d6e2-101f83115114-e441917b {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_4b29f81e-f44e-de48-d6e2-101f83115118-e441917b, #w-node-_4b29f81e-f44e-de48-d6e2-101f83115122-e441917b, #w-node-_4b29f81e-f44e-de48-d6e2-101f83115127-e441917b {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_8e2fa3ee-ff5e-3487-3fcb-3af6ad75bc26-e441917b {
  justify-self: start;
}

#w-node-_8e2fa3ee-ff5e-3487-3fcb-3af6ad75bc33-e441917b {
  justify-self: end;
}

#w-node-_40295e53-83c7-ce21-bb0d-93236a994367-18698a65, #w-node-_40295e53-83c7-ce21-bb0d-93236a994369-18698a65, #w-node-_40295e53-83c7-ce21-bb0d-93236a99436c-18698a65, #w-node-_40295e53-83c7-ce21-bb0d-93236a99436e-18698a65, #w-node-_40295e53-83c7-ce21-bb0d-93236a994371-18698a65, #w-node-_40295e53-83c7-ce21-bb0d-93236a994373-18698a65, #w-node-_40295e53-83c7-ce21-bb0d-93236a994376-18698a65, #w-node-_40295e53-83c7-ce21-bb0d-93236a994378-18698a65, #w-node-_40295e53-83c7-ce21-bb0d-93236a99437b-18698a65, #w-node-_40295e53-83c7-ce21-bb0d-93236a99437d-18698a65, #w-node-_40295e53-83c7-ce21-bb0d-93236a994380-18698a65, #w-node-_40295e53-83c7-ce21-bb0d-93236a994382-18698a65 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_5dd3f50a-5199-0787-07eb-9858c22e85bb-18698a65 {
  justify-self: start;
}

#w-node-_5dd3f50a-5199-0787-07eb-9858c22e85c8-18698a65 {
  justify-self: end;
}

@media screen and (max-width: 991px) {
  #w-node-_10951d4c-efcd-9cb3-4cd8-f99bab89496b-57fd4e8e, #w-node-_10951d4c-efcd-9cb3-4cd8-f99bab894978-57fd4e8e, #w-node-_0ac9b3b0-9240-39d3-6e1f-6690d3e48708-e91e0432, #w-node-d30718c2-4c22-3a18-f2c5-0532652c1c46-c9536952, #w-node-d30718c2-4c22-3a18-f2c5-0532652c1c53-c9536952, #w-node-fdf90c79-cc6a-470d-274c-182160061be1-2df7acdd, #w-node-_24660e40-ee96-cace-d331-501798980a7d-433f7130, #w-node-_24660e40-ee96-cace-d331-501798980a8a-433f7130, #w-node-d3e41c1c-0ba6-b4e2-48b5-752059c478e1-1089b0e1, #w-node-d3e41c1c-0ba6-b4e2-48b5-752059c478ee-1089b0e1, #w-node-a5e38de2-fe13-ba20-357e-f3a4768c16b6-119c5335, #w-node-_8eed4c20-342d-ac7c-4687-04ad5fa605f0-119c5335 {
    justify-self: center;
  }

  #w-node-_4b29f81e-f44e-de48-d6e2-101f8311510f-e441917b {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_8e2fa3ee-ff5e-3487-3fcb-3af6ad75bc26-e441917b, #w-node-_8e2fa3ee-ff5e-3487-3fcb-3af6ad75bc33-e441917b, #w-node-_5dd3f50a-5199-0787-07eb-9858c22e85bb-18698a65, #w-node-_5dd3f50a-5199-0787-07eb-9858c22e85c8-18698a65 {
    justify-self: center;
  }
}

@media screen and (max-width: 767px) {
  #w-node-_10951d4c-efcd-9cb3-4cd8-f99bab894986-57fd4e8e {
    grid-area: 4 / 1 / 5 / 2;
  }

  #w-node-_3ff2d808-b810-ecd1-507e-7a8069261a20-e91e0432, #w-node-ffc3ed14-e3e3-90d5-8a9b-c8c2b3241b07-e91e0432, #w-node-ed8d0d6b-5439-0f6e-e77a-b30bfe72f65e-e91e0432, #w-node-_26c36ddd-e47b-c3b1-662a-8b71b2a30709-e91e0432 {
    order: -9999;
  }

  #w-node-_0ac9b3b0-9240-39d3-6e1f-6690d3e48723-e91e0432, #w-node-d30718c2-4c22-3a18-f2c5-0532652c1c61-c9536952, #w-node-fdf90c79-cc6a-470d-274c-182160061bfc-2df7acdd {
    grid-area: 4 / 1 / 5 / 2;
  }

  #w-node-c9186428-a0b1-9afc-376c-f87d7fa11d26-433f7130, #w-node-c9186428-a0b1-9afc-376c-f87d7fa11d29-433f7130 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-c9186428-a0b1-9afc-376c-f87d7fa11d4d-433f7130 {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-_24660e40-ee96-cace-d331-501798980a98-433f7130, #w-node-d3e41c1c-0ba6-b4e2-48b5-752059c478fc-1089b0e1, #w-node-_8eed4c20-342d-ac7c-4687-04ad5fa605fe-119c5335 {
    grid-area: 4 / 1 / 5 / 2;
  }

  #w-node-_1589c37d-4a34-60bd-29cd-37b5ac127c36-e441917b {
    order: -9999;
  }

  #w-node-_8e2fa3ee-ff5e-3487-3fcb-3af6ad75bc41-e441917b, #w-node-_5dd3f50a-5199-0787-07eb-9858c22e85d6-18698a65 {
    grid-area: 4 / 1 / 5 / 2;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_10951d4c-efcd-9cb3-4cd8-f99bab89496b-57fd4e8e, #w-node-_0ac9b3b0-9240-39d3-6e1f-6690d3e48708-e91e0432, #w-node-d30718c2-4c22-3a18-f2c5-0532652c1c46-c9536952, #w-node-fdf90c79-cc6a-470d-274c-182160061be1-2df7acdd, #w-node-_24660e40-ee96-cace-d331-501798980a7d-433f7130, #w-node-d3e41c1c-0ba6-b4e2-48b5-752059c478e1-1089b0e1, #w-node-a5e38de2-fe13-ba20-357e-f3a4768c16b6-119c5335, #w-node-_4b29f81e-f44e-de48-d6e2-101f8311510f-e441917b, #w-node-_4b29f81e-f44e-de48-d6e2-101f83115114-e441917b, #w-node-_8e2fa3ee-ff5e-3487-3fcb-3af6ad75bc26-e441917b, #w-node-_5dd3f50a-5199-0787-07eb-9858c22e85bb-18698a65 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}


