:root {
  --outline-dark: #2e313a;
  --outline-light: #e7eeee;
  --background-dark: #0b0c0f;
  --outline-dark-2: #c3dde0;
  --background-light: #e9f2f5;
  --background-grey-light: #f1f5f6;
  --light-outline: rgba(255, 255, 255, .07);
  --dark-red: #4b0202;
  --lighter-red: #b90d0d;
}

.w-users-userformpagewrap {
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  max-width: 340px;
  height: 100vh;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.w-users-userformheader {
  text-align: center;
}

.w-users-userloginformwrapper {
  margin-bottom: 0;
  padding-left: 20px;
  padding-right: 20px;
  position: relative;
}

.w-users-userformbutton {
  text-align: center;
  width: 100%;
}

.w-users-userformfooter {
  justify-content: space-between;
  margin-top: 12px;
  display: flex;
}

.w-users-userformerrorstate {
  margin-left: 20px;
  margin-right: 20px;
  position: absolute;
  top: 100%;
  left: 0%;
  right: 0%;
}

.w-users-userresetpasswordformwrapper {
  margin-bottom: 0;
  padding-left: 20px;
  padding-right: 20px;
  position: relative;
}

.w-users-userformsuccessstate {
  display: none;
}

.w-users-usersignupformwrapper {
  margin-bottom: 0;
  padding-left: 20px;
  padding-right: 20px;
  position: relative;
}

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

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

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

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

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

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

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

.w-users-usersignupverificationmessage {
  display: none;
}

.w-users-userupdatepasswordformwrapper {
  margin-bottom: 0;
  padding-left: 20px;
  padding-right: 20px;
  position: relative;
}

.w-users-useraccountwrapper {
  background-color: #f5f5f5;
  width: 100%;
  min-height: 100vh;
  padding: 20px;
}

.w-users-blockheader {
  background-color: #fff;
  border: 1px solid #e6e6e6;
  justify-content: space-between;
  align-items: baseline;
  padding: 4px 20px;
  display: flex;
}

.w-users-blockcontent {
  background-color: #fff;
  border-bottom: 1px solid #e6e6e6;
  border-left: 1px solid #e6e6e6;
  border-right: 1px solid #e6e6e6;
  margin-bottom: 20px;
  padding: 20px;
}

.w-users-useraccountformsavebutton {
  text-align: center;
  margin-right: 8px;
}

.w-users-useraccountformcancelbutton {
  text-align: center;
  color: #333;
  background-color: #d3d3d3;
}

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

h1 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 4rem;
  font-weight: 700;
  line-height: 1.1;
}

h2 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 3rem;
  font-weight: 700;
  line-height: 1.2;
}

h3 {
  margin-top: 0;
  margin-bottom: 0;
  font-family: Big river sample, sans-serif;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.2;
}

h4 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.4;
}

h5 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1.5;
}

h6 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.5;
}

p {
  margin-bottom: 0;
}

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

li {
  margin-bottom: .25rem;
}

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

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

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

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

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

.utility-page_component {
  justify-content: center;
  align-items: center;
  width: 100vw;
  max-width: 100%;
  height: 100vh;
  max-height: 100%;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  display: flex;
}

.utility-page_form-block {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  text-align: center;
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
  max-width: 20rem;
  display: flex;
}

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

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

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

.padding-xlarge {
  padding: 6rem;
}

.padding-huge {
  padding: 9rem;
}

.margin-large {
  margin: 5.5rem;
}

.padding-large {
  padding: 4.5rem;
}

.padding-small {
  padding: 1.5rem;
}

.padding-medium {
  padding: 3rem;
}

.margin-small {
  margin: 1rem;
}

.margin-medium {
  margin: 3rem;
}

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

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

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

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

.padding-vertical.padding-xlarge {
  padding-bottom: 1rem;
}

.padding-horizontal {
  width: 100%;
  padding-top: 0;
  padding-bottom: 0;
}

.padding-horizontal.padding-small {
  background-color: rgba(0, 0, 0, 0);
  display: block;
}

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

.padding-bottom.padding-large {
  margin-top: 0;
}

.icon-1x1-small {
  flex: none;
  justify-content: center;
  align-items: center;
  width: 1.25rem;
  height: 1.25rem;
  display: flex;
  overflow: hidden;
}

.form {
  flex-direction: column;
  flex: 1;
  justify-content: space-between;
  display: flex;
}

.text-color-grey {
  color: var(--outline-dark);
}

.form_message-success {
  background-color: #000;
  border-radius: .625rem;
  padding: 1.25rem;
}

.heading-style-h3 {
  letter-spacing: -.09rem;
  text-transform: uppercase;
  font-size: 3.25rem;
  font-weight: 400;
  line-height: 1;
}

.heading-style-h1 {
  text-transform: uppercase;
  font-family: Big river sample, sans-serif;
  font-size: 6rem;
  font-weight: 400;
  line-height: 1.1;
}

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

.text-size-tiny {
  font-family: Helveticaneue;
  font-size: .7rem;
}

.text-size-tiny.text-style-allcaps {
  letter-spacing: .09rem;
  font-family: Switzer, sans-serif;
}

.text-size-tiny.text-style-allcaps.text-color-white {
  text-transform: capitalize;
  font-family: Satoshi, sans-serif;
  font-size: 1.1rem;
}

.text-size-regular {
  font-size: 1.2rem;
  line-height: 1.4;
}

.text-size-regular.text-color-white.card {
  z-index: 5;
  position: relative;
}

.text-size-regular.text-color-grey {
  text-align: left;
}

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

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

.text-size-small {
  font-size: .975rem;
  line-height: 1.35;
}

.form-label {
  font-size: .875rem;
  font-weight: 400;
}

.form-input {
  border: 1px solid var(--outline-light);
  background-color: rgba(0, 0, 0, 0);
  min-height: 3.5rem;
  margin-bottom: .5rem;
  padding: .625rem 1.25rem;
  font-size: 1rem;
}

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

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

.text-style-link.light {
  color: #fff;
}

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

.text-size-large.text-align-center.list-header {
  color: #fff;
  letter-spacing: normal;
  text-transform: uppercase;
  font-family: Big river sample, sans-serif;
  font-size: 4rem;
  font-weight: 400;
  line-height: 4rem;
}

.text-size-large.text-align-center.list-header.clients {
  font-size: 2rem;
}

.text-size-large.questionaire {
  text-transform: capitalize;
}

.page-wrapper {
  font-family: Satoshi, sans-serif;
  overflow: hidden;
}

.heading-style-h5 {
  letter-spacing: -.05rem;
  font-family: Big river sample, sans-serif;
  font-size: 1.5rem;
  font-weight: 400;
  line-height: 1.5;
}

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

.form_message-error {
  background-color: #e2a4a4;
  border: 1px #d3d3d3;
  border-radius: 8rem;
  align-self: center;
  margin-top: .75rem;
  padding: .75rem;
}

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

.form-block {
  background-color: #fff;
  flex-direction: column;
  flex: 1;
  margin-bottom: 0;
  padding: 1.5rem 3rem 3rem;
  display: flex;
}

.main-wrapper {
  background-color: var(--background-dark);
  display: block;
}

.button {
  border: 1px solid var(--outline-dark);
  background-color: var(--background-dark);
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  border-radius: 100rem;
  padding: .75rem 1.05rem .75rem 1.15rem;
  font-family: Satoshi, sans-serif;
  font-size: .875rem;
  font-weight: 500;
  text-decoration: none;
}

.button.is-form-submit {
  background-color: var(--background-dark);
  border-style: none;
  width: 100%;
  margin-top: 1rem;
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
}

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

.button.is-light {
  border-color: var(--outline-light);
  color: #000;
  background-color: #fff;
}

.button.dark {
  max-width: 25rem;
}

