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

body {
  color: #fff;
  background-color: #000;
  font-family: Pretendard, sans-serif;
  font-size: 14px;
  line-height: 20px;
}

h1 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 38px;
  font-weight: 500;
  line-height: 44px;
}

h2 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 32px;
  font-weight: 500;
  line-height: 36px;
}

h3 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 24px;
  font-weight: 500;
  line-height: 30px;
}

h4 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 18px;
  font-weight: 400;
  line-height: 24px;
}

h5 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
}

h6 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 12px;
  font-weight: 400;
  line-height: 18px;
}

p {
  color: #a1a1a6;
  margin-bottom: 10px;
}

a {
  color: #a1a1a6;
  text-decoration: underline;
}

ul {
  margin-top: 0;
  margin-bottom: 10px;
  padding-left: 40px;
}

li {
  color: #a1a1a6;
}

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

blockquote {
  color: #a1a1a6;
  border-left: 5px solid rgba(161, 161, 166, .25);
  margin-bottom: 10px;
  padding: 10px 20px;
  font-size: 18px;
  line-height: 22px;
}

figure {
  margin-bottom: 10px;
}

.margin-xhuge {
  margin: 8rem;
}

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

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

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

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

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

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

.text-size-small {
  color: #a1a1a6;
  font-size: .875rem;
  font-weight: 300;
  line-height: 1.6;
}

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

.margin-0 {
  margin: 0;
}

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

.styleguide-header-block {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  justify-items: start;
  display: grid;
}

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

.padding-0 {
  padding: 0;
}

.text-size-tiny {
  color: #a1a1a6;
  font-size: .75rem;
  line-height: 1.6;
}

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

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

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

.text-size-large {
  color: #a1a1a6;
  font-size: 1.75rem;
  font-weight: 300;
  line-height: 1.4;
}

.styleguide-item-header {
  width: 100%;
  border-bottom: 1px solid rgba(0, 0, 0, .1);
  padding-bottom: 2rem;
}

.overflow-visible {
  overflow: visible;
}

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

.styleguide-background {
  width: 100%;
  border: 1px solid rgba(0, 0, 0, .1);
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  display: flex;
}

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

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

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

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

.styleguide-2-col.is-align-start {
  align-items: start;
}

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

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

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

.padding-xxlarge {
  padding: 5rem;
}

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

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

.padding-custom1 {
  padding: 1.5rem;
}

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

.margin-small {
  margin: 1rem;
}

.text-size-regular {
  color: #a1a1a6;
  font-size: 1rem;
  font-weight: 300;
  line-height: 1.6;
}

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

.padding-xhuge {
  padding: 8rem;
}

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

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

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

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

.padding-custom3 {
  padding: 3.5rem;
}

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

.margin-xxhuge {
  margin: 12rem;
}

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

.margin-huge {
  margin: 6rem;
}

.styleguide-section {
  grid-column-gap: 6rem;
  grid-row-gap: 6rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  align-items: start;
  justify-items: start;
  display: grid;
}

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

.styleguide-heading-large {
  font-size: 6rem;
  line-height: 1;
}

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

.styleguide-item {
  grid-column-gap: 1.125rem;
  grid-row-gap: 1.125rem;
  border-bottom: 1px solid rgba(0, 0, 0, .1);
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  align-content: start;
  justify-content: start;
  align-items: start;
  justify-items: start;
  padding-bottom: 3rem;
  display: grid;
  position: relative;
}

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

.margin-medium {
  margin: 2rem;
}

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

.styleguide-spacing {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  background-image: linear-gradient(to top, rgba(0, 115, 230, .1), rgba(255, 255, 255, 0));
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  align-content: start;
  justify-content: start;
  align-items: start;
  justify-items: stretch;
  display: grid;
  position: relative;
}

.margin-xxlarge {
  margin: 5rem;
}

.margin-xlarge {
  margin: 4rem;
}

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

.text-weight-semibold {
  color: #fff;
  font-weight: 600;
}

.padding-small {
  padding: 1rem;
}

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

.text-color-grey {
  color: #a1a1a6;
}

.heading-style-h2 {
  margin-top: 10px;
  font-size: 4.5rem;
  line-height: 1.2;
}

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

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

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

.text-style-link {
  color: #fff;
  font-size: 1rem;
  text-decoration: none;
  transition: opacity .4s;
}

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

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

.heading-style-h3 {
  font-size: 3rem;
  line-height: 1.2;
}

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

.styleguide-label.is-tag {
  background-color: #be4aa5;
}

.styleguide-label.is-hex {
  color: #000;
  background-color: #f5f5f5;
}

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

.text-style-quote {
  color: #a1a1a6;
  border-left: .25rem solid rgba(161, 161, 166, .25);
  margin-bottom: 0;
  padding: 0 1.25rem;
  font-size: 1.25rem;
  line-height: 1.5;
}

.text-style-3lines {
  color: #a1a1a6;
}

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

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

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

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

.styleguide-3-col.is-align-start {
  align-items: start;
}

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

.text-size-medium {
  color: #a1a1a6;
  font-size: 1.25rem;
  font-weight: 300;
  line-height: 1.5;
}

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

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

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

.overflow-hidden {
  overflow: hidden;
}

.overflow-scroll {
  overflow: scroll;
}

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

.margin-custom2 {
  margin: 2.5rem;
}

.margin-custom3 {
  margin: 3.5rem;
}

.overflow-auto {
  overflow: auto;
}

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

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

.padding-custom2 {
  padding: 2.5rem;
}

.icon-1x1-medium {
  width: 1.25rem;
  height: 1.25rem;
  font-size: 1.25rem;
  line-height: 1;
}

.icon-1x1-large {
  width: 5rem;
  height: 5rem;
  font-size: 2rem;
  line-height: 1;
}

.padding-xlarge {
  padding: 4rem;
}

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

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

.max-width-medium.sticky {
  padding-top: 4rem;
  position: -webkit-sticky;
  position: sticky;
  top: 8rem;
}

.max-width-medium.align-right {
  margin-left: auto;
}

.form-component {
  margin-bottom: 0;
}

