:root {
  --black: #0d0d0d;
  --white: white;
  --border: #1d1d1d;
  --light-green: #9eeb21;
  --grey: #141414;
}

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

.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-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-checkbox {
  margin-bottom: 5px;
  padding-left: 20px;
  display: block;
}

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

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

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

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

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

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

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

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

body {
  background-color: var(--black);
  color: var(--white);
  font-family: Poppins, sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}

h1 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 3rem;
  font-weight: 400;
  line-height: 110%;
}

h2 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 2.5rem;
  font-weight: 500;
  line-height: 110%;
}

h3 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 130%;
}

h4 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 1.25rem;
  font-weight: 500;
  line-height: 130%;
}

h5 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1.13rem;
  font-weight: 500;
  line-height: 150%;
}

h6 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 1rem;
  font-weight: 500;
  line-height: 150%;
}

p {
  color: #ffffffb3;
  margin-bottom: 0;
}

a {
  color: var(--white);
  text-decoration: none;
}

strong {
  font-weight: bold;
}

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

.utility-page-content {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  text-align: center;
  flex-direction: column;
  width: 260px;
  display: flex;
}

.utility-page-form {
  flex-direction: column;
  align-items: stretch;
  display: flex;
}

.margin-xhuge {
  margin: 8rem;
}

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

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

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

.heading-style-h4 {
  padding-top: .1rem;
  font-size: 1.25rem;
  font-weight: 400;
  line-height: 130%;
}

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

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

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

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

.margin-0 {
  margin: 0;
}

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

.page-wrapper {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-direction: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: column;
  width: 100%;
  overflow: hidden;
}

.fs-styleguide_header-block {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  place-items: center start;
  display: grid;
}

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

.padding-0 {
  padding: 0;
}

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

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

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

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

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

.text-size-large {
  padding-top: 4px;
  font-size: 1.25rem;
}

.fs-styleguide_item-header {
  border-bottom: 1px solid #0000001a;
  width: 100%;
  padding-bottom: 2rem;
}

.overflow-visible {
  overflow: visible;
}

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

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

.form_checkbox-icon {
  border-radius: .125rem;
  width: .875rem;
  height: .875rem;
  margin: 0 .5rem 0 0;
}

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

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

.fs-styleguide_2-col {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  display: grid;
}

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

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

