@font-face {
  font-family: Stixtwotext;
  src: url('../fonts/STIXTwoText-VariableFont_wght.woff2') format("woff2");
  font-weight: 400 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Montserrat;
  src: url('../fonts/Montserrat-VariableFont_wght.woff2') format("woff2");
  font-weight: 100 900;
  font-style: normal;
  font-display: swap;
}

:root {
  --da-kine-black: #141516;
  --white-smoke: #f0f0f0;
  --white-2: #fcfcfc;
  --white: white;
  --2b2b2b: #2b2b2b;
  --deep-pink: #ec1897;
  --gold: #1182c9;
  --royal-blue: #2271e0;
  --medium-violet-red: #b94883;
}

.w-users-userformpagewrap {
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  max-width: 340px;
  height: 100vh;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.w-users-userformheader {
  text-align: center;
}

.w-users-userloginformwrapper {
  margin-bottom: 0;
  padding-left: 20px;
  padding-right: 20px;
  position: relative;
}

.w-users-userformbutton {
  text-align: center;
  width: 100%;
}

.w-users-userformfooter {
  justify-content: space-between;
  margin-top: 12px;
  display: flex;
}

.w-users-userformerrorstate {
  margin-left: 20px;
  margin-right: 20px;
  position: absolute;
  top: 100%;
  left: 0%;
  right: 0%;
}

.w-users-userresetpasswordformwrapper {
  margin-bottom: 0;
  padding-left: 20px;
  padding-right: 20px;
  position: relative;
}

.w-users-userformsuccessstate {
  display: none;
}

.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-users-usersignupformwrapper {
  margin-bottom: 0;
  padding-left: 20px;
  padding-right: 20px;
  position: relative;
}

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

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

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

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

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

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

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

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

.w-users-userupdatepasswordformwrapper {
  margin-bottom: 0;
  padding-left: 20px;
  padding-right: 20px;
  position: relative;
}

.w-users-useraccountwrapper {
  background-color: #f5f5f5;
  width: 100%;
  min-height: 100vh;
  padding: 20px;
}

.w-users-blockheader {
  background-color: #fff;
  border: 1px solid #e6e6e6;
  justify-content: space-between;
  align-items: baseline;
  padding: 4px 20px;
  display: flex;
}

.w-users-blockcontent {
  background-color: #fff;
  border-bottom: 1px solid #e6e6e6;
  border-left: 1px solid #e6e6e6;
  border-right: 1px solid #e6e6e6;
  margin-bottom: 20px;
  padding: 20px;
}

.w-users-useraccountformsavebutton {
  text-align: center;
  margin-right: 8px;
}

.w-users-useraccountformcancelbutton {
  text-align: center;
  color: #333;
  background-color: #d3d3d3;
}

body {
  color: var(--da-kine-black);
  text-align: left;
  font-family: Montserrat, Arial, sans-serif;
  font-size: 1rem;
  line-height: 1.5;
}

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

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

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

h4 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 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;
  padding-top: 1rem;
  font-size: 1rem;
  line-height: 1.5;
}

a {
  color: var(--da-kine-black);
  text-decoration: none;
}

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

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

strong {
  font-weight: 800;
}

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

figcaption {
  text-align: center;
  margin-top: 5px;
}

.link-container {
  justify-content: flex-end;
  align-items: stretch;
  display: flex;
}

.copyright-year {
  padding-right: 7px;
  font-weight: 100;
}

.button-2 {
  margin-top: 9px;
}

.utility-page-wrap {
  justify-content: center;
  align-items: center;
  width: 100vw;
  max-width: 100%;
  height: 100vh;
  max-height: 100%;
  display: flex;
}

.utility-page-content {
  text-align: center;
  flex-direction: column;
  width: 260px;
  display: flex;
}

.nav-button {
  color: #2b2b2b;
  text-align: center;
  background-color: #3898ec00;
  align-items: center;
  padding: 5px 14px;
  font-size: 13px;
  font-weight: 500;
  line-height: 13px;
  text-decoration: none;
  transition: color .4s ease-in-out, letter-spacing .4s ease-in-out;
  display: flex;
}

.nav-button:hover {
  letter-spacing: 2px;
}

.nav-cta-button {
  color: var(--white-smoke);
  text-align: center;
  letter-spacing: 1px;
  background-color: #2b2b2b;
  border-radius: 30px;
  flex-direction: column;
  justify-content: center;
  align-self: center;
  align-items: center;
  padding: 12px 18px;
  font-size: 14px;
  font-weight: 600;
  line-height: 13px;
  text-decoration: none;
  transition: color .4s ease-in-out, letter-spacing .4s ease-in-out;
  display: flex;
}

.nav-cta-button:hover {
  letter-spacing: 2px;
}

.container {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 96%;
  max-width: 920px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 64px;
  padding-bottom: 64px;
  display: flex;
}

.container.padding-bottom-large {
  padding-bottom: 128px;
}

.container.no-padding {
  padding-top: 0;
  padding-bottom: 0;
}

.container.speciaql {
  padding-top: 0;
}

.page-wrapper, .main-wrapper {
  width: 100%;
  overflow: visible;
}

.main-wrapper.schedule-call {
  width: 100vw;
  max-width: 1087px;
  height: 100vh;
  margin-left: auto;
  margin-right: auto;
  padding-top: 97px;
}