.home-hero {
  z-index: 20;
  filter: contrast(97%) saturate(86%);
  background-image: linear-gradient(rgba(0, 0, 0, 0) 80%, #000);
  position: relative;
  overflow: visible;
}

.grid-large {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: minmax(2rem, 1fr) minmax(auto, 96rem) minmax(2rem, 1fr);
  grid-auto-columns: 1fr;
  width: 100%;
  display: grid;
}

.work-spacer {
  z-index: 20;
  background-color: var(--background-dark);
  height: 2rem;
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  bottom: 0;
}

.work-spacer.work-top-spacer {
  background-color: rgba(0, 0, 0, 0);
  height: 5.625rem;
}

.hero-loop {
  color: #fff;
  letter-spacing: -.35vw;
  text-transform: uppercase;
  white-space: nowrap;
  align-items: center;
  height: 10vw;
  margin-bottom: 0;
  font-family: Big river sample, sans-serif;
  font-size: 20vw;
  font-weight: 400;
  display: flex;
  position: relative;
}

.hero-loop-text {
  align-items: center;
  width: 100vw;
  margin-left: -1.5rem;
  display: flex;
  position: absolute;
  overflow: hidden;
}

.about-hero-text {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  flex-direction: column;
  align-items: flex-start;
  max-width: 20rem;
  padding-top: 4rem;
  padding-bottom: 5rem;
  display: flex;
}

.hero-loop-strip {
  line-height: 1;
  display: flex;
}

.loop-text {
  grid-column-gap: 7vw;
  grid-row-gap: 7vw;
  align-items: center;
  padding-left: 3.5vw;
  padding-right: 3.5vw;
  display: flex;
}

.navbar {
  background-color: rgba(0, 0, 0, 0);
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 5.625rem;
  display: flex;
}

.brand {
  color: #fff;
  letter-spacing: 0;
  text-transform: uppercase;
  padding-top: .4rem;
  padding-left: 0;
  padding-right: 0;
  font-family: Big river sample, sans-serif;
  font-size: 1rem;
  font-weight: 400;
}

.navbar_component {
  justify-content: space-between;
  align-items: center;
  padding-top: 0;
  padding-left: 0;
  display: flex;
  position: relative;
}

.navlink {
  color: #fff;
  text-decoration: none;
}

.navbar_menu {
  display: none;
}

.navbar_right {
  grid-column-gap: .875rem;
  grid-row-gap: .875rem;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.navbar_dropdown {
  position: static;
}

.navbar_toggle {
  grid-column-gap: .3rem;
  grid-row-gap: .3rem;
  border: 1px solid var(--outline-dark);
  border-radius: 100rem;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 2.4rem;
  height: 2.4rem;
  padding: 0;
  display: flex;
}

.navbar_toggle.w--open {
  z-index: 10;
}

.curve-link {
  color: #fff;
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  margin-bottom: -1px;
  padding: 0;
  display: flex;
  position: relative;
}

.curve-arrow {
  border: 1px solid var(--outline-light);
  border-radius: 100rem;
  justify-content: center;
  align-items: center;
  width: 2.4rem;
  height: 2.4rem;
  display: flex;
  position: absolute;
  top: .5rem;
}

.icon {
  color: var(--background-dark);
  justify-content: center;
  align-items: center;
  width: .7rem;
  height: .7rem;
  display: flex;
  overflow: hidden;
}

.image-fill {
  opacity: 1;
  filter: saturate(154%);
  object-fit: cover;
  width: 100%;
  min-width: 100%;
  height: 100%;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
  box-shadow: 0 20px 5px #fff;
}

.image-fill.background {
  filter: saturate(105%);
}

.about-hero-right {
  justify-content: center;
  align-items: center;
  padding-bottom: 22%;
  display: flex;
  overflow: hidden;
}

.home-about {
  z-index: 25;
  position: relative;
}

.home-about-block {
  background-color: #fff;
  border-radius: .875rem;
  flex-direction: column;
  justify-content: space-between;
  min-height: 20rem;
  display: flex;
  position: relative;
}

.curve-block-center {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr .9fr;
  grid-auto-columns: 1fr;
  align-content: end;
  justify-content: center;
  align-items: flex-end;
  height: 0;
  display: flex;
  position: absolute;
  top: .5px;
  bottom: auto;
  left: 0%;
  right: 0%;
}

.about-hero-block {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
  position: relative;
}

.about-hero-left {
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  grid-template-rows: .65fr auto 1fr;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  min-height: 96vh;
  display: grid;
}

.home-about-intro {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 45rem;
  margin-left: auto;
  margin-right: auto;
  padding-top: 4rem;
  padding-bottom: 2rem;
  display: flex;
}

.text-size-xlarge {
  font-family: Helveticaneue;
  font-size: 2.75rem;
  line-height: 1.4;
}

.row-title-block {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.row-title {
  width: 100%;
}

.row-title-bottom {
  border-top: 1px solid var(--outline-light);
  padding-bottom: 5rem;
}

.row-title-text {
  letter-spacing: -.35vw;
  text-transform: uppercase;
  margin-bottom: -3.5vw;
  font-family: Big river sample, sans-serif;
  font-size: 13.5vw;
  font-weight: 400;
  line-height: .89;
}

.row-title-text.text-align-center {
  filter: brightness(97%) contrast(103%) saturate(122%);
  color: #ab1818;
  margin-bottom: -3.5vw;
  font-size: 13vw;
}

.row-title-text.text-align-center.portfolio {
  font-size: 10.5vw;
  line-height: 1;
}

.row-title-clip {
  overflow: hidden;
}

.home-work-block {
  color: #fff;
  flex-direction: column;
  justify-content: space-between;
  display: flex;
  position: static;
}

.home-work-top {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-bottom: 5rem;
  display: flex;
}

.home-work-top.list-header {
  padding-bottom: 1rem;
}

.home-work-top.service {
  padding-top: 4rem;
  padding-bottom: 4rem;
}

.home-work-bottom {
  position: relative;
}

.work-list-item {
  border-bottom: 1px none var(--outline-dark);
  width: 100%;
  padding-top: 4rem;
  padding-bottom: 4rem;
  text-decoration: none;
  position: relative;
}

.home-work-cms {
  padding-bottom: 2rem;
}

.work-list-grid {
  z-index: 25;
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr .5fr .3fr;
  grid-auto-columns: 1fr;
  align-content: center;
  align-items: center;
  display: grid;
  position: relative;
}

.work-list-title {
  align-items: center;
  padding-top: .35rem;
  display: flex;
}

.home-service-block {
  background-color: #fff;
  border-radius: 1rem;
  position: relative;
}

.about-hero_navbar {
  padding-left: 0;
  padding-right: 0;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: 0%;
}

.home-hero-block {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  min-height: 94vh;
  padding-top: 6rem;
  padding-bottom: 9rem;
  display: flex;
  position: relative;
}

.home-hero-intro {
  z-index: 100;
  grid-column-gap: 0vw;
  grid-row-gap: 0vw;
  white-space: nowrap;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.heading-style-huge {
  letter-spacing: -.5vw;
  text-transform: uppercase;
  padding-top: 2vw;
  padding-left: 1vw;
  padding-right: 1vw;
  font-family: Big river sample, sans-serif;
  font-size: 16vw;
  font-weight: 400;
  line-height: .75;
}

.heading-style-huge.text-color-white.text-align-center {
  font-size: 12vw;
}

.hero-rotate-image {
  z-index: 25;
  perspective: 200vw;
  border-radius: .875rem;
  flex-direction: column;
  justify-content: center;
  width: 100%;
  height: 100%;
  margin-bottom: 0%;
  display: flex;
  position: relative;
  overflow: visible;
  transform: perspective(200vw);
}

.hero-rotate-height {
  padding-top: 130%;
}

.clip {
  position: relative;
  overflow: hidden;
}

.list-image {
  position: relative;
}

.list-image-item {
  perspective: 200vw;
  flex-direction: column;
  justify-content: center;
  width: 100%;
  display: flex;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: auto;
  right: 0%;
}

.list-image-height {
  border: 0 rgba(255, 255, 255, 0);
  border-radius: .875rem;
  padding-top: 135%;
  position: relative;
  overflow: hidden;
}

.footer-block {
  flex-direction: column;
  display: flex;
}

.footer-bottom {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  border-top: 1px solid var(--outline-dark);
  grid-template-rows: auto;
  grid-template-columns: .6fr 1fr .6fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: center;
  padding-top: 3rem;
  padding-bottom: 3rem;
  display: grid;
}

.footer-menu {
  grid-column-gap: 2.625rem;
  grid-row-gap: 2.625rem;
  justify-content: space-between;
  display: flex;
}

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

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

.section-work-body {
  z-index: 20;
  background-color: #fff;
  position: relative;
}

.work-hero_component {
  z-index: 1;
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  color: #fff;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-rows: 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: center;
  justify-items: center;
  width: 100%;
  padding-top: 8rem;
  padding-bottom: 6rem;
  display: grid;
  position: relative;
  overflow: hidden;
}

.work-body_image {
  object-fit: contain;
  border-radius: .625rem;
  width: 70%;
  max-width: 70%;
}

.work-body_item {
  background-color: var(--background-dark);
  justify-content: center;
  align-items: center;
  padding: 3.5rem;
  display: flex;
}

.work-body_component {
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  flex-direction: column;
  grid-template-rows: auto;
  grid-template-columns: 6.5rem 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  display: flex;
}

.radius-regular {
  border-radius: .625rem;
}

.navbar_dropdown-list.w--open {
  background-color: rgba(221, 221, 221, 0);
  justify-content: flex-end;
  align-items: flex-start;
  width: 0;
  height: 0;
  display: flex;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.navbar_drop-content {
  z-index: 30;
  background-color: #fff;
  flex-flow: wrap;
  justify-content: center;
  width: 100%;
  margin-top: 1rem;
  padding: 0;
  display: flex;
  position: relative;
  overflow: hidden;
}

.navbar_link {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  border-right: 1px solid var(--outline-light);
  color: #000;
  text-transform: none;
  flex-direction: row;
  grid-template-rows: auto;
  grid-template-columns: 1fr auto;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: center;
  min-width: 10rem;
  max-height: 65vh;
  padding: 12rem 2rem 0;
  text-decoration: none;
  display: grid;
  overflow: auto;
}

.navbar_link-wrapper {
  grid-column-gap: 0px;
  grid-row-gap: 16px;
  flex-direction: row;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  width: 100%;
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
  display: grid;
}

.letter-1, .letter-2 {
  z-index: 1;
  display: inline-block;
  position: relative;
}

.letter-animation {
  justify-content: center;
  align-items: center;
  display: flex;
}

.letter-3, .letter-4, .letter-5, .letter-6, .letter-7, .letter-8 {
  z-index: 1;
  display: inline-block;
  position: relative;
}

.letter-9, .letter-10 {
  display: inline-block;
}

.line-fill {
  background-color: var(--outline-dark);
  width: 100%;
  height: 1px;
}

.line-fill.light-line-fill {
  background-color: var(--outline-light);
}

.line {
  position: absolute;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: 0%;
  overflow: hidden;
}

.line.line-wrap_topleft {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: 0%;
}

.hero-rotate-item {
  z-index: 25;
  flex-direction: column;
  display: flex;
  position: relative;
  overflow: hidden;
}

.hero-rotate-base {
  z-index: 50;
  perspective: 200vw;
  width: 50%;
  max-width: 40vh;
  height: 100%;
  display: block;
  position: absolute;
}

.home-faq-list {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  border: 1px solid var(--outline-light);
  flex-direction: column;
  grid-template-rows: auto;
  grid-template-columns: auto;
  grid-auto-columns: auto;
  grid-auto-flow: column;
  justify-content: space-between;
  margin-top: 0;
  margin-bottom: 0;
  padding: .5rem 2rem;
  display: flex;
  overflow: hidden;
}

.home-faq-item {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  border-top: 1px solid var(--outline-light);
  border-bottom: 1px none var(--outline-light);
  cursor: pointer;
  background-color: rgba(221, 221, 221, 0);
  flex-direction: column;
  flex: 0 auto;
  grid-template-rows: auto;
  grid-template-columns: auto 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-end;
  align-items: stretch;
  justify-items: stretch;
  width: 100%;
  padding: 0;
  transition: all .8s cubic-bezier(.215, .61, .355, 1);
  display: flex;
}

.home-faq-item.w--current {
  background-color: rgba(221, 221, 221, 0);
  overflow: hidden;
}

.home-faq-item.no-border {
  border-top-style: none;
  position: relative;
}

.home-faq-top {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  border-right: 1px none var(--outline-light);
  border-bottom: 1px none var(--outline-light);
  border-left: 1px none var(--outline-light);
  flex-direction: row;
  grid-template-rows: auto;
  grid-template-columns: 5rem 1fr auto;
  grid-auto-columns: 1fr;
  justify-content: start;
  align-items: center;
  justify-items: start;
  width: 100%;
  padding-top: 3.25rem;
  padding-bottom: 3.25rem;
  display: grid;
}

.hame-faq-bottom {
  flex-direction: column;
  flex: 0 auto;
  align-items: stretch;
  width: 100%;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
  position: relative;
  overflow: hidden;
}

.home-faq-content {
  border: 1px none var(--outline-light);
  background-color: var(--background-dark);
  flex-direction: row;
  justify-content: space-between;
  height: 100%;
  margin-bottom: 2.5rem;
  padding: 4rem 2rem 4rem 6rem;
  display: flex;
  overflow: hidden;
}

.home-faq-content.radius-regular {
  padding-right: 6rem;
}

.home-service-left {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  background-color: var(--background-dark);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  min-height: 30rem;
  padding-top: 7rem;
  padding-bottom: 7rem;
  display: flex;
  overflow: hidden;
}

.about-story {
  z-index: 20;
  position: relative;
}

.about-body-block {
  background-color: #fff;
}

.about-body-block.radius-regular {
  z-index: 10;
  flex-direction: column;
  align-items: stretch;
  position: relative;
}

.curve-block-right {
  z-index: 100;
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-content: end;
  align-items: end;
  height: 0;
  display: grid;
  position: absolute;
  top: 1px;
  bottom: auto;
  left: 0%;
  right: 0%;
}

.rotate-card-image {
  flex-direction: column;
  width: 100%;
  display: flex;
  position: relative;
  overflow: hidden;
}

.rotate-card-height {
  padding-top: 130%;
}

.home-service-list {
  grid-column-gap: 0rem;
  grid-row-gap: 0rem;
  border-top: 1px none var(--outline-light);
  flex-direction: row;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: stretch;
  justify-items: stretch;
  margin-left: -2rem;
  margin-right: -2rem;
  padding-top: 4rem;
  padding-bottom: 8rem;
  display: grid;
}

.home-service-list.top {
  grid-column-gap: 0rem;
  grid-row-gap: 0rem;
  cursor: none;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  padding-top: 0;
  padding-bottom: 4rem;
  display: grid;
}

.home-service-list.top.portfolio {
  grid-template-columns: 1fr 1fr 1fr 1fr;
}

.title-tag {
  grid-column-gap: 1.25rem;
  grid-row-gap: 1.25rem;
  align-items: center;
  display: flex;
}

.circle {
  border: 1px solid var(--outline-dark-2);
  border-radius: 100rem;
  width: .5rem;
  height: .5rem;
}

.navbar_line {
  background-color: #fff;
  width: 37.5%;
  height: 1px;
}

.projects-hero_curve {
  z-index: 20;
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-direction: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-content: end;
  justify-content: flex-end;
  align-items: center;
  height: 0;
  display: flex;
  position: absolute;
  top: 1px;
  bottom: auto;
  left: 0%;
  right: 0%;
}

.home-service-top {
  justify-content: center;
  align-items: center;
  padding-top: 0;
  padding-bottom: 4rem;
  display: flex;
}

.home-service-intro {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  max-width: 38rem;
  display: flex;
}

.navbar_overlay {
  z-index: 5;
  cursor: pointer;
  background-color: rgba(11, 12, 15, .5);
  display: none;
  position: fixed;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.rotate-card {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 60%;
  height: 100%;
  display: flex;
}

.rotate-card-item {
  perspective: 200vw;
  flex-direction: column;
  width: 100%;
  display: flex;
}

.home-faq-text {
  max-width: 100%;
}

.home-service_grid {
  grid-column-gap: 3rem;
  grid-row-gap: 0rem;
  flex-direction: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-content: stretch;
  justify-content: flex-start;
  align-items: stretch;
  margin-left: auto;
  margin-right: auto;
  padding-top: 6rem;
  display: flex;
}

.home-faq-block {
  grid-column-gap: 5rem;
  grid-row-gap: 5rem;
  flex-direction: column;
  justify-content: space-between;
  min-height: 35rem;
  display: flex;
}

.home-faq-number {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  align-items: center;
  display: flex;
}

.home-faq-icon {
  border-radius: 100rem;
  justify-content: center;
  align-items: center;
  width: 2.5rem;
  height: 2.5rem;
  display: flex;
}

.footer-intro {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  max-width: 28rem;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.about-history-block {
  grid-column-gap: 0px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: -1rem;
  padding-top: 0;
  display: grid;
}

.about-history-block.jlpk {
  padding-bottom: 2rem;
}

.about-history-block.work {
  grid-column-gap: 0px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 20px;
  display: grid;
}

.about-history-left {
  flex-direction: column;
  height: 100%;
  max-height: 100vh;
  padding-top: 1rem;
  padding-bottom: 1rem;
  display: flex;
  position: -webkit-sticky;
  position: sticky;
  top: 0;
}

.about-history-image {
  background-color: var(--background-dark);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
  overflow: hidden;
}

.about-history-list {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  padding-top: 5rem;
  padding-bottom: 4rem;
  padding-left: 4.5rem;
  display: grid;
}

.about-history-item {
  border-top: 1px solid var(--outline-light);
  border-bottom: 1px none var(--outline-light);
  background-color: #fff;
  flex-direction: column;
  justify-content: flex-end;
  padding-top: 6rem;
  padding-bottom: 6rem;
  display: flex;
  position: -webkit-sticky;
  position: sticky;
  top: 3rem;
  bottom: auto;
}

.about-history-intro {
  grid-row-gap: 1rem;
  flex-direction: column;
  align-items: flex-start;
  max-width: 24rem;
  display: flex;
}

.about-history-title {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.modal_close {
  z-index: 1;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.text-size-xlarge {
  text-transform: capitalize;
  font-family: Satoshi, sans-serif;
  font-size: 3.2rem;
  font-weight: 400;
  line-height: 1.3;
}

.text-size-xlarge.text-align-center {
  text-transform: uppercase;
}

.about-hero {
  z-index: 5;
  background-image: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0) 80%, #141414), url('../images/shanghai.webp');
  background-position: 0 0, 50%;
  display: block;
  position: relative;
}

.about-hero.work {
  background-image: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0) 80%, #141414), url('../images/beijing3.webp');
}

.about-hero.contact {
  background-image: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0) 80%, #141414), url('../images/singapore_skyline_far.webp');
}

.icon-1x1-tiny {
  justify-content: center;
  align-items: center;
  width: .9rem;
  height: .9rem;
  display: flex;
  overflow: hidden;
}

.text-size-xsmall {
  font-size: .8rem;
}

.text-size-xsmall.text-style-allcaps {
  letter-spacing: .07rem;
  font-size: .625rem;
  line-height: 1.3;
}

.contact-block {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: .5fr 1fr .5fr;
  grid-auto-columns: 1fr;
  align-items: center;
  display: grid;
}

.contact-base {
  z-index: 100;
  background-color: rgba(0, 0, 0, 0);
  flex-direction: column;
  width: 100%;
  max-width: 40rem;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 6rem;
  display: block;
  position: relative;
  overflow: hidden;
}

.form-dual-input {
  grid-column-gap: .4rem;
  grid-row-gap: .4rem;
  justify-content: space-between;
  display: flex;
}

.contact-intro {
  width: 100%;
  max-width: 25rem;
  margin-left: auto;
  margin-right: auto;
}

.overlay {
  background-color: rgba(11, 12, 15, .15);
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.overlay.light-overlay {
  background-color: rgba(11, 12, 15, .1);
}

.about-story-right {
  flex-direction: column;
  justify-content: space-between;
  max-width: 30rem;
  display: flex;
}

.about-story-paragraph {
  max-width: 25rem;
  padding-bottom: 2rem;
}

.about-history-top {
  max-width: 30rem;
}

.hover-text.bottom-hover-text {
  position: absolute;
  top: auto;
  bottom: -100%;
  left: 0%;
  right: 0%;
}

.navbar-link-description {
  max-width: 16rem;
}

.home-service_card {
  grid-column-gap: 1.625rem;
  grid-row-gap: 1.625rem;
  border-right: 1px dashed var(--outline-light);
  flex-direction: column;
  justify-content: space-between;
  width: 100%;
  padding-bottom: 2rem;
  padding-left: 1rem;
  padding-right: 1rem;
  display: flex;
}

.home-service_card.end {
  border-right-style: none;
}

.home-service_height {
  border-radius: .625rem;
  padding-top: 70%;
  position: relative;
  overflow: hidden;
}

.home-service_top {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  flex-direction: column;
  align-items: flex-start;
  max-width: 20rem;
  display: flex;
}

.home-service_intro {
  grid-column-gap: .25rem;
  grid-row-gap: .25rem;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.home-service_base {
  border-top: 1px solid var(--outline-light);
}

.home-service {
  overflow: hidden;
}

.home-banner_com {
  border-radius: .625rem;
  justify-content: center;
  align-items: flex-end;
  min-height: 40vh;
  padding-top: 0;
  padding-bottom: 2rem;
  display: flex;
  position: relative;
  overflow: hidden;
}

.home-banner_bkg {
  background-image: url('../images/zhu-hongzhi-tzFVsg6nWtM-unsplash-min.webp');
  background-position: 50%;
  background-size: cover;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
  overflow: hidden;
}

.home-banner_content {
  z-index: 3;
  grid-column-gap: 0rem;
  grid-row-gap: 0rem;
  background-color: #fff;
  border-radius: .625rem;
  flex-direction: column;
  width: 100%;
  max-width: 35rem;
  padding: 0;
  display: flex;
  position: relative;
  overflow: hidden;
}

.home-banner_content.slider-component {
  display: none;
}

.home-banner_content.slider-component.review {
  max-width: 100%;
  display: block;
}

.home-banner_slide {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  flex-direction: column;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding: 2.5rem;
  display: flex;
}

.home-banner_nav {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  border-top: 1px solid var(--outline-light);
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: center;
  display: grid;
}

.home-banner_credit {
  grid-column-gap: .875rem;
  grid-row-gap: .875rem;
  align-items: center;
  display: flex;
}

.home-banner_avatar {
  border-radius: .4rem;
  width: 5rem;
  height: 5rem;
  position: relative;
  overflow: hidden;
}

.home-banner_slider {
  cursor: grab;
  display: flex;
}

.slider-arrow {
  grid-column-gap: .35rem;
  grid-row-gap: .25rem;
  cursor: pointer;
  justify-content: center;
  align-items: center;
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
  display: flex;
}

.slider-arrow.swiper-prev {
  border-right: 1px solid var(--outline-light);
}

.hover-arrow.right {
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: auto;
  right: -100%;
}

.hover-arrow.left {
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: -100%;
  right: auto;
}

.hover-arrow.top {
  position: absolute;
  top: -100%;
  bottom: auto;
  left: 0%;
  right: 0%;
}

.slider-arrow_text {
  padding-bottom: .25rem;
}

.work-body_details {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  border-bottom: 1px solid var(--outline-light);
  flex-direction: row;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 2.5rem;
  padding-bottom: 1.5rem;
  display: grid;
}

.work-body_descript {
  max-width: 25rem;
}

.work-hero_intro {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.hyperlink {
  grid-column-gap: .25rem;
  grid-row-gap: .25rem;
  color: var(--background-dark);
  justify-content: flex-end;
  align-items: center;
  text-decoration: none;
  display: flex;
}

.text-block {
  color: #fff;
}

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

.preloader {
  z-index: 9000;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  color: #531431;
  background-color: rgba(2, 0, 22, .5);
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  width: 100vw;
  height: 100vh;
  display: none;
  position: fixed;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.preloader__item {
  z-index: 10;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 25%;
  height: 25%;
  display: flex;
  position: relative;
}

.preloader__bg-top {
  z-index: 2;
  background-color: #020016;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.preloader__bg-middle {
  z-index: 1;
  background-color: rgba(2, 0, 22, .5);
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.preloader__bg-bottom {
  z-index: 0;
  background-color: rgba(2, 0, 22, .5);
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.lottie-animation {
  width: 100%;
}

.link {
  color: #fff;
  letter-spacing: 5px;
  text-transform: uppercase;
  border: 1px solid rgba(255, 255, 255, .1);
  border-radius: 100px;
  padding: 12px 28px;
  font-size: 11px;
  text-decoration: none;
}

.control {
  color: #0d0628;
  border: 2px solid #0d0628;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 3.33em;
  height: 3.33em;
  margin-left: .5em;
  margin-right: .5em;
  transition: transform .2s;
  display: flex;
  position: relative;
  overflow: hidden;
}

.control:active {
  transform: scale(.9);
}

.card-ws__card--001 {
  cursor: none;
  background-color: #fff;
  border-radius: 1rem;
  align-items: flex-end;
  width: 100%;
  height: 31rem;
  display: flex;
  position: relative;
  overflow: hidden;
  box-shadow: 0 2px 5px rgba(0, 0, 0, .2);
}

.pointer---wrap {
  z-index: 1001;
  justify-content: center;
  align-items: center;
  display: flex;
  position: fixed;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.pointer {
  background-color: #191a1c;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 20em;
  height: 20em;
  display: flex;
  transform: scale(0);
}

.pointer---arrow {
  transform: rotate(-45deg);
}

.arrow {
  width: 10em;
  position: relative;
}

.arrow---body {
  background-color: #fff;
  width: 9em;
  height: 1em;
}

.arrow---head-wrap {
  transform-origin: 100% 0;
  position: absolute;
  top: 50%;
  right: 0;
  transform: rotate(45deg);
}

.arrow---head {
  border-top: 1em solid #fff;
  border-right: 1em solid #fff;
  width: 4em;
  height: 4em;
}

.work-card {
  border: .5em solid #000;
  flex: none;
  width: 30em;
  position: relative;
  box-shadow: 7px 7px #000;
}

.marquee-horizontal-large {
  z-index: 200;
  flex: none;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: 120px;
  margin-top: 10px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.marquee-cover-horizontal {
  z-index: 10;
  background-image: linear-gradient(270deg, var(--background-dark), rgba(255, 255, 255, 0) 10%, rgba(255, 255, 255, 0) 90%, var(--background-dark));
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.icon-container-alt {
  filter: saturate(115%);
  background-image: url('../images/logo_011.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: .875rem;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 200px;
  height: 112px;
  padding-left: 30px;
  padding-right: 30px;
  display: flex;
}

.icon-container-alt._1 {
  background-image: url('../images/logo_001.webp');
  background-position: 50%;
  background-size: cover;
}

.icon-container-alt._2 {
  background-image: url('../images/logo_002.webp');
}

.icon-container-alt._3 {
  background-image: url('../images/logo_003.webp');
}

.icon-container-alt._4 {
  background-image: url('../images/logo_004.webp');
}

.icon-container-alt._5 {
  background-image: url('../images/logo_005.webp');
}

.icon-container-alt._6 {
  background-image: url('../images/logo_006.webp');
}

.icon-container-alt._7 {
  background-image: url('../images/logo_007.webp');
}

.icon-container-alt._8 {
  background-image: url('../images/logo_008.webp');
}

.icon-container-alt._9 {
  background-image: url('../images/logo_009.webp');
}

.icon-container-alt._10 {
  background-image: url('../images/logo_010.webp');
}

.icon-container-alt._11 {
  background-image: url('../images/logo_011.webp');
}

.icon-container-alt._12 {
  background-image: url('../images/logo_012.webp');
}

.icon-container-alt._13 {
  background-image: url('../images/logo_013.webp');
}

.icon-container-alt._14 {
  background-image: url('../images/logo_014.webp');
}

.icon-container-alt._15 {
  background-image: url('../images/logo_015.webp');
}

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

.track-horizontal {
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.flex-horizontal {
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
}

.track-horizontal-alt {
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.container-4 {
  z-index: 10;
  width: 90%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 60px;
  padding-right: 60px;
  position: relative;
}

.container-4.flex-vertical {
  width: 100%;
  max-width: 100%;
  margin-left: 0;
  margin-right: 0;
  padding-left: 0;
  padding-right: 0;
  display: block;
}

.spacer-30 {
  width: 100%;
  height: 30px;
}

.spacer-30._15-xsvp {
  flex: none;
  width: 30px;
  height: 20%;
}

.break {
  display: none;
}

.parallax {
  z-index: 10;
  background-image: url('../images/Parallax_1-min.webp');
  background-position: 50%;
  background-repeat: repeat;
  background-size: cover;
  min-height: 94vh;
  display: flex;
  position: fixed;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.parallax._2 {
  z-index: 11;
  background-image: url('../images/Parallax_2-min.webp');
}

.parallax._1 {
  background-image: url('../images/Parallax_1-min.webp');
}

.parallax._3 {
  z-index: 13;
  background-image: url('../images/Parallax_3-min.webp');
}

.parallax._4 {
  z-index: 14;
  background-image: url('../images/Parallax_4-min.webp');
}

.parallax._5 {
  z-index: 15;
  background-image: url('../images/Parallax_5-min.webp');
}

.parallax._6 {
  z-index: 16;
  background-image: url('../images/Parallax_6-min.webp');
}

.parallax._7 {
  z-index: 17;
  background-image: url('../images/Parallax_7-min.webp');
}

.parallax._8 {
  z-index: 18;
  background-image: url('../images/Parallax_8-min.webp');
}

.parallax._9 {
  z-index: 19;
  background-image: url('../images/Parallax_9-min.webp');
  background-size: cover;
  background-attachment: scroll;
}

.parallax._10 {
  z-index: 20;
  background-image: radial-gradient(circle farthest-corner at 50% 50%, rgba(0, 0, 0, .1) 85%, var(--background-dark)), linear-gradient(to bottom, transparent 70%, black), linear-gradient(to right, var(--background-dark), rgba(255, 255, 255, 0) 11%, rgba(255, 255, 255, 0) 91%, var(--background-dark));
}

.tab-link {
  background-color: rgba(0, 0, 0, 0);
  padding: 0 40px;
  transition: color .2s, opacity .3s;
}

.tab-link:hover {
  color: #525252;
  background-color: #f7f7f8;
  background-image: url('../images/Purple-Arrow.svg');
  background-position: 93%;
  background-repeat: no-repeat;
  background-size: auto;
  border-radius: 8px;
}

.tab-link.w--current {
  background-color: rgba(0, 0, 0, 0);
  background-image: none;
  background-repeat: repeat;
  background-size: auto;
  border-radius: 8px;
}

.tab-link.w--current:hover {
  background-color: #f7f7f8;
  background-image: none;
}

.tab-content {
  border-radius: .625rem;
  justify-content: flex-end;
  align-items: stretch;
  width: 100%;
  padding-left: 10px;
  display: flex;
}

.section-2 {
  position: relative;
  overflow: hidden;
}

.full-image {
  width: 100%;
}

.full-image.tab {
  object-fit: cover;
  border-radius: .625rem;
  max-width: 720px;
}

.answer-block {
  margin-top: -8px;
  padding-bottom: 32px;
  display: none;
}

.answer-block.open {
  margin-top: -8px;
  padding-bottom: 32px;
  display: block;
}

.tabs {
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: flex;
}

.arrow-2 {
  display: none;
}

.tab-details {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  border-bottom: 1px solid #d1d1db;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
}

.tabs-menu {
  flex-direction: column;
  width: 100%;
  max-width: 50%;
  margin-bottom: 0;
  margin-right: 0;
  padding-right: 10px;
  display: flex;
}

.question-block {
  flex-direction: row;
  grid-template-rows: auto;
  grid-template-columns: 2fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: center;
  padding-top: 32px;
  padding-bottom: 32px;
  display: flex;
}

.question-block:hover {
  background-image: none;
  background-position: 0 0;
  background-repeat: repeat;
  background-size: auto;
}

.tab-outer-wrapper {
  margin-left: 0;
  padding-top: 20px;
}

.tab-image {
  background-color: #feebfc;
  border-radius: .625rem;
  justify-content: center;
  align-items: center;
  height: 100%;
  padding-top: 0;
  display: flex;
}

.tab-image.blue {
  background-color: #dbf3fe;
  border-radius: .625rem;
}

.tab-image.yellow {
  background-color: #fef3d7;
}

.tab-image.light-green {
  background-color: #dff8ea;
}

.tab-image.pink {
  background-color: #fdd8e0;
}

.tab-image.purple {
  background-color: #e1dafb;
}

.tab-image.d-none {
  display: none;
}

.tab-pane {
  border-radius: 1rem;
  width: 100%;
  max-width: 100%;
  height: 100%;
}

.tab-pane.light-pink {
  background-color: #feebfc;
  height: 100%;
}

.card-content-text-inner-wrapper {
  position: relative;
}

.card-content {
  z-index: 3;
  flex-direction: column;
  justify-content: space-between;
  padding: 1.5rem;
  font-weight: 600;
  display: flex;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.card-content-text-outer-wrapper {
  overflow: hidden;
}

.card-number.card-number-absolute {
  position: absolute;
}

.card-image {
  z-index: 1;
  filter: contrast(120%) sepia(60%) grayscale(80%);
  object-fit: cover;
  height: 100%;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.card-image._1 {
  background-image: url('../images/MergerandAcquisitions.webp');
  background-position: 50%;
  background-size: cover;
}

.card-image._2 {
  background-image: url('../images/Works_002.webp');
  background-position: 50%;
  background-size: cover;
}

.card-image._3 {
  background-image: url('../images/Works_003.webp');
  background-position: 50%;
  background-size: cover;
}

.card-image._4 {
  background-image: url('../images/Works_004.webp');
  background-position: 50%;
  background-size: cover;
}

.card-image._5 {
  background-image: url('../images/Works_005.webp');
  background-position: 50%;
  background-size: cover;
}

.card-image._6 {
  background-image: url('../images/nasdaq-using-drupal-1280w.webp');
  background-position: 50%;
  background-size: cover;
}

.card-image.work {
  filter: saturate(196%) brightness(75%) contrast(109%) grayscale(10%);
  background-image: url('../images/efcfdd94206c1d287703a8f408fe181b.webp');
  background-position: 0%;
  background-size: cover;
}

.card-image.work.two {
  background-image: url('../images/Lucid_Showroom.webp');
  background-position: 50%;
}

.card-image.work.three {
  background-image: url('../images/solumaire.webp');
  background-position: 100%;
}

.card-image.portfolio {
  filter: none;
  cursor: auto;
}

.card-image.portfolio._1 {
  -webkit-backdrop-filter: grayscale();
  backdrop-filter: grayscale();
  background-image: url('../images/Background-pattern-2-.svg');
}

.card-image.portfolio._2, .card-image.portfolio._3 {
  background-image: url('../images/Background-pattern-2-.svg');
}

.card-image.portfolio._4 {
  background-image: url('../images/Json.jpeg');
}

.card-grid-wrapper {
  cursor: none;
  padding: 10px;
}

.card-grid-wrapper.portfolio {
  cursor: auto;
}

.card-transition-background {
  z-index: 2;
  background-color: rgba(0, 0, 0, .75);
  height: 100%;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.bttcard {
  color: #fff;
  cursor: none;
  background-color: #131313;
  border-radius: .625rem;
  width: 100%;
  height: 50vh;
  position: relative;
  overflow: hidden;
}

.display-m {
  letter-spacing: -.01em;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1.75rem;
  font-weight: 600;
  line-height: 1.2em;
}

.cards-ws__card--004 {
  background-color: #000;
  border-radius: 1rem;
  width: 100%;
  height: 35rem;
  display: flex;
  overflow: hidden;
}

.card-ws__card--004 {
  filter: contrast(112%) grayscale(55%);
  color: #000;
  background-color: #fff;
  flex-direction: column;
  justify-content: space-between;
  width: 33.3%;
  height: 100%;
  padding: 1.5rem;
  display: flex;
}

.card-ws__card--004.card-second-ws__card--004 {
  color: #fff;
  background-color: #000;
}

.card-ws__card--004.card-third-ws__card--004 {
  color: #fff;
  background-color: #0170ff;
}

.card-number-ws__card--004 {
  z-index: 5;
  color: #fff;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.2em;
  position: relative;
}

.card-heading-wrapper-ws__card--004 {
  z-index: 5;
  height: 1.5rem;
  position: relative;
  overflow: hidden;
}

.card-heading-ws__card--004 {
  color: #fff;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 1.2em;
}

.bttcard--portfolio {
  color: #fff;
  cursor: none;
  background-color: #131313;
  border-radius: .625rem;
  width: 100%;
  height: 40vh;
  position: relative;
  overflow: hidden;
}

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

.scroll-content {
  align-items: center;
  min-width: 300vw;
  display: flex;
}

.scroll-indicator-line-wrap {
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  display: flex;
  position: relative;
}

.horizontal-scroll-camera {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 100vw;
  max-width: 100%;
  height: 100vh;
  display: flex;
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  overflow: hidden;
}

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

.scroll-image-wrapper {
  border: 2px solid #291100;
  border-radius: 2rem;
  overflow: hidden;
}

.scroll-indicator {
  z-index: 1;
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  justify-content: center;
  align-items: center;
  width: 95%;
  height: 5vh;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: absolute;
  top: auto;
  bottom: 2rem;
  left: 0%;
  right: 0%;
}

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

.scroll-indicator-line {
  background-color: #291100;
  width: 100%;
  height: 2px;
}

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

.button-2 {
  color: #fffee1;
  text-align: center;
  background-color: #033800;
  border-radius: .25rem;
  padding: .75rem 1.5rem;
  font-weight: 700;
  text-decoration: none;
  transition: all .25s ease-in-out;
}

.button-2:hover {
  opacity: .8;
  transform: scale(1.1);
}

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

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

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

.scroll-indicator-line-bg {
  z-index: -1;
  background-color: #dbcbc0;
  width: 100%;
  height: 1px;
  position: absolute;
}

.scroll-content-wrapper {
  justify-content: center;
  align-items: center;
  min-width: 100vw;
  min-height: 100svh;
  display: flex;
  position: relative;
  overflow: hidden;
}

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

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

.scroll_track {
  height: 400vh;
}

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

.testimonial-collection-item {
  width: 25%;
}

.testimonial-name {
  text-align: left;
  margin-bottom: 0;
}

.testimonial-image {
  object-fit: cover;
  border-radius: 100%;
  width: 4rem;
  min-width: 4rem;
  height: 4rem;
  min-height: 4rem;
  margin-bottom: 12px;
}

.card-wrapper {
  padding-top: 2rem;
  padding-bottom: 2rem;
}

.testimonial-card {
  grid-row-gap: 24px;
  border: 1px solid var(--outline-dark-2);
  background-color: rgba(255, 255, 255, .06);
  background-image: url('../images/Background-pattern-2-.svg');
  background-position: 0 100%;
  background-repeat: no-repeat;
  background-size: auto;
  border-radius: 20px;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  height: 100%;
  padding: 48px;
  display: flex;
}

.paragraph-large {
  color: #ececec;
  text-align: left;
  letter-spacing: normal;
  font-size: 24px;
  line-height: 1.3;
}

.collection-list {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  margin-left: 1rem;
  margin-right: 1rem;
  display: flex;
}

.paragraph {
  color: #b3b3b3;
  font-size: 16px;
  line-height: 1.6;
}

.paragraph.text-color-accent {
  color: #996aff;
}

@media screen and (max-width: 991px) {
  .padding-xlarge {
    padding: 3rem;
  }

  .padding-huge {
    padding: 5rem;
  }

  .margin-large {
    margin: 2.5rem;
  }

  .padding-large {
    padding: 2.5rem;
  }

  .padding-small, .padding-medium {
    padding: 1.5rem;
  }

  .margin-medium {
    margin: 1.5rem;
  }

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

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

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

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

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

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

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

  .text-size-regular.text-color-grey {
    text-align: left;
  }

  .text-size-large.text-align-center.list-header {
    font-size: 3.5rem;
    line-height: 3.5rem;
  }

  .form-block {
    padding: 1.5rem 1.5rem 2.5rem;
  }

  .grid-large {
    grid-template-columns: minmax(1rem, 1fr) minmax(auto, 104rem) minmax(1rem, 1fr);
  }

  .work-spacer {
    height: 4vh;
    display: none;
  }

  .hero-loop {
    align-items: flex-end;
    height: 27vw;
  }

  .about-hero-text {
    padding-top: 2rem;
    padding-bottom: 0;
  }

  .about-hero-right {
    display: none;
  }

  .about-hero-block {
    grid-template-columns: 1fr;
  }

  .about-hero-left {
    grid-column-gap: 0rem;
    grid-row-gap: 0rem;
    grid-template-rows: auto auto;
    min-height: auto;
    padding-top: 5rem;
    padding-bottom: 2rem;
  }

  .home-about-intro {
    max-width: 35rem;
  }

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

  .row-title-bottom {
    padding-bottom: 3rem;
  }

  .row-title-text.text-align-center.portfolio {
    font-size: 10vw;
  }

  .home-work-cms {
    padding-bottom: 4rem;
  }

  .work-list-grid {
    align-content: stretch;
  }

  .home-hero-block {
    min-height: 80vw;
    padding-bottom: 8rem;
  }

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

  .footer-menu {
    padding-bottom: 2rem;
  }

  .work-body_image {
    width: 80%;
    max-width: 80%;
  }

  .navbar_drop-content {
    max-height: 80vh;
    overflow: auto;
  }

  .navbar_drop-content.radius-regular {
    max-height: 65vh;
  }

  .navbar_link {
    grid-column-gap: 2.5rem;
    grid-row-gap: 2.5rem;
    border-bottom: 1px solid var(--outline-light);
    border-right-style: none;
    max-height: none;
    padding-top: 3rem;
    padding-bottom: 3rem;
    overflow: visible;
  }

  .navbar_link-wrapper {
    grid-column-gap: 0rem;
    grid-row-gap: 0rem;
    grid-template-columns: 1fr;
    padding-top: 0;
    padding-bottom: 0;
  }

  .hero-rotate-base {
    width: 30%;
  }

  .home-faq-top {
    grid-template-columns: 2rem 1fr auto;
  }

  .home-faq-content {
    padding-top: 2rem;
    padding-bottom: 2rem;
    padding-left: 3rem;
  }

  .home-service-left {
    min-height: auto;
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .curve-block-right {
    grid-template-columns: auto 1fr;
    justify-items: end;
  }

  .home-service-list {
    grid-template-columns: 1fr;
    margin-left: 0;
    margin-right: 0;
    padding-top: 0;
    padding-bottom: 6rem;
  }

  .home-service-list.top {
    flex-direction: column;
    padding-top: 0;
  }

  .home-service-top {
    padding-top: 3rem;
    padding-bottom: 8rem;
  }

  .rotate-card {
    width: 40%;
  }

  .home-service_grid {
    padding-top: 8rem;
  }

  .footer-intro {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .about-history-block {
    grid-template-columns: 1fr;
  }

  .about-history-left {
    position: relative;
  }

  .about-history-image.radius-regular {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }

  .about-history-list {
    justify-content: center;
    justify-items: center;
    padding-top: 2rem;
    padding-bottom: 2rem;
    padding-left: 2rem;
  }

  .about-history-item {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }

  .about-story-right {
    min-height: auto;
  }

  .about-history-top {
    max-width: 25rem;
  }

  .home-service_card {
    border-bottom: 1px dashed var(--outline-light);
    border-right-style: none;
    padding: 3rem 0;
  }

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

  .home-service_base {
    display: none;
  }

  .home-banner_com {
    align-items: center;
    padding-top: 12rem;
    padding-bottom: 12rem;
  }

  .home-banner_content {
    max-width: 70vw;
  }

  .home-banner_content.slider-component {
    grid-column-gap: 0rem;
    grid-row-gap: 0rem;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: block;
  }

  .work-body_details {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    grid-template-columns: 1fr;
    justify-content: start;
    justify-items: start;
    padding-top: 1rem;
  }

  .card-ws__card--001 {
    width: 100%;
    max-width: 30rem;
  }

  .work-card {
    width: 50em;
  }

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

  .break2 {
    display: none;
  }

  .parallax {
    min-height: 80vw;
  }

  .parallax._10 {
    background-image: linear-gradient(rgba(0, 0, 0, 0) 70%, #000);
  }

  .tab-link:hover {
    background-image: none;
    background-position: 0 0;
    background-repeat: repeat;
    background-size: auto;
  }

  .tab-link.w--current {
    background-image: none;
    background-repeat: repeat;
    background-size: auto;
    padding-top: 9px;
    padding-left: 40px;
    padding-right: 40px;
  }

  .tabs-menu {
    min-width: 100%;
    max-width: none;
    margin-right: 0;
  }

  .tab-outer-wrapper {
    margin-left: 0;
    padding-bottom: 80px;
  }

  .tab-image {
    margin-top: 32px;
    display: none;
  }

  .tab-image.blue, .tab-image.yellow, .tab-image.light-green, .tab-image.purple {
    display: none;
  }

  .tab-image.d-none {
    padding-top: 80px;
    display: block;
  }

  .card-image.work {
    filter: saturate(120%) brightness(40%) contrast(110%) grayscale();
  }

  .display-m {
    font-size: 1.5rem;
  }

  .cards-ws__card--004 {
    flex-flow: column;
    height: auto;
  }

  .card-ws__card--004 {
    width: 100%;
    height: 25rem;
  }

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

  .scroll-content {
    flex-direction: column;
    width: auto;
    min-width: auto;
  }

  .horizontal-scroll-camera {
    height: auto;
  }

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

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

  .testimonial-collection-item {
    width: 100%;
  }

  .testimonial-card {
    padding: 31px;
  }

  .paragraph-large {
    font-size: 20px;
  }

  .collection-list {
    flex-wrap: wrap;
  }
}

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

  h2 {
    font-size: 2rem;
  }

  h3 {
    font-size: 1.5rem;
  }

  h4 {
    font-size: 1rem;
  }

  .padding-xlarge {
    padding: 2rem;
  }

  .padding-huge {
    padding: 3.5rem;
  }

  .margin-large {
    margin: 1.5rem;
  }

  .padding-large {
    padding: 1.5rem;
  }

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

  .padding-medium {
    padding: 1.25rem;
  }

  .margin-medium {
    margin: 1.25rem;
  }

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

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

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

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

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

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

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

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

  .form-label {
    margin-bottom: .4rem;
  }

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

  .text-size-large.text-align-center.list-header {
    font-size: 3rem;
    line-height: 3rem;
  }

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

  .hero-loop-text {
    margin-left: -.5rem;
  }

  .about-hero-text {
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
    max-width: 19rem;
    padding-top: 3rem;
    padding-bottom: 1rem;
    padding-left: .75rem;
  }

  .home-about-intro {
    max-width: 28rem;
  }

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

  .row-title-bottom {
    padding-bottom: 3rem;
  }

  .work-list-item {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }

  .work-list-grid {
    grid-column-gap: 2rem;
    grid-template-columns: 1fr;
    align-content: center;
  }

  .home-hero-block {
    min-height: 120vw;
    padding-top: 10rem;
    padding-bottom: 10rem;
  }

  .list-image-item {
    width: 100%;
    position: relative;
  }

  .list-image-height {
    padding-top: 100%;
  }

  .footer-bottom {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    grid-template-columns: 1fr;
    padding-top: 2rem;
    padding-bottom: 4rem;
  }

  .footer-menu {
    flex-direction: column;
    align-items: center;
    padding-top: 2rem;
    padding-bottom: 4rem;
  }

  .work-body_image {
    width: 100%;
    max-width: 100%;
  }

  .work-body_item {
    padding: 1.2rem;
  }

  .navbar_link {
    padding: 1.5rem;
  }

  .letter-animation {
    width: 100%;
    overflow: hidden;
  }

  .hero-rotate-base {
    width: 40%;
  }

  .home-faq-list {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .home-faq-list.radius-regular {
    padding: 0 1rem;
  }

  .home-faq-top {
    grid-column-gap: .25rem;
    grid-row-gap: .25rem;
    grid-template-columns: 1fr auto;
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
  }

  .home-faq-content {
    margin-bottom: 1.75rem;
    padding: 1.75rem 1.5rem;
  }

  .home-faq-content.radius-regular {
    padding: 1.2rem;
  }

  .home-service-list {
    padding-bottom: 2rem;
  }

  .home-service-list.top {
    flex-direction: column;
  }

  .home-service-top {
    padding-top: 2rem;
    padding-bottom: 4rem;
  }

  .home-service-intro {
    max-width: 24rem;
  }

  .home-service_grid {
    padding-top: 3rem;
  }

  .footer-intro {
    max-width: 22rem;
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .about-history-block {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
  }

  .about-history-list {
    padding-top: 1.25rem;
    padding-bottom: 1.5rem;
    padding-left: 0;
  }

  .form-dual-input {
    grid-column-gap: .2rem;
    grid-row-gap: .2rem;
    flex-direction: column;
    justify-content: flex-start;
  }

  .about-history-top {
    max-width: 20rem;
  }

  .home-service_card {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }

  .home-service_card.end {
    grid-column-gap: 1.25rem;
    grid-row-gap: 1.25rem;
  }

  .home-banner_com {
    padding-top: 9rem;
    padding-bottom: 9rem;
  }

  .home-banner_content {
    max-width: 80vw;
  }

  .home-banner_slide.swiper-slide {
    padding: 1rem;
  }

  .slider-arrow {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }

  .work-card {
    width: 80em;
  }

  .marquee-cover-horizontal {
    background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0) 70%, var(--background-dark)), linear-gradient(to bottom, var(--background-dark), rgba(255, 255, 255, 0) 30%);
  }

  .flex-horizontal.flip-svp {
    flex-direction: column;
  }

  .container-4 {
    width: 100%;
  }

  .parallax {
    min-height: 120vw;
  }

  .tab-link, .tab-link.w--current {
    padding-left: 32px;
    padding-right: 32px;
  }

  .answer-block.open {
    margin-top: 20px;
  }

  .question-block {
    padding-top: 22px;
    padding-bottom: 22px;
  }

  .tab-outer-wrapper {
    padding-bottom: 52px;
  }

  .tab-image.d-none {
    margin-top: 34px;
    padding-top: 34px;
  }

  .bttcard {
    height: 60vh;
  }

  .display-m {
    font-size: 1.5rem;
  }

  .cards-ws__card--004 {
    flex-direction: column;
    height: auto;
  }

  .card-ws__card--004 {
    width: 100%;
    height: 20rem;
  }

  .bttcard--portfolio {
    height: 60vh;
  }

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

  .scroll-content {
    grid-column-gap: 1.5rem;
    width: auto;
  }

  .horizontal-scroll-camera {
    margin-top: -10vh;
  }

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

  .scroll-grid_component {
    grid-row-gap: 3rem;
  }

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

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

  .testimonial-collection-item {
    width: 100%;
  }

  .card-wrapper {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }

  .paragraph-large {
    font-size: 1rem;
  }
}

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

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

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

  .padding-vertical.padding-xlarge {
    padding-bottom: 0;
  }

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

  .padding-horizontal.padding-large.service {
    margin-bottom: 20px;
  }

  .padding-horizontal.padding-small {
    flex-direction: column;
    justify-content: center;
    align-items: stretch;
    display: block;
  }

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

  .heading-style-h3.text-color-white {
    text-align: center;
  }

  .text-size-tiny.text-style-allcaps.text-color-white {
    text-transform: capitalize;
    font-family: Satoshi, sans-serif;
    font-size: 1.2rem;
  }

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

  .text-size-large.text-align-center.list-header {
    font-size: 2.5rem;
    line-height: 2.5rem;
  }

  .text-size-large.text-align-center.list-header.clients {
    font-size: 1.4rem;
  }

  .grid-large {
    justify-content: center;
  }

  .about-hero-text {
    padding-top: 1rem;
    padding-bottom: 3rem;
    padding-left: .25rem;
  }

  .navbar_toggle {
    width: 2.5rem;
    height: 2.5rem;
  }

  .about-hero-left {
    padding-bottom: 0;
  }

  .home-about-intro {
    padding: 2rem 0;
  }

  .row-title-bottom {
    display: none;
  }

  .row-title-text.text-align-center {
    font-size: 13.5vw;
  }

  .row-title-text.text-align-center.portfolio {
    font-size: 14vw;
  }

  .row-title-text.text-align-center.services {
    margin-bottom: -3.2vw;
    font-size: 12vw;
  }

  .home-work-top {
    padding-bottom: 3rem;
  }

  .work-list-item {
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
  }

  .home-work-cms {
    padding-bottom: 2rem;
  }

  .work-list-grid {
    grid-template-columns: 1fr;
    align-content: stretch;
  }

  .work-list-title {
    justify-content: center;
    padding-top: .75rem;
  }

  .home-hero-block {
    min-height: 110vw;
    padding-top: 9rem;
    padding-bottom: 9rem;
  }

  .heading-style-huge.text-color-white.text-align-center {
    font-size: 18vw;
  }

  .list-image {
    width: 100%;
  }

  .footer-menu {
    padding-top: 1rem;
  }

  .navbar_link {
    padding: 1.25rem;
  }

  .letter-10 {
    display: inline-block;
  }

  .hero-rotate-base {
    width: 45%;
    display: none;
  }

  .home-faq-list {
    padding-top: 0;
    padding-bottom: 0;
  }

  .home-service-left {
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
  }

  .home-service-list {
    padding-bottom: 2rem;
  }

  .home-service-list.top {
    grid-column-gap: 0rem;
    grid-row-gap: 0rem;
    flex-direction: row;
    grid-template-rows: auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .home-service-top {
    padding-top: 1rem;
    padding-bottom: 3rem;
  }

  .rotate-card {
    width: 50%;
  }

  .footer-intro {
    max-width: 20rem;
    padding-top: 3rem;
    padding-bottom: 3rem;
  }

  .about-history-block {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    grid-template-rows: auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .about-history-block.work {
    grid-column-gap: 0px;
    grid-row-gap: 16px;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .about-history-list {
    justify-items: start;
  }

  .home-service_height {
    filter: contrast(120%) sepia(60%) grayscale(80%);
  }

  .home-service_base {
    display: none;
  }

  .home-banner_content {
    max-width: 85vw;
  }

  .home-banner_content.slider-component {
    display: block;
    box-shadow: 0 2px 5px rgba(0, 0, 0, .2);
  }

  .work-card {
    width: 100em;
  }

  .marquee-horizontal-large {
    height: 130px;
  }

  .marquee-cover-horizontal {
    background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0) 70%, var(--background-dark)), linear-gradient(to right, var(--background-dark), rgba(255, 255, 255, 0) 10%, rgba(255, 255, 255, 0) 90%, var(--background-dark) 103%);
  }

  .icon-container-alt {
    width: 200px;
    height: 100px;
  }

  .container-4 {
    padding-left: 15px;
    padding-right: 15px;
  }

  .container-4.flex-vertical {
    padding-bottom: 10px;
  }

  .spacer-30._15-xsvp {
    height: 15px;
  }

  .break {
    padding-top: 0;
    font-size: 0;
    display: block;
  }

  .break2 {
    display: inline;
  }

  .parallax {
    min-height: 110vw;
  }

  .answer-block.open {
    margin-top: 18px;
  }

  .tab-outer-wrapper {
    padding-bottom: 45px;
  }

  .tab-image.d-none {
    margin-top: 30px;
    padding-top: 30px;
  }

  .bttcard {
    height: 50vh;
  }

  .display-m {
    font-size: 1.25rem;
  }

  .card-ws__card--004, .card-ws__card--004.card-second-ws__card--004 {
    height: 30rem;
  }

  .card-ws__card--004.card-third-ws__card--004 {
    height: 35rem;
  }

  .bttcard--portfolio {
    height: 40vh;
  }

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

  .scroll-content {
    width: auto;
  }

  .horizontal-scroll-camera {
    position: relative;
  }

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

  .scroll-grid_component {
    grid-template-columns: 1fr;
  }

  .testimonial-collection-item {
    padding-left: 0;
    padding-right: 0;
    display: flex;
  }
}

#w-node-_6e7df872-1444-4c27-ae3c-6b4673aeb1d3-d9646bc2 {
  grid-area: 1 / 1 / 2 / 4;
}

#w-node-d74ddeb5-c20c-63ef-8fb2-00407a060d1e-d9646bc2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#intro.w-node-_268712a1-d5ba-90dc-2dd1-5152fb162c24-d9646bc2 {
  grid-area: 1 / 1 / 2 / 4;
}

#w-node-_5c3f8f70-646c-b32e-c283-d182c9b391c4-d9646bc2 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_5c3f8f70-646c-b32e-c283-d182c9b391c0-d9646bc2, #services.w-node-_54a6c794-4338-ce36-32f9-a99b700b0724-d9646bc2 {
  grid-area: 1 / 1 / 2 / 4;
}

#w-node-_3f2e76f0-88dc-65eb-a07f-5b3506ce2a67-d9646bc2, #w-node-_3f2e76f0-88dc-65eb-a07f-5b3506ce2a70-d9646bc2, #w-node-_0379cc86-9dba-b489-1585-a2c7be779a95-d9646bc2, #w-node-_43e112ba-1890-5bb5-b694-9bb22f1b8ff9-d9646bc2, #w-node-_6b5ee2d0-e7fc-df37-cb87-5887d53d0758-d9646bc2, #w-node-_064c3ec9-47a4-ff18-8234-bd95a343a3b7-d9646bc2, #w-node-b4012a42-163a-f1cc-91fc-1f6a9297ad5f-d9646bc2, #w-node-c95448f9-96a1-5f5f-cd92-8619de985c08-d9646bc2, #w-node-e2d1d4ff-3daa-4a24-661b-de15c7bf01c6-d9646bc2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-f17c5aa6-ff54-9c14-64f2-750ce83c15a6-e83c15a3 {
  grid-area: 1 / 1 / 2 / 4;
}

#w-node-f17c5aa6-ff54-9c14-64f2-750ce83c15b0-e83c15a3 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-f17c5aa6-ff54-9c14-64f2-750ce83c15b2-e83c15a3 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
  justify-self: center;
}

#w-node-f17c5aa6-ff54-9c14-64f2-750ce83c15bf-e83c15a3 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: end;
}

#w-node-_9990f78a-f294-0c8f-0b66-9928e91f9a1e-e91f9a1e {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: start;
}

#w-node-_9990f78a-f294-0c8f-0b66-9928e91f9a1f-e91f9a1e, #w-node-dcf96600-dc67-46aa-b261-5e18bb914b2c-e91f9a1e, #w-node-_801ff30e-95ab-85cf-050c-dad43c1ea620-e91f9a1e, #w-node-de31a87d-6672-b57b-39d9-182a3bf92ebb-e91f9a1e, #w-node-_453bff1a-05a7-bbb8-3bd2-c2cdafdb1f3a-e91f9a1e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_6e7df872-1444-4c27-ae3c-6b4673aeb1d3-d9646bca {
  grid-area: 1 / 1 / 2 / 4;
}

#w-node-ef93f526-e3f8-6265-c443-7e05c624edb6-d9646bca {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_33a40b8b-70fe-856d-a5d5-400b2b14b0a5-d9646bca {
  grid-area: 2 / 1 / 3 / 2;
  align-self: end;
}

#w-node-f4c73470-2f9e-6fb3-dc67-d4b90270cd8b-d9646bca {
  grid-area: 3 / 1 / 4 / 2;
  align-self: end;
}

#w-node-_21a5a1ea-18a2-6a44-2315-f3602a8f32f3-d9646bca {
  grid-area: 3 / 1 / 4 / 2;
  align-self: end;
  justify-self: start;
}

#w-node-d74ddeb5-c20c-63ef-8fb2-00407a060d1e-d9646bca {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#right.w-node-cf6efd5f-ee6b-1d3f-4e6b-d8bcc38057b4-d9646bca {
  grid-area: 1 / 2 / 2 / 3;
}

#about.w-node-_268712a1-d5ba-90dc-2dd1-5152fb162c24-d9646bca {
  grid-area: 1 / 1 / 2 / 4;
}

#w-node-f1bf464d-fc74-223e-b627-a97de31d547d-d9646bca {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: start;
}

#w-node-f1bf464d-fc74-223e-b627-a97de31d5484-d9646bca, #w-node-_6dd294bf-1428-eb7e-ac6c-ec3499cf5ba9-d9646bca, #w-node-_8c3d9bea-5a97-0693-2304-16ce8df33be6-d9646bca, #w-node-_1e145ad7-277e-9d69-ef8e-57f007a29bcf-d9646bca, #w-node-bb8952f7-9ef5-c6c3-909f-a41aabf0d44a-d9646bca {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_44fe54da-fc95-84f6-1f71-7e4c772897d7-d9646bca {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: start;
}

#w-node-_44fe54da-fc95-84f6-1f71-7e4c772897de-d9646bca, #w-node-_5a68c496-28a2-7b64-7db1-06b2e8f1ee25-d9646bca, #w-node-b2bdfb96-9674-591e-b839-b3e9778c6e43-d9646bca, #w-node-a721c778-9455-c6cd-b4f3-e0cb6145a5ec-d9646bca, #w-node-_6fb46c55-aa42-2efc-b137-35cb2b754c63-d9646bca, #w-node-_81eb24d2-537f-df88-b0af-91a73459c00d-d9646bca, #w-node-_97b9e7c1-e1ee-d810-ecd2-3b96031dc498-031dc498, #w-node-ef93f526-e3f8-6265-c443-7e05c624edb6-d9646bcc {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_33a40b8b-70fe-856d-a5d5-400b2b14b0a5-d9646bcc {
  grid-area: 2 / 1 / 3 / 2;
  align-self: stretch;
}

#w-node-_54cca2e2-27ff-f4cd-9928-56bd07a98705-d9646bcc {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#services.w-node-fd39cbbb-5d40-85c2-72d7-44a0eb1d830d-d9646bcc {
  grid-area: 1 / 1 / 2 / 4;
}

#w-node-_811293e2-1bc5-b0a6-a195-608f0fa9fc65-d9646bce {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#right.w-node-b7d4bac5-c5da-00f7-0481-7ea41223e7dc-d9646bce {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_074cc14b-26f4-e1d4-faab-6eedf466c5ea-d9646bce {
  justify-self: center;
}

#w-node-_74b25528-8e75-f630-89e7-d5815cd7d424-d9646bce {
  justify-self: end;
}

#w-node-bf9de591-1104-d543-6b28-ee8c4f4ccb7a-d9646bce {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_6e7df872-1444-4c27-ae3c-6b4673aeb1d3-eb783150 {
  grid-area: 1 / 1 / 2 / 4;
}

#w-node-ef93f526-e3f8-6265-c443-7e05c624edb6-eb783150 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_33a40b8b-70fe-856d-a5d5-400b2b14b0a5-eb783150 {
  grid-area: 2 / 1 / 3 / 2;
  align-self: end;
}

#w-node-f4c73470-2f9e-6fb3-dc67-d4b90270cd8b-eb783150 {
  grid-area: 3 / 1 / 4 / 2;
  align-self: end;
}

#w-node-_21a5a1ea-18a2-6a44-2315-f3602a8f32f3-eb783150 {
  grid-area: 3 / 1 / 4 / 2;
  align-self: end;
  justify-self: start;
}

#w-node-d74ddeb5-c20c-63ef-8fb2-00407a060d1e-eb783150 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#right.w-node-cf6efd5f-ee6b-1d3f-4e6b-d8bcc38057b4-eb783150 {
  grid-area: 1 / 2 / 2 / 3;
}

