:root {
  --black: black;
  --untitled-ui-gray900: #101828;
  --light-grey: #f4f4f4;
  --blue-footer: #023f7a;
  --dark-orange: #fe7333;
  --white: white;
  --untitled-ui-gray800: #1d2939;
  --hover-orange: #fe7333;
  --untitled-ui-primary50: #f9f5ff;
  --soft-gray: #eff5fb;
  --send-blue: #35b7f3;
  --send-deep-blue: #62a1d9;
  --send-yellow: #f2c335;
  --send-green: #a8df7d;
  --untitled-ui-gray700: #344054;
  --untitled-ui-primary600: #7f56d9;
  --untitled-ui-white: white;
  --untitled-ui-primary700: #6941c6;
  --untitled-ui-primary100: #f4ebff;
  --untitled-ui-gray300: #d0d5dd;
  --untitled-ui-gray50: #f9fafb;
  --untitled-ui-gray100: #f2f4f7;
  --untitled-ui-gray600: #475467;
  --dark-slate-grey: #373e43;
  --untitled-ui-primary800: #53389e;
  --slate-grey-hover: #6b767e;
  --orange-send: #fb5000;
  --orange: #fb5000;
  --untitled-ui-primary500: #9e77ed;
  --footer-gray: #4a5764;
  --light-slate-grey-footer: #718599;
  --light-orange: #ffdccc;
}

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

.w-checkbox {
  margin-bottom: 5px;
  padding-left: 20px;
  display: block;
}