.footer {
  background-color: #e9ebee;
  justify-content: center;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.fs-cc-manager_trigger {
  display: none;
}

.fs-cc-prefs_checkbox {
  z-index: 1;
  opacity: 0;
  cursor: pointer;
  width: 100%;
  height: 100%;
  margin-top: 0;
  margin-left: 0;
  position: absolute;
  inset: 0%;
}

.fs-cc-prefs_trigger, .fs-cc-banner_trigger {
  display: none;
}

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

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

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

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

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

.margin-bottom.margin-small {
  justify-content: flex-start;
  margin-top: 0;
  margin-left: 0;
  margin-right: 0;
  display: flex;
}

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

.margin-bottom.margin-small {
  margin: 0;
}

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

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

.button {
  color: var(--white-2);
  text-align: center;
  cursor: pointer;
  background-color: #1182c9;
  border: 2px solid #0000;
  border-radius: 40px;
  padding: .95rem 1.8rem;
  font-size: 1.25rem;
  font-weight: 700;
}

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

.button.is-secondary.is-alternate {
  color: #fff;
  background-color: #0000;
  border-color: #fff;
}

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

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

.button.is-link.is-alternate {
  color: #fff;
  background-color: #0000;
}

.button.is-small {
  color: #076097;
  background-color: #e8ebed;
  padding: .5rem 1.25rem;
  font-size: 1rem;
}

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

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

.button.is-alternate {
  color: #000;
  background-color: #fff;
}

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

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

.button.ghost {
  color: var(--da-kine-black);
  background-color: #0000;
  border-color: #1182c9;
}

.button.read-less {
  display: none;
}

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

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

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

.rl-styleguide_subheading {
  z-index: 3;
  color: #000;
  background-color: #d3d3d3;
  padding: .25rem .5rem;
  position: sticky;
  top: 2rem;
}

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

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

.rl-styleguide_label {
  color: #fff;
  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;
}

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

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

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

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

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

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

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

.text-size-medium.bio-show-more {
  display: none;
}

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

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

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

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

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

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

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

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

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

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

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

.text-style-quote {
  border-left: .1875rem solid #000;
  margin-bottom: 0;
  padding: .75rem 1.25rem;
  font-size: 1.25rem;
  line-height: 1.5;
}

.text-style-link {
  text-decoration: underline;
}

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

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

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

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

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

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

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

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

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

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

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

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

.rl-styleguide_color.is-black {
  background-color: #000;
}

.rl-styleguide_color.is-white {
  background-color: #fff;
}

.rl-styleguide_color.is-gray {
  background-color: #f4f4f4;
}

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

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

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

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

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

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

.background-color-white {
  background-color: #fff;
}

.background-color-gray {
  background-color: #f4f4f4;
}

.text-color-white {
  color: #fff;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.form-input {
  color: #000;
  background-color: #fff;
  border: 1px solid #000;
  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;
}

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

.form-checkbox-icon {
  cursor: pointer;
  border: 1px solid #000;
  border-radius: 0;
  width: 1.125rem;
  min-width: 1.125rem;
  height: 1.125rem;
  min-height: 1.125rem;
  margin-top: 0;
  margin-left: -1.25rem;
  margin-right: .5rem;
  transition: all .2s;
}

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

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

.form-checkbox-label {
  margin-bottom: 0;
}

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

.form-radio-icon {
  cursor: pointer;
  border: 1px solid #000;
  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;
}

.form-radio-label {
  margin-bottom: 0;
}

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

.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-height-xxsmall {
  height: 1rem;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.padding-0 {
  padding: 0;
}

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

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

.padding-xsmall {
  padding: 1rem;
}

.padding-small {
  padding: 1.5rem;
}

.padding-medium {
  padding: 2rem;
}

.padding-large {
  padding: 3rem;
}

.padding-xlarge {
  padding: 4rem;
}

.padding-xxlarge {
  padding: 5rem;
}

.padding-huge {
  padding: 6rem;
}

.padding-xhuge {
  padding: 7rem;
}

.padding-xxhuge {
  padding: 10rem;
}

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

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

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

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

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

.margin-0 {
  margin: 0;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

.overflow-hidden {
  overflow: hidden;
}

.overflow-auto {
  overflow: auto;
}

.overflow-scroll {
  overflow: scroll;
}

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

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

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

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

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

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

.form-block {
  width: auto;
  max-width: none;
  margin-left: 0;
  margin-right: 0;
}

.navbar7_component {
  -webkit-backdrop-filter: blur(3px);
  backdrop-filter: blur(3px);
  background-color: #161616f2;
  align-items: center;
  width: 100%;
  min-height: 4.5rem;
  padding-left: 5%;
  padding-right: 5%;
  display: flex;
  position: fixed;
  inset: 0% 0% auto;
  box-shadow: 0 0 20px #2e4e6340;
}

.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_logo-link {
  padding-left: 0;
}

.navbar7_logo {
  width: 280px;
  padding-top: 1rem;
  padding-bottom: 1rem;
}

.navbar7_menu {
  flex: 1;
  justify-content: flex-end;
  align-items: center;
  margin-left: 1.5rem;
  display: flex;
  position: static;
}

.navbar7_link {
  color: var(--white);
  padding: 1.5rem 1rem;
}

.navbar7_link.w--current {
  color: #000;
}

.navbar7_link.mobile.w--current {
  color: #fff;
}

.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_menu-button {
  padding: 0;
}

.html-embed {
  height: 100%;
  margin-bottom: 0;
}

.about_copy-wrapper_pg {
  flex-direction: column;
  align-items: flex-start;
  padding-right: 24px;
  display: flex;
}

.about_image-wrapper_pg {
  padding-bottom: 60px;
  position: sticky;
  top: 140px;
}

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

.anchor {
  position: absolute;
  inset: -100px auto auto 0%;
}

.show {
  display: flex;
}

.about_special-image-container_pg {
  border: 20px solid var(--white);
  border-radius: 600px;
  overflow: hidden;
  box-shadow: 0 0 9px 4px #0000001a;
}

.text-block-3 {
  -webkit-backdrop-filter: blur(4px);
  backdrop-filter: blur(4px);
  color: #fff;
  text-align: center;
  cursor: pointer;
  background-color: #0d649bc7;
  border: 16px solid #fff;
  border-radius: 300px;
  justify-content: center;
  align-items: center;
  width: 176px;
  height: 176px;
  padding-top: 4px;
  font-size: 24px;
  font-weight: 700;
  line-height: 1;
  display: flex;
  box-shadow: 0 0 10px 3px #00000017;
}

.section_about_pg {
  width: 100%;
}

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

.side-by-side {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  padding-top: 24px;
  display: grid;
}

.side-by-side.left-heavy {
  grid-template-columns: 1.5fr 1fr;
}

.lightbox-link {
  position: absolute;
  bottom: 12px;
  right: -26px;
}

.copyright-wrapper_pg {
  width: 100%;
  color: var(--white);
  text-align: center;
  background-color: #1f1f1f;
  padding-top: 20px;
  padding-bottom: 20px;
  font-weight: 100;
  display: block;
}

.copyright-wrapper_pg._2 {
  background-color: #0c0c11;
}

.footer_pg {
  z-index: 3;
  background-color: #fff;
  flex-direction: column;
  align-items: center;
  display: flex;
  position: relative;
  overflow: hidden;
}

.section_reviews_pg {
  z-index: 1;
  background-color: #f1f1f1;
  width: 100%;
  position: relative;
}

.review-wrapper_pg {
  text-align: center;
  background-color: #fff;
  border-radius: 20px;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  margin-bottom: 2rem;
  padding: 32px;
  display: flex;
  box-shadow: 0 0 20px -12px #0003;
}

.image-6 {
  width: 292px;
}

.section_price_pg {
  z-index: 1;
  background-color: #fff;
  width: 100%;
  position: relative;
}

.rich-text-block {
  padding-bottom: 2rem;
}

.div-block-115 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  padding-top: 1rem;
  padding-bottom: 30px;
  display: grid;
}

.previous-work-link {
  box-shadow: 0 0 8px 1px #0000001c;
}

.portfolio-sub-heading {
  text-align: center;
  margin-bottom: 1rem;
  font-size: 1.5rem;
  font-weight: 300;
}

.code-embed {
  width: 100%;
}

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

.anchor-div {
  position: absolute;
  inset: -85px auto auto 0%;
}

.div-block-166 {
  background-color: #202020;
  justify-content: center;
  align-items: center;
  min-height: 188px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.button-holder1 {
  z-index: 2;
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.what-matter01_text-2 {
  color: #131313;
  text-align: left;
  padding: 24px 24px 18px;
}

.what-matter01_heading-3 {
  z-index: 1;
  color: #fff;
  text-align: center;
  text-shadow: 0 1px 15px #0000005e;
  width: 100%;
  padding: 1.5rem;
  font-size: 26px;
  font-weight: 400;
  line-height: 1;
  position: relative;
}

.services-image {
  z-index: 0;
  opacity: .27;
  width: 100%;
  position: absolute;
  inset: auto 0%;
}

.what-matters01_container-3 {
  background-color: #f6f7f8;
  border-radius: 20px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: stretch;
  height: 100%;
  padding-top: 0;
  padding-bottom: 1.5rem;
  transition: all .3s cubic-bezier(.645, .045, .355, 1);
  display: flex;
  position: relative;
  overflow: hidden;
  box-shadow: 0 0 15px 4px #0000001f;
}

.what-matters01_container-3:hover {
  transform: scale(1.03);
}

.slider-2 {
  background-color: #ddd0;
  width: 100%;
  height: auto;
  padding-left: 70px;
  padding-right: 70px;
  overflow: hidden;
}

.slider-2._2 {
  margin-top: 40px;
}

.container-3 {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  flex-direction: column;
  align-items: center;
  width: 100%;
  max-width: 1160px;
  margin-left: auto;
  margin-right: auto;
  padding: 4rem 2rem;
  display: flex;
}

.container-3.specialv4 {
  padding-top: 60px;
  padding-bottom: 0;
}

.right-arrow {
  background-image: linear-gradient(90deg, #fff0, #f2f2f2 94%);
}

.right-arrow.mouse-hover._2 {
  background-image: linear-gradient(90deg, #fff0, #fff 94%);
}

.testimonial18_list {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  column-count: 2;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: flex-start;
  column-gap: 1.5rem;
  width: 100%;
  display: block;
  position: relative;
}

.testimonial18_list.slide-hide {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: none;
}

.left-arrow {
  background-image: linear-gradient(90deg, #f2f2f2 7%, #fff0);
}

.left-arrow.mouse-hover._2 {
  background-image: linear-gradient(90deg, #fff, #fff0);
}

.slide {
  width: 100%;
  padding: 10px;
}

.slide-nav-2 {
  margin-left: auto;
  margin-right: auto;
  display: none;
}

.arrow {
  color: #ececec;
  background-color: #743221;
  border-radius: 60px;
  justify-content: center;
  align-items: center;
  width: 53px;
  height: 55px;
  display: flex;
  top: 40px;
  box-shadow: 0 0 15px #0000000f;
}

.arrow._2 {
  color: #333;
  background-color: #fff;
}

.testimonial18_card {
  background-color: #fff;
  border: 1px solid #fff;
  border-radius: 0;
  width: 100%;
  margin-bottom: 1.5rem;
  padding: 1.5rem;
  display: inline-block;
  box-shadow: 0 0 20px -3px #0003;
}

.testimonial18_card.slider {
  border-radius: 26px;
  margin-bottom: 0;
  position: relative;
  overflow: hidden;
}

.testimonial18_card.reviewpage {
  border-radius: 20px;
}

.mask {
  width: 33.33%;
  padding-top: 16px;
  padding-bottom: 16px;
  overflow: visible;
}

.mask._2 {
  width: 50%;
}

.collection-list-wrapper-5 {
  width: 100%;
  height: auto;
  display: none;
}

.testimonial18_client-image-wrapper {
  width: 50px;
  height: 50px;
}

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

.testimonial18_rating-wrapper {
  padding-top: 18px;
  padding-bottom: 18px;
  display: flex;
}

.image-62 {
  width: 123px;
}

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

.text-size-medium-2 {
  border-bottom: 1px solid #e4e4e4;
  margin-bottom: 16px;
  padding-bottom: 16px;
  font-size: 1rem;
  overflow: hidden;
}

.text-size-medium-2.slider {
  border-bottom-style: none;
  height: 76px;
  margin-bottom: 0;
  padding-bottom: 0;
}

.testimonial18_client {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  text-align: left;
  align-items: center;
  display: flex;
}

.review-date {
  color: #9b9b9b;
  font-size: .9rem;
}

.text-block-29 {
  color: #b3b3b3;
  font-size: .9rem;
}

.div-block-177 {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

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

.text-block-102 {
  color: #8a8a8a;
  border-bottom: 1px solid #e6e6e6;
  margin-top: 0;
  margin-bottom: 16px;
  padding-bottom: 16px;
  font-size: .85rem;
}

.link-block-13 {
  z-index: 2;
  position: absolute;
  inset: 0%;
}

.nav-height-adjustment {
  min-height: 75px;
}

.div-block-178 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  padding-top: 1rem;
  padding-bottom: 30px;
  display: grid;
}

.button-4 {
  color: #fcfcfc;
  text-align: center;
  cursor: pointer;
  background-color: #1182c9;
  border: 2px solid #0000;
  border-radius: 40px;
  padding: .95rem 1.8rem;
  font-size: 1.25rem;
  font-weight: 700;
}

.volleycr-section {
  background-color: #27303d;
  background-image: linear-gradient(90deg, #18273d, #173950);
  width: 100vw;
}

.volleycr-container {
  width: 88%;
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
}

.net01 {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  aspect-ratio: 1535 / 980;
  background-image: url('../images/Court-From-Above_1.avif');
  background-position: 50%;
  background-size: cover;
  border-radius: 15px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: stretch;
  margin-top: 0;
  margin-bottom: 24px;
  padding: 96px 30px;
  display: flex;
}

.teaml {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-content: space-around;
  padding: 25px 27px;
  display: grid;
}

.net {
  width: 6px;
}

.player {
  max-height: 47px;
  color: var(--white);
  background-color: #0f1825;
  border: 1.5px solid #fff;
  border-radius: 20px;
  justify-content: center;
  align-items: center;
  padding: 7px 13px;
  font-size: .8rem;
  font-weight: 700;
  display: flex;
  box-shadow: 0 0 12px #00000052;
}

.heading-56 {
  color: var(--white);
  justify-content: center;
  align-items: center;
  font-size: 2.8rem;
  font-weight: 700;
  display: flex;
}

.heading-56._2 {
  text-transform: uppercase;
  margin-top: 0;
  padding-top: 0;
  font-size: 2.2rem;
  font-weight: 500;
}

.div-block-179 {
  background-color: #152030;
  border-top-left-radius: 70px;
  border-top-right-radius: 70px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 447px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 13px;
  padding-bottom: 11px;
  display: flex;
}

.collection-item {
  padding-top: 30px;
}

.div-block-172 {
  z-index: 1;
  aspect-ratio: 16 / 9;
  justify-content: center;
  align-items: center;
  width: 44%;
  margin-top: -11px;
  margin-bottom: -11px;
  display: flex;
  position: relative;
}

.div-block-25 {
  background-color: #1d1d1d;
  border: 8px solid #000;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 150px;
  height: 150px;
  margin-right: 2px;
  padding-top: 4px;
  padding-left: 2px;
  display: flex;
}

.ev1_nav06_dd-container {
  background-color: #fff;
  border-radius: 40px;
  width: 100%;
  max-width: 1540px;
  max-height: 70vh;
  margin-left: auto;
  margin-right: auto;
  padding: 20px 16px 48px;
  display: block;
  position: relative;
  overflow: auto;
}

.main-wrapper-2 {
  position: relative;
  overflow: hidden;
}

.ev1_nav06_cont-wrapper {
  justify-content: space-between;
  width: 100%;
  padding: 0 16px 0 13px;
  display: flex;
  position: relative;
}

.ev1_nav06_hamburger-container {
  background-color: #fff;
  width: 100%;
  max-height: 70vh;
  margin-left: auto;
  margin-right: auto;
  padding: 36px;
  display: block;
  position: relative;
  overflow: auto;
}

.ev1_nav06_dd-wrapper {
  background-color: #fff0;
  border-radius: 8px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 100vw;
  max-width: 1600px;
  margin-top: 30px;
  padding-left: 30px;
  padding-right: 30px;
  display: none;
  inset: 82px auto auto 0%;
  overflow: hidden;
}

.ev1_nav06_cont-right {
  flex: 1;
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.ev2_btn01_arrow {
  width: 22px;
  height: 22px;
}

.section---hero {
  background-color: #0c1319;
  width: 100vw;
  position: relative;
}

.ev1_nav06_line-top {
  background-color: #686868;
  width: 100%;
  height: 2px;
}

.ev1_nav06_line-top.neutbg6 {
  background-color: #fff;
}

.ev1_nav06_line-middle {
  background-color: #686868;
  width: 100%;
  height: 2px;
}

.ev1_nav06_line-middle.neutbg6 {
  background-color: #fff;
}

.ev2_btn01_text {
  z-index: 1;
  font-size: 1rem;
  position: relative;
}

.div-block-15 {
  justify-content: space-between;
  align-items: stretch;
  margin-top: 28px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
}

.ev1_nav06_cont-left {
  border-right: 1px solid #7e7e7e29;
  padding: 20px 16px;
  display: flex;
}

.ev1_nav06_link-wrapper {
  z-index: 3;
  color: #fff;
  border-radius: 40px;
  justify-content: flex-start;
  align-items: center;
  padding: 10px 14px;
  transition: background-color .2s cubic-bezier(.645, .045, .355, 1);
  display: flex;
}

.ev1_nav06_link-wrapper:hover {
  background-color: #ffffff0f;
}

.ev1_nav06_link-wrapper.hide {
  display: none;
}

.ev2_btn01_icon-wrapper {
  z-index: 1;
  background-color: #0e0e0e47;
  border-radius: 50%;
  width: 45px;
  height: 45px;
  margin-right: 10px;
  position: relative;
  overflow: hidden;
}

.ev2_btn01_icon-wrapper.ghost {
  background-color: #7e7e7e2b;
}

.image-scroll-bg {
  z-index: 0;
  background-color: #2f3944;
  width: 100%;
  height: 70%;
  position: absolute;
  inset: auto 0% 0%;
}

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

.image-scroller {
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  width: 100vw;
  height: 46vw;
  padding-top: .3vw;
  padding-bottom: .3vw;
  display: flex;
  position: relative;
}

.ev1_nav06_wrapper {
  z-index: 50;
  background-color: #0c10189c;
  border-bottom: 1px solid #7e7e7e29;
  flex-direction: column;
  align-items: stretch;
  width: 100vw;
  display: flex;
  position: fixed;
  inset: 0% 0 auto 0%;
}

.ev2_btn01 {
  color: #fff;
  text-align: center;
  background-color: #743121;
  border-radius: 42px;
  justify-content: center;
  align-items: center;
  margin-right: 0;
  padding: .75rem 26px .75rem 16px;
  font-size: 1rem;
  line-height: 1.1;
  text-decoration: none;
  transition: background-color .3s;
  display: flex;
  position: relative;
  overflow: hidden;
}

.ev2_btn01.ghost {
  background-color: #74312100;
  border: 1px solid #fff;
}

.ev2_btn01.ghost._2 {
  color: #000;
  border-color: #000;
  font-weight: 600;
}

.ev2_btn01.button-border {
  border: 1px solid #0000;
}

.ev1_junk-drawer-wrapper {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  width: 100%;
  max-width: 75rem;
  padding-bottom: 2rem;
}

.heading-8 {
  color: #6e392c;
  text-align: center;
  text-transform: uppercase;
  border-bottom: 1px solid #1c3749;
  justify-content: center;
  align-items: center;
  width: 96%;
  margin-top: 25px;
  margin-bottom: 0;
  padding-bottom: 20px;
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 26px;
  display: flex;
}

.ev2_btn01_icon-spin {
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
  position: absolute;
  inset: 0%;
  transform: rotate(-45deg);
}

.anchor-div-2 {
  position: absolute;
  inset: -85px auto auto 0%;
}

.pitfall-wrapper {
  width: 100%;
  margin-top: 35px;
  display: flex;
}

.heading-57 {
  color: #fff;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Stixtwotext, Times New Roman, sans-serif;
  font-size: 85px;
  font-weight: 500;
  line-height: 85px;
}

.main-wrapper-bg {
  z-index: 0;
  background-color: #13171b;
  position: fixed;
  inset: 0%;
}

.footer01_wrapper {
  z-index: 1;
  background-color: #101d33;
  position: relative;
}

.ev1_nav06_container {
  z-index: 5;
  width: 100vw;
  max-width: 100vw;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 0;
  position: relative;
}

.scroll-blocker {
  z-index: 0;
  width: 0;
  height: 0;
  position: fixed;
  inset: 0% auto auto 0%;
}

.div-block-173 {
  flex-flow: column;
  flex: 1;
  justify-content: center;
  align-items: flex-start;
  padding-left: 42px;
  padding-right: 22px;
  display: flex;
}

.div-block-173.right {
  justify-content: center;
  align-items: flex-end;
  padding-left: 22px;
  padding-right: 42px;
}

.hero-heading1 {
  z-index: 2;
  color: #e7e6e1;
  text-align: center;
  max-width: 761px;
  margin: 0 auto;
  padding-top: 4px;
  font-family: Stixtwotext, Times New Roman, sans-serif;
  font-size: 70px;
  font-weight: 400;
  line-height: .85;
  position: relative;
}

.step-text {
  color: #74645f;
  text-align: center;
  width: 100%;
  padding-top: 12px;
  font-size: 1rem;
  line-height: 1.4;
}

.section {
  z-index: 1;
  width: 100vw;
  padding-top: 60px;
  padding-bottom: 60px;
  position: relative;
}

.section.steps {
  z-index: 2;
  background-color: #ececec;
  padding-top: 60px;
  padding-bottom: 60px;
}

.section.steps._3 {
  padding-top: 80px;
  padding-bottom: 80px;
}

.section.pain {
  z-index: 2;
  background-color: #0d192a;
  background-image: linear-gradient(#161c22, #02050a);
}

.section.topics {
  background-color: #fff;
}

.section.topics.no-bottom-pa {
  z-index: 2;
  padding-bottom: 50px;
}

.section.price {
  background-color: #e9e9e9;
}

.main-section-heading {
  color: #fff;
  text-align: center;
  max-width: 821px;
  padding-left: 22px;
  padding-right: 22px;
  font-family: Stixtwotext, Times New Roman, sans-serif;
  font-size: 4.2rem;
  font-weight: 400;
  line-height: .8;
}

.main-section-heading.dark {
  color: #2b4870;
}

.main-section-heading.dark.large {
  font-size: 3.4rem;
}

.main-section-heading.dark.large.s {
  color: #131518;
  max-width: 806px;
  font-size: 88px;
  line-height: .8;
}

.main-section-heading.large {
  z-index: 3;
  margin-left: auto;
  margin-right: auto;
  font-size: 3.6rem;
  position: relative;
}

.main-section-heading.black-large {
  color: #000;
  max-width: 460px;
  font-size: 70px;
}

.main-section-heading.black-large._2 {
  color: #fff;
  max-width: none;
  padding-bottom: 44px;
  font-size: 61px;
  line-height: 1;
}

.main-section-heading.black-large._2._5 {
  border-bottom: 1px solid #7575752b;
  margin-bottom: 12px;
  padding-bottom: 16px;
  font-size: 135px;
  line-height: .9;
}

.main-section-heading.black-large._3 {
  max-width: 742px;
  font-size: 88px;
}

.main-section-heading.black-large._4 {
  max-width: 660px;
  font-size: 52px;
  line-height: .85;
}

.main-section-heading._2 {
  padding-bottom: 30px;
  font-size: 70px;
  line-height: .85;
}

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

.three-category-holder {
  flex-direction: column;
  flex: 1;
  justify-content: flex-start;
  align-items: center;
  padding-top: 0;
  padding-left: 11px;
  padding-right: 11px;
  display: flex;
}

.hero-text01 {
  z-index: 2;
  color: #fff;
  text-align: center;
  border-top: 1px solid #ffffff36;
  max-width: 790px;
  margin: 16px auto 0;
  padding-top: 16px;
  padding-bottom: 16px;
  font-size: 1.6rem;
  font-weight: 300;
  line-height: 1.3;
  position: relative;
}

.ev1_nav06_link {
  color: #fff;
  font-size: 15px;
  font-weight: 400;
  transition: color .3s;
  position: static;
}

.ev1_nav06_link:hover {
  color: #13304b;
}

.ev1_nav06__hamburger-lines {
  flex-direction: column;
  justify-content: space-between;
  width: 1.25rem;
  height: 1rem;
  display: flex;
}

.ev1_nav06_logo-link {
  z-index: 2;
  float: none;
  border-radius: 6px;
  justify-content: center;
  align-items: center;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
  position: relative;
}

.ev1_nav06_hamburger-wrapper {
  z-index: 2;
  background-color: #fff0;
  border-radius: 42px;
  width: auto;
  max-width: 1540px;
  margin-top: 10px;
  margin-left: auto;
  margin-right: auto;
  display: none;
  left: 30px;
  right: 30px;
  overflow: hidden;
}

.pitfall-p {
  color: #a3aab4;
  padding-top: 0;
  font-family: Montserrat, Arial, sans-serif;
  font-size: 1rem;
  line-height: 1.5;
}

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

.right-image-scroll {
  z-index: 1;
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  justify-content: flex-end;
  align-items: stretch;
  height: 39vw;
  display: flex;
  position: relative;
}

.background-video-2 {
  border-radius: 35px;
  width: 100%;
  height: 100%;
}

.ev1_nav06_line-bottom {
  background-color: #686868;
  width: 100%;
  height: 2px;
}

.ev1_nav06_line-bottom.neutbg6 {
  background-color: #fff;
}

.ev1_junk-drawer-link {
  color: #cfd9dd;
  letter-spacing: -.01em;
  margin-top: 2px;
  margin-bottom: 2px;
  font-size: 16px;
  line-height: 32px;
  text-decoration: none;
  transition: color .3s;
}

.ev1_junk-drawer-link:hover {
  color: #7499b2;
}

.ev1_junk-drawer-link.dark-16 {
  color: #275381;
  position: relative;
}

.ev1_junk-drawer-link.dark-16:hover {
  color: #11344c;
}

.image {
  object-fit: cover;
  border-radius: 12px;
  width: 39vw;
  height: 22vw;
}

.container-4 {
  flex-flow: column;
  justify-content: center;
  align-items: stretch;
  width: 96%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 16px;
  padding-right: 16px;
  display: flex;
}

.container-4.center {
  justify-content: flex-start;
  align-items: center;
}

.container-4.hero {
  justify-content: center;
  align-items: center;
  height: 80vh;
  min-height: 525px;
  padding-top: 40px;
  position: relative;
}

.container-4._2grid {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.div-block-14 {
  flex-direction: column;
  align-items: center;
  width: 100%;
  padding-bottom: 30px;
  display: flex;
  position: relative;
}

.ev1_nav06_logo-img {
  aspect-ratio: 30 / 7;
  width: 100%;
  max-width: 250px;
}

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

.left-image-scroll {
  z-index: 1;
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  align-self: flex-start;
  height: 22vw;
  margin-bottom: 10px;
  display: flex;
  position: relative;
}

.ev2_btn01_slide-bg {
  z-index: 0;
  background-color: #0000001c;
  border-radius: .25rem;
  width: 102%;
  height: 102%;
  position: absolute;
  inset: -1px 0% -1px -102.5%;
}

.ev2_btn01_slide-bg.ghost {
  background-color: #7c7c7c1c;
}

.ev1_junk-drawer-title {
  color: #e3e8ed;
  letter-spacing: -.02em;
  margin-bottom: 16px;
  font-size: 18px;
  font-weight: 700;
  line-height: 32px;
}

.ev1_junk-drawer-title.dark-15 {
  color: #202f3d;
}

.ev1_nav06_dd-arrow {
  width: 20px;
  height: 20px;
  margin-left: 6px;
}

.ev1_nav06_hamburger-button.w--open {
  background-color: #c8c8c800;
}

.text-block-104 {
  z-index: 3;
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  color: #000;
  background-color: #ffffff96;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 80px;
  height: 80px;
  padding-top: 4px;
  padding-left: 3px;
  font-family: Stixtwotext, Times New Roman, sans-serif;
  font-size: 50px;
  font-weight: 500;
  line-height: 1;
  display: flex;
  position: absolute;
  left: auto;
  right: -27px;
  transform: translate(0, 100%);
}

.text-block-104.right {
  padding-left: 0;
  padding-right: 0;
  left: -27px;
  right: auto;
}

.page-wrapper-2 {
  position: relative;
}

.pitfall-title {
  color: #fff;
  text-transform: uppercase;
  margin-bottom: 12px;
  font-family: Montserrat, Arial, sans-serif;
  font-size: 30px;
  font-weight: 400;
  line-height: 1;
}

.div-block-184 {
  border-left: 1px solid #7e7e7e29;
  justify-content: flex-start;
  align-self: stretch;
  align-items: center;
  margin-left: 8px;
  padding-left: 16px;
  padding-right: 20px;
  display: flex;
}

.promo-section {
  z-index: 2;
  background-color: #1d1d1d;
  background-image: linear-gradient(#2f3944, #171e25);
  justify-content: center;
  align-items: center;
  width: 100vw;
  padding-top: 60px;
  padding-bottom: 60px;
  display: flex;
  position: relative;
}

.video-block-2 {
  z-index: 3;
  background-color: #00000040;
  border-radius: 20px;
  width: 100%;
  max-width: 910px;
  margin-left: auto;
  margin-right: auto;
  padding: 10px;
  display: flex;
  position: relative;
  overflow: hidden;
  box-shadow: 0 0 12px #0003;
}

.video-container-2 {
  border-radius: 10px;
  width: 100%;
  min-height: 40px;
  padding-top: 56.1702%;
  transition: opacity .3s;
  position: relative;
  overflow: hidden;
}

.div-block-205 {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.container-2grid {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1.25fr 1fr;
  grid-auto-columns: 1fr;
  align-self: center;
  width: 96%;
  max-width: 1100px;
  margin-left: auto;
  margin-right: auto;
  display: grid;
}

.trd-heading {
  color: #fff;
  text-align: center;
  font-family: Stixtwotext, Times New Roman, sans-serif;
  font-size: 56px;
  font-weight: 100;
  line-height: .85;
}

.html-embed-6 {
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
  overflow: hidden;
}

.div-block-208 {
  z-index: 1;
  position: relative;
}

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

.div-block-209 {
  flex-flow: row;
  flex: 1;
  justify-content: center;
  align-items: center;
  display: flex;
}

.div-block-210 {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100vw;
  display: grid;
  position: relative;
}

.client-logo {
  opacity: .19;
  filter: grayscale();
  mix-blend-mode: darken;
  background-color: #fff;
  border-radius: 11px;
  width: 100%;
  max-width: 298px;
}

.div-block-211 {
  background-image: linear-gradient(#f0f0f000, #f1f1f1);
  position: absolute;
  inset: 0%;
}

.past-exp {
  z-index: 2;
  color: #000;
  text-shadow: 0 1px 18px #f2f2f2;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  font-family: Stixtwotext, Times New Roman, sans-serif;
  font-size: 5.5rem;
  display: flex;
  position: absolute;
  inset: auto 0%;
}

.blur-behind-navbar {
  z-index: 1;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  -webkit-backdrop-filter: blur(12px);
  backdrop-filter: blur(12px);
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
}

.hero-glow {
  z-index: 1;
  background-image: radial-gradient(circle, #5586b4, #0000 50%);
  width: 100vw;
  height: 200vh;
  position: absolute;
  top: auto;
  bottom: -100vh;
}

.text-block-105 {
  color: #cfd1d3;
  padding-top: 2px;
  padding-bottom: 30px;
}

.bold-t {
  color: #fff;
  font-weight: 500;
}

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

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

.text-size-medium-3.text-weight-bold {
  color: #fff;
  font-weight: 500;
}

.faq2_accordion {
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
}

.faq2_icon-wrapper {
  justify-content: center;
  align-self: flex-start;
  align-items: center;
  width: 2rem;
  height: 2rem;
  display: flex;
}

.faq-category {
  color: #afafaf;
  text-align: center;
  text-transform: uppercase;
  border-radius: 12px;
  flex: none;
  justify-content: flex-start;
  align-items: center;
  margin-top: 12px;
  padding-top: 12px;
  padding-bottom: 12px;
  padding-right: 12px;
  font-family: Montserrat, Arial, sans-serif;
  font-size: 28px;
  font-weight: 300;
  line-height: 1.2;
  display: flex;
}

.paragraph-34 {
  color: #a5a5a5;
  text-align: left;
  padding-top: 9px;
  padding-left: 24px;
  line-height: 1.4;
}

.container-8 {
  flex-flow: column;
  justify-content: center;
  align-items: stretch;
  width: 100%;
  max-width: 1100px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 16px;
  padding-right: 16px;
  display: flex;
}

.container-8.center {
  justify-content: flex-start;
  align-items: center;
}

.section-5 {
  z-index: 1;
  width: 100vw;
  padding-top: 60px;
  padding-bottom: 60px;
  position: relative;
}

.section-5.faq {
  background-color: #0f151d;
}

.faq2_answer {
  overflow: hidden;
}

.div-block-213 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: #ffffff05;
  border-radius: 20px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: stretch;
  width: 100%;
  margin-bottom: 16px;
  padding: 22px 30px 30px;
  display: flex;
}

.faq2_question {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  color: var(--white);
  cursor: pointer;
  background-color: #262b33;
  border-radius: 12px;
  justify-content: space-between;
  align-items: center;
  margin-top: 12px;
  padding: .5rem 18px;
  display: flex;
}

.max-width-large-2 {
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.subtext102 {
  color: var(--white);
  text-align: center;
  padding-bottom: 50px;
  font-size: 1.2rem;
}

.price-info-wrapper {
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  padding-right: 30px;
  display: flex;
}

.price-number-wrapper {
  background-color: #fff;
  border-radius: 40px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 30px;
  display: flex;
}

.pricing10_feature-list {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  flex-flow: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  padding-top: 0;
  padding-bottom: 24px;
  display: flex;
}

.pricing10_feature {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  justify-content: flex-start;
  align-items: center;
  font-size: 1.1rem;
  line-height: 1.1;
  display: flex;
}

.pricing10_icon-wrapper {
  flex: none;
  align-self: center;
}

.icon-embed-xsmall-2 {
  color: #325d7c;
  background-color: #f1f1f1;
  border-radius: 40px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 2rem;
  height: 2rem;
  display: flex;
}

.text-block-112 {
  font-size: 84px;
  font-weight: 700;
  line-height: .9;
}

.div-block-214 {
  justify-content: flex-start;
  align-items: flex-end;
  padding-top: 30px;
  padding-bottom: 15px;
  display: flex;
}

.text-block-113 {
  padding-bottom: 8px;
  font-size: 1.5rem;
}

.paragraph-35 {
  text-align: center;
  padding-top: 16px;
  font-size: 1rem;
  line-height: 1.2;
}

.heading-58 {
  text-align: center;
  max-width: 513px;
  font-family: Stixtwotext, Times New Roman, sans-serif;
  font-size: 4.6rem;
  line-height: .85;
}

.text-block-116 {
  display: none;
}

.div-block-215 {
  width: 100%;
  overflow: visible;
}

.div-block-212 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: flex-start;
  height: 200vh;
  display: block;
  position: relative;
  overflow: visible;
}

.image-63 {
  width: 100vw;
  max-width: none;
  overflow: visible;
}

._200vh {
  background-color: #000;
  background-image: radial-gradient(circle, #44241b, #0f202c);
  width: 100%;
  height: 200vh;
}

.div-block-216 {
  width: 100%;
  padding: 0;
  position: sticky;
  top: 0;
  overflow: hidden;
  transform: translate(0);
}

.code-embed-2 {
  padding-top: 89px;
}

.footer-pricing {
  background-color: #11131b;
  width: 100%;
  min-height: 110px;
}

.heading-57-copy {
  color: #fff;
  text-align: center;
  max-width: 560px;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Stixtwotext, Times New Roman, sans-serif;
  font-size: 36px;
  font-weight: 400;
  line-height: 1;
}

.text-block-117 {
  color: #b1a091;
  padding-bottom: 19px;
}

@media screen and (max-width: 991px) {
  .container {
    width: 90%;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .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-vertical {
    margin-left: 0;
    margin-right: 0;
  }

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

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

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

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

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

  .hide-tablet {
    display: none;
  }

  .navbar7_menu {
    -webkit-text-fill-color: inherit;
    background-color: #fff;
    background-clip: border-box;
    border-bottom: 1px solid #000;
    align-items: flex-start;
    height: 100dvh;
    margin-left: 0;
    padding: 1rem 5% 6.5rem;
    transition: height .5s;
    position: absolute;
    overflow: auto;
  }

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

  .navbar7_link.mobile {
    color: var(--da-kine-black);
  }

  .navbar7_menu-right {
    flex-direction: column;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    align-items: stretch;
    margin-top: 1.5rem;
  }

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

  .menu-icon {
    width: 48px;
    height: 48px;
    color: var(--white);
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-right: -.5rem;
    padding-bottom: 0;
    padding-right: 0;
    display: flex;
  }

  .menu-icon_line-top {
    width: 24px;
    height: 2px;
    color: var(--white);
    background-color: #fff;
    padding-bottom: 0;
    padding-right: 0;
  }

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

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

  .menu-icon_line-bottom {
    background-color: #000;
    width: 24px;
    height: 2px;
    padding-bottom: 0;
    padding-right: 0;
  }

  .container-3 {
    max-width: 768px;
  }

  .testimonial18_list {
    column-count: 2;
  }

  .mask {
    width: 50%;
  }

  .mask._2 {
    width: 75%;
  }

  .div-block-172 {
    width: 33%;
    height: 214px;
  }

  .ev2_btn01 {
    justify-content: center;
  }

  .ev1_junk-drawer-wrapper {
    grid-column-gap: 26px;
    grid-template-columns: 1fr 1fr 1fr;
  }

  .ev1_junk-drawer-wrapper.dark-2 {
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }

  .pitfall-wrapper {
    margin-top: 45px;
  }

  .hero-heading1 {
    max-width: 696px;
    font-size: 63px;
  }

  .main-section-heading.dark.large.s {
    max-width: 747px;
    font-size: 70px;
  }

  .main-section-heading.black-large._2._5 {
    margin-bottom: 7px;
    padding-bottom: 13px;
  }

  .ev1_junk-drawer-column {
    align-items: center;
  }

  .hero-text01 {
    font-size: 1.5rem;
  }

  .ev1_nav06_link {
    display: none;
  }

  .ev1_nav06__hamburger-lines {
    width: 1.25rem;
    height: 1rem;
  }

  .ev1_nav06_hamburger-wrapper {
    box-shadow: 0 2px 5px 0 var(--da-kine-black);
  }

  .pitfall-p {
    font-size: 15px;
  }

  .ev1_nav06_link-text {
    font-size: 1.1rem;
  }

  .ev1_junk-drawer-title {
    margin-bottom: 0;
  }

  .ev1_nav06_hamburger-button, .ev1_nav06_hamburger-button.w--open {
    background-color: #fff0;
  }

  .pitfall-title {
    text-align: center;
    font-size: 25px;
  }

  .div-block-184 {
    padding-right: 0;
  }

  .video-block-2 {
    margin-top: 0;
    margin-bottom: 24px;
  }

  .container-2grid {
    grid-template-columns: 1fr;
  }

  .trd-heading {
    font-size: 70px;
  }

  .div-block-214 {
    padding-top: 15px;
  }

  .paragraph-35 {
    font-size: 1rem;
  }

  .heading-58 {
    width: 100%;
    font-size: 43px;
  }
}

@media screen and (max-width: 767px) {
  .link-container {
    z-index: 20;
  }

  .nav-button {
    display: none;
  }

  .container {
    padding-bottom: 47px;
  }

  .container.padding-bottom-large {
    padding-top: 2rem;
    padding-bottom: 27px;
  }

  .main-wrapper.schedule-call {
    width: 100%;
  }

  .footer {
    border-radius: 30px;
    width: 92%;
    margin-top: 3vh;
    margin-bottom: 4vh;
  }

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

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

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

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

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

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

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

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

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

  .text-size-regular {
    background-color: #fff;
    border-radius: 30px;
    padding: 1.5rem;
  }

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

  .text-style-quote {
    font-size: 1.125rem;
  }

  .button-group {
    justify-content: center;
    align-self: center;
  }

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

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

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

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

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

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

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

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

  .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-vertical {
    margin-left: 0;
    margin-right: 0;
  }

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

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

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

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

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

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

  .navbar7_component {
    min-height: 4rem;
  }

  .navbar7_menu {
    padding-bottom: 6rem;
  }

  .about_copy-wrapper_pg {
    padding-right: 0;
  }

  .about_image-wrapper_pg {
    width: 336px;
    padding-top: 20px;
  }

  .section_about_pg {
    background-color: #dce2e5;
    background-image: linear-gradient(#e1e8ee, #fff);
    border-top-left-radius: 50px;
    border-top-right-radius: 50px;
  }

  .section-header {
    text-align: center;
    line-height: 1;
  }

  .side-by-side.left-heavy {
    grid-template-columns: 1.5fr;
  }

  .section_reviews_pg {
    z-index: 10;
  }

  .image-6 {
    width: 142px;
  }

  .section_price_pg {
    z-index: 10;
  }

  .button-holder1 {
    flex-flow: column;
  }

  .container-3 {
    max-width: 480px;
  }

  .testimonial18_list {
    column-count: 1;
  }

  .arrow {
    top: -83px;
  }

  .testimonial18_card {
    padding: 1.5rem;
  }

  .mask {
    width: 100%;
  }

  .mask._2 {
    width: 120%;
    left: -10%;
  }

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

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

  .text-block-101 {
    max-width: 282px;
    line-height: 1.2;
  }

  .net01 {
    aspect-ratio: auto;
    background-color: #0e131a;
    background-image: none;
    padding-top: 12px;
    padding-bottom: 12px;
  }

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

  .player {
    padding: 2px 11px;
    font-size: 1rem;
  }

  .div-block-179 {
    width: 358px;
  }

  .div-block-172 {
    width: 100%;
    max-width: 480px;
    height: 224px;
    margin-top: 0;
    margin-bottom: 0;
  }

  .div-block-15 {
    flex-flow: column;
    max-width: 400px;
  }

  .ev1_nav06_cont-left {
    border-right-style: none;
    flex: none;
  }

  .image-scroller {
    flex-direction: column;
    justify-content: flex-start;
    width: 100vw;
    height: 40vw;
    display: none;
    position: absolute;
    inset: auto 0% 0%;
  }

  .ev2_btn01.ghost {
    display: none;
  }

  .ev2_btn01.ghost._2 {
    display: flex;
  }

  .ev2_btn01.special {
    padding: .75rem 13px;
  }

  .ev1_junk-drawer-wrapper {
    grid-row-gap: 13px;
    grid-template-columns: 1fr;
  }

  .ev1_junk-drawer-wrapper.dark-2 {
    grid-template-columns: 1fr;
  }

  .heading-8 {
    font-size: 20px;
  }

  .pitfall-wrapper {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-flow: column;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    justify-content: flex-start;
    place-items: start center;
    margin-top: 35px;
    margin-bottom: 35px;
    display: grid;
  }

  .div-block-173 {
    justify-content: center;
    align-items: center;
    max-width: 480px;
    padding-top: 18px;
    padding-left: 0;
    padding-right: 0;
  }

  .div-block-173.right {
    text-align: center;
    justify-content: center;
    align-items: center;
    padding-left: 0;
    padding-right: 0;
  }

  .hero-heading1 {
    max-width: 470px;
    font-size: 50px;
  }

  .main-section-heading {
    padding-bottom: 18px;
    font-size: 34px;
  }

  .main-section-heading.dark.large.s {
    max-width: 470px;
    padding-bottom: 0;
    font-size: 42px;
  }

  .main-section-heading.black-large {
    font-size: 57px;
  }

  .main-section-heading.black-large._2._5 {
    border-bottom-style: none;
    padding-bottom: 0;
    font-size: 60px;
  }

  .main-section-heading.black-large._3 {
    max-width: 480px;
    font-size: 68px;
  }

  .main-section-heading.black-large._4 {
    max-width: 480px;
    font-size: 34px;
  }

  .main-section-heading._2 {
    max-width: 480px;
    padding-left: 1px;
    padding-right: 1px;
    font-size: 38px;
  }

  .ev1_junk-drawer-column {
    align-items: flex-start;
  }

  .three-category-holder {
    justify-content: flex-start;
    padding-top: 28px;
    padding-bottom: 28px;
  }

  .hero-text01 {
    font-size: 1.2rem;
  }

  .ev1_nav06_logo-link {
    padding-top: 9px;
    padding-bottom: 9px;
  }

  .pitfall-p, .pitfall-p.right {
    text-align: center;
  }

  .right-image-scroll {
    width: 200vw;
  }

  .ev1_junk-drawer-link {
    line-height: 20px;
  }

  .container-4.center {
    padding-left: 0;
    padding-right: 0;
  }

  .container-4.hero {
    padding-top: 20px;
  }

  .container-4._2grid {
    grid-template-columns: 1fr;
  }

  .div-block-14 {
    background-color: #0000;
  }

  .ev1_nav06_logo-img {
    width: 125px;
  }

  .left-image-scroll {
    width: 200vw;
  }

  .text-block-104 {
    display: none;
  }

  .pitfall-title {
    font-size: 25px;
  }

  .div-block-184 {
    border-left-style: none;
  }

  .promo-section {
    background-color: #fff0;
    background-image: none;
    padding-top: 0;
  }

  .video-block-2 {
    padding: 9px;
  }

  .trd-heading {
    max-width: 480px;
    font-size: 48px;
  }

  .div-block-210 {
    grid-template-columns: 1fr 1fr 1fr;
  }

  .past-exp {
    font-size: 49px;
  }

  .text-size-medium-3 {
    font-size: 1rem;
  }

  .faq-cat-text {
    text-align: center;
    font-size: 24px;
  }

  .faq2_icon-wrapper {
    width: 1.75rem;
    height: 1.75rem;
  }

  .faq-category {
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .div-block-213 {
    padding-left: 18px;
    padding-right: 18px;
  }

  .faq2_question {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }

  .price-info-wrapper {
    justify-content: center;
    align-items: center;
  }

  .price-number-wrapper {
    max-width: 480px;
  }

  .pricing10_feature {
    font-size: 1rem;
  }

  .text-block-112 {
    font-size: 69px;
  }

  .text-block-115 {
    font-size: .9rem;
  }
}

@media screen and (max-width: 479px) {
  .link-container {
    flex-direction: column;
  }

  .container {
    padding-left: 11px;
    padding-right: 11px;
  }

  .container.padding-bottom-large {
    padding-top: 0;
  }

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

  .button {
    font-size: 1rem;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

  .about_copy-wrapper_pg {
    padding-right: 0;
  }

  .about_image-wrapper_pg {
    width: 257px;
  }

  .text-block-3 {
    width: 140px;
    height: 140px;
    font-size: 16px;
  }

  .section-header {
    padding-top: 30px;
  }

  .side-by-side.left-heavy {
    flex-direction: column;
    grid-template-columns: 1fr;
    display: flex;
  }

  .review-wrapper_pg {
    flex-direction: column;
  }

  .image-6 {
    padding-bottom: 18px;
  }

  .div-block-115 {
    grid-template-columns: 1fr;
  }

  .what-matter01_heading-3 {
    font-size: 1.75rem;
  }

  .container-3 {
    padding-left: .6rem;
    padding-right: .6rem;
  }

  .container-3.specialv4 {
    padding-left: .2rem;
    padding-right: .2rem;
  }

  .mask {
    width: 100%;
  }

  .div-block-178 {
    grid-template-columns: 1fr;
  }

  .button-4 {
    font-size: 1rem;
  }

  .teaml {
    padding: 19px 9px;
  }

  .player {
    max-height: 54px;
    font-size: .85rem;
  }

  .heading-56 {
    font-size: 1.9rem;
  }

  .heading-56._2 {
    font-size: 1.6rem;
  }

  .div-block-179 {
    border-top-left-radius: 40px;
    border-top-right-radius: 40px;
    width: 223px;
  }

  .div-block-172 {
    width: 85%;
    height: 170px;
  }

  .ev1_nav06_cont-wrapper {
    flex-flow: column;
    justify-content: space-between;
    align-items: center;
  }

  .ev1_nav06_hamburger-container {
    padding: 27px;
  }

  .ev2_btn01_text {
    font-size: 1rem;
  }

  .div-block-15 {
    flex-direction: column;
  }

  .ev1_nav06_cont-left {
    width: 201px;
  }

  .ev2_btn01.special {
    display: none;
  }

  .ev1_junk-drawer-wrapper {
    grid-row-gap: 24px;
    grid-template-columns: 1fr;
  }

  .heading-8 {
    margin-top: 9px;
  }

  .div-block-173 {
    max-width: 350px;
  }

  .hero-heading1 {
    max-width: 350px;
    font-size: 36px;
  }

  .main-section-heading {
    padding-bottom: 13px;
    padding-left: 12px;
    padding-right: 12px;
    font-size: 31px;
  }

  .main-section-heading.black-large {
    max-width: 350px;
    font-size: 51px;
  }

  .main-section-heading.black-large._3 {
    max-width: 350px;
    font-size: 57px;
  }

  .main-section-heading._2 {
    max-width: 350px;
    padding-bottom: 0;
    font-size: 29px;
  }

  .three-category-holder {
    padding-top: 9px;
    padding-bottom: 15px;
  }

  .hero-text01 {
    font-size: 1.1rem;
  }

  .container-4.hero {
    min-height: 654px;
    padding-top: 0;
  }

  .ev1_nav06_logo-img {
    width: 194px;
  }

  .pitfall-title {
    font-size: 20px;
  }

  .video-block-2 {
    padding: 0;
  }

  .trd-heading {
    max-width: 350px;
    font-size: 41px;
  }

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

  .container-8.center {
    padding-left: 12px;
    padding-right: 12px;
  }

  .div-block-213 {
    padding-left: 10px;
    padding-right: 10px;
  }
}

#w-node-_3c63a448-d80d-09fd-6964-4f6085cd1e9d-7b62738e, #w-node-_3c63a448-d80d-09fd-6964-4f6085cd1ea0-7b62738e, #w-node-_3c63a448-d80d-09fd-6964-4f6085cd1ea1-7b62738e {
  align-self: center;
}

#w-node-ba76c7e0-883d-84c2-c30f-7d2c01d502aa-7b62738e, #w-node-b6ac3efc-a41d-0417-55c1-36ad4874500f-7b62738e, #w-node-_80be56a3-8d2f-f4f4-afa2-14a9ceebc9f4-7b62738e, #w-node-ba76c7e0-883d-84c2-c30f-7d2c01d502c0-7b62738e, #w-node-ba76c7e0-883d-84c2-c30f-7d2c01d502cb-7b62738e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_66e99b8d-f461-0ac1-f680-8c3027615a23-7b62738e, #w-node-_66e99b8d-f461-0ac1-f680-8c3027615a28-7b62738e, #w-node-_66e99b8d-f461-0ac1-f680-8c3027615a2d-7b62738e, #w-node-_66e99b8d-f461-0ac1-f680-8c3027615a32-7b62738e {
  align-self: start;
}

#w-node-_1d6ea9fa-f460-aee7-d91a-19d83076bf71-7b62738f {
  justify-self: start;
}

#w-node-_1d6ea9fa-f460-aee7-d91a-19d83076bf73-7b62738f {
  justify-self: center;
}

#w-node-_1d6ea9fa-f460-aee7-d91a-19d83076bf8b-7b62738f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_1d6ea9fa-f460-aee7-d91a-19d83076bf8c-7b62738f {
  justify-self: start;
}

#w-node-_1d6ea9fa-f460-aee7-d91a-19d83076bf90-7b62738f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_1d6ea9fa-f460-aee7-d91a-19d83076bf91-7b62738f {
  justify-self: start;
}

#w-node-_1d6ea9fa-f460-aee7-d91a-19d83076bf95-7b62738f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_1d6ea9fa-f460-aee7-d91a-19d83076bf96-7b62738f {
  justify-self: start;
}

#w-node-_1d6ea9fa-f460-aee7-d91a-19d83076bf9a-7b62738f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_1d6ea9fa-f460-aee7-d91a-19d83076bf9b-7b62738f {
  justify-self: start;
}

#w-node-_1d6ea9fa-f460-aee7-d91a-19d83076bf9f-7b62738f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_1d6ea9fa-f460-aee7-d91a-19d83076bfa0-7b62738f {
  justify-self: start;
}

#w-node-_1d6ea9fa-f460-aee7-d91a-19d83076bfa4-7b62738f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_1d6ea9fa-f460-aee7-d91a-19d83076bfa5-7b62738f {
  justify-self: start;
}

#w-node-_1d6ea9fa-f460-aee7-d91a-19d83076bfaf-7b62738f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_1d6ea9fa-f460-aee7-d91a-19d83076bfb0-7b62738f {
  justify-self: start;
}

#w-node-_1d6ea9fa-f460-aee7-d91a-19d83076bfb4-7b62738f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_1d6ea9fa-f460-aee7-d91a-19d83076bfb5-7b62738f {
  justify-self: start;
}

#w-node-_1d6ea9fa-f460-aee7-d91a-19d83076bfb9-7b62738f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_1d6ea9fa-f460-aee7-d91a-19d83076bfba-7b62738f {
  justify-self: start;
}

#w-node-_1d6ea9fa-f460-aee7-d91a-19d83076bfbe-7b62738f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_1d6ea9fa-f460-aee7-d91a-19d83076bfbf-7b62738f {
  justify-self: start;
}

#w-node-_1d6ea9fa-f460-aee7-d91a-19d83076bfc3-7b62738f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_1d6ea9fa-f460-aee7-d91a-19d83076bfc4-7b62738f {
  justify-self: start;
}

#w-node-_1d6ea9fa-f460-aee7-d91a-19d83076bfc8-7b62738f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_1d6ea9fa-f460-aee7-d91a-19d83076bfc9-7b62738f {
  justify-self: start;
}

#w-node-_1d6ea9fa-f460-aee7-d91a-19d83076bfd3-7b62738f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_1d6ea9fa-f460-aee7-d91a-19d83076bfd4-7b62738f {
  justify-self: start;
}

#w-node-_1d6ea9fa-f460-aee7-d91a-19d83076bfd8-7b62738f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_1d6ea9fa-f460-aee7-d91a-19d83076bfd9-7b62738f {
  justify-self: start;
}

#w-node-_1d6ea9fa-f460-aee7-d91a-19d83076bfdd-7b62738f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_1d6ea9fa-f460-aee7-d91a-19d83076bfde-7b62738f {
  justify-self: start;
}

#w-node-_1d6ea9fa-f460-aee7-d91a-19d83076bfe2-7b62738f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_1d6ea9fa-f460-aee7-d91a-19d83076bfe3-7b62738f {
  justify-self: start;
}