.fs-styleguide_classes {
  grid-column-gap: 1px;
  grid-row-gap: 1px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

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

.padding-xxlarge {
  padding: 5rem;
}

.fs-styleguide_4-col {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  display: grid;
}

.fs-styleguide_background-space {
  width: 1px;
  height: 1px;
  margin: 5rem;
}

.padding-custom1 {
  padding: 1.5rem;
}

.fs-styleguide_section-header {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  border-bottom: 1px solid #000;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  padding-bottom: 3rem;
  line-height: 1.4;
  display: grid;
}

.margin-small {
  margin: 1rem;
}

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

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

.padding-xhuge {
  padding: 8rem;
}

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

.form_radio-icon {
  width: .875rem;
  height: .875rem;
  margin-top: 0;
  margin-left: 0;
  margin-right: .5rem;
}

.form_radio-icon.w--redirected-checked {
  border-width: .25rem;
  width: .875rem;
  height: .875rem;
}

.form_radio-icon.w--redirected-focus {
  width: .875rem;
  height: .875rem;
  box-shadow: 0 0 .25rem 0 #3898ec;
}

.padding-custom3 {
  padding: 3.5rem;
}

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

.margin-xxhuge {
  margin: 12rem;
}

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

.margin-huge {
  margin: 6rem;
}

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

.fs-styleguide_section.is-vertical {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  grid-template-columns: 1fr;
}

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

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

.fs-styleguide_item {
  grid-column-gap: 1.125rem;
  grid-row-gap: 1.125rem;
  border-bottom: 1px solid #0000001a;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  place-content: start;
  place-items: start;
  padding-bottom: 3rem;
  display: grid;
  position: relative;
}

.fs-styleguide_item.is-stretch {
  justify-items: stretch;
}

.margin-medium {
  margin: 2rem;
}

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

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

.margin-xxlarge {
  margin: 5rem;
}

.margin-xlarge {
  margin: 4rem;
}

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

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

.padding-small {
  padding: 1rem;
}

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

.text-color-grey {
  color: var(--border);
}

.heading-style-h2 {
  padding-top: .5rem;
  font-size: 2.5rem;
  font-weight: 400;
  line-height: 110%;
}

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

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

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

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

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

.text-style-link {
  grid-column-gap: .25rem;
  grid-row-gap: .25rem;
  color: var(--light-green);
  mix-blend-mode: difference;
  justify-content: flex-start;
  align-items: center;
  text-decoration: none;
  display: flex;
}

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

.heading-style-h3 {
  text-transform: none;
  padding-top: .2rem;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 130%;
}

.fs-styleguide_label {
  color: #fff;
  background-color: #0073e6;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  padding: .25rem .75rem;
  font-weight: 600;
  line-height: 1.4;
  display: flex;
}

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

.fs-styleguide_label.is-hex {
  color: #000;
  background-color: #f5f5f5;
}

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

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

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

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

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

.fs-styleguide_3-col {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: stretch;
  width: 100%;
  display: grid;
}

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

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

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

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

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

.overflow-hidden {
  overflow: hidden;
}

.overflow-scroll {
  overflow: scroll;
}

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

.margin-custom2 {
  margin: 2.5rem;
}

.margin-custom3 {
  margin: 3.5rem;
}

.overflow-auto {
  overflow: auto;
}

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

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

.padding-custom2 {
  padding: 2.5rem;
}

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

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

.padding-xlarge {
  padding: 4rem;
}

.fs-styleguide_item-wrapper {
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

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

.form_component {
  margin-bottom: 0;
}

.fs-styleguide_row {
  grid-column-gap: .75rem;
  grid-row-gap: .75rem;
  flex-direction: row;
  grid-template-rows: auto;
  grid-template-columns: auto;
  grid-auto-columns: auto;
  grid-auto-flow: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

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

.form_input {
  background-color: #0000;
  min-height: 3rem;
  margin-bottom: .75rem;
  padding: .5rem 1rem;
}

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

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

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

.button-group.is-center.is-testimonial {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
}

.button-group.is-center.is-height-full {
  align-items: stretch;
}

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

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

.padding-large {
  padding: 3rem;
}

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

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

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

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

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

.fs-styleguide_version {
  z-index: 5;
  color: #000;
  font-weight: 500;
  text-decoration: none;
}

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

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

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

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

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

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

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

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

.padding-xxhuge {
  padding: 12rem;
}

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

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

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

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

.heading-style-h6 {
  font-size: 1rem;
  font-weight: 400;
  line-height: 150%;
}

.padding-medium {
  padding: 2rem;
}

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

.padding-section-large.testimonials {
  padding-left: 4rem;
  padding-right: 4rem;
}

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

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

.fs-styleguide_1-col {
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  display: grid;
}

.heading-style-h5 {
  font-size: 1.13rem;
  font-weight: 400;
  line-height: 150%;
}

.form_message-success {
  padding: 1.25rem;
}

.fs-styleguide_empty-box {
  z-index: -1;
  background-color: #0073e61a;
  border: 1px dashed #0073e6;
  min-width: 3rem;
  height: 3rem;
  position: relative;
}

.padding-huge {
  padding: 6rem;
}

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

.fs-styleguide_color.is-3 {
  background-color: #fff;
}

.fs-styleguide_color.is-1 {
  background-color: #000;
}

.fs-styleguide_color.is-2 {
  background-color: #f5f5f5;
}

.button {
  z-index: 0;
  background-color: var(--border);
  color: var(--white);
  text-align: center;
  white-space: nowrap;
  border-radius: .5rem;
  padding: 1rem 1.5rem;
  font-size: 1.125rem;
  font-weight: 500;
  position: relative;
}

.button.is-secondary {
  border: 1px solid var(--border);
  color: #fff;
  background-color: #0000;
}

.button.is-text {
  color: var(--light-green);
  background-color: #0000;
  border: 2px #0000;
  padding: 0;
}

.button.is-icon {
  z-index: 1;
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  transition: box-shadow .2s, background-color .2s;
  display: flex;
}

.button.is-icon.is-webflow {
  min-height: 3.75rem;
}

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

.button.is-small {
  padding-left: 1.125rem;
  padding-right: 1.125rem;
  font-size: .875rem;
  font-weight: 400;
}

.button.is-navbar-button {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  align-items: center;
  padding-top: .8rem;
  padding-bottom: .7rem;
  transition: background-color .2s;
  display: flex;
}

.button.is-navbar-button.menu_button {
  opacity: 0;
  margin-left: .2rem;
  padding-top: .5rem;
  padding-bottom: .5rem;
  font-size: 1rem;
  transition: box-shadow .2s;
}

.button.is-navbar-button.menu_button:hover {
  box-shadow: 0 0 60px #ffffff4d, 0 0 20px #ffffff80, 0 0 5px #ffffff80;
}

.button.is-portfolio {
  z-index: 1;
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  background-color: var(--black);
  border-style: none;
  align-items: center;
  padding-top: .88rem;
  padding-bottom: .88rem;
  display: flex;
  position: static;
  top: 50%;
  bottom: auto;
}

.margin-custom1 {
  margin: 1.5rem;
}

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

.margin-large {
  margin: 3rem;
}

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

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

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

.heading-style-h1 {
  color: var(--white);
  text-transform: none;
  padding-top: .5rem;
  font-size: 3rem;
  font-weight: 400;
  line-height: 110%;
}

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

.text-rich-text a {
  mix-blend-mode: difference;
}

.hide {
  display: none;
}

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

.navbar_component {
  z-index: 99;
  background-color: #0000;
  align-items: center;
  width: 100%;
  height: auto;
  min-height: 6rem;
  padding-left: 5%;
  padding-right: 5%;
  display: flex;
}

.navbar_container {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: .25fr .25fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  display: grid;
}

.navbar_logo-link {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  align-items: center;
  padding-left: 0;
  display: flex;
}

.navbar_logo {
  border: 2px solid var(--border);
  background-color: var(--black);
  border-radius: 50%;
  width: 4rem;
  height: 4rem;
}

.navbar_logo.is-icon {
  position: absolute;
  inset: 0% auto auto 0%;
  transform: translate(0);
}

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

.navbar_menu.is-page-height-tablet:where(.w-variant-2ccfd72f-d53d-b205-68d2-5c404ebc3efa) {
  display: none;
}

.navbar_menu.is-page-height-tablet {
  -webkit-backdrop-filter: blur(6px);
  backdrop-filter: blur(6px);
  background-color: #1d1d1d80;
  border: 2px solid #1d1d1d33;
  border-radius: .5rem;
  justify-content: flex-start;
  width: 35rem;
  height: 3.46rem;
  padding: .2rem;
  transition: width .2s;
  position: fixed;
  left: 50%;
  right: 0;
  overflow: visible;
  transform: translate(-50%);
}

.navbar_menu.is-page-height-tablet:hover {
  background-color: #1d1d1d00;
}

.navbar_link {
  color: var(--white);
  border-radius: .38rem;
  padding: .8rem 1.5rem .75rem;
  transition: background-color .2s;
}

.navbar_link.w--current {
  color: var(--white);
}

.navbar_button-wrapper {
  grid-column-gap: 1rem;
  margin-left: 1rem;
  display: flex;
}

.navbar_menu-button {
  padding: 0;
}

.section_header {
  position: relative;
}

.header-100svh {
  z-index: 0;
  align-items: center;
  min-height: calc(100svh - 6rem);
  max-height: 60rem;
  display: flex;
  position: relative;
}

.header_background-image-wrapper {
  z-index: -2;
  background-image: linear-gradient(#00000080, #00000080);
  display: none;
  position: absolute;
  inset: 0%;
}

.image-overlay-layer {
  z-index: 1;
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

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

.section_logo {
  z-index: 2;
}

.logo_list {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-wrap: wrap;
  grid-template-rows: max-content;
  grid-template-columns: max-content;
  grid-auto-columns: max-content;
  grid-auto-flow: column;
  justify-content: space-between;
  align-items: center;
  display: grid;
}

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

.logo_logo {
  min-height: 2rem;
  max-height: 2rem;
}

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

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

.portfolio_list-wrapper {
  justify-content: center;
  align-items: center;
  margin-left: 5vw;
  display: flex;
}

.portfolio_list-wrapper.is-bottom {
  margin: 2.5rem 5vw 2.5rem 0;
}

.portfolio_list {
  grid-column-gap: 2.5rem;
  grid-row-gap: 2.5rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  justify-items: center;
  display: grid;
}

.portfolio_item {
  z-index: 0;
  cursor: pointer;
  border-radius: .5rem;
  justify-content: center;
  align-items: center;
  width: 32vw;
  height: 21vw;
  display: flex;
  position: relative;
  overflow: hidden;
}

.portfolio_image-overlay-layer {
  z-index: 0;
  background-color: #fff0;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.portfolio_image {
  width: 100%;
  height: auto;
  position: absolute;
  inset: 0% 0% auto;
}

.section_capability {
  z-index: 0;
  position: relative;
}

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

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

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

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

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

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

.process_card-content {
  background-color: #1d1d1d80;
  border-radius: 1rem;
  flex-direction: column;
  flex: 1;
  justify-content: space-between;
  padding: 1.5rem;
  display: flex;
}

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

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

.testimonial_rating-wrapper {
  color: #f1bd42;
  display: flex;
}

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

.testimonial_client {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  text-align: left;
  border-right: 1px solid #fff3;
  flex-direction: row;
  align-items: center;
  padding-right: 1.5rem;
  display: flex;
}

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

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

.experience_timeline-wrapper {
  position: relative;
}

.experience_progress-bar-wrapper {
  background-color: #ffffff26;
  width: 2px;
  height: 81%;
  display: none;
  position: absolute;
  top: 3%;
  left: 3.9rem;
  right: auto;
}

.experience_progress-bar {
  background-color: var(--white);
  width: 2px;
  height: 100%;
}

.experience_timeline-step {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  grid-template-rows: auto;
  grid-template-columns: max-content 1fr;
}

.experience_timeline-left {
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  padding-top: .5rem;
  display: flex;
  position: relative;
}

.experience_timeline-left.is-last {
  padding-bottom: 2.5rem;
}

.experience_timeline-icon-wrapper {
  z-index: 1;
  margin-top: -1rem;
  padding: 1rem;
  position: relative;
}

.experience_timeline-right {
  padding-top: 0;
  padding-bottom: 2.5rem;
}

.cta_background-image-wrapper {
  z-index: -1;
  border-radius: 1rem;
  display: block;
  position: absolute;
  inset: 0%;
  overflow: hidden;
}

.cta_background-image {
  z-index: -1;
  object-fit: cover;
  width: 100%;
  height: 100%;
  display: none;
  position: absolute;
  inset: 0%;
}

.footer_component {
  padding-bottom: 2rem;
}

.footer_top-wrapper {
  grid-column-gap: 2vw;
  grid-row-gap: 2vw;
  grid-template-rows: auto;
  grid-template-columns: max-content max-content;
  justify-content: space-between;
  align-items: start;
}

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

.footer_local-time {
  color: var(--white);
  margin-bottom: 2rem;
  padding-left: 0;
}

.footer_link-list {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  white-space: normal;
  grid-template-columns: 1fr;
  grid-auto-columns: max-content;
  justify-content: center;
  justify-items: start;
  margin-bottom: 2rem;
  display: grid;
}

.footer_link {
  text-align: center;
  mix-blend-mode: difference;
  font-size: .88rem;
  font-weight: 500;
  text-decoration: none;
}

.footer_right-wrapper {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-direction: row;
  display: flex;
}

.footer_bottom-wrapper {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  flex-direction: row;
  grid-template-rows: auto;
  grid-template-columns: 1fr min-content 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: center;
  display: grid;
}

.footer_social-list {
  grid-column-gap: 1.25rem;
  grid-row-gap: 1.25rem;
  white-space: normal;
  flex: 1;
  grid-template-rows: max-content;
  grid-template-columns: max-content;
  grid-auto-columns: max-content;
  grid-auto-flow: column;
  justify-content: end;
  justify-items: end;
  display: grid;
}

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

.footer_credit-text.is-link {
  mix-blend-mode: difference;
}

.navbar_text-wrapper {
  grid-column-gap: .2rem;
  grid-row-gap: .2rem;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.navbar_text {
  color: var(--white);
  font-size: 1.1rem;
  font-weight: 500;
}

.navbar_partner {
  width: 7rem;
  height: auto;
  margin-bottom: 7px;
}

.button_text-small {
  padding-top: .1rem;
  padding-bottom: .09rem;
  font-size: .88rem;
}

.button_circle {
  z-index: 0;
  background-color: var(--light-green);
  border-radius: 50%;
  width: .6rem;
  height: .6rem;
}

.button_circle.menu_button-circle {
  border-color: var(--light-green);
  background-color: var(--light-green);
  margin-bottom: 0;
}

.button_circle.is-fill {
  background-color: var(--light-green);
}

.button_glow {
  z-index: -1;
  background-color: var(--light-green);
  filter: blur(35px);
  border-radius: 50%;
  width: 1.5rem;
  height: 1.5rem;
  display: none;
  position: absolute;
  inset: 50% auto auto 50%;
  transform: translate(-50%, -50%);
}

.header_title {
  line-height: 110%;
  display: inline;
}

.header_title.heading-style-h1 {
  color: #fff;
  font-size: 3rem;
}

.button_text-regular {
  padding-top: .2rem;
  padding-bottom: .11rem;
  font-size: 1rem;
}

.button_text-regular.is-menu-button-text {
  padding-top: .1rem;
  padding-bottom: .1rem;
}

.header_testimonail-wrapper {
  justify-content: center;
  display: flex;
}

.header_testimonial-image {
  border: 3px solid var(--black);
  border-radius: 50%;
  width: 3.2rem;
  height: 3.2rem;
}

.header_testimonial-content {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
  position: relative;
}

.icon-1x1-xsmall {
  flex-direction: column;
  flex: none;
  justify-content: center;
  align-items: center;
  width: .7rem;
  height: 1.2rem;
  display: flex;
}

.shadow-text-xsmall {
  font-weight: 700;
}

.padding-global-portfolio {
  width: 95%;
}

.portfolio_wrapper {
  background-color: #1d1d1d80;
  border-radius: 2rem;
  width: 100%;
  padding-top: 20px;
  padding-bottom: 2.5rem;
  overflow: hidden;
  transform: none;
}

.capability_background-image-wrapper {
  z-index: -2;
  background-image: linear-gradient(#00000080, #00000080);
  display: none;
  position: absolute;
  inset: 0%;
}

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

.process_card-image {
  width: auto;
  height: 7.81rem;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

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

.testimonial_client-details {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  align-items: center;
  display: flex;
}

.testimonial_client-logo {
  width: auto;
  height: 1.7rem;
}

.testimonial_client-logo.is-bigger {
  height: 2.8rem;
}

.experience_image {
  width: 6rem;
  height: auto;
}

.experience_profile-image {
  border: 2px solid var(--border);
  border-radius: 1rem;
  width: 19.3rem;
  height: auto;
  display: block;
}

.experience_profile-partner {
  width: 2.4rem;
  height: auto;
  margin-left: 2px;
  position: absolute;
  inset: auto auto 50% 0%;
  transform: translate(-50%, 50%);
}

.experience_profile-name {
  font-size: 2rem;
}

.cta_wrapper {
  z-index: 0;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: #1d1d1d80;
  border-radius: 1rem;
  grid-template-rows: auto;
  grid-template-columns: max-content 1fr max-content;
  grid-auto-columns: 1fr;
  align-items: center;
  padding: 2rem;
  display: grid;
  position: relative;
}

.cta_image-wrapper {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  align-items: center;
  display: flex;
  position: relative;
}

.cta_image-wrapper.is-gap-small {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
}

.cta_image {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 3.5rem;
  height: auto;
  display: flex;
}

.cta_image.is-gsap {
  background-color: var(--border);
  border-radius: .5rem;
  padding: .25rem;
}

.cta_image.is-cf {
  background-color: var(--border);
  border-radius: .5rem;
}

.cta_image-arrow {
  width: 3rem;
  height: auto;
  position: absolute;
  inset: auto auto 0% 50%;
  transform: translate(-50%, 50%);
}

.image-overlay-layer-linear {
  z-index: 1;
  background-image: linear-gradient(90deg, var(--black), #0d0d0d00 25%, #0d0d0d00 75%, var(--black));
  object-fit: cover;
  width: 100%;
  height: 100%;
  display: none;
  position: absolute;
  inset: 0%;
}

.cta_background-noise {
  z-index: 0;
  object-fit: fill;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.footer_certificate-wrapper {
  cursor: pointer;
  transition: transform .3s;
}

.footer_certificate-wrapper:hover {
  transform: translate(0, -1rem);
}

.footer_certificate-thumbnail {
  border-radius: .25rem;
  width: 6rem;
}

.footer_social-link {
  background-color: var(--border);
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 3rem;
  height: 3rem;
  transition: background-color .2s;
  display: flex;
}

.footer_social-link:hover {
  background-color: var(--border);
}

.footer_social-image {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 1rem;
  height: 1rem;
  transition: filter .2s;
  display: flex;
}

.footer_pakistan-flag {
  background-image: url('../images/pakistan-2-1.svg');
  background-position: 100%;
  background-repeat: no-repeat;
  background-size: 100%;
  background-attachment: scroll;
  width: 1.2rem;
  height: 1.1rem;
  display: inline-block;
}

.footer_pakistan-flag.shadow-text-xsmall {
  display: inline-block;
  transform: translate(0, 2px);
}

.experience_available-button {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  align-items: center;
  display: flex;
}

.local-time {
  text-transform: lowercase;
}

.opacity-07 {
  opacity: .7;
}

.external-link {
  color: var(--white);
  mix-blend-mode: difference;
  text-decoration: underline;
}

.external-link:hover {
  text-decoration: none;
}

.text-color-green {
  color: var(--light-green);
}

.footer_certificate-model {
  z-index: 101;
  background-color: #0d0d0dcc;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  display: none;
  position: fixed;
  inset: 0%;
}

.footer_certificate-model.is-layver {
  z-index: 102;
  background-color: #0d0d0d03;
  display: flex;
}

.footer_certificate-image {
  object-fit: contain;
  width: 80%;
  max-width: 50rem;
  height: 80%;
}

.header_testimonial-arrow {
  transform-style: preserve-3d;
  width: 3rem;
  height: auto;
  position: absolute;
  inset: 0% auto auto 0%;
  transform: translate(-82%, 160%)rotateX(0)rotateY(-180deg)rotateZ(-90deg);
}

.header_testimonial-arrow.click-mroe {
  transform-style: preserve-3d;
  inset: 0% 15% 0% auto;
  transform: translate(-82%, 160%)rotateX(0)rotateY(-180deg)rotateZ(70deg);
}

.header_testimonial-arrow-text {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 6rem;
  height: 1.7rem;
  display: flex;
  position: absolute;
  inset: auto auto 0% 0%;
  transform: rotate(-13deg)translate(-60%, 130%);
}

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

.footer_payment-link-icon.is-stripe {
  width: 2.4rem;
}

.footer_payment-link-icon.is-wise {
  width: 3rem;
}

.footer_payment-link-icon.is-usd {
  width: 1rem;
  height: 1rem;
}

.footer_payment-link-wrapper {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: max-content;
  grid-auto-columns: max-content;
  grid-auto-flow: column;
  justify-content: center;
  place-items: center stretch;
  display: flex;
}

.footer_payment-link {
  grid-column-gap: .4rem;
  grid-row-gap: .4rem;
  opacity: .7;
  mix-blend-mode: difference;
  flex: none;
  align-items: center;
  font-size: .875rem;
  transition: opacity .2s;
  display: flex;
}

.footer_payment-link:hover {
  opacity: 1;
}

.section_partner {
  overflow: hidden;
}

.partner_component {
  display: flex;
}

.partner_list {
  grid-column-gap: 0rem;
  grid-row-gap: 0rem;
  white-space: nowrap;
  flex-wrap: wrap;
  grid-template-rows: auto;
  grid-template-columns: max-content;
  grid-auto-columns: max-content;
  grid-auto-flow: column;
  justify-content: flex-end;
  place-items: center start;
  display: grid;
}

.partner_wrapper {
  justify-content: center;
  align-items: flex-start;
  margin-right: 8rem;
  display: flex;
}

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

.partner_webflow-text {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 11rem;
  height: .75rem;
  display: flex;
}

.intagram-card-a {
  border-radius: 12px;
  flex-direction: column;
  justify-content: flex-start;
  width: 320px;
  height: 320px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.logo_list-link {
  flex: none;
  transition: opacity .2s;
}

.logo_list-link:hover {
  opacity: .7;
}

.testimonial_client-logo-link {
  mix-blend-mode: difference;
  transition: opacity .2s;
}

.testimonial_client-logo-link:hover {
  opacity: .7;
}

.navbar_logo-image-wrapper {
  z-index: 0;
  border-radius: 50%;
  width: 4rem;
  height: 4rem;
  position: relative;
  overflow: hidden;
}

.header_testimonail-link {
  z-index: 0;
  width: 3.2rem;
  height: 3.2rem;
  margin-left: -1rem;
  transition: filter .2s, z-index .2s;
  position: relative;
}

.header_testimonail-link:hover {
  z-index: 1;
  filter: brightness(70%);
}

.header_logo {
  mix-blend-mode: difference;
  width: 12.4rem;
  height: auto;
  margin-bottom: -.7rem;
  margin-left: .7rem;
  margin-right: .7rem;
  transform: translate(0, -50%);
}

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

.cursor-wrapper {
  z-index: 100000;
  pointer-events: none;
  mix-blend-mode: difference;
  justify-content: center;
  align-items: center;
  width: 100vw;
  height: 100vh;
  display: flex;
  position: fixed;
  inset: 0%;
}

.cursor-element {
  background-color: var(--white);
  border-radius: 50%;
  width: 1rem;
  height: 1rem;
}

.button-inner-shadow {
  z-index: -1;
  aspect-ratio: 1;
  background-color: var(--white);
  opacity: 0;
  filter: blur(25px);
  pointer-events: none;
  border-radius: 50%;
  width: 100%;
  height: auto;
  position: absolute;
  inset: 50% auto auto 50%;
  transform: translate(-50%, -50%);
}

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

.button-text-webflow {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 11rem;
  height: 1.375rem;
  display: flex;
}

.header_tag-wrapper {
  background-color: var(--border);
  border-radius: 10rem;
  margin-bottom: 2rem;
  padding: .5rem 1rem;
  font-size: .88rem;
  display: inline-flex;
}

.footer_legal-wrapper {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

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

.header_image-portrait {
  z-index: -1;
  border: 1px solid #2e2e2e;
  border-radius: 1rem;
  width: 40%;
  position: absolute;
  inset: 50% auto auto 50%;
  overflow: hidden;
  transform: rotate(-10deg)translate(-30%, -130%);
}

.experience_profile-image-wrapper {
  z-index: 0;
  margin-bottom: .75rem;
  position: relative;
}

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

.code-embed {
  width: 100%;
}

.button_glow-2 {
  z-index: -1;
  filter: blur(35px);
  background-color: #9eeb21;
  border-radius: 50%;
  width: 1.5rem;
  height: 1.5rem;
  display: none;
  position: absolute;
  inset: 50% auto auto 50%;
  transform: translate(-50%, -50%);
}

.text-235 {
  color: #1f2023;
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: 500;
  line-height: 140%;
  text-decoration: none;
}

.text-222 {
  color: #81848b;
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: 400;
  line-height: 140%;
  text-decoration: none;
}

.text-227 {
  color: #81848b;
  flex: none;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 12px;
  font-weight: 500;
  line-height: 100%;
  text-decoration: none;
}

.pricing-feature-list-wrap {
  border-top: 1px solid #1e1e1e29;
  padding-top: 10px;
}

.heading-48 {
  margin-bottom: 40px;
  font-size: 19px;
  line-height: 23px;
}

.heading-48.services {
  font-size: 58px;
}

.fs-rangeslider_fill {
  background-color: #3c6ce5;
  border-radius: 999px;
  width: 20%;
  height: 100%;
  position: absolute;
}

.footer_payment-link-wrapper-2 {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: max-content;
  grid-auto-columns: max-content;
  grid-auto-flow: column;
  justify-content: center;
  place-items: center stretch;
  display: flex;
}

.navbar_container-2 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: .25fr .25fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  display: grid;
}

.header_tag-wrapper-2 {
  background-color: #1d1d1d;
  border-radius: 10rem;
  margin-bottom: 2rem;
  padding: .5rem 1rem;
  font-size: .88rem;
  display: inline-flex;
}

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

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

.div-block-14.left {
  justify-content: center;
  align-items: flex-start;
}

.form-cols {
  grid-column-gap: .75rem;
  grid-row-gap: .75rem;
  flex-flow: column;
  grid-template-rows: auto;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr) minmax(0, 1fr) minmax(0, 1fr);
  grid-auto-columns: 1fr;
  display: flex;
}

.main-wrapper-2 {
  width: 100%;
}

.text-size-medium-2 {
  color: #ffffffb3;
  font-size: 1.13rem;
}

.feature-icon-2 {
  color: #3edce8;
  -webkit-text-stroke-color: #fff;
  width: 10px;
  height: 9px;
}

.portfolio_list-wrapper-2 {
  justify-content: center;
  align-items: center;
  margin-left: 5vw;
  display: flex;
}

.portfolio_list-wrapper-2.is-bottom {
  margin: 1rem 5vw 1rem 0;
}

.order_img-wrap {
  height: 100svh;
}

.heading-points-5 {
  z-index: 1;
  grid-row-gap: 24px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
  width: 100%;
  text-decoration: none;
  display: flex;
  position: relative;
}

.pricing-list-icon {
  color: #fff;
  background-color: #0f2c67;
  border-radius: 100%;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 20px;
  height: 20px;
  display: flex;
}

.external-link-2 {
  color: #fff;
  mix-blend-mode: difference;
  text-decoration: underline;
}

.external-link-2:hover {
  text-decoration: none;
}

.feature-left-area.meet-marcus {
  width: 60%;
}

.bold-text {
  font-size: 50px;
}

.bold-text.black {
  font-size: 28px;
  line-height: 30px;
}

.bold-text.black.sm {
  font-size: 24px;
}

.footer_link-2 {
  text-align: center;
  mix-blend-mode: difference;
  font-size: .88rem;
  font-weight: 500;
  text-decoration: none;
}

.image-12 {
  flex: none;
  width: 100px;
  height: auto;
  overflow: clip;
}

.footer_link-list-2 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  white-space: normal;
  grid-template-columns: 1fr;
  grid-auto-columns: max-content;
  justify-content: center;
  justify-items: start;
  margin-top: 40px;
  margin-bottom: 2rem;
  display: grid;
}

.header_testimonial-image-2 {
  border: 3px solid #0d0d0d;
  border-radius: 50%;
  width: 3.2rem;
  height: 3.2rem;
}

.div-block-20 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  display: flex;
}

.text-232 {
  z-index: 100000000;
  color: #1f2023;
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 24px;
  font-weight: 600;
  line-height: 100%;
  text-decoration: none;
  position: relative;
}

.feature-list-text {
  color: #000;
  margin-bottom: 0;
  font-size: 16px;
  line-height: 1.5em;
}

.feature-list-text.white {
  color: #fff;
  text-align: left;
}

.pricing-button-wrap {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.pricing-button-wrap.center {
  justify-content: center;
  align-items: center;
  margin-top: 10px;
}

.pricing-button-wrap.margin-top {
  margin-top: 20px;
}

.heading-45 {
  grid-row-gap: 8px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.fs-rangeslider_track {
  background-color: #30354e14;
  border-radius: 999rem;
  height: .7rem;
  margin-left: auto;
  margin-right: auto;
  padding-left: 0;
  padding-right: 0;
  position: relative;
}

.fs-rangeslider_handle {
  z-index: 1;
  cursor: grab;
  background-color: #2756cf;
  border-radius: 100rem;
  flex: none;
  width: 1.5rem;
  height: 1.5rem;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  box-shadow: 1px 1px 12px #0003;
  outline-offset: 0rem !important;
  outline-color: #000 !important;
}

.fs-rangeslider_handle:focus {
  outline-offset: 0rem;
  background-color: #3c6ce5;
  outline: .1rem solid #302e33;
}

.text-234 {
  color: #81848b;
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: 500;
  line-height: 140%;
  text-decoration: none;
}

.points-4 {
  grid-row-gap: 16px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.landing-cta-text {
  color: #fff;
  font-size: 18px;
  font-weight: 500;
  text-decoration: none;
}

.button-2 {
  color: #fff;
  text-align: center;
  background-color: #3c6ce5;
  border-radius: 99rem;
  padding: .75rem 1.5rem;
  font-weight: 600;
  transition: all .25s;
}

.button-2:hover {
  background-color: #2756cf;
  transform: scale(1.05)rotate(3deg);
}

.button-2.is-large {
  background-color: #0f2c67;
  padding: 1rem 2rem;
  font-size: 1.125rem;
}

.fs-rangeslider_wrapper {
  align-items: center;
  margin-left: .5rem;
  margin-right: .5rem;
  padding-top: .5rem;
  padding-bottom: 1rem;
  font-size: 1.125rem;
  display: block;
  position: relative;
}

.order_form-block {
  width: 100%;
  max-width: none;
}

.section_order {
  grid-column-gap: 0px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: minmax(0, 2.5fr) minmax(0, 1.75fr);
  grid-auto-columns: 1fr;
  min-height: 100svh;
  display: grid;
}

.footer_credit-text-2 {
  margin-bottom: 0;
  font-size: .88rem;
}

.footer_credit-text-2.is-link {
  mix-blend-mode: difference;
}

.pricing-plans {
  grid-row-gap: 60px;
  background-color: #fff;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding: 60px;
  text-decoration: none;
  display: flex;
}

.card-19 {
  border: 1px undefined undefined;
  background-color: #fafafa;
  background-image: none;
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  border-radius: 18px;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  height: 100%;
  padding: 16px;
  text-decoration: none;
  display: flex;
  position: relative;
}

.feature-inner-wrapper {
  grid-column-gap: 90px;
  grid-row-gap: 90px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  display: grid;
}

.feature-inner-wrapper.one {
  flex-flow: row-reverse;
  grid-template-columns: 1fr;
  justify-content: center;
  align-items: center;
  padding-top: 60px;
  display: flex;
}

.feature-inner-wrapper.b2b {
  grid-column-gap: 39px;
  grid-row-gap: 60px;
  grid-template-columns: .75fr 1fr;
  place-items: center stretch;
}

.feature-inner-wrapper.b2b.package {
  grid-template-columns: 1fr 1fr;
}

.feature-inner-wrapper.b2b.meet-marcus {
  grid-template-columns: .75fr 1fr;
}

.feature-inner-wrapper.b2b.meet-marcus.vertical {
  grid-row-gap: 20px;
  flex-flow: column;
  display: flex;
}

.navbar_logo-2 {
  background-color: #0d0d0d;
  border: 0 solid #1d1d1d;
  border-radius: 0%;
  width: auto;
  height: 35px;
}

.navbar_logo-2.inner {
  background-color: #fff;
  height: 30px;
}

.navbar_logo-2.inner.wwu {
  color: #0000;
  background-color: #0000;
  flex: 0 auto;
  width: 300px;
  height: auto;
  font-size: 1svh;
  overflow: clip;
}

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

.portfolio_list-2 {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: row;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  justify-items: center;
  display: flex;
  overflow: visible;
}

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

.landding-cta {
  grid-column-gap: 9px;
  grid-row-gap: 9px;
  color: #fff;
  cursor: pointer;
  background-color: #fafafa;
  background-image: radial-gradient(circle farthest-side at 150%, #437bd8, #5e24b5);
  border: 0 solid #efefef;
  border-radius: 50px;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: auto;
  min-height: 44px;
  padding: 18px 40px;
  font-size: 16px;
  font-weight: 500;
  text-decoration: none;
  display: flex;
  box-shadow: 1px 2px 22px #fff3;
}

.landding-cta.custom-plan {
  padding-left: 20px;
  padding-right: 20px;
}

.fs-range_values {
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  margin-top: 1.25rem;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

.experience_profile-image-2 {
  border: 2px solid #1d1d1d;
  border-radius: 1rem;
  width: 19.3rem;
  height: auto;
  display: block;
}

.form_radio-2 {
  cursor: pointer;
  background-color: #30354e14;
  border-radius: 99rem;
  flex-direction: row;
  align-items: center;
  width: 50%;
  margin-bottom: 0;
  padding: .9rem 1.2rem;
  display: flex;
}

.form_radio-2.full {
  width: auto;
  padding-left: 1.2rem;
  padding-right: 1.8rem;
}

.form_radio-label-2 {
  flex: none;
}

.heading-49 {
  font-size: 6rem;
}

.testimonial_client-2 {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  text-align: left;
  border-right: 0 solid #fff3;
  flex-direction: row;
  align-items: center;
  padding-right: 1.5rem;
  display: flex;
}

.div-block-22 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.div-block-22.block {
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.text-226 {
  color: #1f2023;
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 20px;
  font-weight: 600;
  line-height: 100%;
  text-decoration: none;
}

.feature-right-area {
  background-image: none;
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 20px;
  height: auto;
  min-height: 600px;
  padding: 60px 47px;
}

.feature-right-area.b2b {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  background-image: url('../images/6974c72756bf8eeeb4ffe91b_daniele-levis-pelusi-Si_bmG2xo-c-unsplash.webp');
  flex-flow: column;
  display: flex;
}

.feature-right-area.b2b.no-bg-image {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  background-image: none;
  width: 50%;
  min-height: auto;
  padding: 0;
}

.heading-4 {
  font-family: Open Sans, sans-serif;
  font-size: 40px;
  line-height: 50px;
}

.heading-4.b2b-head {
  width: 481.656px;
  min-width: 480px;
  font-size: 36px;
  font-weight: 400;
}

.heading-4.b2b-head.bigger {
  font-size: 66px;
  line-height: 80px;
}

.heading-4.b2b-head.bigger.black {
  color: #000;
  width: auto;
  min-width: auto;
  margin-top: 0;
  margin-bottom: 10px;
  font-size: 46px;
  line-height: 30px;
}

.heading-4.wwa {
  text-align: left;
  font-size: 50px;
}

.heading-4.wwa.center {
  text-align: center;
}

.heading-4.wwa.center.meet-marcus {
  text-align: left;
  max-width: 850px;
  margin-left: auto;
  margin-right: auto;
  font-size: 40px;
  font-weight: 800;
  line-height: 55px;
}

.heading-4.wwa.center.meet-marcus-center {
  text-align: center;
  max-width: 850px;
  margin-top: 1rem;
  margin-left: auto;
  margin-right: auto;
  font-size: 40px;
  font-weight: 800;
  line-height: 55px;
}

.experience_timeline-step-2 {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  grid-template-rows: auto;
  grid-template-columns: max-content 1fr;
}

.cursor-element-2 {
  background-color: #fff;
  border-radius: 50%;
  width: 1rem;
  height: 1rem;
}

.padding-global-2 {
  padding-left: 15px;
  padding-right: 15px;
}

.padding-global-2.padding-bottom-120px {
  padding-top: 100px;
}

.portfolio_item-2 {
  z-index: 0;
  cursor: pointer;
  border-radius: .5rem;
  justify-content: center;
  align-items: center;
  width: 20vw;
  height: 15vw;
  display: flex;
  position: relative;
  overflow: hidden;
}

.portfolio_item-2.hide {
  display: none;
}

.text-span-11 {
  font-size: 32px;
}

.card-21 {
  background-color: #fafafa;
  background-image: none;
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  border-radius: 18px;
  flex-direction: column;
  justify-content: space-between;
  align-items: stretch;
  width: 100%;
  height: 100%;
  padding: 16px;
  text-decoration: none;
  display: flex;
  position: relative;
}

.text-size-small-2 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: .88rem;
  line-height: 1.2;
}

.text-size-small-2.yellow {
  color: #f08a0e;
}

.capability_item-2 {
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.footer_legal-wrapper-2 {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

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

.code-embed-3 {
  color: #0f2c67;
}

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

.heading-46 {
  grid-row-gap: 4px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  text-decoration: none;
  display: flex;
}

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

.text-align-center-2 {
  text-align: center;
  justify-content: center;
  align-items: center;
  display: block;
}

.text-align-center-2.center {
  display: flex;
}

.button-3 {
  z-index: 0;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  background-color: #1d1d1d;
  border-radius: .5rem;
  padding: 1rem 1.5rem;
  font-size: 1.125rem;
  font-weight: 500;
  position: relative;
}

.button-3.is-portfolio {
  z-index: 1;
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  background-color: #0d0d0d;
  border-style: none;
  align-items: center;
  padding-top: .88rem;
  padding-bottom: .88rem;
  display: none;
  position: static;
  top: 50%;
  bottom: auto;
}

.button-3.is-navbar-button {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  background-color: #1d1d1d;
  align-items: center;
  padding-top: .8rem;
  padding-bottom: .7rem;
  transition: background-color .2s;
  display: flex;
}

.button-3.is-navbar-button.menu_button {
  opacity: 0;
  margin-left: .2rem;
  padding-top: .5rem;
  padding-bottom: .5rem;
  font-size: 1rem;
  transition: box-shadow .2s;
  display: none;
}

.button-3.is-navbar-button.menu_button:hover {
  box-shadow: 0 0 60px #ffffff4d, 0 0 20px #ffffff80, 0 0 5px #ffffff80;
}

.button-3.is-icon {
  z-index: 1;
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  background-color: #1d1d1d;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  transition: box-shadow .2s, background-color .2s;
  display: flex;
}

.button-3.is-icon.blue {
  background-color: #0f2c67;
}

.navbar_logo-image-wrapper-2 {
  z-index: 0;
  border-radius: 0%;
  justify-content: flex-start;
  align-items: center;
  width: auto;
  height: 4rem;
  display: flex;
  position: relative;
  overflow: hidden;
}

.navbar_logo-image-wrapper-2.inner {
  justify-content: center;
  align-items: center;
  height: auto;
  margin-top: -10px;
  margin-bottom: 20px;
}

.max-width-medium-2 {
  width: 100%;
  max-width: 90%;
}

.path {
  color: #fff;
}

.feature-item-wrapper {
  grid-column-gap: 100px;
  grid-row-gap: 100px;
  flex-flow: column;
  display: flex;
}

.text-style-link-2 {
  grid-column-gap: .25rem;
  grid-row-gap: .25rem;
  color: #9eeb21;
  mix-blend-mode: difference;
  justify-content: flex-start;
  align-items: center;
  text-decoration: none;
  display: flex;
}

.card-19-copy {
  border: 1px undefined undefined;
  background-color: #fafafa;
  background-image: none;
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  border-radius: 18px;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  height: 100%;
  padding: 16px;
  text-decoration: none;
  display: flex;
  position: relative;
}

.pricing-card-body {
  -webkit-backdrop-filter: blur(54px);
  backdrop-filter: blur(54px);
  background-color: #fff;
  border-radius: 16px;
  padding: 40px 30px;
}

.pricing-card-body.b2b {
  width: 100%;
  padding-top: 20px;
}

.price-5 {
  justify-content: space-between;
  align-items: flex-end;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.margin-bottom-32px {
  margin-bottom: 32px;
}

.margin-bottom-32px.hide {
  display: none;
}

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

.experience_progress-bar-2 {
  background-color: #fff;
  width: 2px;
  height: 100%;
}

.text-229 {
  color: #81848b;
  text-align: right;
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 12px;
  font-weight: 500;
  line-height: 100%;
  text-decoration: none;
}

.button_circle-2 {
  z-index: 0;
  background-color: #fff;
  border-radius: 50%;
  width: .6rem;
  height: .6rem;
}

.button_circle-2.menu_button-circle {
  background-color: #fff;
  border-color: #9eeb21;
  margin-bottom: 0;
}

.button_circle-2.is-fill {
  background-color: #9eeb21;
}

.text-223 {
  color: #81848b;
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: 500;
  line-height: 140%;
  text-decoration: none;
}

.point-8 {
  grid-column-gap: 12px;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.fs-rangeslider_input {
  display: none;
}

.list-7 {
  grid-row-gap: 12px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.icon-1x1-xsmall-2 {
  color: #f08a0e;
  flex-direction: column;
  flex: none;
  justify-content: center;
  align-items: center;
  width: .7rem;
  height: 1.2rem;
  display: flex;
}

.form_input-2 {
  color: #fff;
  background-color: #30354e14;
  border: 1px solid #eee;
  border-radius: 99rem;
  min-height: 3.25rem;
  margin-bottom: 0;
  padding: .5rem 1.25rem;
  font-size: 1.125rem;
}

.form_input-2:focus {
  outline-offset: 0rem;
  border-style: none;
  outline: .1rem solid #000;
}

.form_input-2::placeholder {
  color: #dadada;
}

.icon-imahe {
  object-fit: contain;
  width: 16px;
  height: 16px;
  overflow: hidden;
}

.header_title-wrapper-2 {
  font-weight: 700;
}

.pricing {
  grid-column-gap: 4px;
  flex: none;
  justify-content: flex-start;
  align-items: flex-end;
  text-decoration: none;
  display: flex;
}

.form_label-2 {
  margin-bottom: .5rem;
  margin-left: .4rem;
}

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

.heading-points-6 {
  grid-row-gap: 24px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  text-decoration: none;
  display: flex;
}

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

.card-20 {
  grid-row-gap: 60px;
  border: 1px undefined undefined;
  background-color: #fafafa;
  background-image: none;
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  border-radius: 18px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-end;
  width: 100%;
  height: auto;
  padding: 16px;
  text-decoration: none;
  display: flex;
  position: relative;
}

.header-100svh-2 {
  z-index: 0;
  justify-content: center;
  align-items: center;
  min-height: calc(100svh - 6rem);
  max-height: 60rem;
  display: flex;
  position: relative;
}

.text-228 {
  color: #1f2023;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 24px;
  font-weight: 600;
  line-height: 100%;
  text-decoration: none;
}

.subscription-cards-3 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 1680px;
  height: auto;
  text-decoration: none;
  display: grid;
}

.button_text-small-2 {
  color: #f08a0e;
  padding-top: .1rem;
  padding-bottom: .09rem;
  font-size: .88rem;
}

.button_text-small-2.white {
  color: #fff;
}

.vat-text {
  color: #333333b3;
  margin-bottom: 0;
  font-size: 16px;
  line-height: 1.5em;
}

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

.margin-bottom-24px-2 {
  width: 100%;
  margin-bottom: 24px;
}

.margin-bottom-24px-2.black {
  margin-bottom: 10px;
}

.margin-bottom-24px-2.meet-marcus {
  margin-bottom: 0;
}

.margin-bottom-24px-2.meet-marcus.full-width {
  margin-top: 4rem;
}

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

.point-7 {
  grid-column-gap: 12px;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.point-7.card {
  margin-top: 30px;
}

.text-233 {
  color: #81848b;
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: 400;
  line-height: 140%;
  text-decoration: none;
}

.pricing-feature-list {
  margin-bottom: 36px;
}

.pricing-feature-list.card {
  margin-bottom: 10px;
}

.navbar_link-2 {
  color: #fff;
  border-radius: .38rem;
  flex: none;
  padding: .8rem 1.5rem .75rem;
  transition: background-color .2s;
}

.navbar_link-2:hover {
  background-color: #1d1d1d80;
}

.navbar_link-2.w--current {
  color: #fff;
}

.text-color-green-2 {
  color: #f08a0e;
}

.form_radio-icon-2 {
  background-color: #30354e14;
  width: 1.4rem;
  height: 1.4rem;
  margin-top: 0;
  margin-left: 0;
  margin-right: .5rem;
}

.form_radio-icon-2.w--redirected-checked {
  background-color: #fff;
  border-width: .4rem;
  border-color: #3c6ce5;
  width: 1.4rem;
  height: 1.4rem;
}

.form_radio-icon-2.w--redirected-focus {
  box-shadow: none;
  outline-offset: .1rem;
  outline: .1rem solid #000;
  width: 1.4rem;
  height: 1.4rem;
}

.card-22 {
  grid-column-gap: 80px;
  grid-row-gap: 80px;
  border: 1px undefined undefined;
  background-color: #fafafa;
  background-image: none;
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  border-radius: 18px;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  height: 100%;
  padding: 16px;
  text-decoration: none;
  display: flex;
  position: relative;
}

.pricing-list-box {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  justify-content: flex-start;
  align-items: center;
  max-width: 441px;
  padding-top: 8px;
  padding-bottom: 8px;
  display: flex;
}

.pricing-list-box.services {
  justify-content: flex-start;
  align-items: flex-start;
}

.button-inner-shadow-2 {
  z-index: -1;
  aspect-ratio: 1;
  opacity: 0;
  filter: blur(25px);
  pointer-events: none;
  background-color: #fff;
  border-radius: 50%;
  width: 100%;
  height: auto;
  position: absolute;
  inset: 50% auto auto 50%;
  transform: translate(-50%, -50%);
}

.order_content {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  height: 100%;
  display: flex;
}

.paragraph-11 {
  text-align: left;
  font-size: 16px;
  line-height: 25px;
}

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

.paragraph-11.center.meet-marcus {
  text-align: left;
  max-width: 400px;
}

.text-224 {
  color: #1f2023;
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: 500;
  line-height: 140%;
  text-decoration: none;
}

.icon-top {
  grid-column-gap: 24px;
  justify-content: flex-start;
  align-items: flex-start;
  width: 68px;
  height: 68px;
  text-decoration: none;
  display: flex;
}

.author-image {
  object-fit: cover;
  border-radius: 100px;
  width: 56px;
  height: 56px;
}

.footer-section {
  padding-top: 16px;
  padding-bottom: 16px;
}

.author-block {
  align-items: center;
  margin-top: 24px;
  display: flex;
}

.about-text {
  width: 100%;
  max-width: 700px;
  font-size: 20px;
  line-height: 30px;
}

.button-4 {
  color: #fff;
  text-align: center;
  background-color: #3c6ce5;
  border-radius: 99rem;
  padding: .75rem 1.5rem;
  font-weight: 600;
  transition: all .25s;
}

.button-4:hover {
  background-color: #2756cf;
  transform: scale(1.05)rotate(3deg);
}

.button-4.is-large {
  background-color: #0f2c67;
  padding: 1rem 2rem;
  font-size: 1.125rem;
}

.title {
  font-size: 32px;
  font-weight: 600;
  line-height: 38px;
}

.title.h1 {
  font-size: 8em;
  font-weight: 300;
  line-height: .8em;
}

.title.h1.me-work {
  margin-bottom: 10px;
  font-size: 5.4em;
  position: absolute;
  top: -3%;
  left: 30%;
}

.title.h1.me-work.category {
  margin-bottom: 0;
  font-size: 3.3em;
  position: static;
}

.title.h1.me-work.category.opacity0 {
  opacity: 0;
}

.title.h1.me-work.lower {
  top: 0%;
}

.title.h1.me-work.opacity0 {
  opacity: 0;
}

.title.h1.cta {
  color: #fff;
  text-transform: none;
  margin-top: 16px;
  margin-bottom: 16px;
  text-decoration: none;
}

.title.h1.cta:hover {
  color: #6445e5;
}

.title.h1.about-title {
  margin-top: 0;
  margin-bottom: 48px;
  font-size: 5.4em;
}

.title.h1.white.banner-heading {
  z-index: 2;
  text-align: center;
  text-transform: capitalize;
  font-size: 7em;
  font-weight: 400;
  line-height: .9em;
  position: absolute;
}

.title.h2 {
  margin-top: 0;
  font-size: 22px;
  font-weight: 300;
  line-height: 30px;
  display: none;
}

.page-wrapper-3 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-direction: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: column;
  width: 100%;
  overflow: hidden;
}

.section-2 {
  padding-top: 120px;
  padding-bottom: 120px;
}

.section-2.work-track {
  width: 100%;
  height: 400vh;
  padding-top: 0;
  padding-bottom: 0;
  display: none;
}

.section-2.work-track.education {
  height: 150vh;
}

.section-2.work-track.church {
  height: 100vh;
}

.section-2.hide, .section-2.cta {
  display: none;
}

.nav-link {
  color: #fff;
  background-color: #161616;
  border-radius: 100px;
  padding: 8px 24px;
}

.camera {
  width: 99vw;
  height: 100vh;
  position: sticky;
  top: 0;
  overflow: hidden;
}

.author-detail {
  padding-left: 12px;
}

.container-2 {
  max-width: 1200px;
  padding-left: 24px;
  padding-right: 24px;
}

.form_radio-3 {
  cursor: pointer;
  background-color: #30354e14;
  border-radius: 99rem;
  flex-direction: row;
  align-items: center;
  width: 50%;
  margin-bottom: 0;
  padding: .9rem;
  display: flex;
}

.form_radio-label-3 {
  flex: none;
}

.heading-50 {
  font-size: 6rem;
}

.banner-block {
  grid-column-gap: 80px;
  grid-row-gap: 80px;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.cta-text {
  font-size: 22px;
  line-height: 32px;
}

.scroll-down-button {
  z-index: 4;
  padding: 8px 12px;
  position: absolute;
  bottom: 0;
}

.about-wrap {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: .5fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.portfolio-block {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  color: #fff;
  flex: 0 auto;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  max-width: 1020px;
  margin-top: 40px;
  text-decoration: none;
  display: grid;
}

.portfolio-block:hover {
  color: #6445e5;
}

.portfolio-block._3col {
  grid-template-columns: 1fr 1fr 1fr;
}

.portfolio-block._2col {
  grid-template-columns: 1fr 1fr;
}

.text-size-medium-4 {
  font-size: 1.25rem;
}

.text-align-center-3 {
  text-align: center;
  justify-content: center;
  align-items: center;
  display: block;
}

.author-work {
  font-size: 16px;
  line-height: 24px;
  display: block;
}

.testimonial-block {
  background-color: #020202;
  border: 1px solid #161616;
  padding: 24px;
}

.portfolio-image {
  object-fit: cover;
  width: auto;
  height: 50vh;
}

.navbar-inner {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.brand-image {
  max-height: 32px;
}

.banner-image {
  z-index: 1;
  height: 40vh;
  position: relative;
}

.form_label-3 {
  margin-bottom: .5rem;
  margin-left: .4rem;
}

.testimonial-wrapper {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 24px;
  display: grid;
}

.navbar {
  background-color: #020202;
  padding-top: 24px;
  padding-bottom: 24px;
}

.frame {
  height: 100%;
  display: flex;
}

.testimonial-content {
  margin-bottom: 0;
  font-size: 20px;
  line-height: 30px;
}

.form_radio-icon-3 {
  background-color: #30354e14;
  width: 1.4rem;
  height: 1.4rem;
  margin-top: 0;
  margin-left: 0;
  margin-right: .5rem;
}

.form_radio-icon-3.w--redirected-checked {
  background-color: #fff;
  border-width: .4rem;
  border-color: #3c6ce5;
  width: 1.4rem;
  height: 1.4rem;
}

.form_radio-icon-3.w--redirected-focus {
  box-shadow: none;
  outline-offset: .1rem;
  outline: .1rem solid #000;
  width: 1.4rem;
  height: 1.4rem;
}

.frame-item {
  flex-flow: column;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100vh;
  display: flex;
}

.frame-item.flex {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: row;
  width: 470%;
}

.frame-item.flex.education {
  width: 250%;
}

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

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

.image-13 {
  object-fit: cover;
  border-radius: 35px;
  height: 500px;
}

.div-block-23 {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  justify-content: flex-start;
  align-items: center;
  max-width: 1000px;
  display: flex;
}

.div-block-23.met-marcus {
  justify-content: flex-start;
  align-items: flex-start;
  max-width: 850px;
}

.text-span-12 {
  font-size: 30px;
  font-weight: 400;
  line-height: 35px;
}

@media screen and (min-width: 1280px) {
  .navbar_menu.is-page-height-tablet {
    justify-content: flex-start;
    align-items: center;
    width: 35rem;
  }

  .form-cols {
    grid-template-columns: minmax(0, 1fr) minmax(0, 1fr) minmax(0, 1fr) minmax(0, 1fr) minmax(0, 1fr) 1fr;
  }

  .landing-cta-text {
    color: #fff;
    border: 1.5px #fff6;
    border-radius: 70px;
    padding: 0;
    font-size: 16px;
    font-weight: 600;
    text-decoration-style: solid;
    display: block;
  }

  .feature-inner-wrapper {
    grid-column-gap: 113px;
    grid-row-gap: 113px;
  }

  .heading-4.wwa.center.meet-marcus, .heading-4.wwa.center.meet-marcus-center {
    max-width: 950px;
  }

  .feature-item-wrapper {
    grid-column-gap: 120px;
    grid-row-gap: 120px;
  }

  .margin-bottom-24px-2.meet-marcus {
    max-width: 1000px;
  }

  .margin-bottom-24px-2.meet-marcus.full-width {
    max-width: none;
  }

  .div-block-23 {
    max-width: 1200px;
  }

  .div-block-23.met-marcus {
    max-width: 1000px;
  }
}

@media screen and (min-width: 1440px) {
  .landing-cta-text {
    font-size: 20px;
  }

  .pricing-plans {
    padding-left: 80px;
    padding-right: 80px;
  }

  .landding-cta {
    padding: 20px 40px;
  }

  .form_radio-2.full {
    width: 50%;
  }

  .div-block-22.block {
    flex-flow: row;
  }
}

@media screen and (min-width: 1920px) {
  .landing-cta-text {
    max-height: none;
    font-size: 21px;
    line-height: 41px;
  }

  .pricing-plans {
    padding-left: 120px;
    padding-right: 120px;
  }

  .landding-cta {
    padding: 20px 40px;
  }

  .heading-4.wwa.center.meet-marcus, .heading-4.wwa.center.meet-marcus-center {
    max-width: 950px;
  }
}

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

  .margin-xhuge {
    margin: 6rem;
  }

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

  .page-wrapper {
    cursor: auto;
  }

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

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

  .fs-styleguide_2-col {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    grid-template-columns: 1fr;
  }

  .padding-xxlarge {
    padding: 4rem;
  }

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

  .hide-tablet {
    display: none;
  }

  .padding-xhuge {
    padding: 6rem;
  }

  .margin-xxhuge {
    margin: 8rem;
  }

  .margin-huge {
    margin: 5rem;
  }

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

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

  .margin-medium {
    margin: 1.5rem;
  }

  .margin-xxlarge {
    margin: 4rem;
  }

  .margin-xlarge {
    margin: 3rem;
  }

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

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

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

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

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

  .padding-xlarge {
    padding: 3rem;
  }

  .padding-large {
    padding: 2.5rem;
  }

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

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

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

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

  .fs-styleguide_heading-medium {
    font-size: 3rem;
  }

  .padding-xxhuge {
    padding: 8rem;
  }

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

  .padding-medium {
    padding: 1.5rem;
  }

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

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

  .padding-section-large.testimonials {
    padding-left: 0;
    padding-right: 0;
  }

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

  .fs-styleguide_1-col {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
  }

  .padding-huge {
    padding: 5rem;
  }

  .button.is-navbar-button.menu_button {
    opacity: 1;
    justify-content: center;
    margin-top: 1.5rem;
    padding-top: .75rem;
    padding-bottom: .75rem;
  }

  .margin-large {
    margin: 2.5rem;
  }

  .navbar_component {
    position: fixed;
  }

  .navbar_container {
    border: 2px solid var(--border);
    -webkit-backdrop-filter: blur(10px);
    backdrop-filter: blur(10px);
    background-color: #0d0d0de6;
    border-radius: .5rem;
    grid-template-columns: .25fr 1fr;
    padding: .2rem;
    display: flex;
    position: relative;
  }

  .navbar_menu {
    -webkit-text-fill-color: inherit;
    background-color: #fff;
    background-clip: border-box;
    border-bottom: 1px solid #000;
    justify-content: center;
    padding: 1rem 5% 2.5rem;
    display: flex;
    position: absolute;
    overflow: auto;
  }

  .navbar_menu.is-page-height-tablet {
    -webkit-backdrop-filter: blur(10px);
    backdrop-filter: blur(10px);
    background-color: #0d0d0de6;
    width: 100%;
    height: 100dvh;
    padding: 5%;
    transition: height .5s;
    position: absolute;
    left: auto;
    transform: translate(0%);
  }

  .navbar_link {
    text-align: center;
    margin-bottom: .5rem;
    padding: .75rem 0;
    font-size: 1.125rem;
  }

  .navbar_button-wrapper {
    align-items: center;
  }

  .navbar_menu-button {
    padding: 0;
  }

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

  .menu-icon {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 48px;
    height: 48px;
    padding-bottom: 0;
    padding-right: 0;
    display: flex;
  }

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

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

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

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

  .header-100svh {
    min-height: 100svh;
  }

  .logo_list {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    grid-auto-columns: max-content;
    justify-content: center;
    justify-items: center;
    display: flex;
  }

  .portfolio_list-wrapper.is-bottom {
    margin-top: 2rem;
    margin-bottom: 2rem;
  }

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

  .portfolio_item {
    width: 55vw;
    height: 36vw;
  }

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

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

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

  .experience_component {
    grid-column-gap: 3rem;
    grid-row-gap: 2rem;
    grid-template-columns: .55fr 1fr;
  }

  .experience_timeline-step {
    grid-column-gap: 24px;
  }

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

  .footer_bottom-wrapper {
    grid-template-columns: 1fr;
    place-items: center start;
  }

  .portfolio_wrapper {
    padding-bottom: 2rem;
  }

  .testimonial_client-logo {
    height: 1.2rem;
  }

  .cursor-wrapper, .button-inner-shadow {
    display: none;
  }

  .section_legal1-header {
    padding-top: 4.5rem;
  }

  .pricing-feature-list-wrap {
    padding-top: 24px;
  }

  .navbar_container-2 {
    -webkit-backdrop-filter: blur(10px);
    backdrop-filter: blur(10px);
    background-color: #0d0d0de6;
    border: 2px solid #1d1d1d;
    border-radius: .5rem;
    grid-template-columns: .25fr 1fr;
    padding: .2rem;
    display: flex;
    position: relative;
  }

  .div-block-14 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .portfolio_list-wrapper-2.is-bottom {
    margin-top: 1rem;
    margin-bottom: 1rem;
  }

  .landing-cta-text {
    font-size: 14px;
    font-weight: 500;
  }

  .pricing-plans {
    padding-left: 40px;
    padding-right: 40px;
  }

  .feature-inner-wrapper {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    place-items: start stretch;
  }

  .feature-inner-wrapper.b2b {
    grid-column-gap: 20px;
    grid-row-gap: 40px;
    grid-template-columns: .75fr;
    justify-content: center;
    place-items: center stretch;
  }

  .feature-inner-wrapper.b2b.package {
    grid-template-columns: 1fr;
  }

  .navbar_logo-2.inner.wwu {
    display: none;
  }

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

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

  .heading-49 {
    line-height: 59px;
  }

  .feature-right-area {
    border-radius: 14px;
    justify-content: center;
    align-items: center;
    padding: 40px 35px;
    display: flex;
  }

  .heading-4.b2b-head {
    line-height: 20px;
  }

  .heading-4.wwa.center.meet-marcus {
    text-align: left;
    max-width: 800px;
    margin-left: 0;
    margin-right: 0;
    line-height: 45px;
  }

  .heading-4.wwa.center.meet-marcus-center {
    text-align: left;
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
    font-size: 33px;
    line-height: 45px;
  }

  .experience_timeline-step-2 {
    grid-column-gap: 24px;
  }

  .padding-global-2.padding-bottom-120px {
    padding-top: 20px;
  }

  .portfolio_item-2 {
    width: 20vw;
    height: 12vw;
  }

  .portfolio_item-2.hide-tablet {
    width: 35vw;
  }

  .text-span-11 {
    font-size: 20px;
    line-height: 20px;
  }

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

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

  .button-3.is-navbar-button.menu_button {
    opacity: 1;
    justify-content: center;
    margin-top: 1.5rem;
    padding-top: .75rem;
    padding-bottom: .75rem;
  }

  .feature-item-wrapper {
    grid-column-gap: 70px;
    grid-row-gap: 70px;
  }

  .pricing-card-body {
    border-radius: 12px;
    padding: 30px 22px;
  }

  .margin-bottom-32px {
    margin-bottom: 22px;
  }

  .capability_list-2 {
    grid-column-gap: 2rem;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    margin-bottom: 60px;
  }

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

  .header-100svh-2 {
    min-height: 100svh;
  }

  .subscription-cards-3 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-columns: 1fr 1fr;
  }

  .margin-bottom-24px-2 {
    justify-content: center;
    align-items: center;
    margin-bottom: 20px;
    display: flex;
  }

  .margin-bottom-24px-2.black {
    flex-flow: column;
  }

  .margin-bottom-24px-2.meet-marcus {
    justify-content: flex-start;
    align-items: center;
    margin-bottom: 20px;
    padding-left: 20px;
  }

  .margin-bottom-24px-2.meet-marcus.full-width {
    margin-top: 2rem;
  }

  .navbar_link-2 {
    text-align: center;
    margin-bottom: .5rem;
    padding: .75rem 0;
    font-size: 1.125rem;
  }

  .button-inner-shadow-2 {
    display: none;
  }

  .title.h1.me-work {
    font-size: 3.8em;
    left: 16px;
  }

  .title.h1.cta {
    font-size: 6em;
  }

  .title.h1.about-title {
    font-size: 3.8em;
  }

  .title.h1.white.banner-heading {
    font-size: 6em;
  }

  .title.h2 {
    font-size: 40px;
    line-height: 48px;
  }

  .page-wrapper-3 {
    cursor: auto;
  }

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

  .heading-50 {
    line-height: 59px;
  }

  .banner-block {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-direction: column;
    padding-bottom: 100px;
  }

  .frame-item {
    padding-left: 24px;
    padding-right: 24px;
  }

  .text-span-12 {
    font-size: 22px;
    line-height: 25px;
  }
}

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

  .margin-xhuge {
    margin: 4rem;
  }

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

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

  .padding-vertical.padding-medium {
    margin-top: 40px;
  }

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

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

  .padding-xxlarge {
    padding: 3rem;
  }

  .fs-styleguide_section-header {
    font-size: .875rem;
  }

  .padding-xhuge {
    padding: 4rem;
  }

  .margin-xxhuge {
    margin: 4.5rem;
  }

  .margin-huge {
    margin: 3.5rem;
  }

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

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

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

  .margin-medium {
    margin: 1.25rem;
  }

  .margin-xxlarge {
    margin: 3rem;
  }

  .margin-xlarge {
    margin: 2rem;
  }

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

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

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

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

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

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

  .padding-xlarge {
    padding: 2rem;
  }

  .button-group {
    flex-direction: column;
    justify-content: center;
    align-items: stretch;
    width: 100%;
  }

  .button-group.is-center.is-testimonial {
    grid-column-gap: .5rem;
    grid-row-gap: .5rem;
  }

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

  .padding-large {
    padding: 1.5rem;
  }

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

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

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

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

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

  .fs-styleguide_version {
    font-size: .875rem;
  }

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

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

  .fs-styleguide_heading-medium {
    font-size: 2rem;
  }

  .padding-xxhuge {
    padding: 4.5rem;
  }

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

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

  .padding-medium {
    padding: 1.25rem;
  }

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

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

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

  .padding-huge {
    padding: 3.5rem;
  }

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

  .button.is-navbar-button {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .button.is-portfolio {
    inset: auto auto 0% 0%;
    transform: translate(10%, -10%);
  }

  .button.is-portfolio.is-right {
    inset: auto 0% 0% auto;
    transform: translate(-10%, -10%);
  }

  .margin-large {
    margin: 1.5rem;
  }

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

  .navbar_logo-link {
    grid-column-gap: .5rem;
    grid-row-gap: .5rem;
  }

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

  .logo_list {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    grid-template-rows: max-content auto;
    grid-template-columns: 30% 30% 30%;
    grid-auto-columns: 30%;
    justify-content: center;
    padding-top: 1rem;
    display: flex;
  }

  .logo_wrapper {
    padding: .5rem;
  }

  .logo_logo {
    max-height: 2rem;
  }

  .portfolio_list-wrapper.is-bottom {
    margin-top: 1.5rem;
    margin-bottom: 1.5rem;
  }

  .portfolio_list {
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
  }

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

  .process_component {
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
  }

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

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

  .process_card-content {
    padding: 1.5rem;
  }

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

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

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

  .experience_progress-bar-wrapper {
    left: 3.4rem;
  }

  .experience_timeline-icon-wrapper {
    padding-left: .5rem;
    padding-right: .5rem;
  }

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

  .footer_link-list {
    grid-column-gap: .25rem;
    grid-row-gap: .25rem;
    grid-template-columns: 1fr;
    grid-auto-flow: row;
    justify-items: start;
    width: 100%;
  }

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

  .footer_credit-text {
    order: 1;
  }

  .navbar_text-wrapper {
    display: none;
  }

  .header_title {
    font-size: 2.5rem;
  }

  .header_title.heading-style-h1 {
    max-width: 401px;
  }

  .header_testimonial-content {
    align-self: center;
    align-items: center;
  }

  .portfolio_wrapper {
    padding-bottom: 1.5rem;
  }

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

  .testimonial_client-logo {
    height: 1.4rem;
  }

  .experience_profile-image {
    margin-left: auto;
    margin-right: auto;
  }

  .cta_wrapper {
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
    grid-template-columns: 1fr;
    grid-auto-flow: row;
    justify-items: center;
  }

  .experience_available-button {
    justify-content: center;
  }

  .footer_certificate-image {
    width: 100%;
  }

  .partner_list {
    grid-column-gap: 1rem;
    grid-template-columns: 10rem 10rem 10rem 10rem 10rem 10rem 10rem 10rem;
    padding-top: 1rem;
  }

  .partner_wrapper {
    padding: .75rem 1rem;
  }

  .header_logo {
    width: 10.2rem;
    margin-bottom: -.85rem;
    transform: translate(0, -55%);
  }

  .footer_legal-wrapper {
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .pricing-feature-list-wrap {
    padding-top: 20px;
  }

  .footer_payment-link-wrapper-2 {
    display: none;
  }

  .text-size-medium-2 {
    margin-top: 20px;
    padding-left: 20px;
    padding-right: 20px;
    line-height: 24px;
  }

  .portfolio_list-wrapper-2.is-bottom {
    margin-top: 1.5rem;
    margin-bottom: 1.5rem;
  }

  .main-wrapper-3 {
    margin-top: 40px;
  }

  .footer_link-2 {
    line-height: 71px;
    display: none;
  }

  .footer_link-list-2 {
    grid-column-gap: .25rem;
    grid-row-gap: .25rem;
    grid-template-columns: 1fr 1fr;
    grid-auto-flow: row;
    justify-items: start;
    width: 100%;
  }

  .section_order {
    grid-template-columns: minmax(0, 2.5fr);
  }

  .footer_credit-text-2 {
    order: 1;
  }

  .pricing-plans {
    padding-left: 20px;
    padding-right: 20px;
  }

  .card-19 {
    border-radius: 16px;
  }

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

  .portfolio_list-2 {
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
  }

  .experience_profile-image-2 {
    margin-left: auto;
    margin-right: auto;
  }

  .feature-right-area {
    border-radius: 10px;
    padding: 50px 25px;
  }

  .heading-4.wwa {
    font-size: 40px;
  }

  .card-21 {
    border-radius: 16px;
  }

  .footer_legal-wrapper-2 {
    flex-flow: row;
    justify-content: flex-start;
    align-items: flex-start;
  }

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

  .button-3.is-portfolio {
    inset: auto auto 0% 0%;
    transform: translate(10%, -10%);
  }

  .button-3.is-portfolio.is-right {
    inset: auto 0% 0% auto;
    transform: translate(-10%, -10%);
  }

  .button-3.is-navbar-button {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .button-3.is-icon {
    justify-content: center;
    margin-top: 10px;
    margin-bottom: 20px;
  }

  .feature-item-wrapper {
    grid-column-gap: 50px;
    grid-row-gap: 50px;
  }

  .card-19-copy {
    border-radius: 16px;
  }

  .pricing-card-body {
    border-radius: 8px;
  }

  .capability_list-2 {
    grid-row-gap: 3rem;
    grid-template-columns: 1fr;
    width: 90%;
  }

  .icon-imahe {
    object-fit: contain;
    width: 16px;
    height: 16px;
  }

  .header_title-wrapper-2 {
    max-width: none;
    padding-left: 40px;
    padding-right: 40px;
  }

  .card-20 {
    border-radius: 16px;
  }

  .margin-bottom-24px-2 {
    margin-bottom: 16px;
  }

  .card-22 {
    border-radius: 16px;
  }

  .main-wrapper-4 {
    margin-top: 40px;
  }

  .about-text {
    font-size: 18px;
    line-height: 28px;
  }

  .title.h1.me-work {
    font-size: 3em;
    top: 4%;
  }

  .title.h1.cta {
    font-size: 4.4em;
  }

  .title.h1.about-title {
    font-size: 3em;
  }

  .title.h1.white.banner-heading {
    font-size: 4.4em;
  }

  .title.h2 {
    font-size: 32px;
    line-height: 38px;
  }

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

  .section-2.cta {
    height: 60vh;
  }

  .nav-link {
    font-size: 14px;
    line-height: 22px;
  }

  .cta-text {
    font-size: 18px;
    line-height: 28px;
  }

  .portfolio-image {
    object-fit: cover;
    height: 56vh;
  }

  .brand-image {
    max-width: 84%;
  }

  .banner-image {
    max-height: 450px;
  }

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

  .testimonial-content {
    font-size: 18px;
    line-height: 28px;
  }

  .footer-text {
    font-size: 14px;
    line-height: 22px;
  }
}

@media screen and (max-width: 479px) {
  .padding-vertical {
    padding-left: 0;
    padding-right: 0;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

  .button.is-portfolio {
    padding: .68rem;
  }

  .navbar_container {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
  }

  .logo_list {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    justify-content: center;
    padding-top: 0;
  }

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

  .logo_logo {
    max-height: 1.7rem;
  }

  .portfolio_component {
    height: 100%;
  }

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

  .capability_list, .process_row {
    grid-template-columns: 1fr;
  }

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

  .testimonial_client {
    border-right-style: none;
    padding-right: 0;
  }

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

  .experience_timeline-wrapper {
    grid-column-gap: 3rem;
    grid-row-gap: 3rem;
    flex-direction: column;
    display: flex;
    position: relative;
  }

  .experience_progress-bar-wrapper {
    height: 90%;
    left: 50%;
    transform: translate(-50%);
  }

  .experience_timeline-step {
    z-index: 1;
    grid-column-gap: 0rem;
    grid-row-gap: 0rem;
    background-color: var(--black);
    text-align: center;
    grid-template-columns: 1fr;
    grid-auto-flow: row;
    justify-items: center;
    padding-top: 1rem;
    padding-bottom: 1rem;
    padding-left: 0;
    position: relative;
  }

  .experience_timeline-left {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding-bottom: .5rem;
  }

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

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

  .footer_left-wrapper {
    align-items: center;
  }

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

  .footer_link-list {
    grid-column-gap: .25rem;
    grid-row-gap: .25rem;
    justify-items: center;
  }

  .footer_bottom-wrapper {
    text-align: center;
    place-items: start center;
  }

  .portfolio_wrapper {
    border-radius: 1rem;
    height: 100%;
  }

  .testimonial_client-details {
    grid-column-gap: .5rem;
    grid-row-gap: .5rem;
    flex-direction: column;
  }

  .footer_payment-link-icon {
    width: 1.3rem;
    height: 1.3rem;
  }

  .footer_payment-link-wrapper {
    grid-column-gap: 1rem;
    grid-row-gap: .5rem;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    width: 100%;
    display: flex;
  }

  .partner_list {
    justify-content: center;
  }

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

  .testimonial_client-logo-link {
    display: none;
  }

  .header_logo {
    margin-top: 1.75em;
    margin-left: auto;
    margin-right: auto;
    display: block;
  }

  .experience_progress-line {
    display: none;
  }

  .footer_legal-wrapper {
    justify-content: flex-start;
    align-items: center;
  }

  .pricing-feature-list-wrap {
    padding-top: 18px;
  }

  .heading-48.services {
    font-size: 45px;
  }

  .footer_payment-link-wrapper-2 {
    grid-column-gap: 1rem;
    grid-row-gap: .5rem;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    width: 100%;
    display: flex;
  }

  .navbar_container-2 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    padding-left: 1rem;
  }

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

  .portfolio_list-wrapper-2 {
    margin-left: 0;
  }

  .portfolio_list-wrapper-2.is-bottom {
    width: 100%;
    height: 100%;
    margin-top: 1rem;
    margin-bottom: 1rem;
    margin-right: 0;
  }

  .feature-left-area {
    display: none;
  }

  .feature-left-area.meet-marcus {
    flex-flow: column;
    width: 100%;
    display: flex;
  }

  .bold-text.black {
    font-size: 27px;
  }

  .footer_link-list-2 {
    grid-column-gap: .25rem;
    grid-row-gap: .25rem;
    justify-items: center;
  }

  .landing-cta-text {
    text-align: center;
    font-size: 17px;
    font-weight: 700;
  }

  .feature-inner-wrapper {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
  }

  .feature-inner-wrapper.b2b {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-flow: column;
    flex: none;
    grid-template-rows: auto;
    grid-template-columns: .75fr;
    grid-auto-columns: 1fr;
    place-content: stretch;
    align-items: stretch;
    width: 100%;
    padding-left: 15px;
    padding-right: 15px;
    display: flex;
  }

  .feature-inner-wrapper.b2b.package {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    padding-left: 0;
    padding-right: 0;
  }

  .feature-inner-wrapper.b2b.meet-marcus.vertical {
    margin-top: 10px;
  }

  .navbar_logo-2 {
    height: 35px;
  }

  .portfolio_list-2 {
    grid-column-gap: .3rem;
    grid-row-gap: .3rem;
    flex-flow: row;
    flex: 0 auto;
    grid-template-columns: 1fr;
    align-items: center;
    width: 100%;
    height: 100%;
    display: flex;
    overflow: auto;
  }

  .landding-cta {
    padding: 20px 25px;
  }

  .form_radio-2.full {
    width: 100%;
  }

  .form_radio-label-2 {
    font-size: .9rem;
  }

  .heading-49 {
    font-size: 4rem;
  }

  .testimonial_client-2 {
    border-right-style: none;
    padding-right: 0;
  }

  .div-block-22.block {
    flex-flow: column;
    justify-content: space-between;
    align-items: flex-start;
  }

  .feature-right-area {
    padding: 30px 18px;
  }

  .feature-right-area.b2b {
    align-items: stretch;
    width: 100%;
    min-width: 100%;
    margin-left: 0;
    margin-right: 0;
  }

  .feature-right-area.b2b.no-bg-image {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    padding-bottom: 10px;
  }

  .heading-4.wwa.center.meet-marcus, .heading-4.wwa.center.meet-marcus-center {
    text-align: center;
    max-width: none;
    font-size: 28px;
    font-weight: 800;
    line-height: 32px;
  }

  .experience_timeline-step-2 {
    z-index: 1;
    grid-column-gap: 0rem;
    grid-row-gap: 0rem;
    text-align: center;
    background-color: #0d0d0d;
    grid-template-columns: 1fr;
    grid-auto-flow: row;
    justify-items: center;
    padding-top: 1rem;
    padding-bottom: 1rem;
    padding-left: 0;
    position: relative;
  }

  .padding-global-2.padding-bottom-120px {
    padding-left: 0;
    padding-right: 0;
  }

  .portfolio_item-2 {
    flex: 0 auto;
    width: 100vw;
    min-width: 70vw;
    height: 25vh;
  }

  .portfolio_item-2.hide {
    display: flex;
  }

  .footer_legal-wrapper-2 {
    justify-content: flex-start;
    align-items: center;
  }

  .button-3.is-portfolio {
    padding: .68rem;
  }

  .button-3.is-navbar-button {
    display: none;
  }

  .max-width-medium-2 {
    max-width: none;
  }

  .feature-item-wrapper {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    width: 100%;
  }

  .pricing-card-body {
    padding-left: 18px;
    padding-right: 18px;
  }

  .margin-bottom-32px {
    margin-bottom: 20px;
  }

  .capability_list-2, .subscription-cards-3 {
    grid-template-columns: 1fr;
  }

  .margin-bottom-24px-2.meet-marcus {
    justify-content: center;
    align-items: center;
    margin-bottom: 10px;
    padding-left: 0;
  }

  .experience_progress-line-2 {
    display: none;
  }

  .pricing-list-box {
    padding-top: 4px;
    padding-bottom: 4px;
  }

  .paragraph-11.center.meet-marcus {
    max-width: none;
    font-size: 14px;
    font-weight: 300;
  }

  .title.h1.me-work {
    font-size: 2em;
  }

  .title.h1.cta {
    font-size: 2.6em;
  }

  .title.h1.about-title {
    font-size: 2em;
  }

  .title.h1.white.banner-heading {
    font-size: 3em;
  }

  .section-2 {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .nav-link, .container-2 {
    padding-left: 16px;
    padding-right: 16px;
  }

  .heading-50 {
    font-size: 4rem;
  }

  .brand-image {
    max-width: 76%;
  }

  .banner-image {
    width: 94%;
    height: auto;
    max-height: none;
  }

  .cta {
    text-align: center;
  }

  .image-13 {
    object-position: 50% 0%;
    border-radius: 16px;
    width: 100%;
    height: 250px;
  }

  .div-block-23 {
    flex-flow: column;
  }

  .div-block-23.met-marcus {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    flex-flow: column-reverse;
  }

  .text-span-12 {
    text-align: center;
    font-size: 22px;
    font-weight: 300;
    line-height: 20px;
  }
}

#w-node-_2ab12585-7326-b8ea-2c71-830ec304ee46-3d37ca5d {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-_2ab12585-7326-b8ea-2c71-830ec304ee59-3d37ca5d {
  justify-self: end;
}

#w-node-_2ab12585-7326-b8ea-2c71-830ec304f026-3d37ca5d {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_2ab12585-7326-b8ea-2c71-830ec304f1e0-3d37ca5d, #w-node-_2ab12585-7326-b8ea-2c71-830ec304f1e3-3d37ca5d, #w-node-_2ab12585-7326-b8ea-2c71-830ec304f1e6-3d37ca5d, #w-node-_2ab12585-7326-b8ea-2c71-830ec304f1e9-3d37ca5d, #w-node-_2ab12585-7326-b8ea-2c71-830ec304f1ec-3d37ca5d {
  justify-self: center;
}

#w-node-_2ab12585-7326-b8ea-2c71-830ec304f35b-3d37ca5d, #w-node-_2ab12585-7326-b8ea-2c71-830ec304f384-3d37ca5d {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_2ab12585-7326-b8ea-2c71-830ec304f3c1-3d37ca5d, #w-node-_2ab12585-7326-b8ea-2c71-830ec304f3c5-3d37ca5d {
  grid-area: span 1 / span 3 / span 1 / span 3;
}

#w-node-_2ab12585-7326-b8ea-2c71-830ec304f3cb-3d37ca5d {
  grid-area: span 1 / span 6 / span 1 / span 6;
}

#w-node-_2ab12585-7326-b8ea-2c71-830ec304f3d3-3d37ca5d, #w-node-_2ab12585-7326-b8ea-2c71-830ec304f3d8-3d37ca5d, #w-node-_2ab12585-7326-b8ea-2c71-830ec304f3dc-3d37ca5d, #w-node-_2ab12585-7326-b8ea-2c71-830ec304f3e1-3d37ca5d {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_2ab12585-7326-b8ea-2c71-830ec304f404-3d37ca5d {
  justify-self: start;
}

#w-node-_2ab12585-7326-b8ea-2c71-830ec304f484-3d37ca5d, #w-node-_2ab12585-7326-b8ea-2c71-830ec304f499-3d37ca5d {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_76c583fa-a684-4691-2642-02d5d81bad41-3d37ca5e, #w-node-_76c583fa-a684-4691-2642-02d5d81bad46-3d37ca5e, #w-node-_76c583fa-a684-4691-2642-02d5d81bad4b-3d37ca5e, #w-node-_76c583fa-a684-4691-2642-02d5d81bad50-3d37ca5e, #w-node-_76c583fa-a684-4691-2642-02d5d81bad56-3d37ca5e, #w-node-_76c583fa-a684-4691-2642-02d5d81bad5c-3d37ca5e, #w-node-_76c583fa-a684-4691-2642-02d5d81bad62-3d37ca5e {
  justify-self: start;
}

#w-node-_76c583fa-a684-4691-2642-02d5d81bae6f-3d37ca5e, #w-node-_76c583fa-a684-4691-2642-02d5d81bae88-3d37ca5e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_76c583fa-a684-4691-2642-02d5d81bae8b-3d37ca5e {
  justify-self: start;
}

#w-node-_76c583fa-a684-4691-2642-02d5d81bae8d-3d37ca5e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_76c583fa-a684-4691-2642-02d5d81bae90-3d37ca5e {
  justify-self: start;
}

#w-node-_76c583fa-a684-4691-2642-02d5d81baef9-3d37ca5e, #w-node-_76c583fa-a684-4691-2642-02d5d81baf03-3d37ca5e, #w-node-_76c583fa-a684-4691-2642-02d5d81baf04-3d37ca5e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_76c583fa-a684-4691-2642-02d5d81baf72-3d37ca5e, #w-node-_76c583fa-a684-4691-2642-02d5d81baf77-3d37ca5e, #w-node-_76c583fa-a684-4691-2642-02d5d81baf7c-3d37ca5e, #w-node-_76c583fa-a684-4691-2642-02d5d81baf81-3d37ca5e, #w-node-_76c583fa-a684-4691-2642-02d5d81baf86-3d37ca5e, #w-node-_76c583fa-a684-4691-2642-02d5d81baf8b-3d37ca5e, #w-node-_76c583fa-a684-4691-2642-02d5d81baf95-3d37ca5e, #w-node-_76c583fa-a684-4691-2642-02d5d81baf9a-3d37ca5e, #w-node-_76c583fa-a684-4691-2642-02d5d81baf9f-3d37ca5e, #w-node-_76c583fa-a684-4691-2642-02d5d81bafa4-3d37ca5e, #w-node-_76c583fa-a684-4691-2642-02d5d81bafa9-3d37ca5e, #w-node-_76c583fa-a684-4691-2642-02d5d81bafae-3d37ca5e, #w-node-_76c583fa-a684-4691-2642-02d5d81bafb3-3d37ca5e, #w-node-_76c583fa-a684-4691-2642-02d5d81bafb8-3d37ca5e, #w-node-_76c583fa-a684-4691-2642-02d5d81bafbd-3d37ca5e, #w-node-_76c583fa-a684-4691-2642-02d5d81bafc2-3d37ca5e, #w-node-_76c583fa-a684-4691-2642-02d5d81bafc7-3d37ca5e {
  justify-self: start;
}

#w-node-_76c583fa-a684-4691-2642-02d5d81bafcb-3d37ca5e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_76c583fa-a684-4691-2642-02d5d81bafcc-3d37ca5e {
  justify-self: start;
}

#w-node-_76c583fa-a684-4691-2642-02d5d81bafce-3d37ca5e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_76c583fa-a684-4691-2642-02d5d81bafd1-3d37ca5e, #w-node-_76c583fa-a684-4691-2642-02d5d81bafd6-3d37ca5e, #w-node-_76c583fa-a684-4691-2642-02d5d81bafdb-3d37ca5e, #w-node-_76c583fa-a684-4691-2642-02d5d81baff0-3d37ca5e, #w-node-_76c583fa-a684-4691-2642-02d5d81baff5-3d37ca5e, #w-node-_76c583fa-a684-4691-2642-02d5d81baffa-3d37ca5e, #w-node-_76c583fa-a684-4691-2642-02d5d81bafff-3d37ca5e, #w-node-_76c583fa-a684-4691-2642-02d5d81bb004-3d37ca5e, #w-node-_76c583fa-a684-4691-2642-02d5d81bb009-3d37ca5e, #w-node-_76c583fa-a684-4691-2642-02d5d81bb013-3d37ca5e, #w-node-_76c583fa-a684-4691-2642-02d5d81bb018-3d37ca5e, #w-node-_76c583fa-a684-4691-2642-02d5d81bb01d-3d37ca5e, #w-node-_76c583fa-a684-4691-2642-02d5d81bb022-3d37ca5e, #w-node-_76c583fa-a684-4691-2642-02d5d81bb027-3d37ca5e, #w-node-_76c583fa-a684-4691-2642-02d5d81bb02c-3d37ca5e, #w-node-_76c583fa-a684-4691-2642-02d5d81bb031-3d37ca5e, #w-node-_76c583fa-a684-4691-2642-02d5d81bb036-3d37ca5e, #w-node-_76c583fa-a684-4691-2642-02d5d81bb03b-3d37ca5e, #w-node-_76c583fa-a684-4691-2642-02d5d81bb040-3d37ca5e, #w-node-_76c583fa-a684-4691-2642-02d5d81bb045-3d37ca5e {
  justify-self: start;
}

#w-node-_76c583fa-a684-4691-2642-02d5d81bb049-3d37ca5e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_76c583fa-a684-4691-2642-02d5d81bb04a-3d37ca5e, #w-node-_76c583fa-a684-4691-2642-02d5d81bb04f-3d37ca5e, #w-node-_76c583fa-a684-4691-2642-02d5d81bb054-3d37ca5e, #w-node-_76c583fa-a684-4691-2642-02d5d81bb059-3d37ca5e {
  justify-self: start;
}

#w-node-_76c583fa-a684-4691-2642-02d5d81bb0df-3d37ca5e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_76c583fa-a684-4691-2642-02d5d81bb13b-3d37ca5e {
  justify-self: start;
}

#w-node-_65a59377-0dbf-1199-5f6d-1436f10392fe-f10392f8, #w-node-_65a59377-0dbf-1199-5f6d-1436f10392ff-f10392f8 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_65a59377-0dbf-1199-5f6d-1436f103930c-f10392f8 {
  justify-self: start;
}

#w-node-_65a59377-0dbf-1199-5f6d-1436f103930d-f10392f8, #w-node-_65a59377-0dbf-1199-5f6d-1436f103930e-f10392f8, #w-node-_65a59377-0dbf-1199-5f6d-1436f1039333-f10392f8 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_8753e42e-601c-2141-65d6-41dafb0915f6-fb0915f2, #w-node-_8753e42e-601c-2141-65d6-41dafb0915f8-fb0915f2, #w-node-_8753e42e-601c-2141-65d6-41dafb0915fa-fb0915f2, #w-node-_8753e42e-601c-2141-65d6-41dafb0915fc-fb0915f2, #w-node-_8753e42e-601c-2141-65d6-41dafb0915fe-fb0915f2, #w-node-_8753e42e-601c-2141-65d6-41dafb091600-fb0915f2, #w-node-_8753e42e-601c-2141-65d6-41dafb091602-fb0915f2, #w-node-_8753e42e-601c-2141-65d6-41dafb091604-fb0915f2, #w-node-_8753e42e-601c-2141-65d6-41dafb091606-fb0915f2, #w-node-_8753e42e-601c-2141-65d6-41dafb091608-fb0915f2, #w-node-_8753e42e-601c-2141-65d6-41dafb09160a-fb0915f2, #w-node-_8753e42e-601c-2141-65d6-41dafb09160c-fb0915f2, #w-node-_8753e42e-601c-2141-65d6-41dafb09160e-fb0915f2, #w-node-_8753e42e-601c-2141-65d6-41dafb091610-fb0915f2, #w-node-_8753e42e-601c-2141-65d6-41dafb091613-fb0915f2, #w-node-_8753e42e-601c-2141-65d6-41dafb091615-fb0915f2, #w-node-_8753e42e-601c-2141-65d6-41dafb091617-fb0915f2, #w-node-_8753e42e-601c-2141-65d6-41dafb091619-fb0915f2, #w-node-_8753e42e-601c-2141-65d6-41dafb09161b-fb0915f2, #w-node-_8753e42e-601c-2141-65d6-41dafb09161d-fb0915f2, #w-node-_8753e42e-601c-2141-65d6-41dafb09161f-fb0915f2, #w-node-_8753e42e-601c-2141-65d6-41dafb091621-fb0915f2, #w-node-_8753e42e-601c-2141-65d6-41dafb091623-fb0915f2, #w-node-_8753e42e-601c-2141-65d6-41dafb091625-fb0915f2, #w-node-_8753e42e-601c-2141-65d6-41dafb091627-fb0915f2, #w-node-_8753e42e-601c-2141-65d6-41dafb091629-fb0915f2, #w-node-_8753e42e-601c-2141-65d6-41dafb09162b-fb0915f2, #w-node-_8753e42e-601c-2141-65d6-41dafb09162d-fb0915f2 {
  justify-self: center;
}

#w-node-_602d53d4-f4a7-465b-4f68-82eeb60e8c89-b60e8c87 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-_602d53d4-f4a7-465b-4f68-82eeb60e8c9f-b60e8c87 {
  justify-self: end;
}

#w-node-_54073c07-d0ac-0f03-753c-d7cdfe0d5a41-65247752 {
  grid-area: 1 / 2 / 2 / 4;
}

#w-node-_54073c07-d0ac-0f03-753c-d7cdfe0d5ac9-65247752, #w-node-_54073c07-d0ac-0f03-753c-d7cdfe0d5ace-65247752, #w-node-_54073c07-d0ac-0f03-753c-d7cdfe0d5ad0-65247752, #w-node-_54073c07-d0ac-0f03-753c-d7cdfe0d5ad3-65247752, #w-node-_54073c07-d0ac-0f03-753c-d7cdfe0d5ad5-65247752, #w-node-_54073c07-d0ac-0f03-753c-d7cdfe0d5ad8-65247752, #w-node-_54073c07-d0ac-0f03-753c-d7cdfe0d5ada-65247752, #w-node-_54073c07-d0ac-0f03-753c-d7cdfe0d5ae2-65247752, #w-node-_54073c07-d0ac-0f03-753c-d7cdfe0d5ae7-65247752, #w-node-_54073c07-d0ac-0f03-753c-d7cdfe0d5ae9-65247752, #w-node-_54073c07-d0ac-0f03-753c-d7cdfe0d5aec-65247752, #w-node-_54073c07-d0ac-0f03-753c-d7cdfe0d5aee-65247752, #w-node-_54073c07-d0ac-0f03-753c-d7cdfe0d5af1-65247752, #w-node-_54073c07-d0ac-0f03-753c-d7cdfe0d5af3-65247752, #w-node-_54073c07-d0ac-0f03-753c-d7cdfe0d5afb-65247752, #w-node-_54073c07-d0ac-0f03-753c-d7cdfe0d5b00-65247752, #w-node-_54073c07-d0ac-0f03-753c-d7cdfe0d5b02-65247752, #w-node-_54073c07-d0ac-0f03-753c-d7cdfe0d5b0a-65247752, #w-node-_54073c07-d0ac-0f03-753c-d7cdfe0d5b0f-65247752, #w-node-_54073c07-d0ac-0f03-753c-d7cdfe0d5b11-65247752, #w-node-_54073c07-d0ac-0f03-753c-d7cdfe0d5b14-65247752, #w-node-_54073c07-d0ac-0f03-753c-d7cdfe0d5b16-65247752, #w-node-_54073c07-d0ac-0f03-753c-d7cdfe0d5b19-65247752, #w-node-_54073c07-d0ac-0f03-753c-d7cdfe0d5b1b-65247752, #w-node-_54073c07-d0ac-0f03-753c-d7cdfe0d5b28-65247752, #w-node-_54073c07-d0ac-0f03-753c-d7cdfe0d5b2d-65247752, #w-node-_54073c07-d0ac-0f03-753c-d7cdfe0d5b2f-65247752, #w-node-_54073c07-d0ac-0f03-753c-d7cdfe0d5b32-65247752, #w-node-_54073c07-d0ac-0f03-753c-d7cdfe0d5b34-65247752, #w-node-_54073c07-d0ac-0f03-753c-d7cdfe0d5b37-65247752, #w-node-_54073c07-d0ac-0f03-753c-d7cdfe0d5b39-65247752, #w-node-_54073c07-d0ac-0f03-753c-d7cdfe0d5b40-65247752, #w-node-_54073c07-d0ac-0f03-753c-d7cdfe0d5b45-65247752, #w-node-_54073c07-d0ac-0f03-753c-d7cdfe0d5b47-65247752, #w-node-_54073c07-d0ac-0f03-753c-d7cdfe0d5b4a-65247752, #w-node-_54073c07-d0ac-0f03-753c-d7cdfe0d5b4c-65247752, #w-node-_54073c07-d0ac-0f03-753c-d7cdfe0d5b4f-65247752, #w-node-_54073c07-d0ac-0f03-753c-d7cdfe0d5b51-65247752, #w-node-_54073c07-d0ac-0f03-753c-d7cdfe0d5b58-65247752, #w-node-_54073c07-d0ac-0f03-753c-d7cdfe0d5b5d-65247752, #w-node-_54073c07-d0ac-0f03-753c-d7cdfe0d5b5f-65247752, #w-node-_54073c07-d0ac-0f03-753c-d7cdfe0d5b62-65247752, #w-node-_54073c07-d0ac-0f03-753c-d7cdfe0d5b64-65247752, #w-node-_54073c07-d0ac-0f03-753c-d7cdfe0d5b67-65247752, #w-node-_54073c07-d0ac-0f03-753c-d7cdfe0d5b69-65247752, #w-node-_54073c07-d0ac-0f03-753c-d7cdfe0d5b70-65247752, #w-node-_54073c07-d0ac-0f03-753c-d7cdfe0d5b75-65247752, #w-node-_54073c07-d0ac-0f03-753c-d7cdfe0d5b77-65247752, #w-node-_54073c07-d0ac-0f03-753c-d7cdfe0d5b7a-65247752, #w-node-_54073c07-d0ac-0f03-753c-d7cdfe0d5b7c-65247752, #w-node-_54073c07-d0ac-0f03-753c-d7cdfe0d5b7f-65247752, #w-node-_54073c07-d0ac-0f03-753c-d7cdfe0d5b81-65247752, #w-node-_54073c07-d0ac-0f03-753c-d7cdfe0d5b88-65247752, #w-node-_54073c07-d0ac-0f03-753c-d7cdfe0d5b8d-65247752, #w-node-_54073c07-d0ac-0f03-753c-d7cdfe0d5b8f-65247752, #w-node-_54073c07-d0ac-0f03-753c-d7cdfe0d5b92-65247752, #w-node-_54073c07-d0ac-0f03-753c-d7cdfe0d5b94-65247752, #w-node-_54073c07-d0ac-0f03-753c-d7cdfe0d5b97-65247752, #w-node-_54073c07-d0ac-0f03-753c-d7cdfe0d5b99-65247752, #w-node-_54073c07-d0ac-0f03-753c-d7cdfe0d5ba2-65247752, #w-node-_54073c07-d0ac-0f03-753c-d7cdfe0d5ba7-65247752, #w-node-_54073c07-d0ac-0f03-753c-d7cdfe0d5ba9-65247752, #w-node-_54073c07-d0ac-0f03-753c-d7cdfe0d5bb1-65247752, #w-node-_54073c07-d0ac-0f03-753c-d7cdfe0d5bb6-65247752, #w-node-_54073c07-d0ac-0f03-753c-d7cdfe0d5bb8-65247752, #w-node-_54073c07-d0ac-0f03-753c-d7cdfe0d5bbb-65247752, #w-node-_54073c07-d0ac-0f03-753c-d7cdfe0d5bbd-65247752, #w-node-_54073c07-d0ac-0f03-753c-d7cdfe0d5bc0-65247752, #w-node-_54073c07-d0ac-0f03-753c-d7cdfe0d5bc2-65247752, #w-node-_54073c07-d0ac-0f03-753c-d7cdfe0d5bca-65247752, #w-node-_54073c07-d0ac-0f03-753c-d7cdfe0d5bcc-65247752, #w-node-_54073c07-d0ac-0f03-753c-d7cdfe0d5bcf-65247752, #w-node-_54073c07-d0ac-0f03-753c-d7cdfe0d5bd1-65247752, #w-node-_54073c07-d0ac-0f03-753c-d7cdfe0d5bd4-65247752, #w-node-_54073c07-d0ac-0f03-753c-d7cdfe0d5bd6-65247752, #w-node-_54073c07-d0ac-0f03-753c-d7cdfe0d5be3-65247752, #w-node-_54073c07-d0ac-0f03-753c-d7cdfe0d5be5-65247752, #w-node-_54073c07-d0ac-0f03-753c-d7cdfe0d5be8-65247752, #w-node-_54073c07-d0ac-0f03-753c-d7cdfe0d5bea-65247752, #w-node-_54073c07-d0ac-0f03-753c-d7cdfe0d5bed-65247752, #w-node-_54073c07-d0ac-0f03-753c-d7cdfe0d5bef-65247752, #w-node-_54073c07-d0ac-0f03-753c-d7cdfe0d5bfc-65247752, #w-node-_54073c07-d0ac-0f03-753c-d7cdfe0d5c01-65247752, #w-node-_54073c07-d0ac-0f03-753c-d7cdfe0d5c03-65247752, #w-node-_54073c07-d0ac-0f03-753c-d7cdfe0d5c06-65247752, #w-node-_54073c07-d0ac-0f03-753c-d7cdfe0d5c08-65247752, #w-node-_54073c07-d0ac-0f03-753c-d7cdfe0d5c0b-65247752, #w-node-_54073c07-d0ac-0f03-753c-d7cdfe0d5c0d-65247752, #w-node-_54073c07-d0ac-0f03-753c-d7cdfe0d5c14-65247752, #w-node-_54073c07-d0ac-0f03-753c-d7cdfe0d5c19-65247752, #w-node-_54073c07-d0ac-0f03-753c-d7cdfe0d5c1b-65247752, #w-node-_54073c07-d0ac-0f03-753c-d7cdfe0d5c1e-65247752, #w-node-_54073c07-d0ac-0f03-753c-d7cdfe0d5c20-65247752, #w-node-_54073c07-d0ac-0f03-753c-d7cdfe0d5c23-65247752, #w-node-_54073c07-d0ac-0f03-753c-d7cdfe0d5c25-65247752, #w-node-_54073c07-d0ac-0f03-753c-d7cdfe0d5c2c-65247752, #w-node-_54073c07-d0ac-0f03-753c-d7cdfe0d5c38-65247752, #w-node-_54073c07-d0ac-0f03-753c-d7cdfe0d5c42-65247752 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_54073c07-d0ac-0f03-753c-d7cdfe0d5c5d-65247752, #w-node-_54073c07-d0ac-0f03-753c-d7cdfe0d5c61-65247752 {
  grid-area: span 1 / span 3 / span 1 / span 3;
}

#w-node-_54073c07-d0ac-0f03-753c-d7cdfe0d5c67-65247752 {
  grid-area: span 1 / span 6 / span 1 / span 6;
}

#w-node-_54073c07-d0ac-0f03-753c-d7cdfe0d5c6f-65247752, #w-node-_54073c07-d0ac-0f03-753c-d7cdfe0d5c74-65247752, #w-node-_54073c07-d0ac-0f03-753c-d7cdfe0d5c78-65247752, #w-node-_54073c07-d0ac-0f03-753c-d7cdfe0d5c7d-65247752 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

@media screen and (max-width: 991px) {
  #w-node-_2ab12585-7326-b8ea-2c71-830ec304f491-3d37ca5d, #w-node-_2c1b5e15-4d0a-c409-ffb9-59e93c03d1c8-f10392f8 {
    order: 9999;
  }
}

@media screen and (max-width: 767px) {
  #w-node-_2ab12585-7326-b8ea-2c71-830ec304f404-3d37ca5d, #w-node-_65a59377-0dbf-1199-5f6d-1436f103930c-f10392f8 {
    grid-area: span 1 / span 3 / span 1 / span 3;
    justify-self: start;
  }

  #w-node-_54073c07-d0ac-0f03-753c-d7cdfe0d5a41-65247752 {
    grid-area: 1 / 1 / 2 / 3;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_2ab12585-7326-b8ea-2c71-830ec304f076-3d37ca5d {
    place-self: auto;
  }
}


