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

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

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

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

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

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

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

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

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

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

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

body {
  color: #333;
  font-family: Google Sans, sans-serif;
  font-size: 14px;
  line-height: 20px;
}

h1 {
  color: #222;
  letter-spacing: -.5px;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 4.5rem;
  font-weight: 400;
  line-height: 4.375rem;
}

h2 {
  color: #222;
  letter-spacing: -.5px;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 3rem;
  font-weight: 400;
  line-height: 3.75rem;
}

h3 {
  color: #222;
  letter-spacing: -.5px;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1.5rem;
  font-weight: 400;
  line-height: 1.875rem;
}

h4 {
  color: #222;
  letter-spacing: -.5px;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1.125rem;
  font-weight: 400;
  line-height: 1.625rem;
}

p {
  color: #222;
  letter-spacing: -.2px;
  margin-bottom: 0;
  font-size: 1rem;
  line-height: 1.75rem;
}

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

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

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

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

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

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

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

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

.styleguide-spacer-box {
  background-color: #f5f5f5;
  width: 100%;
  position: relative;
}

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

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

.container-large.is-flexbox {
  flex-flow: column;
  justify-content: space-between;
  height: 80vh;
  padding-top: 5rem;
  padding-bottom: 1.5rem;
  display: flex;
}

.background-color-blue {
  background-color: #4e38fe;
}

.btn-1 {
  color: #fff;
  background-color: #2223;
  border-radius: .5rem;
  padding: .875rem 5rem .875rem 1rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.25rem;
  transition: all .2s;
}

.btn-1:hover {
  color: #222;
  background-color: #f8f8f8;
}

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

.btn-1.is-secondary {
  color: #000;
  background-color: #0000;
  border: 1px solid #222;
}

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

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

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

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

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

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

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

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

.styleguide-spacing {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  place-content: start;
  place-items: start stretch;
  display: grid;
  position: relative;
}

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

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

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

.styleguide-item {
  grid-column-gap: 1.125rem;
  grid-row-gap: 1.125rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  place-content: start;
  place-items: start;
  padding-bottom: 3rem;
  display: grid;
}

.styleguide-item.is-stretch {
  justify-items: stretch;
}

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

.form_input {
  background-color: #0000;
  border: 1px solid #eee;
  min-height: 3rem;
  margin-bottom: .75rem;
  padding: .5rem 1rem;
  font-size: 1rem;
}

.form_input::placeholder {
  color: #222;
}

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

.form_input.is-select-input {
  color: #222;
}

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

.styleguide-section-title {
  width: 100%;
}

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

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

.text-caption {
  color: #222;
  letter-spacing: .2px;
  text-transform: uppercase;
  font-size: .875rem;
  line-height: 1.125rem;
}

.max-width-large {
  width: 100%;
  max-width: 75rem;
  overflow: hidden;
}

.form_message-success {
  color: #114e0b;
  background-color: #cef5ca;
  padding: 1.25rem;
}

.styleguide-backgroun {
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  width: 100%;
  display: flex;
}

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

.styleguide-empty-box {
  z-index: -1;
  background-color: #f5f5f5;
  min-width: 3rem;
  height: 3rem;
  position: relative;
}

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

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

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

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

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

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

.aspect-ratio-landscape {
  aspect-ratio: 3 / 2;
  object-fit: cover;
}

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

.text-color-alternate {
  color: green;
}

.overflow-auto {
  overflow: auto;
}

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

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

.styleguide-message {
  color: #5e5515;
  background-color: #fcf8d8;
  border-radius: .25rem;
  padding: .25rem .5rem;
  font-size: .875rem;
}

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

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

.aspect-ratio-portrait {
  aspect-ratio: 2 / 3;
  object-fit: cover;
}

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

.hide {
  display: none;
}

.text-size-medium {
  color: #000;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 1.25rem;
  line-height: 1.8rem;
}

.styleguide-section {
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  place-items: start;
}

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

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

.divider {
  background-color: #0000001a;
  width: 100%;
  height: 1px;
}

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

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

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

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

