:root {
  --gray-700: #344054;
  --gray-900: #101828;
  --gray-600: #475467;
  --gray-500: #667085;
  --white: white;
  --gray-300: #d0d5dd;
  --gray-100: #f2f4f7;
  --gray-200: #eaecf0;
  --gray-50: #f9fafb;
  --gray-400: #98a2b3;
  --gray-800: #1d2939;
  --black: black;
  --error-50: #fef2f2;
  --error-300: #fca5a5;
  --error-500: #ef4444;
  --error-700: #b91c1c;
  --error-900: #7f1d1d;
  --warning-900: #78350f;
  --warning-700: #b45309;
  --warning-500: #f59e0b;
  --warning-300: #fcd34d;
  --warning-50: #fffbeb;
  --success-50: #f0fdf4;
  --success-100: #dcfce7;
  --success-300: #86efac;
  --success-500: #22c55e;
  --success-700: #15803d;
  --success-900: #14532d;
  --warning-100: #fef3c7;
  --error-100: #ffe4e6;
  --secondary-50: #fefce8;
  --secondary-100: #fef9c3;
  --secondary-300: #fde047;
  --secondary-500: #eab308;
  --secondary-700: #a16207;
  --secondary-900: #713f12;
  --blue-50: #eff6ff;
  --blue-100: #dbeafe;
  --blue-300: #93c5fd;
  --blue-500: #3b82f6;
  --blue-700: #1d4ed8;
  --blue-900: #1e3a8a;
  --blue-200: #bfdbfe;
  --blue-400: #60a5fa;
  --blue-600: #2563eb;
  --blue-800: #1e40af;
}

.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: var(--gray-700);
  background-color: #fafafa;
  font-family: Inter, sans-serif;
  font-size: 1vw;
  line-height: 1em;
}

h1 {
  color: var(--gray-900);
  letter-spacing: -.02em;
  margin-top: 0;
  margin-bottom: 10px;
  font-family: Inter, sans-serif;
  font-size: 4em;
  font-style: normal;
  font-weight: 400;
  line-height: 1.25em;
}

h2 {
  color: var(--gray-900);
  letter-spacing: -.02em;
  margin-top: 0;
  margin-bottom: 10px;
  font-family: Inter, sans-serif;
  font-size: 3em;
  font-weight: 400;
  line-height: 1.25em;
}

h3 {
  color: var(--gray-900);
  margin-top: 0;
  margin-bottom: 10px;
  font-family: Inter, sans-serif;
  font-size: 2.5em;
  font-weight: 400;
  line-height: 1.25em;
}

h4 {
  color: var(--gray-900);
  margin-top: 0;
  margin-bottom: 10px;
  font-family: Inter, sans-serif;
  font-size: 2.1em;
  font-weight: 400;
  line-height: 1.25em;
}

h5 {
  color: var(--gray-900);
  margin-top: 0;
  margin-bottom: 10px;
  font-family: Inter, sans-serif;
  font-size: 1.8em;
  font-weight: 400;
  line-height: 1.25em;
}

h6 {
  color: var(--gray-900);
  margin-top: 0;
  margin-bottom: 10px;
  font-family: Inter, sans-serif;
  font-size: 1.6em;
  font-weight: 400;
  line-height: 1.25em;
}

p {
  color: var(--gray-600);
  margin-bottom: .8em;
  font-size: 1.1em;
  line-height: 1.5em;
}

a {
  color: var(--gray-700);
  font-size: 1em;
  font-weight: 500;
  line-height: 1.7em;
  text-decoration: none;
}

a:hover {
  text-decoration: none;
}

ul {
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 0;
  list-style-type: none;
}

li {
  min-height: 1.5em;
  background-image: url('../images/red-dot.svg');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: .7em 1.5em;
  background-attachment: scroll;
  margin-bottom: .5em;
  margin-left: 1em;
  padding-left: 1.4em;
  font-size: 1.1em;
  line-height: 1.5em;
}

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

label {
  margin-bottom: 5px;
  font-weight: 700;
  line-height: 24px;
  display: block;
}

strong {
  font-weight: 700;
  line-height: 1.7em;
}

em {
  font-size: 1em;
  font-style: italic;
}

blockquote {
  border-left: 5px solid var(--gray-500);
  color: var(--gray-600);
  margin-bottom: 1em;
  padding: 1em 1em 1em 2em;
  font-size: 1.3em;
  line-height: 1.7em;
}

.utility-page-wrap {
  width: 100vw;
  height: 100%;
  max-height: 100%;
  max-width: 100%;
  border-radius: 4px;
  flex: 1;
  justify-content: center;
  align-items: center;
  display: flex;
}

.utility-page-content {
  width: 100%;
  max-width: 400px;
  text-align: center;
  flex-direction: column;
  padding-left: 16px;
  padding-right: 16px;
  display: flex;
}

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

.ds-nav {
  width: 100%;
  background-color: var(--white);
  border: 0 #000;
  border-right-color: rgba(0, 0, 0, 0);
  display: block;
  position: fixed;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: auto;
  overflow: visible;
}

.ds-menu-brand {
  color: #fff;
  margin-top: 14px;
  margin-bottom: 14px;
  text-decoration: none;
}

.ds-menu {
  max-height: 100vh;
  background-color: var(--white);
  padding-top: 0;
  padding-bottom: 0;
  padding-left: 0;
  overflow: auto;
}

.ds-menu-link {
  width: 100%;
  color: var(--gray-500);
  text-align: left;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 27px;
  font-size: 16px;
  text-decoration: none;
}

.ds-menu-link:hover {
  background-color: #f7f7f7;
}

.ds-menu-link.w--current {
  background-color: var(--gray-100);
  color: var(--gray-900);
  font-weight: 400;
}

.ds-section {
  margin-top: 5em;
  padding: 5em 0;
  font-weight: 400;
}

.ds-section.header {
  background-color: var(--gray-100);
  color: var(--gray-900);
  margin-top: 4.5em;
  padding-left: 5em;
  padding-right: 5em;
}

.ds-section-header {
  margin-bottom: 50px;
}

.ds-description {
  font-size: 1.3em;
  line-height: 1.7em;
}

.ds-title {
  color: var(--gray-900);
  font-size: 2.5em;
  font-weight: 700;
  line-height: 1.2em;
}

.sg-label {
  color: #808c91;
  letter-spacing: .5px;
  text-transform: uppercase;
  margin-top: 32px;
  font-size: 1.2em;
  font-weight: 500;
  line-height: 1.2em;
}

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

.rich-text img {
  width: 100%;
  object-fit: cover;
  border-radius: 8px;
  margin-top: 20px;
  margin-bottom: 20px;
}

.text-md {
  color: var(--gray-600);
  white-space: normal;
  margin-bottom: 0;
  font-family: Inter, sans-serif;
  font-size: 1.1em;
  font-weight: 400;
  line-height: 1.7em;
}

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

.text-md.semibold.gray-900 {
  color: var(--gray-900);
}

.text-md.withe {
  color: var(--white);
}

.text-md.withe:hover {
  text-decoration: none;
}

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

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

.block-quote {
  border-left-color: var(--gray-500);
}

.sg-block {
  margin-bottom: 32px;
}

.ds-colour-block {
  width: 12.5%;
  padding-right: 16px;
  display: inline-block;
}

.ds-colour-grid {
  flex-wrap: wrap;
  margin-top: 24px;
  display: flex;
}

.color-block {
  width: 100%;
  height: 60px;
  background-color: #f9fafb;
  border-radius: 5px;
  margin-bottom: 10px;
  margin-left: 0;
  margin-right: 0;
}

.color-block.neutral-200 {
  background-color: var(--gray-200);
}

.color-block.neutral-100 {
  background-color: var(--gray-100);
}

.color-block.neutral-50 {
  background-color: var(--gray-50);
}

