:root {
  --white: white;
  --dark-green: #00480b;
  --green-yellow: #caff4d;
  --black: black;
  --linen: #efeae6;
}

body {
  color: #000;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Noto Sans, Ubuntu, Cantarell, Helvetica Neue, Oxygen, Fira Sans, Droid Sans, sans-serif;
  font-size: 1rem;
  line-height: 1.5;
}

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

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

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

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

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

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

p {
  margin-bottom: 0;
  font-family: Maisonneue, sans-serif;
}

a {
  font-family: Maisonneue, sans-serif;
}

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

ol {
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 2.25rem;
}

li {
  margin-bottom: .25rem;
}

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;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: auto;
}

.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 rgba(0, 0, 0, .1);
  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, rgba(0, 115, 230, .1), rgba(255, 255, 255, 0));
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  align-content: start;
  justify-content: start;
  align-items: start;
  justify-items: stretch;
  display: grid;
  position: relative;
}

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

.overflow-auto {
  overflow: auto;
}

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

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

.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 rgba(0, 0, 0, .1);
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  align-content: start;
  justify-content: start;
  align-items: start;
  justify-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 rgba(0, 0, 0, .1);
  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: gray;
}

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

.heading-style-h3 {
  font-family: Karelia, sans-serif;
  font-size: 2rem;
  line-height: 1.2;
}

.heading-style-h3.text-weight-semibold {
  font-family: Karelia, sans-serif;
}

.heading-style-h3.text-weight-medium._36px {
  font-size: 2.25rem;
}

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

.icon-1x1-medium.border {
  background-color: var(--white);
  border: 1px solid rgba(0, 72, 11, .5);
  border-radius: .25rem;
  width: 3rem;
  height: 3rem;
  padding: .25rem .5rem;
}

.heading-style-h1 {
  font-family: Karelia outtakes, sans-serif;
  font-size: 4rem;
  font-weight: 400;
  line-height: 1.1;
}

.heading-style-h1.text-color-green.font-3rem {
  font-size: 3rem;
}

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

.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: rgba(0, 115, 230, .1);
  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;
  align-items: center;
  justify-items: start;
  display: grid;
}

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

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

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

.heading-style-h4 {
  font-family: Karelia outtakes, sans-serif;
  font-size: 1.5rem;
  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: rgba(0, 0, 0, 0);
  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: rgba(0, 0, 0, .05);
}

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

.heading-style-h2.text-color-green.is--simple {
  font-family: Karelia, sans-serif;
}

.heading-style-h2.text-color-green.is--simple.text-weight-medium, .heading-style-h2.text-color-green.text-weight-medium, .heading-style-h2.text-color--caff4d.text-weight-medium, .heading-style-h2.text-color-white.text-weight-medium, .heading-style-h2.text-weight-medium {
  font-weight: 500;
}

.heading-style-h2.text-weight-medium._40px {
  font-size: 2.5rem;
}

.page-wrapper {
  background-color: var(--dark-green);
}

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

.page-wrapper.is-grey {
  background-color: #f1edea;
}

.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: 1520px;
  margin-left: auto;
  margin-right: auto;
}

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

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

.layer {
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 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 {
  background-color: var(--green-yellow);
  color: var(--black);
  text-align: center;
  border-radius: 100px;
  padding: .75rem 2.5rem;
  font-size: .9375rem;
  font-weight: 400;
}

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

.button.is-text {
  color: #000;
  background-color: rgba(0, 0, 0, 0);
  border: 2px solid rgba(0, 0, 0, 0);
}

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

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

.button.is-secondary {
  color: #000;
  background-color: rgba(0, 0, 0, 0);
  border: 2px solid #000;
  border-bottom-width: .125rem;
}

.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.is--green {
  background-color: var(--dark-green);
  color: var(--white);
}

.button.is--green:hover {
  background-color: var(--black);
}

.button.is-full {
  width: 100%;
  max-width: 100%;
  display: block;
}

.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.2rem;
  font-weight: 500;
}

.text-size-medium.text-color-white.text-weight-semibold, .text-size-medium.text-weight-bold {
  font-weight: 700;
}

.text-size-medium.text-align-center {
  flex: 0 auto;
  align-self: flex-start;
}

.text-size-medium.text-color--caff4d.new-item {
  background-color: var(--dark-green);
  border-radius: 2rem;
  padding: .25rem .5rem .25em;
  font-size: .875rem;
}

.fs-styleguide_section {
  grid-column-gap: 6rem;
  grid-row-gap: 6rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  align-items: start;
  justify-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: 64rem;
  margin-left: auto;
  margin-right: auto;
}

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

.home-message_content-grid {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  align-content: center;
  justify-content: center;
  align-items: center;
  justify-items: start;
  display: grid;
}

.home-message_component {
  color: #fff;
  min-height: 100vh;
  padding: 3rem;
  display: flex;
}

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

.home-message_content {
  color: #000;
  background-color: rgba(0, 0, 0, .05);
  flex-direction: column;
  justify-content: center;
  align-self: stretch;
  align-items: stretch;
  width: 100%;
  display: flex;
}

