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

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

.w-checkbox::before {
  content: ' ';
  display: table;
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
  -ms-grid-row: 1;
  grid-row-start: 1;
}

.w-checkbox::after {
  content: ' ';
  display: table;
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
  -ms-grid-row: 1;
  grid-row-start: 1;
  clear: both;
}

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

.w-checkbox-input--inputType-custom {
  border-top-width: 1px;
  border-bottom-width: 1px;
  border-left-width: 1px;
  border-right-width: 1px;
  border-top-color: #ccc;
  border-bottom-color: #ccc;
  border-left-color: #ccc;
  border-right-color: #ccc;
  border-top-style: solid;
  border-bottom-style: solid;
  border-left-style: solid;
  border-right-style: solid;
  width: 12px;
  height: 12px;
  border-bottom-left-radius: 2px;
  border-bottom-right-radius: 2px;
  border-top-left-radius: 2px;
  border-top-right-radius: 2px;
}

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

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

.w-form-formradioinput--inputType-custom {
  border-top-width: 1px;
  border-bottom-width: 1px;
  border-left-width: 1px;
  border-right-width: 1px;
  border-top-color: #ccc;
  border-bottom-color: #ccc;
  border-left-color: #ccc;
  border-right-color: #ccc;
  border-top-style: solid;
  border-bottom-style: solid;
  border-left-style: solid;
  border-right-style: solid;
  width: 12px;
  height: 12px;
  border-bottom-left-radius: 50%;
  border-bottom-right-radius: 50%;
  border-top-left-radius: 50%;
  border-top-right-radius: 50%;
}

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

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

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

h1 {
  margin-top: 0rem;
  margin-bottom: 0rem;
  font-family: 'Clash Display', sans-serif;
  font-size: 4rem;
  line-height: 1.1;
  font-weight: 500;
}

h2 {
  margin-top: 0rem;
  margin-bottom: 0rem;
  font-family: 'Clash Display', sans-serif;
  font-size: 3rem;
  line-height: 1.2;
  font-weight: 500;
}

h3 {
  margin-top: 0rem;
  margin-bottom: 0rem;
  font-family: 'Clash Display', sans-serif;
  font-size: 2rem;
  line-height: 1.2;
  font-weight: 500;
}

h4 {
  margin-top: 0rem;
  margin-bottom: 0rem;
  font-family: 'Clash Display', sans-serif;
  font-size: 1.5rem;
  line-height: 1.4;
  font-weight: 500;
}

h5 {
  margin-top: 0rem;
  margin-bottom: 0rem;
  font-family: 'Clash Display', sans-serif;
  font-size: 1.25rem;
  line-height: 1.5;
  font-weight: 500;
}

h6 {
  margin-top: 0rem;
  margin-bottom: 0rem;
  font-family: 'Clash Display', sans-serif;
  font-size: 1rem;
  line-height: 1.5;
  font-weight: 500;
}

p {
  margin-bottom: 0rem;
}

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

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

li {
  margin-bottom: 0.25rem;
}

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

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

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

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

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

.global-styles {
  position: fixed;
  left: 0%;
  top: 0%;
  right: auto;
  bottom: auto;
  display: block;
}

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

.main-wrapper {
  position: relative;
  max-width: 112.5rem;
  margin-right: auto;
  margin-left: auto;
  background-color: #fff;
  box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.03);
}

.utility-component {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100vw;
  height: 95vh;
  max-height: 100%;
  max-width: 100%;
  padding-right: 1.5rem;
  padding-left: 1.5rem;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #fff;
  box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.03);
}

.padding-medium {
  padding: 2rem;
}

.utility-form-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 350px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  text-align: center;
}

.utility-form {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
}

.margin-tiny {
  margin: 0.125rem;
}

.margin-xsmall {
  margin: 0.5rem;
}

.margin-xxsmall {
  margin: 0.25rem;
}

.margin-small {
  margin: 1rem;
}

.margin-medium {
  margin: 2rem;
}

.margin-large {
  margin: 3rem;
}

.margin-xlarge {
  margin: 4rem;
}

.margin-xxlarge {
  margin: 5rem;
}

.margin-huge {
  margin: 6rem;
}

.margin-xhuge {
  margin: 8rem;
}

.margin-xxhuge {
  margin: 12rem;
}

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

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

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

.margin-bottom.margin-xsmall {
  display: none;
}

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

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

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

.padding-tiny {
  padding: 0.125rem;
}

.padding-xxsmall {
  padding: 0.25rem;
}

.padding-xsmall {
  padding: 0.5rem;
}

.padding-small {
  padding: 1rem;
}

.padding-large {
  padding: 3rem;
}

.padding-xlarge {
  padding: 4rem;
}

.padding-xxlarge {
  padding: 5rem;
}

.padding-huge {
  padding: 6rem;
}

.padding-xhuge {
  padding: 8rem;
}

.padding-xxhuge {
  padding: 10rem;
}

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

.padding-top.padding-xxlarge {
  margin-top: 40px;
  padding-top: 1rem;
}

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

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

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

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

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

.padding-vertical.padding-xhuge {
  padding-top: 4rem;
  padding-bottom: 0rem;
}

.body {
  padding-top: 0rem;
  padding-right: 0rem;
  padding-left: 0rem;
  background-color: #fff;
  font-family: Inter, sans-serif;
  font-weight: 400;
}

.styleguide-menu-toggle {
  display: none;
}

.subnav-item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 0rem;
  padding-left: 0rem;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  grid-column-gap: 2px;
  grid-row-gap: 2px;
  font-family: 'Clash Display', sans-serif;
  font-size: 13px;
  line-height: 150%;
  font-weight: 500;
  letter-spacing: 1.5px;
  text-transform: uppercase;
}

.subnav-item.w--current {
  text-decoration: underline;
}

.subnav-item.inverse {
  color: hsla(0, 0%, 100%, 0.7);
}

.button-text {
  position: relative;
  display: inline-block;
  overflow: hidden;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transform: translate(0px, 0px);
  -ms-transform: translate(0px, 0px);
  transform: translate(0px, 0px);
  font-family: 'Clash Display', sans-serif;
  font-size: 13px;
  line-height: 120%;
  font-weight: 500;
  text-align: center;
  letter-spacing: 1px;
  text-decoration: none;
  text-transform: uppercase;
}

.line {
  width: 100%;
  height: 2px;
  background-color: #000;
  -webkit-perspective-origin: 50% 50%;
  perspective-origin: 50% 50%;
  -webkit-transform-origin: 50% 50%;
  -ms-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
}

.button {
  position: relative;
  overflow: hidden;
  margin: 0px;
  padding: 1rem 1.25rem;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  border: 1px solid #000;
  background-color: transparent;
  -webkit-transition: border 300ms ease;
  transition: border 300ms ease;
  font-family: 'Clash Display', sans-serif;
  color: #000;
  font-size: 12px;
  line-height: 100%;
  font-weight: 500;
  text-align: center;
  letter-spacing: 1.5px;
  text-decoration: none;
  text-transform: uppercase;
}

.button:hover {
  background-color: #f8f8f8;
}

.button.primary {
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  border-width: 0px;
  border-color: transparent;
  border-radius: 20px;
  background-color: #635ef6;
  color: #fff;
}

.button.primary:hover {
  border-color: #121416;
}

.button.primary.contact {
  margin-top: 20px;
}

.button.muted {
  border-color: transparent;
  background-color: #f8f8f8;
}

.button.secondary {
  margin-top: 0px;
  border-width: 0px;
  border-color: transparent;
  border-radius: 50px;
  background-color: #52ff7d;
}

.button.secondary:hover {
  border-color: #121416;
}

.label-link {
  position: relative;
  display: inline-block;
  overflow: hidden;
  padding: 0.4rem 0.5rem;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border: 1px solid #e8e8e8;
  border-radius: 4px;
  color: #222;
  font-size: 13px;
  line-height: 110%;
  font-weight: 500;
  letter-spacing: 1px;
  text-decoration: none;
  text-transform: uppercase;
  white-space: nowrap;
}

.nav-item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 0rem;
  padding-left: 0rem;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  grid-column-gap: 2px;
  grid-row-gap: 2px;
  -webkit-transition: color 300ms ease;
  transition: color 300ms ease;
  font-family: 'Clash Display', sans-serif;
  font-size: 13px;
  line-height: 150%;
  font-weight: 500;
  letter-spacing: 1.5px;
  text-transform: uppercase;
}

.nav-item.inverse {
  color: hsla(0, 0%, 100%, 0.7);
}

.nav-item.inverse:hover {
  color: #fff;
}

.styleguide-navbar {
  display: none;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  grid-auto-columns: 1fr;
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
}

.navbar-logo-image {
  width: 200px;
}

.styleguide-menu-toggle-line._02 {
  margin-top: -1px;
}

.styleguide-menu-toggle-line._03 {
  bottom: 0px;
}

.styleguide-navbar-overlay {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 10;
  display: none;
  background-color: #222;
  opacity: 0.5;
}

.styleguide-nav-wrapper {
  position: fixed;
  left: 0%;
  top: 0%;
  right: auto;
  bottom: 0%;
  z-index: 100;
  overflow: scroll;
  width: 300px;
  padding: 3rem 2.5rem;
  border-right: 1px solid #e8e8e8;
  background-color: #fff;
}

.styleguide-nav {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-left: 0rem;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  list-style-type: none;
}

.styleguide-nav-item {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  grid-column-gap: 2px;
  grid-row-gap: 2px;
  font-family: 'Clash Display', sans-serif;
  font-size: 12px;
  line-height: 150%;
  font-weight: 500;
  letter-spacing: 1.5px;
  text-transform: uppercase;
}

.styleguide-nav-item:hover {
  text-decoration: underline;
}

.styleguide-nav-item.w--current {
  text-decoration: underline;
}

.form-checkbox {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 0rem;
  padding-left: 0rem;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.block-quote {
  margin-bottom: 0px;
  padding: 3rem 0px 3rem 3.5rem;
  border-left: 1px none #000;
  background-image: url('../images/icon-quote.svg');
  background-position: 0% 50px;
  background-size: 40px;
  background-repeat: no-repeat;
  font-size: 2rem;
  line-height: 150%;
  font-weight: 400;
}

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

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

.text-meta {
  width: 200px;
  border-radius: 20px;
  background-color: rgba(82, 255, 125, 0);
  font-family: 'DM Sans', sans-serif;
  color: #000;
  font-size: 20px;
  line-height: 140%;
  font-style: normal;
  font-weight: 700;
  text-align: center;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  background-clip: border-box;
  -webkit-text-fill-color: inherit;
}

.text-size-regular {
  font-size: 1rem;
  line-height: 160%;
}

.form-wrapper {
  margin-bottom: 0rem;
}

.card-padding {
  padding: 3rem;
}

.card-padding.xlarge {
  padding: 5rem;
}

.card-padding.small {
  padding: 1.5rem 2rem;
}

.card-padding.large {
  padding: 4rem;
}

.heading-medium {
  font-family: 'Clash Display', sans-serif;
  font-size: 5rem;
  line-height: 100%;
  font-weight: 500;
}

.heading-medium.text-uppercase {
  font-family: Avantttrial, sans-serif;
  font-weight: 600;
  letter-spacing: 2px;
}

.heading-medium.text-uppercase.two {
  display: none;
}

.form-checkbox-label {
  margin-left: 0px;
  font-size: 1rem;
  line-height: 140%;
  font-weight: 400;
}

.form-radio-icon {
  width: 20px;
  height: 20px;
  margin-top: 0rem;
  margin-right: 0.5rem;
  margin-left: 0rem;
  border: 1px solid #e8e8e8;
}

.form-radio-icon.w--redirected-checked {
  width: 20px;
  height: 20px;
  border-width: 7px;
  border-color: #000;
}

.form-radio-icon.w--redirected-focus {
  width: 0.875rem;
  height: 0.875rem;
  box-shadow: none;
}

.nav {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-left: 0rem;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  list-style-type: none;
}

.text-rich-text figcaption {
  font-size: 0.875rem;
}

.text-rich-text ul {
  margin-bottom: 0.75rem;
}

.text-rich-text strong {
  font-weight: 600;
}

.text-rich-text h5 {
  margin-top: 1.25rem;
  margin-bottom: 0.75rem;
}

.text-rich-text h3 {
  margin-top: 1.5rem;
  margin-bottom: 1rem;
  font-size: 2rem;
}

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

.text-rich-text h1 {
  margin-top: 2rem;
  margin-bottom: 1.5rem;
  font-size: 4rem;
}

.text-rich-text a {
  text-decoration: underline;
}

.text-rich-text a:hover {
  text-decoration: underline;
}

.text-rich-text h2 {
  margin-top: 2rem;
  margin-bottom: 1rem;
  font-size: 3rem;
}

.text-rich-text h6 {
  margin-top: 1.25rem;
  margin-bottom: 0.5rem;
}

.text-rich-text h4 {
  margin-top: 2rem;
  margin-bottom: 1rem;
  font-size: 1.5rem;
}

.text-rich-text blockquote {
  margin-top: 0rem;
  margin-bottom: 0px;
  padding: 3rem 0px 3rem 4rem;
  border-left: 0px none #000;
  background-image: url('../images/icon-quote.svg');
  background-position: 0px 50px;
  background-size: 40px;
  background-repeat: no-repeat;
  font-size: 2rem;
  line-height: 150%;
  font-weight: 400;
}

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

.heading-h3 {
  font-family: 'Clash Display', sans-serif;
  font-size: 2rem;
  line-height: 120%;
  font-weight: 500;
}

.heading-h3.text-uppercase {
  letter-spacing: 1px;
}

.text-size-xlarge {
  font-size: 1.5rem;
  line-height: 150%;
}

.styleguide-flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  grid-column-gap: 1rem;
}

.form-checkbox-icon {
  width: 16px;
  height: 16px;
  margin: 0rem 0.5rem 2px 0rem;
  border: 1px solid #e8e8e8;
  border-radius: 0px;
}

.form-checkbox-icon.w--redirected-checked {
  width: 20px;
  height: 20px;
  margin: 0rem 0.5rem 0rem 0rem;
  border-color: #000;
  border-radius: 0px;
  background-color: #000;
  background-size: 70%;
}

.form-checkbox-icon.w--redirected-focus {
  width: 0.875rem;
  height: 0.875rem;
  margin: 0rem 0.5rem 0rem 0rem;
  border-color: #000;
  border-radius: 0.125rem;
  box-shadow: none;
}

.text-meta-large {
  font-family: 'Clash Display', sans-serif;
  font-size: 14px;
  line-height: 130%;
  font-weight: 500;
  letter-spacing: 1.5px;
  text-transform: uppercase;
}

.button-inner {
  position: relative;
  z-index: 6;
  display: inline-block;
  overflow: visible;
  height: auto;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  grid-column-gap: 0.5rem;
  grid-row-gap: 0.5rem;
}

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