.color-block.neutral-300 {
  background-color: var(--gray-300);
}

.color-block.neutral-400 {
  background-color: var(--gray-400);
}

.color-block.neutral-500 {
  background-color: var(--gray-500);
}

.color-block.neutral-600 {
  background-color: var(--gray-600);
}

.color-block.neutral-700 {
  background-color: var(--gray-700);
}

.color-block.neutral-800 {
  background-color: var(--gray-800);
}

.color-block.neutral-900 {
  background-color: var(--gray-900);
}

.color-block.base-white {
  background-color: var(--white);
}

.color-block.base-black {
  background-color: var(--black);
}

.color-block.error-50 {
  background-color: var(--error-50);
}

.color-block.error-300 {
  background-color: var(--error-300);
}

.color-block.error-500 {
  background-color: var(--error-500);
}

.color-block.error-700 {
  background-color: var(--error-700);
}

.color-block.error-900 {
  background-color: var(--error-900);
}

.color-block.warning-900 {
  background-color: var(--warning-900);
}

.color-block.warning-700 {
  background-color: var(--warning-700);
}

.color-block.warning-500 {
  background-color: var(--warning-500);
}

.color-block.warning-300 {
  background-color: var(--warning-300);
}

.color-block.warning-50 {
  background-color: var(--warning-50);
}

.color-block.success-50 {
  background-color: var(--success-50);
}

.color-block.success-100 {
  background-color: var(--success-100);
}

.color-block.success-300 {
  background-color: var(--success-300);
}

.color-block.success-500 {
  background-color: var(--success-500);
}

.color-block.success-700 {
  background-color: var(--success-700);
}

.color-block.success-900 {
  background-color: var(--success-900);
}

.color-block.warning-100 {
  background-color: var(--warning-100);
}

.color-block.error-100 {
  background-color: var(--error-100);
}

.color-block.secondary-50 {
  background-color: var(--secondary-50);
}

.color-block.secondary-100 {
  background-color: var(--secondary-100);
}

.color-block.secondary-300 {
  background-color: var(--secondary-300);
}

.color-block.secondary-500 {
  background-color: var(--secondary-500);
}

.color-block.secondary-700 {
  background-color: var(--secondary-700);
}

.color-block.secondary-900 {
  background-color: var(--secondary-900);
}

.color-block.primary-50 {
  background-color: var(--blue-50);
}

.color-block.primary-100 {
  background-color: var(--blue-100);
}

.color-block.primary-300 {
  background-color: var(--blue-300);
}

.color-block.primary-500 {
  background-color: var(--blue-500);
}

.color-block.primary-700 {
  background-color: var(--blue-700);
}

.color-block.primary-900 {
  background-color: var(--blue-900);
}

.color-block.primary-200 {
  background-color: var(--blue-200);
}

.color-block.primary-400 {
  background-color: var(--blue-400);
}

.color-block.primary-600 {
  background-color: var(--blue-600);
}

.color-block.primary-800 {
  background-color: var(--blue-800);
}

.button {
  background-color: var(--black);
  color: #fff;
  text-align: center;
  border-radius: 4px;
  flex: none;
  margin-bottom: 0;
  padding: .5em 2em;
  font-size: 1.3em;
  font-weight: 400;
  line-height: 1.5em;
  transition: border-color .2s, color .2s, box-shadow .2s, background-color .2s;
  box-shadow: 0 2px 8px rgba(0, 0, 0, .03);
}

.button:hover {
  background-color: var(--gray-800);
  text-decoration: none;
  box-shadow: 0 7px 20px -10px rgba(0, 0, 0, .2);
}

.button:active {
  background-color: var(--gray-700);
}

.button:focus-visible {
  background-color: var(--gray-800);
}

.button[data-wf-focus-visible] {
  background-color: var(--gray-800);
}

.button.outline {
  color: var(--gray-900);
  background-color: rgba(0, 0, 0, 0);
  box-shadow: inset 0 0 0 1.5px rgba(102, 112, 133, .5);
}

.button.outline:hover {
  background-color: var(--gray-50);
  box-shadow: inset 0 0 0 2px var(--gray-500);
}

.button.outline:active {
  background-color: var(--gray-100);
}

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

.column-styleguide {
  width: 100%;
  height: 3em;
  background-color: var(--gray-500);
  border-radius: 6px;
}

.visible-spacer {
  background-color: var(--gray-500);
  border-radius: 5px;
  display: inline-block;
}

.nav-menu-link {
  color: var(--gray-900);
  align-items: center;
  margin-left: 0;
  margin-right: 0;
  padding: .5em 1em;
  text-decoration: none;
  transition: background-color .2s;
}

.nav-menu-link.w--current {
  color: var(--gray-900);
  font-weight: 400;
}

.nav-menu-link.hide {
  display: none;
}

.container {
  max-width: 100em;
  padding-left: 5em;
  padding-right: 5em;
  position: relative;
}

.spacer-16px {
  width: 1.3em;
  height: 1.3em;
}

.spacer-24px {
  width: 2em;
  height: 2em;
}

.spacer-32px {
  width: 2.5em;
  height: 2.5em;
}

.heading-h1 {
  letter-spacing: -.02em;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Inter, sans-serif;
  font-size: 4em;
  font-weight: 400;
  line-height: 1.25em;
}

.heading-h1.bold {
  font-weight: 700;
}

.heading-h1.medium {
  font-weight: 500;
}

.heading-h1.semibold {
  font-weight: 600;
}

.heading-h2 {
  letter-spacing: -.02em;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Inter, sans-serif;
  font-size: 3em;
  font-weight: 400;
  line-height: 1.25em;
}

.heading-h2.medium {
  font-weight: 500;
}

.heading-h2.semibold {
  font-weight: 600;
}

.heading-h2.bold {
  font-weight: 700;
}

.heading-h2.section-title {
  text-transform: uppercase;
  font-family: Orbitron, sans-serif;
  font-weight: 800;
}

.heading-h3 {
  letter-spacing: 0;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Inter, sans-serif;
  font-size: 2.5em;
  font-weight: 400;
  line-height: 1.25em;
}

.heading-h3.semibold {
  font-weight: 600;
}

.heading-h3.medium {
  font-weight: 500;
}

.heading-h3.bold {
  font-weight: 700;
}

.heading-h4 {
  color: var(--gray-900);
  letter-spacing: 0;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Inter, sans-serif;
  font-size: 2.1em;
  font-weight: 400;
  line-height: 1.25em;
  text-decoration: none;
}

.heading-h4.semibold {
  font-weight: 600;
}

.heading-h4.medium {
  font-weight: 500;
}

.heading-h4.bold {
  font-weight: 700;
}

.heading-h5 {
  color: var(--gray-900);
  letter-spacing: 0;
  text-transform: none;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Inter, sans-serif;
  font-size: 1.8em;
  font-weight: 400;
  line-height: 1.25em;
}

.heading-h5.semibold {
  font-weight: 600;
}

.heading-h5.medium {
  font-weight: 500;
}

.heading-h5.bold {
  font-weight: 700;
}

.heading-h6 {
  color: var(--gray-900);
  letter-spacing: 0;
  text-transform: none;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Inter, sans-serif;
  font-size: 1.6em;
  font-weight: 400;
  line-height: 1.25em;
}

.heading-h6.medium {
  font-weight: 500;
}

.heading-h6.semibold {
  font-weight: 600;
}

.heading-h6.bold {
  font-weight: 700;
}

.nav-logo {
  width: 100%;
  height: 100%;
  padding-top: 0;
  display: block;
}

.nav-logo-container {
  width: 10em;
  margin-top: 0;
  padding-left: 0;
}

.nav-logo-container.w--current {
  min-width: 130px;
}

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

.social-media-icons-list {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  display: flex;
}