.form_message-error {
  color: #3b0b0b;
  background-color: #f8e4e4;
  margin-top: .75rem;
  padding: .75rem;
}

.aspect-ratio-widescreen {
  aspect-ratio: 16 / 9;
  object-fit: cover;
}

.spacer-large {
  padding-top: 7.5rem;
}

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

.form_component {
  margin-bottom: 0;
}

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

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

.overflow-scroll {
  overflow: scroll;
}

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

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

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

.styleguide-label {
  opacity: .5;
  color: #000;
  letter-spacing: -.5px;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: .875rem;
  font-weight: 400;
  line-height: 1.25rem;
}

.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-size-small {
  color: #222;
  letter-spacing: -.2px;
  font-size: .875rem;
  line-height: 1.125rem;
}

.pointer-events-auto {
  pointer-events: auto;
}

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

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

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

.styleguide-background-space {
  width: 1px;
  height: 1px;
  margin: 5rem;
}

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

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

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

.aspect-ratio-square {
  aspect-ratio: 1;
  object-fit: cover;
}

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

.pointer-events-none {
  pointer-events: none;
}

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

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

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

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

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

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

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

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

.overflow-visible {
  overflow: visible;
}

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

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

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

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

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

.background-color-black {
  background-color: #222;
}

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

.overflow-hidden {
  overflow: hidden;
}

.text-regular {
  line-height: 1.25rem;
}

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

.text-size-huge {
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 2rem;
}

.text-size-custom {
  font-size: 5.375rem;
  line-height: 5.5rem;
}

.btn-2 {
  color: #f8f8f8;
  background-color: #7154d6;
  border-radius: .5rem;
  padding: .875rem 1rem;
  font-size: 1rem;
  line-height: 1.25rem;
  transition: all .2s;
}

.btn-2:hover {
  color: #222;
  background-color: #f8f8f8;
}

.btn-3 {
  color: #222;
  -webkit-text-fill-color: inherit;
  background-color: #f8f8f8;
  background-clip: border-box;
  border-radius: .5rem;
  padding: .875rem 1rem;
  font-size: 1rem;
  line-height: 1.25rem;
  transition: all .2s;
}

.btn-3:hover {
  color: #f8f8f8;
  background-color: #7154d6;
}

.btn-4 {
  color: #222;
  background-color: #2727270d;
  border-radius: .5rem;
  width: 100%;
  padding: .875rem 8.75rem .875rem 1rem;
  font-size: 1rem;
  line-height: 1.25rem;
  transition: all .2s;
}

.btn-4:hover {
  color: #f8f8f8;
  background-color: #4e38fe;
}

.navbar {
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
  position: absolute;
  inset: 0% 0% auto;
}

.brand {
  max-width: 12.5rem;
}

.section.is-fullscreen-image {
  background-image: url('../images/hero-fullscreen-image.avif');
  background-position: 80%;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  height: 100vh;
}