#about.w-node-_268712a1-d5ba-90dc-2dd1-5152fb162c24-eb783150 {
  grid-area: 1 / 1 / 2 / 4;
}

#w-node-_2c261e44-eb9f-acd2-fe23-794bb802ff7f-eb783150 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_2c261e44-eb9f-acd2-fe23-794bb802ff80-eb783150 {
  grid-area: 1 / 1 / 2 / 4;
}

#nowThis.w-node-_2c261e44-eb9f-acd2-fe23-794bb802ff8a-eb783150, #nowThis.w-node-_2c261e44-eb9f-acd2-fe23-794bb802ff8d-eb783150 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_2c261e44-eb9f-acd2-fe23-794bb802ff94-eb783150 {
  align-self: stretch;
  justify-self: stretch;
}

#nowThis.w-node-_2c261e44-eb9f-acd2-fe23-794bb802ff9c-eb783150, #nowThis.w-node-_2c261e44-eb9f-acd2-fe23-794bb802ff9f-eb783150 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_2c261e44-eb9f-acd2-fe23-794bb802ffa6-eb783150 {
  align-self: stretch;
  justify-self: stretch;
}

#nowThis.w-node-_2c261e44-eb9f-acd2-fe23-794bb802ffae-eb783150, #nowThis.w-node-_2c261e44-eb9f-acd2-fe23-794bb802ffb1-eb783150 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_2c261e44-eb9f-acd2-fe23-794bb802ffb8-eb783150 {
  align-self: stretch;
  justify-self: stretch;
}