.styleguide-row {
  grid-column-gap: .75rem;
  grid-row-gap: .75rem;
  flex-direction: row;
  grid-template-rows: auto;
  grid-template-columns: auto;
  grid-auto-columns: auto;
  grid-auto-flow: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

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

.form-input {
  min-height: 3rem;
  color: #a1a1a6;
  background-color: rgba(0, 0, 0, 0);
  border: 1px rgba(161, 161, 166, .25);
  border-bottom: 1px solid rgba(161, 161, 166, .5);
  margin-bottom: .75rem;
  padding: .5rem 1rem;
  transition: border .4s;
}

.form-input:hover {
  border-bottom-color: #a1a1a6;
}

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

.form-input.round-border {
  border-radius: 50px;
}

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

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

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

.padding-large {
  padding: 3rem;
}

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

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

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

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

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

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

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

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

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

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

.styleguide-heading-medium {
  font-size: 4rem;
  line-height: 1;
}

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

.padding-xxhuge {
  padding: 12rem;
}

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

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

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

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

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

.padding-medium {
  padding: 2rem;
}

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

.styleguide-header {
  border-bottom: 1px solid rgba(161, 161, 166, .25);
}

.text-style-2lines {
  color: #a1a1a6;
}

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

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

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

.form-message-success {
  padding: 1.25rem;
}

.styleguide-empty-box {
  z-index: -1;
  height: 3rem;
  min-width: 3rem;
  background-color: rgba(0, 115, 230, .1);
  border: 1px dashed #0073e6;
  position: relative;
}

.padding-huge {
  padding: 6rem;
}

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

.styleguide-color.is-03 {
  background-color: #a1a1a6;
}

.styleguide-color.is-01 {
  background-color: #000;
}

.styleguide-color.is-02 {
  background-color: #111;
}

.styleguide-color.neutral-01 {
  background-color: rgba(161, 161, 166, .25);
}

.styleguide-color.neutral-02 {
  background-color: rgba(218, 215, 212, .07);
}

.styleguide-color.neutral-03 {
  background-color: rgba(218, 215, 212, .1);
}

.button {
  color: #fff;
  text-align: center;
  letter-spacing: 1px;
  text-transform: uppercase;
  background-color: #6e6e73;
  border-radius: 0;
  justify-content: center;
  margin-left: 0;
  padding: 1rem 2rem;
  font-size: .815rem;
  font-weight: 500;
  transition: all .4s;
}

.button:hover {
  color: #e3e3e3;
  background-color: rgba(0, 0, 0, 0);
  border: 1px solid #c6c6c6;
}

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

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

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

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

.button.width-100 {
  width: 100%;
}

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

.button.white:hover {
  color: #fff;
  background-color: rgba(0, 0, 0, 0);
}

.margin-custom1 {
  margin: 1.5rem;
}

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

.margin-large {
  margin: 3rem;
}

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

.styleguide-spacing-all {
  display: none;
}

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

.heading-style-h1 {
  color: #fff;
  margin-top: 0;
  font-size: 5rem;
  font-weight: 500;
  line-height: 1.1;
}

.heading-style-h1.hero {
  letter-spacing: 1px;
}

.hide {
  display: none;
}

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

.styleguide-social-icons-wrapper {
  max-width: 28rem;
  grid-column-gap: 1rem;
  grid-row-gap: 2rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
}

.social-link {
  color: #a1a1a6;
  justify-content: center;
  align-items: center;
  font-family: Social Icon, sans-serif;
  font-size: 16px;
  text-decoration: none;
  transition: color .4s;
  display: flex;
}

.icon-1x1-small {
  font-size: 1rem;
  line-height: 1;
}

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

.checkout-header-block {
  background-color: rgba(218, 215, 212, .07);
  border-style: solid;
  border-color: rgba(161, 161, 166, .25);
  padding: 2rem;
}

.checkout-content-block {
  background-color: rgba(218, 215, 212, .07);
  border: 1px solid rgba(161, 161, 166, .25);
  border-top-style: none;
  padding: 2rem;
}

.checktou-field-label {
  margin-top: 1.5rem;
  margin-bottom: 1rem;
}

.billing-address-toggle {
  align-items: center;
  margin-top: 1.5rem;
}

.order-item-price {
  margin-top: 1rem;
}

.apple-pay-button {
  border-radius: 0;
}

.discount-wrapper {
  background-color: rgba(0, 0, 0, 0);
  border-style: none;
  flex-direction: column;
  padding-bottom: 0;
  padding-left: 0;
  padding-right: 0;
}

.checkout-field-label {
  margin-top: 1.5rem;
  margin-bottom: 1rem;
  font-weight: 600;
}

.web-payments {
  margin-bottom: 1rem;
}

.empty-state {
  background-color: rgba(218, 215, 212, .07);
  justify-content: center;
  align-items: center;
  padding-top: 16px;
  padding-bottom: 16px;
  display: flex;
}

.paypal-checkout-form, .order-confirmation-content {
  background-color: rgba(0, 0, 0, 0);
  margin-top: 3rem;
  padding: 0;
}

.utility-page-wrap {
  width: 100vw;
  height: 100vh;
  max-height: 100%;
  max-width: 100%;
  justify-content: center;
  align-items: center;
  display: flex;
}

.utility-page-content {
  width: 260px;
  text-align: center;
  flex-direction: column;
  display: flex;
}

.utility-page-form {
  flex-direction: column;
  align-items: stretch;
  display: flex;
}

.instructions-content-wrapper {
  background-color: rgba(218, 215, 212, .07);
  border: 1px solid rgba(161, 161, 166, .25);
  margin-top: 3rem;
  padding: 6rem 4rem;
}

.text-rich-text {
  font-size: 1rem;
  line-height: 1.5;
}

.text-rich-text h6 {
  font-size: 1.2rem;
  line-height: 1.2;
}

.text-rich-text h4 {
  font-size: 2rem;
  line-height: 1.2;
}

.text-rich-text h3 {
  font-size: 2.5rem;
  font-weight: 500;
  line-height: 1.2;
}

.text-rich-text h2 {
  font-size: 3rem;
  font-weight: 500;
  line-height: 1.1;
}

.text-rich-text p {
  color: #a1a1a6;
  font-size: 1rem;
  font-weight: 300;
  line-height: 1.6;
}

.text-rich-text li {
  color: #a1a1a6;
  margin-bottom: 10px;
  font-size: 1rem;
  font-weight: 300;
  line-height: 1.6;
}

.text-rich-text blockquote {
  color: #a1a1a6;
  border-left-color: rgba(161, 161, 166, .25);
  margin-bottom: 10px;
  font-size: 1.125rem;
  font-weight: 300;
  line-height: 1.5;
}

.text-rich-text a {
  color: #fff;
  font-weight: 400;
  text-decoration: none;
  transition: opacity .3s;
}

.text-rich-text a:hover {
  opacity: .6;
}

.text-rich-text h5 {
  font-size: 1.5rem;
  line-height: 1.2;
}

.text-rich-text h1 {
  font-size: 4rem;
  font-weight: 500;
  line-height: 1.1;
}

.divider-line {
  width: 100%;
  height: 1px;
  background-color: rgba(161, 161, 166, .25);
}

.licenses-content-wrapper {
  background-color: rgba(218, 215, 212, .07);
  border: 1px solid rgba(161, 161, 166, .25);
  margin-top: 3rem;
  padding: 6rem 4rem;
}

.licenses-image-component {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  margin-top: 2rem;
}

.image-wrapper {
  height: 100%;
  position: relative;
  overflow: hidden;
}

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

.changelog-content {
  width: 40rem;
  height: 4rem;
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  background-color: rgba(218, 215, 212, .07);
  border: 1px solid rgba(161, 161, 166, .25);
  justify-content: center;
  align-items: center;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
}

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

.horizontal-flex.blog-post, .horizontal-flex.align-left {
  justify-content: flex-start;
}

.horizontal-flex.bottom-footer {
  grid-column-gap: 0rem;
  grid-row-gap: 0rem;
}

.list-blog-categories {
  flex-wrap: wrap;
  justify-content: center;
  align-items: stretch;
  display: flex;
}

.category-item {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-wrap: wrap;
  align-items: center;
  margin-right: 20px;
  display: flex;
}

.blog-post-category-component {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.small-line {
  width: 32px;
  height: 2px;
  background-color: rgba(161, 161, 166, .25);
}

.title-component-grid {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  grid-template-rows: auto;
  grid-template-columns: 1.5fr 1fr;
}

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

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

.plan-content-wrapper {
  width: 100%;
  background-color: rgba(218, 215, 212, .07);
  border: 1px solid rgba(161, 161, 166, .25);
  padding: 2.5rem 2.5rem 4rem;
  transition: background-color .4s;
  overflow: hidden;
}

.plan-content-wrapper.categories {
  width: 26rem;
}

.price-wrapper {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-direction: column;
  display: flex;
}

.check-icon {
  color: #1b993b;
  font-family: Filled Icon, sans-serif;
}

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

.plan-top-content {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.plan-top-content.package {
  justify-content: space-between;
}

.price-text {
  margin-bottom: 5px;
  font-size: 2.25rem;
  line-height: 1.2;
}

.checked-icon {
  width: 2rem;
  height: 2rem;
  background-color: rgba(27, 153, 59, .3);
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  display: flex;
}

.inner-package-grid {
  grid-column-gap: 2.5rem;
  grid-row-gap: 2.5rem;
  grid-template-columns: 1fr;
}

.plan-features-block {
  width: 100%;
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  flex-direction: column;
  display: flex;
}

.feature-wrapper {
  grid-column-gap: 15px;
  align-items: center;
  display: flex;
}

.product-component-grid {
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  grid-template-rows: auto;
}

.product-content {
  background-color: rgba(218, 215, 212, .07);
  border: 1px solid rgba(161, 161, 166, .25);
  padding: 3rem 2.5rem;
}

.input-wrap {
  background-color: #fff;
  border: 1px solid #dce0eb;
  margin-bottom: 20px;
  padding-top: 10px;
  padding-left: 20px;
  padding-right: 20px;
}

.input-wrap.quantity {
  padding-top: 6px;
  padding-left: 18px;
  padding-right: 18px;
  display: inline-block;
}

.input-wrap.quantity.hide {
  display: none;
}

.selector-input {
  background-color: rgba(0, 0, 0, 0);
  border: 1px #000;
}

.quantity-input {
  background-color: #fff;
  border-style: none;
  border-radius: 50px;
}

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

.hero-scene-wrapper {
  z-index: 1;
  height: 100dvh;
  perspective: 24rem;
  justify-content: center;
  align-items: center;
  display: flex;
  position: -webkit-sticky;
  position: sticky;
  top: 0%;
  overflow: hidden;
}

.frame-wrapper {
  width: 32rem;
  height: 32rem;
  transform-style: preserve-3d;
  position: relative;
  transform: translate3d(0, 0, 1px);
}

.frame-item {
  width: 100%;
  position: absolute;
  top: 0%;
  bottom: 0%;
  overflow: hidden;
}

.frame-item._5 {
  width: 100%;
  object-fit: fill;
  transform-style: preserve-3d;
  justify-content: center;
  align-items: center;
  line-height: 1.2;
  display: flex;
  overflow: hidden;
  transform: translate3d(0, 0, -250rem);
}

.frame-item._4 {
  transform-style: preserve-3d;
  left: auto;
  right: 90%;
  transform: translate3d(0, 0, -150rem);
}

.frame-item._3 {
  transform-style: preserve-3d;
  left: 75%;
  right: auto;
  transform: translate3d(0, 0, -100rem);
}

.frame-item._2 {
  transform-style: preserve-3d;
  left: auto;
  right: 90%;
  transform: translate3d(0, 0, -50rem);
}

.frame-item._1 {
  left: 50%;
  right: auto;
}

.hero-image {
  width: 100%;
  height: 100%;
  object-fit: fill;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.scene-trigger {
  height: 100dvh;
}

.scene-extra {
  height: 75dvh;
}

.section-home-about {
  z-index: 100;
  background-color: #000;
  position: relative;
  box-shadow: 0 -20px 30px #000;
}

.headline-wrap {
  position: relative;
  overflow: hidden;
}

.headline-wrap.overflow {
  overflow: hidden;
}

.text-shadow {
  width: 200%;
  background-image: linear-gradient(110deg, rgba(0, 0, 0, 0), #000 50%);
  display: block;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.close-icon {
  margin-top: -5px;
  font-family: Filled Icon, sans-serif;
  font-size: 1.5rem;
  font-weight: 400;
  line-height: 1;
  text-decoration: none;
}

.quantity-cart {
  background-color: rgba(0, 0, 0, 0);
  border-color: rgba(129, 129, 139, .4);
}

.cart-quantity {
  z-index: 2;
  height: auto;
  min-width: auto;
  color: #fff;
  background-color: #7c7c7c;
  border-radius: 100%;
  margin-left: -5px;
  padding: 6px 8px;
  font-size: .675rem;
  font-weight: 500;
  line-height: 1;
  position: absolute;
  top: -10px;
  right: -15px;
}

.cart-footer {
  border-top-color: rgba(129, 129, 139, .2);
}

.cart-header {
  border-bottom-color: rgba(129, 129, 139, .2);
  padding: 2rem 1.5rem;
}

.nav-grid {
  width: 100%;
  height: 100%;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  align-content: center;
  justify-content: space-between;
  align-items: center;
}

.nav-menu-component {
  width: 100%;
  height: 100%;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  padding: 15vh 10vw 10vh;
  position: relative;
}

.cart-button-wrapper {
  margin-top: 10px;
  transition: transform .3s;
}

.nav-link {
  color: #fff;
  padding: 0;
  text-decoration: none;
  transition: color .4s;
}

.nav-link:hover {
  color: #9c9c9c;
}

.nav-column-content {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  align-items: center;
  justify-items: center;
}

.remove-button {
  color: #9c9c9c;
  transition: color .4s;
}

.remove-button:hover {
  color: #81818b;
}

.nav-menu-wrapper {
  z-index: 90;
  width: 100vw;
  height: 100vh;
  background-color: #111;
  display: none;
  position: fixed;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.cart-close-button {
  color: #fff;
  text-decoration: none;
}

.cart-default-state {
  margin-bottom: 0;
}

.nav-bottom-content {
  text-transform: uppercase;
  overflow: hidden;
}

.nav-overflow-hidden {
  overflow: hidden;
}

.cart-wrapper {
  margin-right: 2rem;
}

.social-media-component {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
}

.nav-overflow {
  position: relative;
  overflow: hidden;
}

.hamburger-menu {
  z-index: 9999;
  width: 4.5rem;
  height: 4.5rem;
  background-color: rgba(218, 215, 212, .07);
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  padding: 0;
  transition: background-color .4s;
  display: flex;
  overflow: hidden;
}

.hamburger-menu:hover {
  background-color: rgba(158, 158, 158, .25);
}

.hamburger-menu.w--open {
  z-index: 100;
  background-color: rgba(158, 158, 158, .1);
}

.hamburger-menu.w--open:hover {
  background-color: rgba(158, 158, 158, .25);
}

.message-empty-state {
  text-align: center;
  background-color: #000;
  margin-bottom: 10px;
  padding: 30px 20px;
}

.logo-link {
  color: #fff;
  letter-spacing: 1px;
  text-transform: uppercase;
  font-size: 1.25rem;
  font-weight: 600;
  line-height: 1;
  transition: opacity .3s;
}

.logo-link:hover {
  opacity: .75;
}

.logo-link.w--current {
  font-size: 1.25rem;
  font-weight: 600;
  transition: opacity .3s;
}

.logo-link.w--current:hover {
  opacity: .75;
}

.cart-button-navbar {
  letter-spacing: .06rem;
  white-space: nowrap;
  background-color: rgba(0, 0, 0, 0);
  padding: 0;
}

.cart-button-navbar:hover {
  color: #9bdaf2;
}

.image-cart {
  z-index: 1;
  width: 22px;
  position: relative;
}

.social-link-wrapper {
  display: flex;
}

.line-menu {
  width: 1.5rem;
  height: 2px;
  background-color: #211f54;
  border-radius: 20px;
}

.line-menu.bottom {
  background-color: #fff;
  position: absolute;
  top: 39px;
}

.line-menu.top {
  background-color: #fff;
  position: absolute;
  top: 31px;
}

.button-wrapper {
  width: 100%;
  height: 100%;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.message-error-state {
  color: #0d0d11;
  text-align: center;
  border-radius: 5px;
  margin-top: 1rem;
  padding: 1.8rem 1.125rem;
  font-weight: 400;
}

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

.icon-font {
  color: #9c9c9c;
  margin-top: 3px;
  font-family: Filled Icon, sans-serif;
  font-size: .875rem;
  font-weight: 400;
}

.link-wrapper {
  height: 5.25rem;
  flex-direction: row;
  align-items: flex-start;
  display: flex;
}

.nav-horizontal-flex {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-wrap: wrap;
  align-items: center;
  display: flex;
  position: relative;
}

.navbar {
  z-index: 9999;
  background-color: rgba(0, 0, 0, 0);
  padding-top: 20px;
  padding-bottom: 20px;
  position: fixed;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: 0%;
}

.cart-container {
  background-color: #000;
  border-right: 1px solid rgba(129, 129, 139, .3);
}

.nav-text {
  height: 5rem;
  color: #fff;
  font-size: 5rem;
  font-weight: 500;
  line-height: .9;
  text-decoration: none;
}

.hero-text-content {
  z-index: 1;
  width: 100%;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.section-home-service {
  z-index: 100;
  background-color: #000;
  position: relative;
}

.badge {
  color: #6e6e73;
  background-color: rgba(218, 215, 212, .07);
  padding: 6px 16px;
  font-size: 14px;
  font-weight: 500;
  display: inline-block;
}

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

.main-button {
  width: 10rem;
  height: 3.5rem;
  color: #fff;
  letter-spacing: 1px;
  background-color: #6e6e73;
  justify-content: center;
  align-items: center;
  font-weight: 500;
  text-decoration: none;
  display: flex;
  position: relative;
  overflow: hidden;
}

.button-bg {
  width: 100%;
  height: 100%;
  background-color: #fff;
  margin-left: auto;
  margin-right: auto;
  display: none;
  position: absolute;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.text-button {
  z-index: 1;
  font-size: 16px;
  font-weight: 400;
  position: relative;
}

.card-content {
  background-color: rgba(218, 215, 212, .07);
  padding: 2.5rem;
}

.service-icon {
  width: 3.5rem;
  height: 3.5rem;
  border-radius: 100%;
}

.about-component-grid {
  width: 100%;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-columns: 20rem 1fr;
}

.text-size-xlarge {
  font-size: 1rem;
  font-weight: 300;
  line-height: 1.2;
}

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

.link-content {
  text-decoration: none;
}

.vertical-flex {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

._2-columns-grid {
  grid-column-gap: 6rem;
  grid-row-gap: 6rem;
  grid-template-rows: auto;
}

.experience-component-grid {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  grid-template-columns: 1fr;
}

.experience-inner-grid {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  border-bottom: 1px solid rgba(218, 215, 212, .2);
  grid-template-rows: auto;
  padding-bottom: 10px;
}

.values-component-grid {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  margin-top: 3rem;
}

.value-icon {
  color: #a1a1a6;
  font-family: Filled Icon, sans-serif;
  font-size: 2rem;
  line-height: 1;
  display: inline-block;
}

.value-icon._1 {
  color: #fd4367;
}

.value-icon._2 {
  color: #ffe853;
}

.value-icon._3 {
  color: #12d382;
}

.value-icon._4 {
  color: #874fff;
}

.faq-component-grid {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  flex-direction: column;
  display: flex;
}

.faq-icon-wrapper {
  width: 4.5rem;
  height: 4.5rem;
  background-color: rgba(218, 215, 212, .07);
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  display: flex;
}

.faq-icon-02 {
  width: 2px;
  min-height: 24px;
  background-color: #f0f0f0;
  position: absolute;
}

.faq-bottom {
  overflow: hidden;
}

.faq-list {
  grid-column-gap: 1.25rem;
  grid-row-gap: 1.25rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  align-content: end;
  align-items: end;
  display: grid;
}

.faq-icon-01 {
  width: 24px;
  min-height: 2px;
  background-color: #f0f0f0;
  position: absolute;
}

.faq-item {
  cursor: pointer;
}

.faq-top {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  border-bottom: 1px solid rgba(218, 215, 212, .2);
  grid-template-rows: auto;
  grid-template-columns: 1fr .3fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: center;
  padding: 1rem 1rem 2.5rem;
  display: grid;
}

.faq-bottom-content {
  padding: 2rem 2.5rem 2.5rem;
}

.project-header-grid {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr .5fr;
}

.project-link {
  color: #4e4e4e;
  text-decoration: underline;
}

.project-content-grid {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
}

.number {
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(#fff, #000 90%);
  -webkit-background-clip: text;
  background-clip: text;
  margin-bottom: 20px;
  font-size: 3.5rem;
  font-weight: 500;
  line-height: 1;
  display: inline-block;
}

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

.project-details {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.section-blog-header {
  overflow: hidden;
}

.blog-header-component {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1.5fr 1fr;
}

.blog-post-featured-sidebar {
  padding-bottom: 2rem;
}

.blog-image-wrapper {
  position: relative;
}

.blog-image-wrapper.sidebar {
  width: 12rem;
  height: 100%;
}

.heading-small {
  color: #fff;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 2rem;
  font-weight: 400;
  line-height: 1.4;
}

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

.link-content-blog {
  width: 100%;
  height: 100%;
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  color: #a1a1a6;
  background-color: rgba(218, 215, 212, .07);
  flex-direction: column;
  padding-top: 14px;
  padding-left: 14px;
  padding-right: 14px;
  text-decoration: none;
  display: flex;
  position: relative;
  overflow: hidden;
}

.blog-post-item-content {
  height: 100%;
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-direction: column;
  align-items: flex-start;
  padding: 26px 20px 40px;
  display: flex;
}

.blog-post-item-content.featured {
  padding-bottom: 60px;
}

.heading-xsmall {
  color: #fff;
  font-size: 1.2rem;
  font-weight: 400;
  line-height: 1.4;
}

.sidebar-content-flex {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: auto 1.5fr;
  grid-auto-columns: 1fr;
  justify-content: stretch;
  align-items: center;
  display: grid;
}

.blog-sidebar {
  position: -webkit-sticky;
  position: sticky;
  top: 2rem;
}

.categories-sidebar-wrapper {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  flex-direction: column;
  display: flex;
}

.blog-all-component {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  grid-template-rows: auto;
  grid-template-columns: .4fr 1fr;
  align-items: start;
}

.category-sidebar-item {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  flex-direction: column;
  display: flex;
}

.categories-button-wrapper {
  max-width: 14rem;
}

.collection-list-latest-posts {
  grid-column-gap: 2.5rem;
  grid-row-gap: 2.5rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  display: grid;
}

.author-content {
  background-color: rgba(218, 215, 212, .07);
  padding: 2.5rem;
}

.author-image {
  width: 3rem;
  border-radius: 100%;
}

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

.section-home-projects {
  z-index: 100;
  background-color: #000;
  position: relative;
}

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

.contact-component-grid {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  grid-template-rows: auto;
}

.form-message-error-2 {
  color: #040404;
  background-color: #ffdede;
  padding: 1.125rem;
}

.form-message-success-2 {
  color: #fff;
  background-color: rgba(129, 129, 139, .25);
  padding: 1.25rem;
}

.contact-form-block {
  color: #101118;
  background-color: rgba(218, 215, 212, .07);
  border: 1px solid rgba(161, 161, 166, .25);
  padding: 6rem 4rem;
}

.contact-form {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  color: #101118;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.padlock {
  color: #fff;
  margin-bottom: 1.5rem;
  font-family: Filled Icon, sans-serif;
  font-size: 12rem;
  line-height: 1;
}

.shipping-method-list {
  background-color: rgba(218, 215, 212, .07);
  border-bottom: 1px solid rgba(161, 161, 166, .25);
  border-left-style: solid;
  border-left-color: rgba(161, 161, 166, .25);
  border-right-style: solid;
  border-right-color: rgba(161, 161, 166, .25);
}

.shipping-method {
  background-color: rgba(0, 0, 0, 0);
  border-bottom-style: none;
}

.section-home-process, .footer {
  z-index: 100;
  background-color: #000;
  position: relative;
}

.footer-top {
  z-index: 1;
}

.form-message-error-3 {
  color: #262626;
  border-radius: 20px;
  margin-top: 2rem;
  padding: .75rem;
  font-weight: 400;
}

.footer-nav-item {
  margin-bottom: 1.4rem;
}

.footer-component-grid {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: auto auto;
  position: relative;
}

.social-icon-wrapper {
  align-items: center;
  display: flex;
}

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

.footer-content-wrapper {
  z-index: 2;
  position: relative;
}

.subscribe-form {
  flex-direction: column;
  justify-content: center;
  display: flex;
}

.social-icons-component {
  grid-column-gap: 18px;
  grid-row-gap: 18px;
  grid-template-rows: auto;
  grid-template-columns: auto;
  justify-content: start;
  align-items: center;
  justify-items: center;
}

.nav-footer-content {
  flex-wrap: wrap;
  display: flex;
}

.form-message-success-3 {
  color: #0d0d0d;
  background-color: #bfbfbf;
  border-radius: 20px;
  padding: 1.25rem;
}

.footer-title {
  color: #fff;
  letter-spacing: 1px;
  font-size: 1.25rem;
  font-weight: 500;
  line-height: 1.2;
}

.subscribe-form-wrapper {
  width: 100%;
  color: #a1a1a6;
}

.text-nav-footer {
  color: #a1a1a6;
  font-size: 1.25rem;
  font-weight: 300;
  transition: color .4s;
}

.text-nav-footer:hover {
  color: #fff;
}

.footer-nav {
  margin-bottom: 0;
  margin-right: 3rem;
  padding-left: 0;
}

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

.footer-nav-link {
  text-decoration: none;
  display: inline-block;
}

.footer-bottom-wrapper {
  border-top: 1px solid rgba(161, 161, 166, .25);
  justify-content: space-between;
  align-items: center;
  padding-top: 3rem;
  padding-bottom: 3.5rem;
}

.footer-bottom-content {
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.link-footer {
  color: #fff;
  text-decoration: none;
  transition: color .4s;
}

.link-footer:hover {
  color: #9c9c9c;
}

.webflow-logo {
  height: 16px;
  margin-left: 5px;
  margin-right: 5px;
  transition: opacity .4s;
}

.webflow-logo:hover {
  opacity: .6;
}

.header-bottom {
  width: 100%;
  max-width: 84rem;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-left: auto;
  margin-right: auto;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  display: grid;
  position: absolute;
  top: auto;
  bottom: 5%;
  left: 0%;
  right: 0%;
}

.team-members-component-grid {
  grid-column-gap: 2.5rem;
  grid-row-gap: 2.5rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
}

.team-member-content {
  background-color: rgba(218, 215, 212, .07);
  padding: 14px 14px 30px;
}

.member-info {
  padding-left: 10px;
  padding-right: 10px;
}

.section-call-to-action {
  z-index: 100;
  background-color: #000;
  position: relative;
  overflow: hidden;
}

.scrolling-loop {
  color: #a1a1a6;
  align-items: stretch;
  text-decoration: none;
  transition: color .3s;
  display: flex;
}

.scrolling-loop:hover {
  color: #fff;
}

.scrolling-loop-wrapper {
  flex: none;
  align-items: center;
  display: flex;
  overflow: hidden;
}

.cta-heading {
  text-transform: uppercase;
  margin-bottom: 0;
  margin-left: 1rem;
  margin-right: 1rem;
  font-size: 10em;
  line-height: 1;
}

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

.preloader {
  z-index: 9999999;
  background-color: #111;
  justify-content: center;
  align-items: center;
  display: none;
  position: fixed;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.preloader-content {
  width: 100%;
  max-width: 16rem;
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  flex-direction: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  display: flex;
}

.preloader-logo {
  width: 7rem;
}

.preloader-line-wrapper {
  width: 100%;
}

.preloader-line {
  height: 2px;
  background-color: rgba(191, 191, 191, .2);
}

.preloader-fill {
  width: 0%;
  height: 100%;
  background-color: #bfbfbf;
}

.logo {
  width: 6rem;
}

.team-slider {
  -webkit-text-stroke-color: transparent;
  background-color: rgba(0, 0, 0, 0);
  border-bottom: 1px solid #e4ebf3;
  padding: 80px 30px;
  position: relative;
}

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

.centered-heading {
  text-align: center;
  margin-bottom: 16px;
}

.centered-subheading {
  max-width: 530px;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}

.team-slider-wrapper {
  height: auto;
  background-color: rgba(0, 0, 0, 0);
  margin-top: 50px;
}

.team-slide-wrapper {
  width: 30%;
  margin-right: 5%;
}

.team-block {
  background-color: #fff;
  padding-bottom: 24px;
}

.team-member-image-two {
  margin-bottom: 18px;
}

.team-block-info {
  flex-direction: column;
  align-items: flex-start;
  padding-left: 24px;
  padding-right: 24px;
  display: flex;
}

.team-member-name-two {
  margin-bottom: 12px;
  font-weight: 600;
}

.team-member-text {
  margin-bottom: 20px;
}

.text-link-arrow {
  color: #1a1b1f;
  justify-content: flex-start;
  align-items: center;
  font-size: 14px;
  line-height: 20px;
  text-decoration: none;
  display: flex;
}

.arrow-embed {
  margin-left: 2px;
  display: flex;
}

.team-slider-arrow {
  display: none;
}

.team-slider-nav {
  margin-top: 24px;
  font-size: 10px;
  position: static;
  bottom: -60px;
}

.gallery-scroll {
  -webkit-text-fill-color: inherit;
  background-color: rgba(0, 0, 0, 0);
  background-clip: border-box;
  border: 1px solid rgba(0, 0, 0, 0);
  padding: 80px 30px;
  position: relative;
}

.gallery-wrapper {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: start;
  display: grid;
}

.gallery-sticky {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
  position: -webkit-sticky;
  position: sticky;
  top: 80px;
}

.gallery-link {
  color: #1a1b1f;
  margin-bottom: 35px;
  font-size: 24px;
  line-height: 32px;
  text-decoration: none;
}

.gallery-link:hover {
  color: rgba(26, 27, 31, .8);
}

.gallery-link.w--current {
  font-weight: 600;
}

.gallery-grid {
  grid-row-gap: 40px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.gallery-image-wrapper {
  position: relative;
}

.gallery-image {
  width: 100%;
}

.gallery-image-text {
  color: #f5f7fa;
  margin-bottom: 0;
  position: absolute;
  bottom: 16px;
  left: 16px;
  right: 16px;
}

.text-block {
  font-family: Social Icon, sans-serif;
}

.image, .image-2 {
  object-fit: contain;
}

.image-3 {
  opacity: .58;
}

.image-4 {
  width: 100%;
  object-fit: contain;
}

.image-5 {
  opacity: .65;
}

@media screen and (min-width: 1440px) {
  .navbar {
    padding-left: 2rem;
    padding-right: 2rem;
  }
}

@media screen and (max-width: 991px) {
  .padding-vertical {
    padding-left: 0;
    padding-right: 0;
  }

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

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

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

  .padding-xxlarge {
    padding: 4rem;
  }

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

  .hide-tablet {
    display: none;
  }

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

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

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

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

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

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

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

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

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

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

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

  .styleguide-heading-medium {
    font-size: 3rem;
  }

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

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

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

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

  .blog-post-category-component {
    grid-template-columns: 1fr;
  }

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

  .blog-component-grid, .pricing-component-grid, .product-component-grid {
    grid-template-columns: 1fr;
  }

  .frame-wrapper {
    width: 25rem;
    height: 25rem;
  }

  .nav-column-content {
    margin-bottom: 5vh;
  }

  .nav-menu-wrapper {
    width: 100%;
    height: 100vh;
    background-color: #0d0d11;
    border-top: 1px solid rgba(129, 129, 139, .2);
    border-bottom: 1px solid rgba(129, 129, 139, .2);
    padding: 24px;
  }

  .hamburger-menu {
    padding: 2px 12px;
  }

  .hamburger-menu.w--open {
    background-color: rgba(0, 0, 0, 0);
  }

  .message-empty-state {
    background-color: #000;
  }

  .logo-link.w--current {
    padding-left: 0;
  }

  .empty-cart-content-wrapper {
    flex-direction: column;
  }

  .line-menu {
    background-color: #fff;
  }

  .link-wrapper {
    height: 4.5rem;
  }

  .cart-form-wrapper {
    align-items: center;
  }

  .nav-text {
    height: 4.5rem;
    min-height: 4.5rem;
    text-align: center;
    font-size: 4.2rem;
  }

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

  .contact-inner-grid {
    margin-top: 2rem;
  }

  ._2-columns-grid {
    grid-column-gap: 4rem;
    grid-row-gap: 4rem;
  }

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

  .blog-header-component {
    grid-template-columns: 1fr;
  }

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

  .collection-list-latest-posts {
    grid-column-gap: 2rem;
    grid-row-gap: 4rem;
  }

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

  .contact-form-block {
    padding: 4rem 2.5rem;
  }

  .footer-component-grid {
    grid-template-columns: auto auto;
  }

  .header-bottom {
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }

  .container {
    max-width: 728px;
  }

  .team-slide-wrapper {
    width: 47%;
    margin-right: 6%;
  }

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

  .gallery-sticky {
    position: relative;
    top: 0;
  }
}

@media screen and (max-width: 767px) {
  .heading-style-h4 {
    font-size: 1.75rem;
  }

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

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

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

  .padding-xxlarge {
    padding: 3rem;
  }

  .styleguide-section-header {
    font-size: .875rem;
  }

  .styleguide-heading-large {
    font-size: 3rem;
  }

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

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

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

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

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

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

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

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

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

  .max-width-medium.sticky {
    padding-top: 0;
  }

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

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

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

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

  .padding-top.padding-xxhuge {
    padding-top: 10rem;
  }

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

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

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

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

  .styleguide-heading-medium {
    font-size: 2rem;
  }

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

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

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

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

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

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

  .instructions-content-wrapper {
    padding: 4rem 2.5rem;
  }

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

  .text-rich-text h1 {
    font-size: 3.5rem;
  }

  .licenses-content-wrapper {
    padding: 4rem 2.5rem;
  }

  .licenses-image-component {
    grid-template-columns: 1fr 1fr;
  }

  .changelog-content {
    width: auto;
    height: auto;
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    flex-direction: column;
    align-items: flex-start;
    padding-top: 40px;
    padding-bottom: 40px;
  }

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

  .frame-wrapper {
    width: 15rem;
    height: 15rem;
  }

  .frame-item._5 {
    font-size: 3rem;
  }

  .nav-menu-component {
    padding-bottom: 5vh;
  }

  .logo-link.w--current {
    margin-top: 5px;
  }

  .link-wrapper {
    height: 4.5rem;
  }

  .nav-text {
    height: 4.5rem;
    min-height: 4.5rem;
    font-size: 4rem;
  }

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

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

  .faq-icon-wrapper {
    width: 3.5rem;
    height: 3.5rem;
  }

  .faq-title {
    padding-left: 0;
  }

  .faq-bottom-content {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

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

  .project-content-grid, .project-component-grid {
    grid-template-columns: 1fr;
  }

  .heading-xsmall {
    font-size: 1.4rem;
  }

  .blog-sidebar {
    position: static;
  }

  .categories-sidebar-wrapper {
    margin-bottom: 2rem;
  }

  .blog-all-component, .collection-list-latest-posts, .process-component-grid, .contact-component-grid {
    grid-template-columns: 1fr;
  }

  .padlock {
    font-size: 10rem;
  }

  .footer-component-grid {
    grid-column-gap: 3rem;
    grid-row-gap: 3rem;
    grid-template-columns: auto;
  }

  .header-bottom {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .team-members-component-grid {
    grid-template-columns: 1fr;
  }

  .cta-heading {
    font-size: 6em;
  }

  .team-slider, .gallery-scroll {
    padding: 60px 15px;
  }
}

@media screen and (max-width: 479px) {
  .padding-vertical {
    padding-left: 0;
    padding-right: 0;
  }

  .text-size-large {
    line-height: 1.4;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .checkout-header-block, .checkout-content-block {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .instructions-content-wrapper {
    padding: 3rem 1.5rem;
  }

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

  .text-rich-text h4 {
    font-size: 1.6rem;
  }

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

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

  .text-rich-text h5 {
    font-size: 1.2rem;
  }

  .text-rich-text h1 {
    font-size: 2.5rem;
  }

  .licenses-content-wrapper {
    padding: 3rem 1.5rem;
  }

  .licenses-image-component {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
  }

  .category-item {
    margin-bottom: 10px;
  }

  .blog-post-category-component {
    grid-column-gap: 3rem;
    grid-row-gap: 3rem;
  }

  .plan-content-wrapper, .product-content {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .frame-wrapper {
    width: 12rem;
    height: 12rem;
  }

  .frame-item._1 {
    left: 40%;
  }

  .scene-extra {
    height: 60dvh;
  }

  .nav-menu-component {
    padding-top: 10vh;
  }

  .nav-overflow-hidden.nav-link-margin {
    margin-bottom: .5rem;
  }

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

  .link-wrapper {
    height: 3.5rem;
  }

  .nav-text {
    height: 3.25rem;
    min-height: 3.25rem;
    font-size: 3.25rem;
  }

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

  .card-content {
    padding-left: 2rem;
    padding-right: 2rem;
  }

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

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

  .faq-icon-02 {
    min-height: 20px;
  }

  .faq-icon-01 {
    width: 20px;
  }

  .blog-image-wrapper.sidebar {
    width: 8rem;
  }

  .heading-xsmall {
    font-size: 1.2rem;
  }

  .sidebar-content-flex {
    grid-column-gap: 0rem;
    grid-row-gap: 0rem;
  }

  .author-content {
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .contact-form-block {
    margin-bottom: 0;
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .padlock {
    font-size: 8rem;
  }

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

  .text-nav-footer {
    font-size: 1.125rem;
  }

  .footer-bottom-content {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    justify-content: center;
  }

  .cta-heading {
    font-size: 5em;
  }

  .preloader-content {
    max-width: 14rem;
  }

  .preloader-logo {
    width: 6rem;
  }

  .logo {
    width: 5.25rem;
  }

  .container {
    max-width: none;
  }

  .centered-heading {
    margin-bottom: 24px;
  }

  .team-slide-wrapper {
    width: 100%;
    margin-right: 0%;
  }

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

#w-node-_3c56156d-1b15-b80a-44f2-94bb745988c5-17012e84 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-be254059-4967-f312-90d6-6ff4885f9a6d-17012e84 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: end;
}

#w-node-_1a32fadd-6cd1-4c31-0525-d2beba91cedf-17012e84, #w-node-de301130-b669-2c58-1f62-594733b551b8-17012e84, #w-node-c6ef35c4-7f59-c528-33de-cba7991ebc25-17012e84, #w-node-_0c0e50bc-a859-bfe9-489f-0589bc7230a6-17012e84, #w-node-_14492423-7c19-590f-77f3-fcb0ad3a4412-17012e84 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_14492423-7c19-590f-77f3-fcb0ad3a4422-17012e84 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#virtual-booths.w-node-_14492423-7c19-590f-77f3-fcb0ad3a4423-17012e84, #w-node-_14492423-7c19-590f-77f3-fcb0ad3a4424-17012e84, #access-dash.w-node-_14492423-7c19-590f-77f3-fcb0ad3a4427-17012e84, #w-node-_14492423-7c19-590f-77f3-fcb0ad3a4428-17012e84, #lead-retrieval.w-node-_14492423-7c19-590f-77f3-fcb0ad3a442b-17012e84, #w-node-_14492423-7c19-590f-77f3-fcb0ad3a442c-17012e84, #lead-scoring.w-node-_14492423-7c19-590f-77f3-fcb0ad3a442f-17012e84, #w-node-_14492423-7c19-590f-77f3-fcb0ad3a4430-17012e84, #w-node-_4606ac7e-a9f6-2f7d-f6c8-5dc46f47c3f5-17012e84, #w-node-_4606ac7e-a9f6-2f7d-f6c8-5dc46f47c3f6-17012e84, #w-node-_1a61e08b-37d1-d989-3ea2-92355487fb7e-17012e84, #w-node-_1a61e08b-37d1-d989-3ea2-92355487fb7f-17012e84, #w-node-_2ab5205e-f20b-db69-f329-34265baa52f7-17012e84, #w-node-_2ab5205e-f20b-db69-f329-34265baa52f8-17012e84, #w-node-_8b58dc31-b7b1-271b-263b-4f3733444956-33444950, #w-node-_1ac87d73-43fd-3ba5-c556-b9f003437b44-33444950, #w-node-_8b58dc31-b7b1-271b-263b-4f373344496d-33444950, #w-node-_8822de3a-0de7-55da-a05c-048b6c1cbb35-6c1cbb33 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_8822de3a-0de7-55da-a05c-048b6c1cbb36-6c1cbb33 {
  grid-area: 1 / 2 / 2 / 3;
  align-self: center;
  justify-self: center;
}

#w-node-_8822de3a-0de7-55da-a05c-048b6c1cbb39-6c1cbb33 {
  align-self: center;
}

#w-node-_8822de3a-0de7-55da-a05c-048b6c1cbb6e-6c1cbb33 {
  grid-area: 1 / 1 / 2 / 3;
  align-self: end;
}

#w-node-_8822de3a-0de7-55da-a05c-048b6c1cbb6f-6c1cbb33, #w-node-_8822de3a-0de7-55da-a05c-048b6c1cbb8f-6c1cbb33 {
  align-self: center;
  justify-self: center;
}

#w-node-_8822de3a-0de7-55da-a05c-048b6c1cbb97-6c1cbb33 {
  grid-area: 2 / 2 / 3 / 3;
  align-self: end;
  justify-self: end;
}

#w-node-_83ce63de-4fb6-94e7-5371-47cb7c7b12f1-17012ebc {
  grid-area: 1 / 1 / 2 / 3;
}

#w-node-e2400235-cade-6804-f811-d46f8e705425-17012ebc {
  grid-area: 2 / 2 / 3 / 3;
}

#w-node-a425b526-f62e-b089-f7fb-1309e987bb12-17012ec4 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}

#w-node-_80b14db8-ba91-0377-d359-b3ed296a9974-17012ec4, #w-node-_80b14db8-ba91-0377-d359-b3ed296a997c-17012ec4, #w-node-bcafeb44-6824-7955-24b7-ee66069fff72-17012ec4, #w-node-fd9a15a4-b993-85c1-8b22-d670d3453b55-17012ec4 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-fd9a15a4-b993-85c1-8b22-d670d3453b5a-17012ec4 {
  justify-self: end;
}

#w-node-fd9a15a4-b993-85c1-8b22-d670d3453b63-17012ec4 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-fd9a15a4-b993-85c1-8b22-d670d3453b68-17012ec4 {
  justify-self: end;
}

#w-node-fd9a15a4-b993-85c1-8b22-d670d3453b71-17012ec4 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-fd9a15a4-b993-85c1-8b22-d670d3453b76-17012ec4 {
  justify-self: end;
}

#w-node-fd9a15a4-b993-85c1-8b22-d670d3453b7f-17012ec4 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-fd9a15a4-b993-85c1-8b22-d670d3453b84-17012ec4 {
  justify-self: end;
}

@media screen and (max-width: 991px) {
  #w-node-_14492423-7c19-590f-77f3-fcb0ad3a4412-17012e84 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_8822de3a-0de7-55da-a05c-048b6c1cbb36-6c1cbb33 {
    grid-column: 1 / 2;
    justify-self: start;
  }

  #w-node-_8822de3a-0de7-55da-a05c-048b6c1cbb6f-6c1cbb33, #w-node-_8822de3a-0de7-55da-a05c-048b6c1cbb8f-6c1cbb33 {
    align-self: center;
    justify-self: center;
  }

  #w-node-e2400235-cade-6804-f811-d46f8e705425-17012ebc {
    grid-column-start: 1;
  }
}

@media screen and (max-width: 767px) {
  #w-node-_8b58dc31-b7b1-271b-263b-4f3733444956-33444950 {
    grid-column: span 2 / span 2;
  }

  #w-node-e2400235-cade-6804-f811-d46f8e705425-17012ebc {
    grid-column-start: 1;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_14492423-7c19-590f-77f3-fcb0ad3a4412-17012e84, #w-node-_14492423-7c19-590f-77f3-fcb0ad3a4422-17012e84 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_8822de3a-0de7-55da-a05c-048b6c1cbb97-6c1cbb33 {
    grid-area: 3 / 1 / 4 / 3;
    align-self: start;
    justify-self: center;
  }
}


@font-face {
  font-family: 'Filled Icon';
  src: url('../fonts/fa-solid-900.woff2') format('woff2');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Social Icon';
  src: url('../fonts/fa-brands-400.woff2') format('woff2');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Pretendard';
  src: url('../fonts/Pretendard-Thin.woff2') format('woff2');
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Pretendard';
  src: url('../fonts/Pretendard-ExtraLight.woff2') format('woff2');
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Pretendard';
  src: url('../fonts/Pretendard-Light.woff2') format('woff2');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Pretendard';
  src: url('../fonts/Pretendard-Regular.woff2') format('woff2');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Pretendard';
  src: url('../fonts/Pretendard-Medium.woff2') format('woff2');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Pretendard';
  src: url('../fonts/Pretendard-SemiBold.woff2') format('woff2');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Pretendard';
  src: url('../fonts/Pretendard-Bold.woff2') format('woff2');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Pretendard';
  src: url('../fonts/Pretendard-Black.woff2') format('woff2');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}