.section.is-banner {
  background-image: radial-gradient(circle at 50% 200%, #4e38fe, #000);
  justify-content: space-between;
  align-items: center;
  height: 100vh;
  padding-left: 3rem;
  padding-right: 3rem;
  display: flex;
}

.navigation-links {
  grid-column-gap: .25rem;
  grid-row-gap: .25rem;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

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

.opacity-60 {
  opacity: .6;
}

.hero-block-inner {
  width: 60%;
  margin-left: auto;
}

.hero-block-inner.is-responsive {
  margin-left: 0;
  display: none;
}

._2row-grid {
  grid-template-columns: 1fr;
  height: 100vh;
  padding-bottom: 3rem;
}

.headline-block-inner {
  width: 60%;
}

.component-marquee {
  justify-content: center;
  align-items: center;
  display: flex;
}

.marquee-container {
  justify-content: flex-start;
  align-items: center;
  width: 80rem;
  display: flex;
  position: relative;
  overflow: hidden;
}

.marquee-item {
  grid-column-gap: .75rem;
  grid-row-gap: .75rem;
  flex: none;
  justify-content: flex-start;
  align-items: center;
  max-width: 100%;
  margin-right: 4rem;
  display: inline-flex;
}

.marquee-list {
  flex: none;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.marquee-left-gradient {
  background-image: linear-gradient(90deg, #222, #222 0% 0%, #2220 102%);
  width: 10%;
  position: absolute;
  inset: 0% auto 0% 0%;
}

.marquee-right-gradient {
  background-image: linear-gradient(260deg, #222, #222 0% 0%, #2220 102%);
  width: 10%;
  position: absolute;
  inset: 0% 0% 0% auto;
}

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

._3col-grid-block {
  grid-column-gap: 8.75rem;
  grid-row-gap: 8.75rem;
  background-color: #ffffff0d;
  border-radius: .5rem;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 2.5rem 4rem 2.5rem 2.5rem;
  display: flex;
}

._3col-text-group {
  grid-column-gap: .25rem;
  grid-row-gap: .25rem;
  flex-flow: column;
  display: flex;
}

.tab-link {
  color: #2229;
  background-color: #2222220d;
  border-radius: .5rem;
  width: 100%;
  padding: 1rem 1.5rem;
  font-size: 1.5rem;
  line-height: 1.875rem;
}

.tab-link.w--current {
  color: #f8f8f8;
  background-color: #7154d6;
}

.component-tab {
  grid-column-gap: 7.5rem;
  grid-row-gap: 7.5rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: flex-start;
  display: grid;
  position: relative;
}

.tab-navigation-links {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  flex-flow: column;
  display: flex;
  position: static;
}

.tab-content, .tab-pane {
  position: static;
}

.tab-img {
  object-fit: cover;
  border-radius: .5rem;
  width: 100%;
  height: 80vh;
}

.tab-text-content {
  z-index: 2;
  width: 30%;
  position: absolute;
  inset: auto auto 0% 0%;
}

._4col-grid {
  grid-row-gap: 8.75rem;
}

._4col-block-inner {
  border-top: 1px solid #ffffff1a;
  position: relative;
}

._2col-grid {
  grid-template-rows: auto;
  grid-template-columns: .75fr 1fr;
  padding-top: 1.5rem;
}

.custom-divider {
  background-color: #fff;
  width: 4rem;
  height: 1px;
  position: absolute;
  inset: -1px auto auto 0%;
}

.max-width-custom {
  width: 60%;
  margin-left: auto;
  margin-right: auto;
}

.banner-grid {
  grid-template-rows: auto;
  width: 100%;
}

.success-message {
  background-color: #4e38fe;
  border-radius: .5rem;
}

.error-message {
  border-radius: .5rem;
}

.input {
  background-color: #ffffff1a;
  border: 1px #000;
  border-radius: .5rem;
  margin-bottom: 0;
  padding: 1.75rem 1.25rem;
}

.input:focus {
  color: #fff;
}

.text-link {
  color: #fff;
  text-decoration: underline;
  transition: opacity .2s;
}

.text-link:hover {
  opacity: .6;
}

.checkbox {
  background-color: #0000;
  background-image: url('../images/check_box_outline_blank.svg');
  background-position: 0 0;
  background-size: auto;
  border: 1px #000;
  width: 1.5rem;
  height: 1.5rem;
  margin-top: 0;
  margin-left: 0;
}

.checkbox:active {
  border-style: none;
}

.checkbox.w--redirected-checked {
  background-color: #0000;
  background-image: url('../images/check_boxchecked.svg');
  background-position: 0 0;
  background-size: auto;
  border: 1px #000;
  flex: 0 auto;
  align-self: center;
  width: 1.5rem;
  height: 1.5rem;
  margin-top: 0;
  margin-left: 0;
}

.checkbox-field {
  grid-column-gap: 0rem;
  grid-row-gap: 0rem;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 0;
  padding-left: 0;
  display: flex;
}

.custom-spacer {
  width: .8rem;
  height: .5rem;
}

.footer {
  height: 80vh;
}

._3row-grid-block-inner {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.link-block {
  text-decoration: none;
  transition: opacity .2s;
}

.link-block:hover {
  opacity: .6;
}

.link-group {
  grid-column-gap: .25rem;
  grid-row-gap: .25rem;
  display: flex;
}

.showcase-container {
  justify-content: center;
  align-items: center;
  display: flex;
  overflow: hidden;
}

@media screen and (max-width: 991px) {
  h1 {
    font-size: 3.4rem;
    line-height: 3.6rem;
  }

  h2 {
    font-size: 2.6rem;
    line-height: 3.1rem;
  }

  .spacer-xxlarge {
    padding-top: 4rem;
  }

  .spacer-xxhuge {
    padding-top: 8rem;
  }

  .btn-1 {
    width: 100%;
  }

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

  .hide-tablet {
    display: none;
  }

  .spacer-huge {
    padding-top: 8rem;
  }

  .spacer-xhuge {
    padding-top: 6rem;
  }

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

  .styleguide-section {
    grid-column-gap: 2.5rem;
    grid-template-columns: 1fr;
  }

  .styleguide-4-col {
    grid-template-columns: 1fr;
  }

  .spacer-large {
    padding-top: 5rem;
  }

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

  .styleguide-3-col {
    grid-template-columns: 1fr;
  }

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

  .styleguide-1-col {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
  }

  .spacer-xlarge {
    padding-top: 3rem;
  }

  .text-size-custom {
    font-size: 4rem;
    line-height: 3.9rem;
  }

  .btn-2 {
    text-align: left;
    width: 100%;
  }

  .section.is-fullscreen-image {
    background-position: 60%;
  }

  .navigation-links {
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .component-navbar {
    justify-content: space-between;
    align-items: flex-start;
  }

  .hero-block-inner {
    margin-left: auto;
  }

  .hero-block-inner.is-responsive {
    width: 60%;
    display: block;
  }

  ._2row-block.is-responsive {
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
    flex-flow: column;
    display: flex;
  }

  .headline-block-inner {
    width: 70%;
  }

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

  ._3col-grid-block {
    grid-column-gap: 4rem;
    grid-row-gap: 4rem;
  }

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

  .tab-link.w--current {
    font-size: 1rem;
  }

  .component-tab {
    grid-row-gap: 1.1rem;
    grid-template-columns: 1fr;
  }

  .tab-img {
    object-fit: cover;
    object-position: 50% 60%;
    width: 100%;
    max-width: 100%;
    height: 50vh;
  }

  .tab-text-content {
    width: 100%;
    position: static;
  }

  .tab-text-content.is-responsive {
    padding-top: 1rem;
  }

  ._4col-grid {
    grid-row-gap: 6rem;
    grid-template-columns: 1fr;
  }

  .max-width-custom {
    width: 90%;
  }

  .image-showcase {
    max-width: 120%;
  }

  .banner-grid {
    grid-column-gap: 4rem;
    grid-row-gap: 4rem;
    grid-template-columns: 1fr;
  }

  ._3row-grid-block-inner.is-flexbox {
    flex-flow: column;
  }
}

@media screen and (max-width: 767px) {
  .spacer-xxlarge {
    padding-top: 3rem;
  }

  .spacer-xxhuge {
    padding-top: 4.5rem;
  }

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

  .spacer-xhuge {
    padding-top: 4rem;
  }

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

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

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

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

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

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

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

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

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

  .spacer-xlarge {
    padding-top: 2rem;
  }

  .text-size-custom {
    font-size: 2.8rem;
    line-height: 2.8rem;
  }

  .section.is-banner {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .hero-block-inner.is-responsive, .headline-block-inner {
    width: 100%;
  }

  .tab-img {
    object-fit: cover;
    height: 40vh;
  }

  .image-showcase {
    max-width: 140%;
  }
}

@media screen and (max-width: 479px) {
  h1 {
    font-size: 2.5rem;
    line-height: 2.7rem;
  }

  h2 {
    font-size: 1.9rem;
    line-height: 2.3rem;
  }

  h3 {
    font-size: 1.2rem;
    line-height: 1.6rem;
  }

  h4 {
    font-size: 1rem;
    line-height: 1.6rem;
  }

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

  .styleguide-row {
    flex-wrap: wrap;
  }

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

  .container-large.is-flexbox {
    padding-top: 3rem;
  }

  .btn-1 {
    width: 100%;
    padding-right: 1rem;
    font-size: .875rem;
  }

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

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

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

  .spacer-large {
    padding-top: 4rem;
  }

  .text-size-custom {
    font-size: 1.8rem;
    line-height: 2rem;
  }

  .btn-4 {
    padding-right: 1rem;
  }

  .brand.w--current {
    max-width: 10rem;
  }

  .section.is-fullscreen-image {
    background-position: 57% 60%;
    background-size: cover;
  }

  ._3col-grid-block {
    padding: 1.5rem;
  }

  .tab-img {
    height: 30vh;
  }

  ._4col-grid {
    grid-row-gap: 4rem;
  }

  ._2col-grid {
    grid-column-gap: 2.5rem;
    grid-row-gap: 2.5rem;
    grid-template-columns: .75fr;
  }

  .max-width-custom {
    width: 70%;
  }

  ._3row-grid-block-inner {
    flex-flow: row;
    justify-content: space-between;
    align-items: center;
  }

  ._3row-grid-block-inner.is-custom-flexbox {
    grid-column-gap: 3rem;
    grid-row-gap: 3rem;
    flex-flow: column;
    justify-content: space-between;
    align-items: flex-start;
  }
}

#w-node-_4bc066e0-66e5-cc49-fabd-5f2fd2004176-25819fb5 {
  place-self: end;
}

#w-node-d0b90de4-224b-2a83-2c58-5a6d7c024514-25819fb5 {
  place-self: end start;
}

#w-node-_35b08b75-59dd-7c62-77de-47f5d452d85e-25819fb5 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-e3906192-ea0e-b7e1-e2fe-76d5338e88c8-25819fb5 {
  place-self: center;
}

#w-node-_7fa8d194-68cd-630b-a113-620a62c15776-8c264c1e, #w-node-_7fa8d194-68cd-630b-a113-620a62c1577e-8c264c1e, #w-node-_7fa8d194-68cd-630b-a113-620a62c15797-8c264c1e, #w-node-_7fa8d194-68cd-630b-a113-620a62c157ad-8c264c1e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_7fa8d194-68cd-630b-a113-620a62c157b0-8c264c1e, #w-node-_7fa8d194-68cd-630b-a113-620a62c157b5-8c264c1e {
  justify-self: start;
}

#w-node-_7fa8d194-68cd-630b-a113-620a62c15801-8c264c1e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_7fa8d194-68cd-630b-a113-620a62c1587d-8c264c1e, #w-node-_7fa8d194-68cd-630b-a113-620a62c15882-8c264c1e, #w-node-_7fa8d194-68cd-630b-a113-620a62c15887-8c264c1e, #w-node-_7fa8d194-68cd-630b-a113-620a62c1588c-8c264c1e, #w-node-_7fa8d194-68cd-630b-a113-620a62c15891-8c264c1e, #w-node-_7fa8d194-68cd-630b-a113-620a62c15896-8c264c1e, #w-node-_7fa8d194-68cd-630b-a113-620a62c1589b-8c264c1e, #w-node-_7fa8d194-68cd-630b-a113-620a62c158a0-8c264c1e, #w-node-_7fa8d194-68cd-630b-a113-620a62c158a5-8c264c1e, #w-node-_7fa8d194-68cd-630b-a113-620a62c158aa-8c264c1e {
  justify-self: start;
}

#w-node-_7fa8d194-68cd-630b-a113-620a62c158ae-8c264c1e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_7fa8d194-68cd-630b-a113-620a62c158af-8c264c1e {
  justify-self: start;
}

#w-node-_7fa8d194-68cd-630b-a113-620a62c158b2-8c264c1e, #w-node-_7fa8d194-68cd-630b-a113-620a62c158db-8c264c1e, #w-node-_7fa8d194-68cd-630b-a113-620a62c15908-8c264c1e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_7fa8d194-68cd-630b-a113-620a62c15942-8c264c1e {
  justify-self: start;
}

@media screen and (max-width: 991px) {
  #w-node-e3906192-ea0e-b7e1-e2fe-76d5338e88c8-25819fb5 {
    justify-self: start;
  }
}