#nowThis.w-node-_2c261e44-eb9f-acd2-fe23-794bb802ffc0-eb783150, #nowThis.w-node-_2c261e44-eb9f-acd2-fe23-794bb802ffc3-eb783150 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_2c261e44-eb9f-acd2-fe23-794bb802ffca-eb783150 {
  align-self: stretch;
  justify-self: stretch;
}

#nowThis.w-node-_2c261e44-eb9f-acd2-fe23-794bb802ffd2-eb783150, #nowThis.w-node-_2c261e44-eb9f-acd2-fe23-794bb802ffd5-eb783150 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_2c261e44-eb9f-acd2-fe23-794bb802ffdc-eb783150 {
  align-self: stretch;
  justify-self: stretch;
}

#nowThis.w-node-d75b860b-ba0a-5c26-a660-e6a3e5dde3b1-eb783150, #nowThis.w-node-d75b860b-ba0a-5c26-a660-e6a3e5dde3b4-eb783150 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-d75b860b-ba0a-5c26-a660-e6a3e5dde3bb-eb783150 {
  align-self: stretch;
  justify-self: stretch;
}

#nowThis.w-node-_1b2fe8e3-ef91-9bbb-fbb4-09584def0f89-eb783150, #nowThis.w-node-_1b2fe8e3-ef91-9bbb-fbb4-09584def0f8e-eb783150 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_1b2fe8e3-ef91-9bbb-fbb4-09584def0f95-eb783150 {
  align-self: stretch;
  justify-self: stretch;
}