#w-node-_1d6ea9fa-f460-aee7-d91a-19d83076bfec-7b62738f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_1d6ea9fa-f460-aee7-d91a-19d83076bfed-7b62738f {
  justify-self: start;
}

#w-node-_1d6ea9fa-f460-aee7-d91a-19d83076bff6-7b62738f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_1d6ea9fa-f460-aee7-d91a-19d83076bff7-7b62738f {
  justify-self: start;
}

#w-node-_1d6ea9fa-f460-aee7-d91a-19d83076c009-7b62738f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_1d6ea9fa-f460-aee7-d91a-19d83076c00a-7b62738f {
  justify-self: start;
}

#w-node-_1d6ea9fa-f460-aee7-d91a-19d83076c00e-7b62738f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_1d6ea9fa-f460-aee7-d91a-19d83076c00f-7b62738f {
  justify-self: start;
}

#w-node-_1d6ea9fa-f460-aee7-d91a-19d83076c013-7b62738f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_1d6ea9fa-f460-aee7-d91a-19d83076c014-7b62738f {
  justify-self: start;
}

#w-node-_1d6ea9fa-f460-aee7-d91a-19d83076c018-7b62738f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_1d6ea9fa-f460-aee7-d91a-19d83076c019-7b62738f {
  justify-self: start;
}

