:root {
  --nutral--90: #0f0f0f;
  --nutral--5: #cecece;
  --dark-grey: #999;
  --nutral--100: #060607;
  --nutral--80: #181818;
  --nutral--70: #1d1d1d;
  --nutral--0: white;
  --nutral--20: #a3a3a3;
  --red: #d4403a;
  --pink: #f95ca3;
  --blue: #00c2ff;
  --spring-green: #01febd;
  --yellow: #f8d044;
  --nutral--30: #747474;
  --purple: #c25eff;
  --nutral--40: #424242;
}

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

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

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

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

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

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

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

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

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

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

body {
  background-color: var(--nutral--90);
  color: var(--nutral--5);
  font-family: Inter, sans-serif;
  font-size: 1rem;
  line-height: 1.6;
}

h1 {
  margin-top: 0;
  margin-bottom: 0;
  font-family: Sora, sans-serif;
  font-size: 4rem;
  font-weight: 700;
  line-height: 1.2;
}

h2 {
  margin-top: 0;
  margin-bottom: 0;
  font-family: Sora, sans-serif;
  font-size: 3rem;
  font-weight: 600;
  line-height: 1.2;
}

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

h4 {
  font-family: Sora, sans-serif;
  font-size: 1.5rem;
  font-weight: 600;
  line-height: 1.4;
}

h5 {
  margin-top: 0;
  margin-bottom: 0;
  font-family: Sora, sans-serif;
  font-size: 1.125rem;
  font-weight: 600;
  line-height: 1.5;
}

h6 {
  color: var(--nutral--5);
  margin-top: 0;
  margin-bottom: 0;
  font-family: Sora, sans-serif;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.5;
}

a {
  text-decoration: none;
}

ul, ol {
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 1.5rem;
}

li {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  align-items: center;
  display: flex;
}

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

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

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

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

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

.utility-page_component {
  justify-content: center;
  align-items: center;
  width: 100vw;
  max-width: 100%;
  height: 100vh;
  max-height: 100%;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  display: flex;
}

.utility-page_wrapper {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  text-align: center;
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
  max-width: 20rem;
  display: flex;
}

.utility-page_form {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
  display: flex;
}

.utility-page_image {
  margin-left: auto;
  margin-right: auto;
}

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

.margin-custom2 {
  margin: 2.5rem;
}

.padding-xlarge {
  padding: 4rem;
}

.margin-xlarge {
  margin: 4rem;
}

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

.padding-xhuge {
  padding: 8rem;
}

.margin-custom1 {
  margin: 1.5rem;
}

.padding-0 {
  padding: 0;
}

.padding-xxhuge {
  padding: 12rem;
}

.padding-huge {
  padding: 6rem;
}

.margin-large {
  margin: 3rem;
}

.padding-xxlarge {
  padding: 5rem;
}

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

.padding-custom3 {
  padding: 3.5rem;
}

.padding-large {
  padding: 3rem;
}

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

.padding-small {
  padding: 1rem;
}

.padding-custom2 {
  padding: 2.5rem;
}

.margin-custom3 {
  margin: 3.5rem;
}

.padding-custom1 {
  padding: 1.5rem;
}

.margin-huge {
  margin: 6rem;
}

.padding-medium {
  padding: 2rem;
}

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

.margin-xxlarge {
  margin: 5rem;
}

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

.margin-xhuge {
  margin: 8rem;
}

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

.margin-small {
  margin: 1rem;
}

.margin-medium {
  margin: 2rem;
}

.margin-xxhuge {
  margin: 12rem;
}