#nowThis.w-node-b6f528a2-bab1-46d2-faa1-1b5a4dbfb82a-eb783150, #nowThis.w-node-b6f528a2-bab1-46d2-faa1-1b5a4dbfb82f-eb783150 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-b6f528a2-bab1-46d2-faa1-1b5a4dbfb836-eb783150 {
  align-self: stretch;
  justify-self: stretch;
}

#nowThis.w-node-dfe8e3ad-a453-86b3-0f04-b57e2a5c00f4-eb783150, #nowThis.w-node-dfe8e3ad-a453-86b3-0f04-b57e2a5c00f9-eb783150 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-dfe8e3ad-a453-86b3-0f04-b57e2a5c0100-eb783150 {
  align-self: stretch;
  justify-self: stretch;
}

#nowThis.w-node-_7b335ff9-7cf2-4dc8-f8fc-8512ab26eadb-eb783150, #nowThis.w-node-_7b335ff9-7cf2-4dc8-f8fc-8512ab26eae0-eb783150 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_7b335ff9-7cf2-4dc8-f8fc-8512ab26eae7-eb783150 {
  align-self: stretch;
  justify-self: stretch;
}

#services.w-node-d19e0b80-b7ae-95a1-a3e2-6c371bf6fd9b-eb783150 {
  grid-area: 1 / 1 / 2 / 4;
}