#w-node-_1d6ea9fa-f460-aee7-d91a-19d83076c01d-7b62738f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_1d6ea9fa-f460-aee7-d91a-19d83076c01e-7b62738f {
  justify-self: start;
}

#w-node-_1d6ea9fa-f460-aee7-d91a-19d83076c028-7b62738f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_1d6ea9fa-f460-aee7-d91a-19d83076c029-7b62738f {
  justify-self: start;
}

#w-node-_1d6ea9fa-f460-aee7-d91a-19d83076c02d-7b62738f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_1d6ea9fa-f460-aee7-d91a-19d83076c02e-7b62738f {
  justify-self: start;
}

#w-node-_1d6ea9fa-f460-aee7-d91a-19d83076c032-7b62738f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_1d6ea9fa-f460-aee7-d91a-19d83076c033-7b62738f {
  justify-self: start;
}

#w-node-_1d6ea9fa-f460-aee7-d91a-19d83076c037-7b62738f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_1d6ea9fa-f460-aee7-d91a-19d83076c038-7b62738f {
  justify-self: start;
}

#w-node-_1d6ea9fa-f460-aee7-d91a-19d83076c03c-7b62738f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_1d6ea9fa-f460-aee7-d91a-19d83076c03d-7b62738f {
  justify-self: start;
}