.form-label {
  margin-bottom: 0.75rem;
  font-size: 13px;
  line-height: 120%;
  font-weight: 500;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.form-field-wrapper {
  margin-bottom: 1.5rem;
}

.icon-1x1-xsmall {
  width: 18px;
  height: 18px;
  line-height: 100%;
}

.text-size-large {
  font-size: 1.25rem;
  line-height: 160%;
}

.form-radio {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 0.5rem;
  padding-left: 0rem;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.background-color-secondary {
  background-color: #d2f65a;
}

.icon-1x1-medium {
  width: 28px;
  height: 28px;
  line-height: 100%;
}

.form-message-success {
  padding: 1rem 1.25rem;
  border-radius: 12px;
  background-color: #f2ff93;
}

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

.card {
  border: 1px solid #000;
}

.card.secondary {
  border-color: transparent;
  background-color: #d2f65a;
}

.card.primary {
  border-color: transparent;
  background-color: #191919;
  color: #fff;
}

.card.muted {
  border-color: transparent;
  background-color: #f8f8f8;
}

.styleguide-4-col {
  display: -ms-grid;
  display: grid;
  grid-auto-columns: 1fr;
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  -ms-grid-columns: 1fr 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.nav-item-line {
  width: 0%;
  height: 1px;
  background-color: #000;
}

.nav-item-line.inverse {
  background-color: #fff;
}

.icon-1x1-large {
  width: 32px;
  height: 32px;
  line-height: 100%;
}

.styleguide-elements {
  margin-left: 300px;
}

.icon-1x1-default {
  width: 24px;
  height: 24px;
  line-height: 100%;
}

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

.heading-h4 {
  font-family: 'Clash Display', sans-serif;
  font-size: 1.5rem;
  line-height: 120%;
  font-weight: 500;
}

.heading-h4.text-uppercase {
  letter-spacing: 1px;
}

.heading-small {
  font-family: 'Clash Display', sans-serif;
  font-size: 4rem;
  line-height: 110%;
  font-weight: 500;
}

.heading-small.text-uppercase {
  line-height: 100%;
  font-weight: 600;
  letter-spacing: 2px;
}

.heading-h2 {
  font-family: 'Clash Display', sans-serif;
  font-size: 3rem;
  line-height: 110%;
  font-weight: 500;
}

.heading-h2.text-uppercase {
  font-weight: 600;
  letter-spacing: 2px;
}

.button-inner-text {
  display: block;
  height: auto;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-self: auto;
  -ms-flex-item-align: auto;
  -ms-grid-row-align: auto;
  align-self: auto;
  -webkit-box-ordinal-group: 1;
  -webkit-order: 0;
  -ms-flex-order: 0;
  order: 0;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  font-family: 'DM Sans', sans-serif;
  font-size: 16px;
  font-weight: 700;
  text-transform: none;
}

.button-inner-text.web {
  display: block;
  -webkit-align-self: auto;
  -ms-flex-item-align: auto;
  -ms-grid-row-align: auto;
  align-self: auto;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.text-color-muted {
  color: rgba(0, 0, 0, 0.6);
}

.text-size-medium {
  font-size: 1.125rem;
  line-height: 170%;
}

.text-size-tiny {
  font-size: 0.75rem;
  line-height: 160%;
}

.subnav-item-line {
  width: 0%;
  height: 1px;
  background-color: #222;
}

.subnav-item-line.inverse {
  color: #fff;
}

.background-color-primary {
  background-color: #000;
}

.form-input {
  min-height: 4rem;
  margin-bottom: 0px;
  padding: 1rem 1.25rem;
  border: 2px solid #000;
  border-radius: 0px;
  background-color: #fff;
  -webkit-transition: background-color 200ms ease, border 200ms ease;
  transition: background-color 200ms ease, border 200ms ease;
  font-size: 16px;
  line-height: 140%;
}

.form-input:active {
  border-color: #d2f65a;
}

.form-input:focus {
  border-color: #d2f65a;
}

.form-input::-webkit-input-placeholder {
  color: rgba(0, 0, 0, 0.6);
  text-align: left;
}

.form-input:-ms-input-placeholder {
  color: rgba(0, 0, 0, 0.6);
  text-align: left;
}

.form-input::-ms-input-placeholder {
  color: rgba(0, 0, 0, 0.6);
  text-align: left;
}

.form-input::placeholder {
  color: rgba(0, 0, 0, 0.6);
  text-align: left;
}

.form-input.is-text-area {
  min-height: 10rem;
}

.text-size-small {
  font-size: 0.875rem;
  line-height: 160%;
}

.text-meta-small {
  font-family: 'Clash Display', sans-serif;
  font-size: 12px;
  line-height: 130%;
  font-weight: 500;
  letter-spacing: 1px;
  text-transform: uppercase;
}

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

.heading-h6 {
  font-family: 'Clash Display', sans-serif;
  font-size: 1.125rem;
  line-height: 130%;
  font-weight: 500;
  text-decoration: none;
}

.heading-h6:hover {
  text-decoration: none;
}

.heading-h6.text-uppercase {
  letter-spacing: 1px;
}

.heading-large {
  font-family: 'Clash Display', sans-serif;
  font-size: 7rem;
  line-height: 100%;
  font-weight: 500;
}

.heading-large.text-uppercase {
  font-weight: 600;
  letter-spacing: 4px;
}

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

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

.heading-xlarge {
  font-family: 'Clash Display', sans-serif;
  font-size: 9rem;
  line-height: 90%;
  font-weight: 500;
}

.heading-xlarge.text-uppercase {
  font-weight: 600;
  letter-spacing: 6px;
}

.form-message-error {
  margin-top: 1.5rem;
  padding: 1rem;
  border-radius: 12px;
  background-color: #f2ff93;
  text-align: center;
}

.icon-1x1-small {
  width: 20px;
  height: 20px;
  line-height: 100%;
}

.heading-h1 {
  font-family: 'Clash Display', sans-serif;
  font-size: 4rem;
  line-height: 100%;
  font-weight: 500;
}

.heading-h1.text-uppercase {
  font-weight: 600;
  letter-spacing: 2px;
}

.italic {
  font-weight: 400;
}

.section-styleguide {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 6rem;
  padding-bottom: 6rem;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  grid-auto-columns: 1fr;
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  -ms-grid-columns: 0.5fr 1fr;
  grid-template-columns: 0.5fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.section-styleguide.first {
  padding-top: 0rem;
}

.section-styleguide.last {
  padding-bottom: 0rem;
}

.subnav {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-left: 0rem;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  list-style-type: none;
}

.subnav.small {
  grid-column-gap: 0.75rem;
  grid-row-gap: 0.75rem;
}

.heading-h5 {
  font-family: 'Clash Display', sans-serif;
  font-size: 1.25rem;
  line-height: 130%;
  font-weight: 500;
}

.heading-h5.text-uppercase {
  letter-spacing: 1px;
}

.form-radio-label {
  font-size: 1rem;
  font-weight: 300;
}

.styleguide-right {
  grid-auto-columns: 1fr;
  grid-column-gap: 1.25rem;
  grid-row-gap: 1.25rem;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.overflow-hidden {
  overflow: hidden;
}

.hide {
  display: none;
}

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

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

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

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

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

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

.layer {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

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

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

.styleguide-classes {
  display: none;
}

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

.show-tablet {
  display: none;
}

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

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

.overflow-scroll {
  overflow: scroll;
}

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

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

.overflow-auto {
  overflow: auto;
}

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

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

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

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

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

.main-wrapper-2 {
  z-index: 1;
  max-width: 112.5rem;
  min-height: 93vh;
  margin-right: auto;
  margin-left: auto;
  border-radius: 1rem;
  background-color: #fff;
}

.show {
  display: block;
}

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

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

.button-text-line {
  width: 100%;
  height: 1px;
  margin-top: 2px;
  background-color: #222;
}

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

.mobile-menu-toggle {
  display: none;
}

.navbar-right-button {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.header {
  z-index: 100;
}

.mobile-menu-nav-link {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
}

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

.navbar {
  z-index: 1000;
}

.navbar-menu {
  z-index: 9999;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  font-family: 'DM Sans', sans-serif;
}

.navbar-inner {
  z-index: 2;
  display: -ms-grid;
  display: grid;
  padding-top: 2rem;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  grid-auto-columns: 1fr;
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  -ms-grid-columns: 1fr auto;
  grid-template-columns: 1fr auto;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.mobile-menu-toggle-line._03 {
  bottom: 0px;
}

.mobile-menu-toggle-line._02 {
  margin-top: -1px;
}

.mobile-menu {
  z-index: 100;
  display: none;
}

.navbar-right {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
}

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

.section-home-hero {
  z-index: 1;
}

.home-hero-image-wrapper {
  position: relative;
  display: none;
  overflow: hidden;
  -webkit-transform: translate(0px, 0px);
  -ms-transform: translate(0px, 0px);
  transform: translate(0px, 0px);
}

.button-line-left {
  width: 20px;
  height: 1px;
  border-style: solid;
  border-width: 1px;
  border-color: #fff;
  background-color: #fff;
}

.button-line-left.primary {
  background-color: #fff;
}

.navbar-menu-item-link {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 0px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  grid-column-gap: 2px;
  grid-row-gap: 2px;
  background-color: transparent;
  -webkit-transition: background-color 300ms ease;
  transition: background-color 300ms ease;
  font-family: 'Clash Display', sans-serif;
  color: #000;
  font-size: 13px;
  line-height: 120%;
  font-weight: 500;
  letter-spacing: 1.5px;
  text-decoration: none;
  text-transform: uppercase;
}

.navbar-menu-item-inner {
  position: relative;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  grid-column-gap: 2px;
  grid-row-gap: 2px;
}

.navbar-menu-item-line {
  position: absolute;
  left: 0%;
  top: auto;
  right: auto;
  bottom: -3px;
  height: 1px;
  background-color: #000;
}

.home-services-grid-left-inner {
  position: -webkit-sticky;
  position: sticky;
  top: 2rem;
  padding-bottom: 7rem;
}

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

.home-services-grid-right {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
}

.section-home-services {
  display: none;
}

.home-services-card-wrapper {
  position: -webkit-sticky;
  position: sticky;
  top: 0px;
  border-top: 2rem solid #fff;
}

.home-services-grid-right-inner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: -2rem;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.section-marquee-secondary {
  overflow: hidden;
  background-color: #d2f65a;
  color: #000;
}

.marquee-secondary-inner {
  display: none;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  grid-column-gap: 0.5rem;
  grid-row-gap: 0.5rem;
  background-color: #52ff7d;
  font-family: 'DM Sans', sans-serif;
}

.marquee-secondary-text {
  font-family: 'Clash Display', sans-serif;
  font-size: 12px;
  line-height: 140%;
  font-weight: 500;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  white-space: nowrap;
}

.home-clients-grid {
  display: -ms-grid;
  display: grid;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  grid-auto-columns: 1fr;
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  -ms-grid-columns: 0.3fr 4fr;
  grid-template-columns: 0.3fr 4fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.section-home-stats {
  display: none;
}

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

.text-color-secondary {
  color: #bbe433;
}

.home-services-about {
  display: -ms-grid;
  display: grid;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  grid-auto-columns: 1fr;
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  -ms-grid-columns: auto 1fr;
  grid-template-columns: auto 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.home-services-grid-left {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.section-marquee {
  overflow: hidden;
  -webkit-transform: translate(0px, 0px);
  -ms-transform: translate(0px, 0px);
  transform: translate(0px, 0px);
}

.marquee-inner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 1rem;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  grid-column-gap: 1.5vw;
  grid-row-gap: 1.5vw;
}

.marquee-heading {
  font-family: 'Clash Display', sans-serif;
  font-size: 3vw;
  line-height: 100%;
  font-weight: 500;
  letter-spacing: 2px;
  text-transform: uppercase;
  white-space: nowrap;
}

.marquee-heading.text-outline {
  font-family: Avantttrial, sans-serif;
  font-weight: 600;
}

.footer-bottom {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
}

.footer-grid-right-inner {
  display: -ms-grid;
  display: grid;
  grid-auto-columns: 1fr;
  grid-column-gap: 6rem;
  grid-row-gap: 6rem;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.footer {
  position: relative;
  z-index: 0;
  margin-top: -1px;
  background-color: #000;
  color: #fff;
}

.text-style-link {
  text-decoration: underline;
}

.text-style-link:hover {
  text-decoration: underline;
}

.footer-grid-left {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

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

.inverse-text-color-muted {
  color: hsla(0, 0%, 100%, 0.7);
}

.clip {
  display: block;
  overflow: hidden;
}

.section-cta-contact {
  position: relative;
  background-color: #000;
  color: #fff;
}

.button-text-2 {
  position: relative;
  display: inline-block;
  overflow: hidden;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transform: translate(0px, 0px);
  -ms-transform: translate(0px, 0px);
  transform: translate(0px, 0px);
  font-family: 'Clash Display', sans-serif;
  color: #fff;
  font-size: 13px;
  line-height: 120%;
  font-weight: 500;
  text-align: center;
  letter-spacing: 1.5px;
  text-decoration: none;
  text-transform: uppercase;
}

.home-work-grid {
  display: -ms-grid;
  display: grid;
  grid-auto-columns: 1fr;
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.home-work-link {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 10;
  overflow: hidden;
  border: 0px solid #d2f65a;
  -webkit-transform: translate(0px, 0px);
  -ms-transform: translate(0px, 0px);
  transform: translate(0px, 0px);
  -webkit-transition: border-width 300ms ease;
  transition: border-width 300ms ease;
}

.home-work-link:hover {
  border: 10px solid #d2f65a;
}

.home-work-category-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
}

.banner-circle-image {
  width: 120px;
}

.banner-circle-wrapper {
  position: fixed;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: 0%;
  z-index: 9999;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 112.5rem;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.banner-circle {
  position: absolute;
  right: 4rem;
  bottom: 2rem;
}

.body-styleguide {
  font-family: Inter, sans-serif;
  font-weight: 400;
}

.text-meta-line {
  width: 24px;
  height: 2px;
  background-color: #000;
  -webkit-perspective-origin: 50% 50%;
  perspective-origin: 50% 50%;
  -webkit-transform-origin: 50% 50%;
  -ms-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
}

.text-meta-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  grid-column-gap: 10px;
  grid-row-gap: 10px;
}

.home-work {
  position: relative;
  overflow: hidden;
}

.home-services-item-heading {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
}

.home-hero-subheading {
  font-family: 'Clash Display', sans-serif;
  font-size: 3rem;
  line-height: 110%;
  font-weight: 600;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.section-project-hero {
  z-index: 1;
}

.project-services-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
}

.project-hero-image-wrapper {
  position: relative;
  overflow: hidden;
  -webkit-transform: translate(0px, 0px);
  -ms-transform: translate(0px, 0px);
  transform: translate(0px, 0px);
}

.project-hero-image {
  width: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}

.project-about-item-heading {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
}

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

.project-about-grid-left {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.project-about-grid-right {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
}

.project-about-grid-left-inner {
  position: -webkit-sticky;
  position: sticky;
  top: 2rem;
}

.project-about-card-wrapper {
  position: -webkit-sticky;
  position: sticky;
  top: 0px;
  border-top: 2rem solid #fff;
}

.project-image-gallery {
  display: -ms-grid;
  display: grid;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  grid-auto-columns: 1fr;
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
}

.image-wrapper {
  position: relative;
  overflow: hidden;
  -webkit-transform: translate(0px, 0px);
  -ms-transform: translate(0px, 0px);
  transform: translate(0px, 0px);
}

.project-pagination-previous-image {
  width: 60px;
  height: 60px;
  -o-object-fit: cover;
  object-fit: cover;
}

.project-pagination-next-link {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.project-pagination-previous {
  display: -ms-grid;
  display: grid;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  grid-auto-columns: 1fr;
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  -ms-grid-columns: auto 1fr;
  grid-template-columns: auto 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.project-pagination-previous-link {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.project-pagination-grid {
  z-index: 100;
  display: -ms-grid;
  display: grid;
  justify-items: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  grid-auto-columns: 1fr;
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  -ms-grid-columns: 1fr auto 1fr;
  grid-template-columns: 1fr auto 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.project-pagination-previous-image-wrapper {
  overflow: hidden;
}

.project-pagination-next {
  display: -ms-grid;
  display: grid;
  padding: 0.5rem;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  grid-auto-columns: 1fr;
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  -ms-grid-columns: 1fr auto;
  grid-template-columns: 1fr auto;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
  text-align: right;
}

.project-pagination-next-image {
  width: 60px;
  height: 60px;
  -o-object-fit: cover;
  object-fit: cover;
}

.project-pagination-next-image-wrapper {
  display: block;
  overflow: hidden;
}

.section-project-pagination {
  z-index: 100;
}

.project-pagination-center {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

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

.project-about-grid-right-inner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: -2rem;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.project-heading {
  font-family: 'Clash Display', sans-serif;
  font-size: 6rem;
  line-height: 100%;
  font-weight: 600;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.project-hero-grid {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 6rem;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  grid-column-gap: 6rem;
  grid-row-gap: 6rem;
}

.section-work-heading {
  z-index: 1;
}

.section-work-projects {
  z-index: 1;
}

.div-block {
  padding-bottom: 2rem;
}

.home-project-button-wrapper {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 5;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.view-button {
  z-index: 10;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100px;
  height: 100px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-style: solid;
  border-width: 1px;
  border-color: hsla(0, 0%, 100%, 0.1);
  border-radius: 50%;
  background-color: #d2f65a;
  -webkit-backdrop-filter: blur(2rem);
  backdrop-filter: blur(2rem);
  -webkit-transition: -webkit-transform 100ms linear;
  transition: -webkit-transform 100ms linear;
  transition: transform 100ms linear;
  transition: transform 100ms linear, -webkit-transform 100ms linear;
}

.view-button-text {
  font-family: 'Clash Display', sans-serif;
  font-size: 13px;
  line-height: 140%;
  font-weight: 500;
  letter-spacing: 1.5px;
  text-transform: uppercase;
}

.home-project-image-wrapper {
  position: relative;
  display: block;
  overflow: hidden;
  border-radius: 0.5rem;
  -webkit-transform: translate(0px, 0px);
  -ms-transform: translate(0px, 0px);
  transform: translate(0px, 0px);
}

.home-project-image {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

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

.contact-hero-grid-right {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.contact-hero-grid {
  display: -ms-grid;
  display: grid;
  grid-auto-columns: 1fr;
  grid-column-gap: 6rem;
  grid-row-gap: 6rem;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.section-contact-hero {
  z-index: 1;
}

.contact-form-wrapper {
  width: 500px;
  margin-bottom: 0rem;
}

.section-contact-socials {
  z-index: 1;
  background-color: #d2f65a;
}

.contact-socials-grid {
  display: -ms-grid;
  display: grid;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  grid-auto-columns: 1fr;
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  -ms-grid-columns: 1fr auto;
  grid-template-columns: 1fr auto;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.licensing-inner-grid {
  display: -ms-grid;
  display: grid;
  grid-auto-columns: 1fr;
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  -ms-grid-columns: 0.5fr 1fr;
  grid-template-columns: 0.5fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.licensing-item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  grid-auto-columns: 1fr;
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  -ms-grid-columns: 0.5fr 1fr;
  grid-template-columns: 0.5fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.licensing-inner-right {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  grid-column-gap: 0.5rem;
  grid-row-gap: 0.5rem;
}

.licensing-item-right {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  grid-auto-columns: 1fr;
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.licensing-grid {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
}

.licesing-hero-grid {
  display: -ms-grid;
  display: grid;
  -webkit-box-align: start;
  -webkit-align-items: start;
  -ms-flex-align: start;
  align-items: start;
  grid-auto-columns: 1fr;
  grid-column-gap: 6rem;
  grid-row-gap: 6rem;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.section-licensing {
  z-index: 1;
}

.licesing-hero-grid-left {
  position: -webkit-sticky;
  position: sticky;
  top: 2rem;
}

.section-404 {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  min-height: 95vh;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transform: translate(0px, 0px);
  -ms-transform: translate(0px, 0px);
  transform: translate(0px, 0px);
  text-align: center;
}

.button-line-right {
  width: 0px;
  height: 1px;
  background-color: #000;
}

.button-line-right.primary {
  background-color: #fff;
}

.home-clients-logos {
  overflow: hidden;
}

.home-clients-logos-grid {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  justify-items: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  grid-auto-columns: 1fr;
  grid-column-gap: 100px;
  grid-row-gap: 100px;
  -ms-grid-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.home-clients-logos-inner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 1200px;
  margin-right: 100px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.work-project-link {
  position: relative;
  display: block;
  padding-top: 2rem;
  padding-bottom: 2rem;
}

.work_link {
  position: relative;
  margin-left: 4.4em;
}

.work-projects-grid {
  display: -ms-grid;
  display: grid;
  grid-auto-columns: 1fr;
  grid-column-gap: 1rem;
  grid-row-gap: 2rem;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.work-projects-category-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
}

.work-projects-work {
  position: relative;
  overflow: hidden;
}

.work-projects-work-link {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 10;
  overflow: hidden;
  border: 0px solid #d2f65a;
  -webkit-transform: translate(0px, 0px);
  -ms-transform: translate(0px, 0px);
  transform: translate(0px, 0px);
  -webkit-transition: border-width 300ms ease;
  transition: border-width 300ms ease;
}

.work-projects-work-link:hover {
  border: 10px solid #d2f65a;
}

.work-projects-work-button-wrapper {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 5;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.licensing-image-grid {
  display: -ms-grid;
  display: grid;
  grid-auto-columns: 1fr;
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  -ms-grid-columns: 1fr 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

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

.layout350_tabs-menu {
  position: -webkit-sticky;
  position: sticky;
  top: 6rem;
  z-index: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 0.25rem;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  grid-column-gap: 0.25rem;
  border: 1px solid transparent;
  background-color: #fff;
}

.heading-12 {
  width: auto;
  font-family: Avantttrial, sans-serif;
  font-weight: 600;
}

.paragraph-17 {
  color: #000;
}

.paragraph-17.faq {
  font-family: 'DM Sans', sans-serif;
  color: #fff;
  font-size: 1.25rem;
  text-align: left;
}

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

.layout350_mobile-image-wrapper {
  display: none;
}

.layout350_image {
  position: absolute;
  width: 100%;
}

.layout350_image.is-image1 {
  width: auto;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  -o-object-fit: contain;
  object-fit: contain;
}

.layout350_image.is-image3 {
  width: auto;
  -o-object-fit: contain;
  object-fit: contain;
}

.layout350_image.is-image4 {
  width: auto;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  -o-object-fit: contain;
  object-fit: contain;
}

.layout350_image.is-image2 {
  width: auto;
  -o-object-fit: contain;
  object-fit: contain;
}

.layout350_tab-link-2 {
  padding: 0.5rem 1.25rem;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  border: 1px solid #e7e7e7;
  border-radius: 20px;
  background-color: transparent;
  color: #000;
  text-align: center;
}

.layout350_tab-link-2:hover {
  background-color: transparent;
}

.layout350_tab-link-2:active {
  background-color: transparent;
}

.layout350_tab-link-2.w--current {
  border-color: transparent;
  border-radius: 20px;
  background-color: #635ef6;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Fira Sans', 'Droid Sans', 'Helvetica Neue', sans-serif;
  color: #fff;
  text-decoration: none;
}

.layout350_tab-link-2.three.w--current {
  background-color: #29b767;
}

.layout350_tab-link-2.two.w--current {
  background-color: #ff6e1d;
  color: #fff;
}

.layout350_mobile-image {
  position: absolute;
  width: 100%;
}

.layout16_item-icon-wrapper {
  margin-right: 1rem;
  -webkit-align-self: flex-start;
  -ms-flex-item-align: start;
  align-self: flex-start;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.layout16_item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 10px;
}

.section_layout350 {
  margin-top: 32px;
}

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

.layout350_desktop-image-wrapper {
  position: -webkit-sticky;
  position: sticky;
  top: 0px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100vh;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.button-2 {
  padding: 0.75rem 1.5rem;
  border-style: none;
  border-width: 1px;
  border-color: #000;
  border-radius: 20px;
  background-color: #000;
  color: #fff;
  text-align: center;
}

.button-2.is-secondary {
  width: 150px;
  border-style: solid;
  border-width: 2px;
  border-color: #000;
  border-radius: 50px;
  background-color: #000;
  font-family: 'DM Sans', sans-serif;
  color: #fff;
  font-weight: 700;
}

.button-2.is-secondary.app {
  display: none;
  width: 200px;
}

.text-weight-semibold-4 {
  display: none;
  color: #2ab767;
  font-size: 1.5rem;
  font-weight: 600;
}

.text-weight-semibold-4.four {
  color: #7f7bff;
}

.text-weight-semibold-4._1 {
  display: none;
  font-family: Avantttrial, sans-serif;
  color: #52ff7d;
  font-size: 1.5rem;
  font-weight: 600;
}

.text-weight-semibold-4.two {
  display: none;
  color: #ff6e1d;
}

.layout350_content-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.layout350_content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100vh;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

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

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

.margin-bottom-2.margin-small {
  font-family: 'DM Sans', sans-serif;
  font-size: 1.15rem;
  text-align: left;
}

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

.layout350_component {
  position: relative;
  display: -ms-grid;
  display: grid;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  grid-auto-columns: 1fr;
  grid-column-gap: 5rem;
  grid-row-gap: 8rem;
  -ms-grid-columns: 1fr 1.25fr;
  grid-template-columns: 1fr 1.25fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

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

.layout16_item-list {
  display: -ms-grid;
  display: grid;
  margin-top: 40px;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  grid-auto-columns: 1fr;
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
  font-family: 'DM Sans', sans-serif;
  font-size: 1.1rem;
}

.paragraph-8 {
  color: #000;
}

.max-width-large-2 {
  width: 100%;
  max-width: 48rem;
  padding-left: 1.5rem;
}

.heading-13 {
  font-family: Avantttrial, sans-serif;
  color: #000;
  font-size: 5rem;
  font-weight: 600;
}

.text-size-medium-8 {
  margin-bottom: 2rem;
  font-family: 'DM Sans', sans-serif;
  color: #000;
  font-size: 1.4rem;
}

.button-5 {
  width: 150px;
  border-radius: 20px;
  background-color: #000;
  text-align: center;
}

.header29_lightbox {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-top: 41px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.header29_lightbox-image {
  -o-object-fit: cover;
  object-fit: cover;
}

.lightbox-play-icon-2 {
  position: absolute;
  z-index: 2;
  width: 64px;
  height: 64px;
  color: #000;
}

.video-overlay-layer-3 {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 1;
  border-radius: 20px;
  background-color: transparent;
}

.text-size-medium-7 {
  font-family: 'DM Sans', sans-serif;
  color: #000;
  font-size: 1.255rem;
  font-weight: 400;
}

.testimonial21_loop-trigger {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 100px;
  margin-bottom: 100px;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
}

.testimonial21_loop-trigger.two {
  display: none;
}

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

.testimonial21_component {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  grid-auto-columns: 1fr;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.testimonial21_client {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: auto;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: left;
}

.heading-9 {
  font-family: Avantttrial, sans-serif;
  text-align: left;
}

.paragraph-5 {
  font-family: 'DM Sans', sans-serif;
  color: #000;
}

.testimonial21_customer-image {
  width: 6rem;
  height: 6rem;
  min-height: 3rem;
  min-width: 3rem;
  border: 3px solid #635ef6;
  border-radius: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.testimonial21_client-image-wrapper {
  margin-right: 1rem;
}

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

.paragraph-6 {
  font-family: 'DM Sans', sans-serif;
  color: #000;
  font-weight: 400;
}

.testimonial21_content-3 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: visible;
  width: 25rem;
  min-width: 25rem;
  margin-right: 2rem;
  padding: 2rem;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  border-style: solid;
  border-width: 3px;
  border-color: #000;
  border-radius: 30px;
  background-color: rgba(20, 20, 20, 0);
  box-shadow: 6px 6px 0 0 #000;
}

.testimonial21_content-3.fourth {
  background-color: rgba(29, 29, 29, 0);
}

.testimonial21_content-3.hidden {
  display: none;
}

.testimonial21_content-3.first {
  background-color: rgba(20, 20, 20, 0);
}

.testimonial21_content-3.third {
  border-radius: 30px;
  background-color: #fff;
  color: #2b2b2b;
}

.section_testimonial21-3 {
  overflow: hidden;
  margin-top: -117px;
}

.testimonial21_rating-icon {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 1.25rem;
  height: 1.25rem;
  margin-right: 0.25rem;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  color: #000;
}

.text-weight-semibold-5 {
  font-family: 'DM Sans', sans-serif;
  color: #000;
  font-size: 1.5rem;
  font-weight: 600;
}

.testimonial21_rating-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 1.5rem;
}

.paragraph-4 {
  font-family: 'DM Sans', sans-serif;
  color: #000;
}

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

.layout351_image-wrapper {
  margin-bottom: 4rem;
}

.layout351_column-horiztonal-text {
  display: none;
  font-size: 1.5rem;
  line-height: 1.4;
  font-weight: 700;
}

.layout351_column-content {
  overflow: auto;
  height: 100%;
  min-width: 200vw;
}

.layout351_content-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 40rem;
  height: 100%;
  padding: 4rem 3rem;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.layout351_column-text {
  font-size: 1.5rem;
  line-height: 1.4;
  font-weight: 700;
  white-space: nowrap;
}

.layout351_column-vertical-text {
  margin-right: auto;
  margin-left: auto;
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
  font-size: 1.5rem;
  line-height: 1.4;
  font-weight: 700;
}

.layout351_component {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 100%;
  height: 90vh;
  border-style: solid;
  border-width: 1px;
  border-color: #fff;
}

.layout351_accordion {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 5rem;
  height: 90vh;
  min-width: 5rem;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  border-style: solid;
  border-width: 1px;
  border-color: #fff;
}

.layout351_accordion.active {
  width: 100%;
  border-style: solid;
  border-width: 1px;
  border-color: #fff;
}

.layout351_column {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 5rem;
  height: 90vh;
  min-width: 5rem;
  padding-top: 2rem;
  padding-bottom: 2rem;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  cursor: pointer;
}

.layout351_image {
  width: 100%;
  height: 25rem;
  -o-object-fit: cover;
  object-fit: cover;
}

.text-size-medium-6 {
  display: block;
  width: 750px;
  min-width: auto;
  margin-bottom: 2rem;
  font-family: 'DM Sans', sans-serif;
  color: #fff;
  font-size: 1.25rem;
  font-weight: 400;
  text-align: left;
}

.faq1_icon {
  width: 2rem;
  margin-left: 1.5rem;
  -webkit-align-self: flex-start;
  -ms-flex-item-align: start;
  align-self: flex-start;
}

.faq1_component {
  border-bottom: 1px solid #000;
}

.faq1_answer {
  overflow: hidden;
}

.faq1_question {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-top: 1px solid #000;
  cursor: pointer;
}

.faq1_accordion {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.text-size-medium-9 {
  display: block;
  width: 750px;
  min-width: auto;
  margin-bottom: 2rem;
  font-family: 'DM Sans', sans-serif;
  color: #000;
  font-size: 1.25rem;
  font-weight: 400;
  text-align: left;
}

.text-size-medium-9.text-weight-bold {
  font-family: Avantttrial, sans-serif;
  color: #fff;
  font-size: 1.5rem;
  font-weight: 700;
}

.image {
  display: none;
}

.text-block {
  font-family: 'DM Sans', sans-serif;
  font-size: 16px;
  font-weight: 500;
}

.text-block-2 {
  display: block;
  font-family: 'DM Sans', sans-serif;
  font-size: 16px;
}

.text-block-2.producers {
  display: none;
}

.text-block-3 {
  display: block;
  font-family: 'DM Sans', sans-serif;
  font-size: 16px;
}

.text-block-3.producers {
  display: none;
}

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

.footer4_logo-link {
  padding-left: 0px;
}

.footer4_credit-text {
  font-size: 0.875rem;
}

.footer4_bottom-wrapper {
  display: -ms-grid;
  display: grid;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  grid-auto-flow: column;
  grid-auto-columns: -webkit-max-content;
  grid-auto-columns: max-content;
  grid-column-gap: 1.5rem;
  grid-row-gap: 0rem;
  -ms-grid-columns: -webkit-max-content;
  -ms-grid-columns: max-content;
  grid-template-columns: -webkit-max-content;
  grid-template-columns: max-content;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
  white-space: normal;
}

.footer4_link-list {
  display: -ms-grid;
  display: grid;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  justify-items: start;
  grid-auto-flow: column;
  grid-auto-columns: -webkit-max-content;
  grid-auto-columns: max-content;
  grid-column-gap: 1.5rem;
  grid-row-gap: 0px;
  -ms-grid-columns: -webkit-max-content;
  -ms-grid-columns: max-content;
  grid-template-columns: -webkit-max-content;
  grid-template-columns: max-content;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
  white-space: normal;
}

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

.padding-top-2.padding-medium {
  color: #fff;
}

.footer4_legal-link {
  font-size: 0.875rem;
  text-decoration: underline;
}

.footer4_social-link {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 14px;
  text-decoration: none;
}

.footer4_social-list {
  display: -ms-grid;
  display: grid;
  justify-items: start;
  -webkit-box-align: start;
  -webkit-align-items: start;
  -ms-flex-align: start;
  align-items: start;
  grid-auto-flow: column;
  grid-auto-columns: -webkit-max-content;
  grid-auto-columns: max-content;
  grid-column-gap: 0.75rem;
  grid-row-gap: 0rem;
  -ms-grid-columns: -webkit-max-content;
  -ms-grid-columns: max-content;
  grid-template-columns: -webkit-max-content;
  grid-template-columns: max-content;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
  white-space: normal;
}

.padding-global {
  padding-right: 5%;
  padding-left: 5%;
  background-color: #000;
}

.social-icon {
  width: 5rem;
  height: 2.5rem;
  color: #fff;
}

.footer4_top-wrapper {
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  grid-column-gap: 4vw;
  -ms-grid-columns: 0.25fr 1fr;
  grid-template-columns: 0.25fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.footer4_link {
  font-size: 1rem;
  font-weight: 600;
  text-align: center;
  text-decoration: none;
}

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

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

.div-block-2 {
  display: none;
}

.faq2_component {
  border-bottom: 1px solid transparent;
}

.faq2_question {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-top: 1px solid transparent;
  cursor: pointer;
}

.margin-top-3.margin-xxlarge {
  display: inline-block;
  margin-right: 0rem;
  margin-left: 0rem;
  text-align: center;
}

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

.text-size-medium-10.text-weight-bold {
  font-family: Avantttrial, sans-serif;
  font-size: 1.5rem;
  font-weight: 700;
}

.faq2_accordion {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.max-width-medium-2 {
  width: 100%;
  max-width: 35rem;
  font-family: 'DM Sans', sans-serif;
}

.button-6 {
  padding: 0.75rem 1.5rem;
  border: 1px solid transparent;
  background-color: transparent;
  color: transparent;
  text-align: center;
}

.button-6.is-secondary {
  background-color: transparent;
  color: transparent;
}

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

.faq2_icon {
  width: 2rem;
  margin-left: 1.5rem;
  -webkit-align-self: flex-start;
  -ms-flex-item-align: start;
  align-self: flex-start;
}

.faq2_answer {
  overflow: hidden;
}

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

.paragraph-18 {
  font-family: 'DM Sans', sans-serif;
  font-size: 1.25rem;
  text-align: left;
}

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

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

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

.heading-14 {
  font-family: Avantttrial, sans-serif;
  font-weight: 700;
}

.button-7 {
  display: none;
}

.image-2 {
  width: 200px;
}

.image-3 {
  margin-top: -29px;
  margin-bottom: 22px;
}

.text-block-4 {
  font-family: 'DM Sans', sans-serif;
  font-style: italic;
  font-weight: 500;
}

.subtitle {
  max-width: 500px;
  margin-bottom: 25px;
  border-style: none;
  border-width: 1px;
  border-color: #fff;
  color: #fff;
  font-size: 24px;
  font-weight: 400;
  text-align: center;
}

.subtitle._2 {
  max-width: 200px;
  -webkit-align-self: flex-start;
  -ms-flex-item-align: start;
  align-self: flex-start;
  color: #ffd635;
  font-size: 12px;
  text-align: left;
}

.subtitle._2.home {
  margin-bottom: 38px;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  color: #fff;
  text-align: center;
}

.image-7 {
  margin-bottom: 16px;
  -webkit-align-self: flex-start;
  -ms-flex-item-align: start;
  align-self: flex-start;
  border: 4px solid #fff;
  text-align: left;
}

.image-7.home {
  width: 150px;
  height: 150px;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  border-style: solid;
  border-width: 4px;
  border-color: #fff;
}

.text-span-8 {
  color: #635ef6;
}

.hero-image-wrap {
  position: relative;
  z-index: 1;
  margin-top: 0%;
  text-align: center;
}

.large-image {
  position: static;
  display: inline-block;
  overflow: visible;
  width: 100%;
  max-width: 100%;
  margin-top: -6.3vh;
  padding: 0px 0%;
  text-align: center;
  -o-object-fit: fill;
  object-fit: fill;
}

.large-image.soundcloud {
  margin-top: -6.3vh;
}

.large-image.soundcloudbeat {
  margin-top: 3.2vh;
}

.large-image.photos {
  margin-top: 3.2vh;
}

.soundcloud-hero-button {
  width: 150px;
  margin-bottom: 41px;
  border-radius: 20px;
  background-color: #ffd635;
  color: #000;
  font-size: 18px;
  text-align: center;
}

.soundcloud-hero-button.mobile {
  display: none;
  overflow: visible;
}

.soundcloud-hero-button.mobile {
  display: none;
  overflow: visible;
}

.section-2 {
  position: relative;
  z-index: 3;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  padding-top: 12.5vh;
  padding-bottom: 12.5vh;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #fff;
}

.section-2.hero-2 {
  display: none;
  padding-top: 16vh;
  padding-bottom: 0vh;
  background-color: #000;
}

.section-2.hero-2.version-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 2vh;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  background-color: #000;
}

.section-2.coral {
  width: auto;
  background-color: #000;
  color: #fff;
}

.section-2.coral.sticky-1 {
  position: -webkit-sticky;
  position: sticky;
  top: 0px;
  height: 100vh;
  background-color: #fff;
}

.section-2.coral.sticky-3 {
  position: relative;
  top: 0px;
  z-index: 3;
  height: 100vh;
  background-color: #fff;
  box-shadow: 0 -20px 60px 20px rgba(28, 26, 26, 0.1);
}

.section-2.coral.sticky-3.visuals {
  display: none;
}

.section-2.coral.producers {
  display: none;
}

.section-2.cta {
  padding-top: 3vh;
  padding-bottom: 5vh;
  border-bottom-left-radius: 15px;
  border-bottom-right-radius: 15px;
  background-color: #000;
}

.section-2.footer {
  padding-bottom: 2.5vh;
  background-color: #000;
}

.bold-text {
  color: #635ef6;
  font-size: 24px;
  font-style: italic;
}

.bold-text._2 {
  color: #000;
  font-size: 12px;
}

.bold-text._3 {
  color: #635ef6;
  font-size: 12px;
}

.hero-title {
  max-width: 800px;
  margin-top: 0px;
  margin-bottom: 40px;
  color: #ffd635;
  font-size: 50px;
  line-height: 1.25;
  text-align: center;
  white-space: normal;
}

.hero-title.soundcloud {
  margin-top: 40px;
  font-family: Avantttrial, sans-serif;
  color: #fff;
  font-size: 42px;
}

.container-2 {
  z-index: 5;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 90%;
  max-width: 1100px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  color: #fff;
  line-height: 1.5;
}

.hero-promo {
  max-width: 500px;
  margin-bottom: 40px;
  font-family: 'DM Sans', sans-serif;
  font-size: 24px;
  text-align: center;
}

.text-block-5 {
  max-width: 500px;
  margin-bottom: 40px;
  font-size: 24px;
  text-align: center;
}

.text-block-5._2 {
  max-width: 250px;
  -webkit-align-self: flex-start;
  -ms-flex-item-align: start;
  align-self: flex-start;
  color: #000;
  font-size: 12px;
  text-align: left;
}

.text-block-5._2.mobile {
  max-width: 250px;
  font-family: 'DM Sans', sans-serif;
}

.text-block-5._3 {
  max-width: 300px;
  -webkit-align-self: flex-start;
  -ms-flex-item-align: start;
  align-self: flex-start;
  font-size: 12px;
  text-align: left;
}

.text-block-5._3.mobile {
  max-width: 250px;
  font-family: 'DM Sans', sans-serif;
}

.featured-grid {
  display: -ms-grid;
  display: grid;
  width: 100%;
  grid-auto-columns: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 16px;
  -ms-grid-columns: 5fr 7fr;
  grid-template-columns: 5fr 7fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.text-column {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.image-column {
  border-style: none;
  border-width: 1px;
  border-color: #fff;
}

.blue-text-span {
  position: static;
  display: none;
  padding: 10px 20px;
  background-image: none;
  background-size: auto;
  background-repeat: repeat;
  background-attachment: scroll;
  color: #ffd635;
  background-clip: border-box;
  -webkit-text-fill-color: inherit;
  -o-object-fit: fill;
  object-fit: fill;
}

.h2-title-white {
  -webkit-align-self: flex-start;
  -ms-flex-item-align: start;
  align-self: flex-start;
  color: #000;
  font-size: 48px;
  text-align: left;
  white-space: normal;
}

.h2-title-white.mobile {
  max-width: 400px;
  margin-bottom: 10px;
  font-family: Avantttrial, sans-serif;
}

.h2-title-white.centered {
  color: #fff;
  text-align: center;
}

.h2-title-white.mobile {
  max-width: 400px;
  margin-bottom: 10px;
}

.image-4 {
  width: 10000px;
  max-width: 100%;
  padding-right: 0%;
  padding-left: 0%;
}

.paragraph-white {
  width: 400px;
  margin-bottom: 20px;
  -webkit-align-self: flex-start;
  -ms-flex-item-align: start;
  align-self: flex-start;
  color: #000;
  text-align: left;
}

.paragraph-white.mobile {
  width: 350px;
  margin-top: 10px;
  margin-bottom: 40px;
  font-family: 'DM Sans', sans-serif;
}

.paragraph-white.centered {
  max-width: 650px;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  color: #fff;
  text-align: center;
}

.paragraph-white.mobile {
  width: 350px;
  margin-top: 10px;
  margin-bottom: 40px;
  font-size: 1.25rem;
}

.section-alternate {
  position: relative;
  z-index: 3;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  padding-top: 12.5vh;
  padding-bottom: 12.5vh;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #fff;
}

.section-alternate.coral {
  width: 100%;
  background-color: #000;
  color: #fff;
}

.section-alternate.coral.sticky-2 {
  position: -webkit-sticky;
  position: sticky;
  top: 0px;
  z-index: 3;
  height: 100vh;
  background-color: #000;
  box-shadow: 0 -20px 60px 20px rgba(28, 26, 26, 0.1);
}

.image-18 {
  width: 100%;
  padding-right: 0%;
  padding-left: 0%;
}

.paragraph-black {
  width: 400px;
  margin-bottom: 40px;
  -webkit-align-self: flex-start;
  -ms-flex-item-align: start;
  align-self: flex-start;
  color: #f3f3f3;
  text-align: left;
}

.paragraph-black.mobile {
  width: 350px;
  margin-top: 10px;
  margin-bottom: 40px;
  font-family: 'DM Sans', sans-serif;
}

.paragraph-black.centered {
  max-width: 650px;
  text-align: center;
}

.paragraph-black.mobile {
  width: 350px;
  margin-top: 10px;
  margin-bottom: 40px;
  font-size: 1.25rem;
}

.h2-title-black2 {
  position: static;
  width: 400px;
  -webkit-align-self: flex-start;
  -ms-flex-item-align: start;
  align-self: flex-start;
  color: #fff;
  font-size: 48px;
  text-align: left;
  white-space: normal;
}

.h2-title-black2.mobile {
  font-family: Avantttrial, sans-serif;
}

.image-19 {
  width: 100%;
  padding-top: 0px;
  padding-right: 0%;
  padding-left: 0%;
}

.text-span-6 {
  color: #635ef6;
}

.image-20 {
  width: 100%;
  padding-right: 0%;
  padding-left: 0%;
}

.text-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 40px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.text-wrap.bottom-margin {
  margin-bottom: 45px;
}

.white-bg {
  position: absolute;
  left: -10%;
  right: 0px;
  bottom: -10%;
  width: 150vw;
  height: 60%;
  background-color: #000;
  -webkit-transform: rotate(-5deg);
  -ms-transform: rotate(-5deg);
  transform: rotate(-5deg);
}

.blue-text-span-fat {
  position: static;
  display: inline-block;
  padding: 10px 0px;
  background-image: none;
  background-size: auto;
  background-repeat: repeat;
  background-attachment: scroll;
  color: #ffd635;
  background-clip: border-box;
  -webkit-text-fill-color: inherit;
  -o-object-fit: fill;
  object-fit: fill;
}

.h2-title-black {
  font-family: Avantttrial, sans-serif;
  font-size: 48px;
  text-align: center;
}

.red-text-span {
  display: inline-block;
  padding-right: 0px;
  padding-left: 0px;
  background-image: none;
  background-size: auto;
  background-repeat: repeat;
  background-attachment: scroll;
  font-family: Avantttrial, sans-serif;
  color: #fff;
}

.button-8 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 135px;
  padding-top: 2px;
  padding-bottom: 2px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 5px;
  background-color: #1c1a1a;
  -webkit-transition: background-color 400ms cubic-bezier(.165, .84, .44, 1);
  transition: background-color 400ms cubic-bezier(.165, .84, .44, 1);
  color: #fec435;
}

.button-8:hover {
  background-color: #ffdf00;
  color: #ffdf00;
}

.button-8:focus {
  color: #fec435;
}

.button-8:visited {
  color: #fec435;
}

.button-container {
  display: -ms-grid;
  display: grid;
  margin-top: 25px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  grid-auto-columns: 1fr;
  grid-column-gap: 20px;
  grid-row-gap: 16px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.text-span-4 {
  border-style: none;
  border-width: 1px;
  border-color: #fff;
  font-family: Avantttrial, sans-serif;
  color: #fff;
}

.footer-column-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-right: 40px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.footer-link-dark {
  display: block;
  padding-top: 10px;
  padding-bottom: 10px;
  -webkit-transition: color 400ms cubic-bezier(.77, 0, .175, 1);
  transition: color 400ms cubic-bezier(.77, 0, .175, 1);
  color: #fff;
  font-size: 16px;
  font-weight: 400;
  text-decoration: none;
}

.footer-link-dark:hover {
  color: #fec435;
}

.footer-grid-2 {
  width: 100%;
  -ms-grid-columns: 2fr 1fr 1fr 0.5fr;
  grid-template-columns: 2fr 1fr 1fr 0.5fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.footer-text {
  max-width: 250px;
  color: #fff;
  font-size: 14px;
}

.footer-arrow {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 55px;
  height: 55px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 100px;
  background-color: #fff;
}

.footer-column-right {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.logo {
  width: 100px;
  margin-bottom: 20px;
}

.navbar-2 {
  border-bottom: 1px none #fff;
  background-color: #000;
}

.container-3 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 1200px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  color: #fff;
}

.image-22 {
  margin-left: 20px;
}

.nav-menu-2 {
  margin-left: auto;
}

.container-4 {
  display: none;
  margin-top: -15px;
  margin-bottom: 35px;
  -webkit-align-self: auto;
  -ms-flex-item-align: auto;
  -ms-grid-row-align: auto;
  align-self: auto;
}

.hero-image {
  position: relative;
  z-index: 1;
  margin-top: 0%;
  text-align: center;
}

.image-11 {
  margin-bottom: 15px;
}

.image-11.mobile {
  border-style: solid;
  border-width: 4px;
  border-color: #fff;
  border-radius: 0px;
  background-color: #fff;
}

.text-block-6 {
  max-width: 400px;
  margin-top: 20px;
  margin-bottom: 40px;
  font-family: 'DM Sans', sans-serif;
  color: #fff;
  font-size: 24px;
  line-height: 40px;
  text-align: center;
}

.text-span-9 {
  color: #635ef6;
}

.heading-3 {
  font-family: Avantttrial, sans-serif;
  color: #fff;
  font-size: 50px;
}

.hero-button {
  width: 150px;
  margin-bottom: 41px;
  border-radius: 20px;
  background-color: #ffd635;
  color: #000;
  font-size: 18px;
  text-align: center;
}

.hero-button.mobile {
  display: none;
  overflow: visible;
}

.hero-button.mobile.home {
  display: none;
}

.image-23 {
  margin-left: 38px;
  border-style: solid;
  border-width: 2px;
  border-color: #fff;
  border-radius: 10px;
}

.image-24 {
  border-style: solid;
  border-width: 2px;
  border-color: #fff;
  border-radius: 10px;
}

.text-span-10 {
  color: #635ef6;
}

.image-wrap-copy {
  position: relative;
  z-index: 1;
  margin-top: 0px;
  text-align: center;
}

.red-text-span-2 {
  display: inline-block;
  padding-right: 0px;
  padding-left: 0px;
  background-image: none;
  background-size: auto;
  background-repeat: repeat;
  background-attachment: scroll;
  color: #fff;
}

.text-span-11 {
  border-style: none;
  border-width: 1px;
  border-color: #fff;
  color: #fff;
}

.header36_image {
  width: 100%;
  height: 100vh;
  max-height: 60rem;
  padding: 40px;
  border-radius: 100px;
  -o-object-fit: cover;
  object-fit: cover;
}

.header36_component {
  display: -ms-grid;
  display: grid;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  grid-auto-columns: 1fr;
  grid-column-gap: 0rem;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.header36_content {
  max-width: 35rem;
  margin-right: 5rem;
  margin-left: 5vw;
}

.heading-15 {
  margin-bottom: 2rem;
  font-family: Avantttrial, sans-serif;
  font-weight: 600;
}

.list {
  font-family: 'DM Sans', sans-serif;
  font-size: 1.1rem;
}

.list-item {
  margin-bottom: 2rem;
}

.list-item-2 {
  margin-bottom: 2rem;
}

.list-item-3 {
  margin-bottom: 2rem;
}

.link {
  color: #635ef6;
  font-style: italic;
  font-weight: 700;
  text-decoration: underline;
}

.html-embed {
  margin-top: 20px;
}

@media screen and (min-width: 1280px) {
  .margin-bottom-2.margin-small {
    font-family: 'DM Sans', sans-serif;
  }

  .text-block-2 {
    display: block;
  }

  .text-block-3 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }

  .text-size-medium-10 {
    margin-bottom: 2.4rem;
    font-family: 'DM Sans', sans-serif;
    white-space: normal;
  }

  .paragraph-21 {
    font-family: 'DM Sans', sans-serif;
  }

  .image-7.home {
    width: 200px;
    height: 200px;
  }

  .section-2.coral.producers {
    display: none;
  }

  .h2-title-black {
    font-family: Avantttrial, sans-serif;
  }

  .container-3 {
    margin-top: 10px;
  }

  .image-22 {
    margin-top: 10px;
    margin-bottom: 10px;
  }

  .nav-menu-2 {
    display: none;
  }

  .text-span-9 {
    color: #635ef6;
  }

  .heading-3 {
    font-family: Avantttrial, sans-serif;
  }

  .text-span-10 {
    color: #635ef6;
  }

  .red-text-span-2 {
    color: #635ef6;
  }

  .header36_image {
    padding: 40px;
    border-radius: 200px;
    -o-object-fit: contain;
    object-fit: contain;
  }

  .heading-15 {
    margin-bottom: 0rem;
    font-family: Avantttrial, sans-serif;
  }

  .list {
    margin-top: 2.4rem;
    font-family: 'DM Sans', sans-serif;
    font-size: 1.1rem;
    font-weight: 400;
    list-style-type: disc;
  }

  .list-item {
    margin-bottom: 2rem;
  }

  .list-item-2 {
    margin-bottom: 2rem;
  }

  .list-item-3 {
    margin-bottom: 2rem;
  }

  .list-item-4 {
    margin-bottom: 4rem;
  }

  .link {
    font-family: 'DM Sans', sans-serif;
    color: #635ef6;
    font-style: italic;
    font-weight: 700;
    text-decoration: underline;
  }

  .paragraph-22 {
    font-family: 'DM Sans', sans-serif;
  }
}

@media screen and (max-width: 991px) {
  .page-padding {
    padding-right: 2rem;
    padding-left: 2rem;
  }

  .utility-component {
    height: 96vh;
  }

  .padding-medium {
    padding: 1.5rem;
  }

  .margin-medium {
    margin: 1.5rem;
  }

  .margin-large {
    margin: 2.5rem;
  }

  .margin-xlarge {
    margin: 3rem;
  }

  .margin-xxlarge {
    margin: 4rem;
  }

  .margin-huge {
    margin: 5rem;
  }

  .margin-xhuge {
    margin: 6rem;
  }

  .margin-xxhuge {
    margin: 8rem;
  }

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

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

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

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

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

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

  .padding-large {
    padding: 2.5rem;
  }

  .padding-xlarge {
    padding: 3rem;
  }

  .padding-xxlarge {
    padding: 4rem;
  }

  .padding-huge {
    padding: 5rem;
  }

  .padding-xhuge {
    padding: 6rem;
  }

  .padding-xxhuge {
    padding: 8rem;
  }

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

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

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

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

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

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

  .body {
    padding-top: 1.5rem;
    padding-right: 1.5rem;
    padding-left: 1.5rem;
  }

  .styleguide-menu-toggle {
    position: relative;
    display: block;
    width: 30px;
    height: 20px;
    cursor: pointer;
  }

  .styleguide-navbar-inner {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
  }

  .styleguide-navbar {
    position: fixed;
    left: 0%;
    top: 0%;
    right: 0%;
    bottom: auto;
    z-index: 5;
    display: block;
    padding-top: 2rem;
    padding-bottom: 2rem;
    background-color: #fff;
  }

  .styleguide-menu-toggle-line {
    position: absolute;
    right: 0px;
    width: 30px;
    height: 1.5px;
    padding-right: 0px;
    padding-bottom: 0px;
    background-color: #191919;
    -webkit-transform-origin: 100% 50%;
    -ms-transform-origin: 100% 50%;
    transform-origin: 100% 50%;
  }

  .styleguide-menu-toggle-line._01 {
    top: 0px;
  }

  .styleguide-menu-toggle-line._02 {
    top: 50%;
  }

  .styleguide-nav-wrapper {
    left: auto;
    right: 0px;
    border-left: 1px solid #e8e8e8;
    border-right-style: none;
    border-right-width: 0px;
    -webkit-transform: translate(100%, 0px);
    -ms-transform: translate(100%, 0px);
    transform: translate(100%, 0px);
  }

  .hide-tablet {
    display: none;
  }

  .block-quote {
    padding-left: 4rem;
    background-position: 0% 50px;
    background-size: 40px;
  }

  .card-padding {
    padding: 2.5rem;
  }

  .card-padding.large {
    padding: 2.5rem;
  }

  .heading-medium {
    font-size: 4rem;
  }

  .text-rich-text blockquote {
    padding-left: 3.5rem;
    background-position: 0px 50px;
    background-size: 40px;
    font-size: 2rem;
    line-height: 140%;
  }

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

  .styleguide-elements {
    margin-left: 0px;
    padding-top: 3rem;
  }

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

  .heading-h2 {
    font-size: 3rem;
  }

  .heading-large {
    font-size: 5rem;
  }

  .heading-xlarge {
    font-size: 8rem;
  }

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

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

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

  .show-tablet {
    display: block;
  }

  .main-wrapper-2 {
    min-height: 0vh;
  }

  .mobile-menu-toggle {
    position: relative;
    display: none;
    width: 30px;
    height: 20px;
    cursor: pointer;
  }

  .mobile-menu-nav-link {
    font-family: 'Clash Display', sans-serif;
    font-size: 13px;
    font-weight: 500;
    letter-spacing: 1.5px;
    text-transform: uppercase;
  }

  .navbar-menu {
    display: none;
  }

  .navbar-inner {
    padding-top: 1.5rem;
  }

  .mobile-menu-toggle-line {
    position: absolute;
    right: 0px;
    width: 30px;
    height: 1.5px;
    padding-right: 0px;
    padding-bottom: 0px;
    background-color: #191919;
    -webkit-transform-origin: 100% 50%;
    -ms-transform-origin: 100% 50%;
    transform-origin: 100% 50%;
  }

  .mobile-menu-toggle-line._02 {
    top: 50%;
  }

  .mobile-menu-toggle-line._01 {
    top: 0px;
    display: none;
  }

  .mobile-menu {
    position: absolute;
    left: 0rem;
    right: 0rem;
    padding-top: 1rem;
  }

  .mobile-menu-wrapper {
    padding: 1.5rem 2rem;
    background-color: #000;
    color: #fff;
  }

  .mobile-menu-nav {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
  }

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

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

  .home-services-card-wrapper {
    border-top-width: 1.5rem;
  }

  .home-services-grid-right-inner {
    margin-top: -1.5rem;
  }

  .home-clients-grid {
    grid-column-gap: 3rem;
    grid-row-gap: 3rem;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    text-align: center;
  }

  .home-stats-grid {
    grid-column-gap: 3rem;
    grid-row-gap: 3rem;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
  }

  .marquee-heading {
    font-size: 4rem;
    letter-spacing: 2px;
  }

  .footer-bottom {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }

  .footer-grid-right-inner {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
  }

  .footer-grid {
    grid-column-gap: 3rem;
    grid-row-gap: 3rem;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .home-work-link {
    cursor: auto;
  }

  .home-work-link:hover {
    border-style: none;
    border-width: 0px;
  }

  .banner-circle-image {
    width: 100px;
  }

  .banner-circle {
    right: 3rem;
    bottom: 1rem;
  }

  .home-services-item-heading {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .home-hero-subheading {
    font-size: 3vw;
  }

  .project-about-item-heading {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

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

  .project-about-card-wrapper {
    border-top-width: 1.5rem;
  }

  .project-pagination-grid {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
  }

  .project-pagination-center {
    display: none;
  }

  .project-meta-grid {
    grid-column-gap: 3rem;
    grid-row-gap: 3rem;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
  }

  .project-about-grid-right-inner {
    margin-top: -1.5rem;
  }

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

  .project-hero-grid {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-top: 4rem;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    grid-column-gap: 4rem;
    grid-row-gap: 4rem;
  }

  .view-button {
    display: none;
  }

  .contact-hero-grid {
    grid-column-gap: 3rem;
    grid-row-gap: 3rem;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .contact-form-wrapper {
    width: 100%;
  }

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

  .licensing-item {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .licesing-hero-grid {
    grid-column-gap: 3rem;
    grid-row-gap: 3rem;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .section-404 {
    height: auto;
    min-height: 75vw;
    padding: 4rem;
    border-radius: 4rem;
  }

  .home-clients-logos-grid {
    grid-auto-columns: 1fr;
    -ms-grid-columns: 1fr 1fr 1fr 1fr;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    -ms-grid-rows: auto auto;
    grid-template-rows: auto auto;
  }

  .work_link {
    margin-left: 5vw;
  }

  .work-projects-work-link {
    cursor: auto;
  }

  .work-projects-work-link:hover {
    border-style: none;
    border-width: 0px;
  }

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

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

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

  .layout350_component {
    grid-auto-flow: row;
    grid-column-gap: 3rem;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
  }

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

  .testimonial21_component {
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
  }

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

  .layout351_image-wrapper {
    margin-bottom: 0rem;
  }

  .layout351_column-horiztonal-text {
    display: block;
  }

  .layout351_column-content {
    width: 100%;
    min-width: auto;
  }

  .layout351_content-wrapper {
    width: auto;
    padding: 3rem 2.5rem;
  }

  .layout351_column-text {
    position: absolute;
    left: 2.5rem;
  }

  .layout351_column-vertical-text {
    display: none;
  }

  .layout351_component {
    height: auto;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    border-top: 0px none transparent;
    border-right: 1px solid #000;
  }

  .layout351_accordion {
    width: 100%;
    height: 5rem;
    min-width: auto;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    border-right-style: none;
  }

  .layout351_accordion.active {
    height: auto;
  }

  .layout351_column {
    width: 100%;
    height: 5rem;
    min-width: 100%;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    border-top: 1px solid #000;
  }

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

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

  .footer4_top-wrapper {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    justify-items: center;
    grid-row-gap: 3rem;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

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

  .subtitle {
    max-width: 550px;
    font-size: 18px;
  }

  .subtitle._2 {
    display: none;
  }

  .subtitle._2.home {
    display: none;
  }

  .image-7 {
    display: none;
  }

  .image-7.home {
    display: none;
  }

  .hero-image-wrap {
    margin-top: 0px;
  }

  .large-image {
    max-width: 100%;
    margin-top: 0px;
  }

  .soundcloud-hero-button.mobile {
    display: block;
  }

  .soundcloud-hero-button.mobile.home {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }

  .soundcloud-hero-button.mobile {
    display: block;
    background-color: #635ef6;
    color: #fff;
  }

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

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

  .hero-title {
    font-size: 55px;
  }

  .container-2 {
    width: 100%;
    padding-right: 30px;
    padding-left: 30px;
  }

  .hero-promo {
    margin-bottom: 0px;
  }

  .text-block-5 {
    margin-bottom: 0px;
  }

  .text-block-5._3.mobile {
    max-width: 250px;
  }

  .featured-grid {
    display: -ms-grid;
    display: grid;
    -webkit-box-pack: stretch;
    -webkit-justify-content: stretch;
    -ms-flex-pack: stretch;
    justify-content: stretch;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-grid-row-align: stretch;
    align-self: stretch;
    grid-auto-columns: 1fr;
    grid-column-gap: 0px;
    grid-row-gap: 16px;
    -ms-grid-columns: 5fr 5fr;
    grid-template-columns: 5fr 5fr;
    -ms-grid-rows: auto;
    grid-template-rows: auto;
  }

  .image-column {
    height: 100%;
  }

  .h2-title-white {
    font-size: 42px;
  }

  .paragraph-white {
    font-size: 16px;
  }

  .paragraph-white.centered {
    max-width: 550px;
  }

  .section-alternate {
    padding-top: 75px;
    padding-bottom: 75px;
  }

  .image-18 {
    width: 100%;
  }

  .paragraph-black {
    font-size: 16px;
  }

  .paragraph-black.mobile {
    width: 250px;
  }

  .paragraph-black.centered {
    max-width: 550px;
    font-size: 18px;
  }

  .paragraph-black.mobile {
    width: 250px;
  }

  .h2-title-black2 {
    font-size: 42px;
  }

  .h2-title-black2.mobile {
    width: 300px;
  }

  .h2-title-black2.mobile {
    width: 300px;
  }

  .video {
    position: relative;
    overflow: visible;
    width: auto;
    height: 100%;
    max-width: none;
    min-height: auto;
    min-width: auto;
    -o-object-fit: fill;
    object-fit: fill;
  }

  .blue-text-span-fat {
    padding-right: 10px;
  }

  .h2-title-black {
    font-size: 42px;
  }

  .footer-column-2 {
    padding-right: 20px;
  }

  .footer-arrow {
    width: 50px;
    height: 50px;
  }

  .logo {
    width: 45px;
  }

  .hero-image {
    margin-top: -10%;
  }

  .image-11.mobile {
    display: none;
  }

  .hero-button.mobile.home {
    display: block;
    background-color: #635ef6;
    color: #fff;
  }

  .header36_image {
    display: none;
    height: auto;
    max-height: none;
  }

  .header36_component {
    min-height: auto;
    padding-top: 0rem;
    grid-auto-flow: row;
    grid-row-gap: 4rem;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .header36_content {
    margin-right: 5%;
    margin-left: 5%;
  }
}

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

  h2 {
    font-size: 2rem;
  }

  h3 {
    font-size: 1.5rem;
  }

  h4 {
    font-size: 1rem;
  }

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

  .padding-medium {
    padding: 1.25rem;
  }

  .margin-medium {
    margin: 1.25rem;
  }

  .margin-large {
    margin: 1.5rem;
  }

  .margin-xlarge {
    margin: 2rem;
  }

  .margin-xxlarge {
    margin: 3rem;
  }

  .margin-huge {
    margin: 3.5rem;
  }

  .margin-xhuge {
    margin: 4rem;
  }

  .margin-xxhuge {
    margin: 4.5rem;
  }

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

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

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

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

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

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

  .padding-large {
    padding: 1.5rem;
  }

  .padding-xlarge {
    padding: 2rem;
  }

  .padding-xxlarge {
    padding: 3rem;
  }

  .padding-huge {
    padding: 3.5rem;
  }

  .padding-xhuge {
    padding: 4rem;
  }

  .padding-xxhuge {
    padding: 4.5rem;
  }

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

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

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

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

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

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

  .styleguide-menu-toggle {
    position: relative;
    display: block;
    width: 30px;
    height: 20px;
    cursor: pointer;
  }

  .block-quote {
    padding-top: 2rem;
    padding-bottom: 2rem;
    background-position: 0% 32px;
    background-size: 40px;
    font-size: 1.5rem;
  }

  .card-padding {
    padding: 2rem;
  }

  .card-padding.xlarge {
    padding: 2.5rem;
  }

  .card-padding.small {
    padding: 1.5rem;
  }

  .card-padding.large {
    padding: 2rem;
  }

  .heading-medium {
    font-size: 3.5rem;
  }

  .text-rich-text blockquote {
    margin-top: 2rem;
    margin-bottom: 2rem;
    padding-top: 2rem;
    padding-bottom: 2rem;
    background-position: 0px 30px;
    font-size: 1.5rem;
  }

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

  .heading-h3 {
    font-size: 1.75rem;
  }

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

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

  .form-field-wrapper {
    margin-bottom: 1.5rem;
  }

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

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

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

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

  .heading-h2 {
    font-size: 2.5rem;
  }

  .heading-large {
    font-size: 4rem;
  }

  .heading-xlarge {
    font-size: 5rem;
  }

  .heading-h1 {
    font-size: 3rem;
  }

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

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

  .show-mobile-landscape {
    display: block;
  }

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

  .mobile-menu-toggle {
    position: relative;
    display: none;
    width: 30px;
    height: 20px;
    cursor: pointer;
  }

  .mobile-menu-nav-link {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    text-decoration: none;
  }

  .navbar {
    position: relative;
    z-index: 10;
  }

  .navbar-inner {
    grid-column-gap: 0.5rem;
    grid-row-gap: 0.5rem;
  }

  .mobile-menu {
    z-index: 5;
  }

  .navbar-right {
    grid-column-gap: 0.75rem;
    grid-row-gap: 0.75rem;
  }

  .navbar-menu-item-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }

  .home-services-grid-left-inner {
    position: static;
    padding-bottom: 4rem;
  }

  .home-services-grid {
    grid-column-gap: 3rem;
    grid-row-gap: 3rem;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .home-clients-grid {
    grid-row-gap: 3rem;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

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

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

  .marquee-heading {
    font-size: 3rem;
  }

  .footer-bottom {
    grid-column-gap: 0.5rem;
    grid-row-gap: 0.5rem;
  }

  .footer-grid-right-inner {
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
  }

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

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

  .banner-circle-image {
    width: 90px;
  }

  .banner-circle {
    right: 2.5rem;
  }

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

  .home-hero-subheading {
    font-size: 3.5vw;
  }

  .project-about-grid {
    grid-column-gap: 3rem;
    grid-row-gap: 3rem;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .project-about-grid-left-inner {
    position: static;
  }

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

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

  .project-hero-grid {
    padding-top: 3rem;
    grid-column-gap: 3rem;
    grid-row-gap: 3rem;
  }

  .home-project-image-wrapper {
    height: 55vw;
  }

  .contact-hero-grid {
    grid-column-gap: 2.5rem;
    grid-row-gap: 2.5rem;
  }

  .contact-socials-grid {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
  }

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

  .licesing-hero-grid {
    grid-column-gap: 2.5rem;
    grid-row-gap: 2.5rem;
  }

  .section-404 {
    padding: 3rem;
    border-radius: 3rem;
  }

  .home-clients-logos-grid {
    grid-column-gap: 80px;
    grid-row-gap: 80px;
  }

  .home-clients-logos-inner {
    width: 800px;
  }

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

  .layout350_tabs-menu {
    position: relative;
    top: 0rem;
    display: none;
  }

  .layout350_mobile-image-wrapper {
    display: block;
    width: 100%;
    margin-top: 2.5rem;
  }

  .layout350_tab-link-2 {
    padding-right: 1rem;
    padding-left: 1rem;
    font-size: 0.875rem;
  }

  .layout350_mobile-image {
    position: static;
  }

  .layout350_desktop-image-wrapper {
    display: none;
  }

  .layout350_content {
    height: auto;
    padding-top: 2rem;
    padding-bottom: 2rem;
  }

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

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

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

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

  .max-width-large-2 {
    text-align: center;
  }

  .heading-13 {
    font-size: 3rem;
    text-align: center;
  }

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

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

  .testimonial21_component {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .testimonial21_client {
    width: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .testimonial21_client-image-wrapper {
    margin-right: 0rem;
    margin-bottom: 1rem;
  }

  .testimonial21_content-3 {
    padding: 1.5rem;
  }

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

  .layout351_column-horiztonal-text {
    font-size: 1.25rem;
  }

  .layout351_content-wrapper {
    padding: 1rem 1.5rem 2rem;
  }

  .layout351_column-text {
    left: 1.5rem;
    font-size: 1.25rem;
  }

  .layout351_column-vertical-text {
    font-size: 1.25rem;
  }

  .layout351_accordion {
    height: 4rem;
  }

  .layout351_column {
    height: 4rem;
  }

  .layout351_image {
    height: 20rem;
  }

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

  .faq1_icon {
    width: 1.75rem;
  }

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

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

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

  .footer4_credit-text {
    margin-top: 1rem;
  }

  .footer4_bottom-wrapper {
    justify-items: center;
    grid-auto-flow: row;
    grid-column-gap: 0rem;
    grid-row-gap: 1rem;
  }

  .footer4_link-list {
    justify-items: center;
    grid-auto-flow: row;
    grid-column-gap: 0px;
    grid-row-gap: 1.5rem;
  }

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

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

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

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

  .faq2_icon {
    width: 1.75rem;
  }

  .subtitle._2 {
    display: none;
  }

  .subtitle._2.home {
    display: none;
  }

  .image-7 {
    display: none;
  }

  .large-image {
    margin-top: 0px;
  }

  .large-image.soundcloud {
    margin-top: 3.2vh;
  }

  .soundcloud-hero-button.mobile {
    display: block;
    margin-bottom: 40px;
  }

  .soundcloud-hero-button.mobile.home {
    position: static;
    display: block;
    margin-bottom: 60px;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }

  .soundcloud-hero-button.mobile {
    display: block;
    margin-bottom: 40px;
  }

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

  .section-2.hero-2 {
    padding-bottom: 175px;
  }

  .hero-title {
    font-size: 48px;
  }

  .featured-grid {
    justify-items: center;
    grid-auto-rows: 1fr;
    grid-column-gap: 40px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -ms-grid-rows: minmax(auto, 1fr);
    grid-template-rows: minmax(auto, 1fr);
  }

  .text-column {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .image-column {
    height: auto;
    min-height: auto;
    min-width: 100%;
  }

  .h2-title-white {
    font-size: 36px;
  }

  .h2-title-white.mobile {
    display: block;
    width: 100%;
    text-align: center;
  }

  .h2-title-white.centered {
    width: 100%;
  }

  .h2-title-white.mobile {
    display: block;
    width: 100%;
    text-align: center;
  }

  .paragraph-white {
    font-size: 15px;
  }

  .paragraph-white.mobile {
    width: auto;
    text-align: center;
  }

  .paragraph-white.mobile {
    width: auto;
    text-align: center;
  }

  .section-alternate {
    padding-top: 45px;
    padding-bottom: 45px;
  }

  .paragraph-black {
    font-size: 15px;
  }

  .paragraph-black.mobile {
    text-align: center;
  }

  .paragraph-black.centered {
    font-size: 15px;
  }

  .paragraph-black.mobile {
    text-align: center;
  }

  .h2-title-black2 {
    font-size: 36px;
  }

  .h2-title-black2.mobile {
    text-align: center;
  }

  .h2-title-black2.mobile {
    text-align: center;
  }

  .video {
    display: block;
    width: auto;
    height: auto;
    min-height: 250px;
    min-width: 250px;
  }

  .text-wrap {
    -webkit-align-self: auto;
    -ms-flex-item-align: auto;
    -ms-grid-row-align: auto;
    align-self: auto;
  }

  .footer-column-2 {
    padding-right: 0px;
  }

  .footer-link-dark {
    font-size: 15px;
  }

  .footer-grid-2 {
    grid-row-gap: 40px;
    -ms-grid-columns: 1fr 1fr 1fr;
    grid-template-columns: 1fr 1fr 1fr;
    -ms-grid-rows: auto auto;
    grid-template-rows: auto auto;
  }

  .footer-column-right {
    padding-right: 0px;
  }

  .logo {
    margin-bottom: 20px;
  }

  .hero-image {
    margin-top: 0%;
  }

  .image-11.mobile {
    display: none;
  }

  .heading-3 {
    max-width: 400px;
  }

  .hero-button.mobile {
    display: block;
    margin-bottom: 0px;
  }

  .hero-button.mobile.home {
    position: static;
    display: block;
    height: auto;
    margin-bottom: 0px;
  }

  .header36_image {
    display: none;
  }

  .header36_component {
    padding-top: 4rem;
  }
}

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

  .utility-component {
    height: 97vh;
  }

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

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

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

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

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

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

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

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

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

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

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

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

  .body {
    padding-top: 0rem;
    padding-right: 0rem;
    padding-left: 0rem;
  }

  .button.primary {
    display: none;
    width: 90px;
    height: 40px;
    padding-right: 0rem;
    padding-left: 0rem;
    border-radius: 20px;
  }

  .button.primary.contact {
    display: inline;
    overflow: visible;
  }

  .block-quote {
    padding-top: 4rem;
    padding-left: 0rem;
    background-position: 0% 20px;
    background-size: 30px;
  }

  .text-meta {
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
  }

  .card-padding {
    padding: 1.25rem 1.5rem;
  }

  .card-padding.xlarge {
    padding: 2rem 2.25rem;
  }

  .card-padding.small {
    padding: 1rem 1.25rem;
  }

  .card-padding.large {
    padding: 1.75rem 2rem;
  }

  .heading-medium {
    font-size: 3rem;
  }

  .text-rich-text blockquote {
    padding-top: 4rem;
    padding-left: 0rem;
    background-position: 0px 10px;
    font-size: 1.75rem;
  }

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

  .text-meta-large {
    font-size: 14px;
  }

  .button-inner {
    grid-column-gap: 0.1rem;
    grid-row-gap: 0.1rem;
  }

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

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

  .heading-h2 {
    font-size: 2.25rem;
  }

  .button-inner-text {
    width: 200px;
  }

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

  .heading-large {
    font-size: 3.5rem;
  }

  .heading-xlarge {
    font-size: 4rem;
  }

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

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

  .subnav {
    grid-column-gap: 0.75rem;
    grid-row-gap: 0.75rem;
  }

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

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

  .show-mobile-portrait {
    display: block;
  }

  .mobile-menu-toggle {
    display: none;
  }

  .navbar-right-button {
    display: block;
  }

  .navbar-menu {
    display: none;
  }

  .navbar-inner {
    margin-bottom: 19px;
    padding-top: 0.8rem;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    -ms-grid-columns: 0.5fr auto;
    grid-template-columns: 0.5fr auto;
  }

  .mobile-menu-wrapper {
    padding: 1.5rem;
  }

  .navbar-right {
    grid-column-gap: 0.5rem;
    grid-row-gap: 0.5rem;
  }

  .home-hero-image-wrapper {
    height: 60vw;
  }

  .button-line-left {
    width: 5px;
  }

  .home-services-grid-left-inner {
    padding-bottom: 3rem;
  }

  .home-services-grid-right {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
  }

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

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

  .marquee-inner {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
  }

  .marquee-heading {
    font-size: 2.5rem;
  }

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

  .footer-grid-right-inner {
    grid-column-gap: 3rem;
    grid-row-gap: 3rem;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .banner-circle-image {
    width: 80px;
  }

  .banner-circle {
    right: 2.25rem;
  }

  .text-meta-wrapper {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .project-about-grid-right {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
  }

  .project-image-gallery {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .project-pagination-previous {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    text-align: center;
  }

  .project-pagination-grid {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .project-pagination-previous-image-wrapper {
    display: none;
  }

  .project-pagination-next {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    text-align: center;
  }

  .project-pagination-next-image-wrapper {
    display: none;
  }

  .project-meta-grid {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .project-hero-grid {
    grid-column-gap: 2.5rem;
    grid-row-gap: 2.5rem;
  }

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

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

  .section-404 {
    padding: 2.5rem;
    border-radius: 2rem;
  }

  .home-clients-logos-grid {
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
  }

  .layout350_tabs-menu {
    overflow: scroll;
    width: 90vw;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }

  .heading-12 {
    margin-top: 1rem;
    text-align: left;
  }

  .button-2.is-secondary.app {
    display: block;
  }

  .text-weight-semibold-4 {
    display: block;
    width: 125px;
    border-radius: 20px;
    background-color: #635ef6;
    font-family: 'DM Sans', sans-serif;
    color: #fff;
    font-size: 1.25rem;
    font-weight: 400;
    text-align: center;
  }

  .text-weight-semibold-4._1 {
    display: block;
    background-color: #51ff7d;
    color: #fff;
  }

  .text-weight-semibold-4.two {
    display: block;
  }

  .layout350_content {
    height: auto;
  }

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

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

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

  .layout350_component {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .max-width-large-2 {
    display: block;
    padding-left: 0rem;
    text-align: center;
  }

  .heading-13 {
    font-size: 3rem;
    text-align: center;
  }

  .text-size-medium-8 {
    margin-top: 25px;
    font-size: 1.2rem;
    text-align: center;
  }

  .testimonial21_loop-trigger {
    margin-top: 40px;
  }

  .testimonial21_customer-image {
    border-width: 4px;
    border-color: #635ef6;
  }

  .testimonial21_content-3.first {
    margin-top: 29px;
  }

  .section_testimonial21-3 {
    margin-top: -73px;
  }

  .link-block {
    display: block;
  }

  .link-block.w--current {
    display: inline-block;
  }

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

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

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

  .text-size-medium-10.text-weight-bold {
    text-align: left;
  }

  .heading-14 {
    margin-bottom: 2.4rem;
  }

  .button-7 {
    display: block;
    border-radius: 20px;
    background-color: #635ef6;
    font-family: 'DM Sans', sans-serif;
  }

  .image-2 {
    width: 200px;
    -o-object-fit: fill;
    object-fit: fill;
  }

  .image-3 {
    display: none;
  }

  .text-block-4 {
    display: none;
  }

  .subtitle {
    font-size: 15px;
  }

  .subtitle._2 {
    display: none;
  }

  .image-7 {
    display: none;
  }

  .large-image {
    margin-top: 0px;
  }

  .large-image.soundcloud {
    margin-top: 0vh;
  }

  .soundcloud-hero-button {
    margin-bottom: 20px;
    font-size: 14px;
  }

  .soundcloud-hero-button.mobile {
    display: block;
    margin-bottom: 20px;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
    background-color: #635ef6;
    color: #fff;
  }

  .soundcloud-hero-button.mobile.home {
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    background-color: #635ef6;
    font-family: 'DM Sans', sans-serif;
    color: #fff;
  }

  .soundcloud-hero-button.mobile {
    display: block;
    margin-bottom: 20px;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
  }

  .section-2.hero-2 {
    padding-top: 105px;
    padding-bottom: 0px;
  }

  .section-2.hero-2.version-2 {
    padding-top: 2vh;
  }

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

  .section-2.coral.sticky-1 {
    padding-top: 0px;
    padding-bottom: 10px;
  }

  .section-2.coral.sticky-3 {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .section-2.cta {
    padding-top: 40px;
    padding-bottom: 10px;
  }

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

  .bold-text._2 {
    font-size: 12px;
    text-align: left;
  }

  .bold-text._3 {
    font-size: 12px;
  }

  .hero-title {
    max-width: 400px;
    margin-bottom: 63px;
    font-size: 28px;
  }

  .hero-title.soundcloud {
    margin-bottom: 40px;
    font-size: 28px;
    line-height: 1.5;
  }

  .container-2 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    max-width: 100%;
    min-height: auto;
    padding-right: 20px;
    padding-left: 20px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
    grid-auto-columns: 1fr;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    -ms-grid-rows: auto auto;
    grid-template-rows: auto auto;
  }

  .hero-promo {
    margin-top: 20px;
    margin-bottom: 40px;
    font-size: 14px;
  }

  .text-block-5 {
    margin-bottom: 40px;
    font-size: 18px;
  }

  .text-block-5._2 {
    max-width: 250px;
    margin-top: 10px;
    margin-bottom: 0px;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
    text-align: center;
  }

  .text-block-5._2.mobile {
    width: 200px;
    max-width: 175px;
    margin-top: 10px;
    margin-bottom: 0px;
    font-size: 8px;
    text-align: center;
  }

  .text-block-5._3 {
    max-width: 250px;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
    text-align: center;
  }

  .text-block-5._3.mobile {
    max-width: 175px;
    margin-top: 10px;
    margin-bottom: 0px;
    font-size: 8px;
  }

  .featured-grid {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    justify-items: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    grid-auto-flow: row;
    grid-row-gap: 20px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -ms-grid-rows: auto 1fr;
    grid-template-rows: auto 1fr;
  }

  .text-column {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .image-column {
    display: block;
    min-width: auto;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .h2-title-white {
    font-size: 30px;
  }

  .h2-title-white.mobile {
    max-width: 250px;
    margin-bottom: 20px;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
    text-align: center;
  }

  .h2-title-white.centered {
    margin-top: 20px;
  }

  .h2-title-white.mobile {
    max-width: 250px;
    margin-bottom: 20px;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
    text-align: center;
  }

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

  .paragraph-white {
    width: 275px;
    margin-bottom: 35px;
  }

  .paragraph-white.mobile {
    margin-top: 0px;
    margin-bottom: 40px;
    text-align: center;
  }

  .paragraph-white.centered {
    margin-bottom: 20px;
  }

  .paragraph-white.mobile {
    margin-top: 0px;
    margin-bottom: 40px;
    text-align: center;
  }

  .section-alternate.coral.sticky-2 {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .image-18 {
    -o-object-fit: fill;
    object-fit: fill;
  }

  .paragraph-black {
    width: 275px;
  }

  .paragraph-black.mobile {
    width: auto;
    margin-top: 0px;
    margin-bottom: 40px;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
    text-align: center;
  }

  .paragraph-black.mobile {
    width: auto;
    margin-top: 0px;
    margin-bottom: 40px;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
    text-align: center;
  }

  .h2-title-black2 {
    width: 250px;
    font-size: 30px;
  }

  .h2-title-black2.mobile {
    width: 250px;
    margin-bottom: 20px;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
    text-align: center;
  }

  .h2-title-black2.mobile {
    width: 250px;
    margin-bottom: 20px;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
    text-align: center;
  }

  .image-20 {
    position: relative;
    height: 100%;
    max-height: 100%;
  }

  .video {
    position: relative;
    width: auto;
    max-height: 25vh;
    min-height: 250px;
    min-width: 250px;
  }

  .text-wrap.bottom-margin {
    margin-bottom: 45px;
  }

  .white-bg {
    height: 35%;
  }

  .blue-text-span-fat {
    margin-top: 0px;
    padding-right: 0px;
    padding-left: 0px;
    background-image: none;
    background-size: auto;
    background-repeat: repeat;
    background-attachment: scroll;
    color: #ffd635;
  }

  .h2-title-black {
    margin-bottom: 20px;
    font-size: 32px;
    text-align: center;
  }

  .red-text-span {
    padding-right: 0px;
    padding-left: 0px;
  }

  .button-8 {
    width: 125px;
  }

  .text-span-4 {
    border-style: none;
  }

  .footer-grid-2 {
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    -ms-grid-rows: auto auto auto;
    grid-template-rows: auto auto auto;
  }

  .footer-column-right {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .image-21 {
    color: #fec435;
  }

  .image-21:hover {
    color: #fec435;
  }

  .container-3 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    max-height: 100%;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .image-22 {
    display: none;
    max-height: none;
    max-width: none;
    margin-left: 18px;
  }

  .nav-menu-2 {
    background-color: #000;
  }

  .menu-button {
    display: none;
    margin-left: auto;
    background-color: #000;
  }

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

  .menu-button.w--open:active {
    background-color: #ffd635;
  }

  .hero-image {
    margin-top: 0px;
  }

  .image-11.mobile {
    display: none;
  }

  .text-block-6 {
    max-width: 300px;
    margin-top: 10px;
    font-size: 18px;
    line-height: 35px;
  }

  .text-span-9 {
    color: #635ef6;
  }

  .heading-3 {
    max-width: 250px;
    font-family: Avantttrial, sans-serif;
    font-size: 32px;
    line-height: 1.5;
    text-align: center;
  }

  .hero-button {
    margin-bottom: 20px;
    font-size: 14px;
  }

  .hero-button.mobile {
    display: block;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
  }

  .hero-button.mobile.home {
    height: auto;
    margin-bottom: 20px;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
    background-color: #635ef6;
    color: #fff;
  }

  .text-span-10 {
    color: #635ef6;
  }

  .red-text-span-2 {
    padding-right: 0px;
    padding-left: 0px;
    font-family: Avantttrial, sans-serif;
    color: #fff;
  }

  .text-span-11 {
    border-style: none;
    font-family: Avantttrial, sans-serif;
  }

  .icon {
    display: none;
  }

  .header36_image {
    display: none;
  }

  .header36_component {
    padding-top: 0rem;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
}

#w-node-e56697a0-a359-d811-7c00-361b5169df08-63934e6f {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-row-align: center;
  align-self: center;
  -ms-grid-column-align: start;
  justify-self: start;
}

#w-node-e56697a0-a359-d811-7c00-361b5169df0c-63934e6f {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column-align: end;
  justify-self: end;
  -ms-grid-row-align: center;
  align-self: center;
}

#w-node-_7f8826d2-de24-5da6-42e4-1f6da0b31e01-63934e6f {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-c7edc54e-6b4c-44ff-f5aa-49de0a6d7842-63934e6f {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-c7edc54e-6b4c-44ff-f5aa-49de0a6d7858-63934e6f {
  -webkit-align-self: start;
  -ms-flex-item-align: start;
  -ms-grid-row-align: start;
  align-self: start;
}

#w-node-c7edc54e-6b4c-44ff-f5aa-49de0a6d785e-63934e6f {
  -webkit-align-self: start;
  -ms-flex-item-align: start;
  -ms-grid-row-align: start;
  align-self: start;
}

#w-node-c7edc54e-6b4c-44ff-f5aa-49de0a6d7864-63934e6f {
  -webkit-align-self: start;
  -ms-flex-item-align: start;
  -ms-grid-row-align: start;
  align-self: start;
}

#w-node-c7edc54e-6b4c-44ff-f5aa-49de0a6d7878-63934e6f {
  -webkit-align-self: start;
  -ms-flex-item-align: start;
  -ms-grid-row-align: start;
  align-self: start;
}

#w-node-c7edc54e-6b4c-44ff-f5aa-49de0a6d787e-63934e6f {
  -webkit-align-self: start;
  -ms-flex-item-align: start;
  -ms-grid-row-align: start;
  align-self: start;
}

#w-node-c7edc54e-6b4c-44ff-f5aa-49de0a6d7884-63934e6f {
  -webkit-align-self: start;
  -ms-flex-item-align: start;
  -ms-grid-row-align: start;
  align-self: start;
}

#w-node-c7edc54e-6b4c-44ff-f5aa-49de0a6d7898-63934e6f {
  -webkit-align-self: start;
  -ms-flex-item-align: start;
  -ms-grid-row-align: start;
  align-self: start;
}

#w-node-c7edc54e-6b4c-44ff-f5aa-49de0a6d789e-63934e6f {
  -webkit-align-self: start;
  -ms-flex-item-align: start;
  -ms-grid-row-align: start;
  align-self: start;
}

#w-node-c7edc54e-6b4c-44ff-f5aa-49de0a6d78a4-63934e6f {
  -webkit-align-self: start;
  -ms-flex-item-align: start;
  -ms-grid-row-align: start;
  align-self: start;
}

#w-node-c7edc54e-6b4c-44ff-f5aa-49de0a6d78b8-63934e6f {
  -webkit-align-self: start;
  -ms-flex-item-align: start;
  -ms-grid-row-align: start;
  align-self: start;
}

#w-node-c7edc54e-6b4c-44ff-f5aa-49de0a6d78be-63934e6f {
  -webkit-align-self: start;
  -ms-flex-item-align: start;
  -ms-grid-row-align: start;
  align-self: start;
}

#w-node-c7edc54e-6b4c-44ff-f5aa-49de0a6d78c4-63934e6f {
  -webkit-align-self: start;
  -ms-flex-item-align: start;
  -ms-grid-row-align: start;
  align-self: start;
}

#w-node-c7edc54e-6b4c-44ff-f5aa-49de0a6d78d0-63934e6f {
  -ms-grid-column-align: stretch;
  justify-self: stretch;
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  -ms-grid-row-align: stretch;
  align-self: stretch;
}

#w-node-c44246ea-ca95-8d08-bb5a-260a9f4dbb8c-63934e6f {
  -ms-grid-column-align: start;
  justify-self: start;
}

#w-node-c44246ea-ca95-8d08-bb5a-260a9f4dbb99-63934e6f {
  -ms-grid-column-align: end;
  justify-self: end;
}

#w-node-d9c9ab67-8e86-f109-6dc0-dc7d3fc48d59-3fc48d54 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-d9c9ab67-8e86-f109-6dc0-dc7d3fc48d5c-3fc48d54 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-d9c9ab67-8e86-f109-6dc0-dc7d3fc48d5d-3fc48d54 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-d9c9ab67-8e86-f109-6dc0-dc7d3fc48d5e-3fc48d54 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-d9c9ab67-8e86-f109-6dc0-dc7d3fc48d75-3fc48d54 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-a26b06a4-2c02-bc86-9274-74360e531fd7-0e531fd2 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-row-align: center;
  align-self: center;
  -ms-grid-column-align: start;
  justify-self: start;
}

#w-node-a26b06a4-2c02-bc86-9274-74360e531fdb-0e531fd2 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column-align: end;
  justify-self: end;
  -ms-grid-row-align: center;
  align-self: center;
}

#w-node-a291b8c7-42a7-2d63-fd0d-6c52699e83f7-da934e74 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-a291b8c7-42a7-2d63-fd0d-6c52699e83f8-da934e74 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-a291b8c7-42a7-2d63-fd0d-6c52699e83fa-da934e74 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-a291b8c7-42a7-2d63-fd0d-6c52699e8403-da934e74 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-a291b8c7-42a7-2d63-fd0d-6c52699e8404-da934e74 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-a291b8c7-42a7-2d63-fd0d-6c52699e8406-da934e74 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-a291b8c7-42a7-2d63-fd0d-6c52699e840f-da934e74 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-a291b8c7-42a7-2d63-fd0d-6c52699e8410-da934e74 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-a291b8c7-42a7-2d63-fd0d-6c52699e8412-da934e74 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-a291b8c7-42a7-2d63-fd0d-6c52699e841b-da934e74 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-a291b8c7-42a7-2d63-fd0d-6c52699e841c-da934e74 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-a291b8c7-42a7-2d63-fd0d-6c52699e841e-da934e74 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-a291b8c7-42a7-2d63-fd0d-6c52699e844e-da934e74 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-a291b8c7-42a7-2d63-fd0d-6c52699e8450-da934e74 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-be53a79d-69a3-0c7f-ec78-3e012f84617f-da934e74 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column-align: start;
  justify-self: start;
  -ms-grid-row-align: stretch;
  align-self: stretch;
}

#w-node-be53a79d-69a3-0c7f-ec78-3e012f846180-da934e74 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-be53a79d-69a3-0c7f-ec78-3e012f84618d-da934e74 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column-align: end;
  justify-self: end;
  -ms-grid-row-align: stretch;
  align-self: stretch;
}

#w-node-be53a79d-69a3-0c7f-ec78-3e012f846195-da934e74 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-d090a44f-42ca-7472-e203-ee4d4792cc54-6d934e75 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_345c4d47-6ca4-cd9a-a222-af3bc5afa1ab-6d934e75 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-f35a781b-f4d3-e2bf-c98e-46821d02b789-6d934e75 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_345c4d47-6ca4-cd9a-a222-af3bc5afa1bc-6d934e75 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_345c4d47-6ca4-cd9a-a222-af3bc5afa1c4-6d934e75 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_345c4d47-6ca4-cd9a-a222-af3bc5afa1d4-6d934e75 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-cff61bd8-8a41-ab62-6e9f-dc83ca41c6f2-af934e76 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_59a7880c-d25b-f405-ea56-877d93e334c4-af934e76 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-cff61bd8-8a41-ab62-6e9f-dc83ca41c6fc-af934e76 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-d95f6a31-d6b5-38ed-2308-05eb4d841350-af934e76 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_78a21bf1-b41f-83ae-e5ff-c4d62bdd7aa8-82251269 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-abb89777-fc43-d5e6-a7cd-b647c826c0dd-82251269 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-f94decf4-283e-80e1-31cb-aa3125dcea58-82251269 {
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
}

#w-node-_7cac6ee0-7c2c-516a-be3d-3a0422a68002-ae529837 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_0f04accb-5eb9-d71d-1220-42cf3ec12963-ae529837 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_3ebd1b49-5a50-2153-a67b-b9fdd7d593cd-ae529837 {
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
}

#w-node-_3025e0bf-2b18-cc0d-1c83-06e3c3578b45-ae529837 {
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
}

#w-node-a932b503-16b2-4b34-1f74-6eef471fa8d7-93c7b449 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-row-align: center;
  align-self: center;
  -ms-grid-column-align: start;
  justify-self: start;
}

#w-node-a932b503-16b2-4b34-1f74-6eef471fa8db-93c7b449 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column-align: end;
  justify-self: end;
  -ms-grid-row-align: center;
  align-self: center;
}

#w-node-db31b511-0559-8bc8-1017-5224e011c3fb-93c7b449 {
  -ms-grid-column-align: end;
  justify-self: end;
}

@media screen and (max-width: 991px) {
  #w-node-c44246ea-ca95-8d08-bb5a-260a9f4dbb8c-63934e6f {
    -ms-grid-column-align: center;
    justify-self: center;
  }

  #w-node-c44246ea-ca95-8d08-bb5a-260a9f4dbb99-63934e6f {
    -ms-grid-column-align: center;
    justify-self: center;
  }

  #w-node-db31b511-0559-8bc8-1017-5224e011c3fb-93c7b449 {
    -ms-grid-column-align: start;
    justify-self: start;
  }
}

@media screen and (max-width: 767px) {
  #w-node-c44246ea-ca95-8d08-bb5a-260a9f4dbba7-63934e6f {
    -ms-grid-column-span: 1;
    grid-column-end: 2;
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-row-span: 1;
    grid-row-end: 5;
    -ms-grid-row: 4;
    grid-row-start: 4;
  }

  #w-node-_30f3f161-b1a5-7f1a-9e63-458684dde95a-82251269 {
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column: span 3;
    grid-column-start: span 3;
    -ms-grid-column-span: 3;
    grid-column-end: span 3;
  }

  #w-node-_7cac6ee0-7c2c-516a-be3d-3a0422a68002-ae529837 {
    -ms-grid-column-align: center;
    justify-self: center;
    -webkit-align-self: auto;
    -ms-flex-item-align: auto;
    -ms-grid-row-align: auto;
    align-self: auto;
  }

  #w-node-_27bea749-ae96-3307-35dd-42cc2b161a54-ae529837 {
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column: span 3;
    grid-column-start: span 3;
    -ms-grid-column-span: 3;
    grid-column-end: span 3;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_7f8826d2-de24-5da6-42e4-1f6da0b31e01-63934e6f {
    -ms-grid-column-align: center;
    justify-self: center;
  }

  #w-node-c44246ea-ca95-8d08-bb5a-260a9f4dbb8c-63934e6f {
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
  }

  #w-node-be53a79d-69a3-0c7f-ec78-3e012f84617f-da934e74 {
    -ms-grid-column-align: center;
    justify-self: center;
  }

  #w-node-be53a79d-69a3-0c7f-ec78-3e012f84618d-da934e74 {
    -ms-grid-column-align: center;
    justify-self: center;
  }

  #w-node-_78a21bf1-b41f-83ae-e5ff-c4d62bdd7aa8-82251269 {
    -ms-grid-column-align: auto;
    justify-self: auto;
  }

  #w-node-b22aa5d9-76ab-f6a5-2122-2cd5247fd5f5-82251269 {
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
    -ms-grid-column-align: center;
    justify-self: center;
  }

  #w-node-b22aa5d9-76ab-f6a5-2122-2cd5247fd606-82251269 {
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
    -ms-grid-column-align: center;
    justify-self: center;
  }

  #w-node-_30f3f161-b1a5-7f1a-9e63-458684dde95a-82251269 {
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column: span 2;
    grid-column-start: span 2;
    -ms-grid-column-span: 2;
    grid-column-end: span 2;
  }

  #w-node-_30f3f161-b1a5-7f1a-9e63-458684dde967-82251269 {
    -ms-grid-column: span 2;
    grid-column-start: span 2;
    -ms-grid-column-span: 2;
    grid-column-end: span 2;
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
  }

  #w-node-_7cac6ee0-7c2c-516a-be3d-3a0422a68002-ae529837 {
    -ms-grid-column-align: auto;
    justify-self: auto;
  }

  #w-node-_6363e4df-4f08-e211-76ae-0becc0978a49-ae529837 {
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
    -ms-grid-column-align: center;
    justify-self: center;
  }

  #w-node-_6363e4df-4f08-e211-76ae-0becc0978a53-ae529837 {
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
    -ms-grid-column-align: center;
    justify-self: center;
  }

  #w-node-_27bea749-ae96-3307-35dd-42cc2b161a54-ae529837 {
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column: span 2;
    grid-column-start: span 2;
    -ms-grid-column-span: 2;
    grid-column-end: span 2;
  }

  #w-node-_27bea749-ae96-3307-35dd-42cc2b161a61-ae529837 {
    -ms-grid-column: span 2;
    grid-column-start: span 2;
    -ms-grid-column-span: 2;
    grid-column-end: span 2;
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
  }

  #w-node-db31b511-0559-8bc8-1017-5224e011c408-93c7b449 {
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
  }
}

@font-face {
  font-family: 'Avantttrial';
  src: url('../fonts/AvanttTRIAL-Bold.woff2') format('woff2'), url('../fonts/AvanttTRIAL-ExtraBold.woff2') format('woff2'), url('../fonts/AvanttTRIAL-Bold.woff') format('woff'), url('../fonts/AvanttTRIAL-ExtraBold.woff') format('woff');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Avantttrialvf';
  src: url('../fonts/AvanttTRIALVF.woff2') format('woff2'), url('../fonts/AvanttTRIALVF.woff') format('woff'), url('../fonts/AvanttTRIALVF.ttf') format('truetype');
  font-weight: 100 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Avantttrial';
  src: url('../fonts/AvanttTRIAL-BoldItalic.woff2') format('woff2'), url('../fonts/AvanttTRIAL-ExtraBoldItalic.woff2') format('woff2'), url('../fonts/AvanttTRIAL-BoldItalic.woff') format('woff'), url('../fonts/AvanttTRIAL-ExtraBoldItalic.woff') format('woff');
  font-weight: 700;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Avantttrial';
  src: url('../fonts/AvanttTRIAL-Heavy.woff2') format('woff2'), url('../fonts/AvanttTRIAL-Heavy.woff') format('woff');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Avantttrial';
  src: url('../fonts/AvanttTRIAL-HeavyItalic.woff2') format('woff2'), url('../fonts/AvanttTRIAL-HeavyItalic.woff') format('woff');
  font-weight: 900;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Avantttrial';
  src: url('../fonts/AvanttTRIAL-Light.woff2') format('woff2'), url('../fonts/AvanttTRIAL-Light.woff') format('woff');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Avantttrial';
  src: url('../fonts/AvanttTRIAL-LightItalic.woff2') format('woff2'), url('../fonts/AvanttTRIAL-LightItalic.woff') format('woff');
  font-weight: 300;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Avantttrial';
  src: url('../fonts/AvanttTRIAL-Medium.woff2') format('woff2'), url('../fonts/AvanttTRIAL-Medium.woff') format('woff');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Avantttrial';
  src: url('../fonts/AvanttTRIAL-MediumItalic.woff2') format('woff2'), url('../fonts/AvanttTRIAL-MediumItalic.woff') format('woff');
  font-weight: 500;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Avantttrial';
  src: url('../fonts/AvanttTRIAL-Regular.woff2') format('woff2'), url('../fonts/AvanttTRIAL-Regular.woff') format('woff');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Avantttrial';
  src: url('../fonts/AvanttTRIAL-RegularItalic.woff2') format('woff2'), url('../fonts/AvanttTRIAL-RegularItalic.woff') format('woff');
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Clash Display';
  src: url('../fonts/ClashDisplay-Semibold.woff') format('woff');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Clash Display';
  src: url('../fonts/ClashDisplay-Medium.woff') format('woff');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Avantttrial';
  src: url('../fonts/AvanttTRIAL-Thin.woff') format('woff');
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Avantttrial';
  src: url('../fonts/AvanttTRIAL-SemiBoldItalic.woff') format('woff');
  font-weight: 600;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Avantttrial';
  src: url('../fonts/AvanttTRIAL-ThinItalic.woff') format('woff');
  font-weight: 100;
  font-style: italic;
  font-display: swap;
}