#w-node-_66626d6e-b41d-7b6c-f8ec-cdea55675b4a-eb783150 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_44fe54da-fc95-84f6-1f71-7e4c772897d7-eb783150 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: start;
}

#w-node-_44fe54da-fc95-84f6-1f71-7e4c772897de-eb783150, #w-node-_5a68c496-28a2-7b64-7db1-06b2e8f1ee25-eb783150 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

@media screen and (min-width: 1920px) {
  #w-node-_44fe54da-fc95-84f6-1f71-7e4c772897de-d9646bca {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}

@media screen and (max-width: 991px) {
  #w-node-f17c5aa6-ff54-9c14-64f2-750ce83c15b0-e83c15a3 {
    order: 9999;
    justify-self: end;
  }

  #w-node-f17c5aa6-ff54-9c14-64f2-750ce83c15b2-e83c15a3 {
    grid-column: span 2 / span 2;
  }

  #w-node-f17c5aa6-ff54-9c14-64f2-750ce83c15bf-e83c15a3 {
    justify-self: start;
  }

  #w-node-_33a40b8b-70fe-856d-a5d5-400b2b14b0a5-d9646bca {
    grid-row: 1 / 2;
  }

  #w-node-f4c73470-2f9e-6fb3-dc67-d4b90270cd8b-d9646bca {
    grid-row: 2 / 3;
  }

  #w-node-_21a5a1ea-18a2-6a44-2315-f3602a8f32f3-d9646bca {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-d74ddeb5-c20c-63ef-8fb2-00407a060d1e-d9646bca {
    order: -9999;
  }

  #w-node-_33a40b8b-70fe-856d-a5d5-400b2b14b0a5-d9646bcc {
    grid-row: 1 / 2;
  }

  #w-node-_54cca2e2-27ff-f4cd-9928-56bd07a98705-d9646bcc {
    grid-column: span 3 / span 3;
  }

  #w-node-_074cc14b-26f4-e1d4-faab-6eedf466c5ea-d9646bce, #w-node-_74b25528-8e75-f630-89e7-d5815cd7d424-d9646bce {
    justify-self: start;
  }

  #w-node-_33a40b8b-70fe-856d-a5d5-400b2b14b0a5-eb783150 {
    grid-row: 1 / 2;
  }

  #w-node-f4c73470-2f9e-6fb3-dc67-d4b90270cd8b-eb783150 {
    grid-row: 2 / 3;
  }

  #w-node-_21a5a1ea-18a2-6a44-2315-f3602a8f32f3-eb783150 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-d74ddeb5-c20c-63ef-8fb2-00407a060d1e-eb783150 {
    order: -9999;
  }

  #w-node-_66626d6e-b41d-7b6c-f8ec-cdea55675b4a-eb783150 {
    grid-column: span 2 / span 2;
  }
}