#w-node-_1d6ea9fa-f460-aee7-d91a-19d83076c041-7b62738f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_1d6ea9fa-f460-aee7-d91a-19d83076c042-7b62738f {
  justify-self: start;
}

#w-node-_1d6ea9fa-f460-aee7-d91a-19d83076c04d-7b62738f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_1d6ea9fa-f460-aee7-d91a-19d83076c04e-7b62738f {
  justify-self: start;
}

#w-node-_1d6ea9fa-f460-aee7-d91a-19d83076c052-7b62738f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_1d6ea9fa-f460-aee7-d91a-19d83076c053-7b62738f {
  justify-self: start;
}

#w-node-_1d6ea9fa-f460-aee7-d91a-19d83076c057-7b62738f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_1d6ea9fa-f460-aee7-d91a-19d83076c058-7b62738f {
  justify-self: start;
}

#w-node-_1d6ea9fa-f460-aee7-d91a-19d83076c05c-7b62738f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_1d6ea9fa-f460-aee7-d91a-19d83076c05d-7b62738f {
  justify-self: start;
}

#w-node-_1d6ea9fa-f460-aee7-d91a-19d83076c061-7b62738f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_1d6ea9fa-f460-aee7-d91a-19d83076c062-7b62738f {
  justify-self: start;
}

#w-node-_1d6ea9fa-f460-aee7-d91a-19d83076c066-7b62738f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_1d6ea9fa-f460-aee7-d91a-19d83076c067-7b62738f {
  justify-self: start;
}

#w-node-_1d6ea9fa-f460-aee7-d91a-19d83076c06b-7b62738f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_1d6ea9fa-f460-aee7-d91a-19d83076c06c-7b62738f {
  justify-self: start;
}

#w-node-_1d6ea9fa-f460-aee7-d91a-19d83076c070-7b62738f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_1d6ea9fa-f460-aee7-d91a-19d83076c071-7b62738f {
  justify-self: start;
}

#w-node-_1d6ea9fa-f460-aee7-d91a-19d83076c075-7b62738f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_1d6ea9fa-f460-aee7-d91a-19d83076c076-7b62738f {
  justify-self: start;
}

#w-node-_1d6ea9fa-f460-aee7-d91a-19d83076c080-7b62738f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_1d6ea9fa-f460-aee7-d91a-19d83076c081-7b62738f {
  justify-self: start;
}

#w-node-_1d6ea9fa-f460-aee7-d91a-19d83076c085-7b62738f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_1d6ea9fa-f460-aee7-d91a-19d83076c086-7b62738f {
  justify-self: start;
}

#w-node-_1d6ea9fa-f460-aee7-d91a-19d83076c08a-7b62738f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_1d6ea9fa-f460-aee7-d91a-19d83076c08b-7b62738f {
  justify-self: start;
}

#w-node-_1d6ea9fa-f460-aee7-d91a-19d83076c092-7b62738f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_1d6ea9fa-f460-aee7-d91a-19d83076c093-7b62738f {
  justify-self: start;
}

#w-node-_1d6ea9fa-f460-aee7-d91a-19d83076c0d7-7b62738f, #w-node-_1d6ea9fa-f460-aee7-d91a-19d83076c0f7-7b62738f, #w-node-_1d6ea9fa-f460-aee7-d91a-19d83076c0ff-7b62738f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_1d6ea9fa-f460-aee7-d91a-19d83076c100-7b62738f {
  justify-self: start;
}

#w-node-_1d6ea9fa-f460-aee7-d91a-19d83076c105-7b62738f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_1d6ea9fa-f460-aee7-d91a-19d83076c106-7b62738f {
  justify-self: start;
}

#w-node-_1d6ea9fa-f460-aee7-d91a-19d83076c115-7b62738f, #w-node-_1d6ea9fa-f460-aee7-d91a-19d83076c121-7b62738f, #w-node-_1d6ea9fa-f460-aee7-d91a-19d83076c12b-7b62738f, #w-node-_1d6ea9fa-f460-aee7-d91a-19d83076c12e-7b62738f, #w-node-_1d6ea9fa-f460-aee7-d91a-19d83076c12f-7b62738f, #w-node-_1d6ea9fa-f460-aee7-d91a-19d83076c132-7b62738f, #w-node-_1d6ea9fa-f460-aee7-d91a-19d83076c133-7b62738f, #w-node-_1d6ea9fa-f460-aee7-d91a-19d83076c136-7b62738f, #w-node-_1d6ea9fa-f460-aee7-d91a-19d83076c137-7b62738f, #w-node-_1d6ea9fa-f460-aee7-d91a-19d83076c13b-7b62738f, #w-node-_1d6ea9fa-f460-aee7-d91a-19d83076c13e-7b62738f, #w-node-_1d6ea9fa-f460-aee7-d91a-19d83076c13f-7b62738f, #w-node-_1d6ea9fa-f460-aee7-d91a-19d83076c142-7b62738f, #w-node-_1d6ea9fa-f460-aee7-d91a-19d83076c143-7b62738f, #w-node-_1d6ea9fa-f460-aee7-d91a-19d83076c146-7b62738f, #w-node-_1d6ea9fa-f460-aee7-d91a-19d83076c14e-7b62738f, #w-node-_1d6ea9fa-f460-aee7-d91a-19d83076c14f-7b62738f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_1d6ea9fa-f460-aee7-d91a-19d83076c150-7b62738f {
  justify-self: start;
}

#w-node-_1d6ea9fa-f460-aee7-d91a-19d83076c152-7b62738f, #w-node-_1d6ea9fa-f460-aee7-d91a-19d83076c155-7b62738f, #w-node-_1d6ea9fa-f460-aee7-d91a-19d83076c156-7b62738f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_1d6ea9fa-f460-aee7-d91a-19d83076c157-7b62738f {
  justify-self: start;
}