.w-checkbox:before {
  content: " ";
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-checkbox:after {
  content: " ";
  clear: both;
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-checkbox-input {
  float: left;
  margin: 4px 0 0 -20px;
  line-height: normal;
}

.w-checkbox-input--inputType-custom {
  border: 1px solid #ccc;
  border-radius: 2px;
  width: 12px;
  height: 12px;
}

.w-checkbox-input--inputType-custom.w--redirected-checked {
  background-color: #3898ec;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/static/custom-checkbox-checkmark.589d534424.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-color: #3898ec;
}

.w-checkbox-input--inputType-custom.w--redirected-focus {
  box-shadow: 0 0 3px 1px #3898ec;
}

.w-form-formradioinput--inputType-custom {
  border: 1px solid #ccc;
  border-radius: 50%;
  width: 12px;
  height: 12px;
}

.w-form-formradioinput--inputType-custom.w--redirected-focus {
  box-shadow: 0 0 3px 1px #3898ec;
}

.w-form-formradioinput--inputType-custom.w--redirected-checked {
  border-width: 4px;
  border-color: #3898ec;
}

body {
  color: var(--black);
  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: 3.5rem;
  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-family: Montserrat, sans-serif;
  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;
  font-family: Montserrat, sans-serif;
}

a {
  border-color: var(--black);
  color: var(--black);
  text-decoration: underline;
}

a.w--current {
  align-items: center;
  height: 8rem;
  display: flex;
}

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;
  font-family: Montserrat, sans-serif;
}

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

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

blockquote {
  border-left: .1875rem solid var(--black);
  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;
}

.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 {
  font-family: Montserrat, sans-serif;
  text-decoration: underline;
}

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

.max-width-medium {
  width: 100%;
  max-width: 35rem;
}

.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 {
  width: 100%;
  max-width: 48rem;
}

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

.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 {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: 64rem;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

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

.container-small.l {
  max-width: 80%;
}

.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-small.box {
  background-color: var(--untitled-ui-gray900);
  background-color: #101828;
  border-radius: 10px;
}

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

.margin-bottom, .margin-bottom.margin-xxlarge, .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-bottom.margin-xsmall, .margin-bottom.margin-large, .margin-bottom.margin-small, .margin-bottom.margin-large, .margin-bottom.margin-small, .margin-bottom.margin-large, .margin-bottom.margin-xsmall, .margin-bottom.margin-small, .margin-bottom.margin-xxlarge, .margin-bottom.margin-xsmall, .margin-bottom.margin-small, .margin-bottom.margin-xxlarge, .margin-bottom.margin-small, .margin-bottom.margin-small, .margin-bottom.margin-medium, .margin-bottom.margin-small {
  margin-top: 0;
  margin-left: 0;
  margin-right: 0;
}

.margin-bottom.margin-xsmall {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  color: #241f20;
  text-align: center;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.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-top.padding-medium, .padding-top.padding-xxlarge, .padding-top.padding-small, .padding-top.padding-xsmall, .padding-top.padding-custom1, .padding-top.padding-medium {
  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-bottom.padding-xxlarge, .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-bottom.padding-xxlarge {
  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-vertical.padding-xsmall, .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-vertical.padding-xxlarge {
  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-family: Montserrat, sans-serif;
  font-weight: 500;
}

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

.rl-styleguide-message-delete-this {
  text-align: center;
  background-color: #f1f0ee;
  justify-content: center;
  align-items: center;
  height: 100vh;
  display: flex;
}

.rl-styleguide-message-wrapper {
  text-align: left;
  background-color: #e4e2df;
  border-radius: 16px;
  padding: 2.5rem;
}

.rl-styleguide-message-fixed {
  z-index: 99;
  background-color: #fff;
  justify-content: space-between;
  align-items: center;
  padding: 1rem 2.5rem;
  display: flex;
  position: fixed;
  inset: 0% 0% auto;
}

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

.text-style-quote {
  border-left: .1875rem solid #000;
  margin-bottom: 0;
  padding: .75rem 1.25rem;
  font-family: Montserrat, sans-serif;
  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-family: Montserrat, sans-serif;
  font-size: 3rem;
  font-weight: 700;
  line-height: 1.2;
}

.rl-styleguide_tutorial-callout {
  grid-column-gap: 2rem;
  background-color: #fff;
  border: 1px solid #000;
  justify-content: space-between;
  align-items: center;
  padding: .75rem .75rem .75rem 1rem;
  display: flex;
}

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

.rl-styleguide_heading {
  z-index: 4;
  color: #fff;
  background-color: #000;
  padding: .25rem .5rem;
  position: sticky;
  top: 0;
}

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

.background-color-gray {
  background-color: var(--light-grey);
}

.heading-style-h6 {
  color: var(--blue-footer);
  font-family: Montserrat, sans-serif;
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1.4;
}

.heading-style-h6.flex {
  text-align: left;
  flex-direction: column;
  align-items: flex-start;
  font-size: 1.5rem;
  display: flex;
}

.heading-style-h6.text-color-darkblue {
  color: #00386e;
}

.heading-style-h6.orange {
  color: var(--dark-orange);
}

.heading-style-h6.black {
  color: var(--untitled-ui-gray900);
}

.heading-style-h6.white {
  color: var(--white);
}

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

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

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

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

.heading-style-h5.text-align-left.color-dark {
  color: #2e3438;
}

.heading-style-h5.text-color-dark {
  color: #1d2939;
}

.text-style-strikethrough {
  font-family: Montserrat, sans-serif;
  text-decoration: line-through;
}

.heading-style-h1 {
  font-family: Montserrat, sans-serif;
  font-size: 3.5rem;
  font-weight: 700;
  line-height: 1.2;
}

.form-checkbox-icon {
  border: 1px solid var(--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.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;
}

.text-size-tiny {
  font-family: Montserrat, sans-serif;
  font-size: .75rem;
}

.field-label {
  margin-bottom: .5rem;
  font-weight: 400;
}

.button {
  border: 1px solid var(--black);
  background-color: var(--black);
  color: var(--white);
  text-align: center;
  padding: .75rem 1.5rem;
  font-family: Montserrat, sans-serif;
}

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

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

.button.is-link.is-icon {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
}

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

.button.is-secondary {
  color: var(--black);
  background-color: #0000;
}

.button.is-secondary.is-alternate {
  border-color: var(--white);
  color: var(--white);
  background-color: #0000;
}

.button.is-secondary.is-small.orange {
  color: var(--white);
  background-color: #fe5000;
  border-style: solid;
  border-color: #0000;
  border-radius: 5px;
  font-size: .9rem;
  font-weight: 600;
}

.button.is-secondary.is-small.orange:hover {
  background-color: var(--hover-orange);
}

.button.is-secondary.is-small.blue {
  color: var(--untitled-ui-primary50);
  background-color: #005eb8;
  border-color: #005eb8;
}

.button.is-secondary.is-small.blue:hover {
  background-color: #1a6ebf;
  border-color: #1a6ebf;
}

.button.is-small {
  border-radius: 5px;
  padding: .5rem 1.25rem;
  font-size: .9rem;
}

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

.button.is-small.customized {
  background-color: var(--white);
  color: #005eb8;
  -webkit-text-stroke-color: #005eb8;
  border-width: 1.5px;
  border-color: #005eb8;
  font-weight: 600;
}

.button.is-small.customized:hover {
  background-color: #e6eff8;
}

.button.is-alternate {
  background-color: var(--white);
  color: #000;
}

.button.is-tertiary {
  color: #000;
  background-color: #0000;
  border-color: #0000;
}

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

.text-weight-normal {
  font-family: Montserrat, sans-serif;
  font-weight: 400;
}

.heading-style-h4 {
  font-family: Montserrat, sans-serif;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.3;
}

.heading-style-h4.text-color-white {
  border-radius: 1px;
}

.heading-style-h4.orange {
  color: #e54800;
}

.text-style-italic {
  font-family: Montserrat, sans-serif;
  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-family: Montserrat, sans-serif;
  font-weight: 300;
}

.rl-styleguide_label {
  color: var(--white);
  white-space: nowrap;
  cursor: context-menu;
  background-color: #0073e6;
  padding: .25rem .5rem;
  font-size: .75rem;
  display: inline-block;
}

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

.text-size-regular {
  font-family: Montserrat, sans-serif;
  font-size: 1rem;
}

.text-size-regular.text-color-gray {
  color: #525d65;
}

.text-size-regular.text-color-white_2 {
  color: #ffffffbf;
}

.text-size-regular.text-weight-semibold.tex-color-orange, .text-size-regular.text-weight-semibold.orange {
  color: var(--dark-orange);
}

.text-size-regular.text-weight-semibold.tex-color-orange {
  color: #fe7333;
}

.text-size-regular.text-color-footer-gray {
  color: #4a5764;
}

.text-weight-xbold {
  font-family: Montserrat, sans-serif;
  font-weight: 800;
}

.text-align-right {
  text-align: right;
  font-family: Montserrat, sans-serif;
}

.text-weight-bold {
  font-family: Montserrat, sans-serif;
  font-weight: 700;
}

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

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

.heading-style-h3.text-color-dark {
  color: #2e3438;
}

.heading-style-h3.orange {
  color: var(--hover-orange);
}

.heading-style-h3.text-align-center.text-color-dark-blue {
  color: #004281f2;
}

.heading-style-h3.text-align-center {
  color: #000;
}

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

.form-input {
  border: 1px solid var(--black);
  background-color: var(--white);
  color: var(--black);
  height: auto;
  min-height: 2.75rem;
  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 {
  height: auto;
  min-height: 11.25rem;
  padding-top: .75rem;
  padding-bottom: .75rem;
  overflow: auto;
}

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

.rl-styleguide_paste-text {
  color: #00000080;
  text-align: center;
  border: 1px dashed #00000026;
  padding: 1rem;
}

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

.rl-styleguide_color {
  padding-bottom: 8rem;
}

.rl-styleguide_color.is-black {
  background-color: var(--black);
}

.rl-styleguide_color.is-gray {
  background-color: var(--light-grey);
}

.rl-styleguide_color.is-white {
  background-color: var(--white);
}

.rl-styleguide_color.is-send-gray {
  background-color: var(--soft-gray);
}

.rl-styleguide_color.is-send-blue {
  background-color: var(--send-blue);
}

.rl-styleguide_color.is-send-deep-blue {
  background-color: var(--send-deep-blue);
}

.rl-styleguide_color.is-send-yellow {
  background-color: var(--send-yellow);
}

.rl-styleguide_color.is-send-green {
  background-color: var(--send-green);
}

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

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

.text-color-white.heading-style-h2.customized-heading {
  font-size: 2.6rem;
  font-weight: 300;
}

.text-color-white.heading-style-h2.customized-heading.text-align-center.fully-edited {
  font-size: 3rem;
}

.text-color-white.heading-style-h2.text-align-center.text-weight-normal.test {
  text-align: left;
}

.text-color-white.heading-style-h2.custom-h3 {
  font-weight: 400;
}

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

.text-weight-semibold {
  font-family: Montserrat, sans-serif;
  font-weight: 600;
}

.text-style-muted {
  opacity: .6;
  font-family: Montserrat, sans-serif;
}

.text-style-nowrap {
  white-space: nowrap;
  font-family: Montserrat, sans-serif;
}

.text-align-left {
  text-align: left;
  font-family: Montserrat, sans-serif;
}

.icon-embed-large {
  color: var(--send-deep-blue);
  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);
}

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

.icon-embed-xsmall {
  color: var(--untitled-ui-gray700);
  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(--black);
  color: var(--white);
}

.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;
  color: #000;
  background-color: #d3d3d3;
  padding: .25rem .5rem;
  position: sticky;
  top: 2rem;
}

.form-radio-icon {
  border: 1px solid var(--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.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 {
  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;
  font-family: Montserrat, sans-serif;
}

.rl-styleguide_callout-link {
  background-color: #fff;
  background-image: linear-gradient(135deg, #ff7448, #ff4848 50%, #6248ff);
  justify-content: space-between;
  align-items: center;
  padding: 1px;
  text-decoration: none;
  display: flex;
}

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

.text-align-center {
  text-align: center;
  font-family: Montserrat, sans-serif;
}

.text-size-small {
  font-family: Montserrat, sans-serif;
  font-size: .875rem;
}

.text-size-small.text-color-gray.custom-margin {
  margin-top: 1.5rem;
}

.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 {
  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;
  font-family: Montserrat, sans-serif;
}

.text-rich-text blockquote {
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
  font-family: Montserrat, sans-serif;
}

.text-rich-text h2, .text-rich-text h3, .text-rich-text h4 {
  margin-top: 1.5rem;
  margin-bottom: 1rem;
  font-family: Montserrat, sans-serif;
}

.text-rich-text h5, .text-rich-text h6 {
  margin-top: 1.25rem;
  margin-bottom: 1rem;
  font-family: Montserrat, sans-serif;
}

.text-rich-text p {
  margin-bottom: 1rem;
  font-family: Montserrat, sans-serif;
}

.text-rich-text a {
  text-decoration: underline;
}

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

.text-style-2lines {
  font-family: Montserrat, sans-serif;
}

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

.form-checkbox {
  align-items: center;
  margin-bottom: 0;
  padding-left: 1.25rem;
  display: flex;
}

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

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

.icon-1x1-medium.icon-orange {
  color: #fe7333;
}

.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-style-3lines {
  font-family: Montserrat, sans-serif;
}

.text-size-large {
  font-family: Montserrat, sans-serif;
  font-size: 1.25rem;
}

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

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

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

.rl-styleguide_empty-box {
  z-index: -1;
  background-color: #eee;
  min-width: 3rem;
  height: 3rem;
  position: relative;
}

.rl-styleguide_spacing {
  border: 1px dashed #d3d3d3;
}

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

.padding-global.relative-first {
  z-index: 999;
  position: relative;
}

.padding-global.client-application {
  padding-top: 40px;
}

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

.padding-section-medium.s {
  padding-top: 1rem;
  padding-bottom: 0;
}

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

.padding-section-medium._2 {
  padding-bottom: 0;
}

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

.padding-section-medium._4, .padding-section-medium._5 {
  padding-bottom: 0;
}

.padding-section-large {
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  padding-top: 7rem;
  padding-bottom: 7rem;
  display: block;
}

.padding-section-large.customized {
  align-items: center;
}

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

.link, .block-quote, .list, .list-2 {
  font-family: Open Sans, sans-serif;
}

.list-3 {
  font-family: Montserrat, sans-serif;
}

.paragraph {
  font-family: Open Sans, sans-serif;
}

.background-color-soft-gray {
  background-color: var(--soft-gray);
}

.background-color-send-blue {
  background-color: var(--send-blue);
}

.background-color-deep-blue {
  background-color: var(--send-deep-blue);
}

.background-color-send-yellow {
  background-color: var(--send-yellow);
}

.background-color-send-green {
  background-color: var(--send-green);
}

.navbar1_container {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.navbar1_dropdown-link {
  padding: .5rem 1rem;
}

.navbar1_dropdown-link.w--current {
  color: var(--black);
}

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

.navbar1_menu-button {
  padding: 0;
}

.navbar1_dropdown-list.w--open {
  border: 1px solid var(--black);
  background-color: var(--white);
  padding: .5rem;
}

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

.navbar1_dropdown-toggle {
  padding: .5rem 2.5rem .5rem 1rem;
}

.navbar1_component {
  border-bottom: 1px solid var(--black);
  background-color: var(--white);
  align-items: center;
  width: 100%;
  height: 4.5rem;
  min-height: 4rem;
  padding-left: 5%;
  padding-right: 5%;
  display: flex;
}

.dropdown-icon {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 1rem;
  height: 1rem;
  margin-top: auto;
  margin-bottom: auto;
  margin-right: 1rem;
  display: flex;
  position: absolute;
  inset: 0% 0% 0% auto;
}

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

.navbar1_link {
  padding: .5rem 1rem;
  font-family: Montserrat, sans-serif;
}

.navbar1_link.w--current {
  color: var(--black);
}

.navbar1_logo {
  width: 8rem;
}

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

.section_header7 {
  position: relative;
}

.header-100svh {
  align-items: center;
  min-height: 100svh;
  max-height: 60rem;
  display: flex;
}

.header7_background-video {
  z-index: 0;
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.text-size-medium-2 {
  font-size: 1.125rem;
}

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

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

.layout141_image.customized {
  width: 90%;
  height: auto;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

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

.layout141_component.edited_flex {
  align-items: center;
}

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

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

.efi-ft-08-icon {
  background-color: #f0f0f0;
  border-radius: 20px;
  width: 75px;
  height: 75px;
  margin-bottom: 30px;
  padding: 20px;
}

.efi-ft-08-cell {
  grid-column-gap: 50px;
  grid-row-gap: 75px;
  grid-template-columns: 1fr 1fr 1fr;
}

.efi-ft-08-container {
  width: 100%;
  max-width: 1440px;
  margin-left: auto;
  margin-right: auto;
}

.efi-ft-08 {
  padding: 75px 2%;
}

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

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

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

.layout245_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;
  display: grid;
}

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

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

.uui-heroheader02_image {
  width: 100%;
  height: 100%;
}

.uui-heroheader02_image-wrapper {
  grid-column-gap: 0rem;
  grid-row-gap: 0rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
  position: relative;
}

.uui-button {
  grid-column-gap: .5rem;
  border: 1px solid var(--untitled-ui-primary600);
  background-color: var(--untitled-ui-primary600);
  color: var(--untitled-ui-white);
  text-align: center;
  white-space: nowrap;
  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:hover {
  border-color: var(--untitled-ui-primary700);
  background-color: var(--untitled-ui-primary700);
}

.uui-button:focus {
  background-color: var(--untitled-ui-primary600);
  box-shadow: 0 1px 2px 0 #1018280d, 0 0 0 4px var(--untitled-ui-primary100);
}

.uui-button.is-button-large {
  grid-column-gap: .75rem;
  padding: 1rem 1.75rem;
  font-size: 1.125rem;
}

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

.uui-button-icon.is-icon-large {
  width: 1.5rem;
  min-width: 1.5rem;
  height: 1.5rem;
  min-height: 1.5rem;
}

.uui-button-secondary-gray {
  grid-column-gap: .5rem;
  border: 1px solid var(--untitled-ui-gray300);
  background-color: var(--untitled-ui-white);
  color: var(--untitled-ui-gray700);
  text-align: center;
  white-space: nowrap;
  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-secondary-gray:hover {
  background-color: var(--untitled-ui-gray50);
  color: var(--untitled-ui-gray800);
}

.uui-button-secondary-gray:focus {
  background-color: var(--untitled-ui-white);
  box-shadow: 0 1px 2px 0 #1018280d, 0 0 0 4px var(--untitled-ui-gray100);
}

.uui-button-secondary-gray.is-button-large {
  grid-column-gap: .75rem;
  padding: 1rem 1.75rem;
  font-size: 1.125rem;
}

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

.uui-space-large {
  width: 100%;
  min-height: 3rem;
}

.uui-text-size-xlarge {
  color: var(--untitled-ui-gray600);
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 1.25rem;
  line-height: 1.5;
}

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

.uui-space-small {
  width: 100%;
  min-height: 1.5rem;
}

.uui-heading-xlarge {
  color: var(--untitled-ui-gray900);
  margin-top: 0;
  margin-bottom: 0;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 3.75rem;
  font-weight: 600;
  line-height: 1.2;
}

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

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

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

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

.uui-section_heroheader02 {
  overflow: hidden;
}

.uui-layout27_lightbox-image-01 {
  width: 28rem;
  min-width: 28rem;
  margin-left: 20rem;
  position: absolute;
  top: 5%;
}

.uui-layout27_lightbox-image-02 {
  width: 22rem;
  min-width: 22rem;
  margin-right: 20rem;
  position: absolute;
  top: 18%;
}

.uui-lightbox_play-icon {
  z-index: 2;
  -webkit-backdrop-filter: saturate(150%) blur(12px);
  backdrop-filter: saturate(150%) blur(12px);
  color: #fff;
  background-color: #ffffff1a;
  border-radius: 100%;
  width: 8rem;
  height: 8rem;
  position: absolute;
}

.lightbox_video-overlay-layer {
  z-index: 1;
  background-color: #1d29391a;
  border-radius: .5rem;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
  position: absolute;
  inset: 0%;
}

.uui-layout27_lightbox {
  background-color: var(--untitled-ui-gray100);
  justify-content: center;
  width: 100%;
  height: 40rem;
  margin-top: 4rem;
  display: flex;
  position: relative;
  overflow: hidden;
}

.uui-text-size-large {
  color: var(--untitled-ui-gray600);
  letter-spacing: normal;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 1.125rem;
  line-height: 1.5;
}

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

.uui-layout27_item-icon-wrapper {
  flex: none;
  align-self: flex-start;
  margin-right: .75rem;
}

.uui-layout27_item {
  display: flex;
}

.uui-layout27_item-list {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  margin-bottom: 2.5rem;
  display: grid;
}

.uui-layout27_content-right {
  padding-top: 3rem;
}

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

.uui-heading-medium {
  color: var(--untitled-ui-gray900);
  margin-top: 0;
  margin-bottom: 0;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 2.25rem;
  font-weight: 600;
  line-height: 1.3;
}

.uui-heading-subheading {
  color: var(--untitled-ui-primary600);
  margin-bottom: .75rem;
  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;
}

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

.uui-layout04_image-02 {
  width: 15.25rem;
  min-width: 15.25rem;
  position: absolute;
  inset: auto 0% -5rem 2rem;
}

.uui-layout04_image-01 {
  border: .25rem solid var(--untitled-ui-gray900);
  border-radius: .5rem;
  width: 40rem;
  min-width: 40rem;
  position: absolute;
  inset: auto auto auto 16%;
}

.uui-layout04_image-wrapper {
  background-color: var(--untitled-ui-gray100);
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  min-height: 32rem;
  display: flex;
  position: relative;
  overflow: hidden;
}

.uui-layout04_image-wrapper.img {
  background-color: #0000;
}

.uui-button-2 {
  grid-column-gap: .5rem;
  border: 1px solid var(--untitled-ui-primary600);
  background-color: var(--untitled-ui-primary600);
  color: var(--untitled-ui-white);
  text-align: center;
  white-space: nowrap;
  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 {
  border-color: var(--untitled-ui-primary700);
  background-color: var(--untitled-ui-primary700);
}

.uui-button-2:focus {
  background-color: var(--untitled-ui-primary600);
  box-shadow: 0 1px 2px 0 #1018280d, 0 0 0 4px var(--untitled-ui-primary100);
}

.uui-button-secondary-gray-2 {
  grid-column-gap: .5rem;
  border: 1px solid var(--untitled-ui-gray300);
  background-color: var(--untitled-ui-white);
  color: var(--untitled-ui-gray700);
  text-align: center;
  white-space: nowrap;
  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-secondary-gray-2:hover {
  background-color: var(--untitled-ui-gray50);
  color: var(--untitled-ui-gray800);
}

.uui-button-secondary-gray-2:focus {
  background-color: var(--untitled-ui-white);
  box-shadow: 0 1px 2px 0 #1018280d, 0 0 0 4px var(--untitled-ui-gray100);
}

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

.uui-text-size-medium {
  color: var(--untitled-ui-gray600);
  letter-spacing: normal;
  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;
}

.uui-space-xxsmall {
  width: 100%;
  min-height: .5rem;
}

.uui-heading-xxsmall {
  color: var(--untitled-ui-gray900);
  letter-spacing: normal;
  margin-top: 0;
  margin-bottom: 0;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 1.25rem;
  font-weight: 600;
  line-height: 1.5;
}

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

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

.uui-icon-featured-outline-large {
  color: var(--dark-slate-grey);
  background-color: #62a1d900;
  border: .5rem solid #62a1d940;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 3.5rem;
  height: 3.5rem;
  display: flex;
}

.uui-layout04_item {
  background-color: var(--white);
  border: 1px solid #3440541a;
  border-radius: 10px;
  padding: 15px 20px;
}

.uui-layout04_item:hover {
  border-color: #62a1d9c2;
}

.uui-layout04_item-list {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  margin-top: 2rem;
  margin-bottom: 2.5rem;
}

.uui-layout04_item-list.edited {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-rows: 1fr;
  grid-auto-columns: 1fr;
  margin-left: auto;
  margin-right: auto;
  display: grid;
}

.uui-layout04_item-list._1 {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  flex-flow: wrap;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.uui-layout04_item-list._2 {
  grid-template-columns: 1fr 1fr 1fr;
  padding-left: 4rem;
  padding-right: 4rem;
}

.uui-text-size-large-2 {
  color: var(--untitled-ui-gray600);
  letter-spacing: normal;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 1.125rem;
  line-height: 1.5;
}

.uui-heading-medium-2 {
  color: var(--untitled-ui-gray900);
  margin-top: 0;
  margin-bottom: 0;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 2.25rem;
  font-weight: 600;
  line-height: 1.3;
}

.uui-heading-subheading-2 {
  color: var(--hover-orange);
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-size: .75rem;
  font-weight: 600;
  line-height: 1.5;
}

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

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

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

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

.logo3_logo {
  object-fit: cover;
  width: 10rem;
  max-height: 3.5rem;
}

.logo3_logo.lush {
  object-fit: contain;
}

.logo3_logo.canopi {
  width: 10rem;
  max-width: 5rem;
  max-height: 5rem;
}

.section_logo3 {
  overflow: hidden;
}

.logo3_component {
  display: flex;
}

.logo3_list {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1rem;
  white-space: nowrap;
  flex-wrap: wrap;
  grid-template-rows: auto;
  grid-template-columns: 12.5rem 12.5rem 12.5rem 12.5rem 10.25rem 9rem 9rem 12.5rem 12.5rem;
  grid-auto-columns: 1fr;
  justify-content: flex-end;
  place-items: center start;
  margin-right: 2rem;
  display: grid;
}

.logo3_wrapper, .logo3_wrapper.canopi {
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

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

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

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

.fn-banner-image-three {
  object-fit: contain;
  width: 246px;
  height: 246px;
  display: none;
  position: absolute;
  inset: auto -55px -61px auto;
}

.fn-banner-image-two {
  object-fit: contain;
  width: 172px;
  height: 172px;
  display: none;
  position: absolute;
  inset: -67px 186px auto auto;
}

.fn-banner-image-one {
  object-fit: contain;
  width: 287px;
  height: 287px;
  display: none;
  position: absolute;
  inset: auto auto -62px -44px;
}

.fn-button-dark {
  color: #df0;
  background-color: #1d1f1e;
  border: 1px solid #000;
  border-radius: 8px;
  padding: 12px 24px;
  font-family: Open Sans, sans-serif;
  font-size: 16px;
  line-height: 1.6em;
  transition: color .25s, background-color .25s;
}

.fn-button-dark:hover {
  color: #0f1213;
  background-color: #df0;
  border-color: #0f1213;
}

.fn-button-dark.w--current {
  background-color: #1d1f1e;
}

.fn-button-dark.w--current:hover {
  background-color: #0000;
}

.fn-paragraph-dark {
  color: #1d1f1e;
  margin-bottom: 32px;
  font-family: Open Sans, sans-serif;
  font-size: 16px;
  line-height: 1.6em;
}

.fn-heading-2 {
  margin-top: 0;
  margin-bottom: 24px;
  font-family: Open Sans, sans-serif;
  font-size: 52px;
  line-height: 1.2em;
}

.fn-cta-banner-column {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  text-align: center;
  flex-direction: column;
  align-items: center;
  max-width: 532px;
  display: flex;
}

.fn-cta-banner {
  color: #1d1f1e;
  text-align: center;
  background-color: #585858;
  border-radius: 24px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding-top: 80px;
  padding-bottom: 80px;
  display: flex;
  position: relative;
}

.fn-cta-banner.mobile_edit {
  background-color: #00386e;
}

.fn-cta-banner.mobile_edit.editable-bg {
  background-image: linear-gradient(#101828bf, #101828bf), url('../images/chuttersnap-BNBA1h-NgdY-unsplash.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  width: 85%;
  margin-left: auto;
  margin-right: auto;
}

.fn-container {
  color: #eff5fb;
  background-color: #0000;
  width: 100%;
  max-width: 1310px;
  padding-left: 15px;
  padding-right: 15px;
}

.fn-section {
  color: #ecf0ef;
  background-color: #1d1f1e;
  flex-direction: column;
  align-items: center;
  width: 100%;
  padding-top: 80px;
  padding-bottom: 80px;
  font-family: Open Sans, sans-serif;
  display: flex;
}

.fn-section.overflow-none {
  color: #eff5fb;
  background-color: #6b767e12;
  display: none;
  overflow: hidden;
}

.fn-cta-banner-column_custom {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  text-align: center;
  flex-direction: column;
  align-items: center;
  max-width: 65%;
  display: flex;
}

.layout1_image-wrapper_relative {
  position: relative;
}

.text-block {
  position: absolute;
}

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

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

.header1_image.customized {
  border-radius: 20px;
}

.background-holder {
  z-index: -999;
  opacity: 0;
  position: relative;
}

.layout349_mobile-image {
  width: 100%;
  position: absolute;
}

.layout349_mobile-image-wrapper {
  display: none;
}

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

.layout349_component {
  grid-column-gap: 5rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: stretch;
  display: grid;
  position: relative;
}

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

.text-weight-semibold-5.text-color-red {
  color: var(--hover-orange);
  font-family: Montserrat, sans-serif;
}

.text-weight-semibold-5.text-color-red.mb {
  margin-bottom: .5rem;
}

.layout349_content {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  height: 100vh;
  display: flex;
}

.background-layer {
  z-index: -1;
  width: 100vw;
  height: 100vh;
  position: fixed;
  inset: 0%;
}

.background-layer.background-color-4 {
  background-color: var(--white);
}

.background-layer.background-color-3 {
  background-color: #e5e5e5;
}

.background-layer.background-color-2 {
  background-color: var(--white);
}

.background-layer.background-color-1 {
  background-color: #e5e5e5;
}

.layout349_desktop-image-wrapper {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 100vh;
  display: flex;
  position: sticky;
  top: 0;
}

.layout349_image {
  width: 100%;
  position: absolute;
}

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

.image-overlay-layer._02 {
  background-color: #0003;
  background-image: none;
}

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

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

.section_header65 {
  position: relative;
}

.layout348_component {
  grid-column-gap: 5rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: stretch;
  display: grid;
  position: relative;
}

.layout348_mobile-image-wrapper {
  display: none;
}

.layout348_desktop-image-wrapper {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 100vh;
  display: flex;
  position: sticky;
  top: 0;
}

.layout348_image {
  width: 100%;
  position: absolute;
}

.layout348_content {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  height: 100vh;
  display: flex;
}

.layout348_mobile-image {
  width: 100%;
  position: absolute;
}

.section_header50 {
  position: relative;
}

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

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

.header50_background-image._02 {
  object-position: 100% 10%;
}

.uui-button-icon-2 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 1.25rem;
  min-width: 1.25rem;
  height: 1.25rem;
  min-height: 1.25rem;
  display: flex;
}

.uui-button-link {
  grid-column-gap: .5rem;
  color: var(--untitled-ui-primary700);
  white-space: nowrap;
  background-color: #0000;
  justify-content: center;
  align-items: center;
  padding: 0;
  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;
}

.uui-button-link:hover {
  color: var(--untitled-ui-primary800);
}

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

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

.uui-text-size-medium-2 {
  color: var(--untitled-ui-gray600);
  letter-spacing: normal;
  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;
}

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

.uui-heading-xsmall {
  color: var(--untitled-ui-gray900);
  letter-spacing: 0;
  margin-top: 0;
  margin-bottom: 0;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 1.5rem;
  font-weight: 600;
  line-height: 1.4;
}

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

.uui-icon-featured-outline-large-2 {
  border: .5rem solid var(--untitled-ui-primary50);
  background-color: var(--untitled-ui-primary100);
  color: var(--untitled-ui-primary600);
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 3.5rem;
  height: 3.5rem;
  display: flex;
}

.uui-layout33_content {
  padding: 2rem;
}

.uui-layout33_content.white-rounded {
  background-color: var(--white);
  border-radius: 20px;
}

.uui-layout33_content.full-height {
  background-color: #fafafa;
  border: 1px solid #3440541a;
  border-radius: 10px;
  height: 100%;
}

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

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

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

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

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

.uui-layout33_component_12 {
  grid-column-gap: 4rem;
  grid-row-gap: 3rem;
  border: 1px none var(--untitled-ui-gray700);
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: start;
  display: grid;
}

.uui-layout33_component_12.padding-medium.background-color-white {
  border-radius: 20px;
}

.chart-wrap {
  border: 1px solid #f2f3ff;
  border-radius: 0;
  width: 100%;
  box-shadow: 0 20px 30px -10px #1d01501a;
}

.pricing-sticky-bg-wrap {
  background-color: #000;
  border-top-right-radius: 5px;
  padding-top: 0;
}

.pricing-chart-grid {
  grid-column-gap: 1px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1.5fr 1fr 1fr 1fr 1fr;
  width: 100%;
  font-size: 18px;
}

.pricing-chart-grid.final {
  border-radius: 0;
  overflow: hidden;
}

.placeholder-spacer {
  background-color: #fff;
  border-radius: 0;
  width: 100%;
  height: 100%;
}

.icon {
  justify-content: center;
  align-items: center;
  width: 24px;
  height: 24px;
  display: flex;
  overflow: hidden;
}

.icon.orange-icon {
  color: #fe7333;
}

.icon.green-check {
  color: #5fa629;
}

.icon.blue-check {
  color: #00386e;
}

.icon.orange-check {
  color: #fe7333;
}

.icon.red-icon {
  color: #8e2c2c;
}

.main-section {
  flex-direction: column;
  align-items: center;
  width: 100%;
  padding: 100px 5%;
  display: flex;
}

.sticky-grid-pricing {
  z-index: 3;
  grid-column-gap: 1px;
  grid-row-gap: 1px;
  color: #edf1fd;
  background-color: #f2f3ff;
  border-bottom: 1px solid #f2f3ff;
  border-radius: 0;
  grid-template-rows: auto;
  grid-template-columns: 1.5fr 1fr 1fr 1fr 1fr;
  width: 100%;
  max-width: 1200px;
  margin-bottom: 5px;
  padding-top: 0;
  position: sticky;
  top: 0;
}

.h2 {
  color: #000;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 45px;
  font-weight: 600;
  line-height: 1.1;
}

.price-category-wrap {
  border-bottom-right-radius: 5px;
  border-bottom-left-radius: 5px;
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
  max-width: none;
  margin-top: -5px;
  display: flex;
}

.main-container {
  width: 100%;
  max-width: 1200px;
}

.table-cell-title {
  color: #000;
  text-align: left;
  background-color: #fff;
  border-radius: 0;
  align-items: center;
  width: 100%;
  height: auto;
  min-height: 75px;
  padding: 10px 20px;
  font-family: Montserrat, sans-serif;
  display: flex;
}

.table-cell-title.plan-details {
  text-align: center;
  border: 1px solid #fff;
  border-top: 3px solid #fe7333;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
  justify-content: center;
  align-items: flex-start;
  min-height: auto;
  padding-top: 21px;
  padding-bottom: 21px;
  transition: border-color .15s;
  box-shadow: 3px 3px 5px #0003;
}

.table-cell-title.plan-details:hover {
  border-bottom-color: #fe7333;
  border-left-color: #fe7333;
  border-right-color: #fe7333;
}

.table-cell-title.plan-details.custom-height {
  height: 100%;
}

.table-cell-title.background-color-gray {
  background-color: #f4f4f4;
}

.blurb-txt {
  color: #000;
}

.blurb-txt.text-color {
  color: #434de7;
}

.pricing-title-wrap-sticky {
  color: #fff;
  text-align: center;
  background-color: #fff;
  border-radius: 0;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  padding: 20px;
  font-size: 18px;
  font-weight: 700;
  text-decoration: none;
  transition: all .2s;
  display: flex;
  position: relative;
}

.pricing-title-wrap-sticky.middle {
  background-color: #fff;
}

.pricing-title-wrap-sticky.end {
  background-color: var(--white);
  color: #000;
  border-radius: 0;
  font-weight: 600;
}

.spacer-xxl {
  width: 100%;
  height: 50px;
}

.spacer-xs {
  width: 100%;
  height: 10px;
}

.table-cell {
  color: #b7bbd1;
  text-align: center;
  background-color: #fff;
  border-radius: 0;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding: 20px;
  display: flex;
}

.table-cell.featured {
  color: #434de7;
  background-color: #f2f3ff;
}

.outer-chart-grid {
  grid-column-gap: 1px;
  grid-row-gap: 1px;
  background-color: #f2f3ff;
  border-bottom-right-radius: 5px;
  border-bottom-left-radius: 5px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  width: 100%;
}

.paragraph-2 {
  opacity: .9;
  color: #000;
  font-size: 16px;
  font-weight: 300;
  line-height: 1.5;
}

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

.content-wrap-center.max-width-800 {
  max-width: 800px;
}

.benefits-table {
  z-index: 3;
  grid-column-gap: 1px;
  grid-row-gap: 1px;
  color: #edf1fd;
  background-color: #f2f3ff;
  border-bottom: 1px solid #f2f3ff;
  border-radius: 0;
  grid-template-rows: auto;
  grid-template-columns: 1.5fr;
  width: 100%;
  max-width: 1200px;
  margin-bottom: 5px;
  padding-top: 0;
  position: sticky;
  top: 0;
}

.benefit_table-edit {
  grid-column-gap: 1px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  width: 100%;
  font-size: 18px;
}

.benefit_table-edit.final {
  border-radius: 0;
  overflow: hidden;
}

.price-category-wrap-copy {
  border-bottom-right-radius: 5px;
  border-bottom-left-radius: 5px;
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
  max-width: none;
  margin-top: -5px;
  display: flex;
}

.chart-wrap-copy {
  border: 1px solid #f2f3ff;
  border-radius: 0;
  width: 60%;
  box-shadow: 0 20px 30px -10px #1d01501a;
}

.team4_social {
  grid-column-gap: .875rem;
  grid-row-gap: .875rem;
  grid-template-rows: auto;
  grid-template-columns: max-content;
  grid-auto-columns: 1fr;
  grid-auto-flow: column;
  align-self: flex-start;
  margin-top: 1.5rem;
  display: none;
}

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

.team4_image-wrapper {
  justify-content: center;
  width: auto;
  height: 10rem;
  padding-top: 0%;
  display: flex;
  position: relative;
  overflow: visible;
}

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

.social-icon {
  width: 1.5rem;
  height: 1.5rem;
}

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

.team4_image {
  z-index: 2;
  object-fit: cover;
  object-position: 100% 50%;
  border-radius: 100px;
  width: 10rem;
  height: 10rem;
  margin-left: auto;
  margin-right: auto;
  position: absolute;
  inset: 0%;
}

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

.layout16_item {
  display: flex;
}

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

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

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

.section_cta25 {
  position: relative;
}

.text-color-gray {
  color: var(--dark-slate-grey);
}

.navbar1_link_edit {
  color: var(--dark-slate-grey);
  padding: .5rem 1rem;
  font-family: Montserrat, sans-serif;
  font-size: .9rem;
}

.navbar1_link_edit:hover {
  color: var(--slate-grey-hover);
}

.navbar1_link_edit.w--current {
  color: var(--dark-slate-grey);
  font-weight: 500;
}

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

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

.layout239_image {
  object-fit: cover;
  width: 100%;
  height: 19rem;
  position: relative;
}

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

.button-2 {
  border: 1px solid var(--black);
  background-color: var(--black);
  color: var(--white);
  text-align: center;
  border-radius: 5px;
  padding: .75rem 1.5rem;
  font-family: Montserrat, sans-serif;
  font-size: .9rem;
  font-weight: 600;
}

.button-2.is-secondary {
  color: var(--black);
  background-color: #0000;
}

.button-2.is-secondary.is-alternate {
  background-color: var(--white);
  color: #fe5000;
  border-color: #fe5000;
}

.button-2.is-secondary.is-alternate:hover {
  background-color: #ffeee6;
}

.button-2.is-secondary.is-alternate.size {
  background-color: var(--orange-send);
  color: #fff;
  width: 12rem;
}

.button-2.is-secondary.is-alternate.size:hover {
  background-color: #fe7333;
}

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

.button-2.is-link.is-icon {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
}

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

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

.layout239_list_2 {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  place-items: start center;
  max-width: 75%;
  display: grid;
}

.list-item, .list-item-2, .list-item-3 {
  text-align: left;
}

.list-card {
  margin-top: 0;
  margin-bottom: 0;
}

.layout239_item-custom {
  text-align: center;
  border-radius: 20px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  height: 36rem;
  padding-bottom: 2rem;
  display: flex;
  overflow: hidden;
  box-shadow: 3px 3px 10px 2px #00000014;
}

.text-span, .text-span-2 {
  font-size: 1rem;
  font-weight: 600;
}

.logo3_logo_custom {
  width: 12rem;
  max-height: 3.5rem;
}

.image-2 {
  width: auto;
  height: 90%;
  display: none;
}

.div-block {
  margin-left: 2rem;
  margin-right: 2rem;
}

.text-block-2 {
  text-align: left;
  font-family: Montserrat, sans-serif;
  font-size: .9rem;
  font-weight: 500;
  line-height: 1;
}

.text-block-2.text-color-orange-accent {
  color: var(--hover-orange);
}

.card-content {
  margin-left: 2rem;
  margin-right: 2rem;
}

.section_layout192.relative-first {
  z-index: 999;
  position: relative;
}

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

.layout192_image {
  width: 100%;
  height: 100%;
  display: block;
}

.hide-section {
  display: block;
}

.image-3 {
  border-radius: 10px;
  width: 100%;
}

.section_1-homevideo_hero {
  position: relative;
}

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

.layout364_card {
  border: 1px solid var(--black);
  flex-direction: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: stretch;
  display: flex;
}

.layout364_card.edited {
  border-style: none;
  border-radius: 10px;
}

.layout364_card-content {
  background-color: var(--white);
  border: 0 #000;
  border-radius: 10px;
  flex-direction: column;
  flex: 1;
  justify-content: space-between;
  padding: 2rem;
  display: flex;
  box-shadow: 0 6px 15px -1px #0003;
}

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

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

.icon-embed-large_edit {
  color: #62a1d9;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 4rem;
  height: 4rem;
  display: flex;
}

.section_02-ecommerce {
  background-image: linear-gradient(#10182800, #fff0 29%);
}

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

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

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

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

.layout198_item {
  display: flex;
}

.text-span-3 {
  color: #373e43d9;
  font-size: 1.25rem;
}

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

.layout353_content-item {
  border: 1px solid var(--black);
  background-color: var(--white);
  margin-bottom: 2rem;
  padding: 2rem;
  position: sticky;
}

.layout353_content-item.content-item-4 {
  top: 36%;
}

.layout353_content-item.content-item-2 {
  top: 32%;
}

.layout353_content-item.content-item-3 {
  top: 34%;
}

.layout353_content-item.content-item-1 {
  top: 30%;
}

.layout353_content-left {
  position: sticky;
  top: 30%;
}

.text-block-3 {
  color: #35b7f3;
  font-family: Montserrat, sans-serif;
  font-size: 3rem;
  font-weight: 800;
}

.section_04-transform {
  background-color: var(--untitled-ui-gray300);
  background-image: linear-gradient(#00072ebf 33%, #243659ba 86%), url('../images/pexels-pixabay-38519.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
}

.section_05-competition {
  background-color: #cfd7df0d;
  flex-direction: column;
  align-items: center;
  width: 100%;
  padding: 100px 5%;
  display: flex;
}

.section_06-alsoincluded {
  flex-direction: column;
  align-items: center;
  width: 100%;
  padding: 100px 5%;
  display: flex;
}

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

.section_06-alsoincluded.padding-section-medium.plan-benefits-background {
  background-image: linear-gradient(175deg, #023f7a80, #fe73334d), url('../images/glenn-carstens-peters-npxXWgQ33ZQ-unsplash-1-progressive.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
  padding-top: 4rem;
  padding-bottom: 4rem;
  display: none;
}

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

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

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

.pricing19_plan {
  border: 1px solid var(--black);
  padding: 2rem;
}

.pricing19_content {
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
  display: flex;
}

.pricing19_feature {
  display: flex;
}

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

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

.pricing19_divider {
  background-color: var(--black);
  width: 100%;
  height: 1px;
  margin-top: 2rem;
  margin-bottom: 2rem;
}

.pricing19_content-top {
  flex-direction: column;
}

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

.pricing19_icon-wrapper {
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-end;
  margin-bottom: 1rem;
  display: flex;
}

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

.section_08-perks {
  background-color: var(--white);
}

.section_02-next-level {
  background-color: #cfd7df4d;
  display: block;
}

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

.layout18_image {
  border-radius: 20px;
  width: 100%;
  height: 100%;
}

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

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

.layout18_item {
  display: flex;
}

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

.text-span-4 {
  color: var(--hover-orange);
  font-size: 1.3rem;
  font-weight: 500;
  display: block;
}

.text-span-5 {
  color: var(--hover-orange);
  margin-bottom: .2rem;
  font-size: .75rem;
  font-weight: 600;
  display: block;
}

.text-span-6 {
  font-size: 1.5rem;
  font-weight: 300;
  display: block;
}

.layout364_component_edited {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  width: 90%;
  margin-left: auto;
  margin-right: auto;
}

.layout141_image-wrapper_custom {
  flex-direction: column;
  justify-content: center;
  max-width: 90%;
  display: flex;
}

.button_p_orange {
  color: var(--white);
  text-align: center;
  background-color: #fe5000;
  border: 1px solid #fe5000;
  border-radius: 5px;
  padding: .75rem 1.5rem;
  font-family: Montserrat, sans-serif;
  font-size: .9rem;
  font-weight: 600;
}

.button_p_orange:hover {
  background-color: #fe7333;
  border-color: #fe7333;
}

.button_p_orange.is-secondary {
  color: var(--black);
  background-color: #0000;
}

.button_p_orange.is-secondary.is-alternate {
  border-color: var(--white);
  color: var(--white);
  background-color: #0000;
}

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

.button_p_orange.is-link.is-icon {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
}

.button_p_orange.secpmdary {
  padding: .5rem 1rem;
  font-size: .85rem;
}

.button_p_orange.size {
  width: 12rem;
}

.text-span---ne {
  color: var(--hover-orange);
  margin-bottom: .2rem;
  font-family: Montserrat, sans-serif;
  font-size: 1rem;
  font-weight: 600;
  display: block;
}

.layout364_card-content-top-copy {
  border: 1px solid #0000;
}

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

.image-4 {
  width: 60%;
  height: 20rem;
  margin-left: auto;
  margin-right: auto;
}

.image-5 {
  object-fit: contain;
  width: 90%;
  max-width: 100%;
  height: 37rem;
}

.div-block-2 {
  justify-content: center;
  display: flex;
}

.section {
  background-color: #002f5c;
}

.section.relative-section {
  position: relative;
}

.section.relative-section._02 {
  background-color: #002f5c;
  background-image: linear-gradient(#000912d6, #000912d6), url('../images/hannes-egler-nT4k2JDtwTQ-unsplash-progressive.jpg');
  background-position: 0 0, 50%;
}

.image-6 {
  opacity: .91;
  width: auto;
  height: 80%;
  position: absolute;
  inset: auto 0% 0% auto;
}

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

.custom-block {
  z-index: 3;
  position: relative;
}

.custom-block.padding-large.colored {
  background-color: #eff0f1;
  border-radius: 20px;
  box-shadow: 2px 3px 14px 4px #0000003b;
}

.image-7 {
  width: 23%;
  max-width: 110%;
  position: absolute;
  inset: auto auto 0% 0%;
}

.image-7.right {
  inset: auto 0% 0% auto;
}

.image-8 {
  width: 5rem;
  position: absolute;
  inset: -10% 4% auto auto;
}

.layout192_image_2 {
  width: 100%;
  height: 80%;
  display: block;
}

.layout192_image-wrapper-copy {
  justify-content: flex-end;
  display: flex;
}

.image-overlay-layer_custom {
  z-index: 1;
  background-color: #0009127d;
  position: absolute;
  inset: 0%;
}

.image-overlay-layer_custom._02 {
  background-color: #000000a1;
  background-image: none;
}

.layout353_content-item_edited {
  border: 1px solid var(--black);
  background-color: var(--white);
  margin-bottom: 2rem;
  padding: 2rem;
  position: sticky;
}

.layout353_content-item_edited.content-item-4 {
  top: 36%;
}

.layout353_content-item_edited.content-item-2 {
  border-style: none;
  border-radius: 20px;
  top: 32%;
  box-shadow: 0 2px 12px 2px #0000001a;
}

.layout353_content-item_edited.content-item-3 {
  border-style: none;
  border-radius: 20px;
  top: 34%;
  box-shadow: 0 2px 12px 2px #0000001a;
}

.layout353_content-item_edited.content-item-1 {
  border-style: none;
  border-radius: 20px;
  top: 30%;
  box-shadow: 0 2px 12px 2px #0000001a;
}

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

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

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

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

.custom-b.is-center {
  justify-content: center;
}

.video-overlay-layer-copy {
  z-index: 1;
  mix-blend-mode: multiply;
  background-color: #00000073;
  display: block;
  position: absolute;
  inset: 0%;
}

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

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

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

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

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

.layout200_item {
  display: flex;
}

.custom-img-send {
  width: 100%;
  height: 800px;
  padding: 2rem;
}

.custom-img-send.mobile {
  height: auto;
  display: none;
}

.funds-efass-hidden {
  display: none;
}

.fn-link-arrow {
  object-fit: contain;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 12px;
  height: 18px;
  margin-left: 10px;
  display: flex;
}

.fn-link-with-arrow {
  color: #df0;
  align-items: center;
  margin-top: auto;
  font-family: Open Sans, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.4em;
  text-decoration: underline;
  display: flex;
}

.fn-paragraph {
  color: #cdd3d2;
  margin-bottom: 32px;
  font-size: 16px;
  line-height: 1.6em;
}

.fn-heading-3 {
  margin-top: 0;
  margin-bottom: 24px;
  font-family: Open Sans, sans-serif;
  font-size: 40px;
  font-weight: 700;
  line-height: 1.3em;
}

.fn-features-card-column {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  flex-direction: column;
  flex: 1;
  justify-content: space-between;
  align-items: flex-start;
  padding: 24px;
  display: flex;
}

.fn-features-card-column.top-divider-orange {
  border-top: 4px solid #fe7333;
}

.fn-features-card-image {
  object-fit: cover;
  width: 100%;
  height: 225px;
}

.fn-features-card-with-image {
  color: #ecf0ef;
  background-color: #0f1213;
  border-radius: 12px;
  flex-direction: column;
  align-items: flex-start;
  padding: 0;
  text-decoration: none;
  display: flex;
  overflow: hidden;
}

.fn-features-card-with-image:hover {
  color: #ecf0ef;
}

.fn-features-card-with-image.slider-cards {
  background-color: var(--white);
  border-radius: 20px;
  height: 100%;
  box-shadow: 0 6px 12px -3px #0003;
}

.fn-features-card-with-image.order-fund {
  background-color: #fff;
  border-radius: 20px;
  height: 100%;
  box-shadow: 0 6px 12px -3px #0003;
}

.fn-solutions-card-wrapper {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  justify-content: space-between;
  width: 100%;
  display: flex;
}

.fn-paragraph-no-margin {
  color: #cdd3d2;
  margin-bottom: 0;
  font-family: Open Sans, sans-serif;
  font-size: 16px;
  line-height: 1.6em;
  overflow: hidden;
}

.fn-heading-4 {
  margin-top: 0;
  margin-bottom: 24px;
  font-family: Open Sans, sans-serif;
  font-size: 52px;
  line-height: 1.2em;
}

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

.fn-container-grid {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  max-width: 1310px;
  padding-left: 15px;
  padding-right: 15px;
  display: grid;
}

.fn-section-2 {
  color: #ecf0ef;
  background-color: #1d1f1e;
  flex-direction: column;
  align-items: center;
  width: 100%;
  padding-top: 80px;
  padding-bottom: 80px;
  font-family: Open Sans, sans-serif;
  display: flex;
}

.fn-solutions-card-wrapper-copy {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  justify-content: space-between;
  width: 100%;
  display: flex;
}

.fn-link-with-arrow-copy {
  color: var(--untitled-ui-gray900);
  align-items: center;
  margin-top: 0;
  font-family: Montserrat, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.4em;
  text-decoration: underline;
  display: flex;
}

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

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

.bg-color.relative {
  position: relative;
}

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

.section-2 {
  background-color: #cdd4db5e;
}

.section-3 {
  background-color: #001c37;
  height: auto;
}

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

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

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

.footer2_right-wrapper {
  flex-direction: column;
  display: flex;
}

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

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

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

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

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

.button-3.is-secondary {
  color: var(--black);
  background-color: #0000;
}

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

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

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

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

.footer2_social-link {
  align-items: center;
  font-size: 14px;
  text-decoration: none;
  display: flex;
}

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

.line-divider.custom {
  background-color: #ffffff75;
}

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

.footer2_form {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr max-content;
  grid-auto-columns: 1fr;
  margin-bottom: .75rem;
  display: grid;
}

.footer2_component {
  display: flex;
}

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

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

.success-message {
  background-color: var(--light-grey);
  padding: 1.5rem;
}

.image-9 {
  background-color: var(--light-grey);
  border-radius: 20px;
}

.footer4_component {
  display: none;
}

.footer4_logo-link {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding-left: 0;
  display: flex;
}

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

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

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

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

.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_top-wrapper {
  grid-column-gap: 4vw;
  grid-template-rows: auto;
  grid-template-columns: .25fr 1fr .25fr;
  justify-content: space-between;
  align-items: center;
}

.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_link {
  text-align: center;
  font-size: 1rem;
  font-weight: 600;
  text-decoration: none;
}

.footer4_link.text-size-regular.text-color-white.custom {
  font-weight: 300;
}

.footer4_link.text-size-regular.text-color-white.custom:hover {
  font-weight: 500;
}

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

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

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

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

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

.footer3_social-link {
  align-items: center;
  font-size: 14px;
  text-decoration: none;
  display: flex;
}

.footer3_logo-link {
  float: none;
  padding-left: 0;
}

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

.footer3_top-wrapper {
  grid-column-gap: 4vw;
  grid-template-rows: auto;
  grid-template-columns: 1fr .5fr;
  align-items: start;
}

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

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

.div-block-5 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 50%;
  margin-left: auto;
  margin-right: auto;
  display: grid;
}

.div-block-5.padding-vertical.padding-medium {
  grid-template-columns: 1fr 1fr 1fr;
}

.div-block-5.padding-vertical.padding-small {
  grid-template-columns: 1fr 1fr 1fr 1fr;
  margin-left: 0;
  margin-right: 0;
}

.heading {
  font-family: Montserrat, sans-serif;
  font-size: 1rem;
}

.heading.customized {
  color: #f4f4f4;
  margin-bottom: 2rem;
}

.heading.text-color-white.custom-margin {
  margin-bottom: .25rem;
}

.paragraph-3 {
  margin-bottom: 2rem;
}

.paragraph-3.text-size-small.text-color-white.custom-margin {
  margin-bottom: 1rem;
}

.section-4 {
  background-color: #003676;
}

.image-10, .image-11 {
  width: auto;
  height: 2.5rem;
}

.image-11.custom {
  height: 3rem;
}

.image-12 {
  width: auto;
  height: 2.5rem;
}

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

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

.button-4.is-secondary {
  color: var(--black);
  background-color: #0000;
}

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

.button-4.is-link.is-icon {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
}

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

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

.div-block-6.padding-medium {
  border: 1px solid #3440541f;
  border-radius: 20px;
  width: 65%;
}

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

.div-block-7.margin-top.margin-medium {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
}

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

.image-13 {
  border-radius: 5px;
  width: 2rem;
  height: 2rem;
}

.italic-text {
  font-family: Montserrat, sans-serif;
}

.image-14 {
  width: 10rem;
}

.field-label-2 {
  color: #373e43;
  margin-bottom: .5rem;
  font-family: Montserrat, sans-serif;
  font-weight: 400;
}

.field-label-2.margin-0 {
  margin-bottom: 0;
}

.form-checkbox-2 {
  background-color: #f4f4f4;
  border-color: #344054;
  align-items: center;
  width: 12px;
  height: 12px;
  margin-bottom: 0;
  margin-right: 8px;
}

.form-checkbox-2:hover {
  border-color: #fe7333;
}

.form-checkbox-2.w--redirected-checked {
  background-color: #fe7333;
  border-color: #fe7333;
}

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

.hero-without-image.background-color-orange {
  background-color: #fe7333;
  background-image: linear-gradient(#00000080, #00000080), url('../images/pexels-rdne-stock-project-8292884.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
}

.hero-without-image.background-color-orange.customized {
  background-image: linear-gradient(#00000047, #00000047), url('../images/pexels-rdne-stock-project-8292884-progressive.jpg');
  background-position: 0 0, 50% 35%;
  padding-top: 10rem;
  padding-bottom: 10rem;
}

.hero-without-image.background-color-deep-blue {
  background-color: #62a1d9;
}

.hero-without-image.background-color-deep-blue.custom-aff {
  background-image: linear-gradient(#00000080, #00000080), url('../images/pexels-pixabay-265087-progressive.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  padding-top: 10rem;
  padding-bottom: 10rem;
}

.hero-without-image.background-color-deep-blue.client-app-form {
  background-image: linear-gradient(#00000080, #00000080), url('../images/pexels-sora-shimazaki-5668842-1-progressive.jpg');
  background-position: 0 0, 50% 60%;
  background-size: auto, cover;
  padding-top: 10rem;
  padding-bottom: 10rem;
}

.text-color-red {
  color: #c9462e;
}

.padding-section-large-3 {
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  padding-top: 7rem;
  padding-bottom: 7rem;
  display: block;
}

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

.horizontal-separator {
  background-color: #fe7333;
  flex: 1;
  width: 100%;
  height: .5px;
}

.separator-wrapper {
  grid-column-gap: 16px;
  align-items: center;
  margin-top: 2.5rem;
  margin-bottom: 2.5rem;
  display: flex;
}

.form-input-2 {
  color: #6b767e;
  background-color: #fff;
  border: 1px solid #6b767e78;
  border-radius: 5px;
  height: auto;
  min-height: 2.75rem;
  margin-bottom: 0;
  padding: .5rem .75rem;
  font-family: Montserrat, sans-serif;
  font-size: 1rem;
  line-height: 1.6;
}

.form-input-2:focus {
  color: #000;
  border-width: 1.5px;
  border-color: #255db4;
}

.form-input-2::placeholder {
  color: #0009;
}

.consent-check-wrapper {
  background-color: #f9fafb;
  border: 1px solid #d0d5dd;
  border-radius: 5px;
  max-width: 48%;
}

.consent-check-wrapper.margin-bottom.margin-medium.padding-small {
  max-width: none;
}

.button-5 {
  color: #fff;
  text-align: center;
  background-color: #000;
  border: 1px solid #000;
  padding: .75rem 1.5rem;
  font-family: Montserrat, sans-serif;
}

.button-5.is-small {
  border-radius: 5px;
  padding: .5rem 1.25rem;
  font-size: .9rem;
}

.button-5.is-small.customized {
  color: #005eb8;
  -webkit-text-stroke-color: #005eb8;
  background-color: #fff;
  border-width: 1.5px;
  border-color: #005eb8;
  font-weight: 600;
}

.button-5.is-small.customized:hover {
  background-color: #e6eff8;
}

.button-5.is-secondary {
  color: #000;
  background-color: #0000;
}

.button-5.is-secondary.is-small.blue {
  color: #f9f5ff;
  background-color: #005eb8;
  border-color: #005eb8;
}

.button-5.is-secondary.is-small.blue:hover {
  background-color: #1a6ebf;
  border-color: #1a6ebf;
}

.button-5.is-orange {
  background-color: #fe7333;
  border-color: #fe7333;
  border-radius: 5px;
  font-weight: 600;
}

.button-5.is-orange:hover {
  background-color: #fe7333d9;
}

.error-form {
  color: #a72020;
  font-family: Montserrat, sans-serif;
  font-size: 1.2rem;
  font-weight: 600;
}

.text-align-center-4 {
  text-align: center;
  font-family: Montserrat, sans-serif;
}

.success-form {
  color: #fff;
  background-color: #4db141;
  border-radius: 8px;
  font-family: Montserrat, sans-serif;
  font-size: 1.5rem;
  font-weight: 700;
}

.checkbox-field {
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.form-checkbox-label-2 {
  color: #6b767e;
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
}

.heading-style-h1-3 {
  font-family: Montserrat, sans-serif;
  font-size: 3.5rem;
  font-weight: 700;
  line-height: 1.2;
}

.navbar1_link_edit-2 {
  color: #373e43;
  padding: .5rem 1rem;
  font-family: Montserrat, sans-serif;
  font-size: .9rem;
}

.navbar1_link_edit-2:hover {
  color: #6b767e;
}

.navbar1_link_edit-2.w--current {
  color: #000;
}

.navbar1_component-2 {
  background-color: #fff;
  border-bottom: 1px solid #000;
  align-items: center;
  width: 100%;
  height: auto;
  min-height: 4.5rem;
  padding-left: 5%;
  padding-right: 5%;
  display: flex;
}

.grid-input {
  grid-column-gap: 32px;
  grid-template-rows: auto;
}

.grid-input.margin-bottom.margin-medium {
  grid-column-gap: 45px;
  grid-row-gap: 45px;
}

.form-checkbox-3 {
  background-color: #f4f4f4;
  border-color: #344054;
  align-items: center;
  width: 12px;
  height: 12px;
  margin-bottom: 0;
  margin-right: 8px;
}

.form-checkbox-3:hover {
  border-color: #fe7333;
}

.form-checkbox-3.w--redirected-checked {
  background-color: #fe7333;
  border-color: #fe7333;
}

.padding-section-large-4 {
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  padding-top: 7rem;
  padding-bottom: 7rem;
  display: block;
}

.form-input-3 {
  color: #6b767e;
  background-color: #fff;
  border: 1px solid #6b767e78;
  border-radius: 5px;
  height: auto;
  min-height: 2.75rem;
  margin-bottom: 0;
  padding: .5rem .75rem;
  font-family: Montserrat, sans-serif;
  font-size: 1rem;
  line-height: 1.6;
}

.form-input-3:focus {
  color: #000;
  border-width: 1.5px;
  border-color: #255db4;
}

.form-input-3::placeholder {
  color: #0009;
}

.button-6 {
  color: #fff;
  text-align: center;
  background-color: #000;
  border: 1px solid #000;
  padding: .75rem 1.5rem;
  font-family: Montserrat, sans-serif;
}

.button-6.is-small {
  border-radius: 5px;
  padding: .5rem 1.25rem;
  font-size: .9rem;
}

.button-6.is-small.customized {
  color: #005eb8;
  -webkit-text-stroke-color: #005eb8;
  background-color: #fff;
  border-width: 1.5px;
  border-color: #005eb8;
  font-weight: 600;
}

.button-6.is-small.customized:hover {
  background-color: #e6eff8;
}

.button-6.is-secondary {
  color: #000;
  background-color: #0000;
}

.button-6.is-secondary.is-small.blue {
  color: #f9f5ff;
  background-color: #005eb8;
  border-color: #005eb8;
}

.button-6.is-secondary.is-small.blue:hover {
  background-color: #1a6ebf;
  border-color: #1a6ebf;
}

.button-6.is-orange {
  background-color: #fe7333;
  border-color: #fe7333;
  border-radius: 5px;
  font-weight: 600;
}

.button-6.is-orange:hover {
  background-color: #fe7333d9;
}

.text-align-center-5 {
  text-align: center;
  font-family: Montserrat, sans-serif;
}

.form-checkbox-label-3 {
  color: #6b767e;
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
}

.heading-style-h1-4 {
  font-family: Montserrat, sans-serif;
  font-size: 3.5rem;
  font-weight: 700;
  line-height: 1.2;
}

.heading-style-h1-4.text-color-gray_900 {
  color: #101828;
}

.pricing26_tabs-menu {
  align-self: center;
  margin-bottom: 5rem;
  display: flex;
}

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

.pricing26_tab-link {
  background-color: #0000;
  border: 1px solid #000;
  padding: .5rem 1.5rem;
}

.pricing26_tab-link.w--current {
  color: #fff;
  background-color: #000;
}

.pricing26_feature {
  padding: 1rem 1.5rem;
}

.pricing26_tabs-content {
  width: 100%;
  overflow: visible;
}

.pricing26_top-row-content {
  border-left: 1px solid #f2f3ff;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
  padding: 2rem 1.5rem;
  display: flex;
}

.pricing26_top-row-content.is-first.top-row-bg-color {
  background-color: #023f7a;
}

.pricing26_top-row-content.top-row-bg-color {
  color: #fff;
  background-color: #023f7a;
}

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

.pricing26_row {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  border-bottom: 1px solid #f2f3ff;
  grid-template-rows: auto;
  grid-template-columns: 1.5fr 1fr 1fr 1fr 1fr;
  align-items: stretch;
  transition: color .15s, background-color .15s;
}

.pricing26_row:hover {
  color: #434de7;
  background-color: #f9fafb;
}

.pricing26_row.cta {
  padding-top: 2rem;
  transition-property: none;
}

.pricing26_row.cta:hover {
  background-color: #fff;
}

.button-7 {
  color: #fff;
  text-align: center;
  background-color: #000;
  border: 1px solid #000;
  padding: .75rem 1.5rem;
  font-family: Montserrat, sans-serif;
}

.button-7.max-width-full.is-pricing-26-buttom {
  background-color: #fe7333;
  border-color: #fe7333;
  border-radius: 8px;
  font-weight: 600;
  transition: color .15s, background-color .15s;
}

.button-7.max-width-full.is-pricing-26-buttom:hover {
  color: #fe7333;
  background-color: #fff;
}

.text-size-small-3 {
  font-family: Montserrat, sans-serif;
  font-size: .875rem;
}

.text-size-small-3.text-style-italic.text-weight-bold.text-color-darkblue {
  color: #00386e;
}

.text-size-small-3.text-color-gray.left {
  text-align: left;
}

.text-size-small-3.null {
  color: #d0d5dd;
}

.text-size-small-3.bold-text {
  font-weight: 700;
}

.text-size-small-3.bold-text.text-color-footer-gray {
  color: #4a5764;
}

.pricing26_top-row {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  background-color: #fff;
  border-bottom: 1px solid #f2f3ff;
  grid-template-rows: auto;
  grid-template-columns: 1.5fr 1fr 1fr 1fr 1fr;
  position: sticky;
  top: 0;
}

.pricing26_row-content {
  text-align: center;
  border-left: 1px solid #f2f3ff;
  justify-content: center;
  align-items: center;
  padding: 1rem 1.5rem;
  font-weight: 600;
  display: flex;
}

.pricing26_top-row-price {
  font-size: 3.5rem;
  font-weight: 700;
  line-height: 1.2;
}

.pricing26_plans {
  border: 1px solid #f2f3ff;
  width: 100%;
}

.heading-style-h6-3 {
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1.4;
}

.pricing26_heading-row {
  border-bottom: 1px solid #f2f3ff;
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
  padding-left: 1.5rem;
}

.pricing26_heading-row.background-color-soft-gray.alt {
  border-bottom-width: 3px;
  border-bottom-color: #023f7a;
}

.button-8 {
  color: #fff;
  text-align: center;
  background-color: #000;
  border: 1px solid #000;
  padding: .75rem 1.5rem;
}

.pricing26_component {
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  display: flex;
  box-shadow: 0 20px 30px -10px #1d01501a;
}

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

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

.uui-icon-featured-outline-large-3 {
  color: #7f56d9;
  background-color: #62a1d900;
  border: .5rem solid #62a1d940;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 3.5rem;
  height: 3.5rem;
  display: flex;
}

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

.section-5 {
  background-image: linear-gradient(#456199, #456199);
}

.text-span-7 {
  color: #cc4f16;
}

.image-15 {
  width: 8rem;
}

.italic-text-2 {
  font-weight: 500;
}

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

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

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

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

.button-9.is-secondary {
  color: var(--black);
  background-color: #0000;
}

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

.button-9.is-link.is-icon {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
}

.section_layout241.relative-999 {
  z-index: 999;
  position: relative;
}

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

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

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

.text-block-4 {
  color: var(--dark-orange);
  font-family: Montserrat, sans-serif;
  font-size: 3.5rem;
  font-weight: 800;
  line-height: 1;
}

.layout241_item_custom {
  background-color: #eff0f180;
  border-radius: 10px;
  flex-direction: column;
  align-items: center;
  width: 100%;
  height: 16rem;
  padding: 1rem 1.5rem;
}

.image-16 {
  width: 3.5rem;
}

.div-block-9 {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  color: var(--send-blue);
  align-items: center;
  margin-bottom: 0;
  display: flex;
}

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

.layout290_item._03 {
  align-items: flex-start;
}

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

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

.button-10.is-secondary {
  color: var(--black);
  background-color: #0000;
}

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

.button-10.is-link.is-icon {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
}

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

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

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

.custom-center-div {
  width: 100%;
  max-width: 48rem;
  margin-left: auto;
  margin-right: auto;
}

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

.custom-team-card {
  z-index: 4;
  background-color: var(--untitled-ui-gray50);
  border: 1px solid #1018281c;
  border-radius: 20px;
  flex-direction: column;
  align-items: stretch;
  height: 100%;
  padding: 2rem 1.5rem;
  display: flex;
  position: relative;
  box-shadow: 2px 3px 10px -4px #0000001c;
}

.custom-team-card:hover {
  border-color: #62a1d98f;
}

.section-6 {
  background-color: #fff;
  background-image: url('../images/Group-1922.png');
  background-position: 80% 20%;
  background-repeat: no-repeat;
  background-size: 50%;
  background-attachment: fixed;
  position: relative;
}

.div-block-10 {
  background-color: var(--dark-orange);
  width: 3rem;
  height: 3px;
  margin-left: auto;
  margin-right: auto;
}

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

.button-11.is-secondary {
  color: var(--black);
  background-color: #0000;
}

.button-11.is-secondary.is-alternate {
  border-color: var(--white);
  color: var(--white);
  background-color: #0000;
}

.image-17 {
  opacity: .45;
  position: absolute;
  inset: 16% 0% 0% 12%;
}

.section-8 {
  background-color: #dbdbdb00;
  background-image: linear-gradient(to right, #ff5000, #ddf4ff 80%);
  height: .7rem;
}

.div-block-11 {
  background-color: var(--dark-orange);
  width: 5rem;
  height: 3px;
  margin-bottom: .5rem;
  margin-left: auto;
  margin-right: auto;
}

.div-block-11.custom {
  margin-bottom: 1rem;
}

.layout141_component_customized {
  background-color: var(--white);
  border: 1px solid #62a1d92b;
  border-radius: 20px;
  flex-direction: column;
  align-items: center;
  padding: 4rem 2rem;
  display: flex;
}

.layout141_component_customized.edited_flex {
  align-items: center;
}

.section-9 {
  background-color: #d5dde545;
}

.text-color-orange {
  color: #fe7333;
}

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

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

.order-fund-card-image {
  object-fit: cover;
  width: 100%;
  height: 180px;
}

.navbar1_link_edit-3 {
  color: #373e43;
  padding: .5rem 1rem;
  font-family: Montserrat, sans-serif;
  font-size: .9rem;
}

.navbar1_link_edit-3:hover {
  color: #6b767e;
}

.navbar1_link_edit-3.w--current {
  color: #373e43;
  font-weight: 500;
}

.navbar1_component-3 {
  background-color: #fff;
  align-items: center;
  width: 100%;
  height: 4.5rem;
  min-height: 4rem;
  padding-left: 5%;
  padding-right: 5%;
  display: flex;
  position: sticky;
  top: 0;
  box-shadow: 0 2px 7px -2px #00000026;
}

.button-12 {
  color: #fff;
  text-align: center;
  background-color: #000;
  border: 1px solid #000;
  padding: .75rem 1.5rem;
  font-family: Montserrat, sans-serif;
}

.button-12.is-small {
  border-radius: 5px;
  padding: .5rem 1.25rem;
  font-size: .9rem;
}

.button-12.is-small.customized {
  color: #005eb8;
  -webkit-text-stroke-color: #005eb8;
  background-color: #fff;
  border-width: 1.5px;
  border-color: #005eb8;
  font-weight: 600;
}

.button-12.is-small.customized:hover {
  background-color: #e6eff8;
}

.button-12.is-secondary {
  color: #000;
  background-color: #0000;
}

.button-12.is-secondary.is-small.blue {
  color: #f9f5ff;
  background-color: #005eb8;
  border-color: #005eb8;
}

.button-12.is-secondary.is-small.blue:hover {
  background-color: #1a6ebf;
  border-color: #1a6ebf;
}

.icon-embed-large-2 {
  color: var(--send-deep-blue);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 5rem;
  height: 5rem;
  display: flex;
}

.div-block-13 {
  background-color: var(--dark-orange);
  width: 5rem;
  height: 3px;
  margin-bottom: .5rem;
  margin-left: auto;
  margin-right: auto;
}

.image-18 {
  object-fit: cover;
  object-position: 50% 10%;
  border-radius: 20px;
  width: 100%;
  height: 35rem;
  margin-top: 4rem;
}

.section-10 {
  background-color: #4a7299;
  position: relative;
}

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

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

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

.button-13.is-secondary {
  color: var(--black);
  background-color: #0000;
}

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

.button-13.is-link.is-icon {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
}

.layout65_item {
  display: flex;
}

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

.layout65_component.edited {
  width: 80%;
  margin-left: auto;
  margin-right: auto;
}

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

.div-block-14 {
  background-color: var(--dark-orange);
  width: 2px;
  height: 100%;
}

.text-span-8 {
  color: var(--dark-orange);
}

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

.image-19 {
  width: 10rem;
  position: absolute;
  inset: -3% 6% auto auto;
}

.icon-embed-xsmall-8, .icon-embed-xsmall-9, .icon-embed-xsmall-10, .icon-embed-xsmall-11 {
  color: var(--untitled-ui-gray700);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 1.5rem;
  height: 1.5rem;
  display: flex;
}

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

.paragraph-4 {
  width: 65%;
  margin-left: auto;
  margin-right: auto;
}

.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 {
  width: 100%;
  height: 100%;
}

.section-11 {
  background-image: linear-gradient(to top, #5b677024, #fff 35%);
}

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

.text-span-9 {
  color: var(--dark-orange);
}

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

.button-14.is-secondary {
  color: var(--black);
  background-color: #0000;
}

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

.div-block-15 {
  background-color: #ebeef2;
  border-radius: 20px;
  padding-top: 2rem;
  padding-bottom: 2rem;
}

.section-12 {
  background-image: linear-gradient(#023f7a91, #023f7a91), url('../images/pexels-marc-mueller-380769.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
}

.faq2_component {
  border-bottom: 1px solid var(--black);
}

.faq2_question {
  border-top: 1px solid var(--black);
  cursor: pointer;
  justify-content: space-between;
  align-items: center;
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
  display: flex;
}

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

.button-15.is-secondary {
  color: var(--black);
  background-color: #0000;
}

.faq2_accordion {
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
}

.faq2_accordion.hide1 {
  display: none;
}

.faq2_icon {
  align-self: flex-start;
  width: 2rem;
  margin-left: 1.5rem;
  display: flex;
}

.faq2_answer {
  overflow: hidden;
}

.list-item-4, .rich-text-block {
  font-family: Montserrat, sans-serif;
}

.div-block-16 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  justify-items: stretch;
  display: flex;
}

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

.button-16.is-secondary {
  color: var(--black);
  background-color: #0000;
}

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

.button-16.is-link.is-icon {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
}

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

.div-block-17 {
  width: 70%;
  margin: 0 auto;
}

.grid {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 80%;
  margin-bottom: 1rem;
  margin-left: auto;
  margin-right: auto;
  display: grid;
}

.text-block-5 {
  color: var(--dark-orange);
  font-family: Montserrat, sans-serif;
  font-size: 3rem;
  font-weight: 800;
}

.div-block-18 {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  background-color: #d0d5dd2e;
  border: 1px solid #34405414;
  border-radius: 10px;
  align-items: center;
  padding: .5rem 1rem;
  display: flex;
}

.div-block-19 {
  background-color: #718599a1;
  width: 2px;
  height: 80%;
}

.image-20 {
  object-fit: cover;
  object-position: 50% 30%;
  border-radius: 20px;
  width: 80%;
  height: 26rem;
  margin-top: 3rem;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.padding-section-large-7 {
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  padding-top: 4rem;
  padding-bottom: 7rem;
  display: block;
}

.select-form-input {
  color: #6b767e;
  background-color: #fff;
  border: 1px solid #6b767e78;
  border-radius: 5px;
  height: auto;
  min-height: 2.75rem;
  margin-bottom: 0;
  padding: .5rem .75rem;
  font-family: Montserrat, sans-serif;
  line-height: 1.6;
}

.flex-horizontal {
  display: flex;
}

.flex-horizontal.gap-col-20px {
  grid-column-gap: 20px;
}

.grid-input-2 {
  grid-column-gap: 32px;
  grid-template-rows: auto;
}

.grid-input-2.margin-bottom.margin-medium {
  grid-column-gap: 45px;
  grid-row-gap: 45px;
}

.form-input-4 {
  color: #6b767e;
  background-color: #fff;
  border: 1px solid #6b767e78;
  border-radius: 5px;
  height: auto;
  min-height: 2.75rem;
  margin-bottom: 0;
  padding: .5rem .75rem;
  font-family: Montserrat, sans-serif;
  font-size: 1rem;
  line-height: 1.6;
}

.form-input-4:focus {
  color: #000;
  border-width: 1.5px;
  border-color: #255db4;
}

.form-input-4::placeholder {
  color: #0009;
}

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

.button-17 {
  color: #fff;
  text-align: center;
  background-color: #000;
  border: 1px solid #000;
  padding: .75rem 1.5rem;
  font-family: Montserrat, sans-serif;
}

.button-17.is-orange {
  background-color: #fb5000;
  border-color: #fb5000;
  border-radius: 5px;
  padding-top: .5rem;
  padding-bottom: .5rem;
  font-weight: 600;
}

.button-17.is-orange:hover {
  background-color: #fe7333d9;
}

.button-17.is-orange.customized {
  padding-top: .5rem;
  padding-bottom: .5rem;
}

.heading-style-h6-4 {
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1.4;
}

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

.div-block-20.padding-medium {
  border: 1px solid #3440541f;
  border-radius: 20px;
  width: 65%;
}

.padding-section-large-8 {
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  padding-top: 7rem;
  padding-bottom: 7rem;
  display: block;
}

.layout353_content-item_edited-2 {
  background-color: #fff;
  border: 1px solid #000;
  margin-bottom: 2rem;
  padding: 2rem;
  position: sticky;
}

.layout353_content-item_edited-2.content-item-3 {
  border-style: none;
  border-radius: 20px;
  top: 34%;
  box-shadow: 0 2px 12px 2px #0000001a;
}

.layout353_content-item_edited-2.content-item-1 {
  border-style: none;
  border-radius: 20px;
  top: 30%;
  box-shadow: 0 2px 12px 2px #0000001a;
}

.layout353_content-item_edited-2.content-item-2 {
  border-style: none;
  border-radius: 20px;
  top: 32%;
  box-shadow: 0 2px 12px 2px #0000001a;
}

.text-span-10 {
  color: #373e43d9;
  font-size: 1.25rem;
}

.uui-layout04_item-2 {
  background-color: #fff;
  border: 1px solid #3440541a;
  border-radius: 10px;
  padding: 15px 20px;
}

.uui-layout04_item-2:hover {
  border-color: #62a1d9c2;
}

.navbar1_link_edit-4 {
  color: #373e43;
  padding: .5rem 1rem;
  font-family: Montserrat, sans-serif;
  font-size: .9rem;
}

.navbar1_link_edit-4:hover {
  color: #6b767e;
}

.navbar1_link_edit-4.w--current {
  color: #373e43;
  font-weight: 500;
}

.pricing26_plans-2 {
  border: 1px solid #f2f3ff;
  border-radius: 5px;
  width: 100%;
}

.uui-icon-featured-outline-large-4 {
  color: #7f56d9;
  background-color: #62a1d900;
  border: .5rem solid #62a1d940;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 3.5rem;
  height: 3.5rem;
  display: flex;
}

.chart-wrap-2 {
  border: 1px solid #f2f3ff;
  border-radius: 5px;
  width: 100%;
  box-shadow: 0 20px 30px -10px #1d01501a;
}

.text-size-large-3 {
  font-family: Montserrat, sans-serif;
  font-size: 1.25rem;
}

.price-category-wrap-2 {
  border-bottom-right-radius: 5px;
  border-bottom-left-radius: 5px;
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
  max-width: none;
  margin-top: -5px;
  display: flex;
}

.button_p_orange-2 {
  color: #fff;
  text-align: center;
  background-color: #fe5000;
  border: 1px solid #fe5000;
  border-radius: 5px;
  padding: .75rem 1.5rem;
  font-family: Montserrat, sans-serif;
  font-size: .9rem;
  font-weight: 600;
}

.button_p_orange-2:hover {
  background-color: #fe7333;
  border-color: #fe7333;
}

.navbar1_component-4 {
  background-color: #fff;
  align-items: center;
  width: 100%;
  height: 4.5rem;
  min-height: 4rem;
  padding-left: 5%;
  padding-right: 5%;
  display: flex;
  position: sticky;
  top: 0;
  box-shadow: 0 2px 7px -2px #00000026;
}

.pricing-title-wrap-sticky-2 {
  color: #fff;
  text-align: center;
  background-color: #fff;
  border-radius: 0;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  padding: 0 20px;
  font-size: 18px;
  font-weight: 700;
  text-decoration: none;
  transition: all .2s;
  display: flex;
  position: relative;
}

.pricing-title-wrap-sticky-2.top-row-bg-color {
  background-color: #00386e;
}

.pricing-title-wrap-sticky-2.top-row-bg-color.padding-small {
  padding: 1.5rem;
}

.pricing-title-wrap-sticky-2.top-row-bg-color.padding-small.background-color-light-orange {
  background-color: #ffeee6;
}

.pricing-title-wrap-sticky-2.end {
  color: #000;
  background-color: #fff;
  border-radius: 0;
  font-weight: 600;
}

.pricing-title-wrap-sticky-2.end.top-row-bg-color {
  background-color: #00386e;
  border-top-right-radius: 5px;
}

.pricing-title-wrap-sticky-2.middle {
  background-color: #fff;
}

.pricing-title-wrap-sticky-2.middle.top-row-bg-color {
  background-color: #00386e;
}

.pricing-title-wrap-sticky-2.middle.background-color-soft-gray {
  background-color: #eff5fb;
}

.sticky-grid-pricing-2 {
  z-index: 3;
  grid-column-gap: 1px;
  grid-row-gap: 1px;
  color: #edf1fd;
  background-color: #f2f3ff;
  border-bottom: 1px solid #f2f3ff;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  grid-template-rows: auto;
  grid-template-columns: 1.5fr 1fr 1fr 1fr 1fr;
  width: 100%;
  max-width: 1200px;
  margin-bottom: 5px;
  padding-top: 0;
  position: sticky;
  top: 71px;
}

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

.table-cell-2 {
  color: #b7bbd1;
  text-align: center;
  background-color: #fff;
  border-left: 1px solid #eff5fb;
  border-radius: 0;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding: 20px;
  display: flex;
}

.table-cell-2.send {
  background-color: #ffeee6;
}

.padding-section-large-9 {
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  padding-top: 7rem;
  padding-bottom: 7rem;
  display: block;
}

.pricing26_row-2 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  border-bottom: 1px solid #f2f3ff;
  grid-template-rows: auto;
  grid-template-columns: 1.5fr 1fr 1fr 1fr 1fr;
  align-items: stretch;
  transition: color .15s, background-color .15s;
}

.pricing26_row-2:hover {
  color: #fe7333;
  background-color: #f9fafb;
}

.pricing26_row-2.cta {
  padding-top: 2rem;
  transition-property: none;
}

.pricing26_row-2.cta:hover {
  background-color: #fff;
}

.button-18 {
  color: #fff;
  text-align: center;
  background-color: #000;
  border: 1px solid #000;
  padding: .75rem 1.5rem;
  font-family: Montserrat, sans-serif;
}

.button-18.is-secondary {
  color: #000;
  background-color: #0000;
}

.button-18.is-secondary.is-small.blue {
  color: #f9f5ff;
  background-color: #005eb8;
  border-color: #005eb8;
}

.button-18.is-secondary.is-small.blue:hover {
  background-color: #1a6ebf;
  border-color: #1a6ebf;
}

.button-18.is-small {
  border-radius: 5px;
  padding: .5rem 1.25rem;
  font-size: .9rem;
}

.button-18.is-small.customized {
  color: #005eb8;
  -webkit-text-stroke-color: #005eb8;
  background-color: #fff;
  border-width: 1.5px;
  border-color: #005eb8;
  font-weight: 600;
}

.button-18.is-small.customized:hover {
  background-color: #e6eff8;
}

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

.text-span-11 {
  color: #cc4f16;
}

.div-block-22 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 50%;
  margin-left: auto;
  margin-right: auto;
  display: grid;
}

.div-block-22.padding-vertical.padding-small {
  grid-template-columns: 1fr 1fr 1fr 1fr;
  margin-left: 0;
  margin-right: 0;
}

.benefit_table-edit-2 {
  grid-column-gap: 1px;
  grid-row-gap: 0px;
  border-radius: 5px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  width: 100%;
  font-size: 18px;
}

.benefit_table-edit-2.plan-details {
  grid-column-gap: 36px;
  grid-row-gap: 36px;
  padding: 20px;
}

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

.layout364_card-2 {
  border: 1px solid #000;
  flex-direction: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: stretch;
  display: flex;
}

.layout364_card-2.edited {
  border-style: none;
  border-radius: 10px;
}

.pricing26_top-row-2 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  background-color: #fff;
  border-bottom: 1px solid #f2f3ff;
  grid-template-rows: auto;
  grid-template-columns: 1.5fr 1fr 1fr 1fr 1fr;
  position: sticky;
  top: 71px;
}

.image-22 {
  width: 3.5rem;
}

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

.div-block-23.margin-top.margin-medium {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
}

.section-13 {
  background-image: linear-gradient(#456199, #456199);
}

.button-19 {
  color: #fff;
  text-align: center;
  background-color: #000;
  border: 1px solid #000;
  padding: .75rem 1.5rem;
  font-family: Montserrat, sans-serif;
}

.button-19.max-width-full.is-pricing-26-buttom {
  background-color: #fe7333;
  border-color: #fe7333;
  border-radius: 8px;
  font-weight: 600;
  transition: color .15s, background-color .15s;
}

.button-19.max-width-full.is-pricing-26-buttom:hover {
  color: #fe7333;
  background-color: #fff;
}

.div-block-24 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  justify-items: stretch;
  display: flex;
}

.button-20 {
  color: #fff;
  text-align: center;
  background-color: #000;
  border: 1px solid #000;
  padding: .75rem 1.5rem;
}

.layout364_card-content-2 {
  background-color: #fff;
  border: 0 #000;
  border-radius: 10px;
  flex-direction: column;
  flex: 1;
  justify-content: space-between;
  padding: 3rem;
  display: flex;
  box-shadow: 0 6px 15px -1px #0003;
}

.text-color-white-2 {
  color: #fff;
}

.text-color-white-2.heading-style-h2.custom-h3 {
  font-weight: 400;
}

.chart-wrap-copy-2 {
  box-shadow: none;
  border-radius: 0;
  width: 60%;
}

.pricing-sticky-bg-wrap-2 {
  border-top-right-radius: 5px;
  padding-top: 0;
}

.paragraph-5 {
  margin-bottom: 2rem;
}

.pricing-chart-grid-2 {
  grid-column-gap: 1px;
  grid-row-gap: 0px;
  border-top: 1px solid #eff5fb;
  grid-template-rows: auto;
  grid-template-columns: 1.5fr 1fr 1fr 1fr 1fr;
  width: 100%;
  font-size: 18px;
}

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

.icon-embed-large_edit-2 {
  color: #62a1d9;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 4rem;
  height: 4rem;
  display: flex;
}

.text-block-6 {
  color: #fe7333;
  font-family: Montserrat, sans-serif;
  font-size: 3.5rem;
  font-weight: 800;
  line-height: 1;
}

.text-block-7 {
  color: #35b7f3;
  font-family: Montserrat, sans-serif;
  font-size: 3rem;
  font-weight: 800;
}

.section-14 {
  background-color: #cdd4db5e;
}

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

.line-divider-2.custom {
  background-color: #ffffff75;
}

.line-divider-2.gray {
  background-color: #cdcdcd;
}

.image-23 {
  border-radius: 5px;
  width: 2rem;
  height: 2rem;
}

.image-24 {
  width: 10rem;
}

.text-block-8 {
  text-align: left;
  font-family: Montserrat, sans-serif;
  font-size: .9rem;
  font-weight: 500;
  line-height: 1;
}

.text-block-8.text-color-orange-accent {
  color: #fe7333;
}

.outer-chart-grid-2 {
  grid-column-gap: 1px;
  grid-row-gap: 1px;
  background-color: #fff;
  border-bottom-right-radius: 5px;
  border-bottom-left-radius: 5px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  width: 100%;
}

.outer-chart-grid-2.no-background {
  background-color: #0000;
}

.text-span---ne-2 {
  color: #fe7333;
  margin-bottom: .2rem;
  font-family: Montserrat, sans-serif;
  font-size: 1rem;
  font-weight: 600;
  display: block;
}

.text-align-center-12, .text-align-center-13 {
  text-align: center;
}

.section-15 {
  background-color: #97b2cc;
}

.section_04-transform-2 {
  background-color: #d0d5dd;
  background-image: linear-gradient(#00072ebf 33%, #243659ba 86%), url('../images/pexels-pixabay-38519.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
}

.section_08-perks-2 {
  background-color: #eff5fb;
  background-image: linear-gradient(#0000 23%, #fff);
  border-top: 5px solid #fe7333;
}

.heading-style-h6-5 {
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1.4;
}

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

.div-block-25.padding-medium {
  border: 1px solid #3440541f;
  border-radius: 20px;
  width: 65%;
}

.padding-section-large-10 {
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  padding-top: 4rem;
  padding-bottom: 4rem;
  display: block;
}

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

.padding-section-large-10._2 {
  padding-top: 2rem;
  padding-bottom: 1rem;
}

.text-span-12 {
  color: #373e43d9;
  font-size: 1.25rem;
}

.navbar1_link_edit-5 {
  color: #373e43;
  padding: .5rem 1rem;
  font-family: Montserrat, sans-serif;
  font-size: .9rem;
}

.navbar1_link_edit-5:hover {
  color: #6b767e;
}

.navbar1_link_edit-5.w--current {
  color: #373e43;
  font-weight: 500;
}

.pricing26_plans-3 {
  border: 1px solid #f2f3ff;
  border-radius: 5px;
  width: 100%;
}

.uui-icon-featured-outline-large-5 {
  color: #7f56d9;
  background-color: #62a1d900;
  border: .5rem solid #62a1d940;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 3.5rem;
  height: 3.5rem;
  display: flex;
}

.chart-wrap-3 {
  border: 1px solid #f2f3ff;
  border-radius: 5px;
  width: 100%;
}

.text-size-large-4 {
  font-family: Montserrat, sans-serif;
  font-size: 1.25rem;
}

.price-category-wrap-3 {
  border-bottom-right-radius: 5px;
  border-bottom-left-radius: 5px;
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
  max-width: none;
  margin-top: -5px;
  display: flex;
}

.button_p_orange-3 {
  color: #fff;
  text-align: center;
  background-color: #fe5000;
  border: 1px solid #fe5000;
  border-radius: 5px;
  padding: .75rem 1.5rem;
  font-family: Montserrat, sans-serif;
  font-size: .9rem;
  font-weight: 600;
}

.button_p_orange-3:hover {
  background-color: #fe7333;
  border-color: #fe7333;
}

.navbar1_component-5 {
  background-color: #fff;
  align-items: center;
  width: 100%;
  height: 4.5rem;
  min-height: 4rem;
  padding-left: 5%;
  padding-right: 5%;
  display: flex;
  position: sticky;
  top: 0;
  box-shadow: 0 2px 7px -2px #00000026;
}

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

.table-cell-3 {
  color: #b7bbd1;
  text-align: center;
  background-color: #fff;
  border-left: 1px solid #eff5fb;
  border-radius: 0;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding: 20px;
  display: flex;
}

.table-cell-3.send {
  background-color: #ffeee6;
}

.padding-section-large-11 {
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  padding-top: 7rem;
  padding-bottom: 7rem;
  display: block;
}

.button-21 {
  color: #fff;
  text-align: center;
  background-color: #000;
  border: 1px solid #000;
  padding: .75rem 1.5rem;
  font-family: Montserrat, sans-serif;
}

.button-21.is-secondary {
  color: #000;
  background-color: #0000;
}

.button-21.is-secondary.is-small.blue {
  color: #f9f5ff;
  background-color: #005eb8;
  border-color: #005eb8;
}

.button-21.is-secondary.is-small.blue:hover {
  background-color: #1a6ebf;
  border-color: #1a6ebf;
}

.button-21.is-small {
  border-radius: 5px;
  padding: .5rem 1.25rem;
  font-size: .9rem;
}

.button-21.is-small.customized {
  color: #005eb8;
  -webkit-text-stroke-color: #005eb8;
  background-color: #fff;
  border-width: 1.5px;
  border-color: #005eb8;
  font-weight: 600;
}

.button-21.is-small.customized:hover {
  background-color: #e6eff8;
}

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

.text-span-13 {
  color: #cc4f16;
}

.section_02-next-level-2 {
  background-color: #cfd7df4d;
  display: none;
}

.div-block-27 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 50%;
  margin-left: auto;
  margin-right: auto;
  display: grid;
}

.div-block-27.padding-vertical.padding-small {
  grid-template-columns: 1fr 1fr 1fr 1fr;
  margin-left: 0;
  margin-right: 0;
}

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

.layout364_card-3 {
  border: 1px solid #000;
  flex-direction: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: stretch;
  display: flex;
}

.layout364_card-3.edited {
  border-style: none;
  border-radius: 10px;
}

.pricing26_top-row-3 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  background-color: #fff;
  border-bottom: 1px solid #f2f3ff;
  grid-template-rows: auto;
  grid-template-columns: 1.5fr 1fr 1fr 1fr 1fr;
  position: sticky;
  top: 71px;
}

.image-26 {
  width: 3.5rem;
}

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

.div-block-28.margin-top.margin-medium {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
}

.section-16 {
  background-image: linear-gradient(#eff5fb70, #eff5fb70);
}

.button-22 {
  color: #fff;
  text-align: center;
  background-color: #000;
  border: 1px solid #000;
  padding: .75rem 1.5rem;
  font-family: Montserrat, sans-serif;
}

.button-22.max-width-full.is-pricing-26-buttom {
  background-color: #fe7333;
  border-color: #fe7333;
  border-radius: 8px;
  font-weight: 600;
  transition: color .15s, background-color .15s;
}

.button-22.max-width-full.is-pricing-26-buttom:hover {
  color: #fe7333;
  background-color: #fff;
}

.div-block-29 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  justify-items: stretch;
  display: flex;
}

.button-23 {
  color: #fff;
  text-align: center;
  background-color: #000;
  border: 1px solid #000;
  padding: .75rem 1.5rem;
}

.pricing-sticky-bg-wrap-3 {
  border-top-right-radius: 5px;
  padding-top: 0;
}

.paragraph-6 {
  margin-bottom: 2rem;
}

.pricing-chart-grid-3 {
  grid-column-gap: 1px;
  grid-row-gap: 0px;
  border-top: 1px solid #eff5fb;
  grid-template-rows: auto;
  grid-template-columns: 1.5fr 1fr 1fr 1fr 1fr;
  width: 100%;
  font-size: 18px;
}

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

.icon-embed-large_edit-3 {
  color: #62a1d9;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 4rem;
  height: 4rem;
  display: flex;
}

.text-block-9 {
  color: #fe7333;
  font-family: Montserrat, sans-serif;
  font-size: 3.5rem;
  font-weight: 800;
  line-height: 1;
}

.text-block-10 {
  color: #35b7f3;
  font-family: Montserrat, sans-serif;
  font-size: 3rem;
  font-weight: 800;
}

.section-17 {
  background-color: #cdd4db5e;
}

.hide-section-2 {
  display: none;
}

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

.line-divider-3.custom {
  background-color: #ffffff75;
}

.image-27 {
  border-radius: 50px;
  width: 2rem;
  height: 2rem;
}

.image-28 {
  width: 10rem;
}

.text-block-11 {
  text-align: left;
  font-family: Montserrat, sans-serif;
  font-size: .9rem;
  font-weight: 500;
  line-height: 1;
}

.text-block-11.text-color-orange-accent {
  color: #fe7333;
}

.outer-chart-grid-3 {
  grid-column-gap: 1px;
  grid-row-gap: 1px;
  background-color: #fff;
  border-bottom-right-radius: 5px;
  border-bottom-left-radius: 5px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  width: 100%;
}

.outer-chart-grid-3.no-background {
  background-color: #0000;
}

.text-align-center-16, .text-align-center-17 {
  text-align: center;
}

.section-18 {
  background-color: #97b2cc;
}

.section_04-transform-3 {
  background-color: #d0d5dd;
  background-image: linear-gradient(#00072ebf 33%, #243659ba 86%), url('../images/campaign-creators-pypeCEaJeZY-unsplash.webp');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
}

.text-size-medium-3 {
  font-family: Montserrat, sans-serif;
  font-size: 1.125rem;
}

.custom-team-card-2 {
  z-index: 4;
  background-color: #f9fafb;
  border: 1px solid #1018281c;
  border-radius: 20px;
  flex-direction: column;
  align-items: stretch;
  height: 100%;
  padding: 2rem 1.5rem;
  display: flex;
  position: relative;
  box-shadow: 2px 3px 10px -4px #0000001c;
}

.custom-team-card-2:hover {
  border-color: #62a1d98f;
}

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

.pricing26_plans-4 {
  border: 1px solid #f2f3ff;
  border-radius: 5px;
  width: 100%;
}

.text-size-large-6 {
  font-family: Montserrat, sans-serif;
  font-size: 1.25rem;
}

.comparing-chart-grid {
  grid-column-gap: 1px;
  grid-row-gap: 0px;
  border-top: 1px solid #fff;
  grid-template-rows: auto;
  grid-template-columns: 2fr 1fr 1fr 1fr;
  width: 100%;
  font-size: 18px;
}

.table-cell-4 {
  color: #b7bbd1;
  text-align: center;
  background-color: #fff;
  border-left: 1px solid #eff5fb;
  border-radius: 0;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding: 20px;
  display: flex;
}

.table-cell-4.background-color-soft-gray {
  background-color: #eff5fb;
}

.table-cell-4.background-color-light-orange {
  background-color: #ffeee6;
}

.section-lets-compare {
  background-color: #cfd7df0d;
  flex-direction: column;
  align-items: center;
  width: 100%;
  padding: 5rem 5%;
  display: flex;
}

.pricing-sticky-bg-wrap-4 {
  border-top-right-radius: 5px;
  padding-top: 0;
}

.outer-chart-grid-4 {
  grid-column-gap: 1px;
  grid-row-gap: 1px;
  background-color: #fff;
  border-bottom-right-radius: 5px;
  border-bottom-left-radius: 5px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  width: 100%;
}

.sticky-grid-comparing {
  z-index: 3;
  grid-column-gap: 1px;
  grid-row-gap: 1px;
  color: #edf1fd;
  background-color: #fff;
  border-bottom: 1px solid #f2f3ff;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  grid-template-rows: auto;
  grid-template-columns: 2fr 1fr 1fr 1fr;
  width: 100%;
  max-width: 1200px;
  margin-bottom: 5px;
  padding-top: 0;
  position: sticky;
  top: 71px;
}

.page-wrapper_full {
  background-image: linear-gradient(194deg, #0f1449, #023f7a4d), url('../images/pexels-negative-space-34577-min-progressive.jpg');
  background-position: 0 0, 50%;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  inset: 0%;
}

.image-29 {
  width: 15rem;
  display: block;
}

.div-block-30 {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding-top: 1rem;
  padding-bottom: 2rem;
  display: flex;
}

.div-number {
  background-color: var(--dark-orange);
  border-radius: 5px;
  justify-content: center;
  align-items: center;
  width: 2.5rem;
  height: 2.5rem;
  display: flex;
}

.text-block-12 {
  color: #fff;
  text-align: center;
  font-family: Montserrat, sans-serif;
  font-size: 1.5rem;
  font-weight: 700;
}

.layout18_item-text-wrapper-copy {
  width: 90%;
}

.layout18_item-copy {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  margin-bottom: 1rem;
  display: flex;
}

.text-span-14 {
  color: var(--send-deep-blue);
}

.grid-what-we-do {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-direction: column;
  grid-template-rows: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: flex-start;
  display: grid;
}

.section-19 {
  background-image: linear-gradient(#71859914, #fcfcfc54 34%, #fff);
}

.section-20 {
  background-color: #d0d5dd26;
}

.bold-text-2 {
  color: var(--dark-orange);
}

.boost-section {
  background-color: var(--white);
  border: 1px solid #34405429;
  border-radius: 20px;
  margin-bottom: 40px;
  padding: 2rem 1.5rem;
  box-shadow: 0 2px 5px #0000001f;
}

.boost-section:hover {
  border-color: #62a1d9bf;
}

.link-2 {
  color: var(--white);
}

.custom-p {
  color: var(--white);
  margin-bottom: 1rem;
  font-size: .85rem;
}

.text-size-large-7 {
  font-family: Montserrat, sans-serif;
  font-size: 1.25rem;
}

.pricing-chart-grid-4 {
  grid-column-gap: 1px;
  grid-row-gap: 0px;
  border-top: 1px solid #eff5fb;
  grid-template-rows: auto;
  grid-template-columns: 1.5fr 1fr 1fr 1fr 1fr;
  width: 100%;
  font-size: 18px;
}

.table-cell-5 {
  color: #b7bbd1;
  text-align: center;
  background-color: #fff;
  border-left: 1px solid #eff5fb;
  border-radius: 0;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding: 20px;
  display: flex;
}

.table-cell-5.send {
  background-color: #ffeee6;
}

.pricing-sticky-bg-wrap-5 {
  border-top-right-radius: 5px;
  padding-top: 0;
}

.table-cell-title-2 {
  color: #000;
  text-align: left;
  background-color: #fff;
  border-radius: 0;
  align-items: center;
  width: 100%;
  height: auto;
  min-height: 75px;
  padding: 10px 20px;
  font-family: Montserrat, sans-serif;
  display: flex;
}

.pricing-title-wrap-sticky-3 {
  color: #fff;
  text-align: center;
  background-color: #fff;
  border-radius: 0;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  padding: 0 20px;
  font-size: 18px;
  font-weight: 700;
  text-decoration: none;
  transition: all .2s;
  display: flex;
  position: relative;
}

.pricing-title-wrap-sticky-3.top-row-bg-color {
  background-color: #00386e;
}

.pricing-title-wrap-sticky-3.end {
  color: #000;
  background-color: #fff;
  border-radius: 0;
  font-weight: 600;
}

.pricing-title-wrap-sticky-3.end.top-row-bg-color {
  background-color: #00386e;
  border-top-right-radius: 5px;
  padding-top: 13px;
  padding-bottom: 13px;
}

.pricing-title-wrap-sticky-3.middle {
  background-color: #fff;
}

.pricing-title-wrap-sticky-3.middle.top-row-bg-color {
  background-color: #00386e;
}

.outer-chart-grid-5 {
  grid-column-gap: 1px;
  grid-row-gap: 1px;
  background-color: #fff;
  border-bottom-right-radius: 5px;
  border-bottom-left-radius: 5px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  width: 100%;
}

.pricing26_plans-5 {
  border: 1px solid #f2f3ff;
  border-radius: 5px;
  width: 100%;
  margin-top: 10px;
  margin-bottom: 30px;
}

.sticky-grid-pricing-3 {
  z-index: 3;
  grid-column-gap: 1px;
  grid-row-gap: 1px;
  color: #edf1fd;
  background-color: #f2f3ff;
  border-bottom: 1px solid #f2f3ff;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  grid-template-rows: auto;
  grid-template-columns: 1.5fr 1fr 1fr 1fr 1fr;
  width: 100%;
  margin-bottom: 5px;
  padding-top: 0;
  position: static;
  top: 0;
}

.image-30 {
  width: 75%;
}

.heading-style-h6-6 {
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1.4;
}

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

.button-24 {
  color: #fff;
  text-align: center;
  background-color: #000;
  border: 1px solid #000;
  padding: .75rem 1.5rem;
  font-family: Montserrat, sans-serif;
}

.button-24.max-width-full.is-pricing-26-buttom {
  background-color: #fe7333;
  border-color: #fe7333;
  border-radius: 8px;
  margin-top: 2rem;
  font-weight: 600;
  transition: color .15s, background-color .15s;
}

.button-24.max-width-full.is-pricing-26-buttom:hover {
  color: #fe7333;
  background-color: #fff;
}

.button-24.is-secondary {
  color: #000;
  background-color: #0000;
}

.button-24.is-secondary.is-small.blue {
  color: #f9f5ff;
  background-color: #005eb8;
  border-color: #005eb8;
}

.button-24.is-secondary.is-small.blue:hover {
  background-color: #1a6ebf;
  border-color: #1a6ebf;
}

.pricing26_top-row-4 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  background-color: #fff;
  border-bottom: 1px solid #f2f3ff;
  grid-template-rows: auto;
  grid-template-columns: 1.5fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
  position: static;
  top: 71px;
}

.button-25 {
  color: #fff;
  text-align: center;
  background-color: #000;
  border: 1px solid #000;
  padding: .75rem 1.5rem;
}

.pricing26_row-3 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  border-bottom: 1px solid #f2f3ff;
  grid-template-rows: auto;
  grid-template-columns: 1.5fr 1fr;
  grid-auto-columns: 1fr;
  align-items: stretch;
  transition: color .15s, background-color .15s;
  display: grid;
}

.pricing26_row-3:hover {
  color: #fe7333;
  background-color: #f9fafb;
}

.pricing26_row-3.cta {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1.5fr 1fr;
  grid-auto-columns: 1fr;
  padding-top: 0;
  transition-property: none;
  display: grid;
}

.pricing26_row-3.cta:hover {
  background-color: #fff;
}

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

.heading-style-h6-7.text-color-darkblue {
  color: #00386e;
}

.pricing26_plans-6 {
  border: 1px solid #f2f3ff;
  border-radius: 5px;
  width: 100%;
}

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

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

.accordion2_component {
  border: 1px solid #000;
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
}

.pricing2_icon-wrapper {
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-end;
  margin-bottom: 1rem;
  display: flex;
}

.accordion2_top {
  cursor: pointer;
  justify-content: space-between;
  align-items: center;
  padding: 1.25rem 1.5rem;
  display: flex;
}

.pricing2_component {
  background-color: #fff;
  border: 1px solid #62a1d9c2;
  border-radius: 10px;
  padding: 2rem;
}

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

.heading-style-h6-8 {
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1.4;
}

.pricing26_row-content-mobile {
  text-align: center;
  border-left: 1px solid #f2f3ff;
  justify-content: center;
  align-items: center;
  padding: 1rem 1.5rem;
  font-weight: 600;
  display: flex;
}

.section_07-tailored-mobile {
  display: none;
}

.pricing2_divider {
  background-color: #023f7a;
  width: 100%;
  height: 1px;
  margin-top: 2rem;
  margin-bottom: 2rem;
}

.pricing26_row-mobile {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  border-bottom: 1px solid #f2f3ff;
  grid-template-rows: auto;
  grid-template-columns: 1.5fr 1fr 1fr 1fr 1fr;
  align-items: stretch;
  transition: color .15s, background-color .15s;
}

.accordion2_icon {
  align-self: flex-start;
  width: 2rem;
  margin-left: 1.5rem;
  display: flex;
}

.accordion2_bottom {
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  overflow: hidden;
}

.pricing26_feature-mobile {
  padding: 1rem 1.5rem;
}

.text-size-large-8 {
  font-family: Montserrat, sans-serif;
  font-size: 1.25rem;
}

.table-cell-6 {
  color: #b7bbd1;
  text-align: center;
  background-color: #fff;
  border-left: 1px solid #eff5fb;
  border-radius: 0;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding: 20px;
  display: flex;
}

.table-cell-6.background-color-soft-gray {
  background-color: #eff5fb;
}

.table-cell-6.background-color-light-orange {
  background-color: #ffeee6;
}

.section-lets-compare-2 {
  background-color: #cfd7df0d;
  background-image: linear-gradient(#ffffffe6, #ffffffe6), url('../images/loog-light-blue-outline-02.svg');
  background-position: 0 0, 10% 5%;
  background-repeat: repeat, no-repeat;
  background-size: auto, 600px;
  background-attachment: scroll, scroll;
  flex-direction: column;
  align-items: center;
  width: 100%;
  padding: 100px 5%;
  display: flex;
}

.sticky-grid-comparing-2 {
  z-index: 3;
  grid-column-gap: 1px;
  grid-row-gap: 1px;
  color: #edf1fd;
  background-color: #fff;
  border-bottom: 1px solid #f2f3ff;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  grid-template-rows: auto;
  grid-template-columns: 2fr 1fr 1fr 1fr;
  width: 100%;
  max-width: 1200px;
  margin-bottom: 5px;
  padding-top: 0;
  position: sticky;
  top: 71px;
}

.pricing-sticky-bg-wrap-6 {
  border-top-right-radius: 5px;
  padding-top: 0;
}

.table-cell-title-3 {
  color: #000;
  text-align: left;
  background-color: #fff;
  border-radius: 0;
  align-items: center;
  width: 100%;
  height: auto;
  min-height: 75px;
  padding: 10px 20px;
  font-family: Montserrat, sans-serif;
  display: flex;
}

.table-cell-title-3.background-color-gray {
  background-color: #f4f4f4;
}

.pricing-title-wrap-sticky-4 {
  color: #fff;
  text-align: center;
  background-color: #fff;
  border-radius: 0;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  padding: 0 20px;
  font-size: 18px;
  font-weight: 700;
  text-decoration: none;
  transition: all .2s;
  display: flex;
  position: relative;
}

.pricing-title-wrap-sticky-4.top-row-bg-color {
  background-color: #00386e;
}

.pricing-title-wrap-sticky-4.top-row-bg-color.padding-small {
  padding: 1.5rem;
}

.pricing-title-wrap-sticky-4.top-row-bg-color.padding-small.background-color-light-orange {
  background-color: #ffeee6;
}

.pricing-title-wrap-sticky-4.middle {
  background-color: #fff;
}

.pricing-title-wrap-sticky-4.middle.background-color-soft-gray {
  background-color: #eff5fb;
}

.outer-chart-grid-6 {
  grid-column-gap: 1px;
  grid-row-gap: 1px;
  background-color: #fff;
  border-bottom-right-radius: 5px;
  border-bottom-left-radius: 5px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  width: 100%;
}

.bg-planes-blur {
  z-index: 0;
  filter: blur(10px);
  position: absolute;
  inset: 0%;
}

.paper-plane-1 {
  opacity: .3;
  width: 215px;
  position: absolute;
  inset: 19% auto 19% 3%;
}

.paper-plane-2 {
  opacity: .4;
  width: 150px;
  position: absolute;
  inset: 55% 5% 55% auto;
}

.relative-section {
  position: relative;
}

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

.paper-plane-outline-1 {
  width: 500px;
}

.section-background-plane {
  background-image: linear-gradient(#ffffffeb, #ffffffeb), url('../images/loog-light-blue-outline-02.svg');
  background-position: 0 0, -30%;
  background-repeat: repeat, no-repeat;
  background-size: auto, auto 900px;
  background-attachment: scroll, fixed;
}

.paper-plane-3 {
  filter: blur(15px);
  width: 215px;
  position: absolute;
  inset: auto 5% 1% auto;
}

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

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

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

.button-26.is-secondary {
  color: var(--black);
  background-color: #0000;
}

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

.button-26.is-link.is-icon {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
}

.layout253_content {
  flex-direction: column;
  align-items: center;
  position: sticky;
  top: 0;
}

.text-size-medium-4 {
  font-size: 1.125rem;
}

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

.section_layout253 {
  display: none;
}

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

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

.div-block-33 {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  background-color: #d0d5dd4d;
  border-radius: 10px;
  align-items: center;
  display: flex;
}

.text-span-15 {
  color: #c9462e;
}

.pricing-title-wrap-sticky-5 {
  color: #fff;
  text-align: center;
  background-color: #fff;
  border-radius: 0;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  padding: 0 20px;
  font-size: 18px;
  font-weight: 700;
  text-decoration: none;
  transition: all .2s;
  display: flex;
  position: relative;
}

.pricing-title-wrap-sticky-5.top-row-bg-color {
  background-color: #00386e;
}

.pricing-title-wrap-sticky-5.middle {
  background-color: #fff;
}

.pricing-title-wrap-sticky-5.middle.top-row-bg-color {
  background-color: #00386e;
}

.text-size-large-9 {
  font-family: Montserrat, sans-serif;
  font-size: 1.25rem;
}

.table-cell-7 {
  color: #023f7a;
  text-align: center;
  background-color: #fff;
  border-left: 1px solid #eff5fb;
  border-radius: 0;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding: 20px;
  display: flex;
}

.pricing-sticky-bg-wrap-7 {
  border-top-right-radius: 5px;
  padding-top: 0;
}

.sticky-grid-addons-1 {
  z-index: 3;
  grid-column-gap: 1px;
  grid-row-gap: 1px;
  color: #edf1fd;
  background-color: #f2f3ff;
  border-bottom: 1px solid #f2f3ff;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  grid-template-rows: auto;
  grid-template-columns: 1.5fr 1fr 1fr 1fr;
  width: 100%;
  max-width: 1200px;
  margin-bottom: 5px;
  padding-top: 0;
  position: sticky;
  top: 71px;
}

.outer-chart-grid-7 {
  grid-column-gap: 1px;
  grid-row-gap: 1px;
  background-color: #fff;
  border-bottom-right-radius: 5px;
  border-bottom-left-radius: 5px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  width: 100%;
}

.pricing-chart-addons-2 {
  grid-column-gap: 1px;
  grid-row-gap: 0px;
  border-top: 1px solid #eff5fb;
  grid-template-rows: auto;
  grid-template-columns: 1.5fr 1fr 1fr 1fr;
  width: 100%;
  font-size: 18px;
}

.table-cell-title-4 {
  color: #000;
  text-align: left;
  background-color: #fff;
  border-radius: 0;
  align-items: center;
  width: 100%;
  height: auto;
  min-height: 75px;
  padding: 10px 20px;
  font-family: Montserrat, sans-serif;
  display: flex;
}

.table-cell-title-4.background-color-soft-gray {
  background-color: #eff5fb;
}

.section_08-storage-details {
  border-top: 5px solid #fe7333;
}

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

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

.text-align-center-19.margin-bottom.margin-huge {
  margin-bottom: 4rem;
}

.padding-section-large-12 {
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  padding-top: 5rem;
  padding-bottom: 2rem;
  display: block;
}

.heading-style-h6-9 {
  color: #023f7a;
  font-family: Montserrat, sans-serif;
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1.4;
}

.text-span-16 {
  color: #c9462e;
}

.section-finance-process {
  background-image: url('../images/Send-123-Process-16_9-_2_.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: auto;
  position: relative;
}

.custom-div-finance {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.custom-div-finance.mobile, .custom-div-finance.tablet {
  display: none;
}

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

.custom_b-2.is-center {
  justify-content: center;
}

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

.tab-content-replace-this-div {
  text-align: center;
  border: 2px dashed #0000001a;
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
  height: 20rem;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.tab6_tabs-menu {
  flex-direction: column;
  align-items: flex-start;
  margin-top: 4rem;
  display: flex;
}

.tab6_tab-link {
  grid-column-gap: .25rem;
  grid-row-gap: .25rem;
  text-align: center;
  background-color: #0000;
  border-top: 1.5px solid #0000;
  flex-direction: column;
  align-items: center;
  width: 100%;
  padding: 1rem 1.5rem;
  display: flex;
}

.tab6_tab-link.w--current {
  border-top-color: var(--black);
  background-color: #0000;
}

.heading-style-h6-10 {
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1.4;
}

.tabs {
  grid-column-gap: 2rem;
  grid-row-gap: 0rem;
  justify-content: space-around;
  align-items: center;
  display: flex;
}

.tabs-menu {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  flex-direction: column;
  width: 30%;
  display: flex;
}

.tabs-content {
  width: 70%;
  height: 100%;
}

.tab-style {
  background-color: #fff;
  border: 1px solid #1d293926;
  border-radius: 10px;
  flex-direction: column;
  justify-content: center;
  height: 8rem;
  display: flex;
}

.tab-style:hover {
  background-color: #fafdff;
  border-color: #1d29394d;
}

.tab-style.w--current {
  background-color: var(--blue-footer);
  color: var(--white);
}

.tab-pane-tab-1 {
  height: 100%;
}

.image-32 {
  object-fit: contain;
  width: 100%;
  height: 28rem;
  display: block;
}

.div-block-34 {
  flex-direction: column;
  display: flex;
}

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

.grid-icons._01 {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  grid-template-columns: 1fr 1fr 1fr;
  margin-bottom: 4rem;
}

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

.image-33 {
  width: 6rem;
  height: 6rem;
}

.icon-svg-style {
  object-fit: cover;
  width: 6rem;
  height: 6rem;
}

.text-size-medium-5 {
  font-size: 1.125rem;
}

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

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

.button-27.is-link.is-icon {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
}

.button-27.is-secondary {
  color: var(--black);
  background-color: #0000;
}

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

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

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

.div-block-35 {
  height: 7rem;
}

.image-34 {
  object-fit: cover;
  width: 100%;
  height: 8rem;
}

.hide-miniheading {
  display: none;
}

.image-35, .image-36 {
  width: 10rem;
  margin-bottom: 1rem;
}

.image-37 {
  width: 9rem;
  margin-bottom: 1rem;
}

.text-size-medium-6 {
  font-size: 1.125rem;
}

.layout408_card {
  grid-column-gap: 0rem;
  grid-row-gap: 0rem;
  border: 1px solid var(--black);
  background-color: var(--white);
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-content: center;
  align-items: stretch;
  height: 80vh;
  margin-bottom: 10vh;
  display: grid;
  position: sticky;
  top: 10%;
  overflow: hidden;
}

.layout408_card-content {
  flex-direction: column;
  justify-content: center;
  padding: 3rem;
  display: flex;
}

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

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

.button-28.is-link.is-icon {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
}

.button-28.is-secondary {
  color: var(--black);
  background-color: #0000;
}

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

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

.layout408_component {
  grid-column-gap: 0rem;
  grid-row-gap: 0rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  position: sticky;
  top: 0;
}

.text-size-medium-7 {
  font-size: 1.125rem;
}

.layout409_card-content {
  flex-direction: column;
  justify-content: center;
  padding: 3rem;
  display: flex;
}

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

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

.button-29.is-link.is-icon {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
}

.button-29.is-secondary {
  color: var(--black);
  background-color: #0000;
}

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

.layout409_component {
  grid-column-gap: 0rem;
  grid-row-gap: 0rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  position: sticky;
  top: 0;
}

.layout409_component.hide {
  display: none;
}

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

.layout409_card {
  grid-column-gap: 0rem;
  grid-row-gap: 0rem;
  border: 1px solid var(--black);
  background-color: var(--white);
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-content: center;
  align-items: stretch;
  height: 80vh;
  margin-bottom: 10vh;
  display: grid;
  position: sticky;
  top: 10%;
  overflow: hidden;
}

.layout409_card.card-1.style, .layout409_card.card-2.style, .layout409_card.card-3.style, .layout409_card.style {
  border-color: var(--white);
  border-radius: 20px;
  padding: 1.5rem;
  box-shadow: 0 7px 18px 2px #00000021;
}

.image-38 {
  width: 5rem;
}

.section-ecommerce-full {
  background-image: linear-gradient(to top, #5b677024, #fff 35%);
}

.grid-icons_02 {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  flex-direction: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.grid-icons_02._01 {
  margin-bottom: 4rem;
}

.image-39 {
  width: 4rem;
  height: 4rem;
}

.container-icons {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 4rem;
  display: grid;
}

.grid-icon-item-2 {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  background-color: #fff;
  border-radius: 20px;
  flex-direction: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  padding: 1rem;
  display: grid;
  box-shadow: 0 2px 10px #0000000f;
}

.icon-svg-style-2 {
  object-fit: contain;
  width: 4rem;
  height: 4rem;
}

.text-size-regular-2 {
  color: #000;
  font-family: Montserrat, sans-serif;
  font-size: 1rem;
}

.text-size-large-10 {
  font-family: Montserrat, sans-serif;
  font-size: 1.25rem;
}

.bold-text-8, .bold-text-4, .bold-text-11, .bold-text-5, .bold-text-7 {
  color: #000;
}

.team4_image-2 {
  z-index: 2;
  object-fit: cover;
  object-position: 50% 50%;
  border-radius: 100px;
  width: 10rem;
  height: 10rem;
  margin-left: auto;
  margin-right: auto;
  position: absolute;
  inset: 0%;
}

.team4_image-2.jesus {
  object-position: 50% 0%;
}

.custom-team-card-3 {
  z-index: 4;
  color: #000;
  background-color: #f9fafb;
  border: 1px solid #1018281c;
  border-radius: 20px;
  flex-direction: column;
  align-items: stretch;
  height: 100%;
  padding: 2rem 1.5rem;
  display: flex;
  position: relative;
  box-shadow: 2px 3px 10px -4px #0000001c;
}

.custom-team-card-3:hover {
  border-color: #62a1d98f;
}

.div-block-30_2 {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  background-color: #fff;
  border-radius: 20px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 40%;
  padding-top: 2rem;
  padding-bottom: 2rem;
  display: flex;
  box-shadow: 7px 6px 9px 8px #0000001a;
}

.dropdown, .dropdown-toggle {
  width: 100%;
}

.dropdown-list {
  display: block;
}

.navbar7_bottom-bar-background-layer {
  background-color: var(--\<unknown\|relume-variable-color-neutral-3\>);
  width: 200vw;
  position: absolute;
  inset: 0% -50vw;
}

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

.button-30 {
  border: 1px solid var(--\<unknown\|relume-variable-color-neutral-1\>);
  background-color: var(--\<unknown\|relume-variable-color-neutral-1\>);
  color: var(--\<unknown\|relume-variable-color-neutral-2\>);
  text-align: center;
  padding: .75rem 1.5rem;
  text-decoration: none;
}

.button-30.is-secondary {
  color: var(--\<unknown\|relume-variable-color-neutral-1\>);
  background-color: #0000;
}

.button-30.is-secondary.is-alternate {
  color: var(--\<unknown\|relume-variable-color-neutral-2\>);
  background-color: #0000;
}

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

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

.button-30.is-link.is-icon {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
}

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

.navbar7_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: .5rem;
  padding-bottom: .5rem;
  text-decoration: none;
  display: grid;
}

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

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

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

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

.navbar7_bottom-bar-left {
  grid-column-gap: .5rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: max-content minmax(max-content, 1fr);
  grid-auto-columns: 1fr;
  display: grid;
  position: relative;
}

.text-style-link-2 {
  color: var(--\<unknown\|relume-variable-link-color-1\>);
  text-decoration: underline;
}

.navbar7_dropdown-content {
  width: 100%;
  display: flex;
}

.navbar7_icon-wrapper {
  flex: none;
}

.navbar7_dropdown-list.w--open {
  border-bottom: 1px solid var(--\<unknown\|relume-variable-border-color-1\>);
  background-color: var(--\<unknown\|relume-variable-color-neutral-2\>);
  width: 100vw;
  max-width: 100%;
  padding-left: 5%;
  padding-right: 5%;
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  overflow: hidden;
}

.navbar7_dropdown-content-left {
  grid-column-gap: 2rem;
  grid-row-gap: 0px;
  flex: 1;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  padding-top: 2rem;
  padding-bottom: 2rem;
  padding-left: 0;
  display: grid;
}

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

.navbar7_component {
  border-bottom: 1px solid var(--\<unknown\|relume-variable-border-color-1\>);
  background-color: var(--\<unknown\|relume-variable-color-neutral-2\>);
  align-items: center;
  width: 100%;
  min-height: 4.5rem;
  padding-left: 5%;
  padding-right: 5%;
  display: flex;
}

.navbar7_menu-dropdown {
  position: static;
}

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

.text-size-small-4.text-weight-semibold.text-inline {
  display: inline;
}

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

.navbar7_menu {
  flex: 1;
  justify-content: space-between;
  align-items: center;
  margin-left: 1.5rem;
  display: flex;
  position: static;
}

.navbar7_bottom-bar {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding-top: 1rem;
  padding-bottom: 1rem;
  display: flex;
  position: relative;
}

.navbar7_link {
  padding: 1.5rem 1rem;
}

.navbar7_link.w--current {
  color: var(--\<unknown\|relume-variable-color-neutral-1\>);
}

.navbar7_dropdown-toggle {
  grid-column-gap: .5rem;
  align-items: center;
  padding: 1.5rem 1rem;
  display: flex;
}

.navbar7_bottom-bar-right {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  display: flex;
  position: relative;
}

.navbar7_menu-button {
  padding: 0;
}

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

.section_home_hero-header {
  position: relative;
}

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

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

.text-color-white-3 {
  color: var(--\<unknown\|relume-variable-color-neutral-2\>);
}

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

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

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

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

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

.home_services_tabs-link.w--current {
  opacity: 1;
  background-color: #0000;
  border-left-color: #000;
}

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

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

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

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

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

.home_blog-list_heading {
  flex: 1;
}

.home_blog-list_category {
  background-color: var(--\<unknown\|relume-variable-color-neutral-3\>);
  margin-right: 1rem;
  padding: .25rem .5rem;
  display: flex;
}

.home_blog-list_item-content {
  flex-direction: column;
  flex: 1;
  justify-content: space-between;
  padding: 1.5rem;
  display: flex;
}

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

.home_blog-list_meta-wrapper {
  align-items: center;
  margin-bottom: 1rem;
  display: flex;
}

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

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

.home_blog-list_item {
  border: 1px solid var(--\<unknown\|relume-variable-border-color-1\>);
}

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

.home_blog-list_item-link {
  flex-direction: column;
  justify-content: flex-start;
  height: 100%;
  text-decoration: none;
  display: flex;
}

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

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

.home_blog-list_button-wrapper {
  margin-top: 1.5rem;
  display: flex;
}

.home_blog-list_title-wrapper {
  margin-bottom: .5rem;
}

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

.home_blog-list_button-row.show-mobile-landscape {
  display: none;
}

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

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

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

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

.home_testimonial_divider {
  background-color: var(--\<unknown\|relume-variable-color-neutral-1\>);
  align-self: stretch;
  width: 1px;
  margin-left: 1.25rem;
  margin-right: 1.25rem;
}

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

.home_testimonial_rating-icon {
  color: var(--\<unknown\|relume-variable-color-neutral-1\>);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-right: .25rem;
  display: flex;
}

.home_testimonial_logo {
  max-height: 3rem;
}

.home_testimonial_rating-wrapper {
  display: flex;
}

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

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

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

.line-divider-4 {
  background-color: var(--\<unknown\|relume-variable-color-neutral-1\>);
  width: 100%;
  height: 1px;
}

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

.layout364_component_edited-copy {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  width: 70%;
  margin-left: auto;
  margin-right: auto;
}

.custom-team-card-4 {
  z-index: 4;
  color: #000;
  background-color: #f9fafb;
  border: 1px solid #1018281c;
  border-radius: 20px;
  flex-direction: column;
  align-items: stretch;
  height: 100%;
  padding: 2rem 1.5rem;
  display: flex;
  position: relative;
  box-shadow: 2px 3px 10px -4px #0000001c;
}

.custom-team-card-4:hover {
  border-color: #62a1d98f;
}

.team4_image-wrapper-2 {
  justify-content: center;
  width: auto;
  height: 10rem;
  padding-top: 0%;
  display: flex;
  position: relative;
  overflow: visible;
}

.div-block-36 {
  padding-top: 4rem;
  padding-bottom: 1rem;
}

.footer2_link-2 {
  color: var(--white);
  padding-top: .5rem;
  padding-bottom: .5rem;
  font-family: Montserrat, sans-serif;
  font-size: .875rem;
  font-weight: 400;
  text-decoration: none;
}

.footer2_link-2:hover {
  color: #fff;
  font-weight: 500;
}

.footer2_link-2.w--current {
  height: auto;
}

.text-size-small-5 {
  color: #000;
  font-family: Montserrat, sans-serif;
  font-size: .875rem;
}

.text-size-small-5.text-align-center {
  color: #000;
}

.link-block-2 {
  width: 24px;
  min-width: auto;
  height: 24px;
}

.div-block-37 {
  background-color: #d3d3d3;
  height: 1px;
}

.link-block-3 {
  width: 24px;
  height: 24px;
}

.image-40 {
  width: 12rem;
}

.footer2_left-wrapper-2 {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr .75fr 1fr 1fr;
  align-items: start;
}

.image-41 {
  width: 40%;
}

.text-weight-semibold {
  color: #000;
  font-weight: 600;
}

.text-weight-semibold.text-color-white {
  color: #fff;
}

.text-weight-semibold.footer {
  color: #fff;
  font-size: .875rem;
}

.bold-text-17 {
  text-transform: uppercase;
}

.grid-socials {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: 24px;
  grid-template-columns: 24px 24px 24px;
  grid-auto-columns: 1fr;
  padding-top: .5rem;
  padding-bottom: .5rem;
  display: grid;
}

.link-block-4 {
  width: 24px;
  height: 24px;
}

.footer2_top-wrapper_new {
  grid-column-gap: 8vw;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: 2fr;
  align-items: start;
}

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

.footer2_link-list-2.custom-03 {
  width: auto;
}

.footer2_link-list-2.custom-02 {
  width: auto;
  padding-left: 2rem;
}

.footer2_link-list-2.custom-copy {
  width: auto;
  padding-right: 10%;
}

.image-42 {
  width: 24px;
}

.div-block-38 {
  justify-content: center;
  display: flex;
}

.image-43 {
  width: 40rem;
}

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

.layout364_card-4 {
  border: 1px solid #000;
  flex-direction: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: stretch;
  display: flex;
}

.layout364_card-4.edited {
  border-style: none;
  border-radius: 10px;
}

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

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

.tab-link-tab-1 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  color: #000;
  background-color: #fff;
  border-radius: 10px;
  grid-template-rows: auto;
  grid-template-columns: auto 1fr;
  grid-auto-columns: 1fr;
  padding: 1rem;
  display: grid;
  box-shadow: 0 2px 5px #00000012;
}

.tab-link-tab-1.w--current {
  color: #000;
  background-color: #eaf4ff;
}

.div-block-63 {
  padding-top: 4rem;
  padding-bottom: 1rem;
}

.calendar-div-grid {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 66%;
  margin-left: auto;
  margin-right: auto;
  display: grid;
  position: relative;
}

.calendar-div-grid.contact {
  grid-template-columns: 1fr;
  width: 50%;
}

.section-21 {
  background-image: linear-gradient(#003f7cb0, #003f7cb0), url('../images/jpeg-optimizer_pexels-luis-gomes-546819.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  height: 100%;
  overflow: hidden;
}

.section-contact-locations {
  background-color: #fff;
  padding-top: 20px;
}

.text-size-small-6 {
  color: #000;
  font-family: Montserrat, sans-serif;
  font-size: .875rem;
}

.text-size-small-6.text-align-center.gray {
  color: #666;
}

.text-size-small-6.text-align-center, .text-size-small-6.text-align-center.white {
  color: #fff;
}

.text-size-small-6.text-align-center {
  color: #000;
}

.image-44 {
  width: 11rem;
}

.section-17-copy {
  background-color: #eaf4ff;
}

.div-shadow-warehouse {
  background-color: #fff;
  border-radius: 15px;
  padding: 1.5rem 1rem 1rem 1.5rem;
  box-shadow: 0 2px 9px 1px #00000021;
}

.div-block-57 {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-direction: column;
  display: flex;
}

.div-block-58 {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  justify-items: stretch;
  display: grid;
}

.representative-team-card {
  z-index: 4;
  color: #000;
  background-color: #f9fafb;
  border: 1px solid #1018281c;
  border-radius: 20px;
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  width: 100%;
  height: 100%;
  padding: 0;
  display: flex;
  position: relative;
  box-shadow: 2px 3px 10px -4px #0000001c;
}

.representative-team-card:hover {
  border-color: #62a1d98f;
}

.contact-section-img {
  border-radius: 20px;
  width: 100%;
  height: 100%;
}

.div-block-64 {
  background-color: #d3d3d3;
  height: 1px;
}

.no-shadow-card {
  grid-column-gap: 16px;
  grid-row-gap: 0px;
  background-color: #fff;
  border-radius: 20px;
  grid-template-rows: auto;
  grid-template-columns: auto 1fr auto;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: center;
  padding: .5rem 1rem .5rem 0;
  display: flex;
}

.section-our-locations {
  background-color: #e6e6e6;
}

.custom-span {
  color: #fe7333;
  margin-bottom: .2rem;
  font-family: Montserrat, sans-serif;
  font-size: .875rem;
  font-weight: 500;
  display: block;
}

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

.footer2_link-3 {
  padding-top: .5rem;
  padding-bottom: .5rem;
  font-family: Montserrat, sans-serif;
  font-size: .875rem;
  font-weight: 400;
  text-decoration: none;
}

.footer2_link-3:hover {
  color: #6e6e6e;
  font-weight: 500;
}

.layout364_card-content-3 {
  background-color: #fff;
  border: 0 #000;
  border-radius: 10px;
  flex-direction: column;
  flex: 1;
  justify-content: space-between;
  padding: 2rem;
  display: flex;
  box-shadow: 0 6px 15px -1px #0003;
}

.team4_image-wrapper-3 {
  justify-content: center;
  width: auto;
  height: 10rem;
  padding-top: 0%;
  display: flex;
  position: relative;
  overflow: visible;
}

.tabs-2 {
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  flex-direction: row;
  grid-template-rows: auto;
  grid-template-columns: 1.5fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  display: none;
}

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

.footer2_left-wrapper-3 {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr .75fr 1fr 1fr;
  align-items: start;
}

.section-contact-us-01 {
  background-color: #fafafa;
  display: block;
}

.div-calendar {
  background-color: #fff0;
  border-radius: 10px;
  height: 100%;
  padding: 0 2rem;
}

.image-45 {
  width: 40%;
}

.html-embed {
  height: 100%;
  margin-bottom: 0;
  overflow: hidden;
}

.contact29_map {
  border-radius: 10px;
  width: 100%;
  height: 100%;
}

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

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

.section-22 {
  background-color: #fff;
  border-top: 2px solid #d3d3d3;
}

.card-link-gilles {
  flex-direction: column;
  justify-content: center;
  width: 100%;
  height: 100%;
  padding: 1rem;
  text-decoration: none;
  display: flex;
}

.image-46 {
  width: 4rem;
  height: 4rem;
}

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

.layout1_image-wrapper-2 {
  object-fit: cover;
  width: 100%;
  height: auto;
}

.div-block-48 {
  border-radius: 10px;
  height: 100%;
  display: none;
  overflow: hidden;
}

.navbar1_component-6 {
  background-color: #fff;
  align-items: center;
  width: 100%;
  height: 4.5rem;
  min-height: 4rem;
  padding-left: 5%;
  padding-right: 5%;
  display: flex;
  position: sticky;
  top: 0;
  box-shadow: 0 2px 7px -2px #00000026;
}

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

.bold-text-18 {
  text-transform: uppercase;
}

.text-align-center-22 {
  text-align: center;
  font-family: Montserrat, sans-serif;
}

.navbar1_link_edit-6 {
  color: #373e43;
  padding: .5rem 1rem;
  font-family: Montserrat, sans-serif;
  font-size: .9rem;
}

.navbar1_link_edit-6:hover {
  color: #6b767e;
}

.navbar1_link_edit-6.w--current {
  color: #373e43;
  font-weight: 500;
}

.calendly-img {
  z-index: 2;
  object-fit: cover;
  object-position: 50% 50%;
  border-radius: 100px;
  width: 8rem;
  height: 8rem;
  margin-left: auto;
  margin-right: auto;
  position: absolute;
  inset: 0%;
}

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

.image-47 {
  width: 52px;
  height: 52px;
}

.section-25 {
  background-image: linear-gradient(to top, #eaf4ff, #fff);
}

.calendly-img-wrapper {
  justify-content: center;
  width: auto;
  height: 8rem;
  padding-top: 0%;
  display: flex;
  position: relative;
  overflow: visible;
}

.text-loc {
  font-family: Montserrat, sans-serif;
  font-size: .875rem;
}

.text-block-13 {
  font-family: Montserrat, sans-serif;
  font-size: 1.125rem;
  font-weight: 700;
}

.text-size-small-8 {
  font-family: Montserrat, sans-serif;
  font-size: .875rem;
}

.button_p_orange-4 {
  color: #fff;
  text-align: center;
  background-color: #fe5000;
  border: 1px solid #fe5000;
  border-radius: 5px;
  padding: .75rem 1.5rem;
  font-family: Montserrat, sans-serif;
  font-size: .9rem;
  font-weight: 600;
}

.button_p_orange-4:hover {
  background-color: #fe7333;
  border-color: #fe7333;
}

.button_p_orange-4.secpmdary {
  padding: .5rem 1rem;
  font-size: .85rem;
}

.card-link-pedram {
  flex-direction: column;
  justify-content: center;
  width: 100%;
  height: 100%;
  padding: 1rem;
  text-decoration: none;
  display: flex;
}

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

.contact-info-card {
  grid-column-gap: 16px;
  grid-row-gap: 0px;
  background-color: #fff;
  border-radius: 20px;
  grid-template-rows: auto;
  grid-template-columns: auto 1fr;
  grid-auto-columns: 1fr;
  padding: 1rem;
  display: grid;
  box-shadow: 0 2px 6px 1px #00000012;
}

.div-block-66 {
  justify-content: center;
  display: flex;
}

.tab-pane-tab-1-2 {
  width: 100%;
  height: 100%;
}

.calendar-popup-modal-01 {
  z-index: 10;
  background-color: #0000008c;
  justify-content: center;
  align-items: center;
  width: 100vw;
  height: 100%;
  display: none;
  position: fixed;
  inset: 0%;
}

.calendly-div {
  background-color: #fff;
  border-radius: 10px;
  width: auto;
  min-width: 700px;
  height: 500px;
  padding: 2rem;
  position: relative;
  overflow: hidden;
}

.link-block-9 {
  margin-top: 8px;
  margin-right: 8px;
  text-decoration: none;
  display: flex;
  position: absolute;
  inset: 0% 0% auto auto;
}

.text-block-15 {
  font-family: Montserrat, sans-serif;
  font-weight: 600;
  line-height: 1;
}

.custom-team-card-5 {
  z-index: 4;
  color: #000;
  background-color: #f9fafb;
  border: 1px solid #1018281c;
  border-radius: 20px;
  flex-direction: column;
  align-items: stretch;
  height: 100%;
  padding: 2rem 1.5rem;
  display: flex;
  position: relative;
  box-shadow: 2px 3px 10px -4px #0000001c;
}

.custom-team-card-5:hover {
  border-color: #62a1d98f;
}

.team4_image-wrapper-4 {
  justify-content: center;
  width: auto;
  height: 10rem;
  padding-top: 0%;
  display: flex;
  position: relative;
  overflow: visible;
}

.team4_image-3 {
  z-index: 2;
  object-fit: cover;
  object-position: 50% 50%;
  border-radius: 100px;
  width: 10rem;
  height: 10rem;
  margin-left: auto;
  margin-right: auto;
  position: absolute;
  inset: 0%;
}

.team4_image-3.jesus {
  object-position: 50% 0%;
}

.div-block-77 {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  flex-flow: wrap;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  display: grid;
}

.text-size-small-7 {
  font-family: Montserrat, sans-serif;
  font-size: .875rem;
}

.calendly-div_edit {
  background-color: #fff;
  border-radius: 10px;
  width: auto;
  min-width: 800px;
  height: auto;
  margin-top: 5rem;
  padding: 1rem 2rem;
  position: relative;
  overflow: hidden;
}

.html-embed-2 {
  height: 80vh;
  max-height: 80vh;
  overflow: visible;
}

.faq2_component-2 {
  border-bottom: 1px solid #000;
}

.text-size-medium-27 {
  font-size: 1.125rem;
}

.image-50 {
  width: 40rem;
}

.text-size-small-15 {
  font-family: Montserrat, sans-serif;
  font-size: .875rem;
}

.faq2_question-2 {
  cursor: pointer;
  border-top: 1px solid #000;
  justify-content: space-between;
  align-items: center;
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
  display: flex;
}

.logo4-wrapper {
  padding-bottom: 0;
  padding-right: 0;
}

.browsers {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  color: var(--white);
  justify-content: center;
  align-items: center;
  margin: 20px 0 0;
  display: flex;
}

.brosers-wrapper {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  display: flex;
}

.browser-text {
  grid-column-gap: 13px;
  grid-row-gap: 13px;
  display: flex;
}

.text-browser-version {
  color: #fff;
  align-self: center;
  font-family: Montserrat, sans-serif;
  font-size: 11px;
}

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

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

.location-card {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: var(--white);
  border-radius: 20px;
  flex-flow: column;
  padding: 1.5rem 1.5rem 1.5rem 2rem;
  display: flex;
  position: relative;
  box-shadow: 0 2px 9px 1px #00000021;
}

.orange-border {
  background-color: var(--orange);
  border-top-right-radius: 8px;
  border-bottom-right-radius: 8px;
  width: 6px;
  position: absolute;
  inset: 15% auto 15% 0%;
}

.location-link {
  color: var(--blue-footer);
  align-items: center;
  margin-top: 0;
  font-family: Montserrat, sans-serif;
  font-size: 13px;
  font-weight: 500;
  line-height: 1.4em;
  text-decoration: underline;
  display: flex;
}

.field {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-flow: column;
  padding-top: 0;
  display: block;
}

.contact-information-fields {
  grid-column-gap: 32px;
  grid-row-gap: 16px;
  flex-flow: wrap;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

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

.bs-address-section, .duns-section {
  padding-top: 16px;
  padding-bottom: 16px;
}

.request-information-fields {
  grid-column-gap: 32px;
  grid-row-gap: 16px;
  flex-flow: wrap;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.label-below-input {
  color: #666;
  margin-bottom: 0;
  padding-top: 4px;
  font-family: Montserrat, sans-serif;
  font-size: 13px;
  font-weight: 400;
}

.label-below-input.margin-0 {
  margin-bottom: 0;
}

.form-input-5 {
  color: #6b767e;
  background-color: #fff;
  border: 1px solid #6b767e78;
  border-radius: 5px;
  min-width: 10rem;
  max-width: none;
  height: auto;
  min-height: 2.75rem;
  margin-bottom: 0;
  padding: .5rem .75rem;
  font-family: Montserrat, sans-serif;
  font-size: 1rem;
  line-height: 1.6;
}

.form-input-5:focus {
  color: #000;
  border-width: 1.5px;
  border-color: #255db4;
}

.form-input-5::placeholder {
  color: #0009;
}

.client-checklist {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  text-align: center;
  background-color: #f4f6f8;
  border-bottom: 1px #e4ebf3;
  flex-flow: column;
  padding: 80px 5% 40px;
  font-family: Montserrat, sans-serif;
  display: flex;
  position: relative;
}

.client-checklist.background-color-orange {
  background-color: #fe7333;
  background-image: linear-gradient(#00000080, #00000080), url('../images/pexels-rdne-stock-project-8292884.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
}

.client-checklist.background-color-orange.customized {
  background-image: linear-gradient(#00000047, #00000047), url('../images/pexels-rdne-stock-project-8292884-progressive.jpg');
  background-position: 0 0, 50% 35%;
  padding-top: 10rem;
  padding-bottom: 10rem;
}

.client-checklist.background-color-deep-blue {
  background-color: #62a1d9;
}

.client-checklist.background-color-deep-blue.custom-aff {
  background-image: linear-gradient(#00000080, #00000080), url('../images/pexels-pixabay-265087-progressive.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  padding-top: 10rem;
  padding-bottom: 10rem;
}

.client-checklist.background-color-deep-blue.client-app-form {
  background-image: linear-gradient(#00000080, #00000080), url('../images/pexels-sora-shimazaki-5668842-1-progressive.jpg');
  background-position: 0 0, 50% 60%;
  background-size: auto, cover;
  padding-top: 10rem;
  padding-bottom: 10rem;
}

.client-checklist.neuvora {
  padding-top: 40px;
}

.checklist-items {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 1.5rem;
  display: grid;
}

.checklist-item {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  background-color: var(--white);
  text-align: left;
  border-radius: 20px;
  justify-content: flex-start;
  align-items: center;
  padding: 20px;
  display: flex;
  box-shadow: 0 0 11px #00000012;
}

.checklist-vector {
  justify-content: center;
  align-items: center;
  display: flex;
}

.code-embed {
  display: flex;
}

.conditions {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  background-color: var(--white);
  text-align: left;
  border-radius: 20px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  padding: 30px 40px 40px;
  display: flex;
  position: static;
  top: 86%;
  left: 5%;
  right: 5%;
  box-shadow: 0 0 11px #00000012;
}

.list-of-conditions {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.conditions-section {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  text-align: center;
  background-color: #f4f6f8;
  background-image: linear-gradient(#0000 50%, #fff 50%);
  border-bottom: 1px #e4ebf3;
  flex-flow: column;
  padding: 0 5%;
  font-family: Montserrat, sans-serif;
  display: flex;
  position: relative;
}

.conditions-section.background-color-orange {
  background-color: #fe7333;
  background-image: linear-gradient(#00000080, #00000080), url('../images/pexels-rdne-stock-project-8292884.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
}

.conditions-section.background-color-orange.customized {
  background-image: linear-gradient(#00000047, #00000047), url('../images/pexels-rdne-stock-project-8292884-progressive.jpg');
  background-position: 0 0, 50% 35%;
  padding-top: 10rem;
  padding-bottom: 10rem;
}

.conditions-section.background-color-deep-blue {
  background-color: #62a1d9;
}

.conditions-section.background-color-deep-blue.custom-aff {
  background-image: linear-gradient(#00000080, #00000080), url('../images/pexels-pixabay-265087-progressive.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  padding-top: 10rem;
  padding-bottom: 10rem;
}

.conditions-section.background-color-deep-blue.client-app-form {
  background-image: linear-gradient(#00000080, #00000080), url('../images/pexels-sora-shimazaki-5668842-1-progressive.jpg');
  background-position: 0 0, 50% 60%;
  background-size: auto, cover;
  padding-top: 10rem;
  padding-bottom: 10rem;
}

.content {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  background-image: linear-gradient(#f4f6f8 50%, #fff 50%);
  flex-flow: column;
  padding-bottom: 40px;
  padding-left: 5%;
  padding-right: 5%;
  display: flex;
}

.condition {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  border-right: 1px solid #dcdcdc;
  justify-content: flex-start;
  align-items: flex-start;
  padding-right: 20px;
  display: flex;
}

.condition.last {
  border-right-style: none;
}

.ic-condition {
  display: flex;
}

.documents-fields {
  grid-column-gap: 32px;
  grid-row-gap: 16px;
  flex-flow: wrap;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-bottom: 20px;
  display: grid;
}

.upload-section {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  background-color: #eef5f7;
  border: 1px dashed #005eb8;
  border-radius: 8px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  padding: 20px 8px;
  display: flex;
}

.upload-section.double {
  flex-flow: column;
  justify-content: flex-start;
  align-items: stretch;
}

.link-block-10 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: var(--orange-send);
  color: var(--white);
  border-radius: 4px;
  padding: 10px 20px;
  font-family: Montserrat, sans-serif;
  font-size: 14px;
  text-decoration: none;
  display: inline-flex;
}

.code-embed-2 {
  display: flex;
}

.div-block-78 {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.div-block-79 {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  display: flex;
}

.team4_image-wrapper-5 {
  justify-content: center;
  width: auto;
  height: 10rem;
  padding-top: 0%;
  display: flex;
  position: relative;
  overflow: visible;
}

.calendly-img-2 {
  z-index: 2;
  object-fit: cover;
  object-position: 50% 50%;
  border-radius: 100px;
  width: 10rem;
  height: 10rem;
  margin-left: auto;
  margin-right: auto;
  position: absolute;
  inset: 0%;
}

.div-block-80 {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  flex-flow: column;
  display: flex;
}

.text-brackets {
  color: #666;
  font-family: Montserrat, sans-serif;
  font-size: 13px;
}

.text-brackets.text-color-gray {
  color: #525d65;
}

.text-brackets.text-color-white_2 {
  color: #ffffffbf;
}

.text-brackets.text-weight-semibold.tex-color-orange, .text-brackets.text-weight-semibold.orange {
  color: var(--dark-orange);
}

.text-brackets.text-weight-semibold.tex-color-orange {
  color: #fe7333;
}

.text-brackets.text-color-footer-gray {
  color: #4a5764;
}

.overlay-test {
  z-index: 1;
  background-color: #000c;
  display: none;
  position: absolute;
  inset: 0%;
}

.overlay-test.test {
  z-index: 1;
  background-color: #0009;
  display: block;
}

.max-width-medium-copy-copy {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 60rem;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.div-block-81 {
  background-color: #00000073;
  display: flex;
  position: absolute;
  inset: 0%;
}

.section-26 {
  position: relative;
}

.div-block-82 {
  height: 200rem;
}

.div-block-83 {
  mix-blend-mode: overlay;
  background-color: #00000073;
  display: none;
  position: absolute;
  inset: 0%;
}

.div-block-83._2 {
  position: static;
}

.play-pause-button {
  display: none;
}

.div-block-84 {
  -webkit-text-fill-color: inherit;
  mix-blend-mode: normal;
  background-clip: border-box;
}

.uui-layout04_item-3 {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  background-color: #fff;
  border: 1px solid #3440541a;
  border-radius: 10px;
  flex-flow: column;
  padding: 15px 20px;
  display: flex;
}

.uui-layout04_item-3:hover {
  border-color: #62a1d9c2;
}

.header50_background-image-wrapper-2 {
  z-index: -1;
  position: absolute;
  inset: 0%;
}

.padding-section-large-11-2 {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  height: 32.3rem;
  padding: 0;
  display: flex;
}

.copyright {
  color: #fff;
  justify-content: center;
  align-items: center;
  display: flex;
}

.bold-text-19 {
  text-transform: uppercase;
}

.image-51 {
  width: 11rem;
}

.padding-bottom-footer {
  padding: 0 0 2rem;
}

.button_p_orange-5 {
  color: #fff;
  text-align: center;
  background-color: #fe5000;
  border: 1px solid #fe5000;
  border-radius: 5px;
  padding: .75rem 1.5rem;
  font-family: Montserrat, sans-serif;
  font-size: .9rem;
  font-weight: 600;
}

.button_p_orange-5:hover {
  background-color: #fe7333;
  border-color: #fe7333;
}

.button_p_orange-5.secpmdary {
  padding: .5rem 1rem;
  font-size: .85rem;
}

.div-block-112 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 200px 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  place-items: start stretch;
  display: grid;
}

.certificates-logos {
  grid-column-gap: 28px;
  grid-row-gap: 28px;
  justify-content: flex-start;
  align-items: center;
  height: auto;
  display: flex;
}

.footer2_link-4 {
  color: #fff;
  padding-top: .5rem;
  padding-bottom: .5rem;
  font-family: Montserrat, sans-serif;
  font-size: .875rem;
  font-weight: 400;
  text-decoration: none;
}

.footer2_link-4:hover {
  color: #fff;
  font-weight: 500;
}

.footer2_link-4.w--current {
  height: auto;
}

.browsers-and-certificates {
  color: #fff;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

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

.divider {
  background-color: #c5d1dd;
  width: 100%;
  height: 1px;
  position: static;
  top: 268px;
  left: 0;
}

.divider._40 {
  background-color: #fff6;
}

.footer-bottom {
  background-color: #002249;
  padding-left: 5%;
  padding-right: 5%;
}

.flex-v {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-flow: column;
  padding-top: 20px;
  padding-bottom: 20px;
  display: flex;
}

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

.certificate-logo {
  vertical-align: baseline;
  height: 100%;
}

.certificate-logo.s {
  height: 37px;
}

.div-block-113 {
  padding-top: 3rem;
  padding-bottom: 1rem;
}

.text-s-footer {
  font-family: Montserrat, sans-serif;
  font-size: .813rem;
}

.footer2_logo-link-2 {
  padding-left: 0;
}

.browsers-2 {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 0;
  margin-left: 0;
  margin-right: 0;
  font-weight: 400;
  display: flex;
}

.custom-text {
  margin-top: 1rem;
}

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

.accordion-header {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  text-align: left;
  cursor: pointer;
  flex-flow: row;
  justify-content: space-between;
  align-items: center;
  padding: 1.5rem;
  display: flex;
}

.subtitle-cards-4 {
  text-align: left;
  padding-left: 0;
  padding-right: 0;
  font-family: Montserrat, sans-serif;
  font-size: 1rem;
  font-weight: 600;
  text-decoration: none;
}

.layout17_item {
  display: flex;
}

.content-accordion {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: column;
  display: flex;
}

.content-accordion.map {
  justify-content: flex-start;
  align-items: center;
  padding-bottom: 40px;
}

.accordion-2 {
  background-color: #fff;
  border-radius: 16px;
  width: 100%;
  box-shadow: 0 0 11px #00000012;
}

.accordion_icon-wrapper {
  flex: 0 auto;
  width: 1rem;
  height: 1rem;
}

.text-size-regular-4 {
  color: #000;
  font-family: Montserrat, sans-serif;
  font-size: 1rem;
  font-weight: 400;
}

.accordion-wrapper-2 {
  width: 100%;
  margin-bottom: 60px;
  display: block;
}

.accordion-wrapper-2._2 {
  margin-bottom: 20px;
}

.accordion-wrapper-2._3 {
  margin-bottom: 0;
}

.accordion-panel {
  grid-column-gap: 21px;
  grid-row-gap: 21px;
  flex-flow: column;
  padding: 0 1.5rem 0;
  display: block;
  overflow: hidden;
}

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

.html-embed-5 {
  color: #111;
}

.html-embed-5:hover {
  color: #606060;
}

.section-05-competition-2 {
  background-color: #fff;
  flex-direction: column;
  align-items: center;
  width: 100%;
  padding: 0 5%;
  display: flex;
}

._7cards {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: column;
  width: 100%;
  margin-top: 40px;
  display: flex;
}

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

.card-service {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  background-color: #fff;
  background-image: linear-gradient(#e3e9f2, #fff);
  border: 1px solid #3440541a;
  border-radius: 10px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  height: 100%;
  padding: 20px;
  display: flex;
  position: relative;
}

.card-icon {
  color: var(--blue-footer);
  width: 32px;
  height: 32px;
}

.image-52 {
  z-index: 0;
  position: absolute;
}

._3cards {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  place-items: center;
  padding-left: 100px;
  padding-right: 100px;
  display: grid;
}

.description {
  padding-top: 20px;
}

.section-27 {
  display: none;
}

.heading-1 {
  display: flex;
}

.see-more-icon {
  background-color: var(--orange-send);
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 32px;
  min-width: 32px;
  height: 32px;
  display: flex;
  position: relative;
}

.icon-horiz {
  background-color: #fff;
  border-radius: 2px;
  width: 20px;
  height: 1.5px;
  position: absolute;
}

.icon-vertical {
  background-color: #fff;
  border-radius: 2px;
  width: 1.5px;
  height: 20px;
  position: static;
}

.pricing26-component-accordion {
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  padding-bottom: 40px;
  display: flex;
  box-shadow: 0 20px 30px -10px #1d01501a;
}

.text-span-17 {
  color: var(--orange);
}

.title-card-height {
  width: 100%;
  padding-bottom: 8px;
}

.title-card-height._64 {
  height: 64px;
}

.section-28 {
  background-color: #cdd4db5e;
}

.ic-test {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.ic {
  display: flex;
}

.div-block-114 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.div-block-115 {
  text-align: center;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  padding-top: 2rem;
  display: flex;
}

.div-block-116 {
  max-width: 60%;
}

.text-span-18, .text-span-19, .text-span-20 {
  color: var(--orange-send);
}

.img-certificate {
  justify-content: center;
  align-items: center;
  height: 48px;
  display: flex;
}

.upload-file {
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.file-upload-wrapper {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  direction: ltr;
  text-align: left;
  flex-flow: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: stretch;
  max-width: 170px;
  display: flex;
}

.file-upload-wrapper.hide {
  display: none;
}

.margin-bottom-2 {
  margin: 0 0 2rem;
}

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

.po-section {
  padding-top: 16px;
  padding-bottom: 16px;
}

.radio-button-field {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 0;
  padding-left: 0;
  font-family: Montserrat, sans-serif;
  display: flex;
}

.radio-button {
  min-width: 20px;
  min-height: 20px;
  margin-top: 0;
  margin-left: 0;
}

.radio-button-label {
  margin-bottom: 0;
}

.section-notice {
  padding: 3rem 5% 1rem;
}

.card-notice-caf {
  background-color: var(--blue-footer);
  color: var(--white);
  text-align: center;
  border-radius: 20px;
  padding: 1rem 10%;
}

.input {
  color: #6b767e;
  background-color: #fff;
  border: 1px solid #6b767e78;
  border-radius: 5px;
  flex: 0 auto;
  width: 100%;
  min-width: 200px;
  min-height: 2.75rem;
  margin-bottom: 0;
  padding: 8px 12px;
  font-family: Montserrat, sans-serif;
  font-size: 12px;
  overflow: hidden;
}

.paragraphs-section {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: column;
  padding-top: 16px;
  padding-bottom: 16px;
  display: flex;
}

.link-3 {
  color: #025cbb;
}

.bold-text-20 {
  color: #000;
}

.text-size-small-16 {
  font-family: Montserrat, sans-serif;
  font-size: .875rem;
}

.team4_image-4 {
  z-index: 2;
  object-fit: cover;
  object-position: 50% 50%;
  border-radius: 100px;
  width: 10rem;
  height: 10rem;
  margin-left: auto;
  margin-right: auto;
  position: absolute;
  inset: 0%;
}

.team4_image-4.jesus {
  object-position: 50% 0%;
}

.team4_image-wrapper-6 {
  justify-content: center;
  width: auto;
  height: 10rem;
  padding-top: 0%;
  display: flex;
  position: relative;
  overflow: visible;
}

.team-grid {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  flex-flow: wrap;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: row;
  justify-content: center;
  align-items: stretch;
  width: 980px;
  max-width: 980px;
  display: flex;
}

.custom-team-card-6 {
  z-index: 4;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  color: #000;
  text-align: center;
  background-color: #f9fafb;
  border: 1px solid #1018281c;
  border-radius: 20px;
  flex-direction: column;
  align-items: stretch;
  width: 19rem;
  height: auto;
  padding: 2rem 1.5rem;
  display: flex;
  position: relative;
  box-shadow: 2px 3px 10px -4px #0000001c;
}

.custom-team-card-6:hover {
  border-color: #62a1d98f;
}

.p2 {
  font-size: .875rem;
}

.container-team {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.text-span-21 {
  color: #fff;
}

.margin-bottom-3 {
  margin: 0 0 1rem;
}

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

.margin-bottom-3.margin-xsmall {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  color: #241f20;
  text-align: center;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.bold-text-27 {
  color: #000;
}

.link-16 {
  color: #025cbb;
}

.container-4 {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: column;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.container-4.center-grid {
  align-items: center;
}

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

.margin-bottom-4.margin-xsmall {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  color: #241f20;
  text-align: center;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.text-size-small-21 {
  font-family: Montserrat, sans-serif;
  font-size: .875rem;
}

.custom-team-card-7 {
  z-index: 4;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  color: #000;
  text-align: center;
  background-color: #f9fafb;
  border: 1px solid #1018281c;
  border-radius: 20px;
  flex-direction: column;
  align-items: stretch;
  width: 21rem;
  height: auto;
  padding: 2rem 1.5rem;
  display: flex;
  position: relative;
  box-shadow: 2px 3px 10px -4px #0000001c;
}

.custom-team-card-7:hover {
  border-color: #62a1d98f;
}

.team-grid-2 {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  flex-flow: wrap;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: row;
  justify-content: center;
  align-items: stretch;
  width: auto;
  max-width: none;
  display: flex;
}

.all-in-one-description {
  text-align: center;
  margin-top: 1rem;
  margin-left: auto;
  margin-right: auto;
}

.acc-text-content {
  margin-bottom: 2rem;
  padding-left: 1rem;
  padding-right: 1rem;
}

.list-4 {
  list-style-type: lower-roman;
}

.list-5 {
  list-style-type: lower-alpha;
}

.chip-powered {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  background-color: #fff;
  border-radius: 20px;
  justify-content: center;
  align-items: center;
  height: 40px;
  margin-top: 1rem;
  margin-bottom: 1rem;
  padding-left: 16px;
  padding-right: 24px;
  display: flex;
}

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

.small-logo-wrapper {
  width: 32px;
  height: 32px;
}

.clien-form-image-wrapper {
  width: 12rem;
}

.client-form-logos {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  justify-content: center;
  align-items: center;
  margin-bottom: .5rem;
  display: flex;
}

.client-form-divider-logos {
  background-color: #dcdcdc;
  width: 1px;
  height: 3rem;
}

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

.image-53 {
  width: auto;
}

.notice-neuvora {
  margin-bottom: 2rem;
}

@media screen and (min-width: 1440px) {
  .custom-team-card-7 {
    width: 25rem;
  }

  .team-grid-2 {
    width: 1300px;
    max-width: 1300px;
  }
}

@media screen and (min-width: 1920px) {
  .container-large {
    max-width: none;
  }

  .container-small.l {
    max-width: 75%;
  }

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

  .layout198_image {
    max-height: 30rem;
  }

  .layout198_component {
    display: flex;
  }

  .layout198_content {
    max-width: 60%;
  }

  .layout198_content._1 {
    max-width: 50%;
  }

  .sticky-grid-pricing-3 {
    max-width: none;
  }

  .title-card-height._64 {
    height: auto;
  }

  .team-grid {
    width: 1500px;
    max-width: 1500px;
  }

  .custom-team-card-6 {
    width: 26rem;
  }

  .container-4 {
    align-items: stretch;
  }

  .custom-team-card-7 {
    width: 28rem;
  }

  .team-grid-2 {
    width: 1700px;
    max-width: 1700px;
  }
}

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

  .container-medium {
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }

  .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 {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding-top: 4rem;
    padding-bottom: 4rem;
    display: flex;
  }

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

  .menu-icon1_line-middle {
    background-color: var(--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;
  }

  .navbar1_dropdown-link {
    width: auto;
    padding: .75rem 0 .75rem 5%;
  }

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

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

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

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

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

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

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

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

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

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

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

  .dropdown-icon {
    margin-top: 0;
    margin-bottom: 0;
    margin-right: 0;
    inset: auto 0% auto auto;
  }

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

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

  .efi-ft-08-cell {
    grid-template-columns: 1fr 1fr;
  }

  .efi-ft-08 {
    padding-top: 10%;
    padding-bottom: 10%;
  }

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

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

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

  .hide-tablet-2 {
    display: none;
  }

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

  .uui-space-large {
    min-height: 2.5rem;
  }

  .uui-heading-xlarge {
    font-size: 3.25rem;
  }

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

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

  .uui-layout27_lightbox-image-02 {
    width: 20rem;
    min-width: 20rem;
  }

  .uui-layout27_lightbox {
    height: 35rem;
  }

  .uui-layout27_component {
    grid-column-gap: 3rem;
  }

  .uui-layout04_image-02 {
    width: 35%;
    min-width: auto;
    bottom: -15%;
  }

  .uui-layout04_image-01 {
    width: 100%;
    min-width: 100%;
    margin-right: -40%;
    position: static;
    left: auto;
    right: -2rem;
  }

  .uui-layout04_image-wrapper {
    padding: 4rem 2rem;
  }

  .uui-icon-featured-outline-large {
    border-color: #62a1d940;
  }

  .uui-layout04_item-list.edited, .uui-layout04_item-list._1 {
    grid-template-columns: 1fr 1fr;
  }

  .uui-layout04_item-list._2 {
    grid-template-columns: 1fr 1fr;
    padding-left: 0;
    padding-right: 0;
  }

  .uui-layout04_component {
    grid-template-columns: 1fr;
    min-height: auto;
  }

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

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

  .fn-banner-image-three, .fn-banner-image-two, .fn-banner-image-one {
    display: none;
  }

  .fn-button-dark:hover {
    color: #df0;
    background-color: #1d1f1e;
  }

  .fn-heading-2 {
    margin-bottom: 12px;
    font-size: 40px;
  }

  .fn-cta-banner-column {
    width: 100%;
    max-width: none;
  }

  .fn-cta-banner {
    padding: 60px;
  }

  .fn-cta-banner.mobile_edit {
    width: 80%;
    margin-left: auto;
    margin-right: auto;
  }

  .fn-section {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .fn-cta-banner-column_custom {
    width: 100%;
    max-width: none;
  }

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

  .layout349_component, .layout348_component {
    grid-column-gap: 3rem;
    grid-template-columns: 1fr 1fr;
    grid-auto-flow: row;
  }

  .uui-layout33_component {
    grid-column-gap: 2rem;
  }

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

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

  .placeholder-spacer {
    width: 100%;
  }

  .sticky-grid-pricing, .price-category-wrap, .benefits-table, .price-category-wrap-copy {
    padding-left: 0%;
    padding-right: 0%;
  }

  .chart-wrap-copy {
    width: 75%;
  }

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

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

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

  .layout239_image {
    height: auto;
  }

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

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

  .layout239_list_2 {
    grid-column-gap: 2rem;
    grid-template-columns: 1fr;
    max-width: 80%;
  }

  .layout239_item-custom {
    height: auto;
  }

  .bold-text {
    font-family: Montserrat, sans-serif;
  }

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

  .layout364_card-content {
    padding: 1.5rem;
  }

  .layout364_row {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
  }

  .layout198_item-list {
    grid-template-columns: 1fr;
  }

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

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

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

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

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

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

  .layout364_component_edited {
    width: 90%;
  }

  .layout141_image-wrapper_custom {
    max-width: 100%;
  }

  .button_p_orange.secpmdary.mobile {
    width: 100%;
  }

  .uui-layout04_component_edited {
    grid-template-columns: 1fr;
    min-height: auto;
  }

  .image-5 {
    height: 30rem;
  }

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

  .layout192_image_2 {
    height: auto;
  }

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

  .layout200_item-list {
    grid-template-columns: 1fr;
  }

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

  .custom-img-send {
    height: 600px;
  }

  .fn-heading-3 {
    font-size: 32px;
  }

  .fn-features-card-with-image.slider-cards {
    flex: none;
    width: 70%;
    margin-left: auto;
    margin-right: auto;
  }

  .fn-features-card-with-image.order-fund {
    flex: none;
  }

  .fn-solutions-card-wrapper {
    width: 100vw;
    margin-left: -15px;
    padding-left: 15px;
    padding-right: 15px;
    overflow: auto;
  }

  .fn-heading-4 {
    margin-bottom: 12px;
    font-size: 40px;
  }

  .fn-container-grid {
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  }

  .fn-section-2 {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .fn-solutions-card-wrapper-copy {
    width: 100vw;
    margin-left: -15px;
    padding-left: 15px;
    padding-right: 15px;
    overflow: auto;
  }

  .div-block-3, .grid-cards {
    grid-template-columns: 1fr;
    justify-items: stretch;
    width: 100%;
  }

  .footer2_bottom-wrapper {
    flex-direction: column-reverse;
    justify-content: flex-start;
    align-items: flex-start;
  }

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

  .footer2_social-list {
    margin-bottom: 2rem;
  }

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

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

  .footer4_top-wrapper.padding-bottom.padding-small {
    grid-row-gap: 1rem;
    justify-items: center;
  }

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

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

  .paragraph-3.text-size-regular.text-color-white.mobille-edit {
    text-align: center;
  }

  .paragraph-3.text-size-small.text-color-white.custom-margin {
    margin-bottom: 0;
  }

  .image-14 {
    width: 10rem;
  }

  .menu-icon1_line-middle-2 {
    background-color: #000;
    justify-content: center;
    align-items: center;
    width: 24px;
    height: 2px;
    margin-top: 6px;
    margin-bottom: 6px;
    padding-bottom: 0;
    padding-right: 0;
    display: flex;
  }

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

  .navbar1_menu-2 {
    -webkit-text-fill-color: inherit;
    background-color: #fff;
    background-clip: border-box;
    border-bottom: 1px solid #000;
    padding: 1rem 5% 2rem;
    position: absolute;
    overflow: auto;
  }

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

  .menu-icon1_line-bottom-2 {
    background-color: #000;
    width: 24px;
    height: 2px;
    padding-bottom: 0;
    padding-right: 0;
  }

  .consent-check-wrapper {
    max-width: none;
  }

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

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

  .menu-icon1_line-top-2 {
    background-color: #000;
    width: 24px;
    height: 2px;
    padding-bottom: 0;
    padding-right: 0;
  }

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

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

  .pricing26_top-row-content {
    padding: 1.5rem 1rem;
  }

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

  .pricing26_row-content {
    padding: .85rem 1rem;
  }

  .pricing26_top-row-price {
    font-size: 3.25rem;
  }

  .button-8.max-width-full.is-pricing26-button {
    padding-left: .5rem;
    padding-right: .5rem;
    font-size: .85rem;
  }

  .layout241_component.desktop {
    display: none;
  }

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

  .layout241_list {
    grid-column-gap: 2rem;
    grid-template-columns: 1fr;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
  }

  .layout241_list.mobile {
    width: 100%;
  }

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

  .layout241_item_custom {
    height: auto;
    padding-top: 2rem;
    padding-bottom: 2rem;
  }

  .image-16 {
    transform: rotate(90deg);
  }

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

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

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

  .layout65_component.edited {
    width: 90%;
  }

  .image-19 {
    width: 7rem;
    top: -9%;
  }

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

  .layout3_image {
    width: 100%;
    max-width: 130%;
    position: relative;
    left: 0%;
  }

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

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

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

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

  .price-category-wrap-2, .sticky-grid-pricing-2 {
    padding-left: 0%;
    padding-right: 0%;
  }

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

  .image-22 {
    transform: rotate(90deg);
  }

  .button-20.max-width-full.is-pricing26-button {
    padding-left: .5rem;
    padding-right: .5rem;
    font-size: .85rem;
  }

  .layout364_card-content-2 {
    padding: 2rem;
  }

  .chart-wrap-copy-2 {
    width: 100%;
  }

  .paragraph-5.text-size-regular.text-color-white.mobille-edit {
    text-align: center;
  }

  .image-24 {
    width: 10rem;
  }

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

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

  .price-category-wrap-3 {
    padding-left: 0%;
    padding-right: 0%;
  }

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

  .image-26 {
    transform: rotate(90deg);
  }

  .button-23.max-width-full.is-pricing26-button {
    padding-left: .5rem;
    padding-right: .5rem;
    font-size: .85rem;
  }

  .paragraph-6.text-size-regular.text-color-white.mobille-edit {
    text-align: center;
  }

  .image-28 {
    width: 10rem;
  }

  .sticky-grid-comparing {
    padding-left: 0%;
    padding-right: 0%;
  }

  .div-block-31 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
    width: 70%;
    display: grid;
  }

  .custom-p {
    margin-bottom: 0;
  }

  .pricing-title-wrap-sticky-3 {
    padding-top: 15px;
    padding-bottom: 15px;
  }

  .sticky-grid-pricing-3 {
    padding-left: 0%;
    padding-right: 0%;
  }

  .image-30 {
    width: auto;
  }

  .button-25.max-width-full.is-pricing26-button {
    padding-left: .5rem;
    padding-right: .5rem;
    font-size: .85rem;
  }

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

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

  .pricing26_row-content-mobile {
    padding: .85rem 1rem;
  }

  .pricing26_row-mobile {
    grid-template-columns: 1fr 1fr;
  }

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

  .sticky-grid-comparing-2 {
    padding-left: 0%;
    padding-right: 0%;
  }

  .pricing-title-wrap-sticky-4 {
    padding-top: 15px;
    padding-bottom: 15px;
  }

  .section-background-plane {
    background-image: linear-gradient(#fffc, #fffc), url('../images/logo-green-outline-02.svg');
    background-position: 0 0, 150%;
    background-repeat: repeat, no-repeat;
    background-size: auto, auto 900px;
    background-attachment: scroll, fixed;
  }

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

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

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

  .layout253_component-copy {
    grid-column-gap: 3rem;
  }

  .pricing-title-wrap-sticky-5 {
    padding-top: 15px;
    padding-bottom: 15px;
  }

  .sticky-grid-addons-1 {
    padding-left: 0%;
    padding-right: 0%;
  }

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

  .image-31 {
    object-fit: contain;
    width: auto;
    max-width: 100%;
    height: 50rem;
  }

  .custom-div-finance {
    align-items: center;
  }

  .custom-div-finance.desktop, .custom-div-finance.mobile, .custom-div-finance.mobile.min {
    display: none;
  }

  .custom-div-finance.tablet {
    display: flex;
  }

  .custom-div-finance.tablet.min {
    display: none;
  }

  .tabs {
    grid-row-gap: 3rem;
    flex-direction: column;
    align-items: stretch;
  }

  .tabs-menu {
    flex-direction: row;
    width: 100%;
  }

  .tabs-content {
    width: 100%;
  }

  .tab-style, .tab-style.w--current {
    height: 10rem;
    padding-top: 20px;
    padding-bottom: 20px;
  }

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

  .layout408_card-content, .layout409_card-content {
    padding: 2rem;
  }

  .container-icons {
    grid-template-columns: 1fr 1fr 1fr;
  }

  .div-block-30_2 {
    width: 65%;
  }

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

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

  .menu-icon_line-middle {
    background-color: var(--\<unknown\|relume-variable-color-neutral-1\>);
    justify-content: center;
    align-items: center;
    width: 24px;
    height: 2px;
    margin-top: 6px;
    margin-bottom: 6px;
    padding-bottom: 0;
    padding-right: 0;
    display: flex;
  }

  .navbar7_bottom-bar-left {
    margin-bottom: 1rem;
  }

  .menu-icon_line-bottom {
    background-color: var(--\<unknown\|relume-variable-color-neutral-1\>);
    width: 24px;
    height: 2px;
    padding-bottom: 0;
    padding-right: 0;
  }

  .navbar7_dropdown-content {
    flex-direction: column;
  }

  .navbar7_dropdown-list {
    position: relative;
    overflow: hidden;
  }

  .navbar7_dropdown-list.w--open {
    border-style: none;
    align-items: flex-start;
    padding: 0 0 0;
    position: relative;
    top: 0;
  }

  .navbar7_dropdown-content-left {
    grid-row-gap: 1.5rem;
    grid-template-columns: 1fr 1fr;
    align-content: start;
    align-items: start;
    padding-left: 0;
    padding-right: 0;
  }

  .navbar7_menu-right {
    flex-direction: column;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    align-items: stretch;
    margin-top: 1.5rem;
  }

  .navbar7_menu-dropdown {
    width: 100%;
  }

  .navbar7_menu {
    border-bottom: 1px solid var(--\<unknown\|relume-variable-border-color-1\>);
    background-color: var(--\<unknown\|relume-variable-color-neutral-2\>);
    -webkit-text-fill-color: inherit;
    background-clip: border-box;
    align-items: flex-start;
    height: 100dvh;
    margin-left: 0;
    padding: 1rem 5% 6.5rem;
    transition: height .5s;
    position: absolute;
    overflow: auto;
  }

  .navbar7_bottom-bar {
    flex-direction: column;
    margin-bottom: 1.5rem;
    padding: 1.5rem;
  }

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

  .menu-icon_line-top {
    background-color: var(--\<unknown\|relume-variable-color-neutral-1\>);
    width: 24px;
    height: 2px;
    padding-bottom: 0;
    padding-right: 0;
  }

  .navbar7_dropdown-toggle {
    align-items: center;
    padding-top: .75rem;
    padding-bottom: .75rem;
    padding-left: 0;
    font-size: 1.125rem;
    display: flex;
  }

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

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

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

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

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

  .home_blog-list_heading {
    margin-right: 3rem;
  }

  .home_blog-list_list {
    grid-template-columns: 1fr 1fr;
  }

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

  .home_blog-list_button-row {
    flex: none;
  }

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

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

  .layout364_row_edition {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
  }

  .layout364_component_edited-copy {
    width: 90%;
  }

  .text-size-small-5 {
    font-family: Montserrat, sans-serif;
  }

  .image-40 {
    width: 10rem;
    max-width: 30%;
  }

  .footer2_left-wrapper-2 {
    grid-row-gap: 3rem;
    grid-template-columns: 1fr 1fr 1fr;
  }

  .footer2_top-wrapper_new {
    grid-row-gap: 4rem;
    grid-template-columns: 1fr;
  }

  .footer2_link-list-2.custom-02 {
    padding-left: 0;
  }

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

  .calendar-div-grid {
    width: 100%;
  }

  .text-size-small-6 {
    font-family: Montserrat, sans-serif;
  }

  .text-size-small-6.text-align-center {
    font-size: .8rem;
  }

  .image-44 {
    width: 10rem;
    max-width: 30%;
  }

  .no-shadow-card {
    justify-content: flex-start;
    align-items: flex-start;
  }

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

  .layout364_card-content-3 {
    padding: 1.5rem;
  }

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

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

  .button_p_orange-4.secpmdary.mobile {
    width: 100%;
  }

  .calendar-popup-modal-01 {
    display: none;
  }

  .calendly-div {
    min-width: 500px;
  }

  .div-block-77 {
    grid-template-columns: 1fr 1fr;
  }

  .calendly-div_edit {
    min-width: 600px;
    max-width: 700px;
    height: 600px;
    max-height: 600px;
  }

  .html-embed-2 {
    height: 100%;
    max-height: 100%;
    margin-bottom: 0;
  }

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

  .checklist-items {
    grid-template-columns: 1fr 1fr;
  }

  .checklist-item, .conditions {
    text-align: left;
  }

  .list-of-conditions {
    grid-row-gap: 2rem;
    grid-template-columns: 1fr 1fr;
  }

  .condition.last-mobile {
    border-right-style: none;
  }

  .div-block-79 {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    flex-flow: column;
    justify-content: space-between;
    align-items: flex-start;
  }

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

  .image-51 {
    width: 10rem;
    max-width: 30%;
  }

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

  .button_p_orange-5.secpmdary.mobile {
    width: auto;
  }

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

  .browsers-and-certificates {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    flex-flow: column;
  }

  .divider {
    width: 100%;
  }

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

  .browsers-2 {
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .subtitle-cards-4 {
    text-align: left;
    padding-left: 0;
    padding-right: 0;
  }

  .accordion_icon-wrapper {
    object-fit: fill;
    flex: none;
    justify-content: center;
    align-self: auto;
    align-items: center;
    width: 16px;
    height: 16px;
    display: block;
  }

  .accordion-panel {
    display: block;
  }

  .title-card-height._64 {
    height: auto;
  }

  .div-block-116 {
    max-width: 100%;
  }

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

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

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

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

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

  .custom-team-card-7 {
    width: 19rem;
  }

  .team-grid-2 {
    grid-template-columns: 1fr 1fr 1fr 1fr;
    width: auto;
    max-width: none;
  }
}

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

  .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-xsmall.is-small-mobile {
    margin-bottom: 1rem;
  }

  .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-h4 {
    font-size: 1.5rem;
    line-height: 1.4;
  }

  .text-size-regular.text-color-orange.text-size-tiny, .text-size-regular.text-color-footer-gray.text-size-tiny {
    font-size: .875rem;
  }

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

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

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

  .navbar1_component {
    height: auto;
    min-height: 4rem;
  }

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

  .text-size-medium-2 {
    font-size: 1rem;
  }

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

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

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

  .uui-button {
    font-size: 1rem;
  }

  .uui-button:hover {
    border-color: var(--untitled-ui-primary600);
    background-color: var(--untitled-ui-primary600);
  }

  .uui-button.is-button-large {
    grid-column-gap: .5rem;
    padding: .75rem 1.25rem;
    font-size: 1rem;
  }

  .uui-button-wrapper.max-width-full-mobile-landscape {
    width: 100%;
  }

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

  .uui-button-icon.is-icon-large {
    width: 1.25rem;
    height: 1.25rem;
  }

  .uui-button-secondary-gray {
    padding-left: 1.25rem;
    font-size: 1rem;
  }

  .uui-button-secondary-gray:hover {
    background-color: var(--untitled-ui-white);
    color: var(--untitled-ui-gray700);
  }

  .uui-button-secondary-gray.is-button-large {
    grid-column-gap: .5rem;
    padding: .75rem 1.25rem;
    font-size: 1rem;
  }

  .uui-button-row {
    align-self: stretch;
  }

  .uui-button-row.is-reverse-mobile-landscape {
    flex-direction: column-reverse;
  }

  .uui-space-large {
    min-height: 2rem;
  }

  .uui-text-size-xlarge {
    font-size: 1.125rem;
  }

  .uui-space-small {
    min-height: 1.25rem;
  }

  .uui-heading-xlarge {
    font-size: 2.25rem;
  }

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

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

  .uui-layout27_lightbox-image-01 {
    width: 60%;
    min-width: auto;
    margin-left: 0;
    top: 2%;
    right: 0%;
  }

  .uui-layout27_lightbox-image-02 {
    width: 50%;
    min-width: auto;
    margin-right: 0;
    display: block;
    top: 25%;
    left: 5%;
  }

  .uui-lightbox_play-icon {
    width: 4rem;
    height: 4rem;
  }

  .uui-layout27_lightbox {
    height: 24rem;
    margin-top: 3rem;
  }

  .uui-text-size-large {
    font-size: 1rem;
  }

  .uui-layout27_item-list {
    margin-bottom: 2rem;
  }

  .uui-layout27_content-right {
    padding-top: 0;
  }

  .uui-space-xsmall {
    min-height: .75rem;
  }

  .uui-heading-medium {
    font-size: 1.75rem;
    line-height: 1.4;
  }

  .uui-layout27_component {
    grid-row-gap: 2rem;
    grid-template-columns: 1fr;
  }

  .uui-layout04_image-02 {
    width: 35%;
    max-width: none;
    bottom: -15%;
    left: 1rem;
  }

  .uui-layout04_image-01 {
    width: 100%;
    min-width: 100%;
    margin-right: -30%;
    position: static;
  }

  .uui-layout04_image-wrapper {
    min-height: auto;
    padding: 1.5rem 1rem;
  }

  .uui-button-2 {
    font-size: 1rem;
  }

  .uui-button-2:hover {
    border-color: var(--untitled-ui-primary600);
    background-color: var(--untitled-ui-primary600);
  }

  .uui-button-wrapper-2.max-width-full-mobile-landscape {
    width: 100%;
  }

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

  .uui-button-secondary-gray-2 {
    padding-left: 1.25rem;
    font-size: 1rem;
  }

  .uui-button-secondary-gray-2:hover {
    background-color: var(--untitled-ui-white);
    color: var(--untitled-ui-gray700);
  }

  .uui-button-row-2 {
    align-self: stretch;
  }

  .uui-button-row-2.is-reverse-mobile-landscape {
    flex-direction: column-reverse;
  }

  .uui-heading-xxsmall {
    font-size: 1.125rem;
  }

  .uui-space-xsmall-2 {
    min-height: .75rem;
  }

  .uui-layout04_item-list {
    margin-top: 1.5rem;
    margin-bottom: 2rem;
  }

  .uui-layout04_item-list.edited {
    grid-template-columns: 1fr;
  }

  .uui-text-size-large-2 {
    font-size: 1rem;
  }

  .uui-heading-medium-2 {
    font-size: 1.75rem;
    line-height: 1.4;
  }

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

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

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

  .logo3_logo {
    max-height: 3rem;
  }

  .logo3_list {
    grid-column-gap: 1rem;
    grid-template-columns: 10rem 10rem 10rem 10rem 10rem 10rem 10rem 10rem;
    padding-top: 1rem;
  }

  .logo3_wrapper {
    padding: .75rem 1rem;
  }

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

  .fn-button-dark {
    width: 100%;
  }

  .fn-heading-2 {
    font-size: 34px;
  }

  .fn-cta-banner {
    padding: 12px;
  }

  .fn-cta-banner.mobile_edit {
    padding: 2rem 1.5rem;
  }

  .fn-section {
    padding-top: 32px;
    padding-bottom: 32px;
    overflow: visible;
  }

  .header1_component {
    grid-row-gap: 3rem;
  }

  .layout349_mobile-image {
    position: static;
  }

  .layout349_mobile-image-wrapper {
    width: 100%;
    margin-top: 2.5rem;
    display: block;
  }

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

  .layout349_content {
    height: auto;
    padding-top: 2rem;
    padding-bottom: 2rem;
  }

  .layout349_desktop-image-wrapper {
    display: none;
  }

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

  .layout348_mobile-image-wrapper {
    width: 100%;
    margin-top: 2.5rem;
    display: block;
  }

  .layout348_desktop-image-wrapper {
    display: none;
  }

  .layout348_content {
    height: auto;
    padding-top: 2rem;
    padding-bottom: 2rem;
  }

  .layout348_mobile-image {
    position: static;
  }

  .header50_background-image {
    object-position: 64% 50%;
  }

  .uui-button-link {
    font-size: 1rem;
  }

  .uui-button-link:hover {
    color: var(--untitled-ui-primary700);
  }

  .uui-button-row-3 {
    align-self: stretch;
  }

  .uui-space-small-2 {
    min-height: 1.25rem;
  }

  .uui-space-xsmall-3 {
    min-height: .75rem;
  }

  .uui-heading-xsmall {
    font-size: 1.25rem;
  }

  .uui-layout33_component {
    grid-row-gap: 2.5rem;
    grid-template-columns: 1fr;
  }

  .uui-padding-vertical-xhuge-3 {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

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

  .uui-layout33_component_12 {
    grid-row-gap: 2.5rem;
    grid-template-columns: 1fr;
  }

  .pricing-chart-grid {
    flex-flow: wrap;
    grid-template-columns: 1.5fr 1fr;
    grid-template-areas: ".";
    justify-content: space-between;
    padding-left: 0;
    padding-right: 0;
    display: flex;
  }

  .placeholder-spacer {
    display: none;
  }

  .sticky-grid-pricing {
    background-color: #edf1fd;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    padding-left: 0%;
    padding-right: 0%;
  }

  .price-category-wrap {
    padding-left: 0%;
    padding-right: 0%;
  }

  .table-cell-title {
    background-color: #fff;
    padding-left: 20px;
    padding-right: 20px;
    font-weight: 600;
  }

  .table-cell {
    justify-content: center;
    width: 24.85%;
  }

  .benefits-table {
    background-color: #edf1fd;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    padding-left: 0%;
    padding-right: 0%;
  }

  .benefit_table-edit {
    flex-flow: wrap;
    grid-template-columns: 1.5fr 1fr;
    grid-template-areas: ".";
    justify-content: space-between;
    padding-left: 0;
    padding-right: 0;
    display: flex;
  }

  .price-category-wrap-copy {
    padding-left: 0%;
    padding-right: 0%;
  }

  .chart-wrap-copy {
    width: 80%;
  }

  .text-size-large-2 {
    font-size: 1.125rem;
  }

  .team4_image-wrapper {
    height: 10rem;
  }

  .team4_list, .layout16_component, .layout239_list {
    grid-row-gap: 3rem;
    grid-template-columns: 1fr;
  }

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

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

  .logo3_logo_custom {
    max-height: 3rem;
  }

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

  .layout364_component {
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
  }

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

  .layout364_card-content {
    padding: 1.5rem;
  }

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

  .layout198_component, .layout353_component {
    grid-row-gap: 3rem;
    grid-template-columns: 1fr;
  }

  .layout353_content-left {
    position: static;
  }

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

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

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

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

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

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

  .layout364_component_edited {
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
  }

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

  .image-5 {
    width: 90%;
  }

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

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

  .custom-img-send {
    height: 400px;
    display: none;
  }

  .custom-img-send.mobile {
    display: block;
  }

  .fn-paragraph {
    margin-bottom: 24px;
  }

  .fn-heading-3 {
    margin-bottom: 12px;
    font-size: 28px;
  }

  .fn-features-card-image {
    height: 170px;
  }

  .fn-features-card-with-image.slider-cards {
    width: 80%;
    margin-left: auto;
    margin-right: auto;
  }

  .fn-features-card-with-image.order-fund {
    width: 360px;
  }

  .fn-heading-4 {
    font-size: 34px;
  }

  .fn-container-grid {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }

  .fn-section-2 {
    padding-top: 32px;
    padding-bottom: 32px;
    overflow: visible;
  }

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

  .footer2_bottom-wrapper {
    flex-direction: column-reverse;
    align-items: flex-start;
    padding-bottom: 1rem;
  }

  .footer2_left-wrapper {
    grid-column-gap: 1.5rem;
  }

  .footer2_credit-text {
    margin-top: 1rem;
  }

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

  .footer4_credit-text {
    margin-top: 1rem;
  }

  .footer4_link-list {
    grid-column-gap: 0px;
    grid-row-gap: 1.5rem;
    grid-template-rows: min-content;
    grid-auto-flow: row;
    justify-items: center;
  }

  .footer4_top-wrapper.padding-bottom.padding-small {
    grid-auto-rows: min-content;
  }

  .footer4_bottom-wrapper {
    grid-column-gap: 0rem;
    grid-row-gap: 1rem;
    grid-auto-flow: row;
    justify-items: center;
    padding-bottom: 1rem;
  }

  .footer4_link.text-size-regular.text-color-white.custom.w--current {
    height: auto;
  }

  .footer3_menu-wrapper {
    grid-column-gap: 1.5rem;
  }

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

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

  .footer3_credit-text {
    margin-top: 2rem;
  }

  .footer3_bottom-wrapper {
    flex-direction: column-reverse;
    align-items: flex-start;
    padding-bottom: 1rem;
  }

  .div-block-5.padding-vertical.padding-small {
    width: 100%;
  }

  .paragraph-3.text-size-small.text-color-white.custom-margin {
    text-align: center;
  }

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

  .hero-without-image {
    padding: 60px 15px;
  }

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

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

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

  .navbar1_component-2 {
    height: auto;
    min-height: 4rem;
  }

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

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

  .pricing26_tabs-menu {
    margin-bottom: 3rem;
  }

  .pricing26_feature {
    border-bottom: 1px solid #000;
    padding-right: 1rem;
  }

  .pricing26_top-row-content.is-first {
    border-left-style: none;
  }

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

  .pricing26_row {
    grid-template-columns: 1fr 1fr 1fr 1fr;
    width: 600px;
  }

  .button-7.max-width-full.is-pricing-26-buttom {
    padding-left: 0;
    padding-right: 0;
  }

  .pricing26_empty-space {
    display: none;
  }

  .pricing26_top-row {
    grid-template-columns: 1fr 1fr 1fr 1fr;
    width: 600px;
  }

  .pricing26_row-content {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .pricing26_row-content.is-first {
    border-left-style: none;
  }

  .pricing26_top-row-price {
    font-size: 2.5rem;
  }

  .pricing26_plans {
    overflow: scroll;
  }

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

  .pricing26_heading-row {
    width: 600px;
  }

  .pricing26_heading-row.background-color-soft-gray.alt {
    text-align: center;
    width: auto;
    padding-top: .75rem;
    padding-bottom: .75rem;
    padding-right: 1.5rem;
  }

  .pricing26_component {
    width: 100%;
  }

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

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

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

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

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

  .order-fund-card-image {
    height: 170px;
  }

  .navbar1_component-3 {
    height: auto;
    min-height: 4rem;
  }

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

  .image-19 {
    top: -6%;
  }

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

  .layout3_image {
    width: 100%;
    max-width: 130%;
    position: relative;
    left: 0%;
  }

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

  .faq2_question {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }

  .faq2_icon {
    width: 1.75rem;
  }

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

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

  .grid-input-2, .grid-input-2.margin-bottom.margin-medium {
    grid-template-columns: 1fr;
  }

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

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

  .pricing26_plans-2 {
    overflow: scroll;
  }

  .text-size-large-3 {
    font-size: 1.125rem;
  }

  .price-category-wrap-2 {
    flex-direction: column;
    padding-left: 0%;
    padding-right: 0%;
  }

  .navbar1_component-4 {
    height: auto;
    min-height: 4rem;
  }

  .pricing-title-wrap-sticky-2.top-row-bg-color {
    padding-top: 16px;
    padding-bottom: 16px;
  }

  .sticky-grid-pricing-2 {
    background-color: #edf1fd;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    width: 600px;
    padding-left: 0%;
    padding-right: 0%;
  }

  .table-cell-2 {
    justify-content: center;
    width: 100%;
  }

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

  .pricing26_row-2 {
    grid-template-columns: 1fr 1fr 1fr 1fr;
    width: 600px;
  }

  .benefit_table-edit-2 {
    flex-flow: wrap;
    grid-template-columns: 1.5fr 1fr;
    grid-template-areas: ".";
    justify-content: space-between;
    padding-left: 0;
    padding-right: 0;
    display: flex;
  }

  .layout364_card-2 {
    grid-template-columns: 1fr;
  }

  .pricing26_top-row-2 {
    grid-template-columns: 1fr 1fr 1fr 1fr;
    width: 600px;
  }

  .button-19.max-width-full.is-pricing-26-buttom {
    padding-left: 0;
    padding-right: 0;
  }

  .layout364_card-content-2 {
    padding: 1.5rem;
  }

  .chart-wrap-copy-2 {
    width: 100%;
  }

  .pricing-chart-grid-2 {
    flex-flow: wrap;
    grid-template-columns: 1.5fr 1fr;
    grid-template-areas: ".";
    justify-content: space-between;
    padding-left: 0;
    padding-right: 0;
    display: flex;
  }

  .outer-chart-grid-2 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    width: 600px;
  }

  .outer-chart-grid-2.no-background {
    width: auto;
  }

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

  .div-block-25.padding-medium {
    width: 100%;
  }

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

  .pricing26_plans-3 {
    overflow: scroll;
  }

  .text-size-large-4 {
    font-size: 1.125rem;
  }

  .price-category-wrap-3 {
    flex-direction: column;
    padding-left: 0%;
    padding-right: 0%;
  }

  .navbar1_component-5 {
    height: auto;
    min-height: 4rem;
  }

  .table-cell-3 {
    justify-content: center;
    width: 100%;
  }

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

  .layout364_card-3 {
    grid-template-columns: 1fr;
  }

  .pricing26_top-row-3 {
    grid-template-columns: 1fr 1fr 1fr 1fr;
    width: 600px;
  }

  .button-22.max-width-full.is-pricing-26-buttom {
    padding-left: 0;
    padding-right: 0;
  }

  .pricing-chart-grid-3 {
    flex-flow: wrap;
    grid-template-columns: 1.5fr 1fr;
    grid-template-areas: ".";
    justify-content: space-between;
    padding-left: 0;
    padding-right: 0;
    display: flex;
  }

  .outer-chart-grid-3 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    width: 600px;
  }

  .outer-chart-grid-3.no-background {
    width: auto;
  }

  .text-size-medium-3 {
    font-size: 1rem;
  }

  .text-size-large-5 {
    font-size: 1.125rem;
  }

  .pricing26_plans-4 {
    overflow: scroll;
  }

  .text-size-large-6 {
    font-size: 1.125rem;
  }

  .comparing-chart-grid {
    flex-flow: wrap;
    grid-template-columns: 1fr 1fr 1fr;
    grid-template-areas: ".";
    justify-content: space-between;
    padding-left: 0;
    padding-right: 0;
  }

  .table-cell-4 {
    justify-content: center;
    width: 100%;
  }

  .outer-chart-grid-4 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    width: 600px;
  }

  .sticky-grid-comparing {
    background-color: #edf1fd;
    grid-template-columns: 1fr 1fr 1fr;
    width: 600px;
    padding-left: 0%;
    padding-right: 0%;
    position: static;
  }

  .grid-what-we-do {
    grid-template-columns: 1fr;
  }

  .div-block-31 {
    grid-template-columns: 1fr;
    justify-items: center;
  }

  .custom-p {
    text-align: center;
    margin-bottom: 0;
  }

  .text-size-large-7 {
    font-size: 1.125rem;
  }

  .pricing-chart-grid-4 {
    flex-flow: wrap;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    grid-template-areas: ".";
    justify-content: space-between;
    padding-left: 0;
    padding-right: 0;
  }

  .table-cell-5 {
    justify-content: center;
    width: 100%;
    padding: 10px;
  }

  .table-cell-title-2 {
    background-color: #f4f4f4;
    border-bottom: 1px solid #eff5fb;
    padding: 10px 11px;
    font-weight: 600;
  }

  .pricing-title-wrap-sticky-3 {
    padding-left: 10px;
    padding-right: 10px;
  }

  .pricing-title-wrap-sticky-3.top-row-bg-color {
    padding: 10px 20px;
  }

  .outer-chart-grid-5 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
  }

  .pricing26_plans-5 {
    overflow: visible;
  }

  .sticky-grid-pricing-3 {
    background-color: #edf1fd;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    width: 100%;
    padding-left: 0%;
    padding-right: 0%;
    top: 90px;
  }

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

  .pricing26_feature-2 {
    background-color: #f4f4f4;
    border-bottom: 1px solid #000;
    padding-top: .75rem;
    padding-bottom: .75rem;
    padding-right: 1rem;
  }

  .button-24.max-width-full.is-pricing-26-buttom {
    padding-left: 0;
    padding-right: 0;
    font-size: .875rem;
  }

  .pricing26_top-row-4 {
    grid-template-columns: 1fr 1fr;
    top: 90px;
  }

  .pricing26_row-3 {
    text-align: center;
    flex-flow: column;
    grid-template-columns: 1fr;
    display: flex;
  }

  .pricing26_row-3.cta {
    grid-template-columns: 1fr 1fr;
    display: flex;
  }

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

  .heading-style-h6-7.text-color-darkblue.text-size-tiny {
    font-size: .875rem;
  }

  .pricing26_plans-6 {
    overflow: visible;
  }

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

  .accordion2_top {
    padding: 1rem 1.25rem;
  }

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

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

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

  .pricing26_row-content-mobile {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .pricing26_row-content-mobile.is-first {
    border-left-style: none;
  }

  .accordion2_icon {
    width: 1.75rem;
  }

  .accordion2_bottom {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .pricing26_feature-mobile {
    background-color: #f4f4f4;
    border-bottom: 1px solid #000;
    padding-top: .75rem;
    padding-bottom: .75rem;
    padding-right: 1rem;
  }

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

  .table-cell-6 {
    justify-content: center;
    width: 100%;
    padding: 10px;
  }

  .sticky-grid-comparing-2 {
    background-color: #edf1fd;
    grid-template-columns: 1fr 1fr 1fr;
    padding-left: 0%;
    padding-right: 0%;
    top: 90px;
  }

  .table-cell-title-3 {
    background-color: #f4f4f4;
    border-bottom: 1px solid #eff5fb;
    padding: 10px 11px;
    font-weight: 600;
  }

  .pricing-title-wrap-sticky-4 {
    padding-left: 10px;
    padding-right: 10px;
  }

  .pricing-title-wrap-sticky-4.top-row-bg-color {
    padding: 10px 20px;
  }

  .outer-chart-grid-6 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
  }

  .section-background-plane {
    background-image: linear-gradient(#fffc, #fffc), url('../images/logo-green-outline-02.svg');
    background-position: 0 0, 150%;
    background-repeat: repeat, no-repeat;
    background-size: auto, auto 700px;
    background-attachment: scroll, fixed;
  }

  .layout253_list {
    grid-row-gap: 3rem;
  }

  .layout253_content {
    position: static;
  }

  .text-size-medium-4 {
    font-size: 1rem;
  }

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

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

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

  .pricing-title-wrap-sticky-5 {
    padding-left: 10px;
    padding-right: 10px;
  }

  .pricing-title-wrap-sticky-5.top-row-bg-color {
    padding: 10px 20px;
  }

  .text-size-large-9 {
    font-size: 1.125rem;
  }

  .table-cell-7 {
    justify-content: center;
    width: 100%;
    padding: 10px;
  }

  .sticky-grid-addons-1 {
    background-color: #edf1fd;
    grid-template-columns: 1fr 1fr 1fr;
    width: 100%;
    padding-left: 0%;
    padding-right: 0%;
    top: 90px;
  }

  .outer-chart-grid-7 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
  }

  .pricing-chart-addons-2 {
    flex-flow: wrap;
    grid-template-columns: 1fr 1fr 1fr;
    grid-template-areas: ".";
    justify-content: space-between;
    padding-left: 0;
    padding-right: 0;
  }

  .table-cell-title-4 {
    background-color: #f4f4f4;
    border-bottom: 1px solid #eff5fb;
    padding: 10px 11px;
    font-weight: 600;
  }

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

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

  .image-31 {
    object-fit: contain;
    width: 100%;
    max-width: 100%;
    height: 50rem;
  }

  .custom-div-finance.mobile.min, .custom-div-finance.tablet.min {
    display: none;
  }

  .tab6_tabs-menu {
    grid-row-gap: 1rem;
    flex-wrap: wrap;
    margin-top: 3rem;
  }

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

  .tabs-menu {
    flex-direction: column;
  }

  .grid-icons._01 {
    grid-template-columns: 1fr 1fr;
  }

  .icon-svg-style {
    object-fit: contain;
  }

  .text-size-medium-5 {
    font-size: 1rem;
  }

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

  .text-size-medium-6 {
    font-size: 1rem;
  }

  .layout408_card {
    grid-template-columns: 1fr;
    height: auto;
    margin-bottom: 0;
    position: static;
  }

  .layout408_card-content {
    padding: 1.5rem;
  }

  .layout408_component {
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
  }

  .text-size-medium-7 {
    font-size: 1rem;
  }

  .layout409_card-content {
    padding: 1.5rem;
  }

  .layout409_component {
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
  }

  .layout409_card {
    grid-template-columns: 1fr;
    height: auto;
    margin-bottom: 0;
    position: static;
  }

  .container-icons {
    grid-template-columns: 1fr 1fr;
  }

  .icon-svg-style-2 {
    object-fit: contain;
  }

  .text-size-large-10 {
    font-size: 1.125rem;
  }

  .div-block-30_2 {
    width: 80%;
  }

  .navbar7_dropdown-link-list {
    grid-row-gap: .5rem;
    max-width: none;
  }

  .navbar7_dropdown-content-left {
    grid-row-gap: 1.5rem;
    flex-direction: column;
    grid-template-rows: auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
  }

  .navbar7_component {
    min-height: 4rem;
  }

  .navbar7_menu {
    padding-bottom: 6rem;
  }

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

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

  .home_services_component {
    grid-column-gap: 0px;
    grid-row-gap: 3rem;
    grid-template-columns: 1fr;
  }

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

  .home_blog-list_heading {
    margin-right: 0;
  }

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

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

  .home_blog-list_heading-wrapper {
    grid-row-gap: 2rem;
    flex-direction: column;
    grid-template-columns: 1fr;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .home_blog-list_button-row {
    justify-content: flex-start;
    width: 100%;
  }

  .home_blog-list_button-row.show-mobile-landscape {
    margin-top: 2.5rem;
    display: flex;
  }

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

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

  .home_testimonial_divider {
    display: none;
  }

  .home_testimonial_client-image-wrapper {
    margin-bottom: 1rem;
    margin-right: 0;
  }

  .home_testimonial_client-info {
    margin-bottom: 1rem;
  }

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

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

  .layout364_component_edited-copy {
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
  }

  .team4_image-wrapper-2 {
    height: 8rem;
  }

  .footer2_left-wrapper-2 {
    grid-column-gap: 1rem;
    grid-template-columns: min-content 1fr 1fr;
  }

  .image-41 {
    width: 80%;
  }

  .footer2_top-wrapper_new {
    grid-row-gap: 3rem;
  }

  .div-block-62, .layout364_card-4 {
    grid-template-columns: 1fr;
  }

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

  .calendar-div-grid {
    grid-template-columns: 1fr;
    width: 100%;
  }

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

  .layout364_card-content-3 {
    padding: 1.5rem;
  }

  .team4_image-wrapper-3 {
    height: 8rem;
  }

  .footer2_left-wrapper-3 {
    grid-column-gap: 1rem;
    grid-template-columns: min-content 1fr 1fr;
  }

  .image-45 {
    width: 80%;
  }

  .contact29_map {
    height: 20rem;
  }

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

  .navbar1_component-6 {
    height: auto;
    min-height: 4rem;
  }

  .calendly-img-wrapper {
    height: 8rem;
  }

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

  .calendar-popup-modal-01 {
    display: none;
  }

  .calendly-div {
    min-width: 350px;
    max-width: 650px;
    margin-left: 1rem;
    margin-right: 1rem;
  }

  .team4_image-wrapper-4 {
    height: 7rem;
  }

  .team4_image-3 {
    width: 6rem;
    height: 7rem;
  }

  .div-block-77 {
    grid-template-columns: 1fr;
  }

  .calendly-div_edit {
    min-width: auto;
    max-width: 95%;
    height: 500px;
    max-height: 500px;
    margin-left: auto;
    margin-right: auto;
    padding: 1.5rem 1.5rem 1rem;
  }

  .text-size-medium-27 {
    font-size: 1rem;
  }

  .faq2_question-2 {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }

  .browsers {
    flex-flow: column;
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .locations-cards {
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr;
  }

  .client-checklist {
    padding: 60px 5%;
  }

  .checklist-item {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    text-align: center;
    flex-flow: column;
  }

  .list-of-conditions {
    grid-row-gap: 3rem;
  }

  .conditions-section {
    padding: 0 5% 40px;
  }

  .content {
    display: none;
  }

  .documents-fields {
    grid-template-columns: 1fr;
  }

  .upload-section {
    flex-flow: column;
  }

  .upload-section.double {
    align-items: stretch;
  }

  .div-block-78 {
    flex-flow: column;
  }

  .div-block-79 {
    flex-flow: row;
  }

  .team4_image-wrapper-5 {
    height: 7rem;
  }

  .calendly-img-2 {
    width: 8rem;
    height: 8rem;
  }

  .text-brackets.text-color-orange.text-size-tiny, .text-brackets.text-color-footer-gray.text-size-tiny {
    font-size: .875rem;
  }

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

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

  .div-block-111 {
    grid-column-gap: 16px;
    grid-row-gap: 32px;
    grid-template-columns: 1fr 1fr;
  }

  .browsers-2 {
    grid-column-gap: 2rem;
    grid-row-gap: .5rem;
    flex-flow: wrap;
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .subtitle-cards-4 {
    text-align: left;
    white-space: normal;
    word-break: normal;
    overflow-wrap: normal;
    object-fit: fill;
    width: auto;
  }

  .pricing26-component-accordion {
    width: 100%;
  }

  .title-card-height {
    min-height: .75rem;
  }

  .div-block-114 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
  }

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

  .margin-bottom-2.margin-xsmall.is-small-mobile {
    margin-bottom: 1rem;
  }

  .team4_image-4 {
    width: 6rem;
    height: 7rem;
  }

  .team4_image-wrapper-6 {
    height: 7rem;
  }

  .team-grid {
    flex-flow: column;
    grid-template-columns: 1fr;
    display: flex;
  }

  .custom-team-card-6 {
    width: auto;
  }

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

  .margin-bottom-3.margin-xsmall.is-small-mobile {
    margin-bottom: 1rem;
  }

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

  .custom-team-card-7 {
    width: auto;
  }

  .team-grid-2 {
    flex-flow: column;
    grid-template-columns: 1fr;
    display: flex;
  }
}

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

  .padding-horizontal.padding-xxhuge.mobile {
    padding-left: 0;
    padding-right: 0;
  }

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

  .heading-style-h6.black {
    color: var(--untitled-ui-gray900);
  }

  .heading-style-h4.mobile {
    text-align: center;
  }

  .text-size-regular.text-color-orange.text-size-tiny, .text-size-regular.text-color-footer-gray.text-size-tiny {
    font-size: .688rem;
  }

  .heading-style-h3.mobile {
    text-align: center;
  }

  .layout141_component.edited_flex {
    width: 100%;
  }

  .efi-ft-08-cell, .layout245_content, .layout245_list {
    grid-template-columns: 1fr;
  }

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

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

  .uui-heroheader02_component {
    grid-template-columns: 1fr;
  }

  .uui-layout27_lightbox-image-01 {
    width: 80%;
    right: -7%;
  }

  .uui-layout27_lightbox-image-02 {
    top: 20%;
  }

  .uui-layout04_image-02 {
    width: 50%;
    bottom: -12%;
  }

  .uui-layout04_image-01 {
    width: 150%;
    min-width: 150%;
    margin-right: -100%;
  }

  .uui-layout04_item-list, .uui-layout04_item-list._1, .uui-layout04_item-list._2 {
    grid-template-columns: 1fr;
  }

  .logo3_list {
    justify-content: center;
  }

  .logo3_wrapper {
    justify-content: center;
    align-items: flex-start;
  }

  .layout1_component, .header1_component, .layout349_component {
    grid-template-columns: 1fr;
  }

  .layout349_content {
    height: auto;
  }

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

  .layout348_content {
    height: auto;
  }

  .header50_background-image {
    object-position: 64% 50%;
  }

  .pricing-sticky-bg-wrap {
    flex: 0 auto;
    align-self: stretch;
    width: 100%;
    height: 100%;
  }

  .sticky-grid-pricing {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: space-between;
    align-items: center;
    margin-bottom: -1px;
    padding-left: 0%;
    padding-right: 0%;
    display: grid;
    overflow: hidden;
  }

  .h2 {
    font-size: 30px;
  }

  .price-category-wrap {
    padding-left: 0%;
    padding-right: 0%;
  }

  .table-cell-title {
    text-align: center;
    border-top: 1px solid #f2f3ff;
    justify-content: center;
    padding-top: 20px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .blurb-txt {
    font-size: 12px;
    display: block;
  }

  .pricing-title-wrap-sticky {
    width: 100%;
    padding: 15px 21px 15px 15px;
    font-size: 13px;
  }

  .pricing-title-wrap-sticky.middle, .pricing-title-wrap-sticky.end {
    padding-right: 15px;
  }

  .table-cell {
    width: 24.6%;
  }

  .outer-chart-grid {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    background-color: #fff;
  }

  .benefits-table {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: space-between;
    align-items: center;
    margin-bottom: -1px;
    padding-left: 0%;
    padding-right: 0%;
    display: grid;
    overflow: hidden;
  }

  .price-category-wrap-copy {
    padding-left: 0%;
    padding-right: 0%;
  }

  .team4_image-wrapper {
    padding-top: 66%;
  }

  .team4_list, .layout16_component, .layout239_list, .layout239_list_2 {
    grid-template-columns: 1fr;
  }

  .image-2 {
    display: block;
  }

  .layout192_component, .layout364_row, .layout198_item-list, .layout198_component, .layout353_component, .layout18_component {
    grid-template-columns: 1fr;
  }

  .image-5 {
    height: auto;
    display: none;
  }

  .layout200_item-list, .layout200_component {
    grid-template-columns: 1fr;
  }

  .custom-img-send {
    height: 100%;
  }

  .custom-img-send.mobile {
    padding: 0;
  }

  .fn-features-card-with-image.slider-cards, .fn-features-card-with-image.order-fund {
    width: 100%;
    height: auto;
  }

  .grid-cards {
    width: 90%;
  }

  .footer2_left-wrapper {
    grid-row-gap: 40px;
    grid-template-columns: 1fr;
  }

  .footer2_form {
    grid-row-gap: 12px;
    flex-direction: column;
    grid-template-columns: 1fr;
  }

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

  .footer3_menu-wrapper {
    grid-row-gap: 40px;
    grid-template-columns: 1fr;
  }

  .div-block-5.padding-vertical.padding-small {
    width: 100%;
  }

  .paragraph-3.text-size-small.text-color-white.custom-margin {
    text-align: center;
  }

  .button-5.is-orange {
    width: 100%;
  }

  .checkbox-field {
    align-items: flex-start;
  }

  .form-checkbox-label-2 {
    flex: 1;
  }

  .grid-input.margin-bottom.margin-medium {
    grid-row-gap: 32px;
    grid-template-columns: 1fr;
  }

  .button-6.is-orange {
    width: 100%;
  }

  .form-checkbox-label-3 {
    flex: 1;
  }

  .pricing26_top-row-content {
    padding: 1rem .5rem;
  }

  .text-size-small-3.text-style-italic.text-weight-bold.text-color-darkblue.mobile {
    font-size: .625rem;
  }

  .text-size-small-3.mobile {
    font-size: .625rem;
    line-height: 1.2;
  }

  .pricing26_top-row-price {
    font-size: 1.5rem;
  }

  .pricing26_plans, .pricing26_heading-row.background-color-soft-gray.alt {
    width: auto;
  }

  .button-8.max-width-full.is-pricing26-button {
    padding: .25rem .75rem;
  }

  .layout241_list, .layout290_component, .layout65_component {
    grid-template-columns: 1fr;
  }

  .layout65_component.edited {
    width: 90%;
  }

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

  .image-19 {
    width: 4rem;
    top: -2%;
  }

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

  .layout3_image {
    object-fit: contain;
    object-position: 20% 50%;
    width: 100%;
    max-width: 150%;
    position: relative;
    left: 0%;
  }

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

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

  .div-block-17, .grid, .image-20 {
    width: 100%;
  }

  .flex-horizontal.gap-col-20px {
    grid-row-gap: 20px;
    flex-flow: column;
  }

  .grid-input-2 {
    grid-template-columns: 1fr;
  }

  .grid-input-2.margin-bottom.margin-medium {
    grid-column-gap: 45px;
    grid-row-gap: 32px;
    grid-template-columns: 1fr;
  }

  .button-17.is-orange {
    width: 100%;
  }

  .pricing26_plans-2 {
    width: auto;
  }

  .price-category-wrap-2 {
    padding-left: 0%;
    padding-right: 0%;
  }

  .pricing-title-wrap-sticky-2 {
    width: 100%;
    padding: 15px 21px 15px 15px;
    font-size: 13px;
  }

  .pricing-title-wrap-sticky-2.end, .pricing-title-wrap-sticky-2.middle {
    padding-right: 15px;
  }

  .sticky-grid-pricing-2 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: space-between;
    align-items: center;
    margin-bottom: -1px;
    padding-left: 0%;
    padding-right: 0%;
    display: grid;
    overflow: hidden;
  }

  .div-block-22.padding-vertical.padding-small {
    width: 100%;
  }

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

  .button-20.max-width-full.is-pricing26-button {
    padding: .25rem .75rem;
  }

  .pricing-sticky-bg-wrap-2 {
    flex: 0 auto;
    align-self: stretch;
    width: 100%;
    height: 100%;
  }

  .outer-chart-grid-2 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    background-color: #fff;
  }

  .div-block-25.padding-medium {
    width: 100%;
  }

  .padding-section-large-10._1 {
    padding-bottom: 2rem;
  }

  .pricing26_plans-3 {
    width: auto;
  }

  .price-category-wrap-3 {
    padding-left: 0%;
    padding-right: 0%;
  }

  .div-block-27.padding-vertical.padding-small {
    width: 100%;
  }

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

  .button-23.max-width-full.is-pricing26-button {
    padding: .25rem .75rem;
  }

  .pricing-sticky-bg-wrap-3 {
    flex: 0 auto;
    align-self: stretch;
    width: 100%;
    height: 100%;
  }

  .outer-chart-grid-3 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    background-color: #fff;
  }

  .pricing26_plans-4 {
    width: auto;
  }

  .pricing-sticky-bg-wrap-4 {
    flex: 0 auto;
    align-self: stretch;
    width: 100%;
    height: 100%;
  }

  .outer-chart-grid-4 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    background-color: #fff;
  }

  .sticky-grid-comparing {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: space-between;
    align-items: center;
    margin-bottom: -1px;
    padding-left: 0%;
    padding-right: 0%;
    display: grid;
    overflow: hidden;
  }

  .grid-what-we-do {
    grid-template-columns: 1fr;
  }

  .link-2 {
    color: var(--white);
  }

  .custom-p {
    margin-bottom: 0;
  }

  .pricing-sticky-bg-wrap-5 {
    flex: 0 auto;
    align-self: stretch;
    width: 100%;
    height: 100%;
  }

  .table-cell-title-2 {
    text-align: center;
    border-top: 1px solid #f2f3ff;
    justify-content: center;
    min-height: auto;
    padding-top: 14px;
    padding-bottom: 14px;
  }

  .pricing-title-wrap-sticky-3 {
    width: 100%;
    padding: 15px 21px 15px 15px;
    font-size: 13px;
  }

  .pricing-title-wrap-sticky-3.top-row-bg-color {
    padding-left: 0;
    padding-right: 0;
  }

  .pricing-title-wrap-sticky-3.end, .pricing-title-wrap-sticky-3.middle {
    padding-right: 15px;
  }

  .pricing-title-wrap-sticky-3.middle.top-row-bg-color {
    padding-left: 7px;
    padding-right: 7px;
  }

  .outer-chart-grid-5 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    background-color: #fff;
  }

  .sticky-grid-pricing-3 {
    grid-column-gap: 1px;
    grid-row-gap: 1px;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: space-between;
    align-items: center;
    margin-bottom: -1px;
    padding-left: 0%;
    padding-right: 0%;
    display: grid;
  }

  .image-30 {
    width: 70%;
  }

  .section_07-tailored-desktop {
    display: none;
  }

  .section_07-tailored-desktop.show {
    display: block;
  }

  .pricing26_feature-2 {
    width: auto;
  }

  .pricing26_top-row-4 {
    width: 500px;
    position: static;
  }

  .button-25.max-width-full.is-pricing26-button {
    padding: .25rem .75rem;
  }

  .pricing26_row-3 {
    width: auto;
  }

  .pricing26_plans-6.overflow {
    overflow: auto;
  }

  .accordion2_component {
    border-color: #fe7333;
  }

  .accordion2_top {
    padding-top: .7rem;
    padding-bottom: .7rem;
  }

  .heading-style-h1-6, .heading-style-h6-8 {
    color: #023f7a;
    font-family: Montserrat, sans-serif;
  }

  .pricing26_row-content-mobile.is-first {
    background-color: #eff5fb;
    padding-left: .7rem;
    padding-right: .7rem;
  }

  .section_07-tailored-mobile {
    display: block;
  }

  .pricing26_row-mobile {
    grid-column-gap: 0px;
    grid-template-columns: 1fr .7fr;
  }

  .pricing26_row-mobile.last {
    border-bottom-width: 0;
  }

  .pricing26_row-mobile.first {
    border-top: 1px solid #fe7333;
  }

  ._1-col {
    grid-column-gap: 0px;
    grid-row-gap: 16px;
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

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

  .pricing26_feature-mobile {
    background-color: #fff;
    border-bottom-width: 0;
    align-items: center;
    padding-left: .7rem;
    padding-right: .7rem;
    display: flex;
  }

  .pricing26_feature-mobile.last {
    border-bottom-width: 0;
  }

  .sticky-grid-comparing-2 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: space-between;
    align-items: center;
    margin-bottom: -1px;
    padding-left: 0%;
    padding-right: 0%;
    display: grid;
  }

  .pricing-sticky-bg-wrap-6 {
    flex: 0 auto;
    align-self: stretch;
    width: 100%;
    height: 100%;
  }

  .table-cell-title-3 {
    text-align: center;
    border-top: 1px solid #f2f3ff;
    justify-content: center;
    min-height: auto;
    padding-top: 14px;
    padding-bottom: 14px;
  }

  .pricing-title-wrap-sticky-4 {
    width: 100%;
    padding: 15px 21px 15px 15px;
    font-size: 13px;
  }

  .pricing-title-wrap-sticky-4.top-row-bg-color {
    padding-left: 0;
    padding-right: 0;
  }

  .pricing-title-wrap-sticky-4.top-row-bg-color.padding-small.background-color-light-orange {
    padding: 15px;
  }

  .pricing-title-wrap-sticky-4.middle {
    padding-right: 15px;
  }

  .outer-chart-grid-6 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    background-color: #fff;
  }

  .section-background-plane {
    background-image: linear-gradient(#fffc, #fffc), url('../images/logo-green-outline-02.svg');
    background-position: 0 0, 150%;
    background-repeat: repeat, no-repeat;
    background-size: auto, auto 400px;
    background-attachment: scroll, fixed;
  }

  .layout253_list, .layout253_component, .layout253_component-copy {
    grid-template-columns: 1fr;
  }

  .pricing-title-wrap-sticky-5 {
    width: 100%;
    padding: 15px 21px 15px 15px;
    font-size: 13px;
  }

  .pricing-title-wrap-sticky-5.top-row-bg-color {
    padding-left: 0;
    padding-right: 0;
  }

  .pricing-title-wrap-sticky-5.middle {
    padding-right: 15px;
  }

  .pricing-title-wrap-sticky-5.middle.top-row-bg-color {
    padding-left: 7px;
    padding-right: 7px;
  }

  .pricing-sticky-bg-wrap-7 {
    flex: 0 auto;
    align-self: stretch;
    width: 100%;
    height: 100%;
  }

  .sticky-grid-addons-1 {
    grid-column-gap: 1px;
    grid-row-gap: 1px;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: space-between;
    align-items: center;
    margin-bottom: -1px;
    padding-left: 0%;
    padding-right: 0%;
    display: grid;
  }

  .outer-chart-grid-7 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    background-color: #fff;
  }

  .table-cell-title-4 {
    text-align: center;
    border-top: 1px solid #f2f3ff;
    justify-content: center;
    min-height: auto;
    padding-top: 14px;
    padding-bottom: 14px;
  }

  .image-31 {
    height: auto;
  }

  .custom-div-finance.mobile {
    display: none;
  }

  .custom-div-finance.mobile.min {
    display: flex;
  }

  .custom-div-finance.tablet {
    display: none;
  }

  .custom-div-finance.tablet.min {
    display: flex;
  }

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

  .grid-icons._01, .layout1_component-2 {
    grid-template-columns: 1fr;
  }

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

  .image-35, .image-36, .image-37 {
    width: 8rem;
  }

  .layout409_card.card-1.style, .layout409_card.card-2.style, .layout409_card.card-3.style, .layout409_card.style {
    padding: 1rem;
  }

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

  .container-icons {
    grid-template-columns: 1fr;
  }

  .div-block-30_2 {
    width: 80%;
    padding-left: 1rem;
    padding-right: 1rem;
  }

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

  .navbar7_bottom-bar-left {
    grid-template-rows: auto auto;
    grid-template-columns: max-content;
  }

  .navbar7_dropdown-content-left {
    grid-template-columns: 1fr;
    padding-top: 1rem;
    padding-bottom: 1rem;
  }

  .navbar7_bottom-bar {
    align-items: flex-start;
  }

  .navbar7_bottom-bar-right {
    flex-direction: column;
    width: 100%;
  }

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

  .home_services_tabs-menu {
    grid-row-gap: 2.5rem;
  }

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

  .home_blog-list_item-content {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .home_feature_item-list, .home_feature_component, .home_cta_component, .layout364_row_edition {
    grid-template-columns: 1fr;
  }

  .team4_image-wrapper-2 {
    padding-top: 0%;
  }

  .footer2_left-wrapper-2 {
    grid-row-gap: 40px;
    grid-template-columns: 1fr;
  }

  .image-41 {
    width: 100%;
  }

  .footer2_top-wrapper_new {
    grid-row-gap: 48px;
  }

  .footer2_link-list-2.custom-03, .footer2_link-list-2.custom-02 {
    justify-content: flex-start;
    align-items: center;
  }

  .footer2_link-list-2.custom-copy {
    justify-content: flex-start;
    align-items: center;
    padding-right: 0%;
  }

  .custom-grid-contact {
    grid-template-columns: 1fr;
  }

  .team4_image-wrapper-3 {
    padding-top: 0%;
  }

  .footer2_left-wrapper-3 {
    grid-row-gap: 40px;
    grid-template-columns: 1fr;
  }

  .image-45, .layout1_image-wrapper-2 {
    width: 100%;
  }

  .calendly-img-wrapper {
    padding-top: 0%;
  }

  .calendar-popup-modal-01 {
    display: none;
  }

  .calendly-div {
    min-width: auto;
    max-width: 300px;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .team4_image-wrapper-4 {
    padding-top: 0%;
  }

  .calendly-div_edit {
    min-width: auto;
    max-width: 95%;
    height: 500px;
    max-height: 500px;
    margin-top: 0;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

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

  .contact-information-fields, .address-fields, .request-information-fields, .checklist-items {
    grid-template-columns: 1fr;
  }

  .conditions {
    text-align: center;
    padding-left: 20px;
    padding-right: 20px;
  }

  .list-of-conditions {
    grid-row-gap: 1rem;
    grid-template-columns: 1fr;
  }

  .condition {
    text-align: center;
    border-bottom: 1px solid #dcdcdc;
    border-right-style: none;
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
    padding-bottom: 20px;
    padding-right: 0;
  }

  .condition.last {
    border-bottom-style: none;
  }

  .condition.last-mobile {
    justify-content: flex-start;
    align-items: center;
  }

  .documents-fields {
    grid-template-columns: 1fr;
  }

  .div-block-79 {
    flex-flow: column;
  }

  .team4_image-wrapper-5 {
    padding-top: 0%;
  }

  .text-brackets.text-color-orange.text-size-tiny, .text-brackets.text-color-footer-gray.text-size-tiny {
    font-size: .688rem;
  }

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

  .certificates-logos {
    grid-column-gap: 60px;
    grid-row-gap: 24px;
    flex-flow: wrap;
    justify-content: center;
    align-items: center;
    height: auto;
  }

  .div-block-111 {
    grid-template-columns: 1fr;
  }

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

  .footer2_logo-link-2 {
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .browsers-2 {
    text-align: center;
    justify-content: center;
    align-items: center;
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .accordion-header {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    align-items: center;
    padding: 1rem;
  }

  .subtitle-cards-4 {
    padding-left: 10px;
    padding-right: 10px;
  }

  .ic-test {
    justify-content: flex-start;
    align-items: flex-start;
  }

  .div-block-114 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
  }

  .file-upload-wrapper {
    max-width: 200px;
  }

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

  .input {
    width: 100%;
    min-width: 90%;
  }

  .team4_image-wrapper-6 {
    padding-top: 0%;
  }

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

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

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

#w-node-c9ce3d46-3861-c78e-ba25-cb1b589d3902-89195d53 {
  justify-self: auto;
}

#w-node-_8e985de3-1492-a91c-011b-6c42c5a57ff0-89195d5f, #w-node-_8e985de3-1492-a91c-011b-6c42c5a57ffa-89195d5f {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}

#w-node-_8e985de3-1492-a91c-011b-6c42c5a58011-89195d5f, #w-node-_8e985de3-1492-a91c-011b-6c42c5a580d0-89195d5f, #w-node-_8e985de3-1492-a91c-011b-6c42c5a580d9-89195d5f, #w-node-_8e985de3-1492-a91c-011b-6c42c5a580dc-89195d5f, #w-node-_8e985de3-1492-a91c-011b-6c42c5a580df-89195d5f, #w-node-_8e985de3-1492-a91c-011b-6c42c5a580e4-89195d5f, #w-node-_8e985de3-1492-a91c-011b-6c42c5a580e7-89195d5f, #w-node-_8e985de3-1492-a91c-011b-6c42c5a580ea-89195d5f, #w-node-_8e985de3-1492-a91c-011b-6c42c5a580ed-89195d5f, #w-node-_8e985de3-1492-a91c-011b-6c42c5a580f0-89195d5f, #w-node-_8e985de3-1492-a91c-011b-6c42c5a580f3-89195d5f, #w-node-_8e985de3-1492-a91c-011b-6c42c5a580f6-89195d5f, #w-node-ab42e19a-3763-ab66-4153-e18516cfed5e-89195d5f, #w-node-ab42e19a-3763-ab66-4153-e18516cfed66-89195d5f, #w-node-ab42e19a-3763-ab66-4153-e18516cfed6b-89195d5f, #w-node-ab42e19a-3763-ab66-4153-e18516cfed70-89195d5f, #w-node-ab42e19a-3763-ab66-4153-e18516cfed75-89195d5f, #w-node-ab42e19a-3763-ab66-4153-e18516cfed7d-89195d5f, #w-node-ab42e19a-3763-ab66-4153-e18516cfed80-89195d5f, #w-node-ab42e19a-3763-ab66-4153-e18516cfed83-89195d5f, #w-node-ab42e19a-3763-ab66-4153-e18516cfed86-89195d5f, #w-node-ab42e19a-3763-ab66-4153-e18516cfed8a-89195d5f, #w-node-ab42e19a-3763-ab66-4153-e18516cfed8d-89195d5f, #w-node-ab42e19a-3763-ab66-4153-e18516cfed90-89195d5f, #w-node-ab42e19a-3763-ab66-4153-e18516cfed93-89195d5f, #w-node-ab42e19a-3763-ab66-4153-e18516cfed97-89195d5f, #w-node-ab42e19a-3763-ab66-4153-e18516cfed9a-89195d5f, #w-node-ab42e19a-3763-ab66-4153-e18516cfed9d-89195d5f, #w-node-ab42e19a-3763-ab66-4153-e18516cfeda0-89195d5f, #w-node-ab42e19a-3763-ab66-4153-e18516cfeda4-89195d5f, #w-node-ab42e19a-3763-ab66-4153-e18516cfeda7-89195d5f, #w-node-ab42e19a-3763-ab66-4153-e18516cfedaa-89195d5f, #w-node-ab42e19a-3763-ab66-4153-e18516cfedad-89195d5f, #w-node-ab42e19a-3763-ab66-4153-e18516cfedb1-89195d5f, #w-node-ab42e19a-3763-ab66-4153-e18516cfedb4-89195d5f, #w-node-ab42e19a-3763-ab66-4153-e18516cfedb7-89195d5f, #w-node-ab42e19a-3763-ab66-4153-e18516cfedba-89195d5f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-ee78791b-7411-78e1-5183-3a22f21d4e5c-89195d5f {
  justify-self: center;
}

#w-node-_2721e3b9-1224-73d5-fd1a-a31f86355830-89195d5f, #w-node-_2721e3b9-1224-73d5-fd1a-a31f86355831-89195d5f, #w-node-_2721e3b9-1224-73d5-fd1a-a31f86355834-89195d5f, #w-node-_2721e3b9-1224-73d5-fd1a-a31f86355837-89195d5f, #w-node-_2721e3b9-1224-73d5-fd1a-a31f86355840-89195d5f, #w-node-_2721e3b9-1224-73d5-fd1a-a31f86355843-89195d5f, #w-node-_2721e3b9-1224-73d5-fd1a-a31f86355845-89195d5f, #w-node-_2721e3b9-1224-73d5-fd1a-a31f86355847-89195d5f, #w-node-_2721e3b9-1224-73d5-fd1a-a31f8635584c-89195d5f, #w-node-_2721e3b9-1224-73d5-fd1a-a31f8635584f-89195d5f, #w-node-_2721e3b9-1224-73d5-fd1a-a31f86355851-89195d5f, #w-node-_2721e3b9-1224-73d5-fd1a-a31f86355853-89195d5f, #w-node-_2721e3b9-1224-73d5-fd1a-a31f86355858-89195d5f, #w-node-_2721e3b9-1224-73d5-fd1a-a31f8635585b-89195d5f, #w-node-_2721e3b9-1224-73d5-fd1a-a31f8635585d-89195d5f, #w-node-_2721e3b9-1224-73d5-fd1a-a31f8635585f-89195d5f, #w-node-_2721e3b9-1224-73d5-fd1a-a31f86355864-89195d5f, #w-node-_2721e3b9-1224-73d5-fd1a-a31f86355867-89195d5f, #w-node-_2721e3b9-1224-73d5-fd1a-a31f86355869-89195d5f, #w-node-_2721e3b9-1224-73d5-fd1a-a31f8635586b-89195d5f, #w-node-_2721e3b9-1224-73d5-fd1a-a31f86355870-89195d5f, #w-node-_2721e3b9-1224-73d5-fd1a-a31f86355873-89195d5f, #w-node-_2721e3b9-1224-73d5-fd1a-a31f86355875-89195d5f, #w-node-_2721e3b9-1224-73d5-fd1a-a31f86355877-89195d5f, #w-node-_2721e3b9-1224-73d5-fd1a-a31f8635587c-89195d5f, #w-node-_2721e3b9-1224-73d5-fd1a-a31f8635587f-89195d5f, #w-node-_2721e3b9-1224-73d5-fd1a-a31f86355881-89195d5f, #w-node-_2721e3b9-1224-73d5-fd1a-a31f86355883-89195d5f, #w-node-_2721e3b9-1224-73d5-fd1a-a31f86355888-89195d5f, #w-node-_2721e3b9-1224-73d5-fd1a-a31f8635588b-89195d5f, #w-node-_2721e3b9-1224-73d5-fd1a-a31f8635588d-89195d5f, #w-node-_2721e3b9-1224-73d5-fd1a-a31f8635588f-89195d5f, #w-node-_2721e3b9-1224-73d5-fd1a-a31f86355894-89195d5f, #w-node-_2721e3b9-1224-73d5-fd1a-a31f86355897-89195d5f, #w-node-_2721e3b9-1224-73d5-fd1a-a31f86355899-89195d5f, #w-node-_2721e3b9-1224-73d5-fd1a-a31f8635589b-89195d5f, #w-node-_2721e3b9-1224-73d5-fd1a-a31f863558a0-89195d5f, #w-node-_2721e3b9-1224-73d5-fd1a-a31f863558a3-89195d5f, #w-node-_2721e3b9-1224-73d5-fd1a-a31f863558a5-89195d5f, #w-node-_2721e3b9-1224-73d5-fd1a-a31f863558a7-89195d5f, #w-node-_2721e3b9-1224-73d5-fd1a-a31f863558ac-89195d5f, #w-node-_2721e3b9-1224-73d5-fd1a-a31f863558af-89195d5f, #w-node-_2721e3b9-1224-73d5-fd1a-a31f863558b1-89195d5f, #w-node-_2721e3b9-1224-73d5-fd1a-a31f863558b3-89195d5f, #w-node-_2721e3b9-1224-73d5-fd1a-a31f863558b8-89195d5f, #w-node-_2721e3b9-1224-73d5-fd1a-a31f863558bb-89195d5f, #w-node-_2721e3b9-1224-73d5-fd1a-a31f863558bd-89195d5f, #w-node-_2721e3b9-1224-73d5-fd1a-a31f863558bf-89195d5f, #w-node-_2721e3b9-1224-73d5-fd1a-a31f863558c4-89195d5f, #w-node-_2721e3b9-1224-73d5-fd1a-a31f863558c7-89195d5f, #w-node-_2721e3b9-1224-73d5-fd1a-a31f863558c9-89195d5f, #w-node-_2721e3b9-1224-73d5-fd1a-a31f863558cb-89195d5f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-dc67241f-ef7f-0fbd-756f-3807b9a01d1d-89195d60, #w-node-f2ebb82a-f9f1-cbaf-67f9-6dc1c51faa60-89195d60 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}

#w-node-_461ebb3f-3a06-46a9-c6c7-3a495ae139e3-89195d60, #w-node-_2eea8c54-9845-9945-b3ba-a013fc4c609a-89195d60, #w-node-_2eea8c54-9845-9945-b3ba-a013fc4c60a2-89195d60, #w-node-_2eea8c54-9845-9945-b3ba-a013fc4c60a3-89195d60, #w-node-_2eea8c54-9845-9945-b3ba-a013fc4c60a9-89195d60, #w-node-_2eea8c54-9845-9945-b3ba-a013fc4c60af-89195d60, #w-node-_2eea8c54-9845-9945-b3ba-a013fc4c60bb-89195d60, #w-node-_2eea8c54-9845-9945-b3ba-a013fc4c60bf-89195d60, #w-node-_2eea8c54-9845-9945-b3ba-a013fc4c60c0-89195d60, #w-node-_2eea8c54-9845-9945-b3ba-a013fc4c60c1-89195d60, #w-node-_2eea8c54-9845-9945-b3ba-a013fc4c60c5-89195d60, #w-node-_2eea8c54-9845-9945-b3ba-a013fc4c60c9-89195d60, #w-node-_2eea8c54-9845-9945-b3ba-a013fc4c60ca-89195d60, #w-node-_2eea8c54-9845-9945-b3ba-a013fc4c60cb-89195d60, #w-node-_2eea8c54-9845-9945-b3ba-a013fc4c60cf-89195d60, #w-node-_2eea8c54-9845-9945-b3ba-a013fc4c60d3-89195d60, #w-node-_2eea8c54-9845-9945-b3ba-a013fc4c60d5-89195d60, #w-node-_2eea8c54-9845-9945-b3ba-a013fc4c60d6-89195d60, #w-node-_2eea8c54-9845-9945-b3ba-a013fc4c60db-89195d60, #w-node-_2eea8c54-9845-9945-b3ba-a013fc4c60df-89195d60, #w-node-_2eea8c54-9845-9945-b3ba-a013fc4c60e0-89195d60, #w-node-_2eea8c54-9845-9945-b3ba-a013fc4c60e1-89195d60, #w-node-_2eea8c54-9845-9945-b3ba-a013fc4c60e5-89195d60, #w-node-_2eea8c54-9845-9945-b3ba-a013fc4c60e9-89195d60, #w-node-_2eea8c54-9845-9945-b3ba-a013fc4c60eb-89195d60, #w-node-_2eea8c54-9845-9945-b3ba-a013fc4c60ec-89195d60, #w-node-_2eea8c54-9845-9945-b3ba-a013fc4c60f1-89195d60, #w-node-_2eea8c54-9845-9945-b3ba-a013fc4c60f5-89195d60, #w-node-_2eea8c54-9845-9945-b3ba-a013fc4c60f6-89195d60, #w-node-_2eea8c54-9845-9945-b3ba-a013fc4c60f8-89195d60, #w-node-_2eea8c54-9845-9945-b3ba-a013fc4c60fd-89195d60, #w-node-_2eea8c54-9845-9945-b3ba-a013fc4c6101-89195d60, #w-node-_2eea8c54-9845-9945-b3ba-a013fc4c6102-89195d60, #w-node-_2eea8c54-9845-9945-b3ba-a013fc4c6104-89195d60, #w-node-_2eea8c54-9845-9945-b3ba-a013fc4c6109-89195d60, #w-node-_2eea8c54-9845-9945-b3ba-a013fc4c610d-89195d60, #w-node-_2eea8c54-9845-9945-b3ba-a013fc4c610e-89195d60, #w-node-_2eea8c54-9845-9945-b3ba-a013fc4c610f-89195d60, #w-node-_2eea8c54-9845-9945-b3ba-a013fc4c6113-89195d60, #w-node-_2eea8c54-9845-9945-b3ba-a013fc4c6117-89195d60, #w-node-_2eea8c54-9845-9945-b3ba-a013fc4c6118-89195d60, #w-node-_2eea8c54-9845-9945-b3ba-a013fc4c6119-89195d60, #w-node-_2eea8c54-9845-9945-b3ba-a013fc4c611d-89195d60, #w-node-_2eea8c54-9845-9945-b3ba-a013fc4c6121-89195d60, #w-node-_2eea8c54-9845-9945-b3ba-a013fc4c6122-89195d60, #w-node-_2eea8c54-9845-9945-b3ba-a013fc4c6123-89195d60, #w-node-_2eea8c54-9845-9945-b3ba-a013fc4c6127-89195d60, #w-node-_2eea8c54-9845-9945-b3ba-a013fc4c612b-89195d60, #w-node-_2eea8c54-9845-9945-b3ba-a013fc4c612c-89195d60, #w-node-_2eea8c54-9845-9945-b3ba-a013fc4c612d-89195d60, #w-node-_2eea8c54-9845-9945-b3ba-a013fc4c6131-89195d60, #w-node-_2eea8c54-9845-9945-b3ba-a013fc4c6135-89195d60, #w-node-_2eea8c54-9845-9945-b3ba-a013fc4c6136-89195d60, #w-node-_2eea8c54-9845-9945-b3ba-a013fc4c6137-89195d60, #w-node-_0fd5e9ea-c168-aefa-67b6-583b15280bd4-89195d60, #w-node-_0fd5e9ea-c168-aefa-67b6-583b15280bde-89195d60, #w-node-_0fd5e9ea-c168-aefa-67b6-583b15280be2-89195d60, #w-node-_0fd5e9ea-c168-aefa-67b6-583b15280be6-89195d60, #w-node-_0fd5e9ea-c168-aefa-67b6-583b15280bea-89195d60, #w-node-_0fd5e9ea-c168-aefa-67b6-583b15280bee-89195d60, #w-node-_0fd5e9ea-c168-aefa-67b6-583b15280bf2-89195d60, #w-node-_0fd5e9ea-c168-aefa-67b6-583b15280bf6-89195d60, #w-node-_0fd5e9ea-c168-aefa-67b6-583b15280bfa-89195d60, #w-node-da8d588f-059c-dd2c-c593-ea66bae4fa35-89195d60, #w-node-_0fd5e9ea-c168-aefa-67b6-583b15280bfe-89195d60, #w-node-_592e2869-c4f3-55c3-f334-879c005cd4e0-89195d6b, #w-node-_592e2869-c4f3-55c3-f334-879c005cd4e6-89195d6b, #w-node-_592e2869-c4f3-55c3-f334-879c005cd4eb-89195d6b, #w-node-_592e2869-c4f3-55c3-f334-879c005cd4f1-89195d6b, #w-node-_592e2869-c4f3-55c3-f334-879c005cd4f7-89195d6b, #w-node-_592e2869-c4f3-55c3-f334-879c005cd4fd-89195d6b, #w-node-_592e2869-c4f3-55c3-f334-879c005cd503-89195d6b, #w-node-_592e2869-c4f3-55c3-f334-879c005cd50e-89195d6b, #w-node-_592e2869-c4f3-55c3-f334-879c005cd514-89195d6b, #w-node-_592e2869-c4f3-55c3-f334-879c005cd51a-89195d6b, #w-node-_592e2869-c4f3-55c3-f334-879c005cd520-89195d6b, #w-node-_592e2869-c4f3-55c3-f334-879c005cd526-89195d6b, #w-node-_592e2869-c4f3-55c3-f334-879c005cd52b-89195d6b, #w-node-f55bb1bd-8eb6-4913-e374-a803581ada3e-89195d6c, #w-node-f55bb1bd-8eb6-4913-e374-a803581ada44-89195d6c, #w-node-f55bb1bd-8eb6-4913-e374-a803581ada49-89195d6c, #w-node-f55bb1bd-8eb6-4913-e374-a803581ada4f-89195d6c, #w-node-f55bb1bd-8eb6-4913-e374-a803581ada55-89195d6c, #w-node-f55bb1bd-8eb6-4913-e374-a803581ada5b-89195d6c, #w-node-f55bb1bd-8eb6-4913-e374-a803581ada61-89195d6c, #w-node-f55bb1bd-8eb6-4913-e374-a803581ada6c-89195d6c, #w-node-f55bb1bd-8eb6-4913-e374-a803581ada72-89195d6c, #w-node-f55bb1bd-8eb6-4913-e374-a803581ada78-89195d6c, #w-node-f55bb1bd-8eb6-4913-e374-a803581ada7e-89195d6c, #w-node-f55bb1bd-8eb6-4913-e374-a803581ada84-89195d6c, #w-node-f55bb1bd-8eb6-4913-e374-a803581ada89-89195d6c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_4ca5457c-0926-43f4-4400-07b84fc5da89-89195d71, #w-node-_4ca5457c-0926-43f4-4400-07b84fc5da8b-89195d71, #w-node-_4ca5457c-0926-43f4-4400-07b84fc5da8d-89195d71, #w-node-_4ca5457c-0926-43f4-4400-07b84fc5da8f-89195d71, #w-node-_4ca5457c-0926-43f4-4400-07b84fc5da91-89195d71, #w-node-_4ca5457c-0926-43f4-4400-07b84fc5da93-89195d71, #w-node-_4ca5457c-0926-43f4-4400-07b84fc5da95-89195d71, #w-node-_4ca5457c-0926-43f4-4400-07b84fc5da97-89195d71, #w-node-_4ca5457c-0926-43f4-4400-07b84fc5da9a-89195d71, #w-node-_4ca5457c-0926-43f4-4400-07b84fc5da9c-89195d71, #w-node-_4ca5457c-0926-43f4-4400-07b84fc5da9e-89195d71, #w-node-_4ca5457c-0926-43f4-4400-07b84fc5daa0-89195d71, #w-node-_4ca5457c-0926-43f4-4400-07b84fc5daa2-89195d71, #w-node-_4ca5457c-0926-43f4-4400-07b84fc5daa4-89195d71, #w-node-_4ca5457c-0926-43f4-4400-07b84fc5daa6-89195d71, #w-node-_4ca5457c-0926-43f4-4400-07b84fc5daa8-89195d71 {
  justify-self: center;
}

#w-node-_01e04acb-2c84-544b-74e9-6a922f016dfe-89195d72 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: end;
}

#w-node-_4ca5457c-0926-43f4-4400-07b84fc5da89-89195d72, #w-node-_4ca5457c-0926-43f4-4400-07b84fc5da8b-89195d72, #w-node-_4ca5457c-0926-43f4-4400-07b84fc5da8d-89195d72, #w-node-_4ca5457c-0926-43f4-4400-07b84fc5da8f-89195d72, #w-node-_4ca5457c-0926-43f4-4400-07b84fc5da91-89195d72, #w-node-_4ca5457c-0926-43f4-4400-07b84fc5da93-89195d72, #w-node-_4ca5457c-0926-43f4-4400-07b84fc5da95-89195d72, #w-node-_4ca5457c-0926-43f4-4400-07b84fc5da97-89195d72, #w-node-_4ca5457c-0926-43f4-4400-07b84fc5da9a-89195d72, #w-node-_4ca5457c-0926-43f4-4400-07b84fc5da9c-89195d72, #w-node-_4ca5457c-0926-43f4-4400-07b84fc5da9e-89195d72, #w-node-_4ca5457c-0926-43f4-4400-07b84fc5daa0-89195d72, #w-node-_4ca5457c-0926-43f4-4400-07b84fc5daa2-89195d72, #w-node-_4ca5457c-0926-43f4-4400-07b84fc5daa4-89195d72, #w-node-_4ca5457c-0926-43f4-4400-07b84fc5daa6-89195d72, #w-node-_4ca5457c-0926-43f4-4400-07b84fc5daa8-89195d72 {
  justify-self: center;
}

#w-node-_01e04acb-2c84-544b-74e9-6a922f016dfe-89195d73 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: end;
}

#w-node-_4ca5457c-0926-43f4-4400-07b84fc5da89-89195d73, #w-node-_4ca5457c-0926-43f4-4400-07b84fc5da8b-89195d73, #w-node-_4ca5457c-0926-43f4-4400-07b84fc5da8d-89195d73, #w-node-_4ca5457c-0926-43f4-4400-07b84fc5da8f-89195d73, #w-node-_4ca5457c-0926-43f4-4400-07b84fc5da91-89195d73, #w-node-_4ca5457c-0926-43f4-4400-07b84fc5da93-89195d73, #w-node-_4ca5457c-0926-43f4-4400-07b84fc5da95-89195d73, #w-node-_4ca5457c-0926-43f4-4400-07b84fc5da97-89195d73, #w-node-_4ca5457c-0926-43f4-4400-07b84fc5da9a-89195d73, #w-node-_4ca5457c-0926-43f4-4400-07b84fc5da9c-89195d73, #w-node-_4ca5457c-0926-43f4-4400-07b84fc5da9e-89195d73, #w-node-_4ca5457c-0926-43f4-4400-07b84fc5daa0-89195d73, #w-node-_4ca5457c-0926-43f4-4400-07b84fc5daa2-89195d73, #w-node-_4ca5457c-0926-43f4-4400-07b84fc5daa4-89195d73, #w-node-_4ca5457c-0926-43f4-4400-07b84fc5daa6-89195d73, #w-node-_4ca5457c-0926-43f4-4400-07b84fc5daa8-89195d73 {
  justify-self: center;
}

#w-node-e42823a1-462a-0db4-29c3-6d945c68cf00-89195d96, #w-node-e42823a1-462a-0db4-29c3-6d945c68cf00-89195db8 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-f1271be1-dbbd-38c7-1b1e-dd8cb0113ec7-89195dbd, #w-node-f1271be1-dbbd-38c7-1b1e-dd8cb0113ed1-89195dbd {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}

#w-node-a8c575cb-eb78-5fc4-15b9-80abc38f9480-89195dbe, #w-node-a8c575cb-eb78-5fc4-15b9-80abc38f9489-89195dbe, #w-node-a8c575cb-eb78-5fc4-15b9-80abc38f948a-89195dbe, #w-node-a8c575cb-eb78-5fc4-15b9-80abc38f948e-89195dbe, #w-node-a8c575cb-eb78-5fc4-15b9-80abc38f9492-89195dbe, #w-node-a8c575cb-eb78-5fc4-15b9-80abc38f949c-89195dbe, #w-node-a8c575cb-eb78-5fc4-15b9-80abc38f949f-89195dbe, #w-node-a8c575cb-eb78-5fc4-15b9-80abc38f94a1-89195dbe, #w-node-a8c575cb-eb78-5fc4-15b9-80abc38f94a2-89195dbe, #w-node-_9e0d0723-9c9f-f9d9-4bc7-4c5b05c92fe8-89195dbe, #w-node-_9e0d0723-9c9f-f9d9-4bc7-4c5b05c92fec-89195dbe, #w-node-_9e0d0723-9c9f-f9d9-4bc7-4c5b05c92fee-89195dbe, #w-node-_9e0d0723-9c9f-f9d9-4bc7-4c5b05c92fef-89195dbe, #w-node-_24c5fab1-f2ee-deba-e554-73ee7880106d-89195dbe, #w-node-_24c5fab1-f2ee-deba-e554-73ee78801071-89195dbe, #w-node-_24c5fab1-f2ee-deba-e554-73ee78801072-89195dbe, #w-node-_24c5fab1-f2ee-deba-e554-73ee78801073-89195dbe, #w-node-_5a50d49f-0d31-f02a-3022-f293f67f3595-89195dbe, #w-node-_5a50d49f-0d31-f02a-3022-f293f67f3599-89195dbe, #w-node-_5a50d49f-0d31-f02a-3022-f293f67f359b-89195dbe, #w-node-_5a50d49f-0d31-f02a-3022-f293f67f359c-89195dbe, #w-node-_3ba71d99-8b3f-9a99-4990-4905ef45e0bf-89195dbe, #w-node-_3ba71d99-8b3f-9a99-4990-4905ef45e0c3-89195dbe, #w-node-_3ba71d99-8b3f-9a99-4990-4905ef45e0c4-89195dbe, #w-node-_3ba71d99-8b3f-9a99-4990-4905ef45e0c5-89195dbe, #w-node-_4fcc2255-1b45-64dd-2950-88ef10d6250e-89195dbe, #w-node-_4fcc2255-1b45-64dd-2950-88ef10d62512-89195dbe, #w-node-_4fcc2255-1b45-64dd-2950-88ef10d62514-89195dbe, #w-node-_4fcc2255-1b45-64dd-2950-88ef10d62515-89195dbe, #w-node-_45b91ac7-b4b5-26da-1abb-431496341dbd-89195dbe, #w-node-_45b91ac7-b4b5-26da-1abb-431496341dc1-89195dbe, #w-node-_45b91ac7-b4b5-26da-1abb-431496341dc2-89195dbe, #w-node-_45b91ac7-b4b5-26da-1abb-431496341dc4-89195dbe, #w-node-_4950219b-34c8-9f60-526f-7d5b803276bf-89195dbe, #w-node-_4950219b-34c8-9f60-526f-7d5b803276c3-89195dbe, #w-node-_4950219b-34c8-9f60-526f-7d5b803276c4-89195dbe, #w-node-_4950219b-34c8-9f60-526f-7d5b803276c6-89195dbe, #w-node-_7685e865-68f1-5641-30e6-6248c635965f-89195dbe, #w-node-_7685e865-68f1-5641-30e6-6248c6359663-89195dbe, #w-node-_7685e865-68f1-5641-30e6-6248c6359664-89195dbe, #w-node-_7685e865-68f1-5641-30e6-6248c6359665-89195dbe, #w-node-_37ef65d3-5100-548a-29bb-87f8cbc93185-89195dbe, #w-node-_37ef65d3-5100-548a-29bb-87f8cbc93189-89195dbe, #w-node-_37ef65d3-5100-548a-29bb-87f8cbc9318a-89195dbe, #w-node-_37ef65d3-5100-548a-29bb-87f8cbc9318b-89195dbe, #w-node-_136a4111-1075-2e86-ee2d-e052a39889a7-89195dbe, #w-node-_136a4111-1075-2e86-ee2d-e052a39889ab-89195dbe, #w-node-_136a4111-1075-2e86-ee2d-e052a39889ac-89195dbe, #w-node-_136a4111-1075-2e86-ee2d-e052a39889ad-89195dbe, #w-node-a0f3acdc-340e-8915-e217-848eecd53e51-89195dbe, #w-node-a0f3acdc-340e-8915-e217-848eecd53e55-89195dbe, #w-node-a0f3acdc-340e-8915-e217-848eecd53e56-89195dbe, #w-node-a0f3acdc-340e-8915-e217-848eecd53e57-89195dbe, #w-node-f00c7372-44f7-2f55-a233-11e0d6d6dcf7-89195dbe, #w-node-f00c7372-44f7-2f55-a233-11e0d6d6dd18-89195dbe, #w-node-_7767561b-0bfc-3584-46ec-4d41624896eb-89195dbe, #w-node-f1236dc0-45f8-ed04-d94c-52e2013303c4-89195dbe, #w-node-_4f7c21f4-5e7d-4b23-7e65-af9dc3eaa944-89195dbe, #w-node-a394961e-9abd-6e19-1d96-b5056174a9b1-89195dbe, #w-node-ae9dc3ab-1c4e-9791-f08c-ee651cb8b81e-89195dbe, #w-node-_84c60834-579b-cddf-bf43-445923e361e5-89195dbe, #w-node-_85de30a5-4275-7f21-2bda-5cc6b25a41cb-89195dbe, #w-node-_7d5ba62b-d6cc-e7c6-4bbd-a5e5a931680e-89195dbe {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-b41eca45-bbcf-4a74-92f0-441ecccf3a60-89195dbe, #w-node-b41eca45-bbcf-4a74-92f0-441ecccf3a62-89195dbe, #w-node-b41eca45-bbcf-4a74-92f0-441ecccf3a64-89195dbe, #w-node-b41eca45-bbcf-4a74-92f0-441ecccf3a66-89195dbe, #w-node-b41eca45-bbcf-4a74-92f0-441ecccf3a68-89195dbe, #w-node-b41eca45-bbcf-4a74-92f0-441ecccf3a6a-89195dbe, #w-node-b41eca45-bbcf-4a74-92f0-441ecccf3a6c-89195dbe, #w-node-b41eca45-bbcf-4a74-92f0-441ecccf3a6e-89195dbe, #w-node-b41eca45-bbcf-4a74-92f0-441ecccf3a71-89195dbe, #w-node-b41eca45-bbcf-4a74-92f0-441ecccf3a73-89195dbe, #w-node-b41eca45-bbcf-4a74-92f0-441ecccf3a75-89195dbe, #w-node-b41eca45-bbcf-4a74-92f0-441ecccf3a77-89195dbe, #w-node-b41eca45-bbcf-4a74-92f0-441ecccf3a79-89195dbe, #w-node-b41eca45-bbcf-4a74-92f0-441ecccf3a7b-89195dbe, #w-node-b41eca45-bbcf-4a74-92f0-441ecccf3a7d-89195dbe, #w-node-b41eca45-bbcf-4a74-92f0-441ecccf3a7f-89195dbe {
  justify-self: center;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86205-89195dd5 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86207-89195dd5 {
  justify-self: center;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc8621b-89195dd5 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc8621c-89195dd5 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86220-89195dd5 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86221-89195dd5 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86225-89195dd5 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86226-89195dd5 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc8622a-89195dd5 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc8622b-89195dd5 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc8622f-89195dd5 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86230-89195dd5 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86234-89195dd5 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86235-89195dd5 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc8623f-89195dd5 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86240-89195dd5 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86244-89195dd5 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86245-89195dd5 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86249-89195dd5 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc8624a-89195dd5 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc8624e-89195dd5 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc8624f-89195dd5 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86253-89195dd5 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86254-89195dd5 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86258-89195dd5 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86259-89195dd5 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86263-89195dd5 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86264-89195dd5 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86268-89195dd5 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86269-89195dd5 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc8626d-89195dd5 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc8626e-89195dd5 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86272-89195dd5 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86273-89195dd5 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc8627c-89195dd5 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc8627d-89195dd5 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86286-89195dd5 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86287-89195dd5 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86299-89195dd5 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc8629a-89195dd5 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc8629e-89195dd5 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc8629f-89195dd5 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862a3-89195dd5 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862a4-89195dd5 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862a8-89195dd5 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862a9-89195dd5 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862ad-89195dd5 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862ae-89195dd5 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862b8-89195dd5 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862b9-89195dd5 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862bd-89195dd5 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862be-89195dd5 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862c2-89195dd5 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862c3-89195dd5 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862c7-89195dd5 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862c8-89195dd5 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862cc-89195dd5 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862cd-89195dd5 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862d1-89195dd5 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862d2-89195dd5 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862dd-89195dd5 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862de-89195dd5 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862e2-89195dd5 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862e3-89195dd5 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862e7-89195dd5 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862e8-89195dd5 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862ec-89195dd5 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862ed-89195dd5 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862f1-89195dd5 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862f2-89195dd5 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862f6-89195dd5 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862f7-89195dd5 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862fb-89195dd5 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862fc-89195dd5 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86300-89195dd5 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86301-89195dd5 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86305-89195dd5 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86306-89195dd5 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86310-89195dd5 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86311-89195dd5 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86315-89195dd5 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86316-89195dd5 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc8631a-89195dd5 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc8631b-89195dd5 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86322-89195dd5 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86323-89195dd5 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86367-89195dd5, #w-node-_336be75c-ab2b-838b-5642-972b6cc86386-89195dd5, #w-node-_336be75c-ab2b-838b-5642-972b6cc86393-89195dd5 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86394-89195dd5 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc8638e-89195dd5 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc8638f-89195dd5 {
  justify-self: start;
}

#w-node-_730640a2-c8d1-7673-4145-255e3729c5f1-89195dd5 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_730640a2-c8d1-7673-4145-255e3729c5f2-89195dd5 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc863a4-89195dd5, #w-node-_336be75c-ab2b-838b-5642-972b6cc863b0-89195dd5, #w-node-_336be75c-ab2b-838b-5642-972b6cc863ba-89195dd5, #w-node-_336be75c-ab2b-838b-5642-972b6cc863bd-89195dd5, #w-node-_336be75c-ab2b-838b-5642-972b6cc863be-89195dd5, #w-node-_336be75c-ab2b-838b-5642-972b6cc863c1-89195dd5, #w-node-_336be75c-ab2b-838b-5642-972b6cc863c2-89195dd5, #w-node-_336be75c-ab2b-838b-5642-972b6cc863c5-89195dd5, #w-node-_336be75c-ab2b-838b-5642-972b6cc863c6-89195dd5, #w-node-_336be75c-ab2b-838b-5642-972b6cc863ca-89195dd5, #w-node-_336be75c-ab2b-838b-5642-972b6cc863cd-89195dd5, #w-node-_336be75c-ab2b-838b-5642-972b6cc863ce-89195dd5, #w-node-_336be75c-ab2b-838b-5642-972b6cc863d1-89195dd5, #w-node-_336be75c-ab2b-838b-5642-972b6cc863d2-89195dd5, #w-node-_336be75c-ab2b-838b-5642-972b6cc863d5-89195dd5, #w-node-_336be75c-ab2b-838b-5642-972b6cc863dd-89195dd5, #w-node-_336be75c-ab2b-838b-5642-972b6cc863de-89195dd5 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc863df-89195dd5 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc863e1-89195dd5, #w-node-_336be75c-ab2b-838b-5642-972b6cc863e4-89195dd5, #w-node-_336be75c-ab2b-838b-5642-972b6cc863e5-89195dd5 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc863e6-89195dd5 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc863ea-89195dd5, #w-node-_336be75c-ab2b-838b-5642-972b6cc863ed-89195dd5, #w-node-_336be75c-ab2b-838b-5642-972b6cc863ee-89195dd5 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc863ef-89195dd5 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc863f3-89195dd5, #w-node-_336be75c-ab2b-838b-5642-972b6cc863f7-89195dd5 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc863f8-89195dd5 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc863fe-89195dd5, #w-node-e9f171cc-11b4-0905-714d-593dc5e729cd-89195dd5, #w-node-e9f171cc-11b4-0905-714d-593dc5e729ce-89195dd5 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-e9f171cc-11b4-0905-714d-593dc5e729cf-89195dd5 {
  justify-self: start;
}

#w-node-e9f171cc-11b4-0905-714d-593dc5e729d3-89195dd5, #w-node-_803d93b2-f316-78e7-4b37-d40ff102217f-89195dd5, #w-node-_803d93b2-f316-78e7-4b37-d40ff1022180-89195dd5 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_803d93b2-f316-78e7-4b37-d40ff1022181-89195dd5 {
  justify-self: start;
}

#w-node-_803d93b2-f316-78e7-4b37-d40ff1022187-89195dd5, #w-node-_336be75c-ab2b-838b-5642-972b6cc86402-89195dd5 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86403-89195dd5 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86407-89195dd5, #w-node-_336be75c-ab2b-838b-5642-972b6cc8640a-89195dd5, #w-node-_336be75c-ab2b-838b-5642-972b6cc8640f-89195dd5, #w-node-_336be75c-ab2b-838b-5642-972b6cc86410-89195dd5 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86411-89195dd5 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86415-89195dd5, #w-node-_336be75c-ab2b-838b-5642-972b6cc86418-89195dd5, #w-node-_336be75c-ab2b-838b-5642-972b6cc86419-89195dd5 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc8641a-89195dd5 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86420-89195dd5, #w-node-_336be75c-ab2b-838b-5642-972b6cc86423-89195dd5, #w-node-_336be75c-ab2b-838b-5642-972b6cc86424-89195dd5 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86425-89195dd5 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc8642b-89195dd5, #w-node-_336be75c-ab2b-838b-5642-972b6cc8642e-89195dd5, #w-node-_336be75c-ab2b-838b-5642-972b6cc8642f-89195dd5 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86430-89195dd5 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86438-89195dd5, #w-node-_336be75c-ab2b-838b-5642-972b6cc8643b-89195dd5, #w-node-_336be75c-ab2b-838b-5642-972b6cc8643c-89195dd5 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc8643d-89195dd5 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86449-89195dd5, #w-node-_336be75c-ab2b-838b-5642-972b6cc8644a-89195dd5 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc8644b-89195dd5 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc8644f-89195dd5, #w-node-_336be75c-ab2b-838b-5642-972b6cc86454-89195dd5, #w-node-_336be75c-ab2b-838b-5642-972b6cc86455-89195dd5 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86456-89195dd5 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc8645c-89195dd5, #w-node-_336be75c-ab2b-838b-5642-972b6cc86461-89195dd5, #w-node-_336be75c-ab2b-838b-5642-972b6cc86462-89195dd5 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86463-89195dd5 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86469-89195dd5, #w-node-_336be75c-ab2b-838b-5642-972b6cc8646e-89195dd5, #w-node-_336be75c-ab2b-838b-5642-972b6cc8646f-89195dd5 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86470-89195dd5 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86478-89195dd5, #w-node-_336be75c-ab2b-838b-5642-972b6cc8647e-89195dd5 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc8647f-89195dd5 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86485-89195dd5, #w-node-bf202792-073b-d0b9-2e3f-1ac68c32701c-89195dd5, #w-node-bf202792-073b-d0b9-2e3f-1ac68c32701d-89195dd5 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-bf202792-073b-d0b9-2e3f-1ac68c32701e-89195dd5 {
  justify-self: start;
}

#w-node-bf202792-073b-d0b9-2e3f-1ac68c327022-89195dd5, #w-node-_7c4d1b7c-78f1-8ac7-381e-93ec539e1608-89195dd5, #w-node-_7c4d1b7c-78f1-8ac7-381e-93ec539e1609-89195dd5 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_7c4d1b7c-78f1-8ac7-381e-93ec539e160a-89195dd5 {
  justify-self: start;
}

#w-node-_7c4d1b7c-78f1-8ac7-381e-93ec539e1610-89195dd5, #w-node-_45e7d798-6f20-3ddc-ae2f-bdd2974eece1-89195dd5, #w-node-_45e7d798-6f20-3ddc-ae2f-bdd2974eece2-89195dd5 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_45e7d798-6f20-3ddc-ae2f-bdd2974eece3-89195dd5 {
  justify-self: start;
}

#w-node-_45e7d798-6f20-3ddc-ae2f-bdd2974eece9-89195dd5, #w-node-efb2dd60-0fd7-ccc6-83fa-c5f7f2777b7e-89195dd5, #w-node-efb2dd60-0fd7-ccc6-83fa-c5f7f2777b7f-89195dd5 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-efb2dd60-0fd7-ccc6-83fa-c5f7f2777b80-89195dd5 {
  justify-self: start;
}

#w-node-efb2dd60-0fd7-ccc6-83fa-c5f7f2777b88-89195dd5, #w-node-_0a1c269a-9c65-cac5-d78d-08680a95253d-89195dd5, #w-node-_0a1c269a-9c65-cac5-d78d-08680a95253e-89195dd5 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_0a1c269a-9c65-cac5-d78d-08680a95253f-89195dd5 {
  justify-self: start;
}

#w-node-_0a1c269a-9c65-cac5-d78d-08680a952545-89195dd5, #w-node-ee513712-f44c-c02b-b1ea-6045fc69ab7c-89195dd5, #w-node-ee513712-f44c-c02b-b1ea-6045fc69ab7d-89195dd5 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-ee513712-f44c-c02b-b1ea-6045fc69ab7e-89195dd5 {
  justify-self: start;
}

#w-node-ee513712-f44c-c02b-b1ea-6045fc69ab86-89195dd5, #w-node-_40872103-aff7-c010-da67-704a8f3f1108-89195dd5 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_40872103-aff7-c010-da67-704a8f3f1109-89195dd5 {
  justify-self: start;
}

#w-node-_40872103-aff7-c010-da67-704a8f3f110f-89195dd5, #w-node-_336be75c-ab2b-838b-5642-972b6cc8648f-89195dd5, #w-node-_336be75c-ab2b-838b-5642-972b6cc86490-89195dd5, #w-node-_336be75c-ab2b-838b-5642-972b6cc86491-89195dd5 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86492-89195dd5 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86494-89195dd5, #w-node-_336be75c-ab2b-838b-5642-972b6cc86497-89195dd5, #w-node-_336be75c-ab2b-838b-5642-972b6cc8649b-89195dd5, #w-node-_336be75c-ab2b-838b-5642-972b6cc8649c-89195dd5, #w-node-_336be75c-ab2b-838b-5642-972b6cc8649d-89195dd5, #w-node-_336be75c-ab2b-838b-5642-972b6cc864a6-89195dd5, #w-node-_336be75c-ab2b-838b-5642-972b6cc864a7-89195dd5, #w-node-_336be75c-ab2b-838b-5642-972b6cc864a8-89195dd5, #w-node-_336be75c-ab2b-838b-5642-972b6cc864b1-89195dd5, #w-node-_336be75c-ab2b-838b-5642-972b6cc864b2-89195dd5, #w-node-_336be75c-ab2b-838b-5642-972b6cc864b3-89195dd5 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc864b4-89195dd5 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc864ba-89195dd5, #w-node-_336be75c-ab2b-838b-5642-972b6cc864bb-89195dd5, #w-node-_336be75c-ab2b-838b-5642-972b6cc864bc-89195dd5 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc864bd-89195dd5 {
  justify-self: start;
}

#w-node-da163454-3d7f-a6d2-8037-3b46b9c50abd-89195dd5, #w-node-_336be75c-ab2b-838b-5642-972b6cc864c3-89195dd5, #w-node-_336be75c-ab2b-838b-5642-972b6cc864c4-89195dd5, #w-node-_336be75c-ab2b-838b-5642-972b6cc864c5-89195dd5 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc864c6-89195dd5, #w-node-_336be75c-ab2b-838b-5642-972b6cc864c8-89195dd5 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369290-89195dd5, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369294-89195dd5 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369295-89195dd5 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369297-89195dd5 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369299-89195dd5 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936929a-89195dd5 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936929c-89195dd5 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936929e-89195dd5 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936929f-89195dd5 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692a1-89195dd5 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692a3-89195dd5 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692a4-89195dd5 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692a6-89195dd5 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692a8-89195dd5 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692a9-89195dd5 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692ab-89195dd5 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692ad-89195dd5 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692ae-89195dd5 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692b0-89195dd5, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692b2-89195dd5 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692b3-89195dd5 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692b5-89195dd5, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692b6-89195dd5, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692b8-89195dd5 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692b9-89195dd5 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692bb-89195dd5, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692bc-89195dd5, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692be-89195dd5 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692bf-89195dd5 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692c1-89195dd5, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692c2-89195dd5, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692c4-89195dd5 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692c5-89195dd5 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692c7-89195dd5, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692cd-89195dd5, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692d1-89195dd5 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692d2-89195dd5 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692d4-89195dd5, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692d6-89195dd5 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692d7-89195dd5 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692d9-89195dd5 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692db-89195dd5 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692dc-89195dd5 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692de-89195dd5 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692e0-89195dd5 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692e1-89195dd5 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692e3-89195dd5 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692e5-89195dd5 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692e6-89195dd5 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692e8-89195dd5 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692ea-89195dd5 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692eb-89195dd5 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692ed-89195dd5 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692ef-89195dd5 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692f0-89195dd5 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692f2-89195dd5 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692f4-89195dd5 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692f5-89195dd5 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692f7-89195dd5 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692f9-89195dd5 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692fa-89195dd5 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692fc-89195dd5 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692fe-89195dd5 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692ff-89195dd5 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369301-89195dd5 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369303-89195dd5 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369304-89195dd5 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369306-89195dd5 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936930b-89195dd5 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936930f-89195dd5 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369311-89195dd5 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369314-89195dd5, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369319-89195dd5, #w-node-_9a3cb5be-cc97-b70e-6a89-31a35936931e-89195dd5, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369323-89195dd5, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369328-89195dd5 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936932f-89195dd5 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369330-89195dd5 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369332-89195dd5, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369333-89195dd5, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369335-89195dd5 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369336-89195dd5 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369338-89195dd5, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369339-89195dd5, #w-node-_9a3cb5be-cc97-b70e-6a89-31a35936933b-89195dd5 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936933c-89195dd5 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936933e-89195dd5, #w-node-_9a3cb5be-cc97-b70e-6a89-31a35936933f-89195dd5, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369341-89195dd5 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369342-89195dd5 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369344-89195dd5, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369345-89195dd5, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369347-89195dd5 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369348-89195dd5 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936934a-89195dd5, #w-node-_9a3cb5be-cc97-b70e-6a89-31a35936934b-89195dd5, #w-node-_9a3cb5be-cc97-b70e-6a89-31a35936934d-89195dd5 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936934e-89195dd5 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369350-89195dd5, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369351-89195dd5, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369353-89195dd5 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369354-89195dd5 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369356-89195dd5, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369357-89195dd5, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369359-89195dd5 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936935a-89195dd5 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936935c-89195dd5, #w-node-_9a3cb5be-cc97-b70e-6a89-31a35936935d-89195dd5, #w-node-_9a3cb5be-cc97-b70e-6a89-31a35936935f-89195dd5 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369360-89195dd5 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369362-89195dd5, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369363-89195dd5, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369365-89195dd5 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369366-89195dd5 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369368-89195dd5, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369369-89195dd5, #w-node-_9a3cb5be-cc97-b70e-6a89-31a35936936b-89195dd5 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936936c-89195dd5 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936936e-89195dd5, #w-node-_9a3cb5be-cc97-b70e-6a89-31a35936936f-89195dd5, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369371-89195dd5 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369372-89195dd5 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369374-89195dd5, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369375-89195dd5, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369377-89195dd5 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369378-89195dd5 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936937a-89195dd5, #w-node-_9a3cb5be-cc97-b70e-6a89-31a35936937b-89195dd5, #w-node-_9a3cb5be-cc97-b70e-6a89-31a35936937d-89195dd5 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936937e-89195dd5 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369380-89195dd5, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369381-89195dd5, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369383-89195dd5 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369384-89195dd5 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369386-89195dd5, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369387-89195dd5, #w-node-_9a3cb5be-cc97-b70e-6a89-31a35936938c-89195dd5 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369390-89195dd5 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369392-89195dd5 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369395-89195dd5, #w-node-_9a3cb5be-cc97-b70e-6a89-31a35936939a-89195dd5, #w-node-_9a3cb5be-cc97-b70e-6a89-31a35936939f-89195dd5, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693a4-89195dd5, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693a9-89195dd5 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693b0-89195dd5 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693b1-89195dd5 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693b3-89195dd5, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693b4-89195dd5, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693b6-89195dd5 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693b7-89195dd5 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693b9-89195dd5, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693ba-89195dd5, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693bc-89195dd5 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693bd-89195dd5 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693bf-89195dd5, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693c0-89195dd5, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693c2-89195dd5 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693c3-89195dd5 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693c5-89195dd5, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693c6-89195dd5, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693c8-89195dd5 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693c9-89195dd5 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693cb-89195dd5, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693cc-89195dd5, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693ce-89195dd5 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693cf-89195dd5 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693d1-89195dd5, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693d2-89195dd5, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693d4-89195dd5 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693d5-89195dd5 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693d7-89195dd5, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693d8-89195dd5, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693da-89195dd5 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693db-89195dd5 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693dd-89195dd5, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693de-89195dd5, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693e0-89195dd5 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693e1-89195dd5 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693e3-89195dd5, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693e4-89195dd5, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693e6-89195dd5 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693e7-89195dd5 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693e9-89195dd5, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693ea-89195dd5, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693ec-89195dd5 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693ed-89195dd5 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693ef-89195dd5, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693f0-89195dd5, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693f2-89195dd5 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693f3-89195dd5 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693f5-89195dd5, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693f6-89195dd5, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693f8-89195dd5 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693f9-89195dd5 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693fb-89195dd5, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693fc-89195dd5, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693fe-89195dd5 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693ff-89195dd5 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369401-89195dd5, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369402-89195dd5, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369404-89195dd5 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369405-89195dd5 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369407-89195dd5, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369408-89195dd5, #w-node-aba73718-5f03-827e-9e0b-61449dc1d37c-89195dd5, #w-node-_1a6e4211-c1a3-edfa-99df-59c05fb448f8-89195dd5 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_1a6e4211-c1a3-edfa-99df-59c05fb448f9-89195dd5 {
  justify-self: start;
}

#w-node-_1a6e4211-c1a3-edfa-99df-59c05fb448fb-89195dd5, #w-node-_1a6e4211-c1a3-edfa-99df-59c05fb448fc-89195dd5, #w-node-_16994295-7a31-57da-1001-8ec0ea846a1e-89195dd5 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_16994295-7a31-57da-1001-8ec0ea846a1f-89195dd5 {
  justify-self: start;
}

#w-node-_16994295-7a31-57da-1001-8ec0ea846a21-89195dd5, #w-node-_16994295-7a31-57da-1001-8ec0ea846a22-89195dd5, #w-node-_8f691932-76bb-1979-3d19-a80adf0a25f2-89195dd5 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_8f691932-76bb-1979-3d19-a80adf0a25f3-89195dd5 {
  justify-self: start;
}

#w-node-_8f691932-76bb-1979-3d19-a80adf0a25f5-89195dd5, #w-node-_8f691932-76bb-1979-3d19-a80adf0a25f6-89195dd5, #w-node-f28919c2-e180-d075-d1c2-81b601b8a964-89195dd5 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-f28919c2-e180-d075-d1c2-81b601b8a965-89195dd5 {
  justify-self: start;
}

#w-node-f28919c2-e180-d075-d1c2-81b601b8a967-89195dd5, #w-node-f28919c2-e180-d075-d1c2-81b601b8a968-89195dd5, #w-node-b2bd7b9e-a5b1-0617-1861-ecb60c9b53b3-89195dd5 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-b2bd7b9e-a5b1-0617-1861-ecb60c9b53b4-89195dd5 {
  justify-self: start;
}

#w-node-b2bd7b9e-a5b1-0617-1861-ecb60c9b53b6-89195dd5, #w-node-b2bd7b9e-a5b1-0617-1861-ecb60c9b53b7-89195dd5, #w-node-ee961e8d-845a-edc3-3307-509470022457-89195dd5 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-ee961e8d-845a-edc3-3307-509470022458-89195dd5 {
  justify-self: start;
}

#w-node-ee961e8d-845a-edc3-3307-50947002245a-89195dd5, #w-node-ee961e8d-845a-edc3-3307-50947002245b-89195dd5, #w-node-_588dd3e3-4aa6-cc42-1280-2d37cff319e1-89195dd5 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_588dd3e3-4aa6-cc42-1280-2d37cff319e2-89195dd5 {
  justify-self: start;
}

#w-node-_588dd3e3-4aa6-cc42-1280-2d37cff319e4-89195dd5, #w-node-_588dd3e3-4aa6-cc42-1280-2d37cff319e5-89195dd5, #w-node-_626bd165-37fe-b21e-713f-accb16c57414-89195dd5 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_626bd165-37fe-b21e-713f-accb16c57415-89195dd5 {
  justify-self: start;
}

#w-node-_626bd165-37fe-b21e-713f-accb16c57417-89195dd5, #w-node-_626bd165-37fe-b21e-713f-accb16c57418-89195dd5, #w-node-_8198cc96-510b-d5a9-b63d-22b6607f5f40-89195dd5 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_8198cc96-510b-d5a9-b63d-22b6607f5f41-89195dd5 {
  justify-self: start;
}

#w-node-_8198cc96-510b-d5a9-b63d-22b6607f5f43-89195dd5, #w-node-_8198cc96-510b-d5a9-b63d-22b6607f5f44-89195dd5, #w-node-_2a26aaa0-f27b-d541-a441-687d55aa9ee5-89195dd5 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_2a26aaa0-f27b-d541-a441-687d55aa9ee6-89195dd5 {
  justify-self: start;
}

#w-node-_2a26aaa0-f27b-d541-a441-687d55aa9ee8-89195dd5, #w-node-_2a26aaa0-f27b-d541-a441-687d55aa9ee9-89195dd5, #w-node-_2abe4c27-4e03-1a95-b21e-aef8fb82fe33-89195dd5 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_2abe4c27-4e03-1a95-b21e-aef8fb82fe34-89195dd5 {
  justify-self: start;
}

#w-node-_2abe4c27-4e03-1a95-b21e-aef8fb82fe36-89195dd5, #w-node-_2abe4c27-4e03-1a95-b21e-aef8fb82fe37-89195dd5, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593694fa-89195dd5, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593694fe-89195dd5 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593694ff-89195dd5 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369503-89195dd5, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369505-89195dd5 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369506-89195dd5 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936950a-89195dd5 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936950b-89195dd5 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936950f-89195dd5 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369510-89195dd5 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369514-89195dd5 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369515-89195dd5 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369519-89195dd5 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936951a-89195dd5 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936951e-89195dd5 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936951f-89195dd5 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369523-89195dd5 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369524-89195dd5 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369528-89195dd5 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369529-89195dd5 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936952d-89195dd5 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936952e-89195dd5 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369532-89195dd5 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369533-89195dd5 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369536-89195dd5 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369537-89195dd5 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936953a-89195dd5 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936953b-89195dd5 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936953f-89195dd5 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369540-89195dd5 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369544-89195dd5 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369545-89195dd5 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369549-89195dd5 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936954a-89195dd5 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936954e-89195dd5 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936954f-89195dd5 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369553-89195dd5 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369554-89195dd5 {
  justify-self: start;
}

#w-node-a7383439-c237-c1e9-dc52-ab43c9940b25-2802531d, #w-node-a7383439-c237-c1e9-dc52-ab43c9940b2f-2802531d, #w-node-a7383439-c237-c1e9-dc52-ab43c9940b39-2802531d, #w-node-a7383439-c237-c1e9-dc52-ab43c9940b43-2802531d {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: stretch;
}

#w-node-_344fd865-3733-c2f0-11c3-ec5b049de77a-2802531d, #w-node-f0c8040d-8021-92de-220c-297db7990956-2802531d, #w-node-_06532c34-aa5a-7d50-3ba4-2785a88dfd55-2802531d {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_723df831-7002-cd63-ad0c-bf5dcc3d90d7-2802531d {
  align-self: center;
}

#w-node-_60e91ca8-7fe0-9ccd-22f2-bf71f0410768-2802531d {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_723df831-7002-cd63-ad0c-bf5dcc3d90e2-2802531d, #w-node-_6640fd02-28be-b2c2-7d2c-29089cde5404-2802531d, #w-node-d396d03a-c0ba-c91e-254d-0d8a83096b2f-2802531d, #w-node-_08ce13be-b70b-c81a-c3d5-89e161b2d50b-2802531d, #w-node-a2c7d49a-dccc-19c0-fec6-d74ea40af21d-2802531d, #w-node-_342d6009-03a7-2a88-7c78-7848b9b2dab9-2802531d, #w-node-c9612550-da63-6466-9ad1-ac11ce4fb23d-2802531d {
  align-self: start;
}

#w-node-_2787dd17-1708-6ea6-7c83-6c8d3d0c3054-2802531d, #w-node-_2787dd17-1708-6ea6-7c83-6c8d3d0c305d-2802531d {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}

#w-node-defe5cae-69bb-b8b6-c68c-2be428650ef4-2802531d, #w-node-faa8615a-ba02-63cb-5b7a-20daf1afede3-2802531d, #w-node-e42eb41e-8a4f-15ea-f8ec-c4eaa457ac18-2802531d, #w-node-_866e1002-e525-2e45-3c34-282272b66799-2802531d, #w-node-_8e95676b-4aba-7652-cdae-c8348bec9c91-2802531d, #w-node-_099843ea-a330-2f5b-7a0f-ca5e37cb8b0d-2802531d {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_30ffb238-094f-05ab-9190-cc2b98778cb3-2802531d, #w-node-ca2d2e4b-3283-fdc4-2ae4-95bd5143d8a0-2802531d, #w-node-ee22dc6f-c98c-ae7a-8311-a3fb51f42309-2802531d {
  align-self: start;
}

#w-node-_21880bdf-6ac8-a9dc-4e0e-0d1f8542873a-2802531d, #w-node-_21880bdf-6ac8-a9dc-4e0e-0d1f85428742-2802531d, #w-node-_21880bdf-6ac8-a9dc-4e0e-0d1f85428743-2802531d, #w-node-_21880bdf-6ac8-a9dc-4e0e-0d1f85428747-2802531d, #w-node-_21880bdf-6ac8-a9dc-4e0e-0d1f8542874b-2802531d, #w-node-_21880bdf-6ac8-a9dc-4e0e-0d1f85428752-2802531d, #w-node-_21880bdf-6ac8-a9dc-4e0e-0d1f85428755-2802531d, #w-node-_21880bdf-6ac8-a9dc-4e0e-0d1f85428758-2802531d, #w-node-_21880bdf-6ac8-a9dc-4e0e-0d1f8542875b-2802531d, #w-node-_21880bdf-6ac8-a9dc-4e0e-0d1f8542875f-2802531d, #w-node-_21880bdf-6ac8-a9dc-4e0e-0d1f85428762-2802531d, #w-node-_21880bdf-6ac8-a9dc-4e0e-0d1f85428765-2802531d, #w-node-_21880bdf-6ac8-a9dc-4e0e-0d1f85428768-2802531d, #w-node-_21880bdf-6ac8-a9dc-4e0e-0d1f8542876c-2802531d, #w-node-_21880bdf-6ac8-a9dc-4e0e-0d1f8542876f-2802531d, #w-node-_21880bdf-6ac8-a9dc-4e0e-0d1f85428772-2802531d, #w-node-_21880bdf-6ac8-a9dc-4e0e-0d1f85428775-2802531d, #w-node-_21880bdf-6ac8-a9dc-4e0e-0d1f85428779-2802531d, #w-node-_21880bdf-6ac8-a9dc-4e0e-0d1f8542877c-2802531d, #w-node-_21880bdf-6ac8-a9dc-4e0e-0d1f8542877f-2802531d, #w-node-_21880bdf-6ac8-a9dc-4e0e-0d1f85428782-2802531d, #w-node-_21880bdf-6ac8-a9dc-4e0e-0d1f85428786-2802531d, #w-node-_21880bdf-6ac8-a9dc-4e0e-0d1f85428789-2802531d, #w-node-_21880bdf-6ac8-a9dc-4e0e-0d1f8542878c-2802531d, #w-node-_21880bdf-6ac8-a9dc-4e0e-0d1f8542878f-2802531d, #w-node-_21880bdf-6ac8-a9dc-4e0e-0d1f85428793-2802531d, #w-node-_21880bdf-6ac8-a9dc-4e0e-0d1f85428796-2802531d, #w-node-_21880bdf-6ac8-a9dc-4e0e-0d1f85428799-2802531d, #w-node-_21880bdf-6ac8-a9dc-4e0e-0d1f8542879c-2802531d, #w-node-_21880bdf-6ac8-a9dc-4e0e-0d1f854287a0-2802531d, #w-node-_21880bdf-6ac8-a9dc-4e0e-0d1f854287a3-2802531d, #w-node-_21880bdf-6ac8-a9dc-4e0e-0d1f854287a6-2802531d, #w-node-_21880bdf-6ac8-a9dc-4e0e-0d1f854287a9-2802531d, #w-node-_21880bdf-6ac8-a9dc-4e0e-0d1f854287ad-2802531d, #w-node-_21880bdf-6ac8-a9dc-4e0e-0d1f854287b0-2802531d, #w-node-_21880bdf-6ac8-a9dc-4e0e-0d1f854287b3-2802531d, #w-node-_21880bdf-6ac8-a9dc-4e0e-0d1f854287b6-2802531d, #w-node-_21880bdf-6ac8-a9dc-4e0e-0d1f854287ba-2802531d, #w-node-_21880bdf-6ac8-a9dc-4e0e-0d1f854287bd-2802531d, #w-node-_21880bdf-6ac8-a9dc-4e0e-0d1f854287c0-2802531d, #w-node-_21880bdf-6ac8-a9dc-4e0e-0d1f854287c3-2802531d, #w-node-_21880bdf-6ac8-a9dc-4e0e-0d1f854287c7-2802531d, #w-node-_21880bdf-6ac8-a9dc-4e0e-0d1f854287ca-2802531d, #w-node-_21880bdf-6ac8-a9dc-4e0e-0d1f854287cd-2802531d, #w-node-_21880bdf-6ac8-a9dc-4e0e-0d1f854287d0-2802531d, #w-node-_21880bdf-6ac8-a9dc-4e0e-0d1f854287d4-2802531d, #w-node-_21880bdf-6ac8-a9dc-4e0e-0d1f854287d7-2802531d, #w-node-_21880bdf-6ac8-a9dc-4e0e-0d1f854287da-2802531d, #w-node-_21880bdf-6ac8-a9dc-4e0e-0d1f854287dd-2802531d, #w-node-_21880bdf-6ac8-a9dc-4e0e-0d1f854287e1-2802531d, #w-node-_21880bdf-6ac8-a9dc-4e0e-0d1f854287e4-2802531d, #w-node-_21880bdf-6ac8-a9dc-4e0e-0d1f854287e7-2802531d, #w-node-_21880bdf-6ac8-a9dc-4e0e-0d1f854287ea-2802531d {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-b495aef6-51c2-3232-17b0-744a1143c582-2802531d, #w-node-b495aef6-51c2-3232-17b0-744a1143c58b-2802531d {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}

#w-node-_3ae31f62-33b8-efcd-41cf-d753e36f224c-2802531d, #w-node-_3ae31f62-33b8-efcd-41cf-d753e36f2252-2802531d, #w-node-_3ae31f62-33b8-efcd-41cf-d753e36f2258-2802531d, #w-node-_3ae31f62-33b8-efcd-41cf-d753e36f225e-2802531d, #w-node-_3ae31f62-33b8-efcd-41cf-d753e36f2264-2802531d {
  align-self: start;
}

#w-node-acad6171-bcb6-837f-6abf-5bff9e5710ba-b5a331a0, #w-node-_18515873-4ae8-28e6-23bb-06cc78b547e7-b5a331a0, #w-node-_06908bec-e2d0-7265-7328-8ffc7249a39d-b5a331a0, #w-node-a2e258cd-e215-4e59-c29e-747a1d8734e6-b5a331a0, #w-node-c3860ca1-c971-2547-8dde-8789b37ef675-b5a331a0, #w-node-e8c9ebd0-e97a-3c97-cd62-9972ac642f8f-b5a331a0, #w-node-ed866804-441a-4c6a-47fd-8a7589857c5e-b5a331a0, #w-node-_97735184-9598-6dac-04e9-2ff54ecb05da-b5a331a0 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_97735184-9598-6dac-04e9-2ff54ecb05db-b5a331a0, #w-node-_97735184-9598-6dac-04e9-2ff54ecb05e1-b5a331a0 {
  justify-self: center;
}

#w-node-_97735184-9598-6dac-04e9-2ff54ecb05e4-b5a331a0 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_97735184-9598-6dac-04e9-2ff54ecb05e5-b5a331a0, #w-node-_97735184-9598-6dac-04e9-2ff54ecb05e9-b5a331a0 {
  justify-self: center;
}

#w-node-_97735184-9598-6dac-04e9-2ff54ecb05ec-b5a331a0 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_97735184-9598-6dac-04e9-2ff54ecb05ed-b5a331a0, #w-node-_97735184-9598-6dac-04e9-2ff54ecb05f1-b5a331a0 {
  justify-self: center;
}

#w-node-_97735184-9598-6dac-04e9-2ff54ecb05f4-b5a331a0 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_97735184-9598-6dac-04e9-2ff54ecb05f5-b5a331a0, #w-node-_97735184-9598-6dac-04e9-2ff54ecb05f9-b5a331a0 {
  justify-self: center;
}

#w-node-_97735184-9598-6dac-04e9-2ff54ecb05fc-b5a331a0 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_97735184-9598-6dac-04e9-2ff54ecb05fd-b5a331a0, #w-node-_97735184-9598-6dac-04e9-2ff54ecb0601-b5a331a0 {
  justify-self: center;
}

#w-node-_3ded16b2-41fc-7ff2-5cb2-8e0d61e3aef1-b5a331a0, #w-node-_0bfd026c-5ab4-579d-c662-ec7367a4fb8e-b5a331a0, #w-node-_0f381092-f96e-6d3b-20db-5d0c0f76d584-b5a331a0, #w-node-fa1b35f5-27d8-022c-8546-2d8b0b24d167-b5a331a0, #w-node-ab1419d7-53d0-628c-e009-c94d6f244f3e-b5a331a0, #w-node-f1966667-4d45-7e19-8f29-019bad06b1c3-b5a331a0, #w-node-a414c7c0-b00d-d6a5-20f5-9e6b7ea0396c-b5a331a0, #w-node-_26b29551-d654-e942-bdfa-fae48b0686b4-b5a331a0, #w-node-_29378aad-0020-b863-3bdb-929cc57afdff-b5a331a0 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_46077c6b-a8eb-9e84-0f9b-d2c2af96fac3-e29cf996 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_3a436520-45d1-0f6a-f5d5-f7de1333f316-0f3d04b4, #w-node-_3a436520-45d1-0f6a-f5d5-f7de1333f31e-0f3d04b4, #w-node-_3a436520-45d1-0f6a-f5d5-f7de1333f328-0f3d04b4 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_3a436520-45d1-0f6a-f5d5-f7de1333f33c-0f3d04b4 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_3a436520-45d1-0f6a-f5d5-f7de1333f33e-0f3d04b4, #w-node-_3a436520-45d1-0f6a-f5d5-f7de1333f347-0f3d04b4, #w-node-_3a436520-45d1-0f6a-f5d5-f7de1333f352-0f3d04b4 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_3a436520-45d1-0f6a-f5d5-f7de1333f35a-0f3d04b4 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_3a436520-45d1-0f6a-f5d5-f7de1333f3b4-0f3d04b4 {
  justify-self: center;
}

@media screen and (max-width: 991px) {
  #w-node-_636b28aa-3d3f-8899-afc6-40bda062a520-89195d53, #w-node-c9ce3d46-3861-c78e-ba25-cb1b589d3904-89195d53 {
    grid-area: 1 / 1 / 3 / 2;
  }

  #w-node-_8e985de3-1492-a91c-011b-6c42c5a57fcb-89195d5f {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-_8e985de3-1492-a91c-011b-6c42c5a57ff0-89195d5f, #w-node-_8e985de3-1492-a91c-011b-6c42c5a57ffa-89195d5f {
    justify-self: center;
  }

  #w-node-d3250bee-58a4-0a6f-01a7-b2ea5d37a47c-89195d5f {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-dc67241f-ef7f-0fbd-756f-3807b9a01d1d-89195d60, #w-node-f2ebb82a-f9f1-cbaf-67f9-6dc1c51faa60-89195d60 {
    justify-self: center;
  }

  #w-node-_592e2869-c4f3-55c3-f334-879c005cd503-89195d6b, #w-node-f55bb1bd-8eb6-4913-e374-a803581ada61-89195d6c {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_01e04acb-2c84-544b-74e9-6a922f016dfe-89195d72, #w-node-_01e04acb-2c84-544b-74e9-6a922f016dfe-89195d73, #w-node-f1271be1-dbbd-38c7-1b1e-dd8cb0113ec7-89195dbd, #w-node-f1271be1-dbbd-38c7-1b1e-dd8cb0113ed1-89195dbd, #w-node-_2787dd17-1708-6ea6-7c83-6c8d3d0c3054-2802531d, #w-node-_2787dd17-1708-6ea6-7c83-6c8d3d0c305d-2802531d, #w-node-b495aef6-51c2-3232-17b0-744a1143c582-2802531d, #w-node-b495aef6-51c2-3232-17b0-744a1143c58b-2802531d {
    justify-self: center;
  }
}

@media screen and (max-width: 767px) {
  #w-node-_125b3c65-5066-dd57-fe1d-4fc669547b03-89195d53, #w-node-_125b3c65-5066-dd57-fe1d-4fc669547b2d-89195d53 {
    order: 9999;
  }

  #w-node-_11431303-68e3-21a3-5540-f202e0c97089-89195d53, #w-node-_636b28aa-3d3f-8899-afc6-40bda062a520-89195d53, #w-node-c9ce3d46-3861-c78e-ba25-cb1b589d3904-89195d53, #w-node-_8e985de3-1492-a91c-011b-6c42c5a57fcd-89195d5f {
    order: -9999;
  }

  #w-node-ab42e19a-3763-ab66-4153-e18516cfed66-89195d5f, #w-node-ab42e19a-3763-ab66-4153-e18516cfed7d-89195d5f, #w-node-ab42e19a-3763-ab66-4153-e18516cfed8a-89195d5f, #w-node-ab42e19a-3763-ab66-4153-e18516cfed97-89195d5f, #w-node-ab42e19a-3763-ab66-4153-e18516cfeda4-89195d5f, #w-node-ab42e19a-3763-ab66-4153-e18516cfedb1-89195d5f {
    grid-area: span 1 / span 3 / span 1 / span 3;
  }

  #w-node-_2721e3b9-1224-73d5-fd1a-a31f86355840-89195d5f, #w-node-_2721e3b9-1224-73d5-fd1a-a31f8635584c-89195d5f, #w-node-_2721e3b9-1224-73d5-fd1a-a31f86355858-89195d5f, #w-node-_2721e3b9-1224-73d5-fd1a-a31f86355864-89195d5f, #w-node-_2721e3b9-1224-73d5-fd1a-a31f86355870-89195d5f, #w-node-_2721e3b9-1224-73d5-fd1a-a31f8635587c-89195d5f, #w-node-_2721e3b9-1224-73d5-fd1a-a31f86355888-89195d5f, #w-node-_2721e3b9-1224-73d5-fd1a-a31f86355894-89195d5f, #w-node-_2721e3b9-1224-73d5-fd1a-a31f863558a0-89195d5f, #w-node-_2721e3b9-1224-73d5-fd1a-a31f863558ac-89195d5f, #w-node-_2721e3b9-1224-73d5-fd1a-a31f863558b8-89195d5f, #w-node-_2721e3b9-1224-73d5-fd1a-a31f863558c4-89195d5f {
    grid-area: span 1 / span 4 / span 1 / span 4;
  }

  #w-node-ec733ce3-c36e-31e7-d81a-051cc37b8b70-89195d5f, #w-node-ec733ce3-c36e-31e7-d81a-051cc37b8b77-89195d5f, #w-node-ec733ce3-c36e-31e7-d81a-051cc37b8b7e-89195d5f, #w-node-ec733ce3-c36e-31e7-d81a-051cc37b8b86-89195d5f, #w-node-ec733ce3-c36e-31e7-d81a-051cc37b8b8d-89195d5f, #w-node-ec733ce3-c36e-31e7-d81a-051cc37b8b94-89195d5f, #w-node-ec733ce3-c36e-31e7-d81a-051cc37b8b9b-89195d5f, #w-node-ec733ce3-c36e-31e7-d81a-051cc37b8ba2-89195d5f, #w-node-ec733ce3-c36e-31e7-d81a-051cc37b8ba8-89195d5f, #w-node-ec733ce3-c36e-31e7-d81a-051cc37b8bae-89195d5f {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-ec733ce3-c36e-31e7-d81a-051cc37b8be4-89195d5f, #w-node-ec733ce3-c36e-31e7-d81a-051cc37b8bf1-89195d5f, #w-node-ec733ce3-c36e-31e7-d81a-051cc37b8bfb-89195d5f, #w-node-ec733ce3-c36e-31e7-d81a-051cc37b8c05-89195d5f, #w-node-ec733ce3-c36e-31e7-d81a-051cc37b8c0e-89195d5f, #w-node-ec733ce3-c36e-31e7-d81a-051cc37b8c19-89195d5f, #w-node-ec733ce3-c36e-31e7-d81a-051cc37b8c26-89195d5f, #w-node-ec733ce3-c36e-31e7-d81a-051cc37b8c30-89195d5f, #w-node-ec733ce3-c36e-31e7-d81a-051cc37b8c3a-89195d5f, #w-node-ec733ce3-c36e-31e7-d81a-051cc37b8c43-89195d5f, #w-node-ec733ce3-c36e-31e7-d81a-051cc37b8c4e-89195d5f, #w-node-ec733ce3-c36e-31e7-d81a-051cc37b8c5b-89195d5f, #w-node-ec733ce3-c36e-31e7-d81a-051cc37b8c65-89195d5f, #w-node-ec733ce3-c36e-31e7-d81a-051cc37b8c6f-89195d5f, #w-node-ec733ce3-c36e-31e7-d81a-051cc37b8c78-89195d5f {
    grid-area: span 1 / span 3 / span 1 / span 3;
  }

  #w-node-ada36945-5123-a58f-51b4-75048df7b2bd-89195d60 {
    order: -9999;
  }

  #w-node-_3782c5a4-7cb9-538d-ac7d-290d399a2112-89195d60, #w-node-_3782c5a4-7cb9-538d-ac7d-290d399a2122-89195d60, #w-node-_3782c5a4-7cb9-538d-ac7d-290d399a2132-89195d60, #w-node-_3782c5a4-7cb9-538d-ac7d-290d399a2142-89195d60, #w-node-_3782c5a4-7cb9-538d-ac7d-290d399a2152-89195d60, #w-node-_3782c5a4-7cb9-538d-ac7d-290d399a2162-89195d60, #w-node-_3782c5a4-7cb9-538d-ac7d-290d399a2172-89195d60, #w-node-_3782c5a4-7cb9-538d-ac7d-290d399a2182-89195d60, #w-node-_3782c5a4-7cb9-538d-ac7d-290d399a2191-89195d60, #w-node-_3782c5a4-7cb9-538d-ac7d-290d399a21a0-89195d60, #w-node-_3782c5a4-7cb9-538d-ac7d-290d399a21af-89195d60, #w-node-_3782c5a4-7cb9-538d-ac7d-290d399a21bb-89195d60, #w-node-_3782c5a4-7cb9-538d-ac7d-290d399a21c6-89195d60 {
    grid-area: span 1 / span 4 / span 1 / span 4;
  }

  #w-node-_3782c5a4-7cb9-538d-ac7d-290d399a2205-89195d60, #w-node-_3782c5a4-7cb9-538d-ac7d-290d399a2212-89195d60, #w-node-_3782c5a4-7cb9-538d-ac7d-290d399a221c-89195d60, #w-node-_3782c5a4-7cb9-538d-ac7d-290d399a2226-89195d60, #w-node-_3782c5a4-7cb9-538d-ac7d-290d399a222f-89195d60, #w-node-_3782c5a4-7cb9-538d-ac7d-290d399a223a-89195d60, #w-node-_3782c5a4-7cb9-538d-ac7d-290d399a2247-89195d60, #w-node-_3782c5a4-7cb9-538d-ac7d-290d399a2251-89195d60, #w-node-_3782c5a4-7cb9-538d-ac7d-290d399a225b-89195d60, #w-node-_3782c5a4-7cb9-538d-ac7d-290d399a2264-89195d60, #w-node-_3782c5a4-7cb9-538d-ac7d-290d399a226f-89195d60, #w-node-_3782c5a4-7cb9-538d-ac7d-290d399a227c-89195d60, #w-node-_3782c5a4-7cb9-538d-ac7d-290d399a2286-89195d60, #w-node-_3782c5a4-7cb9-538d-ac7d-290d399a2290-89195d60, #w-node-_3782c5a4-7cb9-538d-ac7d-290d399a2299-89195d60 {
    grid-area: span 1 / span 3 / span 1 / span 3;
  }

  #w-node-c9ce3d46-3861-c78e-ba25-cb1b589d3904-89195d72, #w-node-c9ce3d46-3861-c78e-ba25-cb1b589d3904-89195d73, #w-node-_636b28aa-3d3f-8899-afc6-40bda062a520-89195d73, #w-node-_11431303-68e3-21a3-5540-f202e0c97089-89195d73 {
    order: -9999;
  }

  #w-node-_21880bdf-6ac8-a9dc-4e0e-0d1f85428752-2802531d, #w-node-_21880bdf-6ac8-a9dc-4e0e-0d1f8542875f-2802531d, #w-node-_21880bdf-6ac8-a9dc-4e0e-0d1f8542876c-2802531d, #w-node-_21880bdf-6ac8-a9dc-4e0e-0d1f85428779-2802531d, #w-node-_21880bdf-6ac8-a9dc-4e0e-0d1f85428786-2802531d, #w-node-_21880bdf-6ac8-a9dc-4e0e-0d1f85428793-2802531d, #w-node-_21880bdf-6ac8-a9dc-4e0e-0d1f854287a0-2802531d, #w-node-_21880bdf-6ac8-a9dc-4e0e-0d1f854287ad-2802531d, #w-node-_21880bdf-6ac8-a9dc-4e0e-0d1f854287ba-2802531d, #w-node-_21880bdf-6ac8-a9dc-4e0e-0d1f854287c7-2802531d, #w-node-_21880bdf-6ac8-a9dc-4e0e-0d1f854287d4-2802531d, #w-node-_21880bdf-6ac8-a9dc-4e0e-0d1f854287e1-2802531d {
    grid-area: span 1 / span 3 / span 1 / span 3;
  }

  #w-node-_3a436520-45d1-0f6a-f5d5-f7de1333f33c-0f3d04b4 {
    grid-column-start: 1;
  }

  #w-node-_3a436520-45d1-0f6a-f5d5-f7de1333f35a-0f3d04b4 {
    grid-row: 2 / 3;
    grid-column-end: 3;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_592e2869-c4f3-55c3-f334-879c005cd503-89195d6b, #w-node-f55bb1bd-8eb6-4913-e374-a803581ada61-89195d6c {
    grid-column: span 1 / span 1;
  }
}