@media screen and (max-width: 767px) {
  #w-node-_0379cc86-9dba-b489-1585-a2c7be779a95-d9646bc2, #w-node-_43e112ba-1890-5bb5-b694-9bb22f1b8ff9-d9646bc2, #w-node-_6b5ee2d0-e7fc-df37-cb87-5887d53d0758-d9646bc2, #w-node-_064c3ec9-47a4-ff18-8234-bd95a343a3b7-d9646bc2, #w-node-b4012a42-163a-f1cc-91fc-1f6a9297ad5f-d9646bc2, #w-node-c95448f9-96a1-5f5f-cd92-8619de985c08-d9646bc2 {
    grid-column: span 8 / span 8;
  }

  #w-node-f17c5aa6-ff54-9c14-64f2-750ce83c15b2-e83c15a3 {
    justify-self: center;
  }

  #w-node-_635eb179-85f7-067d-94b1-dffe60beb2ab-60beb2a9 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-b2bdfb96-9674-591e-b839-b3e9778c6e43-d9646bca, #w-node-a721c778-9455-c6cd-b4f3-e0cb6145a5ec-d9646bca, #w-node-_6fb46c55-aa42-2efc-b137-35cb2b754c63-d9646bca, #w-node-_81eb24d2-537f-df88-b0af-91a73459c00d-d9646bca {
    grid-column: span 8 / span 8;
  }

  #nowThis.w-node-_2c261e44-eb9f-acd2-fe23-794bb802ff8a-eb783150 {
    align-self: end;
  }

  #nowThis.w-node-_2c261e44-eb9f-acd2-fe23-794bb802ff8d-eb783150 {
    align-self: start;
  }

  #w-node-_2c261e44-eb9f-acd2-fe23-794bb802ff94-eb783150 {
    grid-area: 1 / 1 / 3 / 2;
  }

  #nowThis.w-node-_2c261e44-eb9f-acd2-fe23-794bb802ff9c-eb783150 {
    align-self: end;
  }

  #nowThis.w-node-_2c261e44-eb9f-acd2-fe23-794bb802ff9f-eb783150 {
    align-self: start;
  }

  #w-node-_2c261e44-eb9f-acd2-fe23-794bb802ffa6-eb783150 {
    grid-area: 1 / 1 / 3 / 2;
  }

  #nowThis.w-node-_2c261e44-eb9f-acd2-fe23-794bb802ffae-eb783150 {
    align-self: end;
  }

  #nowThis.w-node-_2c261e44-eb9f-acd2-fe23-794bb802ffb1-eb783150 {
    align-self: start;
  }

  #w-node-_2c261e44-eb9f-acd2-fe23-794bb802ffb8-eb783150 {
    grid-area: 1 / 1 / 3 / 2;
  }

  #nowThis.w-node-_2c261e44-eb9f-acd2-fe23-794bb802ffc0-eb783150 {
    align-self: end;
  }

  #nowThis.w-node-_2c261e44-eb9f-acd2-fe23-794bb802ffc3-eb783150 {
    align-self: start;
  }

  #w-node-_2c261e44-eb9f-acd2-fe23-794bb802ffca-eb783150 {
    grid-area: 1 / 1 / 3 / 2;
  }

  #nowThis.w-node-_2c261e44-eb9f-acd2-fe23-794bb802ffd2-eb783150 {
    align-self: end;
  }

  #nowThis.w-node-_2c261e44-eb9f-acd2-fe23-794bb802ffd5-eb783150 {
    align-self: start;
  }

  #w-node-_2c261e44-eb9f-acd2-fe23-794bb802ffdc-eb783150 {
    grid-area: 1 / 1 / 3 / 2;
  }

  #nowThis.w-node-d75b860b-ba0a-5c26-a660-e6a3e5dde3b1-eb783150 {
    align-self: end;
  }

  #nowThis.w-node-d75b860b-ba0a-5c26-a660-e6a3e5dde3b4-eb783150 {
    align-self: start;
  }

  #w-node-d75b860b-ba0a-5c26-a660-e6a3e5dde3bb-eb783150 {
    grid-area: 1 / 1 / 3 / 2;
  }

  #nowThis.w-node-_1b2fe8e3-ef91-9bbb-fbb4-09584def0f89-eb783150 {
    align-self: end;
  }

  #nowThis.w-node-_1b2fe8e3-ef91-9bbb-fbb4-09584def0f8e-eb783150 {
    align-self: start;
  }

  #w-node-_1b2fe8e3-ef91-9bbb-fbb4-09584def0f95-eb783150 {
    grid-area: 1 / 1 / 3 / 2;
  }

  #nowThis.w-node-b6f528a2-bab1-46d2-faa1-1b5a4dbfb82a-eb783150 {
    align-self: end;
  }

  #nowThis.w-node-b6f528a2-bab1-46d2-faa1-1b5a4dbfb82f-eb783150 {
    align-self: start;
  }

  #w-node-b6f528a2-bab1-46d2-faa1-1b5a4dbfb836-eb783150 {
    grid-area: 1 / 1 / 3 / 2;
  }

  #nowThis.w-node-dfe8e3ad-a453-86b3-0f04-b57e2a5c00f4-eb783150 {
    align-self: end;
  }

  #nowThis.w-node-dfe8e3ad-a453-86b3-0f04-b57e2a5c00f9-eb783150 {
    align-self: start;
  }

  #w-node-dfe8e3ad-a453-86b3-0f04-b57e2a5c0100-eb783150 {
    grid-area: 1 / 1 / 3 / 2;
  }

  #nowThis.w-node-_7b335ff9-7cf2-4dc8-f8fc-8512ab26eadb-eb783150 {
    align-self: end;
  }

  #nowThis.w-node-_7b335ff9-7cf2-4dc8-f8fc-8512ab26eae0-eb783150 {
    align-self: start;
  }

  #w-node-_7b335ff9-7cf2-4dc8-f8fc-8512ab26eae7-eb783150 {
    grid-area: 1 / 1 / 3 / 2;
  }
}