#w-node-_1d6ea9fa-f460-aee7-d91a-19d83076c15b-7b62738f, #w-node-_1d6ea9fa-f460-aee7-d91a-19d83076c15e-7b62738f, #w-node-_1d6ea9fa-f460-aee7-d91a-19d83076c15f-7b62738f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_1d6ea9fa-f460-aee7-d91a-19d83076c160-7b62738f {
  justify-self: start;
}

#w-node-_1d6ea9fa-f460-aee7-d91a-19d83076c164-7b62738f, #w-node-_1d6ea9fa-f460-aee7-d91a-19d83076c168-7b62738f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_1d6ea9fa-f460-aee7-d91a-19d83076c169-7b62738f {
  justify-self: start;
}

#w-node-_1d6ea9fa-f460-aee7-d91a-19d83076c16f-7b62738f, #w-node-_1d6ea9fa-f460-aee7-d91a-19d83076c172-7b62738f, #w-node-_1d6ea9fa-f460-aee7-d91a-19d83076c173-7b62738f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_1d6ea9fa-f460-aee7-d91a-19d83076c174-7b62738f {
  justify-self: start;
}

#w-node-_1d6ea9fa-f460-aee7-d91a-19d83076c178-7b62738f, #w-node-_1d6ea9fa-f460-aee7-d91a-19d83076c17b-7b62738f, #w-node-_1d6ea9fa-f460-aee7-d91a-19d83076c17c-7b62738f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_1d6ea9fa-f460-aee7-d91a-19d83076c17d-7b62738f {
  justify-self: start;
}

#w-node-_1d6ea9fa-f460-aee7-d91a-19d83076c183-7b62738f, #w-node-_1d6ea9fa-f460-aee7-d91a-19d83076c187-7b62738f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_1d6ea9fa-f460-aee7-d91a-19d83076c188-7b62738f {
  justify-self: start;
}

#w-node-_1d6ea9fa-f460-aee7-d91a-19d83076c18c-7b62738f, #w-node-_1d6ea9fa-f460-aee7-d91a-19d83076c18f-7b62738f, #w-node-_1d6ea9fa-f460-aee7-d91a-19d83076c194-7b62738f, #w-node-_1d6ea9fa-f460-aee7-d91a-19d83076c195-7b62738f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_1d6ea9fa-f460-aee7-d91a-19d83076c196-7b62738f {
  justify-self: start;
}

#w-node-_1d6ea9fa-f460-aee7-d91a-19d83076c19a-7b62738f, #w-node-_1d6ea9fa-f460-aee7-d91a-19d83076c19d-7b62738f, #w-node-_1d6ea9fa-f460-aee7-d91a-19d83076c19e-7b62738f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_1d6ea9fa-f460-aee7-d91a-19d83076c19f-7b62738f {
  justify-self: start;
}

#w-node-_1d6ea9fa-f460-aee7-d91a-19d83076c1a5-7b62738f, #w-node-_1d6ea9fa-f460-aee7-d91a-19d83076c1a8-7b62738f, #w-node-_1d6ea9fa-f460-aee7-d91a-19d83076c1a9-7b62738f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_1d6ea9fa-f460-aee7-d91a-19d83076c1aa-7b62738f {
  justify-self: start;
}

#w-node-_1d6ea9fa-f460-aee7-d91a-19d83076c1b0-7b62738f, #w-node-_1d6ea9fa-f460-aee7-d91a-19d83076c1b3-7b62738f, #w-node-_1d6ea9fa-f460-aee7-d91a-19d83076c1b4-7b62738f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_1d6ea9fa-f460-aee7-d91a-19d83076c1b5-7b62738f {
  justify-self: start;
}

#w-node-_1d6ea9fa-f460-aee7-d91a-19d83076c1bd-7b62738f, #w-node-_1d6ea9fa-f460-aee7-d91a-19d83076c1c0-7b62738f, #w-node-_1d6ea9fa-f460-aee7-d91a-19d83076c1c1-7b62738f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_1d6ea9fa-f460-aee7-d91a-19d83076c1c2-7b62738f {
  justify-self: start;
}

#w-node-_1d6ea9fa-f460-aee7-d91a-19d83076c1ce-7b62738f, #w-node-_1d6ea9fa-f460-aee7-d91a-19d83076c1cf-7b62738f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_1d6ea9fa-f460-aee7-d91a-19d83076c1d0-7b62738f {
  justify-self: start;
}

#w-node-_1d6ea9fa-f460-aee7-d91a-19d83076c1d4-7b62738f, #w-node-_1d6ea9fa-f460-aee7-d91a-19d83076c1d9-7b62738f, #w-node-_1d6ea9fa-f460-aee7-d91a-19d83076c1da-7b62738f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_1d6ea9fa-f460-aee7-d91a-19d83076c1db-7b62738f {
  justify-self: start;
}

#w-node-_1d6ea9fa-f460-aee7-d91a-19d83076c1e1-7b62738f, #w-node-_1d6ea9fa-f460-aee7-d91a-19d83076c1e6-7b62738f, #w-node-_1d6ea9fa-f460-aee7-d91a-19d83076c1e7-7b62738f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_1d6ea9fa-f460-aee7-d91a-19d83076c1e8-7b62738f {
  justify-self: start;
}

#w-node-_1d6ea9fa-f460-aee7-d91a-19d83076c1ee-7b62738f, #w-node-_1d6ea9fa-f460-aee7-d91a-19d83076c1f3-7b62738f, #w-node-_1d6ea9fa-f460-aee7-d91a-19d83076c1f4-7b62738f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_1d6ea9fa-f460-aee7-d91a-19d83076c1f5-7b62738f {
  justify-self: start;
}

#w-node-_1d6ea9fa-f460-aee7-d91a-19d83076c1fd-7b62738f, #w-node-_1d6ea9fa-f460-aee7-d91a-19d83076c203-7b62738f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_1d6ea9fa-f460-aee7-d91a-19d83076c204-7b62738f {
  justify-self: start;
}

#w-node-_1d6ea9fa-f460-aee7-d91a-19d83076c20a-7b62738f, #w-node-_1d6ea9fa-f460-aee7-d91a-19d83076c20f-7b62738f, #w-node-_1d6ea9fa-f460-aee7-d91a-19d83076c210-7b62738f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_1d6ea9fa-f460-aee7-d91a-19d83076c211-7b62738f {
  justify-self: start;
}

#w-node-_1d6ea9fa-f460-aee7-d91a-19d83076c215-7b62738f, #w-node-_1d6ea9fa-f460-aee7-d91a-19d83076c218-7b62738f, #w-node-_1d6ea9fa-f460-aee7-d91a-19d83076c219-7b62738f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_1d6ea9fa-f460-aee7-d91a-19d83076c21a-7b62738f {
  justify-self: start;
}

#w-node-_1d6ea9fa-f460-aee7-d91a-19d83076c220-7b62738f, #w-node-_1d6ea9fa-f460-aee7-d91a-19d83076c223-7b62738f, #w-node-_1d6ea9fa-f460-aee7-d91a-19d83076c224-7b62738f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_1d6ea9fa-f460-aee7-d91a-19d83076c225-7b62738f {
  justify-self: start;
}

#w-node-_1d6ea9fa-f460-aee7-d91a-19d83076c22b-7b62738f, #w-node-_1d6ea9fa-f460-aee7-d91a-19d83076c22e-7b62738f, #w-node-_1d6ea9fa-f460-aee7-d91a-19d83076c22f-7b62738f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_1d6ea9fa-f460-aee7-d91a-19d83076c230-7b62738f {
  justify-self: start;
}

#w-node-_1d6ea9fa-f460-aee7-d91a-19d83076c238-7b62738f, #w-node-_1d6ea9fa-f460-aee7-d91a-19d83076c23b-7b62738f, #w-node-_1d6ea9fa-f460-aee7-d91a-19d83076c23c-7b62738f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_1d6ea9fa-f460-aee7-d91a-19d83076c23d-7b62738f {
  justify-self: start;
}

#w-node-_1d6ea9fa-f460-aee7-d91a-19d83076c243-7b62738f, #w-node-_1d6ea9fa-f460-aee7-d91a-19d83076c246-7b62738f, #w-node-_1d6ea9fa-f460-aee7-d91a-19d83076c247-7b62738f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_1d6ea9fa-f460-aee7-d91a-19d83076c248-7b62738f {
  justify-self: start;
}

#w-node-_1d6ea9fa-f460-aee7-d91a-19d83076c250-7b62738f, #w-node-_1d6ea9fa-f460-aee7-d91a-19d83076c254-7b62738f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_1d6ea9fa-f460-aee7-d91a-19d83076c255-7b62738f {
  justify-self: start;
}

#w-node-_1d6ea9fa-f460-aee7-d91a-19d83076c25b-7b62738f, #w-node-_1d6ea9fa-f460-aee7-d91a-19d83076c263-7b62738f, #w-node-_1d6ea9fa-f460-aee7-d91a-19d83076c264-7b62738f, #w-node-_1d6ea9fa-f460-aee7-d91a-19d83076c265-7b62738f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_1d6ea9fa-f460-aee7-d91a-19d83076c266-7b62738f {
  justify-self: start;
}

#w-node-_1d6ea9fa-f460-aee7-d91a-19d83076c268-7b62738f, #w-node-_1d6ea9fa-f460-aee7-d91a-19d83076c26b-7b62738f, #w-node-_1d6ea9fa-f460-aee7-d91a-19d83076c26f-7b62738f, #w-node-_1d6ea9fa-f460-aee7-d91a-19d83076c270-7b62738f, #w-node-_1d6ea9fa-f460-aee7-d91a-19d83076c271-7b62738f, #w-node-_1d6ea9fa-f460-aee7-d91a-19d83076c27a-7b62738f, #w-node-_1d6ea9fa-f460-aee7-d91a-19d83076c27b-7b62738f, #w-node-_1d6ea9fa-f460-aee7-d91a-19d83076c27c-7b62738f, #w-node-_1d6ea9fa-f460-aee7-d91a-19d83076c285-7b62738f, #w-node-_1d6ea9fa-f460-aee7-d91a-19d83076c286-7b62738f, #w-node-_1d6ea9fa-f460-aee7-d91a-19d83076c287-7b62738f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_1d6ea9fa-f460-aee7-d91a-19d83076c288-7b62738f {
  justify-self: start;
}

#w-node-_1d6ea9fa-f460-aee7-d91a-19d83076c28e-7b62738f, #w-node-_1d6ea9fa-f460-aee7-d91a-19d83076c28f-7b62738f, #w-node-_1d6ea9fa-f460-aee7-d91a-19d83076c290-7b62738f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_1d6ea9fa-f460-aee7-d91a-19d83076c291-7b62738f {
  justify-self: start;
}

#w-node-_1d6ea9fa-f460-aee7-d91a-19d83076c293-7b62738f, #w-node-_1d6ea9fa-f460-aee7-d91a-19d83076c297-7b62738f, #w-node-_1d6ea9fa-f460-aee7-d91a-19d83076c298-7b62738f, #w-node-_1d6ea9fa-f460-aee7-d91a-19d83076c299-7b62738f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_1d6ea9fa-f460-aee7-d91a-19d83076c29a-7b62738f, #w-node-_1d6ea9fa-f460-aee7-d91a-19d83076c29c-7b62738f {
  justify-self: start;
}

#w-node-_1d6ea9fa-f460-aee7-d91a-19d83076c308-7b62738f, #w-node-_1d6ea9fa-f460-aee7-d91a-19d83076c30c-7b62738f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_1d6ea9fa-f460-aee7-d91a-19d83076c30d-7b62738f {
  justify-self: start;
}

#w-node-_1d6ea9fa-f460-aee7-d91a-19d83076c30f-7b62738f {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-_1d6ea9fa-f460-aee7-d91a-19d83076c311-7b62738f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_1d6ea9fa-f460-aee7-d91a-19d83076c312-7b62738f {
  justify-self: start;
}

#w-node-_1d6ea9fa-f460-aee7-d91a-19d83076c314-7b62738f {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-_1d6ea9fa-f460-aee7-d91a-19d83076c316-7b62738f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_1d6ea9fa-f460-aee7-d91a-19d83076c317-7b62738f {
  justify-self: start;
}

#w-node-_1d6ea9fa-f460-aee7-d91a-19d83076c319-7b62738f {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-_1d6ea9fa-f460-aee7-d91a-19d83076c31b-7b62738f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_1d6ea9fa-f460-aee7-d91a-19d83076c31c-7b62738f {
  justify-self: start;
}

#w-node-_1d6ea9fa-f460-aee7-d91a-19d83076c31e-7b62738f {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-_1d6ea9fa-f460-aee7-d91a-19d83076c320-7b62738f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_1d6ea9fa-f460-aee7-d91a-19d83076c321-7b62738f {
  justify-self: start;
}

#w-node-_1d6ea9fa-f460-aee7-d91a-19d83076c323-7b62738f {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-_1d6ea9fa-f460-aee7-d91a-19d83076c325-7b62738f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_1d6ea9fa-f460-aee7-d91a-19d83076c326-7b62738f {
  justify-self: start;
}

#w-node-_1d6ea9fa-f460-aee7-d91a-19d83076c328-7b62738f, #w-node-_1d6ea9fa-f460-aee7-d91a-19d83076c32a-7b62738f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_1d6ea9fa-f460-aee7-d91a-19d83076c32b-7b62738f {
  justify-self: start;
}

#w-node-_1d6ea9fa-f460-aee7-d91a-19d83076c32d-7b62738f, #w-node-_1d6ea9fa-f460-aee7-d91a-19d83076c32e-7b62738f, #w-node-_1d6ea9fa-f460-aee7-d91a-19d83076c330-7b62738f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_1d6ea9fa-f460-aee7-d91a-19d83076c331-7b62738f {
  justify-self: start;
}