.margin-0 {
  margin: 0;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.fs-styleguide_spacing {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  background-image: linear-gradient(to top, #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;
}

.icon-1x1-small {
  flex: none;
  width: 1.65rem;
  height: 1.85rem;
}

.overflow-auto {
  overflow: auto;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.form_message-success {
  padding: 1.25rem;
}

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

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

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

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

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

.text-rich-text ul, .text-rich-text ol {
  margin-bottom: 1.5rem;
}

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

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

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

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

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

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

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

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

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

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

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

.overflow-hidden {
  overflow: hidden;
}

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

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

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

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

.overflow-visible {
  overflow: visible;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.background-color-grey {
  background-color: #f5f5f5;
}

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

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

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

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

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

.text-style-link {
  color: #000;
  text-decoration: underline;
}

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

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

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

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

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

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

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

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

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

.overflow-scroll {
  overflow: scroll;
}

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

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

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

.form_component {
  margin-bottom: 0;
}

.main-wrapper {
  background-color: var(--nutral--100);
  -webkit-text-fill-color: inherit;
  background-clip: border-box;
  padding: 64px 8px 32px;
}

.main-wrapper.white {
  background-color: #fefeff;
}

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

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

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

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

.button {
  border: 1px solid var(--nutral--80);
  background-color: var(--nutral--80);
  color: var(--nutral--5);
  text-align: center;
  border-radius: 6px;
  padding: .3rem .65rem;
  font-size: 12px;
  font-weight: 500;
  transition: all .2s;
}

.button:hover {
  background-color: var(--nutral--70);
}

.button.is-text {
  color: #000;
  background-color: #0000;
  border: 2px solid #0000;
}

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

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

.button.is-secondary {
  background-color: var(--nutral--80);
}

.button.is-secondary:hover {
  background-color: var(--nutral--70);
}

.button.is-icon {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  display: flex;
}

.button.large {
  border-width: 2px;
  border-radius: 12px;
  padding: .75rem 1rem;
  font-size: 16px;
  font-weight: 600;
}

.button.medium {
  border-radius: 10px;
  padding-top: .5rem;
  padding-bottom: .5rem;
  font-size: 14px;
}

.button.ghost {
  opacity: .6;
}

.button.white {
  border-color: var(--nutral--0);
  background-color: var(--nutral--0);
  color: var(--nutral--100);
}

.button.white:hover {
  background-color: var(--nutral--100);
  color: var(--nutral--0);
}

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

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

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

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

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

.hide {
  display: none;
}

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

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

.container-medium.main-container {
  border: 1px solid var(--nutral--80);
  background-color: #0a0a0a;
  border-radius: 32px;
  margin-bottom: 32px;
}

.container-medium.main-container.white {
  border-color: var(--nutral--5);
  background-color: #fff;
}

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

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

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

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

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

.brand {
  justify-content: center;
  align-items: center;
  padding-left: 0;
}

.logo-img {
  width: 24px;
}

.navbar {
  background-color: #0000;
  justify-content: space-between;
  align-items: center;
  max-width: 75rem;
  margin-left: auto;
  margin-right: auto;
  padding-left: 2rem;
  padding-right: 2rem;
  display: flex;
}

.navbar-link {
  color: var(--nutral--20);
  margin: 0;
  padding: 1rem;
  font-size: 12px;
  font-weight: 500;
  transition: all .2s;
}

.navbar-link:hover {
  color: var(--nutral--5);
}

.navbar-link.w--current {
  color: var(--nutral--0);
}

.section {
  grid-column-gap: 64px;
  grid-row-gap: 64px;
  text-align: center;
  flex-direction: column;
  align-items: center;
  padding: 64px 5%;
  display: flex;
}

.section.horizontal-desktop {
  grid-column-gap: 64px;
  flex-direction: row;
  align-items: flex-start;
}

.section.header {
  grid-column-gap: 0px;
  grid-row-gap: 40px;
  background-color: var(--nutral--100);
  justify-content: center;
  min-height: 60vh;
  padding-top: 80px;
  padding-bottom: 32px;
}

.section.space-medium {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
}

.section.single-header {
  justify-content: center;
  min-height: 64vh;
  position: relative;
}

.navbar-menu {
  flex: 1;
  align-items: center;
  padding-left: 1rem;
  padding-right: 1rem;
}

.menu-button.w--open {
  -webkit-text-fill-color: inherit;
  background-color: #181818;
  background-clip: border-box;
}

.max-width-mlarge {
  max-width: 56rem;
}

.link-arrow {
  grid-column-gap: 8px;
  color: #fff;
  align-items: center;
  font-size: 16px;
  font-weight: 500;
  text-decoration: none;
  display: flex;
}

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

.services_item {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  text-align: left;
  border-radius: 24px;
  flex-direction: column;
  flex: 1;
  padding: 28px 32px;
  transition: all .3s;
  display: flex;
}

.services_item:hover {
  background-color: var(--nutral--80);
}

.services_list {
  color: var(--dark-grey);
  padding-left: 0;
  list-style-type: none;
}

.services_content {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-direction: column;
  font-weight: 500;
  display: flex;
}

.section-heading {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  flex-direction: column;
  flex: 1;
  align-items: center;
  display: flex;
}

.section-heading.max-40 {
  max-width: 40%;
}

.features_component {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  text-align: left;
  flex-direction: column;
  flex: 1;
  max-width: 480px;
  display: flex;
}

.feature_item {
  grid-column-gap: 24px;
  border-radius: 24px;
  align-items: flex-start;
  padding: 24px;
  font-weight: 400;
  transition: all .2s;
  display: flex;
}

.feature_item:hover {
  color: var(--nutral--5);
}

.feature_item.is-vertical {
  text-align: left;
  flex-direction: column;
  align-items: flex-start;
}

.benefits_component {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex: 1;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  max-width: 680px;
  display: grid;
}

.ryan-avatar {
  border-radius: 134px;
  width: 80px;
  height: 80px;
}

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

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

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

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

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

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

.benefits_item {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  border: 1px solid var(--nutral--70);
  border-radius: 24px;
  flex-direction: column;
  align-items: flex-start;
  padding: 32px;
  display: flex;
}

.benefits_content {
  grid-row-gap: 8px;
  color: var(--nutral--30);
  text-align: left;
  flex-direction: column;
  align-items: flex-start;
  font-size: 16px;
  font-weight: 500;
  display: flex;
}

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

.plans_container {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  max-width: 620px;
  margin-bottom: 24px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.plans_container.vertical {
  flex-direction: column;
}

.pricing_box-heading {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  flex-direction: column;
  flex: 1;
  font-size: 12px;
  display: flex;
}

.plans_box {
  grid-column-gap: 16px;
  grid-row-gap: 24px;
  border: 1px solid var(--nutral--70);
  text-align: left;
  border-radius: 24px;
  flex-direction: column;
  flex: 1;
  padding: 1.75rem 2rem;
  display: flex;
}

.plans_box.horizontal-desktop {
  grid-column-gap: 32px;
  grid-row-gap: 16px;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}

.pricing_box-title {
  font-family: Sora, sans-serif;
  font-size: 1rem;
  font-weight: 500;
}

.pricing_box-title.text-color-blue {
  color: var(--blue);
}

.pricing_box-price {
  font-family: Sora, sans-serif;
  font-size: 2.25rem;
  font-weight: 500;
}

.pricing_list {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  color: var(--nutral--20);
  flex-direction: column;
  flex: 1;
  padding-left: 0;
  font-size: 13px;
  list-style-type: none;
  display: flex;
}

.faq_component {
  border: 1px solid var(--nutral--70);
  text-align: left;
  border-radius: 24px;
  flex: 1;
  width: 100%;
  max-width: 580px;
}

.faq_item {
  border-bottom: 1px solid #181818;
  flex-direction: column;
  align-items: stretch;
  display: flex;
}

.faq_item.is-last {
  border-bottom-style: none;
}

.faq_heading {
  cursor: pointer;
  justify-content: space-between;
  align-items: center;
  padding: 24px 24px 24px 32px;
  font-size: 16px;
  font-weight: 600;
  display: flex;
}

.faq_body {
  color: var(--nutral--20);
  padding-bottom: 24px;
  padding-left: 32px;
  padding-right: 24px;
  font-size: 14px;
  overflow: hidden;
}

.tools_component {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  border: 1px solid var(--nutral--80);
  background-color: var(--nutral--90);
  border-radius: 24px;
  flex-direction: column;
  flex: 1;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  max-width: 420px;
  padding: 24px;
  display: flex;
}

.tools_item {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  border-radius: 12px;
  justify-content: space-between;
  align-items: center;
  padding: 12px 16px 12px 12px;
  transition: all .2s;
  display: flex;
}

.tools_item:hover {
  background-color: var(--nutral--80);
}

.projects_component {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-direction: column;
  justify-content: center;
  width: 100%;
  max-width: 580px;
  display: flex;
}

.projects_item {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  border: 1px solid var(--nutral--70);
  background-color: var(--nutral--90);
  color: var(--nutral--0);
  border-radius: 24px;
  flex-direction: column;
  justify-content: space-between;
  align-items: stretch;
  padding: 24px 32px;
  display: flex;
}

.project_body {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  text-align: left;
  flex-direction: column;
  flex: 1;
  align-items: flex-start;
  font-size: 14px;
  font-weight: 500;
  display: flex;
}

.project_cover {
  border-radius: 12px;
  width: 100%;
}

.project_col {
  flex: 1;
}

.project_col.is-padding {
  padding-top: 120px;
}

.text-color-opacity {
  opacity: .6;
}

.top-navbar {
  background-color: var(--nutral--90);
  border-bottom: 1px solid #181818;
}

.top-navbar.sticky {
  z-index: 999;
  position: fixed;
  inset: 0% 0% auto;
}

.top-navbar-sub {
  justify-content: space-between;
  align-items: center;
  font-size: 12px;
  font-weight: 500;
  display: flex;
}

.text-gradient-main {
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(145deg, #ff4060, #ff5a44);
  -webkit-background-clip: text;
  background-clip: text;
}

.text-gradient-white {
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(145deg, #eee, #c1c1c1);
  -webkit-background-clip: text;
  background-clip: text;
}

.section-subtitle {
  color: var(--nutral--30);
  font-size: 18px;
  font-weight: 500;
}

.benefits_item-icon {
  width: 28px;
  height: 28px;
}

.benefits_title {
  font-weight: 600;
}

.top-navbar-right {
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.top-navbar-sup-right {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  padding-top: 1rem;
  padding-bottom: 1rem;
  display: flex;
}

.news_component {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  border: 1px solid var(--nutral--80);
  background-color: var(--nutral--90);
  color: var(--nutral--20);
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  padding: 10px 16px 10px 10px;
  font-size: 12px;
  font-weight: 500;
  transition: all .2s;
  display: flex;
}

.news_component:hover {
  background-color: var(--nutral--80);
}

.badge {
  background-color: var(--nutral--0);
  color: var(--nutral--100);
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  padding: 6px 8px;
  font-size: 10px;
  font-weight: 700;
  display: flex;
}

.background-gradient-main {
  background-image: linear-gradient(145deg, #ff4060, #ff5a44);
}

.icon-1x1-xsmall {
  width: 16px;
  height: 16px;
}

.heading-text {
  font-size: 3.8rem;
}

.header_subtitle {
  color: var(--nutral--20);
  font-weight: 500;
}

.footer {
  padding-bottom: 32px;
}

.footer_social-icon {
  width: 16px;
  height: 16px;
}

.footer-nav-top {
  border-top: 1px solid var(--nutral--80);
  color: var(--nutral--20);
}

.footer-navbar-sub {
  justify-content: space-between;
  font-size: 12px;
  font-weight: 500;
  display: flex;
}

.footer_social-item {
  color: var(--nutral--30);
  transition: all .2s;
}

.footer_social-item:hover {
  color: var(--nutral--5);
}

.header {
  min-height: 52px;
}

.pricing-tabbox {
  width: 100%;
}

.pricing-tabs-menu {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  justify-content: center;
  margin-bottom: 40px;
  display: flex;
}

.pricing-tab-link {
  color: var(--nutral--30);
  background-color: #0000;
  border-radius: 6px;
  padding: 6px 8px;
  font-size: 12px;
  font-weight: 500;
}

.pricing-tab-link.w--current {
  background-color: var(--nutral--80);
  color: var(--nutral--5);
}

.pricing_features-col {
  grid-column-gap: 32px;
  grid-row-gap: 10px;
  justify-content: space-between;
  display: flex;
}

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

.projects_item-row {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-direction: row;
  align-items: center;
  display: flex;
}

.project_bottom {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  border-top: 1px solid var(--nutral--70);
  color: var(--nutral--30);
  text-align: left;
  flex-direction: column;
  flex: 1;
  padding-top: 24px;
  font-size: 12px;
  font-weight: 500;
  display: flex;
}

.section_heading-icon {
  width: 2.5rem;
  height: 2.5rem;
  margin-bottom: 12px;
}

.form-wrapper {
  z-index: 50;
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  width: 100%;
  max-width: 400px;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
  position: relative;
  overflow: visible;
}

.text-field-wrapper {
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
  margin-bottom: 12px;
  display: flex;
  position: relative;
}

.price {
  margin-bottom: 5px;
  font-size: 17px;
  font-weight: 500;
}

.flex-outer-row {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.upgrade-slider-image {
  object-fit: cover;
  border-radius: 20px;
  width: 100%;
  max-height: 200px;
  margin-bottom: 20px;
}

.close-plan-picker {
  z-index: 50;
  background-color: #00000080;
  display: none;
  position: absolute;
  inset: 0%;
}

.pricing-box {
  box-shadow: none;
  background-color: #fff;
  border: 1px solid #0000001a;
  border-radius: 8px;
  width: 100%;
  margin-top: 0;
  margin-bottom: 15px;
  padding: 15px;
  transition: transform .2s ease-out, box-shadow .2s;
  overflow: hidden;
}

.pricing-box:hover {
  border-color: #000;
}

.pricing-box.w--current {
  background-color: #fff;
  border-width: 2px;
  border-color: #000;
  font-size: 14px;
}

.close-svg {
  cursor: pointer;
  background-color: #e9e9e9;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 25px;
  height: 25px;
  margin-top: 15px;
  margin-bottom: 15px;
  padding: 2px;
  display: flex;
}

.close-svg:hover {
  background-color: #fff;
}

.upgrade-button {
  color: #fff;
  text-align: center;
  background-color: #000;
  border-radius: 50px;
  padding: 15px 22px;
  font-size: 15px;
  font-weight: 700;
  line-height: 1.6em;
  text-decoration: none;
  transition: background-color .3s;
  display: block;
}

.upgrade-button:hover {
  background-color: #313131;
}

.upgrade-button.checkout-button {
  margin-top: 15px;
}

.plan-picker {
  z-index: 100;
  text-align: left;
  background-color: #fff;
  border-radius: 20px;
  padding-bottom: 30px;
  padding-left: 15px;
  padding-right: 15px;
  position: relative;
  inset: auto 10px 10px;
  transform: translate(0);
}

._75 {
  opacity: .75;
}

.slide-nav {
  font-size: 8px;
}

.upgrade-slider {
  background-color: #0000;
  height: auto;
  margin-bottom: 10px;
}

.hide-me-overlay {
  z-index: 8888;
  background-color: #000000bf;
  display: block;
  position: fixed;
  inset: 0;
  overflow: auto;
}

.upgrade-link {
  color: #000;
  border-bottom: .5px solid #000;
  margin-top: 15px;
  margin-bottom: 15px;
  text-decoration: none;
  display: inline-block;
}

.upgrade-link:hover {
  border-bottom-color: #0000;
}

.upgrade-text {
  color: #000;
  margin-left: 20px;
  margin-right: 20px;
}

.tab-radio-button {
  border: 2px solid #b0b0b0;
  border-radius: 50%;
  width: 20px;
  height: 20px;
  position: absolute;
  inset: auto 15px 15px auto;
}

.upgrade-slide {
  text-align: center;
  padding-bottom: 50px;
}

.close-overlay {
  z-index: 9;
  opacity: .25;
  cursor: pointer;
  position: absolute;
  inset: 0;
}

.price-text-grey {
  color: #757474;
  margin-bottom: 15px;
  padding-left: 6px;
  font-size: 14px;
}

.price-text-grey.no-margin {
  margin-bottom: 0;
}

.upgrade-container {
  z-index: 10;
  text-align: center;
  background-color: #fff;
  border-radius: 20px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 460px;
  min-height: 400px;
  margin-bottom: 50px;
  margin-left: auto;
  margin-right: auto;
  padding: 15px;
  display: block;
  position: relative;
  overflow: hidden;
}

.price-frequency {
  color: #b0b0b0;
  letter-spacing: 2px;
  margin-bottom: 5px;
  font-size: 12px;
  font-weight: 500;
}

.modal-scroll {
  width: 100%;
  min-height: 100vh;
  padding: 50px 50px 100px;
  position: absolute;
}

.discount-label {
  color: #147c49;
  background-color: #f0faf5;
  border-radius: 5px;
  margin-bottom: 5px;
  padding-top: 1px;
  padding-left: 10px;
  padding-right: 10px;
  font-size: 12px;
  font-weight: 600;
  display: inline-block;
}

.upgrade-header {
  margin-bottom: 10px;
  font-size: 27px;
  font-weight: 700;
  line-height: 1.2em;
}

.section-col {
  grid-column-gap: 64px;
  grid-row-gap: 64px;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.capabilities_item-icon {
  width: 24px;
  height: 24px;
}

.tools_icon-image {
  border: 1px solid var(--nutral--70);
  border-radius: 8px;
  width: 42px;
  height: 42px;
  padding: 0;
}

.feature_item-icon {
  border: 1px solid var(--nutral--70);
  border-radius: 12px;
  width: 50px;
  height: 50px;
  margin-top: 4px;
  padding: 12px;
}

.tools_item-body {
  color: var(--nutral--30);
  flex: 1;
  justify-content: space-between;
  align-items: center;
  font-size: 12px;
  font-weight: 500;
  display: flex;
}

.box-header {
  color: var(--nutral--30);
  text-align: left;
  flex-direction: column;
  align-items: flex-start;
  font-size: 14px;
  font-weight: 500;
  display: flex;
}

.tools_list {
  margin-left: -12px;
  margin-right: -12px;
}

.text-gradient-grey {
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(#cecece, #a0a0a0 30%, #acacac 50%, #a0a0a0 70%, #cecece);
  -webkit-background-clip: text;
  background-clip: text;
}

.text-size-huge {
  font-family: Sora, sans-serif;
  font-size: 3rem;
  font-weight: 600;
  line-height: 1.2;
}

.posts_component {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-direction: column;
  width: 100%;
  max-width: 620px;
  display: flex;
}

.post_item {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  border: 1px solid var(--nutral--70);
  border-radius: 24px;
  flex-direction: column;
  padding: 24px;
  display: flex;
}

.post_header {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-direction: column;
  display: flex;
}

.post_item-cover {
  opacity: .36;
  border-radius: 12px;
}

.post_item-cover.in-single {
  max-width: 620px;
}

.post_body {
  text-align: left;
}

.box {
  border: 1px solid var(--nutral--70);
  background-color: var(--nutral--90);
  border-radius: 20px;
}

.box2 {
  background-image: linear-gradient(326deg, #ffffff1a, #fff3);
  border: 1px solid #ffffff0d;
  border-radius: 20px;
}

.boxhover {
  transition: all .2s;
}

.boxhover:hover {
  background-color: var(--nutral--90);
}

.container-fluid.light {
  color: #2e2e2e;
  background-color: #f5f5f5;
}

.container-fluid.light.single-page {
  border-radius: 40px;
}

.post_cover {
  z-index: -1;
  opacity: .1;
  object-fit: cover;
  width: 100%;
  position: absolute;
  inset: 0%;
}

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

  .padding-xlarge {
    padding: 3rem;
  }

  .margin-xlarge {
    margin: 3rem;
  }

  .padding-xhuge {
    padding: 6rem;
  }

  .padding-xxhuge {
    padding: 8rem;
  }

  .padding-huge {
    padding: 5rem;
  }

  .margin-large {
    margin: 2.5rem;
  }

  .padding-xxlarge {
    padding: 4rem;
  }

  .padding-large {
    padding: 2.5rem;
  }

  .margin-huge {
    margin: 5rem;
  }

  .padding-medium {
    padding: 1.5rem;
  }

  .margin-xxlarge {
    margin: 4rem;
  }

  .margin-xhuge {
    margin: 6rem;
  }

  .margin-medium {
    margin: 1.5rem;
  }

  .margin-xxhuge {
    margin: 8rem;
  }

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

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

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

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

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

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

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

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

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

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

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

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

  .hide-tablet {
    display: none;
  }

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

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

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

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

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

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

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

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

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

  .section.horizontal-desktop {
    flex-direction: column;
    align-items: stretch;
  }

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

  .section-heading.max-40 {
    max-width: none;
  }

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

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

  .projects_component {
    flex-direction: column;
  }

  .project_col.is-padding {
    padding-top: 0;
  }

  .heading-text {
    font-size: 7vw;
  }

  .modal-scroll {
    padding-top: 50px;
    padding-left: 5%;
    padding-right: 5%;
  }

  .boxhover:hover {
    background-image: none;
  }
}

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

  h3 {
    font-size: 1.5rem;
  }

  h4 {
    font-size: 1rem;
  }

  .padding-xlarge {
    padding: 2rem;
  }

  .margin-xlarge {
    margin: 2rem;
  }

  .padding-xhuge {
    padding: 4rem;
  }

  .padding-xxhuge {
    padding: 4.5rem;
  }

  .padding-huge {
    padding: 3.5rem;
  }

  .margin-large {
    margin: 1.5rem;
  }

  .padding-xxlarge {
    padding: 3rem;
  }

  .padding-large {
    padding: 1.5rem;
  }

  .margin-huge {
    margin: 3.5rem;
  }

  .padding-medium {
    padding: 1.25rem;
  }

  .margin-xxlarge {
    margin: 3rem;
  }

  .margin-xhuge {
    margin: 4rem;
  }

  .margin-medium {
    margin: 1.25rem;
  }

  .margin-xxhuge {
    margin: 4.5rem;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .container-large {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

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

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

  .section {
    padding-top: 32px;
    padding-bottom: 32px;
  }

  .section.header {
    min-height: auto;
    padding-top: 48px;
    padding-bottom: 16px;
  }

  .navbar-menu {
    background-color: var(--nutral--90);
    height: 100vh;
    padding: 1rem .5rem;
  }

  .menu-button {
    background-color: var(--nutral--90);
    padding: 1.5rem 0 1.5rem 1.5rem;
  }

  .menu-button:hover {
    background-color: #0000;
  }

  .menu-button.w--open {
    background-color: var(--nutral--90);
  }

  .services_component {
    grid-template-columns: 1fr;
    margin-left: -1rem;
    margin-right: -1rem;
  }

  .section-heading {
    margin-bottom: 0;
  }

  .features_component {
    max-width: none;
    margin-left: -1rem;
    margin-right: -1rem;
  }

  .feature_item {
    font-size: 16px;
  }

  .benefits_component {
    grid-template-columns: 1fr;
    max-width: none;
  }

  .benefits_item {
    padding: 24px;
  }

  .plans_container {
    flex-direction: column;
    max-width: none;
  }

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

  .plans_box.horizontal-desktop {
    flex-direction: column;
    align-items: stretch;
  }

  .faq_component {
    max-width: none;
  }

  .faq_heading {
    padding-left: 24px;
    padding-right: 16px;
    font-size: 15px;
  }

  .faq_body {
    padding-left: 24px;
  }

  .tools_component {
    grid-template-columns: 1fr 1fr;
    max-width: none;
  }

  .projects_component {
    padding-left: 0%;
    padding-right: 0%;
  }

  .projects_item {
    padding: 24px;
  }

  .menu_lines {
    background-color: var(--nutral--5);
    width: 22px;
    height: 1px;
    padding: 0;
  }

  .menu_lines.first {
    transform: translate(0, -4px);
  }

  .menu_lines.second {
    transform: translate(0, 4px);
  }

  .top-navbar-right {
    flex: 1;
  }

  .pricing_features-col {
    flex-direction: column;
  }

  .price {
    font-size: 26px;
  }

  .pricing-box {
    width: 49%;
  }

  .upgrade-text {
    margin-bottom: 30px;
    font-size: 14px;
  }

  .price-text-grey {
    font-size: 11px;
    line-height: 1.5em;
  }

  .upgrade-container {
    flex-direction: column;
    margin-bottom: 70px;
    padding-top: 50px;
    padding-left: 7%;
    padding-right: 7%;
  }

  .modal-scroll {
    overflow: auto;
  }

  .upgrade-header {
    font-size: 30px;
  }

  .section-col {
    flex-direction: column;
  }

  .text-size-huge {
    font-size: 2rem;
  }
}

@media screen and (max-width: 479px) {
  h1 {
    font-size: 11vw;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .heading-text {
    font-size: 8vw;
  }

  .header_subtitle {
    font-size: 13px;
  }

  .footer-navbar-sub {
    flex-direction: column;
  }

  .pricing-box {
    width: 100%;
    margin-bottom: 50px;
    display: block;
  }

  .upgrade-text {
    margin-bottom: 25px;
  }

  .upgrade-container {
    margin-bottom: 70px;
    padding-bottom: 0;
    padding-left: 5%;
    padding-right: 5%;
  }
}

#w-node-_32eadc24-e391-a089-abe0-fb5b6627ca17-2e8c17f9, #w-node-_32eadc24-e391-a089-abe0-fb5b6627ca1c-2e8c17f9, #w-node-_32eadc24-e391-a089-abe0-fb5b6627ca21-2e8c17f9, #w-node-_32eadc24-e391-a089-abe0-fb5b6627ca26-2e8c17f9, #w-node-_32eadc24-e391-a089-abe0-fb5b6627ca2c-2e8c17f9, #w-node-_32eadc24-e391-a089-abe0-fb5b6627ca32-2e8c17f9, #w-node-_32eadc24-e391-a089-abe0-fb5b6627ca38-2e8c17f9 {
  justify-self: start;
}

#w-node-_32eadc24-e391-a089-abe0-fb5b6627cb45-2e8c17f9, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cb5e-2e8c17f9 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_32eadc24-e391-a089-abe0-fb5b6627cb61-2e8c17f9 {
  justify-self: start;
}

#w-node-_32eadc24-e391-a089-abe0-fb5b6627cb63-2e8c17f9 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_32eadc24-e391-a089-abe0-fb5b6627cb66-2e8c17f9 {
  justify-self: start;
}

#w-node-_32eadc24-e391-a089-abe0-fb5b6627cbb8-2e8c17f9, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cbc2-2e8c17f9, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cbc3-2e8c17f9 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_32eadc24-e391-a089-abe0-fb5b6627cc31-2e8c17f9, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cc36-2e8c17f9, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cc3b-2e8c17f9, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cc40-2e8c17f9, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cc45-2e8c17f9, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cc4a-2e8c17f9, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cc54-2e8c17f9, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cc59-2e8c17f9, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cc5e-2e8c17f9, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cc63-2e8c17f9, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cc68-2e8c17f9, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cc6d-2e8c17f9, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cc72-2e8c17f9, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cc77-2e8c17f9, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cc7c-2e8c17f9, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cc81-2e8c17f9, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cc86-2e8c17f9 {
  justify-self: start;
}

#w-node-_32eadc24-e391-a089-abe0-fb5b6627cc8a-2e8c17f9 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_32eadc24-e391-a089-abe0-fb5b6627cc8b-2e8c17f9 {
  justify-self: start;
}

#w-node-_32eadc24-e391-a089-abe0-fb5b6627cc8d-2e8c17f9 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_32eadc24-e391-a089-abe0-fb5b6627cc90-2e8c17f9, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cc95-2e8c17f9, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cc9a-2e8c17f9, #w-node-_32eadc24-e391-a089-abe0-fb5b6627ccaf-2e8c17f9, #w-node-_32eadc24-e391-a089-abe0-fb5b6627ccb4-2e8c17f9, #w-node-_32eadc24-e391-a089-abe0-fb5b6627ccb9-2e8c17f9, #w-node-_32eadc24-e391-a089-abe0-fb5b6627ccbe-2e8c17f9, #w-node-_32eadc24-e391-a089-abe0-fb5b6627ccc3-2e8c17f9, #w-node-_32eadc24-e391-a089-abe0-fb5b6627ccc8-2e8c17f9, #w-node-_32eadc24-e391-a089-abe0-fb5b6627ccd2-2e8c17f9, #w-node-_32eadc24-e391-a089-abe0-fb5b6627ccd7-2e8c17f9, #w-node-_32eadc24-e391-a089-abe0-fb5b6627ccdc-2e8c17f9, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cce1-2e8c17f9, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cce6-2e8c17f9, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cceb-2e8c17f9, #w-node-_32eadc24-e391-a089-abe0-fb5b6627ccf0-2e8c17f9, #w-node-_32eadc24-e391-a089-abe0-fb5b6627ccf5-2e8c17f9, #w-node-_32eadc24-e391-a089-abe0-fb5b6627ccfa-2e8c17f9, #w-node-_32eadc24-e391-a089-abe0-fb5b6627ccff-2e8c17f9, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cd04-2e8c17f9 {
  justify-self: start;
}

#w-node-_32eadc24-e391-a089-abe0-fb5b6627cd08-2e8c17f9 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_32eadc24-e391-a089-abe0-fb5b6627cd09-2e8c17f9, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cd0e-2e8c17f9, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cd13-2e8c17f9, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cd18-2e8c17f9 {
  justify-self: start;
}

#w-node-_32eadc24-e391-a089-abe0-fb5b6627cd6b-2e8c17f9 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_32eadc24-e391-a089-abe0-fb5b6627cdc7-2e8c17f9 {
  justify-self: start;
}