@media screen and (max-width: 479px) {
  #w-node-f17c5aa6-ff54-9c14-64f2-750ce83c15b0-e83c15a3 {
    justify-self: center;
  }

  #w-node-f17c5aa6-ff54-9c14-64f2-750ce83c15b2-e83c15a3 {
    grid-column: span 1 / span 1;
  }

  #w-node-f17c5aa6-ff54-9c14-64f2-750ce83c15bf-e83c15a3 {
    justify-self: center;
  }
}


@font-face {
  font-family: 'Satoshi';
  src: url('../fonts/Satoshi-Bold.woff2') format('woff2'), url('../fonts/Satoshi-Bold.eot') format('embedded-opentype'), url('../fonts/Satoshi-Bold.woff') format('woff'), url('../fonts/Satoshi-Bold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Satoshi';
  src: url('../fonts/Satoshi-BoldItalic.woff2') format('woff2'), url('../fonts/Satoshi-BoldItalic.eot') format('embedded-opentype'), url('../fonts/Satoshi-BoldItalic.woff') format('woff'), url('../fonts/Satoshi-BoldItalic.ttf') format('truetype');
  font-weight: 700;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Satoshi';
  src: url('../fonts/Satoshi-Italic.woff2') format('woff2'), url('../fonts/Satoshi-Italic.eot') format('embedded-opentype'), url('../fonts/Satoshi-Italic.woff') format('woff'), url('../fonts/Satoshi-Italic.ttf') format('truetype');
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Satoshi';
  src: url('../fonts/Satoshi-Medium.woff2') format('woff2'), url('../fonts/Satoshi-Medium.eot') format('embedded-opentype'), url('../fonts/Satoshi-Medium.woff') format('woff'), url('../fonts/Satoshi-Medium.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Satoshi';
  src: url('../fonts/Satoshi-MediumItalic.woff2') format('woff2'), url('../fonts/Satoshi-MediumItalic.eot') format('embedded-opentype'), url('../fonts/Satoshi-MediumItalic.woff') format('woff'), url('../fonts/Satoshi-MediumItalic.ttf') format('truetype');
  font-weight: 500;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Satoshi';
  src: url('../fonts/Satoshi-Regular.woff2') format('woff2'), url('../fonts/Satoshi-Regular.eot') format('embedded-opentype'), url('../fonts/Satoshi-Regular.woff') format('woff'), url('../fonts/Satoshi-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Switzer';
  src: url('../fonts/Switzer-Black.woff2') format('woff2'), url('../fonts/Switzer-Black.eot') format('embedded-opentype'), url('../fonts/Switzer-Black.woff') format('woff'), url('../fonts/Switzer-Black.ttf') format('truetype');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Switzer';
  src: url('../fonts/Switzer-ExtralightItalic.woff2') format('woff2'), url('../fonts/Switzer-ExtralightItalic.eot') format('embedded-opentype'), url('../fonts/Switzer-ExtralightItalic.woff') format('woff'), url('../fonts/Switzer-ExtralightItalic.ttf') format('truetype');
  font-weight: 200;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Switzer';
  src: url('../fonts/Switzer-BlackItalic.woff2') format('woff2'), url('../fonts/Switzer-BlackItalic.eot') format('embedded-opentype'), url('../fonts/Switzer-BlackItalic.woff') format('woff'), url('../fonts/Switzer-BlackItalic.ttf') format('truetype');
  font-weight: 900;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Switzer';
  src: url('../fonts/Switzer-Bold.woff2') format('woff2'), url('../fonts/Switzer-Extrabold.woff2') format('woff2'), url('../fonts/Switzer-Bold.eot') format('embedded-opentype'), url('../fonts/Switzer-Extrabold.eot') format('embedded-opentype'), url('../fonts/Switzer-Bold.woff') format('woff'), url('../fonts/Switzer-Extrabold.woff') format('woff'), url('../fonts/Switzer-Bold.ttf') format('truetype'), url('../fonts/Switzer-Extrabold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Switzer';
  src: url('../fonts/Switzer-Italic.woff2') format('woff2'), url('../fonts/Switzer-Italic.eot') format('embedded-opentype'), url('../fonts/Switzer-Italic.woff') format('woff'), url('../fonts/Switzer-Italic.ttf') format('truetype');
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Switzer';
  src: url('../fonts/Switzer-BoldItalic.woff2') format('woff2'), url('../fonts/Switzer-ExtraboldItalic.woff2') format('woff2'), url('../fonts/Switzer-BoldItalic.eot') format('embedded-opentype'), url('../fonts/Switzer-ExtraboldItalic.eot') format('embedded-opentype'), url('../fonts/Switzer-BoldItalic.woff') format('woff'), url('../fonts/Switzer-ExtraboldItalic.woff') format('woff'), url('../fonts/Switzer-BoldItalic.ttf') format('truetype'), url('../fonts/Switzer-ExtraboldItalic.ttf') format('truetype');
  font-weight: 700;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Switzer';
  src: url('../fonts/Switzer-Light.woff2') format('woff2'), url('../fonts/Switzer-Light.eot') format('embedded-opentype'), url('../fonts/Switzer-Light.woff') format('woff'), url('../fonts/Switzer-Light.ttf') format('truetype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Switzer';
  src: url('../fonts/Switzer-Extralight.woff2') format('woff2'), url('../fonts/Switzer-Extralight.eot') format('embedded-opentype'), url('../fonts/Switzer-Extralight.woff') format('woff'), url('../fonts/Switzer-Extralight.ttf') format('truetype');
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Switzer';
  src: url('../fonts/Switzer-Medium.woff2') format('woff2'), url('../fonts/Switzer-Medium.eot') format('embedded-opentype'), url('../fonts/Switzer-Medium.woff') format('woff'), url('../fonts/Switzer-Medium.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Switzer';
  src: url('../fonts/Switzer-LightItalic.woff2') format('woff2'), url('../fonts/Switzer-LightItalic.eot') format('embedded-opentype'), url('../fonts/Switzer-LightItalic.woff') format('woff'), url('../fonts/Switzer-LightItalic.ttf') format('truetype');
  font-weight: 300;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Switzer';
  src: url('../fonts/Switzer-MediumItalic.woff2') format('woff2'), url('../fonts/Switzer-MediumItalic.eot') format('embedded-opentype'), url('../fonts/Switzer-MediumItalic.woff') format('woff'), url('../fonts/Switzer-MediumItalic.ttf') format('truetype');
  font-weight: 500;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Switzer';
  src: url('../fonts/Switzer-Regular.woff2') format('woff2'), url('../fonts/Switzer-Regular.eot') format('embedded-opentype'), url('../fonts/Switzer-Regular.woff') format('woff'), url('../fonts/Switzer-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Switzer';
  src: url('../fonts/Switzer-Semibold.woff2') format('woff2'), url('../fonts/Switzer-Semibold.eot') format('embedded-opentype'), url('../fonts/Switzer-Semibold.woff') format('woff'), url('../fonts/Switzer-Semibold.ttf') format('truetype');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Switzer';
  src: url('../fonts/Switzer-Thin.woff2') format('woff2'), url('../fonts/Switzer-Thin.eot') format('embedded-opentype'), url('../fonts/Switzer-Thin.woff') format('woff'), url('../fonts/Switzer-Thin.ttf') format('truetype');
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Switzer';
  src: url('../fonts/Switzer-SemiboldItalic.woff2') format('woff2'), url('../fonts/Switzer-SemiboldItalic.eot') format('embedded-opentype'), url('../fonts/Switzer-SemiboldItalic.woff') format('woff'), url('../fonts/Switzer-SemiboldItalic.ttf') format('truetype');
  font-weight: 600;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Switzer';
  src: url('../fonts/Switzer-ThinItalic.woff2') format('woff2'), url('../fonts/Switzer-ThinItalic.eot') format('embedded-opentype'), url('../fonts/Switzer-ThinItalic.woff') format('woff'), url('../fonts/Switzer-ThinItalic.ttf') format('truetype');
  font-weight: 100;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Optiker k';
  src: url('../fonts/Optiker-K.woff2') format('woff2'), url('../fonts/Optiker-K.woff') format('woff'), url('../fonts/Optiker-K.ttf') format('truetype'), url('../fonts/Optiker-K.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Satoshi';
  src: url('../fonts/Satoshi-Black.eot') format('embedded-opentype'), url('../fonts/Satoshi-Black.woff') format('woff'), url('../fonts/Satoshi-Black.ttf') format('truetype');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Satoshi';
  src: url('../fonts/Satoshi-BlackItalic.eot') format('embedded-opentype'), url('../fonts/Satoshi-BlackItalic.woff') format('woff'), url('../fonts/Satoshi-BlackItalic.ttf') format('truetype');
  font-weight: 900;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Satoshi';
  src: url('../fonts/Satoshi-LightItalic.eot') format('embedded-opentype'), url('../fonts/Satoshi-LightItalic.woff') format('woff'), url('../fonts/Satoshi-LightItalic.ttf') format('truetype');
  font-weight: 300;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Satoshi';
  src: url('../fonts/Satoshi-Light.eot') format('embedded-opentype'), url('../fonts/Satoshi-Light.woff') format('woff'), url('../fonts/Satoshi-Light.ttf') format('truetype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Big river sample';
  src: url('../fonts/big_river_sample.ttf') format('truetype'), url('../fonts/big_river_sample.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Garet Book';
  src: url('../fonts/Garet-Book.otf') format('opentype');
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}