#w-node-_1d6ea9fa-f460-aee7-d91a-19d83076c333-7b62738f, #w-node-_1d6ea9fa-f460-aee7-d91a-19d83076c334-7b62738f, #w-node-_1d6ea9fa-f460-aee7-d91a-19d83076c336-7b62738f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_1d6ea9fa-f460-aee7-d91a-19d83076c337-7b62738f {
  justify-self: start;
}

#w-node-_1d6ea9fa-f460-aee7-d91a-19d83076c339-7b62738f, #w-node-_1d6ea9fa-f460-aee7-d91a-19d83076c33a-7b62738f, #w-node-_1d6ea9fa-f460-aee7-d91a-19d83076c33c-7b62738f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_1d6ea9fa-f460-aee7-d91a-19d83076c33d-7b62738f {
  justify-self: start;
}

#w-node-_1d6ea9fa-f460-aee7-d91a-19d83076c33f-7b62738f, #w-node-_1d6ea9fa-f460-aee7-d91a-19d83076c345-7b62738f, #w-node-_1d6ea9fa-f460-aee7-d91a-19d83076c349-7b62738f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_1d6ea9fa-f460-aee7-d91a-19d83076c34a-7b62738f {
  justify-self: start;
}

#w-node-_1d6ea9fa-f460-aee7-d91a-19d83076c34c-7b62738f, #w-node-_1d6ea9fa-f460-aee7-d91a-19d83076c34e-7b62738f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_1d6ea9fa-f460-aee7-d91a-19d83076c34f-7b62738f {
  justify-self: start;
}

#w-node-_1d6ea9fa-f460-aee7-d91a-19d83076c351-7b62738f {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-_1d6ea9fa-f460-aee7-d91a-19d83076c353-7b62738f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_1d6ea9fa-f460-aee7-d91a-19d83076c354-7b62738f {
  justify-self: start;
}

#w-node-_1d6ea9fa-f460-aee7-d91a-19d83076c356-7b62738f {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-_1d6ea9fa-f460-aee7-d91a-19d83076c358-7b62738f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_1d6ea9fa-f460-aee7-d91a-19d83076c359-7b62738f {
  justify-self: start;
}

#w-node-_1d6ea9fa-f460-aee7-d91a-19d83076c35b-7b62738f {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-_1d6ea9fa-f460-aee7-d91a-19d83076c35d-7b62738f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_1d6ea9fa-f460-aee7-d91a-19d83076c35e-7b62738f {
  justify-self: start;
}

#w-node-_1d6ea9fa-f460-aee7-d91a-19d83076c360-7b62738f {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-_1d6ea9fa-f460-aee7-d91a-19d83076c362-7b62738f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_1d6ea9fa-f460-aee7-d91a-19d83076c363-7b62738f {
  justify-self: start;
}

#w-node-_1d6ea9fa-f460-aee7-d91a-19d83076c365-7b62738f {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-_1d6ea9fa-f460-aee7-d91a-19d83076c367-7b62738f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_1d6ea9fa-f460-aee7-d91a-19d83076c368-7b62738f {
  justify-self: start;
}

#w-node-_1d6ea9fa-f460-aee7-d91a-19d83076c36a-7b62738f {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-_1d6ea9fa-f460-aee7-d91a-19d83076c36c-7b62738f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_1d6ea9fa-f460-aee7-d91a-19d83076c36d-7b62738f {
  justify-self: start;
}

#w-node-_1d6ea9fa-f460-aee7-d91a-19d83076c36f-7b62738f {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-_1d6ea9fa-f460-aee7-d91a-19d83076c371-7b62738f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_1d6ea9fa-f460-aee7-d91a-19d83076c372-7b62738f {
  justify-self: start;
}

#w-node-_1d6ea9fa-f460-aee7-d91a-19d83076c374-7b62738f {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-_1d6ea9fa-f460-aee7-d91a-19d83076c376-7b62738f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_1d6ea9fa-f460-aee7-d91a-19d83076c377-7b62738f {
  justify-self: start;
}

#w-node-_1d6ea9fa-f460-aee7-d91a-19d83076c379-7b62738f {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-_1d6ea9fa-f460-aee7-d91a-19d83076c37b-7b62738f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_1d6ea9fa-f460-aee7-d91a-19d83076c37c-7b62738f {
  justify-self: start;
}

#w-node-_1d6ea9fa-f460-aee7-d91a-19d83076c37e-7b62738f {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-_1d6ea9fa-f460-aee7-d91a-19d83076c383-7b62738f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_1d6ea9fa-f460-aee7-d91a-19d83076c387-7b62738f {
  justify-self: start;
}

#w-node-_1d6ea9fa-f460-aee7-d91a-19d83076c389-7b62738f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_1d6ea9fa-f460-aee7-d91a-19d83076c38c-7b62738f, #w-node-_1d6ea9fa-f460-aee7-d91a-19d83076c391-7b62738f, #w-node-_1d6ea9fa-f460-aee7-d91a-19d83076c396-7b62738f, #w-node-_1d6ea9fa-f460-aee7-d91a-19d83076c39b-7b62738f, #w-node-_1d6ea9fa-f460-aee7-d91a-19d83076c3a0-7b62738f {
  justify-self: start;
}

#w-node-_1d6ea9fa-f460-aee7-d91a-19d83076c3a7-7b62738f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_1d6ea9fa-f460-aee7-d91a-19d83076c3a8-7b62738f {
  justify-self: start;
}

#w-node-_1d6ea9fa-f460-aee7-d91a-19d83076c3aa-7b62738f, #w-node-_1d6ea9fa-f460-aee7-d91a-19d83076c3ab-7b62738f, #w-node-_1d6ea9fa-f460-aee7-d91a-19d83076c3ad-7b62738f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_1d6ea9fa-f460-aee7-d91a-19d83076c3ae-7b62738f {
  justify-self: start;
}

#w-node-_1d6ea9fa-f460-aee7-d91a-19d83076c3b0-7b62738f, #w-node-_1d6ea9fa-f460-aee7-d91a-19d83076c3b1-7b62738f, #w-node-_1d6ea9fa-f460-aee7-d91a-19d83076c3b3-7b62738f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_1d6ea9fa-f460-aee7-d91a-19d83076c3b4-7b62738f {
  justify-self: start;
}

#w-node-_1d6ea9fa-f460-aee7-d91a-19d83076c3b6-7b62738f, #w-node-_1d6ea9fa-f460-aee7-d91a-19d83076c3b7-7b62738f, #w-node-_1d6ea9fa-f460-aee7-d91a-19d83076c3b9-7b62738f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_1d6ea9fa-f460-aee7-d91a-19d83076c3ba-7b62738f {
  justify-self: start;
}

#w-node-_1d6ea9fa-f460-aee7-d91a-19d83076c3bc-7b62738f, #w-node-_1d6ea9fa-f460-aee7-d91a-19d83076c3bd-7b62738f, #w-node-_1d6ea9fa-f460-aee7-d91a-19d83076c3bf-7b62738f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_1d6ea9fa-f460-aee7-d91a-19d83076c3c0-7b62738f {
  justify-self: start;
}

#w-node-_1d6ea9fa-f460-aee7-d91a-19d83076c3c2-7b62738f, #w-node-_1d6ea9fa-f460-aee7-d91a-19d83076c3c3-7b62738f, #w-node-_1d6ea9fa-f460-aee7-d91a-19d83076c3c5-7b62738f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_1d6ea9fa-f460-aee7-d91a-19d83076c3c6-7b62738f {
  justify-self: start;
}

#w-node-_1d6ea9fa-f460-aee7-d91a-19d83076c3c8-7b62738f, #w-node-_1d6ea9fa-f460-aee7-d91a-19d83076c3c9-7b62738f, #w-node-_1d6ea9fa-f460-aee7-d91a-19d83076c3cb-7b62738f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_1d6ea9fa-f460-aee7-d91a-19d83076c3cc-7b62738f {
  justify-self: start;
}

#w-node-_1d6ea9fa-f460-aee7-d91a-19d83076c3ce-7b62738f, #w-node-_1d6ea9fa-f460-aee7-d91a-19d83076c3cf-7b62738f, #w-node-_1d6ea9fa-f460-aee7-d91a-19d83076c3d1-7b62738f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_1d6ea9fa-f460-aee7-d91a-19d83076c3d2-7b62738f {
  justify-self: start;
}

#w-node-_1d6ea9fa-f460-aee7-d91a-19d83076c3d4-7b62738f, #w-node-_1d6ea9fa-f460-aee7-d91a-19d83076c3d5-7b62738f, #w-node-_1d6ea9fa-f460-aee7-d91a-19d83076c3d7-7b62738f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_1d6ea9fa-f460-aee7-d91a-19d83076c3d8-7b62738f {
  justify-self: start;
}

#w-node-_1d6ea9fa-f460-aee7-d91a-19d83076c3da-7b62738f, #w-node-_1d6ea9fa-f460-aee7-d91a-19d83076c3db-7b62738f, #w-node-_1d6ea9fa-f460-aee7-d91a-19d83076c3dd-7b62738f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_1d6ea9fa-f460-aee7-d91a-19d83076c3de-7b62738f {
  justify-self: start;
}

#w-node-_1d6ea9fa-f460-aee7-d91a-19d83076c3e0-7b62738f, #w-node-_1d6ea9fa-f460-aee7-d91a-19d83076c3e1-7b62738f, #w-node-_1d6ea9fa-f460-aee7-d91a-19d83076c3e3-7b62738f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_1d6ea9fa-f460-aee7-d91a-19d83076c3e4-7b62738f {
  justify-self: start;
}

#w-node-_1d6ea9fa-f460-aee7-d91a-19d83076c3e6-7b62738f, #w-node-_1d6ea9fa-f460-aee7-d91a-19d83076c3e7-7b62738f, #w-node-_1d6ea9fa-f460-aee7-d91a-19d83076c3e9-7b62738f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_1d6ea9fa-f460-aee7-d91a-19d83076c3ea-7b62738f {
  justify-self: start;
}

#w-node-_1d6ea9fa-f460-aee7-d91a-19d83076c3ec-7b62738f, #w-node-_1d6ea9fa-f460-aee7-d91a-19d83076c3ed-7b62738f, #w-node-_1d6ea9fa-f460-aee7-d91a-19d83076c3ef-7b62738f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_1d6ea9fa-f460-aee7-d91a-19d83076c3f0-7b62738f {
  justify-self: start;
}

#w-node-_1d6ea9fa-f460-aee7-d91a-19d83076c3f2-7b62738f, #w-node-_1d6ea9fa-f460-aee7-d91a-19d83076c3f3-7b62738f, #w-node-_1d6ea9fa-f460-aee7-d91a-19d83076c3f5-7b62738f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_1d6ea9fa-f460-aee7-d91a-19d83076c3f6-7b62738f {
  justify-self: start;
}

#w-node-_1d6ea9fa-f460-aee7-d91a-19d83076c3f8-7b62738f, #w-node-_1d6ea9fa-f460-aee7-d91a-19d83076c3f9-7b62738f, #w-node-_1d6ea9fa-f460-aee7-d91a-19d83076c3fb-7b62738f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_1d6ea9fa-f460-aee7-d91a-19d83076c3fc-7b62738f {
  justify-self: start;
}

#w-node-_1d6ea9fa-f460-aee7-d91a-19d83076c3fe-7b62738f, #w-node-_1d6ea9fa-f460-aee7-d91a-19d83076c3ff-7b62738f, #w-node-_1d6ea9fa-f460-aee7-d91a-19d83076c404-7b62738f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_1d6ea9fa-f460-aee7-d91a-19d83076c408-7b62738f {
  justify-self: start;
}

#w-node-_1d6ea9fa-f460-aee7-d91a-19d83076c40a-7b62738f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_1d6ea9fa-f460-aee7-d91a-19d83076c40d-7b62738f, #w-node-_1d6ea9fa-f460-aee7-d91a-19d83076c412-7b62738f, #w-node-_1d6ea9fa-f460-aee7-d91a-19d83076c417-7b62738f, #w-node-_1d6ea9fa-f460-aee7-d91a-19d83076c41c-7b62738f, #w-node-_1d6ea9fa-f460-aee7-d91a-19d83076c421-7b62738f {
  justify-self: start;
}

#w-node-_1d6ea9fa-f460-aee7-d91a-19d83076c428-7b62738f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_1d6ea9fa-f460-aee7-d91a-19d83076c429-7b62738f {
  justify-self: start;
}

#w-node-_1d6ea9fa-f460-aee7-d91a-19d83076c42b-7b62738f, #w-node-_1d6ea9fa-f460-aee7-d91a-19d83076c42c-7b62738f, #w-node-_1d6ea9fa-f460-aee7-d91a-19d83076c42e-7b62738f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_1d6ea9fa-f460-aee7-d91a-19d83076c42f-7b62738f {
  justify-self: start;
}

#w-node-_1d6ea9fa-f460-aee7-d91a-19d83076c431-7b62738f, #w-node-_1d6ea9fa-f460-aee7-d91a-19d83076c432-7b62738f, #w-node-_1d6ea9fa-f460-aee7-d91a-19d83076c434-7b62738f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_1d6ea9fa-f460-aee7-d91a-19d83076c435-7b62738f {
  justify-self: start;
}

#w-node-_1d6ea9fa-f460-aee7-d91a-19d83076c437-7b62738f, #w-node-_1d6ea9fa-f460-aee7-d91a-19d83076c438-7b62738f, #w-node-_1d6ea9fa-f460-aee7-d91a-19d83076c43a-7b62738f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_1d6ea9fa-f460-aee7-d91a-19d83076c43b-7b62738f {
  justify-self: start;
}

#w-node-_1d6ea9fa-f460-aee7-d91a-19d83076c43d-7b62738f, #w-node-_1d6ea9fa-f460-aee7-d91a-19d83076c43e-7b62738f, #w-node-_1d6ea9fa-f460-aee7-d91a-19d83076c440-7b62738f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_1d6ea9fa-f460-aee7-d91a-19d83076c441-7b62738f {
  justify-self: start;
}