.home-message_heading-block {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.home-message_item {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.home-message_item-icon {
  color: #000;
  background-color: #fff;
  flex: none;
  width: 1.75rem;
  height: 1.75rem;
}

.home-message_logo {
  width: 4rem;
}

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

.navbar {
  background-color: var(--dark-green);
  border-bottom: 2px solid #fff;
  border-bottom-right-radius: 50px;
  border-bottom-left-radius: 50px;
  position: relative;
  top: 0;
}

.navbar.is---white {
  background-color: var(--white);
  border-bottom-color: #efeae6;
}

.nav_flex-wrapper {
  justify-content: space-between;
  align-items: center;
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
  display: flex;
}

.nav_menu-wrapper {
  grid-column-gap: 1.5rem;
  align-items: center;
  display: flex;
}

.nav_link {
  color: #fff;
  padding: 0;
  font-size: 1.25rem;
}

.nav_link.w--current {
  color: #fff;
  font-weight: 500;
}

.nav_link.is---black {
  color: var(--black);
}

.nav_menu-main-wrapper {
  grid-column-gap: 1rem;
  align-items: center;
  display: flex;
}

.home_hero-wrapper {
  grid-column-gap: 4rem;
  justify-content: space-between;
  align-items: center;
  padding-top: 11rem;
  padding-bottom: 6rem;
  display: flex;
}

.home_hero-wrapper-left {
  flex: 0 auto;
  width: 50%;
  max-width: 35.75rem;
}

.home_hero-wrapper-right {
  flex: 1;
  max-width: 615px;
}

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

.home_hero-sumarry {
  max-width: 478px;
  margin-top: 2rem;
}

.margin-top-24px {
  margin-top: 1.5rem;
}

.home_trusted-flex-wrapper {
  grid-column-gap: 6rem;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  align-content: center;
  justify-content: center;
  justify-items: center;
  padding-top: 5rem;
  padding-bottom: 5rem;
  display: grid;
}

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

.home_about-wrapper {
  grid-column-gap: 6rem;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: center;
  padding-top: 5rem;
  padding-bottom: 5rem;
  display: grid;
}

.home_about-wrapper-left {
  flex: 1;
  max-width: 38.4375rem;
}

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

.home_about-heading-right {
  padding-right: 4rem;
}

.home_about-sumarry-right {
  margin-top: 2.5rem;
}

.home_inferless-section {
  background-color: #efeae6;
}

.home_inferless-wrapper {
  flex-direction: column;
  align-items: center;
  padding-top: 7rem;
  padding-bottom: 7rem;
  display: flex;
}

.home_inferless-wrapper-left {
  max-width: 45rem;
}

.home_inferless-wrapper-right {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 4rem;
  display: grid;
}

.home_inferless-boc-right {
  grid-column-gap: 2rem;
  grid-row-gap: 16px;
  background-color: #fff;
  border-radius: 1.25rem;
  flex-direction: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: stretch;
  min-height: 22.3125rem;
  padding: 2rem;
  display: grid;
}

.home_inferless-content-left {
  flex-direction: column;
  justify-content: space-between;
  display: flex;
}

.home_get-started-section {
  background-color: #fff;
}

.home_get-started-wrapper {
  flex-direction: column;
  align-items: center;
  padding-top: 7rem;
  padding-bottom: 7rem;
  display: flex;
}

.home_get-started-grid {
  width: 100%;
  margin-top: 4rem;
}

.home_get-started-tab {
  border-radius: .625rem;
  justify-content: center;
  align-items: stretch;
  display: flex;
}

.home_get-started-tab-menu {
  grid-row-gap: 15px;
  flex-direction: column;
  flex: 1;
  max-width: 480px;
  display: flex;
}

.home_get-started-tabs-content {
  border: 2px solid var(--green-yellow);
  border-radius: .625rem;
  flex: 1;
  justify-content: center;
  align-self: stretch;
  align-items: center;
  margin-left: 2rem;
  display: flex;
}

.home_get-started-tab-link {
  background-color: var(--linen);
  border-radius: 1.25rem;
  padding: 1.25rem 1.875rem;
}

.home_get-started-tab-link.w--current {
  background-color: var(--green-yellow);
}

.is-semple {
  font-family: Karelia, sans-serif;
}

.home_get-started-tab-content-inner {
  padding-top: 1.5rem;
}

.home_get-started-tab-content {
  overflow: hidden;
}

.home_support-section {
  background-color: var(--linen);
}

.home_support-wrapper {
  flex-direction: column;
  align-items: center;
  padding-top: 7rem;
  padding-bottom: 7rem;
  display: flex;
}

.home_support-grid {
  grid-column-gap: 2rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  margin-top: 4rem;
  display: grid;
}

.home_support-grid-box {
  background-color: #fff;
  border-radius: 1.25rem;
  flex-direction: column;
  justify-content: space-between;
  padding: 1.875rem;
  display: flex;
}

.home_support-summary {
  margin-top: 1.25rem;
  margin-bottom: 2rem;
}

.home_support-image {
  margin-top: auto;
  display: block;
}

.footer_section {
  background-color: #fff;
}

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

.footer_section.is--green {
  background-color: var(--dark-green);
}

.footer-wrapper {
  background-color: var(--dark-green);
  border-top: 2px solid #fff;
  border-top-left-radius: 50px;
  border-top-right-radius: 50px;
  padding-top: 3rem;
  padding-bottom: 3rem;
}

.footer-wrapper.is--white {
  border-top: 2px solid var(--white);
}

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

.home_support-section-left {
  max-width: 396px;
}

.home_support-content-left {
  margin-top: 1.25rem;
}

.home_support-section-right {
  grid-column-gap: 6.5rem;
  display: flex;
}

.home_support-left-right {
  grid-column-gap: 17px;
  grid-row-gap: 1.0625rem;
  flex-direction: column;
  max-width: 195px;
  display: flex;
}

.footer_right-link {
  color: var(--white);
  font-size: .9375rem;
  text-decoration: none;
}

.text-color-efeae6 {
  color: var(--linen);
}

.text-color-efeae6.footer_address {
  opacity: .5;
}

.footer_bottom-wrapper {
  justify-content: space-between;
  align-items: center;
  margin-top: 3rem;
  display: flex;
}

.footer_social-wrapper {
  grid-column-gap: 38px;
  display: flex;
}

.home_hero-section {
  background-image: url('../images/Illustrations-Process-25-4-1.webp');
  background-position: 100%;
  background-repeat: no-repeat;
  background-size: 64%;
}

.home_hero-image-right {
  display: none;
}

.home_trusted-logo {
  max-width: 180px;
  max-height: 32px;
}

.home_inferless-image-right {
  object-fit: contain;
}

.home_inferless-summary-left {
  margin-top: 1rem;
}

.home_get-started-tab-pane {
  align-self: center;
  padding: 1rem;
}

.footer_social-link {
  background-color: rgba(202, 255, 77, .2);
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 3rem;
  height: 3rem;
  display: flex;
  overflow: hidden;
}

.pricing_hero-wrapper {
  padding-top: 7.5rem;
  padding-bottom: 7.5rem;
}

.pricing_hero-header {
  justify-content: flex-start;
  max-width: 40rem;
  margin-bottom: 2.25rem;
  display: flex;
}

.pricing_hero-tab {
  position: static;
}

.pricing_hero-tab-menu {
  background-color: var(--white);
  border-radius: 2.5rem;
  position: absolute;
  top: 7rem;
  bottom: auto;
  left: auto;
  right: 0%;
  overflow: hidden;
}

.pricing_hero-content-main-wrapper {
  display: none;
  position: relative;
}

.pricing_hero-tab-content {
  margin-top: .5rem;
  padding-top: 3.5rem;
}

.pricing_hero-tab-link {
  background-color: var(--white);
  text-align: center;
  border-radius: 100.1rem;
  width: 9.3125rem;
  padding: .9375rem 0;
  font-size: .9375rem;
}

.pricing_hero-tab-link.w--current {
  background-color: var(--green-yellow);
}

.tab-link-tab-1 {
  border-radius: 100%;
}

.tab-link-tab-1.w--current {
  background-color: var(--green-yellow);
  border-radius: 100rem;
}

.pricing_hero-tab-content-wrap {
  grid-column-gap: 15px;
  justify-content: center;
  align-items: stretch;
  margin-top: 5rem;
  display: flex;
}

.pricing_hero-pricing-card {
  background-color: var(--white);
  border-radius: 1.25rem;
  flex-direction: column;
  flex: 1;
  align-self: stretch;
  max-width: 25.4rem;
  display: flex;
  overflow: hidden;
}

.pricing_hero-pricing-card-header {
  background-color: var(--green-yellow);
  text-align: center;
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
}

.pricing_hero-pricing-discription {
  flex-direction: column;
  flex: 1;
  justify-content: space-between;
  padding: 3.75rem 1.875rem 1.875rem;
  display: flex;
}

.pricing-button-wrapper {
  justify-content: center;
  align-items: center;
  margin-top: 5rem;
  display: flex;
}

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

.pricing_question-wrapper {
  flex-direction: column;
  align-items: center;
  padding-top: 6rem;
  padding-bottom: 7.5rem;
  display: flex;
}

.pricing_question-header {
  max-width: 53rem;
}

.pricing_question-content-wrapper {
  grid-row-gap: 2.5rem;
  background-color: var(--linen);
  border-radius: 1.25rem;
  flex-direction: column;
  width: 100%;
  margin-top: 3.375rem;
  padding: 1.875rem 1.875rem 3.1875rem;
  display: none;
}

.pricing_question-discription {
  max-width: 56.25rem;
}

.product_hero-wrapper {
  justify-content: space-between;
  align-items: center;
  padding-top: 6rem;
  padding-bottom: 6rem;
  display: flex;
}

.product_hero-left {
  flex: 1;
  max-width: 39.375rem;
}

.product_hero-summary {
  max-width: 22.125rem;
}

.product_hero-right {
  max-width: 31.875rem;
}

.product_process-wrapper {
  padding-top: 7.5rem;
  padding-bottom: 7.5rem;
}

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

.product_process-heading {
  max-width: 52.5rem;
}

.product_process-summary {
  margin-top: 1.375rem;
}

.product_process-grid {
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  background-color: #efeae6;
  border-radius: 1.25rem;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 2.5rem;
  padding: 2rem 1.875rem;
  display: grid;
}

.product_process-box-content {
  max-width: 31.875rem;
}

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

.product_rr-wrapper {
  flex-direction: column;
  align-items: center;
  padding-top: 7rem;
  padding-bottom: 7rem;
  display: flex;
}

.product_rr-grid-wrapper {
  grid-row-gap: 2rem;
  flex-direction: column;
  width: 100%;
  margin-top: 3.1875rem;
  display: flex;
}

.product_rr-content {
  background-color: var(--linen);
  border-radius: 1.25rem;
  padding: 15px 30px 30px;
}

.product_rr-summary {
  max-width: 42.25rem;
  margin-top: 25px;
}

.product_rr-grid-wrap {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  margin-top: 3rem;
  display: grid;
}

.product_rr-image {
  background-color: #fff;
  width: 100%;
}

.product_rr-image-wrapper {
  border-radius: .625rem;
  justify-content: center;
  align-items: center;
  display: flex;
  overflow: hidden;
}

.product_rr-image-wrapper.big {
  max-height: 16.875rem;
}

.blog_hero-wrapper {
  padding-top: 3.75rem;
  padding-bottom: 8rem;
}

.blog_hero-collection {
  margin-top: 3.75rem;
}

.blog_hero-blog-list {
  grid-column-gap: 3rem;
  grid-row-gap: 32px;
  flex-direction: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: stretch;
  display: grid;
}

.blog_hero-blog-item {
  background-color: var(--green-yellow);
  color: var(--black);
  border-radius: 20px;
  flex-direction: column;
  justify-content: space-between;
  align-items: stretch;
  width: 100%;
  height: 100%;
  text-decoration: none;
  display: flex;
  overflow: hidden;
}

.blog_hero-blog-item.community {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1.1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.blog_hero-blog-content-top-left {
  grid-row-gap: 1rem;
  flex-direction: column;
  flex: 1;
  justify-content: flex-start;
  max-width: 575px;
  margin-bottom: 1rem;
  display: flex;
}

.blog_hero-blog-content-left {
  margin-top: 1.0625rem;
}

.blog_hero-blog-list-left {
  flex-direction: column;
  flex: 1;
  justify-content: space-between;
  align-items: flex-start;
  padding: 2rem 1.5rem;
  display: flex;
}

.blog_hero-blog-image-right {
  object-fit: cover;
  object-position: 50% 50%;
  background-color: #fff;
  flex: 0 auto;
  width: 100%;
  height: 300px;
}

.blog_more-section {
  background-color: var(--dark-green);
}

.blog_more-wraper {
  justify-content: space-between;
  align-items: center;
  padding-top: 6.75rem;
  padding-bottom: 6.75rem;
  display: flex;
}

.blog_more-summary {
  grid-row-gap: 1.25rem;
  color: #fff;
  flex-direction: column;
  align-items: flex-start;
  max-width: 42rem;
  margin-top: 3rem;
  font-size: 2rem;
  display: flex;
}

.paragraph {
  color: var(--white);
  font-size: 1.5rem;
}

.blog_hero-section {
  background-color: #fff;
  position: relative;
}

.blogtp_hero-wrapper {
  background-color: var(--linen);
  border-radius: 1.25rem;
  margin-top: 5rem;
  margin-bottom: 5rem;
  padding: 5rem 1.875rem;
}

.blogtp_hero-flex-wrapper {
  grid-column-gap: 2.0625rem;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.blogtp_hero-summary {
  margin-top: 3rem;
}

.blogtp_hero-summary--content {
  font-size: 2rem;
}

.blogtp_detail-page {
  grid-column-gap: 1rem;
  align-items: flex-start;
  margin-top: 3rem;
  display: flex;
}

.cms-rich-text h2 {
  margin-bottom: 1rem;
  font-family: Karelia, sans-serif;
  font-size: 2.25rem;
  font-weight: 700;
}

.cms-rich-text p {
  margin-bottom: 1rem;
  font-size: 1.25rem;
}

.cms-rich-text h3 {
  margin-bottom: 1rem;
  font-family: Karelia, sans-serif;
  font-size: 1.75rem;
  font-weight: 700;
  line-height: 1.4;
}

.cms-rich-text li {
  margin-bottom: .75rem;
  font-family: Maisonneue, sans-serif;
  font-size: 1.25rem;
}

.cms-rich-text ol {
  margin-bottom: 1rem;
  list-style-type: decimal;
}

.cms-rich-text h4 {
  font-family: Maisonneue, sans-serif;
  font-size: 1.5rem;
}

.cms-rich-text.smaller.show-in-mobile, .image-3 {
  display: none;
}

.home_support-grid-image {
  width: 100%;
  height: 100%;
}

.home_get-started-tab-image {
  max-width: 514px;
  margin-left: auto;
  margin-right: auto;
}

.home_get-started-tab-image.width-auto {
  max-width: 100%;
}

.product_rr-slider {
  width: 100%;
  display: none;
}

.slide-nav {
  display: none;
}

.home-get-started-wrapper {
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
}

.product-serverless {
  background-color: var(--linen);
}

.serverless-item-wrapper {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 3rem;
  display: grid;
}

.serverless-item {
  cursor: pointer;
  background-color: #fff;
  border-radius: 1.25rem;
  flex-direction: column;
  justify-content: space-between;
  padding: 2.5rem 1.875rem;
  font-family: Maisonneue, sans-serif;
  display: flex;
  position: relative;
}

.serverless-head {
  grid-column-gap: 1.25rem;
  color: var(--dark-green);
  justify-content: space-between;
  align-items: center;
  margin-bottom: 1rem;
  display: flex;
}

.navbar-curver {
  display: none;
}

.serverless-item-image {
  object-fit: contain;
  object-position: 50% 50%;
  max-height: 240px;
}

.serverless-item-text {
  font-size: 1.25rem;
  font-weight: 500;
  position: absolute;
  top: auto;
  bottom: 2.5rem;
  left: 1.875rem;
  right: 1.875rem;
}

.method-item-wrapper {
  grid-column-gap: 32px;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: stretch;
  width: 100%;
  display: flex;
}

.method-item {
  flex-direction: column;
  flex: 1;
  display: flex;
}

.method-text-wrapper {
  grid-row-gap: 2rem;
  background-color: var(--linen);
  text-align: center;
  border-radius: 1rem;
  flex-direction: column;
  flex: 1;
  margin-bottom: .5rem;
  padding: 1.25rem;
  font-family: Maisonneue, sans-serif;
  font-size: .9375rem;
  font-weight: 500;
  display: flex;
}

.method-link {
  background-color: var(--green-yellow);
  color: #000;
  text-align: center;
  border-radius: 1rem;
  padding-top: .9375rem;
  padding-bottom: .9375rem;
  font-weight: 500;
  text-decoration: none;
}

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

.home_investor {
  padding-top: 4rem;
  padding-bottom: 6rem;
}

.home-investor-logo-wrapper {
  grid-column-gap: 6.5rem;
  grid-row-gap: 1rem;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  margin-top: 3rem;
  display: flex;
}

.home-investor-logo {
  max-width: 242px;
  max-height: 50px;
}

.font-size-large {
  font-size: 2.4rem;
}

.navbar-border-cover, .home-get-started-nav-toggle {
  display: none;
}

.pp-section {
  background-color: #fff;
  padding-top: 7rem;
  padding-bottom: 7rem;
  font-size: 1.5rem;
}

.pp-rich, .pp-rich p {
  font-size: 1.25rem;
}

.pp-rich h3 {
  margin-bottom: .5rem;
}

.pp-grid {
  grid-column-gap: 2px;
  grid-row-gap: 2px;
  background-color: #000;
  border: 2px solid #000;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1.75fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.pp-grid-item {
  background-color: #fff;
  padding: 4px;
  font-family: Maisonneue, sans-serif;
  font-size: 1.25rem;
}

.text-size-xlarge {
  font-size: 2.1875rem;
}

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

.footer-social-icon {
  filter: grayscale() brightness(200%);
  max-width: 32px;
}

.footer-social-icon.smaller {
  max-width: 25px;
}

.blog-image {
  width: 100%;
  max-width: 420px;
}

.sb-content-wrapper {
  grid-column-gap: 3rem;
  justify-content: center;
  align-items: flex-start;
  margin-top: 3rem;
  display: flex;
}

.sb-toc {
  flex-direction: column;
  flex: none;
  max-width: 340px;
  padding: 2rem 1rem 1rem;
  display: flex;
  position: -webkit-sticky;
  position: sticky;
  top: 3.75rem;
}

.sb-content {
  flex: 1;
  max-width: 900px;
}

.sb-text-link {
  color: var(--black);
  margin-bottom: .5rem;
  font-size: 1.1rem;
  font-weight: 500;
  line-height: 1.4;
  text-decoration: none;
}

.sb-text-link.w--current {
  font-weight: 700;
}

.sb-text-link.sub-1 {
  margin-left: .5rem;
}

.sb-text-link.sub-2 {
  display: block;
}

.sb-content-item {
  padding-top: 2rem;
}

._3-col-gird {
  grid-column-gap: 2px;
  grid-row-gap: 2px;
  border: 3px solid var(--dark-green);
  background-color: var(--dark-green);
  grid-template-rows: auto auto;
  grid-template-columns: 1fr .75fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 1rem;
  margin-bottom: 1rem;
  display: grid;
}

._3-col-gird._6-col {
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr auto;
  max-width: 100%;
  display: none;
}

._3-col-gird-item {
  background-color: #fff;
  max-width: 340px;
  padding: .5rem 1rem;
  font-family: Maisonneue, sans-serif;
  font-size: 1.25rem;
}

.sb-dropdown {
  width: 100%;
  margin-bottom: .5rem;
}

.sb-dropdown-toggle {
  border-radius: .75rem;
  padding-top: .5rem;
  padding-bottom: .5rem;
  padding-left: .5rem;
  display: block;
}

.sb-dropdown-list.w--open {
  background-color: rgba(221, 221, 221, 0);
  padding: 1rem 1rem .25rem;
  position: relative;
}

.sb-details-wrapper {
  grid-column-gap: 1rem;
  justify-content: center;
  font-size: 1.25rem;
  display: flex;
}

.sb-sub-text-wrapper {
  text-align: center;
  max-width: 850px;
  margin: 2rem auto;
  font-size: 1.25rem;
}

.sb-header-line {
  background-color: var(--dark-green);
  width: 2px;
}

.sb-header-wrapper {
  z-index: 2;
  position: relative;
}

.sb-image {
  object-fit: cover;
  width: 100%;
  max-height: 40rem;
  margin-top: 3rem;
  display: block;
}

.bg-shade-sb {
  z-index: 0;
  background-image: linear-gradient(to top, rgba(239, 234, 230, .99), rgba(239, 234, 230, 0));
  height: 100%;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: 0%;
}

.sb-blog {
  border-top: 1px solid var(--dark-green);
  border-bottom: 1px solid var(--dark-green);
  margin-top: .5rem;
}

.form-label-sb {
  margin-bottom: .5rem;
  font-family: Karelia, sans-serif;
  font-size: 1.3rem;
}

.blog-cta-sb {
  margin-top: .5rem;
  margin-bottom: .5rem;
}

.sb-form-field {
  border: 1px solid var(--dark-green);
  border-radius: .5rem;
  height: 44px;
  font-family: Maisonneue, sans-serif;
}

.sb-social-share {
  grid-column-gap: 2rem;
  justify-content: flex-start;
  margin-top: 2rem;
  display: none;
}

.image-4 {
  flex: 1;
}

.nav-dropdown {
  color: #fff;
  padding-left: 0;
}

.nav-dropdown.not-white {
  color: var(--black);
}

.nav-dropdown-list-item {
  color: #fff;
  margin-left: 0;
  margin-right: 0;
  font-size: 1.25rem;
  font-weight: 500;
}

.nav-dropdown-list-item.w--current {
  color: #fff;
}

.nav-dropdown-list.w--open {
  border: 1px solid var(--white);
  background-color: var(--dark-green);
  border-radius: .75rem;
  padding: 1.5rem 1.25rem;
}

.nav-animations-wrapper {
  grid-column-gap: 2px;
  color: #fff;
  justify-content: center;
  align-items: center;
  padding-left: 1rem;
  padding-right: 1rem;
  font-size: 1.25rem;
  display: flex;
  position: relative;
}

.nav-animations-wrapper.show-in-mobile {
  display: none;
}

.nav-text-signs {
  font-family: Maisonneue, sans-serif;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: auto;
  right: 0%;
}

.nav-text-signs.left {
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: auto;
}

.nav-text-signs.left.is-black, .nav-text-signs.isblack {
  color: #000;
}

.blog-right-sticky {
  flex: none;
  width: 50%;
  max-width: 420px;
  position: -webkit-sticky;
  position: sticky;
  top: 8rem;
}

.collection-item {
  grid-column-gap: 3rem;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr .75fr;
  grid-auto-columns: 1fr;
  text-decoration: none;
  display: grid;
}

.div-block {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.div-block-2 {
  max-width: 26.9rem;
}

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

.div-block-3 {
  grid-column-gap: 1rem;
  display: flex;
}

.image-6 {
  width: 3rem;
  height: 3rem;
}

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

.link-block {
  grid-row-gap: 2rem;
  color: var(--dark-green);
  border-bottom: 1px solid rgba(255, 255, 255, .38);
  flex-direction: column;
  padding-bottom: 1rem;
  text-decoration: none;
  display: flex;
}

.link-block:hover {
  border-bottom-color: #fff;
}

.div-block-4 {
  max-width: 55rem;
  margin-left: auto;
  margin-right: auto;
}

.div-block-5 {
  justify-content: center;
  align-items: center;
  display: flex;
}

.div-block-6 {
  grid-column-gap: 1rem;
  align-items: center;
  padding-right: 1rem;
  display: flex;
}

.image-7 {
  width: 2.5rem;
}

.div-block-7 {
  background-color: rgba(255, 255, 255, .32);
  width: 1px;
  height: 1.5rem;
}

.div-block-8 {
  grid-column-gap: 4rem;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: .5fr 1.25fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.bh {
  color: #fff;
}

.bh p {
  color: rgba(255, 255, 255, .9);
  margin-top: 1rem;
  margin-bottom: 1rem;
}

.bh h2 {
  margin-bottom: 1.5rem;
  font-family: Karelia outtakes, sans-serif;
  font-size: 2.5rem;
}

.bh h3 {
  margin-bottom: 1.25rem;
  font-family: Karelia outtakes, sans-serif;
}

.bh h4 {
  font-family: Karelia outtakes, sans-serif;
}

.bh h5, .bh h6 {
  margin-bottom: 1rem;
  font-family: Karelia outtakes, sans-serif;
}

.bh a {
  color: var(--green-yellow);
  text-decoration: none;
}

.bh blockquote {
  color: #000;
  background-color: #fff;
  margin-top: 1rem;
  margin-bottom: 1.5rem;
  padding-top: 1rem;
  padding-bottom: 1rem;
  font-family: Maisonneue, sans-serif;
  font-size: 1.125rem;
}

.fs-toc_richtext {
  background-color: #111;
  padding: 3rem;
}

.fs-toc_link {
  grid-column-gap: .75rem;
  grid-row-gap: .75rem;
  color: var(--linen);
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
  margin-top: 0;
  margin-bottom: 0;
  text-decoration: none;
  display: flex;
}

.fs-toc_link.w--current {
  color: #bcfd2e;
}

.fs-toc_link.is-h6 {
  color: var(--linen);
  font-size: 1rem;
}

.fs-toc_link.is-h6.w--current {
  color: #eaffbb;
}

.fs-toc_link.is-h3 {
  color: var(--white);
  letter-spacing: .025rem;
  font-size: 1rem;
}

.fs-toc_link.is-h3.w--current {
  color: #eaffbb;
}

.fs-toc_link.is-h5 {
  color: var(--white);
  font-size: 1rem;
}

.fs-toc_link.is-h5.w--current {
  color: #eaffbb;
}

.fs-toc_link.is-h4 {
  color: var(--linen);
  font-size: 1rem;
}

.fs-toc_link.is-h4.w--current {
  color: #eaffbb;
}

.fs-toc_link-content {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.heading-small {
  font-size: 2rem;
  font-weight: 500;
  line-height: 1.4;
}

.fs-toc_label {
  color: #fff;
  text-align: center;
  letter-spacing: 1px;
  text-transform: uppercase;
  background-color: #ad00b0;
  padding: .15rem .35rem .125rem .4rem;
  font-size: .75rem;
  font-weight: 500;
  display: inline-block;
}

.fs-toc_example {
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.fs-toc_sidebar {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  color: #1a1a1a;
  flex-direction: column;
  flex: none;
  justify-content: flex-start;
  align-items: stretch;
  padding: 1rem 3rem 2rem 0;
  display: flex;
  position: -webkit-sticky;
  position: sticky;
  top: 3rem;
}

.fs-toc_h-trigger {
  display: none;
}

.fs-toc_link-wrapper {
  color: #f5f5f5;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  overflow: hidden;
}

.fs-toc_link-wrapper.is-h2 {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
}

.search-field {
  border: 1px solid rgba(0, 0, 0, .4);
  border-radius: 8px;
  height: 42px;
  padding-left: 15px;
  padding-right: 15px;
}

.fs_radio-2_embed {
  margin-bottom: 0;
}

.fs_radio-2_button {
  border-style: none;
  border-color: var(--dark-green);
  color: var(--dark-green);
  width: 100%;
  height: 100%;
  margin-top: 0;
  margin-left: 0;
  display: block;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
  box-shadow: 1px 1px 3px rgba(0, 0, 0, 0);
}

.fs_radio-2_button.w--redirected-focus {
  box-shadow: none;
  border-style: none;
}

.fs_radio-2_button.w--redirected-focus-visible {
  box-shadow: none;
  outline-offset: 4px;
  outline: 2px solid #9b9b9b;
}

.downloads-filter_radio-wrapper {
  flex: 1;
}

.downloads-filter_form {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.fs_radio-2_label {
  color: var(--dark-green);
  margin-bottom: 0;
  font-weight: 500;
  position: relative;
}

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

.fs_radio-2_group {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: auto;
  grid-auto-columns: auto;
  grid-auto-flow: column;
  justify-content: start;
  align-items: center;
  display: grid;
}

.fs_radio-2_group.is-change {
  display: flex;
  overflow: auto;
}

.fs_radio-2_field {
  border: 1px solid var(--dark-green);
  color: var(--green-yellow);
  cursor: pointer;
  border-radius: 16rem;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  min-height: 3rem;
  margin-bottom: 0;
  padding: .75rem 1.5rem;
  display: flex;
  position: relative;
}

.fs_radio-2_field:hover {
  color: rgba(202, 255, 77, .77);
  border-color: rgba(202, 255, 77, .77);
}

.fs_radio-2_field.is-active-inputactive {
  background-color: var(--green-yellow);
  color: var(--dark-green);
}

.learn-top-text {
  color: rgba(0, 0, 0, .5);
  margin-bottom: 2rem;
  font-family: Karelia, sans-serif;
  font-size: 1.5rem;
  line-height: 1.33333;
  text-decoration: none;
}

.learn-other-items-wrapper {
  grid-row-gap: 3rem;
  flex-direction: column;
  display: flex;
}

.learn-other-item {
  grid-column-gap: 3rem;
  grid-row-gap: 16px;
  background-color: var(--green-yellow);
  color: var(--black);
  border-radius: 1.25rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: start;
  text-decoration: none;
  display: grid;
}

.learn-other-item-content {
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  max-width: 38rem;
  padding-top: 2rem;
  padding-bottom: 2rem;
  padding-left: 2rem;
  display: flex;
}

.learn-other-item-heading {
  color: var(--dark-green);
  margin-bottom: 1.5rem;
  font-family: Karelia, sans-serif;
  font-size: 2.5rem;
}

.learn-other-items-details {
  grid-column-gap: .25rem;
  flex-wrap: wrap;
  font-family: Maisonneue demi, sans-serif;
  font-size: 1.25rem;
  font-weight: 400;
  display: flex;
}

.full-width {
  width: 100%;
  height: 100%;
}

.section-cms-header {
  background-color: #f1edea;
}

.cms-header-wrapper {
  grid-column-gap: 40px;
  grid-row-gap: 32px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: stretch;
  display: grid;
}

.cms-header-headline {
  display: none;
}

.cms-header-content {
  flex-direction: column;
  justify-content: center;
  display: flex;
}

.cms-header-details {
  grid-column-gap: 4px;
  margin-top: 1.5rem;
  margin-bottom: 2.5rem;
  font-family: Karelia, sans-serif;
  font-size: 1.25rem;
  display: flex;
}

.cms-header-author-wrapper {
  grid-column-gap: 1rem;
  align-items: center;
  font-family: Maisonneue demi, sans-serif;
  font-size: 1.125rem;
  font-weight: 400;
  display: flex;
}

.cms-header-author-image {
  border-radius: 50%;
  width: 3rem;
  height: 3rem;
}

.blog-header-designaiton {
  color: rgba(0, 0, 0, .5);
  margin-top: .25rem;
  font-size: .9375rem;
  font-weight: 400;
}

.section-cms-content {
  background-color: #fff;
}

.cms-content-wrapper {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  align-items: flex-start;
  display: flex;
}

.cms-content-sticky {
  grid-row-gap: 2.25rem;
  flex-direction: column;
  flex: 0 auto;
  width: 30%;
  max-width: 380px;
  display: flex;
  position: -webkit-sticky;
  position: sticky;
  top: 2rem;
}

.cms-content-rich {
  flex: 1;
}

.cms-header-toc {
  grid-row-gap: 1.5rem;
  border: 1px solid var(--linen);
  border-radius: .75rem;
  flex-direction: column;
  padding: 1.5rem;
  font-family: Karelia, sans-serif;
  font-size: 1.25rem;
  font-weight: 700;
  display: flex;
}

.cms-header-toc.show-in-mobile {
  display: none;
}

.toc-item {
  color: #000;
  font-size: 1rem;
  font-weight: 500;
  text-decoration: none;
  display: block;
}

.toc-item.w--current {
  color: var(--dark-green);
  font-weight: 700;
}

.toc-item.h3 {
  margin-top: .75rem;
  margin-left: 24px;
}

.cms-sticky-subscribe {
  border: 1px solid var(--linen);
  border-radius: .75rem;
  flex-direction: column;
  justify-content: center;
  margin-bottom: 0;
  padding: 1.5rem;
  font-family: Karelia, sans-serif;
  font-size: 1.5rem;
  font-weight: 500;
  display: flex;
}

.cms-sticky-subscribe-form {
  flex-direction: column;
  align-items: center;
  display: flex;
}

.cms-sticky-subscribe-form-label {
  color: rgba(0, 0, 0, .5);
  margin-top: .5rem;
  margin-bottom: 1rem;
  font-size: 1.125rem;
}

.cms-sticky-subscribe-form-field {
  background-color: #f6f6f6;
  border: 1px solid #f6f6f6;
  border-radius: .75rem;
  margin-bottom: 1rem;
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
  font-size: 1rem;
}

.cms-sticky-subscribe-form-field::placeholder {
  font-size: 1rem;
}

.cms-sticky-social-share {
  grid-row-gap: 1rem;
  border: 1px solid var(--linen);
  text-align: center;
  border-radius: .75rem;
  flex-direction: column;
  align-items: center;
  padding: 1.5rem;
  font-family: Karelia, sans-serif;
  font-size: 1.5rem;
  font-weight: 500;
  display: flex;
}

.cms-social-share-image {
  background-color: #f6f6f6;
  border-radius: 50%;
  width: 5rem;
  height: 5rem;
}

.cms-social-share-content {
  align-self: stretch;
  line-height: 1.3;
}

.cms-social-share-text {
  color: rgba(0, 0, 0, .5);
  margin-top: .5rem;
  font-size: 1.125rem;
}

.cms-social-share-link-wrapper {
  grid-column-gap: 1rem;
  justify-content: center;
  align-self: stretch;
  align-items: center;
  display: flex;
}

.cms-social-share-link {
  border: 1px solid #e4eaef;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 3rem;
  height: 3rem;
  padding: .5rem;
  display: flex;
}

.blogs-cms {
  grid-column-gap: 2.5rem;
  grid-row-gap: 2.5rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 3rem;
  display: grid;
}

.cms-blog-image-wrapper {
  margin-bottom: .75rem;
  position: relative;
}

.blog-cms-image {
  width: 100%;
  display: block;
}

.blog-cms-image-text {
  background-color: var(--dark-green);
  color: #fff;
  border-radius: 2.5rem;
  padding: .625rem 1.875rem;
  display: inline-block;
  position: absolute;
  top: auto;
  bottom: 1.25rem;
  left: 1.25rem;
  right: auto;
}

.blog-cms-details {
  grid-column-gap: .25rem;
  color: rgba(0, 0, 0, .5);
  font-family: Karelia, sans-serif;
  font-weight: 500;
  display: flex;
}

.blog-cms-heading {
  margin-top: 1rem;
  margin-bottom: .5rem;
  font-family: Karelia, sans-serif;
  font-size: 1.5rem;
}

.blog-cms-paragraph {
  color: rgba(0, 0, 0, .5);
  margin-bottom: 1rem;
  font-family: Maisonneue, sans-serif;
  font-size: 1.125rem;
}

.blog-cms-link {
  grid-column-gap: .5rem;
  color: #0f1623;
  margin-top: 1rem;
  font-family: Karelia, sans-serif;
  font-size: 1.25rem;
  font-weight: 500;
  text-decoration: none;
  display: flex;
}

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

.resources-grid-item {
  grid-column-gap: 2.5rem;
  grid-row-gap: 1.5rem;
  color: #000;
  background-color: #efeae6;
  border-radius: .75rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  padding: 2rem;
  font-family: Maisonneue, sans-serif;
  font-size: 1.25rem;
  font-weight: 500;
  text-decoration: none;
  display: grid;
}

.resources-grid-item-heading {
  color: var(--dark-green);
  margin-bottom: .5rem;
  font-family: Karelia, sans-serif;
  font-size: 2.5rem;
  font-weight: 500;
  line-height: 1.2;
}

.resource-grid-head {
  grid-column-gap: .25rem;
  align-items: center;
  margin-bottom: 1.25rem;
  display: flex;
}

.resources-grid-item-coming-soon {
  color: var(--dark-green);
  border: 1px solid #000;
  border-radius: 2rem;
  margin-top: 2rem;
  padding: .75rem 1rem;
  display: inline-block;
}

.nav-coming-soon {
  grid-column-gap: .5rem;
  white-space: nowrap;
  cursor: default;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.nav-coming-soon-text {
  color: var(--green-yellow);
  background-color: #407648;
  border-radius: 2.5rem;
  padding: .1875rem .375rem;
}

.image-sized {
  object-fit: cover;
  width: 100%;
  max-height: 400px;
}

.event-header-component {
  grid-column-gap: 2.5rem;
  grid-row-gap: 2rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  display: grid;
}

.event-header-content-wrapper {
  grid-row-gap: 2.5rem;
  color: #fff;
  flex-direction: column;
  align-items: flex-start;
  font-family: Maisonneue, sans-serif;
  font-size: 1.25rem;
  display: flex;
}

.section-event-speaker {
  background-color: #fff;
}

.event-speaker-wrapper {
  grid-row-gap: 40px;
  flex-direction: column;
  align-items: center;
  display: flex;
}

.event-seapker-logo-wrapper {
  grid-column-gap: 3rem;
  grid-row-gap: 2rem;
  flex-wrap: wrap;
  justify-content: center;
  align-self: stretch;
  align-items: center;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.event-speaker-logo {
  max-width: 17rem;
  max-height: 3rem;
}

.section-event-thanks {
  background-color: #f1edea;
}

.event-thanks-component {
  grid-row-gap: 1.375rem;
  flex-direction: column;
  align-items: center;
  font-family: Maisonneue, sans-serif;
  font-size: 1.25rem;
  font-weight: 500;
  display: flex;
}

.event-thanks-grid {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  margin-top: 1.75rem;
  display: grid;
}

.event-thanks-grid-item {
  grid-row-gap: 1.5rem;
  color: var(--dark-green);
  text-align: center;
  background-color: #fff;
  border-radius: 1.25rem;
  flex-direction: column;
  padding: 2.5rem;
  font-size: 1.5rem;
  display: flex;
}

.event-thanks-grid-number {
  font-family: Karelia, sans-serif;
  font-size: 4.375rem;
  line-height: 1.07143;
}

.section-event-video-grid {
  background-color: #fff;
}

.event-video-grid-component {
  grid-row-gap: 1.375rem;
  flex-direction: column;
  align-items: center;
  font-family: Maisonneue, sans-serif;
  font-size: 1.25rem;
  font-weight: 500;
  display: flex;
}

.event-videos-grid {
  grid-column-gap: 2.5rem;
  grid-row-gap: 2.5rem;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-self: stretch;
  margin-top: 1.5rem;
  display: grid;
}

.event-video-grid-item {
  grid-row-gap: .5rem;
  color: rgba(0, 0, 0, .5);
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.event-video-item-heading {
  color: #000;
  margin-top: .25rem;
  font-family: Karelia, sans-serif;
  line-height: 1.25;
}

.section-event-glimpse {
  background-color: var(--green-yellow);
}

.event-glimpse-component {
  grid-row-gap: 4rem;
  text-align: center;
  flex-direction: column;
  align-items: center;
  display: flex;
}

.section-event-socials {
  background-color: #fff;
}

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

.event-video-grid-item-lighbox {
  object-fit: fill;
  border-radius: .5rem;
  justify-content: center;
  align-self: stretch;
  align-items: center;
  width: 100%;
  display: flex;
  position: relative;
  overflow: hidden;
}

.thumbnail-image {
  object-fit: cover;
  object-position: 50% 0%;
  width: 100%;
  height: 20rem;
}

.center-youtube-icon {
  width: 100px;
  position: absolute;
}

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

.learn-author {
  flex: 1;
}

.author-item {
  grid-column-gap: 1rem;
  display: flex;
}

.div-block-9 {
  display: flex;
}

.pricing-wrapper {
  grid-row-gap: 2rem;
  color: #fff;
  flex-direction: column;
  align-items: center;
  max-width: 880px;
  margin-left: auto;
  margin-right: auto;
  font-family: Maisonneue, sans-serif;
  font-size: 1.25rem;
  font-weight: 500;
  display: flex;
  position: relative;
}

.table_cell {
  text-align: left;
  border: .5px solid rgba(202, 255, 77, .31);
  padding: 1.25rem;
  font-size: 1.125rem;
}

.table_cell._12px-left-bottom {
  border-bottom-left-radius: 12px;
  overflow: hidden;
}

.table_body {
  border-bottom-right-radius: 12px;
  border-bottom-left-radius: 12px;
  overflow: hidden;
}

.table_header {
  text-align: left;
  border: .5px solid rgba(202, 255, 77, .31);
  padding: 1.25rem;
  font-size: 1rem;
}

.table_header._12px-top-left {
  border-top-left-radius: 12px;
}

.table_header._12px-top-right {
  border-top-right-radius: 24px;
}

.table_head {
  border-top-left-radius: 12px;
  border-top-right-radius: 12px;
  overflow: hidden;
}

.table_component {
  align-self: stretch;
  margin-top: 2rem;
  box-shadow: 3px 5px rgba(202, 255, 77, .15);
}

.pricing-header-right-icon {
  position: absolute;
  top: 130px;
  bottom: auto;
  left: auto;
  right: -64px;
}

.pricing-header-left-icon {
  position: absolute;
  top: auto;
  bottom: -76px;
  left: -82px;
  right: auto;
}

.section-pricing-plans {
  background-color: #fff;
}

.pricing-plans {
  grid-column-gap: 4rem;
  grid-row-gap: 3rem;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  padding-top: 5rem;
  padding-bottom: 5rem;
  display: grid;
}

.pricing-plans-card {
  border: 1px solid #efeae6;
  border-radius: .625rem;
  padding: 2.5rem;
}

.pricing-plans-icon {
  margin-bottom: 2.25rem;
}

.pricing-plans-sub-text {
  color: rgba(0, 0, 0, .5);
  margin-top: .75rem;
  margin-bottom: 2rem;
  font-family: Maisonneue, sans-serif;
  font-size: 1.4rem;
  font-weight: 500;
}

.pricing-plan-list {
  grid-column-gap: 12px;
  align-items: flex-start;
  margin-top: 24px;
  font-family: Maisonneue, sans-serif;
  font-size: 1.5rem;
  font-weight: 500;
  display: flex;
}

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

.faq1_answer {
  overflow: hidden;
}

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

.faq1_component {
  margin-top: 3rem;
}

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

.button-2 {
  color: rgba(0, 0, 0, 0);
  text-align: center;
  background-color: rgba(0, 0, 0, 0);
  border: 1px solid rgba(0, 0, 0, 0);
  padding: .75rem 1.5rem;
}

.button-2.is-secondary {
  color: rgba(0, 0, 0, 0);
  background-color: rgba(0, 0, 0, 0);
}

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

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

.faq1_icon-wrapper {
  align-self: flex-start;
  width: 2rem;
  margin-left: 1.5rem;
  display: flex;
}

.faq1_question {
  cursor: pointer;
  justify-content: space-between;
  align-items: center;
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
  display: flex;
}

.faq1_accordion {
  border-bottom: 1px solid rgba(0, 0, 0, .25);
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
  padding-left: 24px;
  padding-right: 24px;
}

.faq-ques {
  font-family: Karelia, sans-serif;
  font-size: 1.5rem;
  font-weight: 500;
}

.faq-ans {
  color: rgba(0, 0, 0, .5);
  font-size: 1.375rem;
}

.faq-answer-circle {
  background-color: #000;
  border-radius: 50%;
  width: 4px;
  height: 4px;
  font-size: .5rem;
  line-height: .5;
  overflow: hidden;
}

@media screen and (max-width: 991px) {
  .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;
  }

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

  .heading-style-h1.is--31px {
    font-size: 3rem;
  }

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

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

  .button {
    order: 1;
  }

  .button.is--green.is--abouslute {
    position: absolute;
    top: auto;
    bottom: 1.5625rem;
    left: 1.5625rem;
    right: auto;
  }

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

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

  .nav_flex-wrapper {
    padding-top: 4.125rem;
    padding-bottom: 1.4rem;
  }

  .nav_menu-wrapper {
    background-color: var(--dark-green);
  }

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

  .nav_link {
    padding: 1rem 2rem;
  }

  .nav_menu-main-wrapper {
    grid-column-gap: 1.5rem;
  }

  .home_hero-wrapper {
    grid-row-gap: 4rem;
    flex-direction: column;
    align-items: flex-start;
    padding-top: 3.5rem;
    padding-bottom: 3.5rem;
  }

  .home_hero-wrapper-left {
    max-width: 100%;
  }

  .home_hero-wrapper-right {
    width: 100%;
    max-width: 100%;
  }

  .home_trusted-flex-wrapper {
    display: none;
  }

  .home_about-wrapper {
    grid-row-gap: 3rem;
    flex-direction: column-reverse;
    align-items: flex-start;
  }

  .home_about-wrapper.is---change {
    flex-direction: column;
  }

  .home_about-wrapper-left {
    max-width: 100%;
  }

  .home_about-heading-right {
    padding-right: 0;
  }

  .home_inferless-wrapper {
    padding-top: 3rem;
    padding-bottom: 7rem;
  }

  .home_inferless-boc-right {
    flex-direction: column;
    justify-content: flex-end;
    display: flex;
  }

  .home_inferless-content-left {
    grid-row-gap: 1.5rem;
  }

  .home_get-started-wrapper {
    padding-top: 3rem;
    padding-bottom: 7rem;
  }

  .home_get-started-tab {
    flex-direction: column;
  }

  .home_get-started-tab-menu {
    max-width: 100%;
  }

  .home_get-started-tabs-content {
    margin-top: 3rem;
    margin-left: 0;
  }

  .home_support-wrapper {
    padding-top: 3rem;
    padding-bottom: 7rem;
  }

  .home_support-grid {
    grid-template-columns: 1fr 1fr;
    display: none;
  }

  .home_support-image {
    margin-top: 2rem;
  }

  .home_support-section-right {
    grid-column-gap: 4rem;
  }

  .home_hero-image-right, .home_about-wrapper-right, .home_get-started-tab-pane {
    width: 100%;
  }

  .pricing_hero-wrapper {
    padding-top: 4rem;
    padding-bottom: 6rem;
  }

  .pricing_hero-tab {
    flex-direction: column;
    align-items: flex-start;
    margin-top: 4rem;
    display: flex;
  }

  .pricing_hero-tab-menu {
    position: static;
  }

  .pricing_hero-tab-content {
    padding-top: 1.5625rem;
  }

  .pricing_question-wrapper {
    padding-bottom: 5rem;
  }

  .pricing_question-content-wrapper {
    background-color: rgba(0, 0, 0, 0);
    margin-top: 3rem;
    padding: 0;
  }

  .product_hero-wrapper {
    grid-row-gap: 3rem;
    flex-direction: column;
    align-items: flex-start;
    padding-top: 3.5rem;
    padding-bottom: 7rem;
  }

  .product_hero-right {
    width: 100%;
    max-width: 100%;
  }

  .product_process-wrapper {
    padding-top: 3.125rem;
    padding-bottom: 5rem;
  }

  .product_rr-wrapper {
    padding-bottom: 7rem;
  }

  .product_rr-grid-wrapper {
    height: 100%;
  }

  .product_rr-content {
    padding-bottom: 25px;
    padding-left: 25px;
    padding-right: 25px;
  }

  .blog_hero-wrapper {
    padding-top: 3rem;
    padding-bottom: 5rem;
  }

  .blog_hero-blog-item {
    flex-direction: column;
    padding-left: 0;
    position: relative;
  }

  .blog_hero-blog-content-top-left {
    margin-bottom: 1.5rem;
  }

  .blog_hero-blog-list-left {
    padding-bottom: 50px;
    padding-left: 25px;
    padding-right: 25px;
  }

  .blog_hero-blog-image-right {
    width: 100%;
    max-width: 100%;
  }

  .blog_more-wraper {
    padding-top: 2.5rem;
    padding-bottom: 5rem;
  }

  .blog_more-summary {
    margin-top: 2.625rem;
  }

  .blogtp_hero-wrapper {
    margin-bottom: 7rem;
    padding-bottom: 1.0625rem;
  }

  .blogtp_hero-summary--content {
    font-size: 1.875rem;
  }

  .blogtp_detail-page {
    margin-top: 2rem;
  }

  .cms-rich-text h2 {
    font-size: 3.75rem;
  }

  .nav_menu-button-wrapper {
    grid-row-gap: .375rem;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 2.5rem;
    height: 2.5rem;
    padding: 0;
    display: flex;
  }

  .nav_menu-line {
    background-color: var(--white);
    width: 2rem;
    height: 2px;
    padding: 0;
  }

  .nav_menu-line.is---one.is-black, .nav_menu-line.is---sec.is-black, .nav_menu-line.is---thd.is-green {
    background-color: var(--dark-green);
  }

  .nav_menu-button {
    padding: 0;
  }

  .nav_menu-button.w--open {
    background-color: rgba(0, 0, 0, 0);
  }

  .product_rr-slider {
    background-color: #fff;
    height: 100%;
    margin-top: 2.0625rem;
    padding-top: 2rem;
    display: block;
  }

  .product_rr-slider.is--change {
    background-color: var(--linen);
  }

  .product_rr-left-arrow {
    flex-direction: column;
    align-items: center;
    width: 50px;
    height: 50px;
    padding: 0;
    display: flex;
    top: 0%;
    bottom: auto;
    left: 45%;
    right: auto;
    transform: translate(-40%);
  }

  .product_rr-slider-right-arrow {
    justify-content: center;
    align-items: center;
    width: 50px;
    height: 50px;
    padding: 0;
    display: flex;
    top: 0%;
    bottom: auto;
    left: auto;
    right: 45%;
    transform: translate(45%);
  }

  .product_rr-slider-image2 {
    width: 100%;
    height: 100%;
  }

  .product_rr-slider-slide, .product_rr-slider-mask {
    height: 100%;
  }

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

  .collection-item {
    flex-direction: column;
    display: flex;
  }

  .collection-list {
    grid-template-columns: 1fr 1fr;
  }

  .div-block-8 {
    grid-column-gap: 3rem;
  }

  .fs-toc_richtext {
    padding: 1.5rem;
  }

  .heading-small {
    font-size: 1.5rem;
  }

  .fs-toc_example {
    flex-direction: column;
  }

  .fs-toc_sidebar {
    width: 100%;
    padding: 1.5rem;
  }

  .downloads-filter_form {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    flex-direction: column;
    align-items: flex-start;
  }

  .thumbnail-image {
    height: auto;
  }

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

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

  h2 {
    font-size: 2rem;
  }

  h3 {
    font-size: 1.5rem;
  }

  h4 {
    font-size: 1.25rem;
  }

  h5 {
    font-size: 1rem;
  }

  h6 {
    font-size: .875rem;
  }

  .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: 2rem;
  }

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

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

  .heading-style-h1.is--31px {
    font-size: 2.25rem;
  }

  .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: 1.125rem;
  }

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

  .button {
    align-self: center;
  }

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

  .home-message_component {
    padding: 0;
  }

  .home-message_content {
    border-radius: 0;
  }

  .navbar {
    border-bottom-right-radius: 25px;
    border-bottom-left-radius: 25px;
  }

  .nav_flex-wrapper {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }

  .nav_menu-wrapper {
    z-index: 0;
    border-bottom: 1.5px solid #fff;
    border-bottom-right-radius: 25px;
    border-bottom-left-radius: 25px;
    padding-bottom: 1.5rem;
  }

  .nav_link {
    color: var(--green-yellow);
    padding-top: .5rem;
    padding-bottom: .5rem;
    font-family: Karelia, sans-serif;
    font-size: 1.5rem;
    font-weight: 500;
    line-height: 1.6;
  }

  .nav_menu-main-wrapper {
    flex-direction: row-reverse;
  }

  .home_hero-wrapper {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }

  .home_hero-wrapper-left {
    width: 100%;
  }

  .home_about-wrapper {
    grid-row-gap: 2rem;
    flex-direction: column;
    grid-template-columns: 1fr;
    padding-top: 3.5rem;
    padding-bottom: 3.5rem;
    display: flex;
  }

  .home_about-wrapper.is---change {
    flex-direction: column-reverse;
    align-items: baseline;
    justify-items: baseline;
    display: flex;
  }

  .home_about-sumarry-right {
    margin-top: 1rem;
  }

  .home_inferless-wrapper {
    padding-top: 3.75rem;
    padding-bottom: 6rem;
  }

  .home_inferless-wrapper-right {
    flex-direction: column;
    display: flex;
  }

  .home_get-started-wrapper {
    padding-top: 2.5rem;
    padding-bottom: 6rem;
  }

  .home_get-started-tab {
    display: none;
  }

  .home_support-wrapper {
    padding-top: 2.5rem;
    padding-bottom: 6rem;
  }

  .home_support-image {
    margin-top: 0;
  }

  .footer_top-wrapper {
    grid-row-gap: 3rem;
    flex-direction: column;
    align-items: flex-start;
  }

  .footer_social-wrapper {
    grid-column-gap: 1.5rem;
  }

  .home_hero-section {
    background-image: none;
    background-position: 0 0;
    background-repeat: repeat;
    background-size: auto;
  }

  .home_hero-image-right {
    display: block;
  }

  .pricing_hero-wrapper {
    padding-top: 3rem;
    padding-bottom: 5rem;
  }

  .pricing_hero-pricing-discription {
    padding: 1.5rem;
  }

  .product_hero-wrapper {
    padding-top: 3rem;
    padding-bottom: 6rem;
  }

  .product_process-wrapper {
    padding-top: 2.8125rem;
    padding-bottom: 4.375rem;
  }

  .product_process-grid {
    grid-row-gap: 42px;
    flex-direction: column;
    display: flex;
  }

  .product_rr-wrapper {
    padding-bottom: 6rem;
  }

  .product_rr-grid-wrap {
    flex-direction: column;
    align-items: flex-start;
    display: flex;
  }

  .product_rr-image {
    object-fit: scale-down;
    width: auto;
  }

  .blog_hero-wrapper {
    padding-top: 2.75rem;
  }

  .blog_hero-collection {
    margin-top: 3rem;
  }

  .blog_hero-blog-list, .blog_hero-blog-item.community {
    grid-template-columns: 1fr;
  }

  .blog_hero-blog-list-left {
    padding-bottom: 2rem;
    padding-left: 16px;
    padding-right: 17px;
  }

  .blog_hero-blog-image-right {
    height: auto;
  }

  .blog_more-summary {
    margin-top: 2rem;
    font-size: 1rem;
  }

  .paragraph {
    font-size: 2rem;
  }

  .blogtp_hero-wrapper {
    margin-bottom: 6rem;
    padding-top: 3.5rem;
  }

  .blogtp_hero-summary--content {
    font-size: 1.75rem;
  }

  .blogtp_detail-page {
    grid-row-gap: 2.5rem;
    flex-direction: column-reverse;
  }

  .cms-rich-text h2 {
    font-size: 3.4375rem;
  }

  .cms-rich-text.smaller.show-in-mobile {
    display: block;
  }

  .home_get-started-tab-image {
    width: 100%;
  }

  .product_rr-slider {
    display: none;
  }

  .product_rr-slider.is--change.show-mobile {
    display: block;
  }

  .product_rr-left-arrow {
    left: 43%;
  }

  .product_rr-slider-right-arrow {
    right: 43%;
  }

  .home-get-started-wrapper {
    margin-top: 1rem;
  }

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

  .serverless-item {
    padding: 2rem 1rem 1.5rem;
  }

  .navbar-curver {
    border-bottom: 1.5px solid #fff;
    border-bottom-right-radius: 25px;
    border-bottom-left-radius: 25px;
    height: 1rem;
    padding-bottom: 2rem;
    display: block;
  }

  .serverless-item-text {
    bottom: 2rem;
    left: 1rem;
    right: 1rem;
  }

  .method-item-wrapper {
    grid-row-gap: 32px;
    flex-direction: column;
  }

  .home-investor-logo-wrapper {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
  }

  .navbar-border-cover {
    z-index: -1;
    background-color: var(--dark-green);
    width: 100%;
    padding-bottom: 2.3rem;
    position: absolute;
    top: auto;
    bottom: 0%;
    left: 0%;
    right: 0%;
  }

  .home-get-started-dropdown {
    border-radius: 1rem;
    display: block;
  }

  .home-get-started-nav-toggle {
    border-radius: 1rem;
    padding-left: 1rem;
    display: block;
  }

  .home-get-started-dropdown-list.w--open {
    border: 2px solid var(--green-yellow);
    background-color: #fff;
    border-radius: 1rem;
    margin-top: 1rem;
    padding: 1rem;
    position: relative;
  }

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

  .blog-image {
    width: 100%;
  }

  .sb-content-wrapper {
    grid-row-gap: 3rem;
    flex-direction: column;
  }

  .sb-toc {
    max-width: 100%;
    position: relative;
    top: 0;
  }

  .sb-content {
    max-width: 100%;
  }

  .nav-dropdown {
    justify-content: center;
    align-items: center;
    padding-top: .5rem;
    padding-bottom: .5rem;
    padding-right: 0;
    display: flex;
  }

  .nav-dropdown-list.w--open {
    width: 100%;
    display: none;
    position: relative;
  }

  .nav-animations-wrapper.show-in-mobile {
    text-align: center;
    display: flex;
  }

  .collection-list, .div-block-8 {
    flex-direction: column;
    display: flex;
  }

  .heading-small {
    font-size: 1.25rem;
  }

  .fs-toc_sidebar {
    padding-left: 0;
  }

  .fs_radio-2_group {
    grid-auto-flow: row;
    display: flex;
  }

  .cms-header-wrapper {
    flex-direction: column;
    display: flex;
  }

  .cms-content-wrapper {
    grid-row-gap: 3rem;
    flex-direction: column-reverse;
  }

  .cms-content-sticky {
    width: 100%;
    max-width: 100%;
    position: relative;
    top: 0;
  }

  .cms-header-toc.show-in-mobile {
    display: block;
  }

  .cms-header-toc.show-in-mobile.flex {
    align-self: stretch;
    display: flex;
  }

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

  .event-header-component, .event-thanks-grid {
    grid-template-columns: 1fr;
  }

  .event-thanks-grid-item {
    font-size: 1.25rem;
  }

  .event-thanks-grid-number {
    font-size: 3.7575rem;
  }

  .event-video-grid-component {
    text-align: center;
  }

  .event-videos-grid {
    grid-template-columns: 1fr;
  }

  .event-video-grid-item {
    text-align: left;
  }

  .events-social-component {
    grid-template-columns: 1fr;
  }

  .thumbnail-image {
    height: auto;
  }

  .center-youtube-icon {
    width: 50px;
  }

  .pricing-wrapper {
    grid-row-gap: 1rem;
    align-items: stretch;
    padding-bottom: 2rem;
  }

  .table_cell {
    padding: .5rem;
    font-size: 1rem;
  }

  .table_header {
    padding: .75rem .5rem .775rem;
    font-size: 1rem;
  }

  .table_component {
    margin-top: 1rem;
  }

  .pricing-header-right-icon {
    width: 10%;
    max-width: 50px;
    top: 164px;
    right: 0;
  }

  .pricing-header-left-icon {
    max-width: 50px;
    bottom: 0;
    left: 0;
  }

  .pricing-plans {
    grid-row-gap: 2rem;
    flex-direction: column;
    grid-template-columns: 1fr;
  }

  .pricing-plans-card {
    padding: 2rem 1rem;
  }

  .pricing-plans-icon {
    width: 50px;
    margin-bottom: 1.5rem;
  }

  .pricing-plans-sub-text {
    font-size: 1rem;
  }

  .pricing-plan-list {
    margin-top: 16px;
    font-size: 1.125rem;
  }

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

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

  .icon-embed-small {
    flex: none;
  }

  .faq1_icon-wrapper {
    width: 1.75rem;
  }

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

  .faq-ques {
    font-size: 1.25rem;
  }

  .faq-ans {
    font-size: 1.125rem;
  }

  .table-scroll-wrapper {
    padding: 1rem 2rem 1rem 1rem;
    overflow: auto;
  }
}

@media screen and (max-width: 479px) {
  .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;
  }

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

  .heading-style-h3.text-color-green.is-semple {
    white-space: normal;
  }

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

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

  .heading-style-h1.is--31px {
    font-size: 1.9375rem;
  }

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

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

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

  .button {
    padding-left: 1.75rem;
    padding-right: 1.75rem;
  }

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

  .navbar {
    border-bottom-right-radius: 25px;
    border-bottom-left-radius: 25px;
  }

  .nav_menu-wrapper {
    justify-content: center;
  }

  .nav_link {
    text-align: center;
    padding-left: 1rem;
    padding-right: 1rem;
    font-size: 1.25rem;
  }

  .nav_menu-main-wrapper {
    grid-column-gap: 1rem;
  }

  .home_hero-wrapper {
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
  }

  .home_about-wrapper {
    grid-row-gap: 1.0625rem;
    flex-direction: column-reverse;
    padding-top: 4rem;
    padding-bottom: 0;
  }

  .home_about-wrapper.is---change {
    flex-direction: column;
    padding-top: 0;
    padding-bottom: 4rem;
  }

  .home_inferless-wrapper {
    padding-top: 2.5rem;
    padding-bottom: 5rem;
  }

  .home_inferless-wrapper-right {
    margin-top: 3.125rem;
  }

  .home_inferless-boc-right {
    padding: 1.5625rem;
  }

  .home_get-started-wrapper {
    padding-top: 2.375rem;
    padding-bottom: 5rem;
  }

  .home_get-started-grid {
    margin-top: 3.125rem;
  }

  .home_get-started-tab {
    grid-row-gap: 0rem;
  }

  .home_get-started-tabs-content {
    margin-top: 1rem;
  }

  .home_get-started-tab-link {
    padding: 1rem 1.5rem;
  }

  .home_get-started-tab-content-inner {
    padding-top: 1.1875rem;
  }

  .home_support-wrapper {
    padding-top: 2.375rem;
    padding-bottom: 5rem;
  }

  .home_support-grid {
    flex-direction: column;
  }

  .home_support-grid-box {
    padding: 1.6625rem;
  }

  .footer-wrapper {
    border-top-left-radius: 25px;
    border-top-right-radius: 25px;
  }

  .footer_top-wrapper {
    flex-direction: column;
  }

  .home_support-section-right {
    grid-column-gap: 2rem;
    justify-content: space-between;
  }

  .footer_right-link, .text-color-efeae6.footer_address {
    font-size: .875rem;
  }

  .footer_bottom-wrapper {
    grid-row-gap: 2rem;
    flex-direction: column;
  }

  .footer_social-wrapper {
    grid-column-gap: .75rem;
  }

  .footer_social-link {
    width: 3rem;
    height: 3rem;
  }

  .pricing_hero-wrapper {
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
  }

  .pricing_hero-tab {
    flex-direction: column;
    align-items: center;
    margin-top: 3rem;
    display: flex;
  }

  .pricing_hero-tab-menu {
    border-radius: 3.8rem;
    display: flex;
    position: static;
  }

  .pricing_hero-tab-content {
    padding-top: 1.5625rem;
  }

  .pricing_hero-tab-link {
    width: 100%;
    min-width: 9rem;
  }

  .pricing_hero-tab-content-wrap {
    grid-column-gap: .9375rem;
    grid-row-gap: .9375rem;
    flex-direction: column;
    align-items: stretch;
  }

  .pricing_hero-pricing-card-header {
    padding-top: 1rem;
    padding-bottom: 1.3125rem;
  }

  .pricing_hero-pricing-discription {
    padding: 1.5625rem;
  }

  .pricing-button-wrapper {
    margin-top: 2.625rem;
  }

  .pricing_question-wrapper {
    padding-bottom: 4.5rem;
  }

  .product_hero-wrapper {
    padding-top: 4rem;
    padding-bottom: 5rem;
  }

  .product_process-wrapper {
    padding-top: 41px;
    padding-bottom: 55px;
  }

  .product_process-grid {
    padding: 25px;
  }

  .product_rr-wrapper {
    padding-top: 38px;
    padding-bottom: 5rem;
  }

  .product_rr-content {
    padding-left: 16px;
    padding-right: 16px;
  }

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

  .blog_hero-wrapper {
    padding-top: 2.5rem;
    padding-bottom: 5rem;
  }

  .blog_hero-blog-content-top-left {
    grid-row-gap: .5rem;
  }

  .blog_hero-blog-list-left {
    padding: 1rem 16px 0;
  }

  .paragraph {
    font-size: 1.6875rem;
  }

  .blogtp_hero-wrapper {
    margin-bottom: 5rem;
    padding: 3.125rem 1rem 1.0625rem;
  }

  .blogtp_hero-flex-wrapper {
    grid-column-gap: .25rem;
    justify-content: space-between;
  }

  .blogtp_hero-summary {
    margin-top: 3rem;
  }

  .blogtp_hero-summary--content {
    font-size: 1.25rem;
  }

  .cms-rich-text h2 {
    font-size: 2.25rem;
  }

  .cms-rich-text p {
    font-size: 1rem;
  }

  .cms-rich-text h3 {
    font-size: 2rem;
  }

  .cms-rich-text li {
    font-size: 1rem;
  }

  .cms-rich-text.smaller {
    width: 100%;
  }

  .image-3 {
    display: block;
  }

  .product_process-content-image {
    width: 40px;
    height: 40px;
  }

  .product_rr-left-arrow {
    left: 36%;
  }

  .product_rr-slider-right-arrow {
    right: 36%;
  }

  .method-item-wrapper {
    grid-row-gap: 2rem;
    flex-direction: column;
  }

  .home_investor {
    padding-top: 5rem;
    padding-bottom: 5rem;
  }

  .home-investor-logo-wrapper {
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
    flex-direction: column;
    align-items: center;
  }

  .home-investor-logo {
    max-width: 200px;
    max-height: 40px;
  }

  .footer-social-icon {
    max-width: 30px;
  }

  .sb-content-wrapper {
    grid-row-gap: 0rem;
  }

  .sb-content-item {
    padding-top: 1rem;
  }

  ._3-col-gird {
    overflow: auto;
  }

  ._3-col-gird-item {
    font-size: 1rem;
  }

  .sb-details-wrapper {
    grid-column-gap: .5rem;
    text-align: center;
  }

  .nav-dropdown {
    width: 60%;
    margin-left: auto;
    margin-right: auto;
    padding-top: .5rem;
    padding-bottom: .5rem;
    display: block;
  }

  .nav-dropdown.w--open {
    width: 100%;
  }

  .nav-dropdown-list-item {
    padding-right: .5rem;
  }

  .nav-dropdown-list.w--open {
    width: 80vw;
    margin-left: auto;
    margin-right: auto;
    padding: .5rem;
  }

  .nav-animations-wrapper {
    text-align: center;
  }

  .nav-text-signs {
    display: none;
  }

  .learn-other-item {
    flex-direction: column;
    display: flex;
  }

  .learn-other-item-content {
    padding-bottom: 1rem;
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .learn-other-item-image-wrapper {
    align-self: stretch;
  }

  .learn-other-item-heading {
    font-size: 2rem;
  }

  .learn-other-items-details {
    font-size: 1.125rem;
  }

  .cms-header-author-wrapper {
    grid-column-gap: 1rem;
    grid-row-gap: 1.5rem;
    flex-wrap: wrap;
    grid-template-rows: auto auto;
    grid-template-columns: auto 1fr;
    grid-auto-columns: 1fr;
    display: flex;
  }

  .cms-content-wrapper {
    flex-direction: column-reverse;
  }

  .cms-content-rich {
    width: 100%;
  }

  .cms-header-toc {
    align-self: stretch;
  }

  .cms-header-toc.show-in-mobile.flex {
    display: flex;
  }

  .cms-social-share-image {
    width: 3.5rem;
    height: 3.5rem;
  }

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

  .resources-grid-item {
    flex-direction: column;
    display: flex;
  }

  .nav-coming-soon {
    grid-column-gap: 0rem;
  }

  .nav-coming-soon-text {
    font-size: .7rem;
  }

  .image-sized {
    display: block;
  }

  .pricing-wrapper {
    overflow: auto;
  }

  .table_cell, .table_header {
    outline-offset: 0px;
    border-style: solid;
    outline: 1px solid rgba(202, 255, 77, .31);
    font-size: .875rem;
  }

  .table_component {
    width: 600px;
    margin-left: .25rem;
    margin-right: 1rem;
    box-shadow: 3px 5px rgba(202, 255, 77, .15);
  }

  .pricing-header-right-icon {
    top: 159px;
  }

  .pricing-plans {
    flex-direction: column;
    align-items: center;
    padding-top: 2.5rem;
    padding-bottom: 0;
  }

  .icon-embed-small {
    flex: 0 auto;
  }

  .faq1_icon-wrapper {
    flex: none;
  }

  .table-scroll-wrapper {
    padding: .5rem 1rem 1rem .25rem;
    overflow: auto;
  }
}

#w-node-_474d09c3-2b59-3756-edae-a86a2fb00891-1a31fdd6, #w-node-d0dd374a-4334-a10d-dfa4-a7c1d5ba9725-1a31fdd6, #w-node-_7e49b44a-88df-bd08-4bab-1412eb69cc8d-1a31fdd6, #w-node-ad91c4ec-6173-0d10-6e28-4113bf286397-1a31fdd6, #w-node-ad91c4ec-6173-0d10-6e28-4113bf286398-1a31fdd6, #w-node-ad91c4ec-6173-0d10-6e28-4113bf28639e-1a31fdd6, #w-node-_288489b1-19fb-f8ad-88a4-54bbdc9af6a0-1a31fdd6, #w-node-_288489b1-19fb-f8ad-88a4-54bbdc9af6a1-1a31fdd6, #w-node-_288489b1-19fb-f8ad-88a4-54bbdc9af6a7-1a31fdd6, #w-node-ad109653-bbce-bec7-ed0b-acec292a3cb1-1a31fdd6, #w-node-ad109653-bbce-bec7-ed0b-acec292a3cb2-1a31fdd6, #w-node-ad109653-bbce-bec7-ed0b-acec292a3cb8-1a31fdd6, #w-node-_41c8c85e-727f-51f2-901b-e3e1bcbae60a-1a31fdd6, #w-node-_8e6c68a4-0419-df87-5f46-cbc1785d39b6-1a31fdd6, #w-node-_0c5394f5-eca9-c8bc-6bdf-d3ab7c352df3-1a31fdd6, #w-node-_6a7c0271-6a0a-213f-ab34-0bb98b391a4f-1a31fdd6, #w-node-_5bdb2126-b0a3-116a-547d-70843c2f706b-1a31fdd6, #w-node-a58056d5-8bfa-bad7-2678-255e101b495f-1a31fdd6, #w-node-e3690b7c-8209-5430-da53-a15c914b8e4d-1a31fe1b, #w-node-_176c1d7c-9718-4b98-4264-3d8e23ea9914-1a31fe1b, #w-node-a1115493-889a-e441-0b90-e631c7832e90-1a31fe1b, #w-node-_1796fd60-22a8-482c-9ee2-d547c90026f0-1a31fe1b, #w-node-_153f6b4b-818f-6ccf-1595-0378052c474c-1a31fe1b {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-e4676ae1-d986-8738-d608-81e2a389b74c-1a31fe1b {
  grid-area: span 2 / span 1 / span 2 / span 1;
}

#w-node-_134011e2-9d83-74da-a71b-ed9b7dcbf4b3-1a31fe1b, #w-node-e90d1450-8fa4-bdb0-f030-c639c7adbe18-1a31fe1b {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-e90d1450-8fa4-bdb0-f030-c639c7adbe1a-1a31fe1b {
  grid-area: span 2 / span 1 / span 2 / span 1;
}

#w-node-e90d1450-8fa4-bdb0-f030-c639c7adbe1c-1a31fe1b, #w-node-_35070e64-b1a0-b4f3-34ec-f8268533c7f9-1a31fe1b {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_35070e64-b1a0-b4f3-34ec-f8268533c7fb-1a31fe1b {
  grid-area: span 2 / span 1 / span 2 / span 1;
}

#w-node-_35070e64-b1a0-b4f3-34ec-f8268533c7fd-1a31fe1b, #w-node-c9e19c4f-bfdb-e24f-40d7-46eacaef7a8c-1a31fe1b {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-c9e19c4f-bfdb-e24f-40d7-46eacaef7a8e-1a31fe1b {
  grid-area: span 2 / span 1 / span 2 / span 1;
}

#w-node-c9e19c4f-bfdb-e24f-40d7-46eacaef7a90-1a31fe1b, #w-node-_13d799ff-af0a-b61f-0b6f-401be10c90e5-1a31fe34, #w-node-e42bca48-c014-b35a-1e11-0c16a456cb37-1a31fe35, #w-node-fcfbbb30-7105-dad1-43f3-f2629cbe7486-1a31fe4a, #w-node-_5ec543cd-c962-c2dd-3599-cd6d10a137bf-1a31fe4a, #w-node-ba7a81bd-d649-6fbf-4b74-bf9c1597826c-1a31fe4a {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-d300b92e-8583-ad6c-eddc-f2ddececa02e-1a31fe4d {
  grid-area: span 1 / span 2 / span 1 / span 2;
  justify-self: center;
}

#w-node-_7e3bea5c-2e29-8f5c-a6b2-78b52ce8475f-1a31fe4e, #w-node-_2416472e-de09-074d-71ed-cfc239f0a8b5-1a31fe4e, #w-node-_178299eb-b782-d6fe-c24e-24f8ed53828f-1a31fe4e, #w-node-_08ce3ccd-b7cc-ae24-d450-79a395b00876-1a31fe4e, #w-node-f1a43440-71f2-138b-2da4-49ce94f09db0-1a31fe4e, #w-node-_156d1588-367c-392c-8ec9-12065fdca47f-1a31fe4e, #w-node-f6de8650-168b-188e-087f-665169428f19-1a31fe4e, #w-node-bd05311c-e93b-53dd-c35b-69163d54df5e-1a31fe4e, #w-node-a67b4e83-10ab-209b-d50f-890f3b9b1a56-1a31fe4e, #w-node-_110b982a-18da-c182-65cc-0a2dab8defde-1a31fe4e, #w-node-_0f4642e3-0241-3d38-6766-e09c216b3e45-1a31fe4e, #w-node-_8093e2ff-fed3-7cd8-4ce2-e9e61aaa50f0-1a31fe4e, #w-node-_6b97c5d5-4536-75a9-6c86-e58974b18449-1a31fe50, #w-node-_6b97c5d5-4536-75a9-6c86-e58974b18452-1a31fe50, #w-node-_6b97c5d5-4536-75a9-6c86-e58974b1845b-1a31fe50, #w-node-_6b97c5d5-4536-75a9-6c86-e58974b18464-1a31fe50, #w-node-_6b97c5d5-4536-75a9-6c86-e58974b18488-1a31fe50 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_6b97c5d5-4536-75a9-6c86-e58974b1848a-1a31fe50 {
  grid-area: span 2 / span 1 / span 2 / span 1;
  align-self: stretch;
}

#w-node-_6b97c5d5-4536-75a9-6c86-e58974b1848c-1a31fe50, #w-node-_8aea9abd-3368-1958-8d08-ec4e7f3e9f40-1a31fe50 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_8aea9abd-3368-1958-8d08-ec4e7f3e9f42-1a31fe50 {
  grid-area: span 2 / span 1 / span 2 / span 1;
}

#w-node-_8aea9abd-3368-1958-8d08-ec4e7f3e9f44-1a31fe50, #w-node-_6b97c5d5-4536-75a9-6c86-e58974b18499-1a31fe50 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_6b97c5d5-4536-75a9-6c86-e58974b1849b-1a31fe50 {
  grid-area: span 2 / span 1 / span 2 / span 1;
}

#w-node-_6b97c5d5-4536-75a9-6c86-e58974b1849d-1a31fe50, #w-node-_6b97c5d5-4536-75a9-6c86-e58974b184a8-1a31fe50 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_6b97c5d5-4536-75a9-6c86-e58974b184aa-1a31fe50 {
  grid-area: span 2 / span 1 / span 2 / span 1;
}