.social-media-icon-link {
  width: 2.1em;
  height: 2.1em;
  background-color: var(--black);
  color: var(--gray-700);
  border-radius: 2em;
  justify-content: center;
  align-items: center;
  transition: background-color .2s;
  display: flex;
}

.social-media-icon-link:hover {
  background-color: var(--gray-700);
}

.twitter-icon {
  width: 1em;
  position: relative;
}

.body-flex {
  flex-direction: column;
  display: flex;
}

.text-lg {
  color: var(--gray-600);
  white-space: normal;
  margin-bottom: 0;
  font-family: Inter, sans-serif;
  font-size: 1.5em;
  font-weight: 400;
  line-height: 1.7em;
}

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

.text-lg.gray-900 {
  color: var(--gray-900);
}

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

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

.text-sm {
  color: var(--gray-600);
  margin-bottom: 0;
  font-family: Inter, sans-serif;
  font-size: 1.1em;
  font-weight: 400;
  line-height: 1.7em;
}

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

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

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

.text-sm.gray-700 {
  color: var(--gray-700);
}

.main {
  flex: 1;
}

.menu-button-2.w--open {
  background-color: var(--black);
}

.facebook-icon {
  width: 1.1em;
  position: relative;
}

.instagram-icon {
  width: 1em;
}

.linkedin-icon {
  width: 1.05em;
  background-color: rgba(0, 0, 0, 0);
}

.container-center {
  max-width: 1232px;
  text-align: center;
  flex-direction: column;
  align-items: center;
  padding-left: 16px;
  padding-right: 16px;
  display: flex;
}

.changelog-box {
  max-width: 850px;
  background-color: var(--gray-50);
  color: #fff;
  border-radius: 8px;
  padding: 20px;
}

.text-field {
  height: 50px;
  border: 1.5px solid rgba(29, 78, 216, .5);
  border-radius: 4px;
}

.text-field:focus {
  border-color: var(--blue-700);
}

.text-area {
  height: auto;
  min-height: 8em;
  background-color: #fafafa;
  border: 1.5px solid rgba(102, 112, 133, .5);
  border-radius: 4px;
  flex: 1;
  margin-bottom: 1.5em;
  padding: .8em 1em;
}

.text-area:hover, .text-area:focus {
  border-color: var(--gray-500);
}

.success-message {
  background-color: var(--black);
  color: var(--white);
  border-radius: 4px;
}

.error-message {
  background-color: var(--error-50);
  color: var(--error-900);
  border-radius: 4px;
  margin-top: 20px;
}

._404-text {
  color: var(--gray-900);
  font-size: 100px;
  line-height: 100px;
}

.field-label {
  display: block;
}

.section {
  padding-top: 9em;
  padding-bottom: 9em;
  position: relative;
}

.section.no-bottom-padding {
  padding-bottom: 0;
}

.section.no-top-padding {
  padding-top: 0;
}

.section.no-top-padding.hide {
  display: none;
}

.ds-border {
  height: 100%;
  border: 3px solid var(--gray-300);
  border-radius: 14px;
  padding: 2em;
}

.ds-box {
  width: 100%;
  height: 60px;
}

.shadow-01 {
  box-shadow: 0 1px 2px rgba(13, 14, 25, .25), 0 1px 3px 1px rgba(13, 14, 25, .1);
}

.shadow-02 {
  box-shadow: 0 8px 11.5px -2px rgba(13, 14, 25, .1), 0 4px 7.68px -3.84px rgba(13, 14, 25, .12);
}

.overline {
  color: var(--gray-600);
  letter-spacing: .06em;
  text-transform: uppercase;
  margin-bottom: 0;
  font-family: Inter, sans-serif;
  font-size: 1.1em;
  font-weight: 600;
  line-height: 1.7em;
}

.overline-small {
  color: var(--gray-600);
  letter-spacing: .06em;
  text-transform: uppercase;
  margin-bottom: 0;
  font-family: Inter, sans-serif;
  font-size: 1em;
  font-weight: 600;
  line-height: 1.7em;
}

.nav-menu-links {
  display: flex;
}

.badge {
  background-color: var(--gray-100);
  color: var(--gray-900);
  border-radius: 16px;
  padding: .2em 1em;
  display: inline-block;
}

.featured-icon {
  width: 5em;
  height: 5em;
  background-color: var(--gray-100);
  border-radius: 28px;
  justify-content: center;
  align-items: center;
  padding: 13px;
  display: flex;
}

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

.nav-menu-text {
  margin-bottom: 0;
  font-family: Inter, sans-serif;
  font-size: 1.3em;
  font-weight: 500;
}

.nav-menu-text.white {
  color: var(--white);
}

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

.link {
  color: var(--black);
  font-size: 1.1em;
  font-weight: 500;
  line-height: 1.7em;
  transition: color .2s;
}

.link:hover {
  color: var(--error-700);
}

.accordion-content {
  background-color: rgba(0, 0, 0, 0);
  display: block;
  position: relative;
}

.accordion-content.w--open {
  background-color: rgba(0, 0, 0, 0);
}

.accordion-inner {
  width: 100%;
  flex-flow: column wrap;
  align-items: flex-start;
  padding: 2.5em 2em;
  display: flex;
}

.accordion {
  width: 100%;
  margin-left: 0;
  margin-right: 0;
  display: block;
  position: relative;
  overflow: hidden;
}

.accordion-toggle {
  grid-column-gap: 10px;
  grid-row-gap: 0px;
  border-bottom: 1px solid var(--gray-300);
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: stretch;
  padding: 0;
  display: flex;
}

.accordion-icon {
  width: 5em;
  border-bottom: 1px solid var(--gray-900);
  flex-direction: column;
  flex: none;
  justify-content: center;
  align-items: center;
  margin-bottom: -1px;
  display: flex;
}

.accordion-plus-icon {
  width: 1.6em;
}