#w-node-_1d6ea9fa-f460-aee7-d91a-19d83076c443-7b62738f, #w-node-_1d6ea9fa-f460-aee7-d91a-19d83076c444-7b62738f, #w-node-_1d6ea9fa-f460-aee7-d91a-19d83076c446-7b62738f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_1d6ea9fa-f460-aee7-d91a-19d83076c447-7b62738f {
  justify-self: start;
}

#w-node-_1d6ea9fa-f460-aee7-d91a-19d83076c449-7b62738f, #w-node-_1d6ea9fa-f460-aee7-d91a-19d83076c44a-7b62738f, #w-node-_1d6ea9fa-f460-aee7-d91a-19d83076c44c-7b62738f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_1d6ea9fa-f460-aee7-d91a-19d83076c44d-7b62738f {
  justify-self: start;
}

#w-node-_1d6ea9fa-f460-aee7-d91a-19d83076c44f-7b62738f, #w-node-_1d6ea9fa-f460-aee7-d91a-19d83076c450-7b62738f, #w-node-_1d6ea9fa-f460-aee7-d91a-19d83076c452-7b62738f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_1d6ea9fa-f460-aee7-d91a-19d83076c453-7b62738f {
  justify-self: start;
}

#w-node-_1d6ea9fa-f460-aee7-d91a-19d83076c455-7b62738f, #w-node-_1d6ea9fa-f460-aee7-d91a-19d83076c456-7b62738f, #w-node-_1d6ea9fa-f460-aee7-d91a-19d83076c458-7b62738f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_1d6ea9fa-f460-aee7-d91a-19d83076c459-7b62738f {
  justify-self: start;
}

#w-node-_1d6ea9fa-f460-aee7-d91a-19d83076c45b-7b62738f, #w-node-_1d6ea9fa-f460-aee7-d91a-19d83076c45c-7b62738f, #w-node-_1d6ea9fa-f460-aee7-d91a-19d83076c45e-7b62738f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_1d6ea9fa-f460-aee7-d91a-19d83076c45f-7b62738f {
  justify-self: start;
}

#w-node-_1d6ea9fa-f460-aee7-d91a-19d83076c461-7b62738f, #w-node-_1d6ea9fa-f460-aee7-d91a-19d83076c462-7b62738f, #w-node-_1d6ea9fa-f460-aee7-d91a-19d83076c464-7b62738f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_1d6ea9fa-f460-aee7-d91a-19d83076c465-7b62738f {
  justify-self: start;
}

#w-node-_1d6ea9fa-f460-aee7-d91a-19d83076c467-7b62738f, #w-node-_1d6ea9fa-f460-aee7-d91a-19d83076c468-7b62738f, #w-node-_1d6ea9fa-f460-aee7-d91a-19d83076c46a-7b62738f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_1d6ea9fa-f460-aee7-d91a-19d83076c46b-7b62738f {
  justify-self: start;
}

#w-node-_1d6ea9fa-f460-aee7-d91a-19d83076c46d-7b62738f, #w-node-_1d6ea9fa-f460-aee7-d91a-19d83076c46e-7b62738f, #w-node-_1d6ea9fa-f460-aee7-d91a-19d83076c470-7b62738f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_1d6ea9fa-f460-aee7-d91a-19d83076c471-7b62738f {
  justify-self: start;
}

#w-node-_1d6ea9fa-f460-aee7-d91a-19d83076c473-7b62738f, #w-node-_1d6ea9fa-f460-aee7-d91a-19d83076c474-7b62738f, #w-node-_1d6ea9fa-f460-aee7-d91a-19d83076c476-7b62738f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_1d6ea9fa-f460-aee7-d91a-19d83076c477-7b62738f {
  justify-self: start;
}

#w-node-_1d6ea9fa-f460-aee7-d91a-19d83076c479-7b62738f, #w-node-_1d6ea9fa-f460-aee7-d91a-19d83076c47a-7b62738f, #w-node-_1d6ea9fa-f460-aee7-d91a-19d83076c47c-7b62738f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_1d6ea9fa-f460-aee7-d91a-19d83076c47d-7b62738f {
  justify-self: start;
}

#w-node-_1d6ea9fa-f460-aee7-d91a-19d83076c47f-7b62738f, #w-node-_1d6ea9fa-f460-aee7-d91a-19d83076c480-7b62738f, #w-node-_1d6ea9fa-f460-aee7-d91a-19d83076c485-7b62738f, #w-node-_1d6ea9fa-f460-aee7-d91a-19d83076c488-7b62738f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_1d6ea9fa-f460-aee7-d91a-19d83076c489-7b62738f {
  justify-self: start;
}

#w-node-_1d6ea9fa-f460-aee7-d91a-19d83076c48b-7b62738f, #w-node-_1d6ea9fa-f460-aee7-d91a-19d83076c48c-7b62738f, #w-node-_1d6ea9fa-f460-aee7-d91a-19d83076c48e-7b62738f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_1d6ea9fa-f460-aee7-d91a-19d83076c48f-7b62738f {
  justify-self: start;
}

#w-node-_1d6ea9fa-f460-aee7-d91a-19d83076c491-7b62738f, #w-node-_1d6ea9fa-f460-aee7-d91a-19d83076c492-7b62738f, #w-node-_1d6ea9fa-f460-aee7-d91a-19d83076c494-7b62738f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_1d6ea9fa-f460-aee7-d91a-19d83076c495-7b62738f {
  justify-self: start;
}

#w-node-_1d6ea9fa-f460-aee7-d91a-19d83076c497-7b62738f, #w-node-_1d6ea9fa-f460-aee7-d91a-19d83076c498-7b62738f, #w-node-_1d6ea9fa-f460-aee7-d91a-19d83076c49a-7b62738f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_1d6ea9fa-f460-aee7-d91a-19d83076c49b-7b62738f {
  justify-self: start;
}

#w-node-_1d6ea9fa-f460-aee7-d91a-19d83076c49d-7b62738f, #w-node-_1d6ea9fa-f460-aee7-d91a-19d83076c49e-7b62738f, #w-node-_1d6ea9fa-f460-aee7-d91a-19d83076c4a0-7b62738f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_1d6ea9fa-f460-aee7-d91a-19d83076c4a1-7b62738f {
  justify-self: start;
}

#w-node-_1d6ea9fa-f460-aee7-d91a-19d83076c4a3-7b62738f, #w-node-_1d6ea9fa-f460-aee7-d91a-19d83076c4a4-7b62738f, #w-node-_1d6ea9fa-f460-aee7-d91a-19d83076c4a6-7b62738f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_1d6ea9fa-f460-aee7-d91a-19d83076c4a7-7b62738f {
  justify-self: start;
}

#w-node-_1d6ea9fa-f460-aee7-d91a-19d83076c4a9-7b62738f, #w-node-_1d6ea9fa-f460-aee7-d91a-19d83076c4aa-7b62738f, #w-node-_1d6ea9fa-f460-aee7-d91a-19d83076c4ac-7b62738f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_1d6ea9fa-f460-aee7-d91a-19d83076c4ad-7b62738f {
  justify-self: start;
}

#w-node-_1d6ea9fa-f460-aee7-d91a-19d83076c4af-7b62738f, #w-node-_1d6ea9fa-f460-aee7-d91a-19d83076c4b0-7b62738f, #w-node-_1d6ea9fa-f460-aee7-d91a-19d83076c4b2-7b62738f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_1d6ea9fa-f460-aee7-d91a-19d83076c4b3-7b62738f {
  justify-self: start;
}

#w-node-_1d6ea9fa-f460-aee7-d91a-19d83076c4b5-7b62738f, #w-node-_1d6ea9fa-f460-aee7-d91a-19d83076c4b6-7b62738f, #w-node-_1d6ea9fa-f460-aee7-d91a-19d83076c4b8-7b62738f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_1d6ea9fa-f460-aee7-d91a-19d83076c4b9-7b62738f {
  justify-self: start;
}

#w-node-_1d6ea9fa-f460-aee7-d91a-19d83076c4bb-7b62738f, #w-node-_1d6ea9fa-f460-aee7-d91a-19d83076c4bc-7b62738f, #w-node-_1d6ea9fa-f460-aee7-d91a-19d83076c4be-7b62738f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_1d6ea9fa-f460-aee7-d91a-19d83076c4bf-7b62738f {
  justify-self: start;
}

#w-node-_1d6ea9fa-f460-aee7-d91a-19d83076c4c1-7b62738f, #w-node-_1d6ea9fa-f460-aee7-d91a-19d83076c4c2-7b62738f, #w-node-_1d6ea9fa-f460-aee7-d91a-19d83076c4c4-7b62738f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_1d6ea9fa-f460-aee7-d91a-19d83076c4c5-7b62738f {
  justify-self: start;
}

#w-node-_1d6ea9fa-f460-aee7-d91a-19d83076c4c7-7b62738f, #w-node-_1d6ea9fa-f460-aee7-d91a-19d83076c4c8-7b62738f, #w-node-_1d6ea9fa-f460-aee7-d91a-19d83076c5ba-7b62738f, #w-node-_1d6ea9fa-f460-aee7-d91a-19d83076c5be-7b62738f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_1d6ea9fa-f460-aee7-d91a-19d83076c5bf-7b62738f {
  justify-self: start;
}

#w-node-_1d6ea9fa-f460-aee7-d91a-19d83076c5c3-7b62738f, #w-node-_1d6ea9fa-f460-aee7-d91a-19d83076c5c5-7b62738f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_1d6ea9fa-f460-aee7-d91a-19d83076c5c6-7b62738f {
  justify-self: start;
}

#w-node-_1d6ea9fa-f460-aee7-d91a-19d83076c5ca-7b62738f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_1d6ea9fa-f460-aee7-d91a-19d83076c5cb-7b62738f {
  justify-self: start;
}

#w-node-_1d6ea9fa-f460-aee7-d91a-19d83076c5cf-7b62738f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_1d6ea9fa-f460-aee7-d91a-19d83076c5d0-7b62738f {
  justify-self: start;
}

#w-node-_1d6ea9fa-f460-aee7-d91a-19d83076c5d4-7b62738f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_1d6ea9fa-f460-aee7-d91a-19d83076c5d5-7b62738f {
  justify-self: start;
}

#w-node-_1d6ea9fa-f460-aee7-d91a-19d83076c5d9-7b62738f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_1d6ea9fa-f460-aee7-d91a-19d83076c5da-7b62738f {
  justify-self: start;
}

#w-node-_1d6ea9fa-f460-aee7-d91a-19d83076c5de-7b62738f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_1d6ea9fa-f460-aee7-d91a-19d83076c5df-7b62738f {
  justify-self: start;
}

#w-node-_1d6ea9fa-f460-aee7-d91a-19d83076c5e3-7b62738f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_1d6ea9fa-f460-aee7-d91a-19d83076c5e4-7b62738f {
  justify-self: start;
}

#w-node-_1d6ea9fa-f460-aee7-d91a-19d83076c5e8-7b62738f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_1d6ea9fa-f460-aee7-d91a-19d83076c5e9-7b62738f {
  justify-self: start;
}

#w-node-_1d6ea9fa-f460-aee7-d91a-19d83076c5ed-7b62738f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_1d6ea9fa-f460-aee7-d91a-19d83076c5ee-7b62738f {
  justify-self: start;
}

#w-node-_1d6ea9fa-f460-aee7-d91a-19d83076c5f2-7b62738f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_1d6ea9fa-f460-aee7-d91a-19d83076c5f3-7b62738f {
  justify-self: start;
}

#w-node-_1d6ea9fa-f460-aee7-d91a-19d83076c5f6-7b62738f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_1d6ea9fa-f460-aee7-d91a-19d83076c5f7-7b62738f {
  justify-self: start;
}

#w-node-_1d6ea9fa-f460-aee7-d91a-19d83076c5fa-7b62738f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_1d6ea9fa-f460-aee7-d91a-19d83076c5fb-7b62738f {
  justify-self: start;
}

#w-node-_1d6ea9fa-f460-aee7-d91a-19d83076c5ff-7b62738f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_1d6ea9fa-f460-aee7-d91a-19d83076c600-7b62738f {
  justify-self: start;
}

#w-node-_1d6ea9fa-f460-aee7-d91a-19d83076c604-7b62738f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_1d6ea9fa-f460-aee7-d91a-19d83076c605-7b62738f {
  justify-self: start;
}

#w-node-_1d6ea9fa-f460-aee7-d91a-19d83076c609-7b62738f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_1d6ea9fa-f460-aee7-d91a-19d83076c60a-7b62738f {
  justify-self: start;
}

#w-node-_1d6ea9fa-f460-aee7-d91a-19d83076c60e-7b62738f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_1d6ea9fa-f460-aee7-d91a-19d83076c60f-7b62738f {
  justify-self: start;
}

#w-node-_1d6ea9fa-f460-aee7-d91a-19d83076c613-7b62738f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_1d6ea9fa-f460-aee7-d91a-19d83076c614-7b62738f {
  justify-self: start;
}

@media screen and (max-width: 767px) {
  #w-node-a61050c8-c93f-4c68-14e9-7f53fe0973e2-7b62738e {
    grid-area: 2 / 1 / 2 / 2;
  }

  #w-node-a61050c8-c93f-4c68-14e9-7f53fe0973e9-7b62738e {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-_05c42d7e-ec40-e88a-c59d-cdb6fa285226-7b62738e {
    justify-self: center;
  }
}


@font-face {
  font-family: 'Stixtwotext';
  src: url('../fonts/STIXTwoText-VariableFont_wght.woff2') format('woff2');
  font-weight: 400 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Montserrat';
  src: url('../fonts/Montserrat-VariableFont_wght.woff2') format('woff2');
  font-weight: 100 900;
  font-style: normal;
  font-display: swap;
}