#w-node-_6b97c5d5-4536-75a9-6c86-e58974b184ac-1a31fe50, #w-node-_45ce1988-f5e1-7595-f67a-7379c42e7f99-1a31fe51, #w-node-fa7f5c4d-ae29-e483-1feb-abdcf059ebc3-1a31fe53, #w-node-bcc7a55c-448d-9c80-a332-7ad4a4d651c1-baabb08d, #w-node-c60c1945-7c0d-29f0-bb3b-ca526f272b4c-baabb08d {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

@media screen and (max-width: 767px) {
  #w-node-d300b92e-8583-ad6c-eddc-f2ddececa02e-1a31fe4d {
    grid-area: span 1 / span 1 / span 1 / span 1;
    justify-self: center;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_8aea9abd-3368-1958-8d08-ec4e7f3e9f42-1a31fe50 {
    grid-area: span 2 / span 1 / span 2 / span 1;
  }
}


@font-face {
  font-family: 'Karelia';
  src: url('../fonts/Karelia-BlackItalic.otf') format('opentype');
  font-weight: 900;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Karelia';
  src: url('../fonts/Karelia-Bold.otf') format('opentype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Karelia';
  src: url('../fonts/Karelia-Black.otf') format('opentype');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Karelia';
  src: url('../fonts/Karelia-Medium.otf') format('opentype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Karelia';
  src: url('../fonts/Karelia-MediumItalic.otf') format('opentype');
  font-weight: 500;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Karelia';
  src: url('../fonts/Karelia-BoldItalic.otf') format('opentype');
  font-weight: 700;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Karelia outtakes';
  src: url('../fonts/Karelia-Outtakes.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Karelia';
  src: url('../fonts/Karelia-RegularItalic.otf') format('opentype');
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Karelia';
  src: url('../fonts/Karelia-Regular.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Maisonneue';
  src: url('../fonts/MaisonNeue-BookItalic.otf') format('opentype'), url('../fonts/MaisonNeue-DemiItalic.otf') format('opentype');
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Maisonneue';
  src: url('../fonts/MaisonNeue-BoldItalic.otf') format('opentype'), url('../fonts/MaisonNeue-ExtraBoldItalic.otf') format('opentype');
  font-weight: 700;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Maisonneue';
  src: url('../fonts/MaisonNeue-Black.otf') format('opentype');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Maisonneue';
  src: url('../fonts/MaisonNeue-BlackItalic.otf') format('opentype');
  font-weight: 900;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Maisonneue book';
  src: url('../fonts/MaisonNeue-Book.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Maisonneue demi';
  src: url('../fonts/MaisonNeue-Demi.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Maisonneue';
  src: url('../fonts/MaisonNeue-ExtraThinItalic.otf') format('opentype'), url('../fonts/MaisonNeue-ThinItalic.otf') format('opentype');
  font-weight: 100;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Maisonneue';
  src: url('../fonts/MaisonNeue-Light.otf') format('opentype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Maisonneue';
  src: url('../fonts/MaisonNeue-MediumItalic.otf') format('opentype');
  font-weight: 500;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Maisonneue';
  src: url('../fonts/MaisonNeue-Bold.otf') format('opentype'), url('../fonts/MaisonNeue-ExtraBold.otf') format('opentype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Maisonneue';
  src: url('../fonts/MaisonNeue-Thin.otf') format('opentype'), url('../fonts/MaisonNeue-ExtraThin.otf') format('opentype');
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Maisonneue';
  src: url('../fonts/MaisonNeue-LightItalic.otf') format('opentype');
  font-weight: 300;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Maisonneue';
  src: url('../fonts/MaisonNeue-Medium.otf') format('opentype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}