:root {
  --medium-slate-blue: #8356e9;
  --pale-green: #c0f481;
  --light-goldenrod-yellow: #eaffd1;
  --lavender: #e3dafa;
  --black: #101418;
}

.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-layout-hflex {
  flex-direction: row;
  align-items: flex-start;
  display: flex;
}

body {
  color: #000;
  background-color: #040505;
  font-family: Poppins, 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: 700;
  line-height: 1.2;
}

h4 {
  margin-top: 0;
  margin-bottom: 0;
  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;
}

a {
  color: #fff;
}

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

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_form-block {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  text-align: center;
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
  max-width: 20rem;
  display: flex;
}

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

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

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

.margin-custom2 {
  margin: 2.5rem;
}

.padding-xlarge {
  padding: 4rem;
}

.margin-xlarge {
  margin: 4rem;
}

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

.padding-xhuge {
  padding: 8rem;
}

.margin-custom1 {
  margin: 1.5rem;
}

.padding-0 {
  padding: 0;
}

.padding-xxhuge {
  padding: 12rem;
}

.padding-huge {
  padding: 6rem;
}

.margin-large {
  margin: 3rem;
}

.padding-xxlarge {
  padding: 5rem;
}

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

.padding-custom3 {
  padding: 3.5rem;
}

.padding-large {
  padding: 3rem;
}

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

.padding-small {
  padding: 1rem;
}

.padding-custom2 {
  padding: 2.5rem;
}

.margin-custom3 {
  margin: 3.5rem;
}

.padding-custom1 {
  justify-content: center;
  padding-top: 7rem;
  padding-bottom: 1.5rem;
  display: flex;
}

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