.accordion-container {
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.accordion-title-text {
  padding-top: 16px;
  padding-bottom: 16px;
}

.ds-logo {
  width: 7em;
}

.ds-page {
  justify-content: center;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

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

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

.blog-post-title-container {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 35px;
  grid-auto-columns: 1fr;
  display: grid;
}

.blog-post-arrow-container {
  height: 100%;
  justify-content: flex-end;
  align-items: flex-start;
  margin-top: .5em;
  display: flex;
  position: relative;
}

.arow-two {
  z-index: 2;
  height: 1.5em;
  position: absolute;
}

.arrow-one {
  height: 1.5em;
  position: absolute;
}

.blog-image-container {
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
  overflow: hidden;
}

.blog-image-overlay {
  z-index: 1;
  width: 100%;
  height: 100%;
  background-color: rgba(16, 24, 40, .4);
  display: none;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: auto;
}

.blog-read-circle {
  z-index: 3;
  width: 5em;
  height: 5em;
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  background-color: rgba(255, 255, 255, .5);
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  display: none;
  position: absolute;
}

.blog-read-circle.shadow-01 {
  -webkit-backdrop-filter: blur(3px);
  backdrop-filter: blur(3px);
  background-color: rgba(0, 0, 0, .52);
  display: none;
}

.form-text-field {
  height: 3.5em;
  background-color: #fafafa;
  border: 1.5px solid rgba(102, 112, 133, .5);
  border-radius: 4px;
  margin-bottom: 1em;
  padding: .8em 1em;
}

.form-text-field:hover {
  border-color: #667085;
}

.form-text-field:focus {
  border-color: var(--gray-500);
}

.contact-form {
  width: 100%;
  height: 100%;
  margin-bottom: 0;
}

.form-label-and-field-container {
  width: 100%;
}

.form-label-and-field-container.hide {
  display: none;
}

.animation-rotate-text-container {
  position: relative;
  overflow: hidden;
}

.footer-nav-menu-links {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.blog-image-link {
  width: 100%;
  height: 17.5em;
  display: block;
}

.mobile-menu {
  z-index: 1001;
  width: 100vw;
  height: 100%;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: var(--error-700);
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: none;
  position: fixed;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: auto;
  overflow: hidden;
}

.mobile-menu-line-container {
  flex: 1;
  justify-content: center;
  display: flex;
}

.mobile-menu-line {
  width: 2px;
  height: 100%;
  background-color: var(--error-700);
}

.mobile-menu-social-icons-container {
  justify-content: center;
  margin-top: 60px;
  margin-bottom: 60px;
  display: flex;
}

.mobile-menu-links-container {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-direction: column;
  align-items: center;
  margin-top: 60px;
  margin-bottom: 60px;
  display: flex;
}

.mobile-menu-link {
  color: var(--black);
  font-size: 48px;
  font-weight: 700;
  line-height: 60px;
  display: block;
}

.mobile-menu-link.w--current {
  color: var(--error-700);
}

.mobile-menu-container {
  z-index: 1001;
  width: 100%;
  height: 100%;
  flex-direction: column;
  justify-content: space-between;
  display: flex;
}

.overflow-hidden {
  display: inline-block;
  overflow: hidden;
}

.overflow-hidden.hide {
  display: none;
}

.mobile-menu-close-button {
  cursor: pointer;
  margin-top: 12px;
  margin-right: 12px;
  padding: 12px;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: auto;
  right: 0%;
}

.mobile-menu-background-two {
  z-index: -1;
  width: 100%;
  height: 100%;
  background-color: var(--white);
  position: absolute;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: auto;
}

.nav-bar-container {
  justify-content: space-between;
  align-items: center;
  margin-top: 24px;
  margin-bottom: 24px;
  display: flex;
}

.nav-bar.position-absolute {
  z-index: 12;
  width: 100%;
  position: absolute;
}

.nav-menu-mobile {
  cursor: pointer;
  display: none;
}

.empty-state {
  background-color: rgba(0, 0, 0, 0);
}

.heading-animation-trigger {
  overflow: hidden;
}

.heading-animation-trigger.margin-bottom-10px {
  width: 35%;
  margin-bottom: 1em;
}

.animation-content {
  height: 100%;
  position: relative;
}

.animation-swipe-reveal-overlay {
  width: 100%;
  height: 100%;
  background-color: #fafafa;
  display: none;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: auto;
}

.arrow-overflow-hidden {
  height: 2em;
  overflow: hidden;
}

.animation-rotate-text-two {
  position: absolute;
}

.footer-social-media-icons-list {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  margin-top: .5em;
  display: flex;
}

.animated-arrow-button-container {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  cursor: pointer;
  justify-content: flex-end;
  padding: 0 10px;
  display: flex;
  overflow: hidden;
}

.button-arrow {
  width: 40px;
  justify-content: flex-end;
  align-items: center;
  display: flex;
  position: relative;
}

.button-arrow-body {
  width: 100%;
  height: 1.5px;
  background-color: var(--gray-900);
}

.button-arrow-head {
  margin-top: -1px;
  margin-right: -2px;
  position: absolute;
}

.cc0-images {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
}

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

.animated-arrow-button {
  margin-top: 1em;
  padding-top: 1em;
  padding-bottom: 1em;
  transition: letter-spacing .6s cubic-bezier(.165, .84, .44, 1);
}

.animated-arrow-button:hover {
  letter-spacing: .1em;
}

.paragraph-400px {
  max-width: 400px;
}

.hero-image {
  z-index: -2;
  width: 50%;
  object-fit: contain;
  display: none;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: auto;
  right: 0;
}

.hero-chinese-text {
  color: var(--error-700);
  white-space: nowrap;
  margin-bottom: .8em;
  font-family: Noto Serif TC, sans-serif;
  font-size: 4em;
  line-height: 1em;
}

.hero-chinese-text-container {
  z-index: -1;
  grid-column-gap: 2.5em;
  grid-row-gap: 2.5em;
  display: none;
  position: absolute;
  right: 52.5em;
}

.display {
  text-transform: uppercase;
  margin-bottom: 0;
  font-family: Orbitron, sans-serif;
  font-size: 5em;
  font-weight: 600;
  line-height: 1.2em;
}

.hero-text-container {
  margin-top: 12em;
}

.hero-numbers {
  color: var(--gray-900);
  font-family: Orbitron, sans-serif;
  font-size: 2.5em;
  line-height: 1em;
}

.hero-navigation-container {
  margin-top: 1em;
  padding-top: 10em;
  display: inline-block;
  position: relative;
}

.red-triangle-icon {
  width: 2em;
  height: 2em;
  transform: rotate(90deg);
}

.hero-section {
  margin-bottom: 20em;
}

.line-separator {
  height: 3px;
  background-color: var(--gray-500);
}

.section-header {
  margin-bottom: 0;
}

.about-container {
  max-width: 100em;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
  overflow: hidden;
}

.about-scroll-text-container {
  width: 100%;
  background-color: rgba(3, 3, 3, 0);
  border-top: 4px #000;
  border-bottom: 4px #000;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: 2em;
  padding-bottom: 0;
  display: flex;
  position: static;
  top: 2em;
  bottom: auto;
  left: 0%;
  right: auto;
  overflow: hidden;
}

.about-scroll-text-one, .about-scroll-text-two {
  color: #fafafa;
  white-space: nowrap;
  font-family: Orbitron, sans-serif;
  font-size: 2em;
  line-height: 1em;
}

.about-text-container {
  width: 100%;
  background-image: linear-gradient(to top, rgba(0, 0, 0, .8) 54%, rgba(31, 31, 31, 0));
  margin-top: 20em;
  padding-top: 3em;
  padding-bottom: 5em;
}

.spacer._0-7-em {
  width: .7em;
  height: .7em;
}

.spacer._1-3-em {
  width: 1.3em;
  height: 1.3em;
}

.spacer._2-em {
  width: 2em;
  height: 2em;
}

.spacer._2-5-em {
  width: 2.5em;
  height: 2.5em;
}

.spacer._4-em {
  width: 4em;
  height: 4em;
}

.spacer._5-em {
  width: 5em;
  height: 5em;
}

.spacer._6-5-em {
  width: 6.5em;
  height: 6.5em;
}

.spacer._8-em {
  width: 8em;
  height: 8em;
}

.spacer._10-em {
  width: 10em;
  height: 10em;
}

.project-container {
  grid-column-gap: 3em;
  grid-row-gap: 3em;
  justify-content: space-between;
  align-items: center;
  padding-top: 4em;
  padding-bottom: 4em;
  font-size: 1em;
  display: flex;
  position: relative;
}

.project-background {
  z-index: -1;
  width: 100%;
  height: 100%;
  background-color: var(--white);
  position: absolute;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: auto;
}

.project-card {
  width: 30em;
  height: 20em;
  background-color: var(--gray-400);
  position: absolute;
  left: 50%;
}

.project-number-container {
  display: flex;
  position: relative;
}

.project-number-container-absolute {
  display: flex;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: auto;
}

.project-number-span-text {
  font-family: Orbitron, sans-serif;
  font-size: 1.75em;
  line-height: 1.25em;
}

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

.blog-post-title {
  color: var(--gray-900);
  letter-spacing: 0;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Inter, sans-serif;
  font-size: 1.5em;
  font-weight: 600;
  line-height: 1.5em;
}

.about-title-text {
  color: var(--white);
  letter-spacing: -.02em;
  margin-top: 0;
  margin-bottom: .2em;
  font-family: Orbitron, sans-serif;
  font-size: 3.5em;
  font-weight: 800;
  line-height: 1.25em;
}

.experience-text-container {
  grid-column-gap: 1em;
  grid-row-gap: 1em;
  align-items: flex-end;
  display: flex;
}

.experience-company-name {
  letter-spacing: 0;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Inter, sans-serif;
  font-size: 2em;
  font-weight: 400;
  line-height: 1.25em;
  text-decoration: none;
}

.experience-company-name-container {
  grid-column-gap: .5em;
  grid-row-gap: .5em;
  display: flex;
}

.experience-company-name-container.one {
  position: relative;
}

.experience-company-name-container.two {
  position: absolute;
}

.experiences-dates-container {
  grid-column-gap: .5em;
  grid-row-gap: .5em;
  display: flex;
}

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

.service-container {
  grid-column-gap: 1em;
  grid-row-gap: 1em;
  flex-direction: column;
  display: flex;
}

.service-header-container {
  justify-content: space-between;
  align-items: stretch;
  display: flex;
  overflow: hidden;
}

.service-header-internal-container {
  height: 100%;
  grid-column-gap: 2em;
  grid-row-gap: 2em;
  align-items: center;
  display: flex;
  overflow: hidden;
}

.service-moon-icon {
  width: 4.5em;
  display: none;
}

.services-red-star-icon {
  width: 3.4em;
}

.footer-grid {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  margin-bottom: 2em;
  display: flex;
}

.footer-text {
  color: var(--gray-900);
  text-align: center;
  letter-spacing: 3.3em;
  text-indent: 3em;
  font-family: Orbitron, sans-serif;
  font-size: 1.8em;
  line-height: 1.2em;
}

.footer-text-big {
  color: var(--gray-900);
  letter-spacing: 1.7em;
  text-indent: 1.6em;
  font-family: Orbitron, sans-serif;
  font-size: 3em;
  font-weight: 700;
  line-height: 1.2em;
}

.footer-text-decoration-container {
  grid-column-gap: 1em;
  grid-row-gap: 1em;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.footer-links {
  flex-direction: column;
  align-items: flex-end;
  display: flex;
}

.footer-links-conteiner {
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-end;
  display: flex;
}

.footer-menu-link {
  color: var(--gray-900);
  align-items: center;
  margin-left: 0;
  margin-right: 0;
  padding: .5em 0;
  text-decoration: none;
  transition: background-color .2s;
}

.footer-menu-link.w--current {
  color: var(--gray-900);
  font-weight: 400;
}

.contact-grid {
  grid-column-gap: 3.5em;
  grid-row-gap: 3.5em;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.contact-grid.hide {
  display: none;
}

.testimonials-container {
  grid-column-gap: 1em;
  grid-row-gap: 1em;
  flex-direction: column;
  justify-content: space-between;
  display: flex;
}

.testimonials-container.hide {
  display: none;
}

.testimonial-header {
  justify-content: space-between;
  margin-bottom: 1em;
  display: flex;
  overflow: hidden;
}

.star-rating-container {
  grid-column-gap: .5em;
  grid-row-gap: .5em;
  display: flex;
}

.star-rating {
  width: 2.5em;
}

.testimonial-name {
  letter-spacing: 0;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Orbitron, sans-serif;
  font-size: 2.5em;
  font-weight: 700;
  line-height: 1.25em;
}

.horoscope-image {
  z-index: -1;
  width: 50%;
  position: relative;
}

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

.text-block-2 {
  color: var(--white);
  text-align: center;
  font-family: Orbitron, sans-serif;
  font-size: 5.5em;
  font-weight: 800;
  line-height: 1.5em;
}

.quote-text-container {
  mix-blend-mode: difference;
  position: absolute;
}

.button-container {
  justify-content: flex-end;
  display: flex;
}

.about-image {
  z-index: -1;
  width: 100%;
  height: 100%;
  opacity: .68;
  object-fit: cover;
  position: absolute;
}

.about-image.hide {
  display: none;
}

.page-header {
  flex-direction: column;
  align-items: center;
  padding-top: 16.5em;
  padding-bottom: 16.5em;
  display: flex;
  position: relative;
}

.red-line-separator {
  min-height: 1.5em;
  background-color: var(--error-700);
}

.page-header-image {
  z-index: -2;
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: auto;
}

.black-overlay {
  z-index: -1;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, .45);
  position: absolute;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: auto;
}

.form {
  height: 100%;
  flex-direction: column;
  display: flex;
}

.page-header-title {
  width: 75%;
  color: var(--white);
  letter-spacing: -.02em;
  text-transform: uppercase;
  white-space: break-spaces;
  word-break: keep-all;
  margin-top: 0;
  margin-bottom: .4em;
  font-family: Orbitron, sans-serif;
  font-size: 4em;
  font-weight: 400;
  line-height: 1.25em;
}

.page-header-text {
  width: 75%;
  color: var(--white);
  white-space: normal;
  margin-bottom: 0;
  font-family: Inter, sans-serif;
  font-size: 1.1em;
  font-weight: 400;
  line-height: 1.7em;
}

.section-absolute {
  z-index: 1;
  width: 100%;
  position: absolute;
}

.project-properties-container {
  grid-column-gap: 2em;
  grid-row-gap: 2em;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 10em;
  margin-bottom: 2em;
  margin-left: auto;
  display: flex;
}

.project-property {
  color: var(--white);
  font-family: Orbitron, sans-serif;
  font-size: 1.3em;
  font-weight: 700;
  line-height: 1.3em;
}

.project-property.see-live-link {
  transition: color .2s;
}

.project-property.see-live-link:hover {
  color: rgba(255, 255, 255, .75);
}

.project-property-container {
  grid-column-gap: .5em;
  grid-row-gap: .5em;
  flex-direction: column;
  margin-right: 2em;
  display: flex;
}

.project-property-name {
  color: var(--white);
  font-size: 1.3em;
  line-height: 1.3em;
}

.project-page-section {
  grid-column-gap: 3em;
  grid-row-gap: 3em;
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.project-page-section-text-container {
  width: 65%;
  grid-column-gap: 2em;
  grid-row-gap: 2em;
  flex-direction: column;
  display: flex;
}

.project-about-image {
  border-radius: .5em;
}

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

.poject-gallery-image {
  min-height: 20em;
  object-fit: cover;
}

.project-title {
  letter-spacing: 0;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Orbitron, sans-serif;
  font-size: 2.3em;
  font-weight: 500;
  line-height: 1.25em;
}

.section-title {
  letter-spacing: -.02em;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Orbitron, sans-serif;
  font-size: 3em;
  font-weight: 800;
  line-height: 1.25em;
}

.footer-container {
  max-width: 100em;
  padding-top: 2em;
  padding-left: 5em;
  padding-right: 5em;
  position: relative;
}

.experiences-container {
  justify-content: space-between;
  align-items: center;
  padding-top: 4em;
  padding-bottom: 4em;
  font-size: 1em;
  display: flex;
  position: relative;
}

.project-header {
  flex-direction: column;
  align-items: center;
  padding-top: 16.5em;
  padding-bottom: 0;
  position: relative;
}

.hero-navigation-link-with-icon {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.hero-navigation-links {
  align-items: flex-start;
  margin-left: -7.6em;
  display: flex;
  transform: rotate(-90deg);
}

.pexel-images {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
}

.blog-post-container {
  max-width: 80em;
  margin-left: auto;
  margin-right: auto;
  padding-left: 5em;
  padding-right: 5em;
}

.mobile-menu-social-media-icon-link {
  width: 30px;
  height: 30px;
  background-color: var(--black);
  color: var(--gray-700);
  border-radius: 2em;
  justify-content: center;
  align-items: center;
  transition: background-color .2s;
  display: flex;
}

.mobile-menu-social-media-icon-link:hover {
  background-color: var(--gray-700);
}

.mobile-menu-icon {
  width: 15px;
}

.mobile-menu-icon.facebook {
  width: 17px;
}

.home-nav-menu-mobile {
  cursor: pointer;
  display: none;
}

.experience-date {
  color: var(--gray-900);
  letter-spacing: 0;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Inter, sans-serif;
  font-size: 1.8em;
  font-weight: 400;
  line-height: 1.25em;
  text-decoration: none;
}

.about-image-mobile {
  z-index: -1;
  object-fit: cover;
  display: none;
  position: absolute;
}

.service-moon-icon-container, .services-red-star-icon-container {
  justify-content: center;
  align-items: center;
  display: flex;
}

.services-names {
  letter-spacing: -.02em;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Inter, sans-serif;
  font-size: 3em;
  font-weight: 400;
  line-height: 1.25em;
}

.experiences-title {
  letter-spacing: 0;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Orbitron, sans-serif;
  font-size: 2.3em;
  font-weight: 500;
  line-height: 1.25em;
}

.about-image-container {
  z-index: -1;
  width: 100%;
  height: 120%;
  background-color: #000;
  position: absolute;
}

.about-text-content {
  max-width: 100em;
  margin-left: auto;
  margin-right: auto;
  padding-left: 5em;
  padding-right: 5em;
}

.home-page-nav-bar-container {
  justify-content: space-between;
  align-items: center;
  margin-top: 2.4em;
  margin-bottom: 2.4em;
  display: flex;
}

.link-block {
  width: 20%;
  min-width: 100px;
}

.reserved-txt {
  color: var(--gray-600);
  white-space: normal;
  margin-bottom: 0;
  font-family: Inter, sans-serif;
  font-size: 1.1em;
  font-weight: 400;
  line-height: 1.7em;
}

.reserved-txt.semibold {
  font-weight: 600;
}

.reserved-txt.semibold.gray-900 {
  color: var(--gray-900);
}

.reserved-txt.withe {
  color: var(--white);
}

.reserved-txt.withe:hover {
  text-decoration: none;
}

.reserved-txt.medium {
  font-weight: 500;
}

.reserved-txt.bold {
  font-weight: 700;
}

.position-relative {
  position: relative;
}

.link-block-2 {
  position: absolute;
}

.arrow-container-left {
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
}

.prev-arrow {
  width: 2em;
  height: 2em;
  margin-left: 2em;
  transform: rotate(-90deg);
}

.arrow-container-right {
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
}

.nx-arrow {
  width: 2em;
  height: 2em;
  margin-right: 2em;
  transform: rotate(90deg);
}

.paginate-container {
  justify-content: space-between;
  margin-bottom: 37px;
  padding-top: 13px;
  padding-bottom: 13px;
  display: flex;
}

.paginate-btn {
  text-transform: uppercase;
  align-items: center;
  display: flex;
}

.paginate-arrow-left {
  width: 10px;
  margin-right: 5px;
}

.paginate-arrow-right {
  width: 10px;
  margin-left: 5px;
  margin-right: 0;
  transform: rotate(180deg);
}

@media screen and (min-width: 1280px) {
  .container {
    position: relative;
  }

  .heading-h2.section-title {
    text-transform: uppercase;
  }

  .testimonial-container {
    grid-column-gap: 1em;
    grid-row-gap: 1em;
    flex-direction: column;
  }

  .star-rating-container {
    grid-column-gap: .5em;
    grid-row-gap: .5em;
  }

  .footer-container {
    position: relative;
  }
}

@media screen and (min-width: 1440px) {
  body {
    font-size: .9vw;
  }

  .page-header, .project-header {
    justify-content: center;
  }

  .arrow-container-right {
    left: auto;
    right: 0;
  }

  .nx-arrow {
    margin-left: 0;
    margin-right: 2em;
    transform: rotate(90deg);
  }

  .paginate-container {
    align-items: center;
    padding-top: 17px;
    padding-bottom: 17px;
    display: flex;
  }
}

@media screen and (min-width: 1920px) {
  body {
    font-size: .8vw;
  }

  .project-page-section {
    grid-column-gap: 2em;
    grid-row-gap: 2em;
    justify-content: space-between;
  }
}

@media screen and (max-width: 991px) {
  body {
    font-size: 1.5vw;
  }

  p, li {
    font-size: 1.3em;
  }

  .ds-nav {
    width: 100%;
    height: 63px;
  }

  .ds-menu-brand {
    margin-top: 15px;
    margin-bottom: 15px;
    margin-left: 0;
  }

  .ds-menu {
    width: 100%;
    box-shadow: 1px 1px 3px 0 var(--gray-300);
    color: #fff;
    background-color: #fff;
    padding-bottom: 20px;
    position: absolute;
  }

  .ds-menu-link {
    width: 100vw;
    border-bottom: 1px #e6e6e6;
    padding: 12px 20px;
    transition: background-color .2s;
  }

  .ds-menu-link:hover {
    background-color: rgba(173, 173, 173, .07);
  }

  .sg-block {
    margin-bottom: 40px;
  }

  .button {
    position: relative;
  }

  .nav-menu-link {
    border-bottom: 1px #e2e2e2;
  }

  .container {
    padding-left: 3em;
    padding-right: 3em;
  }

  .heading-h3 {
    font-family: Inter, sans-serif;
  }

  .nav-logo-container.w--current {
    min-width: auto;
  }

  .twitter-icon {
    color: rgba(0, 0, 0, 0);
  }

  .overline {
    font-size: 1.3em;
  }

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

  .ds-logo {
    width: 7em;
  }

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

  .arow-two {
    display: none;
  }

  .arrow-one {
    display: block;
  }

  .nav-bar-container {
    margin-top: 0;
    margin-bottom: 0;
  }

  .nav-menu-mobile {
    margin-right: -1.2em;
    padding: 1.2em;
    display: block;
  }

  .heading-animation-trigger.margin-bottom-10px, .animation-content {
    width: auto;
  }

  .pexel-image {
    height: 200px;
  }

  .hero-image {
    width: 41.5em;
    font-size: 1.5vw;
  }

  .hero-chinese-text {
    font-size: 3em;
  }

  .hero-chinese-text-container {
    grid-column-gap: 1.75em;
    grid-row-gap: 1.75em;
    right: 43em;
  }

  .display {
    font-size: 3em;
    line-height: 1.3em;
  }

  .hero-numbers {
    font-size: 2em;
  }

  .hero-navigation-container {
    display: flex;
  }

  .about-container {
    margin-left: 0;
    margin-right: 0;
  }

  .about-scroll-text-one, .about-scroll-text-two {
    font-size: 2.5em;
  }

  .about-text-container {
    padding-bottom: 3em;
    top: auto;
    bottom: 0%;
    left: 0%;
    right: auto;
  }

  .project-background, .project-card {
    display: none;
  }

  .about-title-text {
    font-size: 3em;
  }

  .experience-company-name {
    color: var(--error-700);
  }

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

  .services-red-star-icon {
    width: 3em;
  }

  .footer-grid {
    grid-template-columns: 1fr 1fr;
    grid-template-areas: ".";
  }

  .footer-text {
    letter-spacing: 7.4em;
    text-indent: 7.4em;
  }

  .footer-text-big {
    letter-spacing: 4.1em;
    text-indent: 4.1em;
  }

  .footer-text-decoration-container {
    width: 100%;
  }

  .footer-menu-link {
    border-bottom: 1px #e2e2e2;
  }

  .contact-grid {
    grid-column-gap: 9em;
    grid-row-gap: 9em;
    grid-template-columns: 1fr;
  }

  .text-block-2 {
    font-size: 3.5em;
  }

  .about-image {
    height: 100%;
    min-height: 55em;
  }

  .page-header-title, .page-header-text {
    width: 100%;
  }

  .project-page-section {
    grid-column-gap: 1em;
    grid-row-gap: 1em;
    flex-direction: column;
  }

  .project-page-section-text-container {
    width: 100%;
  }

  .project-title {
    font-size: 2em;
  }

  .footer-container {
    padding-left: 3em;
    padding-right: 3em;
    overflow: hidden;
  }

  .experiences-container {
    grid-column-gap: 1em;
    grid-row-gap: 1em;
    flex-direction: row;
    align-items: flex-start;
  }

  .blog-post-container {
    padding-left: 3em;
    padding-right: 3em;
  }

  .home-nav-menu-mobile {
    margin-right: -1.2em;
    padding: 1.2em;
    display: none;
  }

  .about-image-mobile {
    min-height: 55em;
  }

  .experiences-title {
    font-size: 2em;
  }

  .about-text-content {
    padding-left: 3em;
    padding-right: 3em;
  }

  .prev-arrow {
    margin-left: .5em;
  }

  .nx-arrow {
    margin-right: .5em;
  }
}

@media screen and (max-width: 767px) {
  body {
    font-size: 2vw;
  }

  h1 {
    font-size: 3.3em;
    line-height: 1.25em;
  }

  h2 {
    font-size: 2.9em;
    line-height: 1.25em;
  }

  h3 {
    font-size: 2.5em;
    line-height: 1.25em;
  }

  h4 {
    font-size: 2.3em;
  }

  h5 {
    font-size: 2em;
    line-height: 28px;
  }

  h6 {
    font-size: 1.8em;
    line-height: 1.25em;
  }

  .text-md {
    font-size: 1.3em;
  }

  .ds-colour-block {
    width: 25%;
  }

  .button.outline {
    cursor: pointer;
    box-shadow: inset 0 0 0 1.5px rgba(102, 112, 133, .5);
  }

  .button.outline:hover {
    background-color: var(--gray-50);
    box-shadow: inset 0 0 0 2px var(--gray-500);
  }

  .button.outline:active {
    background-color: var(--gray-100);
  }

  .container {
    padding-left: 1.5em;
    padding-right: 1.5em;
  }

  .heading-h1 {
    font-size: 3.3em;
    line-height: 1.25em;
  }

  .heading-h1.bold.w--current {
    color: var(--white);
  }

  .heading-h2 {
    font-size: 2.9em;
    line-height: 1.25em;
  }

  .heading-h3 {
    line-height: 1.25em;
  }

  .heading-h4 {
    font-size: 2.3em;
  }

  .heading-h5 {
    font-size: 2em;
    line-height: 1.25em;
  }

  .heading-h6 {
    font-size: 1.8em;
    line-height: 1.25em;
  }

  .text-sm {
    font-size: 1.2em;
  }

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

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

  .accordion-inner {
    padding-left: 0;
    padding-right: 0;
  }

  .mobile-menu {
    flex-direction: column;
    justify-content: space-between;
  }

  .mobile-menu-close-button {
    cursor: pointer;
  }

  .nav-menu-mobile {
    cursor: pointer;
    display: block;
  }

  .cc0-images {
    grid-template-columns: 1fr 1fr 1fr;
  }

  .hero-image {
    display: none;
  }

  .hero-chinese-text {
    font-size: 2.5em;
  }

  .hero-chinese-text-container {
    grid-column-gap: 1em;
    grid-row-gap: 1em;
    right: 31.5em;
  }

  .display {
    font-size: 2.5em;
    line-height: 1.4em;
  }

  .hero-text-container {
    margin-top: 10em;
  }

  .hero-numbers {
    font-size: 2em;
  }

  .hero-navigation-container {
    display: none;
  }

  .hero-section {
    margin-bottom: 15em;
  }

  .about-scroll-text-one, .about-scroll-text-two {
    font-size: 2em;
  }

  .about-text-container {
    margin-top: 10em;
    padding-bottom: 2em;
  }

  .blog-post-title {
    line-height: 24px;
  }

  .about-title-text {
    font-size: 2.5em;
  }

  .service-header-internal-container {
    grid-column-gap: 1.5em;
    grid-row-gap: 1.5em;
  }

  .service-moon-icon {
    width: 3.5em;
  }

  .services-red-star-icon {
    width: 2.5em;
  }

  .footer-text {
    letter-spacing: 5.2em;
    text-indent: 5.2em;
  }

  .footer-text-big {
    letter-spacing: 2.8em;
    text-indent: 2.8em;
  }

  .testimonial-name {
    font-size: 28px;
    line-height: 36px;
  }

  .horoscope-image {
    width: 80%;
  }

  .text-block-2 {
    font-size: 3em;
  }

  .page-header {
    padding-top: 10em;
    padding-bottom: 10em;
  }

  .page-header-title {
    font-size: 3.3em;
    line-height: 1.25em;
  }

  .page-header-text {
    font-size: 1.3em;
  }

  .project-properties-container {
    margin-top: 5em;
  }

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

  .project-title {
    line-height: 1.25em;
  }

  .section-title {
    font-size: 2.5em;
    line-height: 1.25em;
  }

  .footer-container {
    padding-top: 0;
    padding-left: 2.5em;
    padding-right: 2.5em;
  }

  .experiences-container {
    flex-direction: column;
  }

  .project-header {
    padding-top: 10em;
  }

  .pexel-images {
    grid-template-columns: 1fr 1fr 1fr;
  }

  .blog-post-container {
    padding-left: 1.5em;
    padding-right: 1.5em;
  }

  .home-nav-menu-mobile {
    cursor: pointer;
    display: block;
  }

  .experience-date {
    font-size: 1.6em;
  }

  .about-image-mobile {
    width: 100%;
    height: 100%;
    display: block;
  }

  .services-names {
    font-size: 2.5em;
    line-height: 1.25em;
  }

  .experiences-title {
    line-height: 1.25em;
  }

  .about-text-content {
    padding-left: 1.5em;
    padding-right: 1.5em;
  }

  .home-page-nav-bar-container {
    margin-top: 1.2em;
  }

  .hero-image-mobile {
    z-index: -1;
    width: 60%;
    position: absolute;
    top: 1.5%;
    bottom: auto;
    left: auto;
    right: 1.5%;
  }

  .reserved-txt {
    font-size: 1.3em;
  }

  .arrow-container-left {
    align-items: flex-end;
    padding-bottom: 2em;
    top: auto;
    left: auto;
    right: 0;
  }

  .prev-arrow {
    margin-bottom: 2em;
    margin-left: 0;
    margin-right: 1em;
  }

  .arrow-container-right {
    align-items: flex-end;
    padding-bottom: 2em;
    top: auto;
  }

  .nx-arrow {
    margin-right: 1em;
  }
}

@media screen and (max-width: 479px) {
  body {
    font-size: 3vw;
  }

  .ds-nav {
    display: block;
  }

  .ds-section {
    padding-left: 0;
    padding-right: 0;
  }

  .color-block {
    margin-bottom: 20px;
  }

  .button {
    width: 100%;
    font-size: 16px;
  }

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

  .nav-menu-link.w--current {
    background-color: #fff;
  }

  .nav-logo-container {
    width: 9em;
  }

  .social-media-icons-list {
    margin-top: 20px;
  }

  ._404-text {
    font-size: 60px;
  }

  .section {
    padding-top: 6em;
    padding-bottom: 6em;
  }

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

  .nav-menu-mobile {
    margin-right: -1.5em;
    display: block;
  }

  .heading-animation-trigger._2th.phone-width {
    width: 6em;
  }

  .footer-social-media-icons-list {
    margin-bottom: .5em;
  }

  .cc0-images {
    grid-template-columns: 1fr 1fr;
  }

  .pexel-image {
    height: 100px;
  }

  .hero-image {
    width: 97%;
    top: 0%;
    bottom: auto;
    left: 1.5%;
    right: auto;
  }

  .hero-chinese-text-container {
    display: none;
    right: 6em;
  }

  .display {
    font-size: 2.7em;
    line-height: 1.5em;
  }

  .hero-numbers {
    font-size: 1.8em;
  }

  .hero-section {
    margin-bottom: 20em;
  }

  .project-container {
    grid-column-gap: 2em;
    grid-row-gap: 2em;
  }

  .project-number-container {
    justify-content: flex-end;
  }

  .project-number-container-absolute {
    justify-content: flex-start;
    top: 0%;
    bottom: auto;
    left: auto;
    right: 0%;
  }

  .experience-text-container {
    flex-direction: column;
    align-items: flex-start;
  }

  .service-header-container {
    grid-column-gap: 1em;
    grid-row-gap: 1em;
    align-items: stretch;
  }

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

  .footer-text {
    letter-spacing: 3.1em;
    text-indent: 3.1em;
  }

  .footer-text-big {
    letter-spacing: 1.5em;
    text-indent: 1.5em;
  }

  .footer-links-conteiner {
    align-items: flex-start;
    margin-top: 11px;
  }

  .footer-menu-link {
    padding-left: 20px;
    padding-right: 20px;
  }

  .footer-menu-link.w--current {
    background-color: #fff;
  }

  .contact-grid {
    grid-column-gap: 6em;
    grid-row-gap: 6em;
  }

  .testimonial-header {
    grid-column-gap: 1em;
    grid-row-gap: 1em;
    flex-direction: column;
  }

  .text-block-2 {
    font-size: 2em;
  }

  .about-image {
    min-height: 80em;
  }

  .project-properties-container {
    grid-column-gap: 2em;
    grid-row-gap: 2em;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .footer-container {
    padding-left: 16px;
    padding-right: 16px;
  }

  .nav-menu-mobile-icon {
    width: 2em;
  }

  .pexel-images {
    grid-template-columns: 1fr 1fr;
  }

  .home-nav-menu-mobile {
    margin-right: -1.5em;
    display: block;
  }

  .about-image-mobile {
    min-height: 80em;
  }

  .service-moon-icon-container {
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .hero-image-mobile {
    width: 95%;
    margin-top: 2em;
    top: 0%;
    bottom: auto;
    left: 50%;
    right: auto;
    transform: translate(-50%);
  }
}

#w-node-_34649fe0-9f9e-85ad-09ce-a95acb7287de-d8465182, #w-node-c0ae5806-08cd-a5f5-c9a8-8354f02e9aed-d8465182, #w-node-aea0edef-f6cd-2c93-ae20-80a947b360dc-d8465182, #w-node-_6a65a9cb-7474-4e39-b75b-cf16c78e0ba3-d8465182, #w-node-_569f774e-0e67-8ecb-1218-9325a465374d-d8465182, #w-node-_569f774e-0e67-8ecb-1218-9325a465374e-d8465182, #w-node-_569f774e-0e67-8ecb-1218-9325a465374f-d8465182, #w-node-_569f774e-0e67-8ecb-1218-9325a4653750-d8465182, #w-node-_569f774e-0e67-8ecb-1218-9325a4653751-d8465182, #w-node-_569f774e-0e67-8ecb-1218-9325a4653752-d8465182, #w-node-c366361e-5d46-e20a-8107-3b79476ca28d-d8465182, #w-node-c9c597c2-4545-a257-ab2d-1b13285fa9ab-97995707 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_4e365414-d5d6-3d0b-b928-19c39799575f-97995707 {
  justify-self: end;
}

#w-node-bb91d9ee-c27a-0920-5e4c-bc1b73d21d3c-d8465190, #w-node-bb91d9ee-c27a-0920-5e4c-bc1b73d21d3d-d8465190, #w-node-bb91d9ee-c27a-0920-5e4c-bc1b73d21d3e-d8465190, #w-node-bb91d9ee-c27a-0920-5e4c-bc1b73d21d3f-d8465190, #w-node-bb91d9ee-c27a-0920-5e4c-bc1b73d21d40-d8465190, #w-node-bb91d9ee-c27a-0920-5e4c-bc1b73d21d41-d8465190, #w-node-e060f90d-1f1d-f108-c99e-b570dbbc3ff8-d8465197, #w-node-e060f90d-1f1d-f108-c99e-b570dbbc3ff9-d8465197, #w-node-e060f90d-1f1d-f108-c99e-b570dbbc3ffa-d8465197, #w-node-e060f90d-1f1d-f108-c99e-b570dbbc3ffb-d8465197, #w-node-e060f90d-1f1d-f108-c99e-b570dbbc3ffc-d8465197, #w-node-e060f90d-1f1d-f108-c99e-b570dbbc3ffd-d8465197, #w-node-a1d39843-0852-9fb9-8328-2f8cbc3ec295-d8465198, #w-node-a1d39843-0852-9fb9-8328-2f8cbc3ec299-d8465198, #w-node-a1d39843-0852-9fb9-8328-2f8cbc3ec29d-d8465198, #w-node-a1d39843-0852-9fb9-8328-2f8cbc3ec2a1-d8465198, #w-node-b4e56b3a-4e35-59b4-a784-89c6a179f7a6-d846519b, #w-node-b4e56b3a-4e35-59b4-a784-89c6a179f7a7-d846519b, #w-node-b4e56b3a-4e35-59b4-a784-89c6a179f7a8-d846519b, #w-node-_0dc75139-a521-7b48-1f84-38137306d626-d846519b, #w-node-c7f5ecb3-6726-f6dc-2c01-93c6282eb4f1-d846519b, #w-node-b44092b3-aec2-681e-15fb-29dee764480a-d846519b, #w-node-_04bcc655-b6b6-e783-6072-c4864a6f50c4-d846519b, #w-node-_08376676-1780-3083-1146-8cbc5aa8bd9a-d846519b, #w-node-_0518e0b0-7254-bf8f-d9c7-d307e04d7dea-d846519b, #w-node-_97d9b3b7-7d29-dd43-2ab0-ef6db5d2a3e3-d846519b, #w-node-_5b1448c9-5d54-463c-b6c0-3d652f9805a3-d846519b, #w-node-_4d91511f-0a09-70d5-d17a-ce06fde1e3cc-d846519b, #w-node-e71939a7-93ed-64b6-0658-65fe92188e58-d846519b, #w-node-a385445f-d694-3735-a25c-20b6ff8d4ff4-d846519b, #w-node-_3afe8c28-62b6-a88c-dd6b-33538e039ceb-d846519b, #w-node-_6446e872-b4e8-6b73-4b8c-c12ba8e68296-d846519b, #w-node-_85bb9eaf-a8f8-b16e-0248-0635ca5b5586-d846519b, #w-node-_9e218b65-376b-1040-cc82-61a8b91dbc89-d846519b, #w-node-_53ab7f10-3d5e-bef7-7c00-df4ef82b7993-d846519b, #w-node-bb6afb6e-362b-9187-f361-c8f1d2f1af02-d846519b {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

@media screen and (max-width: 991px) {
  #w-node-c366361e-5d46-e20a-8107-3b79476ca28d-d8465182 {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-_1d51c555-825d-ebf1-aa6d-0bb9f6e1dcd4-97995707 {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-c9c597c2-4545-a257-ab2d-1b13285fa9ab-97995707 {
    grid-area: 2 / 2 / 3 / 3;
  }

  #w-node-_4e365414-d5d6-3d0b-b928-19c39799575f-97995707 {
    grid-area: 1 / 2 / 2 / 3;
    justify-self: end;
  }
}

@media screen and (max-width: 479px) {
  #w-node-c0ae5806-08cd-a5f5-c9a8-8354f02e9aed-d8465182, #w-node-aea0edef-f6cd-2c93-ae20-80a947b360dc-d8465182, #w-node-_6a65a9cb-7474-4e39-b75b-cf16c78e0ba3-d8465182 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_4e365414-d5d6-3d0b-b928-19c39799575f-97995707 {
    grid-area: 3 / 1 / 4 / 3;
    justify-self: start;
  }
}