.margin-bottom.margin-small.element-stretch {
  flex-direction: column;
  justify-content: space-between;
  display: flex;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.overflow-auto {
  overflow: auto;
}

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

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

.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-weight-semibold.text-color-purple {
  color: var(--medium-slate-blue);
  text-align: center;
}

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

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

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

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

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

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

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

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

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

.text-color-grey {
  color: 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-size: 2rem;
  font-weight: 700;
  line-height: 1.2;
}

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

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

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

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

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

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

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

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

.padding-global {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-bottom: 60px;
  padding-left: 2.5rem;
  padding-right: 2.5rem;
  display: flex;
}

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

.text-color-white.text-align-left {
  color: #ffffffe3;
}

.text-color-white.margin-bottom.margin-small.text-align-left {
  color: var(--pale-green);
}

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

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

.overflow-hidden {
  overflow: hidden;
}

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

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

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

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

.overflow-visible {
  overflow: visible;
}

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

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

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

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

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

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

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

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

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

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

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

.max-width-large {
  text-align: center;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 100%;
  margin-bottom: 40px;
  display: flex;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.padding-section-large {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  margin-bottom: -121px;
  padding-top: 0;
  padding-bottom: 0;
  display: block;
}

.padding-section-large.align-center {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

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

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

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

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

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

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

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

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

.fs-styleguide_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: 80rem;
  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;
}

.text-align-center.align-center {
  justify-content: center;
  display: flex;
}

.form_component {
  margin-bottom: 0;
}

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

.main-wrapper.background-vectors {
  background-image: url('../images/Desktop---1.svg');
  background-position: 0 0;
  background-size: cover;
}

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

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

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

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

.button {
  background-color: var(--pale-green);
  box-shadow: 0 0 4px 0 var(--light-goldenrod-yellow);
  color: #161c23;
  text-align: center;
  text-transform: capitalize;
  border-radius: 100px;
  padding: .75rem 1.5rem;
  font-weight: 600;
}

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

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

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

.button.is-secondary {
  border: 1px solid var(--medium-slate-blue);
  box-shadow: 0 0 3px 0 var(--lavender);
  color: #8356e9;
  background-color: #0000;
}

.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-navbar-button {
  background-color: var(--medium-slate-blue);
  box-shadow: none;
  color: #fff;
  text-transform: capitalize;
  border-radius: 100px;
}

.button.is-navbar-button:hover {
  box-shadow: 0 0 5px #8356e9;
}

.button.is-purple {
  background-color: var(--medium-slate-blue);
  box-shadow: none;
  color: #fff;
}

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

.text-size-medium.text-color-white {
  color: var(--pale-green);
  text-align: center;
  margin-bottom: auto;
  font-style: normal;
  font-weight: 400;
}

.text-size-medium.text-color-grey {
  color: #ffffffad;
}

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

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

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

.hide {
  display: none;
}

.padding-section-medium {
  padding-top: 0;
  padding-bottom: 0;
}

.padding-section-medium.align-center {
  justify-content: center;
  display: flex;
}

.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;
  place-content: center;
  place-items: center start;
  display: grid;
}

.hero-section {
  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: #0000000d;
  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;
}

.navbar2_container {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: .25fr 1fr .25fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  place-items: center stretch;
  width: 75vw;
  max-width: 90vw;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  display: grid;
}

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

.navbar2_menu-button {
  padding: 0;
}

.dropdown-icon {
  margin-top: auto;
  margin-bottom: auto;
  margin-right: 1rem;
}

.button-2 {
  color: #0000;
  text-align: center;
  background-color: #0000;
  border: 1px solid #0000;
  padding: .75rem 1.5rem;
}

.button-2.is-navbar2-button {
  padding-top: .5rem;
  padding-bottom: .5rem;
}

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

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

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

.navbar_logo {
  width: 100%;
  height: 3%;
}

.navbar_component {
  background-color: #0000;
  justify-content: center;
  align-items: center;
  width: 100vw;
  max-width: 100vw;
  height: auto;
  min-height: 4.5rem;
  padding-top: 1rem;
  padding-left: 2.5rem;
  padding-right: 2.5rem;
  display: block;
  position: relative;
}

.navbar2_dropdwn-toggle {
  padding: .5rem 2.5rem .5rem 1rem;
}

.navbar2_dropdown-list.w--open {
  background-color: #0000;
  border: 1px solid #000;
  padding: .5rem;
  position: absolute;
}

.navbar2_logo-link {
  padding-left: 0;
}

.navbar2_dropdown-link {
  padding: .5rem 1rem;
}

.navbar2_dropdown-link.w--current {
  color: #0000;
}

.navbar_link {
  color: #fff;
  text-transform: capitalize;
  white-space: normal;
  padding: .5rem 1rem;
  font-weight: 600;
}

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

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

.vector {
  background-image: url('../images/Vector-glow.png');
  background-position: 0 0;
  background-size: auto;
  position: absolute;
  inset: 0% -10% 0% 0%;
}

.header1_image-wrapper {
  margin-top: 125px;
  display: block;
}

.section_header {
  position: relative;
}

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

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

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

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

.header_content {
  margin-top: -236px;
}

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

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

.image-vector {
  z-index: -1;
  position: absolute;
  inset: 16% auto auto 67%;
}

.image-vector.is-2 {
  inset: -1351% -10% auto auto;
}

.image-vector.is-3 {
  position: absolute;
  left: 0%;
  right: 0%;
}

.image-vector._2 {
  top: -141%;
}

.section {
  position: relative;
}

.hero-vector {
  z-index: -2;
  width: 100%;
  margin-top: -14.6rem;
  position: relative;
}

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

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

.layout239_component {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 200%;
  max-height: 10%;
  padding-top: 2.4rem;
  display: flex;
}

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

.layout239_item {
  text-align: center;
  flex-direction: column;
  align-items: center;
  width: 100%;
  padding: 1rem;
  display: flex;
}

.layout239_image-wrapper {
  width: 100%;
  position: relative;
}

.hero_card {
  text-align: center;
  background-image: linear-gradient(#ffffff0d, #ffffff1a);
  border-top: 1px solid #ffffff73;
  border-bottom: 1px solid #ffffff73;
  border-radius: 30px;
  flex-direction: column;
  align-items: center;
  padding: 3.5rem 2.3rem;
  display: flex;
}

.hero-icon {
  background-color: #0000003d;
  border-radius: 100px;
  margin-bottom: 1rem;
  padding: 1rem;
}

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

.solution_card {
  grid-column-gap: 0rem;
  grid-row-gap: 1rem;
  text-align: center;
  background-image: linear-gradient(#ffffff0d, #ffffff1a);
  border-top: 1px solid #ffffff73;
  border-bottom: 1px solid #ffffff73;
  border-radius: 30px;
  flex-direction: row;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: flex-end;
  padding: 3.5rem 4rem;
  display: grid;
}

.solution_card:hover {
  background-color: var(--medium-slate-blue);
  background-image: none;
}

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

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

.solutions-icon {
  background-color: #0000003d;
  border-radius: 100px;
  width: 11rem;
  padding: 1rem;
}

.layout123_component {
  flex-direction: column;
  align-items: stretch;
  margin-top: 60px;
  display: flex;
}

.collection_list {
  grid-column-gap: 1.1rem;
  grid-row-gap: 10px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  place-items: start center;
  display: grid;
}

.nft_card {
  grid-column-gap: 1.25rem;
  grid-row-gap: 1rem;
  text-align: center;
  background-image: linear-gradient(#ffffff0d, #ffffff1a);
  border-top: 1px solid #ffffff73;
  border-bottom: 1px solid #ffffff73;
  border-radius: 30px;
  flex-direction: column;
  align-items: stretch;
  height: 95%;
  padding: .5rem;
  display: flex;
}

.nft_card:hover {
  transform: translate(0, -2px);
  box-shadow: 0 0 16px #5208fd99;
}

.nft_image {
  aspect-ratio: 1;
  object-fit: cover;
  border-radius: 30px;
  width: 20rem;
  height: 100%;
  max-height: 17rem;
}

.nft_info {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  flex-direction: column;
  align-items: stretch;
  padding-bottom: .5rem;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  display: flex;
}

.home_logo {
  height: 2rem;
}

.nft_price {
  flex-direction: row;
  flex: 0 auto;
  justify-content: space-between;
  margin-top: 1rem;
  display: flex;
}

.div-block {
  display: flex;
}

.fire-svg {
  width: 1.5rem;
  padding-left: .5rem;
}

.nft_logo {
  display: flex;
}

.nft-button {
  flex-direction: column;
  margin-left: .5rem;
  margin-right: .5rem;
  padding-bottom: 0;
  display: flex;
}

.nft_header {
  grid-column-gap: 42px;
  grid-row-gap: 42px;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 3rem;
  display: flex;
}

.button-2 {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  border-style: none;
  display: flex;
}

.nft_name {
  color: #fff;
  text-align: left;
  text-transform: uppercase;
  align-self: center;
  margin-top: .5rem;
  font-size: 18px;
  font-weight: 500;
}

.cta_form {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  align-items: flex-start;
  display: flex;
}

.form {
  background-color: #0000;
  border-radius: 30px;
  height: 3rem;
}

.cta-button {
  background-color: var(--medium-slate-blue);
  box-shadow: 0 0 4px -1px var(--lavender);
  color: #fff;
  text-align: center;
  text-transform: lowercase;
  border-radius: 100px;
  padding: .8rem 1.5rem;
  font-weight: 600;
}

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

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

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

.cta-button.is-secondary {
  border: 1px solid var(--medium-slate-blue);
  box-shadow: 0 0 3px 0 var(--lavender);
  color: var(--medium-slate-blue);
  background-color: #0000;
}

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

.cta-button.is-navbar-button {
  background-color: var(--medium-slate-blue);
  box-shadow: none;
  color: #fff;
  text-transform: lowercase;
  border-radius: 100px;
}

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

.footer3_social-link {
  align-items: center;
  font-size: 14px;
  text-decoration: none;
  display: flex;
}

.footer3_social-link:hover {
  filter: brightness(200%);
  mix-blend-mode: normal;
}

.footer3_link-list {
  flex-direction: column;
  grid-template-rows: auto;
  grid-template-columns: 100%;
  grid-auto-columns: 100%;
  place-items: flex-start start;
  display: flex;
}

.footer3_link {
  padding-top: .5rem;
  padding-bottom: .5rem;
  font-size: 1rem;
  font-weight: 600;
  text-decoration: none;
}

.footer3_link:hover {
  color: #c3f892;
}

.footer3_bottom-wrapper {
  justify-content: center;
  align-items: center;
  display: flex;
}

.footer3_logo-link {
  float: none;
  padding-left: 0;
}

.footer3_logo-link.w--current {
  width: 40%;
  height: 100%;
}

.footer3_social-list {
  grid-column-gap: .75rem;
  grid-row-gap: 0rem;
  white-space: normal;
  grid-template-rows: auto;
  grid-template-columns: max-content .25fr 1fr;
  grid-auto-columns: max-content;
  grid-auto-flow: column;
  place-items: start end;
  display: flex;
}

.footer3_top-wrapper {
  grid-column-gap: 4vw;
  grid-template-rows: auto;
  grid-template-columns: 1fr .5fr;
  place-items: start stretch;
}

.footer3_credit-text {
  color: #fff;
  font-size: 1rem;
}

.footer3_menu-wrapper {
  grid-column-gap: 2rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  align-items: start;
}

.social-icon {
  color: var(--medium-slate-blue);
  width: 1.5rem;
  height: 1.5rem;
}

.footer3_legal-link {
  font-size: 1rem;
  text-decoration: underline;
}

.footer3_legal-list {
  grid-column-gap: 1.5rem;
  grid-row-gap: 0rem;
  white-space: normal;
  grid-template-rows: auto;
  grid-template-columns: max-content;
  grid-auto-columns: max-content;
  grid-auto-flow: column;
  justify-content: center;
  display: grid;
}

.subheader {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  color: #fff;
  text-align: center;
  flex-direction: column;
  max-width: 48rem;
  display: flex;
}

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

.subhero_vector {
  z-index: -2;
  width: 100%;
  margin-top: -5.3rem;
  margin-bottom: -5rem;
  position: relative;
}

.info_card {
  grid-column-gap: 1.25rem;
  grid-row-gap: 1rem;
  text-align: center;
  background-image: linear-gradient(#ffffff0d, #ffffff1a);
  border-style: solid;
  border-width: 1px;
  border-top-color: #ffffffab;
  border-bottom-color: #ffffffba;
  border-radius: 30px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 3.5rem 5rem;
  display: flex;
}

.features-metrics {
  justify-content: space-between;
  display: flex;
  position: relative;
}

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

.features-wrapper {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-direction: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-around;
  align-items: stretch;
  display: grid;
}

.features-block {
  text-align: center;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.features-title {
  margin-bottom: 8px;
  font-size: 40px;
  font-weight: 600;
  line-height: 48px;
}

.features-title-small {
  font-size: 24px;
  line-height: 32px;
}

.section_subheader {
  position: relative;
}

.collection_image {
  object-fit: cover;
  border-radius: 30px;
  width: 20rem;
  height: 15rem;
}

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

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

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

.product_image {
  object-fit: cover;
  border-radius: 20px;
  width: 100%;
  height: 100%;
}

.feature {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  display: flex;
}

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

.contact_info {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  flex-direction: column;
  display: flex;
}

.contact_form {
  color: #fff;
  padding: 5rem 2.5rem;
}

.contact_form-wrapper {
  grid-column-gap: 1.25rem;
  grid-row-gap: 1rem;
  background-image: linear-gradient(#ffffff0d, #ffffff1a);
  border-top: 1px solid #ffffff73;
  border-bottom: 1px solid #ffffff73;
  border-radius: 30px;
  flex-direction: column;
  align-items: stretch;
  padding: 5.5rem 4rem;
  display: flex;
}

.contact_form-wrapper.margin-left.margin-huge {
  border-top-color: #ffffffa6;
  border-bottom-color: #ffffffa6;
}

.text-field {
  background-color: var(--black);
  color: #fff;
  border: 1px solid #fff9;
  border-color: #fff9 #ffffff57;
  border-radius: 30px;
  width: 48%;
  height: 4rem;
}

.text_field-wrapper {
  justify-content: space-between;
  padding-bottom: 1.2rem;
  display: flex;
}

.text_area {
  background-color: var(--black);
  color: #fff;
  border: 1px solid #ffffffb0;
  border-color: #ffffffb0 #ffffff57;
  border-radius: 20px;
  width: 100%;
  min-height: 7rem;
}

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

.form_button {
  background-color: var(--pale-green);
  color: var(--black);
  border: 1px solid #ffffffb8;
  border-color: #ffffffb8 #ffffff57;
  border-radius: 30px;
  width: 48%;
  height: 4rem;
  margin-top: 1.2rem;
  font-weight: 600;
}

.product_buttons {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  display: flex;
}

.product_about, .product_features {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-direction: column;
  align-items: flex-start;
  padding-bottom: 2rem;
  display: flex;
}

.product_links {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.collection-item {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
}

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

.text-size-medium-copy.text-color-white {
  color: var(--pale-green);
  text-align: center;
  font-style: italic;
  font-weight: 400;
}

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

.text-size-medium-copy.text-color-white {
  color: #c0f481;
  text-align: center;
  width: 60%;
  margin-bottom: auto;
  font-style: normal;
  font-weight: 400;
}

.text-size-medium-copy.text-color-grey {
  color: #ffffffad;
}

.text-color-white-3 {
  color: #fff;
  text-align: center;
}

.text-weight-semibold-copy.text-color-purple {
  color: var(--medium-slate-blue);
  text-align: left;
  font-weight: 400;
}

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

.text-size-medium-copy-copy.text-color-white {
  color: var(--pale-green);
  text-align: center;
  font-style: italic;
  font-weight: 400;
}

.text-size-medium-copy-copy.text-color-grey {
  color: #ffffffad;
}

.solution_card-1 {
  grid-column-gap: 0rem;
  grid-row-gap: 1rem;
  text-align: center;
  background-image: linear-gradient(#0000, #0000), url('../images/TG-1.png');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  border-top: 1px solid #ffffff73;
  border-bottom: 1px solid #ffffff73;
  border-radius: 30px;
  flex-direction: row;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: center;
  padding: 3.5rem 4rem;
  display: flex;
  transform: translate(0)perspective(716px);
}

.solution_card-1:hover {
  transform: perspective(716px);
}

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

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

.text-size-medium-3.text-color-white {
  color: var(--pale-green);
  text-align: left;
  margin-bottom: auto;
  font-style: normal;
  font-weight: 400;
}

.text-size-medium-3.text-color-grey {
  color: #ffffffad;
}

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

.text-color-white-copy {
  color: #fff;
  text-align: center;
}

.card-1 {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  -webkit-backdrop-filter: blur(150px);
  backdrop-filter: blur(150px);
  perspective: 1000px;
  background-color: #161616;
  border: 1px solid #fff3;
  border-radius: 20px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  padding: 40px 30px;
  display: grid;
  position: relative;
  overflow: hidden;
  box-shadow: inset 0 0 5px #ffffff1a;
}

.card-content-block {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  flex-direction: column;
  width: 70%;
  display: flex;
}

.card-image-block {
  border-radius: 20px;
  flex: none;
  width: 30%;
  height: 250px;
  overflow: hidden;
}

.glow-main-block {
  z-index: -1;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  border-radius: 20px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
  position: absolute;
  inset: 0%;
}

.glow-block {
  z-index: -1;
  opacity: 0;
  filter: blur(60px);
  background-color: #fffc;
  border-radius: 100px;
  width: 150px;
  height: 150px;
  transform: translate(-75px, -75px);
}

.glow-block.green {
  background-color: #25de9ccc;
}

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

.text-weight-semibold-copy.text-color-purple {
  color: var(--medium-slate-blue);
  text-align: left;
}

.heading {
  color: var(--pale-green);
}

.bold-text-2 {
  text-align: center;
  font-weight: 500;
}

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

.text-size-medium-copy-copy-copy.text-color-white {
  color: var(--pale-green);
  text-align: center;
  font-style: normal;
  font-weight: 400;
}

.text-size-medium-copy-copy-copy.text-color-grey {
  color: #ffffffad;
}

.bold-text-3 {
  text-transform: capitalize;
}

.logo-carousel {
  grid-column-gap: 11px;
  grid-row-gap: 11px;
  flex-flow: wrap;
  grid-template-rows: auto auto auto;
  grid-template-columns: .25fr .25fr .25fr .25fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: row;
  place-content: start center;
  place-items: center;
  width: 75%;
  max-width: 75%;
  margin-top: 3em;
  margin-left: 40px;
  margin-right: 40px;
  display: flex;
  overflow: clip;
}

.logo-carousel.splide {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto auto;
  grid-template-columns: .25fr .25fr .25fr .25fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: row;
  place-content: center;
  place-items: center;
  margin-top: auto;
  margin-left: 40px;
  margin-right: 40px;
  display: grid;
}

.splide__track {
  grid-column-gap: 4vw;
  grid-row-gap: 4vw;
  opacity: .5;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.splide__list {
  display: flex;
}

.splide__slide {
  flex: none;
  justify-content: center;
  align-items: center;
  min-width: 10vw;
  padding-left: 1.5em;
  padding-right: 1.5em;
  display: flex;
}

.padding-section-medium-copy {
  height: 100px;
  max-height: 100px;
  padding-top: 0;
  padding-bottom: 5rem;
}

.padding-section-medium-copy.align-center {
  justify-content: center;
  display: flex;
}

.solution_card-copy {
  grid-column-gap: 0rem;
  grid-row-gap: 1rem;
  text-align: center;
  background-image: linear-gradient(#ffffff0d, #ffffff1a);
  border-top: 1px solid #ffffff73;
  border-bottom: 1px solid #ffffff73;
  border-radius: 30px;
  flex-direction: row;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: flex-end;
  padding: 3.5rem 4rem;
  display: grid;
}

.solution_card-copy:hover {
  background-color: var(--medium-slate-blue);
  background-image: none;
}

.info_block-copy {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 200px;
  height: 75px;
  display: flex;
}

.partner-card-copy {
  grid-column-gap: 0rem;
  grid-row-gap: 1rem;
  text-align: center;
  background-image: linear-gradient(#ffffff0d, #ffffff1a);
  border-top: 1px solid #ffffff73;
  border-bottom: 1px solid #ffffff73;
  border-radius: 13px;
  flex-direction: row;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  place-items: center;
  width: 225px;
  height: 100px;
  padding: .125rem 4rem;
  display: flex;
}

.partner-card-copy:hover {
  background-color: var(--medium-slate-blue);
  background-image: none;
}

.image-2 {
  width: 125px;
  max-width: 125px;
}

.div-block-2 {
  width: 200px;
  height: 100px;
}

.button-3 {
  color: #000;
  background-color: #c0f481;
  border-radius: 20px;
  width: 50px;
  height: 50px;
  margin-bottom: 11px;
  padding-top: 9px;
}

.button-4 {
  color: #161c23;
  background-color: #8356e900;
  border: 3px solid #8356e9;
  border-radius: 20px;
  margin-bottom: 11px;
  padding-top: 9px;
}

.flex-block {
  grid-column-gap: 13px;
  grid-row-gap: 13px;
  justify-content: center;
  align-items: flex-start;
}

.navbar_logo-copy {
  width: 20%;
  max-width: 20%;
  height: 3%;
}

.section-2 {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 0 0;
  background-size: auto;
  width: 100%;
  height: 100%;
}

.vid-section {
  grid-column-gap: 0rem;
  grid-row-gap: 1rem;
  text-align: center;
  border-top: 1px solid #ffffff73;
  border-bottom: 1px solid #ffffff73;
  border-radius: 30px;
  flex-direction: row;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: center;
  padding: 0;
  display: flex;
  transform: translate(0)perspective(716px);
}

.vid-section:hover {
  transform: perspective(716px);
}

.background-video-2 {
  border-radius: 30px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  overflow: hidden;
}

.layout239_component-copy {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 200%;
  max-height: 10%;
  padding-top: 6.2rem;
  display: flex;
}

.image-3 {
  z-index: 3;
  width: 250px;
  position: relative;
  top: -497px;
  left: 130px;
}

.navbar-logo-center-container {
  z-index: 5;
  background-color: #0000;
  width: 1030px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding: 20px;
}

.navbar-logo-center-container.shadow-three {
  background-color: #1b142f;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100vw;
  max-width: 100vw;
  height: 65px;
  display: flex;
}

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

.navbar-wrapper-three {
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.navbar-brand-three {
  z-index: 5;
  position: absolute;
}

.nav-menu-wrapper-three {
  width: 100%;
}

.nav-menu-three {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: minmax(102px, 102px) minmax(100px, 100px) minmax(100px, 100px) minmax(100px, .25fr);
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  margin-bottom: 0;
  display: grid;
  position: relative;
  left: 37px;
}

.nav-menu-block {
  justify-content: center;
  align-items: center;
  margin-bottom: 0;
  display: flex;
}

.nav-link {
  color: #1a1b1f;
  letter-spacing: .25px;
  margin-left: 5px;
  margin-right: 5px;
  padding: 5px 10px;
  font-size: 14px;
  line-height: 20px;
  text-decoration: none;
}

.nav-link:hover {
  color: #1a1b1fbf;
}

.nav-link:focus-visible, .nav-link[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 4px;
  outline: 2px solid #0050bd;
}

.nav-dropdown {
  margin-left: 5px;
  margin-right: 5px;
}

.nav-dropdown-toggle {
  letter-spacing: .25px;
  padding: 5px 30px 5px 10px;
  font-size: 14px;
  line-height: 20px;
}

.nav-dropdown-toggle:hover {
  color: #1a1b1fbf;
}

.nav-dropdown-toggle:focus-visible, .nav-dropdown-toggle[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.nav-dropdown-icon {
  margin-right: 10px;
}

.nav-dropdown-list {
  background-color: #fff;
  border-radius: 12px;
}

.nav-dropdown-list.w--open {
  padding-top: 10px;
  padding-bottom: 10px;
}

.nav-dropdown-link {
  padding-top: 5px;
  padding-bottom: 5px;
  font-size: 14px;
}

.nav-dropdown-link:focus-visible, .nav-dropdown-link[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.nav-link-accent {
  color: #1a1b1f;
  letter-spacing: .25px;
  margin-left: 5px;
  margin-right: 20px;
  padding: 5px 10px;
  font-size: 14px;
  font-weight: 700;
  line-height: 20px;
  text-decoration: none;
}

.nav-link-accent:hover {
  color: #1a1b1fbf;
}

.button-primary {
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #1a1b1f;
  padding: 12px 25px;
  font-size: 12px;
  line-height: 20px;
  transition: all .2s;
}

.button-primary:hover {
  color: #fff;
  background-color: #32343a;
}

.button-primary:active {
  background-color: #43464d;
}

.image-4 {
  padding-left: 0;
  padding-right: 0;
  position: relative;
  left: -18px;
}

.image-5 {
  border: 1px solid var(--medium-slate-blue);
  border-radius: 20px;
}

.image-6 {
  border: 1px solid #8356e9;
  border-radius: 20px;
  margin-left: auto;
}

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

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

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

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

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

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

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

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

  .navbar2_container {
    grid-template-columns: .25fr 1fr;
    display: flex;
  }

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

  .navbar2_menu.is-page-height-tablet {
    background-color: var(--black);
    height: 100vh;
    padding-bottom: 15rem;
  }

  .navbar2_menu-button {
    padding: 0;
  }

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

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

  .dropdown-icon {
    margin-top: 0;
    margin-bottom: 0;
    margin-right: 0;
    inset: auto 0% auto auto;
  }

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

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

  .navbar2_dropdwn-toggle {
    align-items: center;
    margin-left: 0;
    margin-right: 0;
    padding: 1rem 2rem 1rem 0;
    display: flex;
  }

  .navbar2_dropdown-list {
    position: static;
    overflow: hidden;
  }

  .navbar2_dropdown-list.w--open {
    border-style: none;
    padding: 0;
    position: static;
  }

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

  .navbar2_dropdown-link {
    text-align: center;
    width: auto;
    padding: .75rem 0;
    font-size: 16px;
  }

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

  .navbar_link {
    text-align: center;
    padding: 1rem 0;
    font-size: 1.125rem;
  }

  .navbar2_menu-dropdown {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    font-size: 1.125rem;
    display: flex;
  }

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

  .header_component {
    grid-row-gap: 4rem;
    grid-template-columns: 1fr;
    grid-auto-flow: row;
    min-height: auto;
  }

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

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

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

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

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

  .footer3_top-wrapper {
    grid-row-gap: 4rem;
    grid-template-columns: 1fr;
  }

  .layout192_component {
    grid-column-gap: 3rem;
    grid-template-columns: 1fr;
    grid-auto-flow: row;
    min-height: auto;
  }

  .container {
    max-width: 728px;
  }

  .features-wrapper {
    justify-content: space-between;
  }

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

  .layout22_grid, .layout32_grid {
    grid-template-columns: 1fr;
  }

  .contact_form-wrapper.margin-left.margin-huge {
    margin-left: 0;
  }

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

  .lottie_menu {
    width: 3rem;
    height: 3rem;
  }

  .card-1 {
    flex-wrap: wrap;
    justify-content: center;
  }

  .card-content-block {
    width: 100%;
  }

  .card-image-block {
    order: -1;
    width: 70%;
    height: 325px;
  }

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

  .container-2 {
    max-width: 728px;
  }

  .navbar-wrapper-three {
    justify-content: space-between;
  }

  .navbar-brand-three {
    position: relative;
  }

  .nav-menu-wrapper-three {
    background-color: #0000;
    top: 70px;
  }

  .nav-menu-three {
    background-color: #fff;
    border-radius: 50px;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    margin-top: 10px;
    padding: 20px;
    display: flex;
    box-shadow: 0 8px 50px #0000000d;
  }

  .nav-link {
    padding-left: 5px;
    padding-right: 5px;
  }

  .nav-dropdown-list.shadow-three.w--open {
    position: absolute;
  }

  .menu-button {
    padding: 12px;
  }

  .menu-button.w--open {
    color: #fff;
    background-color: #a6b1bf;
  }
}

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

  h2 {
    font-size: 2rem;
  }

  h3 {
    font-size: 1.5rem;
  }

  h4 {
    font-size: 1rem;
  }

  .padding-xlarge {
    padding: 2rem;
  }

  .margin-xlarge {
    margin: 2rem;
  }

  .padding-xhuge {
    padding: 4rem;
  }

  .padding-xxhuge {
    padding: 4.5rem;
  }

  .padding-huge {
    padding: 3.5rem;
  }

  .margin-large {
    margin: 1.5rem;
  }

  .padding-xxlarge {
    padding: 3rem;
  }

  .padding-large {
    padding: 1.5rem;
  }

  .margin-huge {
    margin: 3.5rem;
  }

  .padding-medium {
    padding: 1.25rem;
  }

  .margin-xxlarge {
    margin: 3rem;
  }

  .margin-xhuge {
    margin: 4rem;
  }

  .margin-medium {
    margin: 1.25rem;
  }

  .margin-xxhuge {
    margin: 4.5rem;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .hero-section {
    padding: 0;
  }

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

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

  .navbar_component {
    min-height: 4rem;
  }

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

  .header_component {
    grid-row-gap: 3rem;
  }

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

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

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

  .layout242_list, .collection_list {
    grid-row-gap: 3rem;
    grid-template-columns: 1fr;
  }

  .footer3_bottom-wrapper {
    flex-direction: column-reverse;
    align-items: flex-start;
    padding-bottom: 1rem;
  }

  .footer3_top-wrapper {
    grid-row-gap: 3rem;
  }

  .footer3_credit-text {
    margin-top: 2rem;
  }

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

  .footer3_legal-list {
    grid-column-gap: 0rem;
    grid-row-gap: 1rem;
    grid-auto-flow: row;
  }

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

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

  .features-metrics {
    padding: 60px 15px;
  }

  .features-wrapper {
    flex-wrap: wrap;
    margin-bottom: -40px;
  }

  .features-block {
    width: 50%;
    margin-bottom: 40px;
  }

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

  .contact_form-wrapper.margin-left.margin-huge {
    padding: 3rem 2rem;
  }

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

  .card-1 {
    padding: 30px;
  }

  .card-content-block {
    width: 100%;
  }

  .card-image-block {
    border-radius: 20px;
    width: 100%;
    height: 250px;
    overflow: hidden;
  }

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

  .navbar-brand-three {
    padding-left: 0;
  }

  .nav-menu-three {
    border-radius: 20px;
    flex-direction: column;
    padding-bottom: 30px;
  }

  .nav-menu-block {
    flex-direction: column;
  }

  .nav-link {
    padding-top: 10px;
    padding-bottom: 10px;
    display: inline-block;
  }

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

  .nav-dropdown-toggle {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .nav-dropdown-list.shadow-three {
    box-shadow: 0 8px 50px #0000000d;
  }

  .nav-dropdown-list.shadow-three.w--open {
    position: relative;
  }

  .nav-dropdown-list.shadow-three.mobile-shadow-hide {
    box-shadow: none;
  }

  .nav-link-accent {
    margin-right: 5px;
    padding-top: 10px;
    padding-bottom: 10px;
    display: inline-block;
  }

  .mobile-margin-top-10 {
    margin-top: 10px;
  }
}

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

  .margin-bottom.margin-medium {
    justify-content: center;
    align-items: center;
    display: flex;
  }

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

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

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

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

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

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

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

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

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

  .padding-global {
    max-width: 100%;
    padding-left: 0;
    padding-right: 0;
  }

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

  .max-width-large {
    padding-left: 10px;
    padding-right: 10px;
  }

  .container-large {
    flex-flow: column;
    justify-content: space-between;
    align-items: center;
    width: 320px;
    max-width: 320px;
    display: flex;
  }

  .main-wrapper.background-vectors {
    background-image: none;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .button {
    justify-content: center;
    align-items: center;
    width: 138.727px;
    height: 50px;
    font-size: 12px;
    display: flex;
  }

  .button.is-navbar-button {
    display: none;
  }

  .padding-section-medium {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    padding-top: .125rem;
    display: flex;
  }

  .navbar2_container {
    flex-flow: row;
    justify-content: center;
    align-items: center;
    width: 100%;
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
  }

  .navbar_logo {
    display: none;
  }

  .section_header {
    height: 100%;
  }

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

  .header_content {
    margin-top: -50px;
    padding-left: 10px;
    padding-right: 10px;
  }

  .section {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    width: 320px;
    display: flex;
  }

  .hero-vector {
    margin-top: -5.2rem;
  }

  .layout239_list {
    flex-flow: column;
    grid-template-columns: 1fr;
    justify-content: flex-start;
    align-items: center;
  }

  .layout239_component {
    padding-top: .25rem;
  }

  .hero_card {
    width: 295.969px;
  }

  .layout242_list {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    grid-template-columns: 1fr;
    place-items: center;
    width: 320px;
  }

  .solution_card {
    flex-direction: column;
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .solutions-icon {
    width: 6rem;
  }

  .collection_list {
    grid-column-gap: 0rem;
    grid-row-gap: 0rem;
    grid-template-columns: 1fr;
  }

  .nft_card {
    height: 90%;
  }

  .nft_header {
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
  }

  .button-2 {
    justify-content: center;
    align-items: center;
    padding-left: 0;
    padding-right: 0;
    display: flex;
  }

  .nft_name {
    text-align: center;
    margin-top: .3rem;
  }

  .cta_form {
    flex-direction: column;
    align-items: stretch;
  }

  .footer3_top-wrapper {
    place-items: center stretch;
  }

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

  .footer3_menu-wrapper {
    grid-row-gap: 40px;
    grid-template-columns: 1fr;
  }

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

  .info_card {
    padding: 2rem 1rem;
  }

  .container {
    max-width: none;
  }

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

  .layout32_grid {
    grid-column-gap: 3rem;
    grid-row-gap: 3rem;
  }

  .contact_form-wrapper.margin-left.margin-huge {
    padding: 2rem 1rem;
  }

  .text-field {
    width: 100%;
  }

  .text_field-wrapper {
    flex-direction: column;
    padding-bottom: 0;
  }

  .form_button {
    width: 100%;
  }

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

  .text-size-medium-copy.text-color-white {
    width: 320px;
    font-size: 18px;
  }

  .solution_card-1 {
    background-image: linear-gradient(#0000, #0000), url('../images/TG-1.png');
    background-position: 0 0, 50%;
    background-size: auto, cover;
    flex-direction: column;
    padding-left: 2rem;
    padding-right: 2rem;
  }

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

  .text-size-medium-3.text-color-white {
    font-size: 18px;
  }

  .text-color-white-1 {
    line-height: 1.1px;
  }

  .card-1 {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    padding: 30px 20px;
  }

  .card-content-block {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
  }

  .card-image-block {
    width: 100%;
    height: 160px;
  }

  .heading {
    text-align: center;
  }

  .solution_card-copy, .partner-card-copy {
    flex-direction: column;
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .navbar_logo-copy {
    display: none;
  }

  .vid-section {
    background-image: linear-gradient(#0000, #0000), url('../images/TG-1.png');
    background-position: 0 0, 50%;
    background-size: auto, cover;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    width: 320px;
    max-width: 320px;
    height: 100%;
    max-height: 180px;
    padding: 0;
  }

  .background-video-2 {
    aspect-ratio: 16 / 9;
    width: 320px;
  }

  .layout239_component-copy {
    justify-content: flex-start;
    align-items: center;
    padding-top: 4.3rem;
  }

  .text-span {
    line-height: 32px;
  }

  .image-3 {
    width: 200px;
    top: -340px;
    left: 60px;
  }

  .navbar-logo-center {
    width: 320px;
  }

  .navbar-logo-center-container.shadow-three {
    width: 320px;
    max-width: 100%;
  }

  .container-2 {
    flex-flow: row;
    max-width: none;
    display: flex;
  }

  .navbar-wrapper-three {
    justify-content: center;
    align-items: center;
    width: 280px;
    height: 100px;
    display: flex;
  }

  .nav-menu-wrapper-three {
    flex-flow: row;
    height: 50px;
    display: flex;
  }

  .nav-menu-three {
    flex-flow: row;
    width: 0;
    height: 50px;
  }
}

#w-node-f0c4f5d6-d99c-bec6-fb97-6505a17a566c-65d70f0e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_8cc20e5a-8269-12ab-845b-34a2c08bca9e-65d70f0e {
  place-self: center;
}

#w-node-_15b1cdd3-4a7b-e54d-f117-8b2fc7d84401-65d70f0e, #w-node-_4013fd4c-922d-04ad-1280-d4a05ddae6c7-65d70f0e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_879f9752-6d2d-2e15-fb0d-012408d0481b-65d70f0e {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}

#w-node-_70c4d1e5-ed08-95b2-20c2-84986fdc882a-6fdc8805 {
  justify-self: end;
}

#w-node-_4bcf14b9-d3c7-744c-c9df-97ae9fcb1d3a-6fdc8805 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-de46d725-9fbb-8764-b970-82172d825d5c-2d825d58 {
  justify-self: end;
}

#w-node-acc8f9af-a3d0-8bfc-ace6-d25f54f06730-2d825d58 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: end;
}

#w-node-de46d725-9fbb-8764-b970-82172d825d65-2d825d58 {
  justify-self: end;
}

@media screen and (max-width: 479px) {
  #w-node-_51ac7677-cc85-d53c-c470-6a00f1c39ec1-65d70f0e {
    justify-self: center;
  }
}


