@font-face {
  font-family: Openinghourssans;
  src: url('../fonts/OpeningHoursSans-Regular.otf') format("opentype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

:root {
  --black: black;
  --white: #fff;
  --brand-color: #20b2aa;
  --blue: #004cda;
}

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

.w-form-formradioinput--inputType-custom {
  border: 1px solid #ccc;
  border-radius: 50%;
  width: 12px;
  height: 12px;
}

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

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

.w-layout-blockcontainer {
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

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

@media screen and (max-width: 991px) {
  .w-layout-blockcontainer {
    max-width: 728px;
  }
}

@media screen and (max-width: 767px) {
  .w-layout-blockcontainer {
    max-width: none;
  }
}

body {
  background-color: var(--black);
  color: var(--white);
  font-family: Openinghourssans, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 150%;
}

h1 {
  letter-spacing: -.03em;
  margin-top: 0;
  margin-bottom: 24px;
  font-size: 80px;
  font-weight: 400;
  line-height: 100%;
}

h2 {
  letter-spacing: -.03em;
  margin-top: 0;
  margin-bottom: 24px;
  font-size: 56px;
  font-weight: 400;
  line-height: 100%;
}

h3 {
  margin-top: 0;
  margin-bottom: 20px;
  font-size: 40px;
  font-weight: 400;
  line-height: 120%;
}

h4 {
  margin-top: 0;
  margin-bottom: 10px;
  font-size: 32px;
  font-weight: 400;
  line-height: 120%;
}

h5 {
  margin-top: 0;
  margin-bottom: 10px;
  font-size: 24px;
  font-weight: 400;
  line-height: 120%;
}

h6 {
  margin-top: 0;
  margin-bottom: 10px;
  font-size: 20px;
  font-weight: 400;
  line-height: 120%;
}

p {
  color: #ffffffb3;
  margin-bottom: 24px;
}

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

blockquote {
  border-left: 5px solid #e2e2e2;
  margin-bottom: 10px;
  padding: 10px 20px;
  font-size: 18px;
  line-height: 22px;
}

.nav-link {
  color: var(--white);
  letter-spacing: .1em;
  text-transform: uppercase;
  padding: 10px;
  font-family: Roboto Mono, sans-serif;
  font-size: 14px;
  font-weight: 500;
  line-height: 100%;
  text-decoration: none;
  display: inline-block;
}

.white-button {
  color: #000;
  text-align: center;
  letter-spacing: .1em;
  text-transform: uppercase;
  background-color: #fff;
  border-radius: 8px;
  padding: 12px 24px;
  font-family: Roboto Mono, sans-serif;
  font-weight: 500;
  line-height: 100%;
}

.opacity-white-text {
  color: #ffffff80;
}

.navbar {
  background-color: #0000;
  background-image: linear-gradient(#000c, #0000);
  padding: 24px 0;
  position: fixed;
  inset: 0% 0% auto;
}

.nav-right {
  align-items: center;
  display: flex;
}

.navbar-contents {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  padding-left: 32px;
  padding-right: 32px;
  display: grid;
}

.nav-right-content.mobile {
  display: none;
}

.nav-right-content.desktop {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.hero-ribbon-section {
  flex-flow: column;
  justify-content: center;
  align-items: stretch;
  height: 39vw;
  padding-top: 3vw;
  display: flex;
}

.ribbon-image {
  z-index: -1;
  pointer-events: none;
  width: 100%;
  position: absolute;
  inset: 0%;
}

.limit {
  max-width: 480px;
}

.split {
  grid-column-gap: 16px;
  grid-row-gap: 50px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 0;
  display: grid;
}

.space-top-medium {
  margin-top: 91px;
}

.space-top-small {
  margin-top: 24px;
}

.container {
  max-width: 1360px;
  margin-top: 0;
  margin-bottom: 10px;
  padding-bottom: 0;
  padding-left: 0;
  padding-right: 0;
}

.container.space-top-tiny {
  max-width: 900px;
}

.space-top-large {
  margin-top: 80px;
}

.space-top {
  margin-top: 40px;
}

.limit-medium {
  max-width: 570px;
}

.space-top-tiny {
  margin-top: 16px;
}

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

.center-content.center-text {
  margin-top: 0;
}

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

.large-heading {
  font-size: 8vw;
  font-weight: 400;
}

.title {
  letter-spacing: .1em;
  text-transform: uppercase;
  margin-bottom: 20px;
  font-family: Roboto Mono, sans-serif;
  font-size: 25px;
  font-weight: 500;
  line-height: 100%;
}

.title.in-tabs {
  margin-bottom: 0;
  font-size: 14px;
}

.tag-flex {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  justify-content: center;
  display: flex;
}

.medium-text {
  color: #fafafa8c;
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 18px;
  line-height: 150%;
}

.blue-button {
  background-color: var(--brand-color);
  text-align: center;
  letter-spacing: .1em;
  text-transform: uppercase;
  border-radius: 8px;
  padding: 12px 24px;
  font-family: Roboto Mono, sans-serif;
  line-height: 100%;
}

.section {
  margin-top: 200px;
  margin-bottom: 100px;
  padding: 0 30px;
  position: relative;
  top: -41px;
  bottom: 117px;
}

.section.no-padding-bottom {
  margin-top: 250px;
  padding-top: 0;
  padding-bottom: 0;
}

.section.sign-up-cta {
  background-image: url('../images/sign-up-image-1.avif');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 10px;
  padding-bottom: 10px;
  top: -100px;
  bottom: 106px;
}

.section.template {
  min-height: 80vh;
}

.slider {
  background-color: #fff0;
  height: 100%;
  overflow: visible;
}

.slider-foot {
  justify-content: flex-start;
  align-items: center;
  width: 90%;
  height: 80px;
  padding-top: 32px;
  padding-bottom: 32px;
  font-size: 20px;
  display: flex;
  position: relative;
}

.slider-load-track {
  background-color: #ffffff1a;
  width: 100%;
  height: 1px;
  position: absolute;
  inset: auto 0% 0%;
}

.slider-load-progress {
  background-color: var(--white);
  width: 0%;
  height: 1px;
}

.right-arrow {
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  display: flex;
  inset: auto 0% -20px auto;
}

.left-arrow {
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  display: flex;
  inset: auto 40px -20px auto;
}

.slider-image {
  object-fit: cover;
  border-radius: 10px;
  width: 100%;
  max-height: 640px;
}

.previous-conference-thumb {
  margin-top: 0;
  padding-top: 0;
}

.previous-conference-video {
  border-radius: 10px;
  justify-content: center;
  align-items: center;
  margin-top: 0;
  display: flex;
  position: relative;
  overflow: hidden;
}

.play-button {
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  background-color: #ffffff1a;
  border: 1px solid #ffffff1a;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 60px;
  height: 60px;
  display: flex;
  position: absolute;
}

.previous-conf-overlay {
  width: 200px;
  position: absolute;
  inset: auto auto 32px 32px;
}

.accordion-item {
  border-bottom: 1px solid #ffffff1a;
  padding-top: 40px;
  padding-bottom: 40px;
}

.accordion-item-trigger {
  grid-column-gap: 18px;
  grid-row-gap: 18px;
  cursor: pointer;
  justify-content: flex-start;
  align-items: center;
  font-size: 18px;
  line-height: 140%;
  transition: all .2s;
  display: flex;
}

.accordion-item-trigger:hover {
  opacity: .69;
}

.accordion-item-trigger.spread {
  justify-content: space-between;
}

.no-space-bottom {
  margin-bottom: 0;
}

.accordion-item-content {
  overflow: hidden;
}

.answer {
  color: #fffc;
  padding-top: 6px;
}

.single-step-wrapper {
  grid-column-gap: 16px;
  grid-row-gap: 34px;
  border-bottom: 1px solid #ffffff1a;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1.25fr 2fr;
  grid-auto-columns: 1fr;
  padding-top: 40px;
  padding-bottom: 40px;
  display: grid;
}

.single-step-wrapper.no-underline {
  border-bottom-style: none;
}

.blue-text {
  color: var(--blue);
}

.tags-wrap {
  grid-column-gap: 6px;
  grid-row-gap: 6px;
  flex-flow: wrap;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.tag {
  background-color: #ffffff0d;
  border: 1px solid #ffffff1a;
  border-radius: 30px;
  padding: 4px 12px;
  font-size: 14px;
  line-height: 150%;
}

.three-column-grid {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 60px;
  display: grid;
}

.speaker-image {
  width: 100%;
}

.speaker-image-wrap {
  border-radius: 10px;
  position: relative;
  overflow: hidden;
}

.speaker-image-cover {
  opacity: 0;
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  background-color: #000c;
  flex-flow: column;
  justify-content: space-between;
  padding: 32px;
  display: flex;
  position: absolute;
  inset: 0%;
}

.social-logos-wrap {
  grid-column-gap: 8px;
  display: flex;
}

.social-logo {
  background-color: #ffffff1a;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  display: flex;
}

.social-logo.white {
  background-color: var(--white);
}

.section-separator {
  background-color: #ffffff1a;
  width: 100%;
  height: 1px;
}

.tabs-menu {
  color: var(--brand-color);
  border-bottom: 1px solid #ffffff1a;
  justify-content: center;
  align-items: center;
  margin-top: 41px;
  display: flex;
}

.tab-link {
  color: var(--brand-color);
  background-color: #fff0;
  border-bottom: 1px solid #fff0;
  margin-bottom: -1px;
  padding: 24px 10px;
}

.tab-link.w--current {
  border-bottom-color: var(--white);
  background-color: #fff0;
}

.logos-grid {
  grid-column-gap: 2px;
  grid-row-gap: 2px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  padding-top: 10px;
  display: grid;
}

.logo-wrap {
  background-color: #ffffff0d;
  border-radius: 16px;
  justify-content: center;
  align-items: center;
  height: 160px;
  padding: 32px;
  display: flex;
}

.testimonial-card {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  max-width: 360px;
  display: flex;
}

.large-text {
  font-size: 20px;
  line-height: 140%;
}

.testimonial-portrait {
  object-fit: cover;
  border-radius: 8px;
  width: 40px;
  height: 40px;
  margin-bottom: 10px;
}

.pricing-ribbon {
  z-index: -1;
  position: absolute;
  inset: 18% 0% auto;
}

.pricing-top {
  -webkit-backdrop-filter: blur(24px);
  backdrop-filter: blur(24px);
  background-color: #ffffff0d;
  border: 1px solid #ffffff1a;
  border-bottom-style: dashed;
  border-radius: 10px;
  padding: 32px;
}

.pricing-head {
  border-bottom: 1px dashed #ffffff1a;
  padding-bottom: 8px;
}

.pricing-card-content {
  grid-column-gap: 120px;
  grid-row-gap: 120px;
  flex-flow: column;
  justify-content: space-between;
  padding-top: 32px;
  display: flex;
}

.price {
  font-size: 40px;
  line-height: 110%;
}

.pricing-card-button {
  -webkit-backdrop-filter: blur(24px);
  backdrop-filter: blur(24px);
  text-align: left;
  background-color: #ffffff0d;
  border-bottom: 1px solid #ffffff1a;
  border-left: 1px solid #ffffff1a;
  border-right: 1px solid #ffffff1a;
  border-radius: 10px;
  width: 100%;
  padding: 24px 32px;
  font-size: 18px;
  line-height: 100%;
  transition: background-color .2s;
}

.pricing-card-button:hover {
  background-color: #ffffff1a;
}

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

.faq-accordion {
  border-bottom: 1px solid #ffffff1a;
  padding-top: 20px;
  padding-bottom: 20px;
}

.spread-vertical {
  grid-column-gap: 120px;
  grid-row-gap: 120px;
  flex-flow: column;
  justify-content: space-between;
  display: flex;
}

.tiny-text-widget {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  justify-content: flex-start;
  align-items: center;
  margin-top: 16px;
  font-size: 14px;
  line-height: 21px;
  display: flex;
}

.form-block {
  color: var(--black);
  background-color: #fff;
  border-radius: 8px;
  margin-bottom: 0;
  padding: 40px;
}

.form {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  flex-flow: column;
  margin-top: 40px;
  display: flex;
}

.text-field {
  border: 1px #000;
  border-bottom: 1px solid #0000001a;
  height: 56px;
  margin-bottom: 0;
  padding-left: 0;
  padding-right: 0;
  font-size: 16px;
}

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

.radio-button {
  border: 1px solid #0000001a;
  width: 24px;
  height: 24px;
  margin-left: 0;
  margin-right: 10px;
}

.radio-button.w--redirected-checked {
  border-width: 5px;
  border-color: var(--blue);
}

.radio-button-field {
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 0;
  padding-left: 0;
  display: flex;
}

.radio-button-label {
  margin-bottom: 0;
}

.radio-button-wrapper {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  flex-flow: column;
  display: flex;
}

.top-tag {
  background-color: var(--black);
  color: var(--white);
  letter-spacing: .1em;
  text-transform: uppercase;
  border-radius: 10px;
  margin-left: 10px;
  padding: 4px 8px;
  font-family: Roboto Mono, sans-serif;
  font-size: 9px;
  line-height: 100%;
}

.full-width {
  width: 100%;
}

.tiny-text {
  font-size: 14px;
  line-height: 130%;
}

.field-label {
  font-weight: 400;
}

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

.footer-content {
  border-bottom: 1px solid #f1f2fb14;
  justify-content: space-between;
  align-items: center;
  padding-bottom: 24px;
  display: flex;
}

.footer-1-links {
  display: flex;
}

.footer-bottom {
  border-top: 1px solid #ffffff1a;
  justify-content: space-between;
  padding-top: 28px;
  padding-bottom: 28px;
  display: flex;
}

.footer-bottom-content {
  display: flex;
}

.small-text {
  font-size: 14px;
}

.webflow-link {
  margin-left: 12px;
  margin-right: 12px;
}

.white-text {
  color: #fff;
}

.footer-horizontal-links-2 {
  grid-column-gap: 12px;
  color: #fff;
  align-items: center;
  display: flex;
}

.footer-link-small {
  color: var(--white);
  font-size: 14px;
}

.footer-top {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  justify-content: flex-start;
  align-items: center;
  padding-top: 10px;
  padding-bottom: 100px;
  display: flex;
}

.page-wrap {
  overflow: visible;
}

.template-sidebar {
  -webkit-backdrop-filter: brightness(110%);
  backdrop-filter: brightness(110%);
  background-color: #ffffff0d;
  padding: 8px;
}

.template-page-wrap {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 3fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.template-page-content {
  grid-row-gap: 120px;
  -webkit-backdrop-filter: brightness(110%);
  backdrop-filter: brightness(110%);
  background-color: #ffffff0d;
  flex-direction: column;
  padding: 60px;
  display: flex;
}

.sidebar-sticky {
  position: sticky;
  top: 100px;
}

.template-sidebar-link {
  grid-column-gap: 16px;
  color: #fff;
  align-items: center;
  padding: 20px 24px;
  font-size: 18px;
  text-decoration: none;
  transition: background-color .2s;
  display: flex;
}

.template-sidebar-link:hover {
  background-color: #ffffff0d;
  border-radius: 12px;
}

.template-page-icons-wrap {
  grid-column-gap: 1em;
  grid-row-gap: 1em;
  flex-wrap: wrap;
  align-items: center;
  margin-top: 1em;
  display: flex;
}

.opacity-white-text-2 {
  color: #fff9;
}

.underline-link {
  color: #ffffffb3;
}

.rich-text h1 {
  font-size: 40px;
}

.rich-text h2 {
  font-size: 32px;
}

.rich-text h3 {
  margin-bottom: 24px;
  font-size: 24px;
}

.rich-text h4 {
  margin-bottom: 24px;
  font-size: 20px;
}

.rich-text h5 {
  margin-bottom: 24px;
  font-size: 18px;
}

.rich-text h6 {
  margin-bottom: 24px;
  font-size: 16px;
}

.rich-text blockquote {
  border-bottom: 1px solid #ffffff1a;
  border-left-style: none;
  margin-bottom: 24px;
  padding: 24px 0;
}

.rich-text ol {
  margin-bottom: 16px;
}

.rich-text li {
  padding-top: 8px;
  padding-bottom: 8px;
}

.rich-text ul {
  margin-bottom: 16px;
}

.services_desc {
  color: #6b6b6b;
  font-size: .875rem;
  font-weight: 500;
}

.text-style-label {
  letter-spacing: .1em;
  text-transform: uppercase;
  font-size: .875rem;
  font-weight: 500;
}

.services_content {
  z-index: auto;
  width: 620px;
  font-size: 0;
  position: sticky;
  top: 80px;
  overflow: visible;
}

.services_item {
  grid-column-gap: .75rem;
  grid-row-gap: .75rem;
  flex-flow: column;
  width: 100%;
  display: flex;
}

.heading-style-h3 {
  z-index: 10;
  letter-spacing: -.02em;
  width: 610px;
  font-size: 2.5rem;
  font-weight: 500;
  line-height: 105%;
  position: sticky;
  top: 20px;
}

.services_items {
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  flex-flow: column;
  width: 120%;
  display: flex;
  position: static;
}

.services_img-wrap {
  aspect-ratio: 3 / 2;
  border-radius: 1rem;
  width: 100%;
  position: relative;
  overflow: clip;
}

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

.services_item-infos {
  grid-column-gap: .25rem;
  grid-row-gap: .25rem;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.services_component {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr .6fr;
  grid-auto-columns: 1fr;
  place-items: start;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
  position: static;
  top: 10px;
  overflow: visible;
}

.heading-style-h6 {
  color: var(--white);
  letter-spacing: -.02em;
  font-size: 2rem;
  font-weight: 500;
  line-height: 120%;
}

.services_img {
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: absolute;
}

.label_wrap {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  justify-content: flex-start;
  align-items: center;
  display: flex;
  position: sticky;
}

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

.spacer-large {
  width: 100%;
  padding-top: 3rem;
  display: none;
  position: sticky;
}

.label_line {
  background-image: linear-gradient(90deg, #ff4d00, #e7eb4c 31%, #0b90cb 68%, #0c59c1);
  width: 3.5rem;
  height: 2px;
  margin-top: -30px;
}

.intro_image-3 {
  aspect-ratio: 2 / 2.6;
  object-fit: cover;
  border-radius: 1.5rem;
  width: 10rem;
  margin-top: 10rem;
  position: absolute;
  top: 100%;
  left: 35%;
}

.section_intro {
  margin-top: -20px;
}

.intro_images-min-wrap {
  display: inline-flex;
}

.intro_content {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

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

.intro_image-1 {
  aspect-ratio: 2 / 2.6;
  object-fit: cover;
  border-radius: 1.5rem;
  width: 10rem;
  position: absolute;
  right: 100%;
}

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

.intro_component {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
  position: relative;
}

.text-color-grey {
  color: #9c9c9c;
  margin-top: 0;
}

.intro_image-2 {
  aspect-ratio: 2 / 2.6;
  object-fit: cover;
  border-radius: 1.5rem;
  width: 10rem;
  position: absolute;
  left: 100%;
}

.intro_image-min {
  z-index: 1;
  aspect-ratio: 2 / 2.5;
  vertical-align: text-bottom;
  object-fit: cover;
  border-radius: .35rem;
  width: 2.7rem;
  position: relative;
}

.intro_image-min._2 {
  margin-left: -10px;
  margin-right: -10px;
}

.intro_image-min._3 {
  z-index: 3;
  position: relative;
  bottom: -7px;
  transform: rotate(6deg);
}

.intro_image-min._1 {
  top: 8px;
  transform: rotate(-7deg);
}

.display-inline {
  column-count: 0;
  font-size: 50px;
  display: inline;
}

.button-4 {
  background-color: #7f2bff;
  border-radius: .75rem;
  padding: .85rem 2.3rem;
  font-size: 1rem;
  font-weight: 600;
  transition: background-color .2s;
}

.button-4:hover {
  background-color: #6720d3;
}

.button-4.is-grey {
  background-image: linear-gradient(#2b2b2b, #1b1b1b);
  box-shadow: inset 0 1px #ffffff14;
}

.button-4.is-grey:hover {
  background-image: linear-gradient(#1b1b1b, #2b2b2b);
  box-shadow: inset 0 -1px #ffffff14;
}

.button-4.is-grey.is-large {
  letter-spacing: 1px;
  text-indent: 0;
  word-break: normal;
  overflow-wrap: normal;
  margin-top: -40px;
}

.intro_texts {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  text-align: center;
  flex-flow: column;
  max-width: 50rem;
  display: flex;
}

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

.padding-section-xxlarge-2, .padding-section-xxlarge-2.hide-mobile-landscape {
  padding-top: 20rem;
}

.container-medium-3 {
  width: 100%;
  max-width: 90rem;
  margin: 6px auto 0;
  padding-top: 38px;
  padding-bottom: 0;
  position: relative;
}

.padding-global-7 {
  margin-top: 81px;
  padding-left: 3rem;
  padding-right: 3rem;
  position: relative;
}

.social-icon {
  object-fit: contain;
  width: 1.25rem;
}

.open-nav {
  z-index: 10;
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  background-color: #fff;
  border: 1px solid #fff;
  justify-content: flex-start;
  align-items: center;
  max-width: 90rem;
  height: 6rem;
  margin-top: 13px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 1.5rem;
  display: flex;
  position: fixed;
  inset: 0% 0% auto;
}

.nav__main {
  border-top: 1px solid #fff3;
}

.nav__button {
  color: var(--black);
  background-color: #000;
  border-radius: 4rem;
  justify-content: center;
  align-items: center;
  width: 4rem;
  height: 4rem;
  transition: background-color .2s cubic-bezier(.39, .575, .565, 1);
  display: flex;
}

.nav__button:hover {
  background-color: #000000bf;
}

.top-bar {
  z-index: 20;
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  justify-content: space-between;
  align-items: center;
  height: 6rem;
  margin-left: 5rem;
  padding-left: 1.5rem;
  display: flex;
  position: relative;
}

.brand__asset {
  object-fit: contain;
  height: 2rem;
}

.nav {
  z-index: 200;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: 90rem;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  padding: 1rem 1.5rem 1.5rem;
  display: none;
  position: fixed;
  inset: 0%;
  overflow: auto;
}

.container-2 {
  width: 100%;
  max-width: 90rem;
  margin-left: auto;
  margin-right: auto;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}

.burger__icon {
  pointer-events: auto;
  color: var(--black);
  -webkit-text-stroke-color: var(--black);
  object-fit: contain;
  background-color: #000;
  width: 1.5rem;
  display: block;
}

.icon-small {
  object-fit: contain;
  width: 1rem;
}

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

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

.text-regular.c2-60 {
  color: #fff9;
}

.text-regular.hidden-phone {
  color: var(--black);
  -webkit-text-stroke-color: var(--black);
}

.nav__content {
  background-color: #f24913;
  border-radius: 2rem;
  flex-flow: column;
  width: auto;
  min-width: 25rem;
  display: flex;
  overflow: auto;
}

.nav__social {
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.nav-head__button {
  color: #fff;
  background-color: #000;
  border-radius: 4rem;
  justify-content: center;
  align-items: center;
  height: 2.5rem;
  padding-left: 1rem;
  padding-right: 1rem;
  transition: color .2s cubic-bezier(.39, .575, .565, 1), background-color .2s cubic-bezier(.39, .575, .565, 1);
  display: flex;
}

.nav-head__button:hover {
  color: #000;
  background-color: #fff;
}

.close-nav {
  background-color: #fff;
  border-radius: 4rem;
  justify-content: center;
  align-items: center;
  width: 3rem;
  height: 3rem;
  transition: opacity .2s cubic-bezier(.39, .575, .565, 1);
  display: flex;
}

.close-nav:hover {
  opacity: .8;
}

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

.text-large.c2 {
  color: #fff;
}

.nav__link {
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  border-bottom: 1px solid #fff3;
  justify-content: flex-start;
  align-items: center;
  height: 4rem;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  transition: padding .2s cubic-bezier(.39, .575, .565, 1);
  display: flex;
}

.nav__link:hover {
  padding-left: 2rem;
}

.nav__head {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  justify-content: space-between;
  align-items: center;
  padding: 1rem 1.5rem;
  display: flex;
}

.nav__social-link {
  border-right: 1px solid #fff3;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 6rem;
  display: flex;
}

.nav__social-link.no-border {
  border-right-style: none;
}

.open-nav-2 {
  z-index: 10;
  justify-content: flex-start;
  align-items: center;
  max-width: 90rem;
  height: 6rem;
  margin-left: auto;
  margin-right: auto;
  padding-left: 1.5rem;
  display: flex;
  position: fixed;
  inset: 0% 0% auto;
}

.nav__button-2 {
  background-color: #000;
  border-radius: 4rem;
  justify-content: center;
  align-items: center;
  width: 4rem;
  height: 4rem;
  transition: background-color .2s cubic-bezier(.39, .575, .565, 1);
  display: flex;
}

.nav__button-2:hover {
  background-color: #000000bf;
}

.top-bar-2 {
  z-index: 20;
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  justify-content: space-between;
  align-items: center;
  height: 6rem;
  margin-left: 5rem;
  padding-left: 1.5rem;
  display: flex;
  position: relative;
}

.burger__icon-2 {
  object-fit: contain;
  width: 1.5rem;
}

.footer__contact {
  grid-column-gap: 13.6rem;
  grid-row-gap: 13.6rem;
  border-top: 1px solid #0000001a;
  border-bottom: 1px solid #0000001a;
  flex-flow: row;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: flex-start;
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
  display: flex;
}

.footer__contact-item {
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.footer__contact-item.align-right {
  justify-content: flex-start;
  align-items: flex-end;
}

.footer__link:hover {
  text-decoration: underline;
}

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

.navbar-menu {
  color: #fff;
  background-color: #131313;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 100dvh;
  padding-left: 5%;
  padding-right: 5%;
  transition: height .5s;
  position: absolute;
  inset: 0% 0% auto;
  overflow: auto;
}

.navbar-container {
  z-index: 1;
  grid-template-rows: auto;
  grid-template-columns: 1fr max-content 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.button {
  grid-column-gap: .5rem;
  color: #fff;
  text-align: center;
  text-transform: none;
  background-color: #131313;
  border: 1px solid #131313;
  border-radius: 100rem;
  align-items: center;
  padding: .25rem .25rem .25rem 1.25rem;
  font-size: 1rem;
  transition: transform .3s;
  display: flex;
}

.button:active {
  transform: scale(.95);
}

.button.w--current {
  border-radius: 100rem;
}

.button.is-alternate {
  color: #000;
  background-color: #fff;
  border-style: solid;
  border-color: #fff;
}

.navbar-social-list {
  grid-column-gap: .75rem;
  grid-row-gap: 0rem;
  white-space: normal;
  grid-template-rows: auto;
  grid-template-columns: max-content;
  grid-auto-columns: max-content;
  grid-auto-flow: column;
  justify-items: stretch;
  display: flex;
}

.navbar-wrapper {
  grid-column-gap: 1rem;
  flex-direction: row;
  align-items: center;
  display: flex;
}

.navbar-links-wrapper {
  flex-direction: column;
  flex: 1;
  justify-content: center;
  font-size: 14px;
  display: flex;
}

.menu-icon-line-bottom {
  background-color: #fff;
  width: 24px;
  height: 2px;
}

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

.menu-icon-line-middle-top {
  z-index: 2;
  width: 24px;
  height: 2px;
  position: absolute;
  inset: 0;
}

.navbar-menu-wrapper {
  flex-direction: column;
  justify-content: flex-start;
  height: 100%;
  padding-top: 4.5rem;
  display: flex;
  position: relative;
}

.navbar-logo {
  width: 6rem;
}

.navbar-logo-link {
  z-index: 1;
  padding-left: 0;
}

.button-arrow {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 2rem;
  display: flex;
}

.navbar-component {
  -webkit-backdrop-filter: blur(40px);
  backdrop-filter: blur(40px);
  background-color: #000000d9;
  border-bottom: 1px solid #363636;
  align-items: center;
  width: 100%;
  padding: 1rem 5% .5rem;
  display: flex;
  position: fixed;
  inset: 0% 0% auto;
}

.navbar-link {
  color: #fff;
  text-transform: uppercase;
  margin-top: .5rem;
  margin-bottom: .5rem;
  padding: .5rem 0;
  font-family: Openinghourssans, sans-serif;
  font-size: 3rem;
  font-weight: 600;
  line-height: 1.2;
  transition: transform .3s;
  display: inline-block;
  position: static;
}

.navbar-link:hover {
  transform: scale(1.05);
}

.navbar-link:active {
  transform: scale(.97);
}

.menu-icon {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 48px;
  height: 48px;
  display: flex;
  position: relative;
}

.menu-icon-line-middle {
  background-color: #fff;
  justify-content: center;
  align-items: center;
  width: 24px;
  height: 2px;
  margin-top: 6px;
  margin-bottom: 6px;
  display: flex;
}

.menu-icon-line-middle-base {
  background-color: #fff;
  width: 24px;
  height: 2px;
  position: absolute;
}

.navbar-bottom {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex: none;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  width: 100%;
  min-height: 4.5rem;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.navbar-social-link {
  color: #fff;
  align-items: center;
  font-size: 14px;
  text-decoration: none;
  display: flex;
}

.menu-icon-wrapper {
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.navbar-menu-button {
  z-index: 1;
  padding: 0;
  position: relative;
}

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

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

.footer-logo {
  width: 9rem;
}

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

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

.link-3 {
  color: #fff;
}

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

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

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

.influx {
  color: #fff;
  font-weight: 500;
  text-decoration: underline;
}

.footer-top-wrapper {
  grid-column-gap: 4vw;
  grid-template-rows: auto;
  grid-template-columns: 1fr max-content;
  align-items: start;
}

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

.footer-component {
  color: #fff;
  background-color: #131313;
  border-top: 1px solid #363636;
}

.webflow {
  color: #fff;
  font-weight: 500;
  text-decoration: underline;
}

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

.footer-link {
  color: #818181;
  padding-top: .5rem;
  padding-bottom: .5rem;
  font-weight: 500;
  text-decoration: none;
  transition: color .3s;
}

.footer-link:hover {
  color: #fff;
}

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

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

.text-span-6 {
  color: #fff;
  font-weight: 500;
  text-decoration: underline;
}

.text-size-small {
  color: var(--brand-color);
  font-size: .875rem;
}

.text-size-small.text-weight-bold {
  color: #fff;
  font-size: 22px;
}

.footer-credit-text {
  font-size: .875rem;
}

.footer-bottom-logo {
  width: 100%;
  padding-top: 3rem;
  padding-bottom: 0;
}

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

.margin-bottom.margin-medium {
  margin-bottom: 2rem;
}

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

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

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

.heading {
  color: var(--white);
  margin-bottom: 0;
  font-size: 57px;
}

.div-block {
  margin-top: 130px;
}

.company-logo {
  max-height: 2.25rem;
}

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

.logo-component {
  display: flex;
}

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

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

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

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

.logo-list {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1rem;
  white-space: nowrap;
  flex-wrap: wrap;
  grid-template-rows: auto;
  grid-template-columns: 12.5rem 12.5rem 12.5rem 12.5rem 12.5rem 12.5rem 12.5rem 12.5rem;
  grid-auto-columns: 1fr;
  justify-content: flex-end;
  place-items: center start;
  margin-right: 2rem;
  display: grid;
  position: absolute;
}

.section-2 {
  margin-top: 43px;
  margin-bottom: 45px;
  padding-top: 0;
  padding-bottom: 72px;
}

.how-we-work-div {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-flow: column;
  padding-left: 34px;
  padding-right: 60px;
  display: flex;
  position: relative;
}

.h3-heading {
  color: #3d3d3d;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 24px;
  font-weight: 600;
  line-height: 120%;
}

.h3-heading.white-text {
  color: #000;
}

.common-button {
  background-color: var(--brand-color);
  color: #fff;
  background-image: url('../images/button-arrow.svg');
  background-position: 88%;
  background-repeat: no-repeat;
  background-size: auto;
  border-radius: 8px;
  padding: 14px 50px 14px 24px;
  font-size: 14px;
  font-weight: 600;
  line-height: 120%;
  transition: all .3s;
  box-shadow: 0 9px 9px #00000021, 0 2px 5px #00000026;
}

.common-button:hover {
  background-position: 92%;
}

.common-button.large-button {
  background-position: 90%;
}

.common-button.large-button:hover {
  background-position: 92%;
}

.common-button.large-button.white-button {
  background-color: var(--black);
}

.process-line {
  background-color: #6a8cff;
  border-radius: 100px;
  width: 2px;
  height: 65%;
  position: absolute;
  inset: 46% 0% 0% 0;
  transform: translate(0, -50%);
}

.process-detail-div {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-flow: column;
  margin-top: 5px;
  display: flex;
}

.process-image {
  border-radius: 12px;
  transform: rotate(10deg);
  box-shadow: -10px 6px 12px #0000001a, -3px 1px 7px #00000026;
}

.process-count-div {
  grid-column-gap: 14px;
  grid-row-gap: 14px;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.how-we-work-process-div {
  border-top: 1px solid #fff3;
  padding-top: 20px;
  padding-bottom: 20px;
}

.paragraph {
  color: #4f4f4f;
  margin-bottom: 0;
  font-size: 16px;
  font-weight: 500;
  line-height: 140%;
}

.paragraph.white-800-color.process-paragraph {
  color: #242424;
  max-width: 380px;
}

.paragraph.white-800-color.how-we-work-paragraph {
  color: #373737;
  max-width: 450px;
}

.classname {
  color: var(--white);
  margin-top: 0;
  margin-bottom: 0;
  font-size: 40px;
  font-weight: 500;
  line-height: 120%;
}

.classname.white-text {
  color: #000;
}

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

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

.small-paragraph {
  color: #4f4f4f;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: 500;
  line-height: 120%;
}

.small-paragraph.process-number {
  color: #dae9ff;
  font-weight: 700;
}

.small-paragraph.client-count-text {
  color: #fff;
  font-weight: 700;
}

.small-paragraph.project-label-text {
  color: #262626;
  text-transform: uppercase;
  font-weight: 600;
}

.section-3 {
  border-radius: 8px;
  margin-top: 10px;
  margin-bottom: 10px;
  padding-top: 80px;
  padding-bottom: 80px;
}

.section-3.bg-blue {
  color: var(--black);
  background-color: #000;
  margin-top: 105px;
  padding-top: 0;
  padding-bottom: 0;
}

.process-heading-div {
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.common-heading-div {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-flow: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: flex-start;
  margin-top: 31px;
  padding-left: 73px;
  display: flex;
}

.how-we-work-grid {
  grid-column-gap: 30px;
  grid-row-gap: 24px;
  background-color: var(--white);
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  padding-top: 58px;
  padding-bottom: 35px;
}

.container-3 {
  width: 100%;
  max-width: 1320px;
  padding-left: 20px;
  padding-right: 20px;
}

.process-count-box {
  z-index: 1;
  background-color: #20b2aa;
  border: 2px solid #6a8cff;
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  width: 40px;
  min-width: 40px;
  height: 40px;
  min-height: 40px;
  display: flex;
  position: relative;
}

.opacity-60 {
  opacity: .6;
}

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

.text-size-large.text-weight-medium {
  color: var(--white);
}

.read-more-tag {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  color: #fbfbfb;
  border: 1px solid #ed514500;
  border-radius: 2.3125rem;
  justify-content: space-between;
  align-items: center;
  padding: .5rem .75rem .7rem;
  text-decoration: none;
  display: flex;
}

.phase-cards-wrapper {
  grid-column-gap: 6.6rem;
  grid-row-gap: 6.6rem;
  background-color: var(--black);
  flex-flow: column;
  align-items: center;
  margin-top: 12rem;
  display: flex;
}

.max-width-26ch {
  max-width: 26ch;
}

.container-4 {
  width: 100%;
  max-width: 100rem;
  margin-top: -153px;
  margin-left: auto;
  margin-right: auto;
}

.max-width-40ch {
  max-width: 40ch;
}

.arrow {
  width: auto;
  height: auto;
}

.opacity-50 {
  opacity: .5;
}

.phase-number {
  opacity: .2;
  color: #fbfbfb;
}

.phase-cards-header {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  text-align: center;
  flex-flow: column;
  align-items: center;
  max-width: 50vw;
  margin-top: -60px;
  display: flex;
}

.phase-cards-content {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  flex-flow: column;
  align-items: flex-start;
  max-width: 29ch;
  display: flex;
}

.heading-1 {
  font-size: 10.5rem;
  font-weight: 300;
  line-height: 1;
}

.heading-1.text-weight-regular {
  margin-top: -140px;
  margin-bottom: 0;
}

.phase-cards-grid {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  height: auto;
  display: grid;
}

.read-more-button {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  align-items: center;
  transition: all .25s;
  display: flex;
}

.read-more-button:hover {
  grid-column-gap: .8rem;
  grid-row-gap: .8rem;
}

.heading-4 {
  font-size: 3rem;
  line-height: 1.15;
}

.heading-4.text-weight-medium {
  color: var(--white);
}

.padding-global-9 {
  background-color: #000;
  padding-left: 2.5rem;
  padding-right: 2.5rem;
}

.vertical-line-tag {
  opacity: .5;
  color: #fff;
  background-color: #fff;
  width: 1px;
  height: 1rem;
}

.phase-cards {
  grid-column-gap: 3.5rem;
  grid-row-gap: 3.5rem;
  background-color: #151515;
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
  height: 55vh;
  padding: 4rem 3rem 4.3rem;
  display: flex;
}

.header-2 {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  text-align: center;
  flex-flow: wrap;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  max-width: 63ch;
  display: flex;
}

.team-card {
  grid-column-gap: 1.125rem;
  grid-row-gap: 1.125rem;
  flex-flow: column;
  align-items: flex-start;
  display: flex;
}

.opacity-61 {
  opacity: .6;
}

.team-wrapper {
  grid-column-gap: 4.6rem;
  grid-row-gap: 4.6rem;
  background-color: #000;
  flex-flow: column;
  align-items: center;
  margin-top: 10.2rem;
  margin-bottom: 8.1rem;
  display: flex;
}

.children-perspective {
  perspective: 1000px;
}

.team-header {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  text-align: center;
  flex-flow: column;
  align-items: center;
  max-width: 48vw;
  display: flex;
}

.team-image {
  border-radius: 1rem;
  width: 100%;
  height: 50%;
  overflow: hidden;
}

.team-content {
  grid-column-gap: .375px;
  grid-row-gap: .375px;
  flex-flow: column;
  align-items: flex-start;
  margin-left: .75rem;
  display: flex;
}

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

.heading-5 {
  font-size: 3rem;
  line-height: 1.15;
}

.heading-5.text-weight-medium {
  color: var(--white);
}

.opacity-80 {
  opacity: .8;
}

.text-block {
  color: var(--white);
  text-align: justify;
  width: 1000px;
  margin-left: -292px;
}

.text-block-2, .text-block-3, .text-block-4, .text-block-5 {
  color: var(--white);
}

.modal-text {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  color: #101828;
  flex-flow: column;
  display: flex;
}

.modal-content {
  grid-column-gap: 1.25rem;
  grid-row-gap: 1.25rem;
  flex-flow: column;
  align-items: flex-start;
  display: flex;
}

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

.modal-embed {
  display: flex;
}

.modal-link {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  color: #101828;
  font-weight: 500;
  text-decoration: none;
  display: flex;
}

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

.max-width-37ch {
  max-width: 37ch;
}

.pop-up {
  z-index: 10;
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  background-color: #fbfbfb;
  border-radius: .75rem;
  flex-flow: column;
  padding: 1.5rem;
  text-decoration: none;
  display: flex;
  position: fixed;
  bottom: 1.5rem;
  right: 1.5rem;
}

.modal-button {
  color: #fbfbfb;
  text-align: center;
  cursor: pointer;
  background-color: #101011;
  border-radius: .5rem;
  width: 100%;
  padding: .8rem 1rem;
  text-decoration: none;
  transition: all .25s;
}

.modal-button:hover {
  background-color: #101011cc;
  transform: scale(.98);
}

.webflix-link {
  color: #101828;
}

.button-elipse {
  background-color: #e16f66;
  border-radius: 50%;
  width: 10rem;
  height: 10rem;
  position: absolute;
  top: 3rem;
}

.button-wrapper {
  z-index: 2;
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  border-radius: 12rem;
  justify-content: flex-end;
  align-items: center;
  padding-left: .4px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.opacity-81 {
  opacity: .6;
}

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

.icon-wrapper {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  justify-content: flex-end;
  align-items: center;
  width: 1rem;
  display: flex;
  overflow: hidden;
}

.trusted-by-component {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  flex-flow: column;
  align-items: center;
  margin-top: 2.4rem;
  margin-bottom: 40px;
  display: flex;
}

.secondary-button {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  color: #fbfbfb;
  border: 1px solid #353535;
  border-radius: 50rem;
  justify-content: center;
  align-items: center;
  padding-left: .5rem;
  padding-right: .5rem;
  text-decoration: none;
  display: flex;
  position: relative;
}

.heading-2 {
  font-size: 5rem;
  font-weight: 300;
  line-height: 1;
}

.heading-2.text-weight-bold {
  width: 910px;
  margin-top: -23px;
  margin-left: -80px;
  font-size: 4rem;
}

.max-width-70ch {
  max-width: 70ch;
}

.hero-component {
  grid-column-gap: 1.875rem;
  grid-row-gap: 1.875rem;
  text-align: center;
  flex-flow: column;
  align-items: center;
  margin-top: 40px;
  margin-bottom: 40px;
  display: flex;
}

.opacity-82 {
  opacity: .5;
}

.hero-wrapper {
  flex-flow: column;
  align-items: center;
  margin-top: 10vh;
  padding-top: 0;
  display: flex;
}

.button-icon {
  z-index: 2;
  background-color: #1f1f1f;
  border-radius: 12rem;
  padding: .6rem;
  display: flex;
  position: relative;
  overflow: hidden;
}

.button-icon.absolute {
  z-index: 1;
  opacity: 0;
  border-radius: 13rem;
  justify-content: flex-end;
  align-items: center;
  position: absolute;
  top: 0%;
  bottom: 0%;
  right: 0%;
  overflow: hidden;
}

.trusted-by-hero-logos {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  order: 0;
  justify-content: center;
  align-self: center;
  align-items: center;
  display: flex;
}

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

.primary-button {
  color: #fbfbfb;
  background-color: #ed5145;
  border-radius: 50rem;
  justify-content: center;
  align-items: center;
  padding: .75rem 1.5rem;
  text-decoration: none;
  display: flex;
  position: relative;
  overflow: hidden;
}

.logos {
  justify-content: center;
  align-items: center;
  height: 2rem;
  display: flex;
}

.padding-global-10 {
  margin-top: 170px;
  padding-bottom: 39px;
  padding-left: 2.5rem;
  padding-right: 2.5rem;
}

.double-button-component {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  justify-content: center;
  align-items: stretch;
  display: flex;
}

.double-button-component.margin-top-button-hero {
  margin-top: .2rem;
}

.secondary-button-text {
  z-index: 2;
  margin-left: .9rem;
  position: relative;
}

.icon {
  font-size: 20px;
}

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

.link-4 {
  color: #fff;
}

.link-5 {
  color: #fff;
  text-decoration: underline;
}

.container-5 {
  max-width: 1360px;
  margin-top: 17px;
  padding-left: 40px;
  padding-right: 40px;
}

.opacity-83, .opacity-84 {
  opacity: .6;
}

.testimonial-image {
  border-radius: .5rem;
  max-width: 3rem;
  max-height: 3rem;
  overflow: hidden;
}

.testimonial-content {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  flex-flow: column;
  align-items: flex-start;
  display: flex;
}

.testimonial-person-info {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  align-items: center;
  display: flex;
}

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

.testimonial-card-2 {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  background-color: #151515;
  border-radius: .5rem;
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
  max-width: 41ch;
  height: 100%;
  padding: 2.5rem 3rem;
  transition: background-color .25s;
  display: flex;
}

.testimonial-card-2:hover {
  background-color: #1f1f1f;
}

.testimonial-card-2.hide-landscape {
  width: 450px;
}

.quote-icon {
  justify-content: center;
  align-items: center;
  width: .8rem;
  height: .8rem;
  display: flex;
}

.testimonial-wrapper {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  flex-flow: column;
  align-items: center;
  margin-top: 12.5rem;
  display: flex;
}

.opacity-85 {
  opacity: .6;
}

.opacity-86 {
  opacity: .5;
}

.testimonial-component {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  text-align: center;
  flex-flow: column;
  align-items: center;
  max-width: 50vw;
  display: flex;
}

.heading-6 {
  font-size: 3rem;
  line-height: 1.15;
}

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

.container-6.small {
  max-width: 90rem;
}

.faq-component {
  grid-column-gap: 0px;
  grid-row-gap: 4.8125rem;
  flex-direction: column;
  align-items: center;
  width: 100%;
  margin-top: 4rem;
  margin-bottom: 7.5rem;
  display: flex;
}

.faq-list {
  grid-row-gap: .5rem;
  flex-direction: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  display: flex;
  position: relative;
}

.faq-item {
  cursor: pointer;
  background-color: #dfdfdf0f;
  border-radius: .5rem;
  flex-flow: column;
  padding: 1.5rem;
  transition: background-color .25s;
  display: flex;
}

.faq-item:hover {
  background-color: #dfdfdf1a;
}

.empty-state {
  text-align: center;
  background-color: #0000;
}

.btn-inner {
  grid-column-gap: .75rem;
  justify-content: flex-start;
  align-items: center;
  display: flex;
  position: relative;
}

.works__container.container {
  height: 500vh;
  padding-top: 10rem;
}

.works__item {
  aspect-ratio: 7.89 / 5.09;
  border-radius: .25rem;
  flex: none;
  width: 50%;
  position: relative;
  overflow: hidden;
}

.btn-line {
  transform-origin: 0%;
  mix-blend-mode: exclusion;
  background-color: #fff;
  width: 100%;
  height: .125rem;
  position: absolute;
  inset: auto 0% -.75rem;
}

.works__title.text-size-display {
  text-align: right;
  mix-blend-mode: exclusion;
}

.works__header {
  padding-right: 2.5rem;
}

.btn-wrap {
  position: relative;
}

.works__layout.grid-main {
  grid-column-gap: 5rem;
  grid-row-gap: 5rem;
  align-content: space-between;
  align-items: start;
  min-height: 80vh;
  position: sticky;
  top: 2rem;
}

.works__list {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  will-change: transform;
  display: flex;
}

.section-4 {
  z-index: 200;
  background-color: #000;
  padding: 150px 3%;
  position: relative;
}

.section-4.for-work {
  padding-top: 3%;
  padding-bottom: 3%;
}

.container-7 {
  justify-content: center;
  align-items: stretch;
  width: 100%;
  max-width: 1440px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.project-flex {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  place-items: stretch stretch;
  display: flex;
}

.margin-40px {
  margin-top: 110px;
  position: relative;
  overflow: hidden;
}

.button-face {
  background-color: #2b20ff;
  padding: 1rem 1.75rem;
}

.button-face.hover {
  transform-origin: 50% 0;
  transform-style: preserve-3d;
  background-color: #2018bf;
  position: absolute;
  top: 100%;
  transform: rotateX(-90deg)rotateY(0)rotateZ(0);
}

.services-left-content {
  color: #fff;
  background-color: #111;
  flex-flow: column;
  justify-content: space-between;
  height: 80vh;
  padding: 74px 10% 74px 65px;
  display: flex;
}

.margin-50px {
  margin-top: 50px;
}

.button-3d {
  color: #fff;
  text-transform: uppercase;
  font-size: 15px;
  font-weight: 500;
  line-height: 1.3;
  text-decoration: none;
  transition: transform .2s;
}

.button-3d:active {
  transform: scale(.975);
}

.service-content {
  color: #d8dfe0;
  background-color: #222;
  padding: 13px 20px;
  font-size: 16px;
  font-weight: 500;
  line-height: 1;
}

.service-flex {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-wrap: wrap;
  display: flex;
}

.service-title {
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-top: 0;
  font-size: 80px;
  font-weight: 400;
  line-height: 100%;
}

.button-inner {
  position: relative;
}

.subhead-main {
  opacity: 1;
  text-align: center;
  font-size: 31px;
  font-weight: 600;
  line-height: 1.4;
}

.subhead-main._80 {
  max-width: 80%;
  margin-left: auto;
  margin-right: auto;
}

.subhead-main.left {
  text-align: left;
  margin-top: 0;
  margin-left: 0;
  font-weight: 600;
}

.paralax-image {
  object-fit: cover;
  width: 100%;
  height: 110%;
  position: absolute;
  bottom: 0;
}

.image-wrap {
  z-index: 1;
  object-fit: cover;
  flex: none;
  width: 100%;
  height: 80vh;
  position: relative;
  overflow: hidden;
}

.image-wrap.square {
  width: 29vw;
  height: 27vh;
  margin-left: 20px;
  top: 11px;
}

.image-wrap.cricle {
  border-radius: 100%;
  width: 180px;
  height: 180px;
}

.image-wrap.auto {
  aspect-ratio: 3 / 2;
  height: auto;
}

.image-wrap.auto.with-ratio {
  aspect-ratio: 1;
}

.image-wrap.for-about {
  height: 50vh;
}

.section-5 {
  z-index: 200;
  background-color: #000;
  padding: 150px 3%;
  position: relative;
}

.section-5.for-work {
  z-index: 0;
  background-color: #000;
  margin-top: -43px;
  padding-top: 0%;
  padding-bottom: 3%;
}

.home-services-item {
  grid-column-gap: 0rem;
  grid-row-gap: 0rem;
  flex-flow: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  place-items: start stretch;
  display: grid;
  position: relative;
  overflow: hidden;
}

.home-services-item.sticky {
  position: sticky;
  top: 0;
}

.container-8 {
  justify-content: center;
  align-items: stretch;
  width: 100%;
  max-width: 1440px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.margin-100px {
  margin-top: 100px;
}

.button-flex {
  justify-content: center;
  align-items: center;
  margin-top: 40px;
  display: flex;
}

.fade-in-wrapper {
  position: relative;
  overflow: hidden;
}

.fade-gradient {
  z-index: 0;
  pointer-events: none;
  cursor: none;
  background-image: linear-gradient(90deg, #fff0, #000 25%);
  width: 200%;
  margin-top: 0;
  padding-top: 0;
  position: absolute;
  inset: 0%;
}

.flex-center {
  grid-column-gap: 80px;
  grid-row-gap: 80px;
  flex-flow: column;
  justify-content: center;
  align-items: stretch;
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.big-text {
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 28vw;
  font-weight: 400;
  line-height: .8;
}

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

.flex-big {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
  overflow: hidden;
}

.margin-250px {
  margin-top: 250px;
}

.container-9 {
  justify-content: center;
  align-items: stretch;
  width: 100%;
  max-width: 1440px;
  margin-bottom: -85px;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 0;
  position: relative;
}

.testimonials-text {
  text-align: center;
  text-transform: uppercase;
  max-width: 90%;
  margin-left: auto;
  margin-right: auto;
  font-size: 120px;
  font-weight: 400;
  line-height: 1;
}

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

.fun-facts-grid._3-column {
  grid-template-columns: 1fr 1fr 1fr;
}

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

.align-center {
  text-align: center;
  position: relative;
  overflow: hidden;
}

.line-divider-2 {
  opacity: .35;
  background-color: #fff;
  width: 100%;
  height: .5px;
  margin-top: 80px;
  margin-bottom: 80px;
}

.fun-number {
  text-transform: uppercase;
  margin-top: 0;
  font-size: 200px;
  font-weight: 400;
  line-height: .8;
}

.fun-number.second {
  font-size: 10vw;
  position: relative;
}

.small-number {
  opacity: .7;
  color: #fff;
  margin-left: 1px;
  margin-right: 0;
  padding-right: 0;
  font-size: 24px;
  font-weight: 600;
}

.margin-40px-2 {
  margin-top: 40px;
  position: relative;
  overflow: hidden;
}

.main-grid {
  grid-column-gap: 0px;
  grid-row-gap: 10vw;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 40px;
  padding-left: 50px;
  padding-right: 51px;
  display: grid;
}

.logo-client {
  filter: invert();
  height: 3rem;
  max-height: 3rem;
}

.plus {
  vertical-align: top;
  margin-left: 9px;
  font-size: 5vw;
  font-weight: 400;
  display: inline-block;
  position: relative;
  top: 13px;
}

.logo-grid-track {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  flex-direction: column;
  align-items: center;
  display: flex;
}

.gray-text-color {
  opacity: .3;
}

.logo-grid-wrapper {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 8rem;
  padding: 1.5rem 1rem;
  display: flex;
}

.logo-grid-list {
  grid-column-gap: .2rem;
  grid-row-gap: .2rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.logo-grid-mask {
  max-height: 3.5rem;
  overflow: hidden;
}

.paragraph-2, .paragraph-3 {
  font-size: 20px;
}

.hero-inner {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding: 150px 3% 0;
  display: flex;
  position: sticky;
  top: 0;
}

.main-image {
  width: 22vw;
  height: 27vw;
  min-height: 27vw;
  position: relative;
  left: 0%;
  overflow: hidden;
}

.main-image.second {
  width: 11vw;
  height: auto;
  min-height: auto;
  top: -19.1vh;
  left: -4.2vw;
}

.main-image.second.absolute {
  width: 11vw;
  position: absolute;
  inset: 11.9vh 3.5vw auto auto;
}

.top-title-overflow {
  position: relative;
}

.top-title-overflow.add-overflow {
  overflow: hidden;
}

.hero-main-title {
  color: #fff;
  text-transform: uppercase;
  white-space: nowrap;
  word-break: normal;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 30vw;
  font-weight: 400;
  line-height: 1;
}

.hero-main-title.for-inner {
  white-space: normal;
  word-break: normal;
  font-size: 13vw;
}

.small-number-2 {
  opacity: .7;
  color: #fff;
  font-size: 18px;
  font-weight: 600;
}

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

.margin-20px.with-flex {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.container-10 {
  justify-content: center;
  align-items: stretch;
  width: 100%;
  max-width: 1440px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.checkbox-flex {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  flex-flow: column;
  margin-top: 30px;
  display: flex;
}

.area-margin {
  margin-top: 20px;
}

.checkbox {
  border: 1px solid #c1c1be;
  width: 17px;
  height: 17px;
  margin-top: 0;
  margin-right: 10px;
}

.checkbox.w--redirected-checked {
  background-color: #c1c1be;
  background-image: url('../images/check_1check.avif');
  background-position: 50%;
  background-size: 10px;
  border-color: #c1c1be;
}

.small {
  opacity: .52;
  vertical-align: super;
  font-size: 11px;
}

.main-grid-2 {
  grid-column-gap: 0px;
  grid-row-gap: 10vw;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.main-grid-2.top {
  place-items: start stretch;
}

.button-text {
  background-color: #0000;
  justify-content: center;
  align-items: center;
  overflow: visible;
}

.button-text-wrapper {
  z-index: 10;
  flex-direction: column;
  height: 24px;
  line-height: 1.5;
  display: flex;
  position: relative;
  overflow: hidden;
}

.success-message {
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  background-color: #00b83c;
  font-weight: 500;
}

.field-label-contact {
  opacity: .6;
  color: #fff;
  text-transform: uppercase;
  margin-bottom: 7px;
  font-size: 12px;
  font-weight: 500;
}

.field-label-contact.big {
  opacity: 1;
  font-size: 14px;
}

.button-5 {
  color: #fff;
  text-transform: uppercase;
  cursor: pointer;
  background-color: #2b20ff;
  border-style: none;
  border-radius: 0;
  padding: 14px 22px;
  font-size: .95rem;
  font-weight: 600;
  line-height: 1.1;
  transition: all .3s;
  display: inline-block;
}

.button-5:hover {
  background-color: #2018bf;
  background-image: none;
}

.button-5.full {
  text-align: center;
  background-color: #20b2aa;
  width: 100%;
}

.input-100 {
  width: 100%;
}

.navigation-link {
  color: #fff;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  height: 100%;
  font-size: 20px;
  font-weight: 500;
  line-height: 32px;
  text-decoration: none;
  display: flex;
}

.error-message {
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  background-color: #f71818;
  border-radius: 4px;
  padding-top: 14px;
  padding-bottom: 14px;
  font-size: 14px;
  font-weight: 500;
}

.form-block-2 {
  max-width: 700px;
  margin-left: auto;
  margin-right: auto;
}

.text-field-main {
  box-shadow: none;
  color: #fff;
  background-color: #000;
  border-top: 1px #0003;
  border-bottom: 1px solid #ffffff54;
  border-left: 1px #0003;
  border-right: 1px #00000024;
  height: 56px;
  margin-bottom: 10px;
  padding-left: 0;
  font-size: 14px;
}

.text-field-main:hover, .text-field-main:focus {
  border-color: #ffffff3b #ffffff3b #000;
}

.text-field-main::placeholder {
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 500;
}

.text-field-main.area {
  color: #000;
  height: auto;
  padding-top: 20px;
  padding-bottom: 40px;
}

.checkbox-field-2 {
  justify-content: flex-start;
  align-items: center;
  font-size: 15px;
  display: flex;
}

.button-contact {
  justify-content: center;
  align-items: center;
  margin-top: 15px;
  display: flex;
}

.button-contact.left {
  justify-content: flex-start;
  align-items: center;
}

.section-6 {
  z-index: 200;
  background-color: #000;
  padding: 150px 3%;
  position: relative;
}

.section-6._50px-top {
  margin-bottom: 100px;
  padding-top: 90px;
  padding-bottom: 45px;
}

.line-below {
  opacity: 1;
  background-color: #fff;
  width: 100%;
  height: 1px;
  margin-top: 5px;
}

.second-label {
  opacity: .76;
  color: #fff;
  text-transform: uppercase;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: 500;
  line-height: 21px;
}

.input-flex {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  flex-flow: column;
  justify-content: space-between;
  align-items: stretch;
  display: flex;
}

.about-image-section {
  z-index: 2;
  grid-column-gap: 25px;
  grid-row-gap: 25px;
  background-color: #000;
  grid-template-rows: auto;
  grid-template-columns: 1fr .65fr;
  grid-auto-columns: 1fr;
  margin-top: 60px;
  display: grid;
  position: relative;
}

.bg-asset {
  z-index: 10;
  pointer-events: none;
  position: fixed;
  inset: 0%;
}

.heading-style-h1 {
  font-size: 9em;
  font-weight: 500;
  line-height: 1;
}

.heading-style-h1.text-weight-black.line-height_88 {
  color: #b3b3b3;
  margin-top: 29px;
  margin-bottom: -32px;
  font-size: 13em;
  line-height: .88;
}

.draggable-card {
  cursor: none;
  border-radius: .4375em;
  justify-content: center;
  align-items: center;
  width: 24em;
  height: 25em;
  display: flex;
  position: absolute;
  overflow: hidden;
}

.draggable-card.is-third {
  z-index: 4;
  transform: rotate(-2.5deg);
}

.draggable-card.is-second {
  z-index: 5;
  transform: rotate(.64deg);
}

.draggable-card.is-fifth {
  z-index: 2;
  transform: rotate(2deg);
}

.draggable-card.is-sixth {
  z-index: 1;
  transform: rotate(-6deg);
}

.draggable-card.is-fourth {
  z-index: 3;
}

.draggable-card.is-first {
  z-index: 7;
  transform: rotate(-6deg);
}

.bg-noise {
  z-index: 1;
  opacity: .15;
  mix-blend-mode: soft-light;
  filter: blur(.4px);
  background-image: url('../images/bg-noise.png');
  background-repeat: repeat;
  background-size: auto;
  background-attachment: scroll;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.bottom-content {
  position: absolute;
  bottom: 2.8em;
}

.primary-button-2 {
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  color: #efeeec;
  cursor: pointer;
  background-color: #2e2f3b1a;
  border-radius: .25em;
  justify-content: center;
  align-items: center;
  padding: 1.2em 2.4em;
  line-height: 1;
  text-decoration: none;
  transition: background-color .25s;
  display: flex;
  position: absolute;
}

.primary-button-2:hover {
  background-color: #2e2f3b66;
}

.bg-grid {
  z-index: 0;
  opacity: .15;
  background-image: url('../images/bg-grid.svg');
  background-position: 0 100%;
  background-repeat: repeat;
  background-size: auto;
  width: 100%;
  height: 100%;
  position: relative;
}

.copyright_link {
  transition: opacity .25s;
}

.copyright_link:hover {
  opacity: .8;
}

.hero-home {
  justify-content: center;
  align-items: center;
  height: 100svh;
  display: flex;
  overflow: clip;
}

.text-size-regular-2 {
  color: var(--white);
  font-size: .875em;
}

.drag-images-button {
  color: #2e2f3b;
  background-color: #efeeec;
  border-radius: .5em;
  padding: .5em 1em .5em .75em;
}

.bg-video {
  width: 100%;
  height: 100%;
}

.copyright-wrapper {
  z-index: 99999999;
  grid-column-gap: 1em;
  grid-row-gap: 1em;
  opacity: .5;
  display: flex;
}

.copyright-wrapper.opacity_100.hide-desktop {
  display: none;
}

.hero-heading {
  z-index: 0;
  text-align: center;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  max-width: 50em;
  display: flex;
  position: relative;
}

.opacity_50 {
  opacity: .5;
}

.primary-button__text {
  z-index: 2;
  text-transform: uppercase;
  white-space: nowrap;
  font-size: 1em;
  line-height: 1.3;
  position: relative;
}

.title-caps {
  text-transform: uppercase;
  width: 610px;
  margin-top: 0;
  font-style: normal;
}

.project-collection, .project-list, .project-item-cms {
  width: 100%;
}

.project-text-container {
  grid-column-gap: 17px;
  grid-row-gap: 17px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
  position: sticky;
  top: 120px;
}

.projects-wrapper {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: .5fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.button-6 {
  color: #fff;
  background-color: #1e4b64;
  border-radius: 200px;
  padding: 12px 32px;
  font-size: 17px;
  font-weight: 400;
  transition: transform .325s cubic-bezier(.175, .885, .32, 1.275), background-position .25s, background-color .45s;
}

.button-6:hover {
  color: #fff;
  background-color: #222;
  transform: scale(1.05);
}

.button-6.with-arrow {
  background-image: url('../images/Arrrow.svg');
  background-position: 89%;
  background-repeat: no-repeat;
  background-size: auto;
  padding-right: 64px;
}

.section-spacing {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  flex-flow: column;
  padding-top: 2em;
  padding-bottom: 2em;
  display: flex;
}

.vertical-line {
  background-color: #000;
  width: 2px;
  height: 100%;
  position: absolute;
  inset: 0% auto 0% 0%;
}

.project-grid {
  grid-column-gap: 16px;
  grid-row-gap: 60px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  display: grid;
}

.section-7 {
  position: relative;
}

.container-11 {
  width: 100%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding: 3em 2em;
  position: relative;
}

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

.line {
  background-color: #000;
  width: 100%;
  height: 2px;
  margin-left: auto;
  margin-right: auto;
}

.project-grid-holder {
  grid-column-gap: 60px;
  grid-row-gap: 60px;
  flex-flow: column;
  padding-left: 40px;
  display: flex;
  position: relative;
}

.container-12 {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding: 100px 30px;
}

.container-12.no-top-padding {
  padding-top: 0;
}

.pb-block {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  font-size: 29px;
  line-height: 153%;
  text-decoration: none;
  display: flex;
  position: relative;
}

.portfolio-brands {
  grid-column-gap: 80px;
  grid-row-gap: 80px;
  flex-flow: column;
  margin-top: 80px;
  display: flex;
}

.pb-text {
  opacity: .7;
  text-transform: uppercase;
  font-size: 20px;
}

.pb-image-wrapper {
  z-index: -1;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
  position: absolute;
}

.pb-link-wrapper {
  text-transform: uppercase;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.pb-wrapper {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  color: #fff;
  flex-flow: column;
  text-decoration: none;
  display: flex;
}

.text-block-6 {
  text-decoration: underline;
}

.pb-image {
  object-fit: cover;
  width: 110px;
  height: 118px;
}

.pb-content {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  text-decoration: none;
  display: flex;
  position: relative;
}

.pb-imge {
  object-fit: cover;
  width: 260px;
  height: 170px;
}

.social-media-grid-top {
  flex: 1;
  grid-template-rows: auto;
  grid-template-columns: repeat(auto-fit, 36px);
  justify-content: start;
  justify-items: start;
}

.social-media-grid-top.right {
  grid-column-gap: 8px;
  grid-row-gap: 12px;
  grid-template-columns: repeat(auto-fit, 28px);
  justify-content: end;
  justify-items: end;
}

.categories-wrapper-sidebar {
  flex-wrap: wrap;
  margin-bottom: 40px;
  display: flex;
}

.hidden-on-desktop {
  display: none;
}

.mg-bottom-64px {
  margin-bottom: 64px;
}

.social-icon-square {
  background-color: #f0f0f0;
  border-radius: 8px;
  justify-content: center;
  align-items: center;
  width: 36px;
  min-width: 36px;
  height: 36px;
  min-height: 36px;
  text-decoration: none;
  transition: background-color .3s, color .3s;
  display: flex;
}

.social-icon-square:hover {
  color: #fff;
  background-color: #131313;
}

.social-icon-square.no-bg {
  background-color: #fff;
  width: 20px;
  min-width: 20px;
  height: 20px;
  min-height: 20px;
  font-size: 18px;
}

.social-icon-square.no-bg:hover {
  color: #727272;
}

.heading-h3-size {
  color: #131313;
  font-size: 24px;
  font-weight: 700;
  line-height: 34px;
}

.logo-sidebar {
  margin-bottom: 24px;
  transition: transform .3s, color .3s;
  display: inline-block;
  position: static;
}

.logo-sidebar:hover {
  transform: scale(.94);
}

.logo-sidebar.w--current {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
}

.category-item-wrapper {
  margin-right: 12px;
}

.text-200 {
  font-size: 18px;
  line-height: 20px;
}

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

.empty-state-2 {
  text-align: center;
  background-color: #fff;
  border: 1px solid #f0f0f0;
  border-radius: 11px;
  padding: 26px 24px;
  box-shadow: 0 2px 12px #0000001f;
}

.grid-2-columns {
  grid-column-gap: 28px;
  grid-row-gap: 28px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  display: grid;
}

.grid-2-columns.sidebar-content {
  grid-column-gap: 80px;
  grid-template-columns: 1fr .45fr;
  align-items: start;
}

.grid-2-columns.sidebar-content.left {
  grid-column-gap: 100px;
  grid-template-columns: .5fr 1fr;
  margin-top: 144px;
}

.social-icon-font {
  line-height: 21px;
}

.input {
  background-color: #fff;
  border: 1px solid #f0f0f0;
  border-radius: 8px;
  min-height: 54px;
  margin-bottom: 0;
  padding: 16px 18px;
  font-size: 16px;
  line-height: 18px;
  transition: box-shadow .3s, color .3s, border-color .3s;
  box-shadow: 0 2px 6px #0000000f;
}

.input:hover {
  border-color: #131313;
}

.input:focus {
  color: #131313;
  border-color: #131313;
}

.input::placeholder {
  color: #727272;
  font-size: 16px;
  line-height: 16px;
}

.input.search {
  background-image: url('../images/search-icon-writelogy-x-webflow-template.svg');
  background-position: 94%;
  background-repeat: no-repeat;
  background-size: 25px;
  min-height: 64px;
  padding-left: 16px;
  padding-right: 16px;
}

.mg-bottom-24px {
  margin-bottom: 24px;
}

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

.flex-horizontal.space-between {
  justify-content: space-between;
}

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

.grid-1-column.gap-row-22px {
  grid-row-gap: 22px;
}

.divider {
  background-color: #d5d5d5;
  height: 1px;
  margin-top: 80px;
  margin-bottom: 80px;
}

.divider.mg-bottom-48px {
  margin-top: 48px;
}

.divider._56px {
  margin-top: 56px;
  margin-bottom: 56px;
}

.section-9 {
  padding-top: 176px;
  padding-bottom: 176px;
}

.section-9.main-posts {
  padding-top: 50px;
  padding-bottom: 170px;
}

.section-9.main-posts.categories {
  padding-top: 100px;
  padding-bottom: 130px;
}

.container-default {
  max-width: 1175px;
  padding-left: 24px;
  padding-right: 24px;
}

.empty-state-3 {
  text-align: center;
  background-color: #fff;
  border: 1px solid #f0f0f0;
  border-radius: 11px;
  padding: 26px 24px;
  box-shadow: 0 2px 12px #0000001f;
}

._2-heading-wrapper {
  align-items: stretch;
  margin-bottom: 22px;
  display: flex;
}

.heading-h2-size {
  color: #131313;
  font-size: 32px;
  font-weight: 700;
  line-height: 42px;
}

.heading-h2-size.mg-left-6px {
  margin-right: 6px;
}

.bold-text {
  font-size: 2rem;
}

.text-block-7 {
  width: 880px;
  margin-left: -250px;
}

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

.body {
  margin-top: 0;
}

.section-11 {
  display: block;
}

.section-12 {
  padding-top: 157px;
}

.success-message-2 {
  background-color: #ddd0;
  padding-left: 0;
}

.form-field {
  color: #fff;
  background-color: #fff0;
  border: 1px solid #fff;
  height: 60px;
  margin-bottom: 0;
  font-size: 16px;
}

.form-field:focus {
  border-color: #fff;
}

.form-field::placeholder {
  color: #ffffff80;
}

.form-field.first {
  height: 50px;
}

.submit-button {
  background-color: #3898ec00;
  position: absolute;
  inset: 0%;
}

.cc-heading {
  letter-spacing: -3px;
  text-transform: uppercase;
  width: 380px;
  max-width: 380px;
  font-size: 63px;
}

.form-block-3 {
  width: 100%;
  max-width: 660px;
}

.button-7 {
  grid-column-gap: 5px;
  text-transform: capitalize;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: center;
  text-decoration: none;
  display: flex;
  position: relative;
}

.form-contact {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.contact-content {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  justify-content: space-between;
  align-items: flex-start;
  margin-top: -130px;
  padding: 0 22px 108px;
  display: flex;
}

.button-card-big {
  grid-column-gap: 10px;
  color: #000;
  background-color: #f1f0ea;
  border-radius: 10px;
  justify-content: center;
  align-items: center;
  height: 47px;
  padding: 0 47px;
  font-size: 16px;
  text-decoration: none;
  display: flex;
}

.paragraph-25px {
  letter-spacing: -.01em;
  font-size: 25px;
  font-weight: 400;
  line-height: 120%;
  text-decoration: none;
}

.paragraph-25px.red {
  color: #e03000;
}

.button-hover {
  z-index: 1;
  background-color: #e03000;
  border-radius: 50px;
  width: 70px;
  height: 60px;
  margin-top: 0;
  position: absolute;
  inset: auto;
}

.cc-text-wrapper {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  flex-flow: column;
  max-width: 450px;
  display: flex;
}

.button-arrow-2 {
  z-index: 2;
  object-fit: cover;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  display: flex;
  position: relative;
}

.form-wrapper {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  display: flex;
}

.button-card-small {
  grid-column-gap: 10px;
  background-color: #f1f0ea;
  border-radius: 10px;
  justify-content: center;
  align-items: center;
  width: 47px;
  height: 47px;
  padding: 10px;
  text-decoration: none;
  display: flex;
  position: relative;
  overflow: hidden;
}

.form-inner {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-flow: column;
  width: 100%;
  display: flex;
}

.image-2 {
  padding-left: 0;
  padding-right: 0;
}

.section-14 {
  background-color: #fff;
  margin-top: 0;
  padding-top: 0;
  padding-bottom: 0;
}

.text-span-8 {
  color: var(--brand-color);
}

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

.text-block-10 {
  color: var(--brand-color);
  padding-top: 28px;
  font-size: 80px;
}

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

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

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

.single-title-home {
  grid-column-gap: 16px;
  grid-row-gap: 0px;
  flex-flow: wrap;
  justify-content: flex-start;
  align-items: center;
  margin-top: 60px;
  display: flex;
  overflow: clip;
}

.hide {
  width: 1180px;
  overflow: clip;
}

.lightbox-home-video {
  z-index: 40;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  inset: 0%;
}

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

.icon-play {
  z-index: 30;
  object-fit: contain;
  width: 120px;
  height: 120px;
  position: relative;
}

.heading-3 {
  color: #727272;
  letter-spacing: -2px;
  width: 1180px;
  font-size: 72px;
  font-style: normal;
  font-weight: 400;
  line-height: 100%;
}

.overlay-image-general {
  z-index: 1;
  mix-blend-mode: color;
  background-color: #fc5071b3;
  position: absolute;
  inset: 0%;
}

.subtitle-home {
  color: #fff;
  width: 1150px;
  margin-bottom: 20px;
  font-size: 19px;
  line-height: 130%;
}

.subtitle-home.scroll-text {
  color: #f9f7f78c;
  font-size: 18px;
}

.master-title-home {
  flex-flow: wrap;
  justify-content: flex-start;
  align-items: flex-start;
  max-width: 1230px;
  margin-top: 40px;
  margin-bottom: 40px;
  padding-left: 40px;
  padding-right: 40px;
  display: flex;
}

.video-home {
  z-index: 1;
  border-radius: 8px;
  height: 95vh;
  min-height: 600px;
  max-height: 1100px;
  margin-top: 64px;
  margin-bottom: 64px;
  position: relative;
  overflow: hidden;
}

.main-container {
  width: 100%;
  max-width: 1600px;
  padding: 47px 24px 0;
}

.list-services-animated {
  flex-direction: column;
  max-width: 1008px;
  margin-bottom: 40px;
  display: flex;
}

.image-service-animated {
  z-index: 10;
  object-fit: cover;
  border-radius: 8px;
  width: 32%;
  max-width: 290px;
  height: 180%;
  margin-top: auto;
  margin-bottom: auto;
  position: absolute;
  inset: 0% 65px 0% auto;
}

.flex-heading-left {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
  overflow: clip;
}

.flex-heading-left.mg-bottom-80 {
  margin-bottom: 80px;
}

.flex-heading-left.mg-bottom-80.center-phone {
  margin-top: 65px;
  margin-bottom: 30px;
}

.flex-heading-left.mg-bottom-100 {
  margin-bottom: 0;
  padding-bottom: 19px;
}

.flex-heading-left.mg-bottom-100.center-landscape {
  margin-top: -30px;
  margin-bottom: 0;
  padding-bottom: 30px;
}

.no-margins {
  letter-spacing: -2px;
  width: 548px;
  margin-top: 40px;
  margin-bottom: 0;
  font-weight: 400;
}

.flex-under-animated-services {
  max-width: 1008px;
  margin-top: 72px;
}

.section-15 {
  padding-top: 98px;
  padding-bottom: 140px;
}

.single-service-animated {
  opacity: 1;
  border-top: 1px solid #000;
  justify-content: flex-start;
  align-items: flex-end;
  padding-top: 52px;
  padding-bottom: 52px;
  text-decoration: none;
  display: flex;
  position: relative;
}

.single-service-animated:hover {
  opacity: 1;
}

.single-service-animated.list-item {
  border-bottom: 1px solid #000;
}

.container-medium-4 {
  width: 100%;
  max-width: 1170px;
  padding-left: 24px;
  padding-right: 24px;
}

.abstract-heading {
  object-fit: contain;
  width: 52px;
  height: 52px;
  margin-top: 4px;
  display: block;
}

.big-text-2 {
  margin-top: 100px;
  font-size: 32px;
  line-height: 130%;
}

.wrap-text-service-animated {
  overflow: hidden;
}

.big-text-service-animated {
  letter-spacing: -1px;
  text-transform: uppercase;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 64px;
  font-weight: 400;
  line-height: 100%;
  overflow: hidden;
}

.number-service-animated {
  width: 72px;
  margin-bottom: 7px;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  overflow: hidden;
}

.slider-testimonials {
  background-color: #0000;
  height: 100%;
  display: flex;
}

.icon-slider {
  object-fit: contain;
  width: 40px;
}

.block-testimonial {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  flex-direction: column;
  align-items: flex-start;
  max-width: 740px;
  display: flex;
}

.text-subname {
  opacity: .7;
  font-size: 18px;
  line-height: 130%;
}

.text-testimonial {
  font-size: 32px;
  line-height: 130%;
}

.section-16 {
  padding-top: 98px;
  padding-bottom: 140px;
}

.image-wrap-testimonials-4 {
  width: 411px;
  height: 560px;
  position: relative;
  overflow: hidden;
}

.carousel-button {
  justify-content: center;
  align-items: center;
  display: flex;
}

.carousel-button.testimonial-left {
  color: #24201f;
  width: auto;
  position: absolute;
  inset: auto auto 0% 543px;
}

.carousel-button.testimonial-right {
  color: #24201f;
  width: auto;
  position: absolute;
  inset: auto auto 0% 590px;
}

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

.slide-nav-hidden {
  display: none;
}

.master-person-small {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

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

.right-person-small {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.testimonial-slide {
  margin-top: 64px;
}

.body-big {
  font-size: 22px;
  line-height: 98%;
}

.text-number-process-one {
  color: #fc5071;
  font-size: 62px;
  font-weight: 500;
  line-height: 120%;
}

.wrap-process-one {
  grid-column-gap: 52px;
  grid-row-gap: 52px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.divider-process-one {
  background-color: #ffffff4d;
  width: 100%;
  height: 2px;
}

.section-17 {
  padding-top: 98px;
  padding-bottom: 140px;
}

.section-17.dark {
  color: #fff;
  background-color: #000;
  padding-top: 0;
}

.bottom-process-one {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.grid-process-thirds {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  padding-top: 20px;
}

.text-size-small-2 {
  color: #00c0c0;
  font-size: .875rem;
}

.text-size-small-2.text-weight-bold {
  font-size: 22px;
}

.link-big-email-footer {
  color: #fff;
  text-align: center;
  border: 1px solid #fff;
  border-radius: 160px;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 164px;
  margin-top: 100px;
  margin-bottom: 100px;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 68px;
  font-weight: 400;
  line-height: 120%;
  text-decoration: none;
  transition: color .5s, background-color .5s;
  display: flex;
}

.link-big-email-footer:hover {
  color: #141414;
  background-color: #fff;
}

.text-span-9 {
  color: #fff;
  font-weight: 500;
  text-decoration: underline;
}

.main-container-2 {
  width: 100%;
  max-width: 1600px;
  padding: 0 24px;
}

.button-8 {
  grid-column-gap: .5rem;
  color: #fff;
  text-align: center;
  text-transform: none;
  background-color: #131313;
  border: 1px solid #131313;
  border-radius: 100rem;
  align-items: center;
  padding: .25rem .25rem .25rem 1.25rem;
  font-size: 1rem;
  transition: transform .3s;
  display: flex;
}

.button-8:active {
  transform: scale(.95);
}

.button-8.w--current {
  border-radius: 100rem;
}

.button-8.is-alternate {
  color: #000;
  background-color: #fff;
  border-style: solid;
  border-color: #fff;
}

.link-6 {
  color: #fff;
  text-decoration: underline;
}

.footer-2 {
  color: #fff;
  background-color: #000;
  border-top: 1px solid #ffffff4d;
  padding-top: 120px;
  padding-bottom: 0;
  position: relative;
  overflow: hidden;
}

.right-more-templates {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  max-width: 490px;
  display: flex;
}

.text-cta {
  z-index: 3;
  position: relative;
}

.fill-cta {
  z-index: 1;
  background-color: #fc5071;
  border-radius: 100px;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0% 0% auto;
  transform: translate(0, 101%);
}

.grid-more-templates {
  grid-column-gap: 56px;
  grid-row-gap: 56px;
  grid-template-rows: auto;
  grid-template-columns: .9fr 1.1fr;
  padding-right: 48px;
}

.link-cta {
  color: #fff;
  background-color: #000;
  border-radius: 60px;
  justify-content: center;
  align-items: center;
  height: 36px;
  padding: 1px 20px;
  font-size: 18px;
  line-height: 120%;
  text-decoration: none;
  display: flex;
  position: relative;
  overflow: clip;
}

.link-cta.medium-cta {
  height: 48px;
  padding-left: 26px;
  padding-right: 26px;
  font-size: 20px;
}

.left-single-service {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  max-width: 435px;
  display: flex;
}

.master-service-details-list {
  flex-direction: column;
  width: 100%;
  display: flex;
}

.single-service-detail {
  border-top: 1px solid #000;
  padding-top: 24px;
  padding-bottom: 24px;
}

.single-service-detail.last-detail {
  border-bottom: 1px solid #000;
}

.section-18 {
  padding-top: 98px;
  padding-bottom: 140px;
}

.grid-single-service {
  grid-column-gap: 64px;
  grid-row-gap: 64px;
  grid-template-rows: auto;
}

.h3-no-capitals {
  text-transform: none;
  margin-top: 0;
  margin-bottom: 0;
}

.right-single-service {
  grid-column-gap: 72px;
  grid-row-gap: 72px;
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
  max-width: 550px;
  display: flex;
}

.master-moving-studio-hero {
  width: 100vw;
  margin-top: 64px;
  position: relative;
  overflow: hidden;
}

.inside-moving-hero-studio {
  justify-content: space-between;
  align-items: center;
  width: 160vw;
  display: flex;
}

.image-hero-studio {
  width: 32%;
}

.moving-images-top-fill {
  width: 102vw;
  position: absolute;
  inset: -1% 0% auto;
}

.moving-images-bottom-fill {
  width: 102vw;
  max-width: none;
  margin-left: -1vw;
  position: absolute;
  inset: auto 0% -2px;
}

.main-container-3 {
  width: 100%;
  max-width: 1600px;
  padding: 70px 24px 0;
}

.master-quote-center {
  grid-column-gap: 60px;
  grid-row-gap: 60px;
  text-align: center;
  flex-direction: column;
  align-items: center;
  max-width: 1020px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.icon-quote {
  height: 56px;
}

.text-manifesto-big {
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 72px;
  font-weight: 500;
  line-height: 120%;
}

.grid-numbers-thirds {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  max-width: 1060px;
  margin-top: 80px;
  margin-left: auto;
  margin-right: auto;
}

.wrap-number {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  text-align: center;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.text-big-number {
  color: var(--brand-color);
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 100px;
  font-weight: 500;
  line-height: 110%;
}

.text-sub-number {
  color: #fffc;
  font-size: 22px;
  font-weight: 400;
}

.master-expandable-big {
  grid-row-gap: 0px;
  flex-direction: column;
  display: flex;
}

.expandable-top-big {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.expandable-bottom-big {
  transform-origin: 50% 0;
  flex-direction: column;
  align-items: flex-start;
  width: 90%;
  display: flex;
}

.grid-master-values {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: .9fr 1.1fr;
}

.h3-expandable-big {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 32px;
  font-weight: 500;
  line-height: 130%;
}

.no-margins-2 {
  letter-spacing: -2px;
  margin-top: 0;
  margin-bottom: 0;
  font-weight: 400;
}

.text-expanabdle-botton {
  transform-origin: 50% 0;
  margin-bottom: 0;
  padding-top: 16px;
  padding-bottom: 12px;
}

.section-19 {
  padding-top: 98px;
  padding-bottom: 140px;
}

.limit-wrap-feature {
  grid-column-gap: 64px;
  grid-row-gap: 64px;
  flex-direction: column;
  align-items: flex-start;
  max-width: 740px;
  display: flex;
}

.plus-line-big {
  background-color: #000;
  border-radius: 1px;
  width: 18px;
  height: 2px;
}

.plus-line-big.vertical {
  position: absolute;
  transform: rotate(-90deg);
}

.main-container-4 {
  width: 100%;
  max-width: 1600px;
  padding: 48px 24px 0;
}

.plus-expand-master-big {
  flex: none;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  display: flex;
  position: relative;
}

.expandable-single-big {
  cursor: pointer;
  border-top: 1px solid #000;
  padding: 26px 0;
}

.grid-thirds-awards-table {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  width: 100%;
  max-width: 974px;
}

.section-20 {
  padding-top: 98px;
  padding-bottom: 140px;
}

.section-20.dark {
  color: #fff;
  background-color: #000;
  padding-top: 0;
}

.cell {
  border-bottom: 1px solid #fff;
  align-items: center;
  height: 70px;
  font-size: 18px;
  line-height: 22px;
  display: flex;
}

.cell.top {
  border-bottom-width: 1px;
  border-bottom-color: #fff;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 20px;
  font-weight: 500;
}

.cell.right {
  text-align: right;
  justify-content: flex-end;
}

.main-container-5 {
  width: 100%;
  max-width: 1600px;
  padding: 48px 24px 0;
}

.text-block-13, .text-block-14, .text-block-15, .text-block-16, .text-block-17, .text-block-18 {
  color: var(--brand-color);
}

.numbers-text {
  font-size: 80px;
  line-height: 120%;
}

.livvic-text {
  font-weight: 400;
  box-shadow: -18px -20px 20px 3px #0003;
}

.numbers-wrapper {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  max-width: 1310px;
  margin-bottom: 60px;
  margin-left: auto;
  margin-right: auto;
  display: grid;
}

.content-container {
  max-width: 1310px;
  margin-left: auto;
  margin-right: auto;
}

.large-text-2 {
  font-size: 28px;
}

.hero-section-image {
  background-image: url('../images/hero-image.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  width: 100%;
  max-width: 1310px;
  height: 100vh;
  margin-bottom: 40px;
  margin-left: auto;
  margin-right: auto;
}

.features-grid-image-wrapper {
  border-radius: 8px;
  height: 320px;
  position: relative;
  overflow: hidden;
}

.light-pink-container {
  background-color: #f2c3d3;
  padding: 64px;
  position: sticky;
  top: 120px;
}

.page-hero-section {
  justify-content: center;
  align-items: center;
  padding: 240px 20px 100px;
}

.hero-section-paragraph-wrapper {
  max-width: 860px;
}

.download-links-wrapper {
  grid-column-gap: 25px;
  grid-row-gap: 25px;
  margin-top: 60px;
  display: flex;
}

.yellow-container {
  background-color: #f7d56f;
  padding: 64px;
  position: sticky;
  top: 120px;
}

.features-grid-image {
  background-image: url('../images/pexels-googledeepmind-25630340.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  inset: 0%;
}

.features-grid-image._2 {
  background-image: url('../images/pexels-googledeepmind-25630342.jpg');
}

.features-grid-image._3 {
  background-image: url('../images/pexels-googledeepmind-25630338.jpg');
}

.light-purple-container {
  background-color: #bfacf9;
  padding: 64px;
  position: sticky;
  top: 120px;
}

.features-grid {
  grid-column-gap: 31px;
  grid-template-rows: auto;
  grid-template-columns: 1fr .75fr;
}

.primary-button-3 {
  grid-column-gap: 19px;
  grid-row-gap: 19px;
  color: #f5f4ed;
  background-color: #171719;
  border-radius: 80px;
  flex-flow: row;
  flex: none;
  padding: 16px 25px;
  font-size: 18px;
  font-weight: 400;
  text-decoration: none;
  transition: background-color .2s;
  display: flex;
}

.primary-button-3:hover {
  background-color: #29292c;
}

.divider-2 {
  background-color: #e0e0d6;
  width: 100%;
  height: 1px;
  margin-top: 20px;
  margin-bottom: 20px;
}

.spacer-40px-height {
  width: 20px;
  height: 40px;
}

.heading-10 {
  justify-content: center;
  align-items: center;
  margin-top: 60px;
  padding-top: 0;
  display: flex;
}

.image-3 {
  flex: 1;
}

.spline {
  width: 100vw;
  height: 100vh;
  position: absolute;
  top: 0;
}

.section-21 {
  width: 100%;
}

.section-21.background-black {
  padding-bottom: 50px;
}

.container-13 {
  width: 100%;
  max-width: none;
  margin-left: auto;
  margin-right: auto;
  overflow: hidden;
}

.container-13.overflow {
  overflow: visible;
}

.space-4rem {
  min-height: 4.4vw;
}

.works-wrapper {
  grid-row-gap: 4.44vw;
  text-align: center;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 70vw;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.works-block {
  grid-column-gap: 1.11vw;
  grid-row-gap: 1.11vw;
  background-color: #050505;
  border-top-left-radius: 24px;
  border-top-right-radius: 24px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  display: flex;
  position: sticky;
  top: 1rem;
}

.container-14 {
  justify-content: center;
  align-items: stretch;
  width: 100%;
  max-width: 1440px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.fade-gradient-2 {
  z-index: 0;
  pointer-events: none;
  cursor: none;
  background-image: linear-gradient(90deg, #fff0, #000 25%);
  width: 200%;
  position: absolute;
  inset: 0%;
}

.section-22 {
  z-index: 200;
  background-color: #000;
  padding: 150px 3%;
  position: relative;
}

.section-22.for-logo {
  background-color: var(--black);
  padding-top: 50px;
  padding-bottom: 42px;
}

.hv-grid-logo {
  object-fit: cover;
  justify-content: center;
  align-items: center;
  width: 82.5806px;
  height: 32px;
  text-decoration: none;
  display: flex;
}

.hv-column-content {
  grid-row-gap: 10px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  text-decoration: none;
  display: flex;
}

.container-15 {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding: 100px 30px;
}

.home-venture {
  grid-column-gap: 150px;
  grid-row-gap: 150px;
  flex-flow: column;
  display: flex;
}

.hv-column {
  grid-row-gap: 100px;
  flex-flow: column;
  flex: 0 auto;
  justify-content: center;
  align-items: flex-start;
  width: 300px;
  padding-right: 74px;
  text-decoration: none;
  display: flex;
}

.hv-content {
  grid-row-gap: 100px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.hv-header {
  grid-column-gap: 100px;
  grid-row-gap: 100px;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.hv-wrapper {
  grid-row-gap: 150px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.hv-heading-card {
  grid-column-gap: 10px;
  background-color: #e03000;
  border-radius: 10px;
  justify-content: center;
  align-items: center;
  height: 36px;
  padding: 22px 10px;
  text-decoration: none;
  display: flex;
}

.hv-heading-wrapper {
  grid-column-gap: 10px;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  display: flex;
}

.hv-content-header {
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.button-arrow-3 {
  z-index: 2;
  object-fit: cover;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  display: flex;
  position: relative;
}

.hv-column-text {
  color: gray;
  letter-spacing: -.01em;
  -webkit-text-stroke-color: grey;
  text-transform: undefined;
  width: 300px;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 35px;
  font-weight: 400;
  line-height: 100%;
  text-decoration: none;
}

.hv-grid {
  grid-column-gap: 100px;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.hv-column-header {
  grid-row-gap: 50px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: 376px;
  text-decoration: none;
  display: flex;
}

.hv-column-border {
  grid-row-gap: 10px;
  color: var(--brand-color);
  border: 1px solid gray;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  height: 61px;
  font-size: 30px;
  text-decoration: none;
  display: flex;
}

.hv-header-heading {
  text-transform: uppercase;
  max-width: 470px;
}

.paragraph-30px {
  letter-spacing: -.01em;
  max-width: 660px;
  font-size: 30px;
  line-height: 120%;
}

.hv-heading-card-text {
  color: #ffffff80;
  letter-spacing: -.01em;
  text-transform: undefined;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 16px;
  font-weight: 400;
  line-height: 120%;
  text-decoration: none;
}

.hv-heading {
  color: #f1f0ea;
  letter-spacing: -.01em;
  text-transform: uppercase;
  margin-top: auto;
  margin-bottom: 0;
  font-size: 70px;
  line-height: 80%;
  text-decoration: none;
}

.hp-inner {
  color: #fff;
  text-transform: uppercase;
  justify-content: center;
  align-items: center;
  width: 100%;
  text-decoration: none;
  display: flex;
  position: relative;
}

.hp-inner-heading {
  z-index: 2;
  letter-spacing: -.01em;
  padding-top: 45px;
  font-weight: 700;
  line-height: 70%;
  position: relative;
}

.hp-hover {
  background-color: #e03000;
  position: absolute;
  inset: auto 0%;
}

.hp-inner-heading-2, .hp-inner-heading-3, .hp-inner-heading-4 {
  z-index: 2;
  letter-spacing: -.01em;
  padding-top: 45px;
  font-weight: 700;
  line-height: 70%;
  position: relative;
}

.services-left-content-2 {
  color: #fff;
  background-color: #111;
  flex-flow: column;
  justify-content: space-between;
  height: 80vh;
  padding: 74px 10% 74px 65px;
  display: flex;
}

.service-title-2 {
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-top: 0;
  font-size: 70px;
  font-weight: 400;
  line-height: 100%;
}

.section-23 {
  z-index: 200;
  background-color: #000;
  padding: 150px 3%;
  position: relative;
}

.section-23.for-work {
  padding-top: 0%;
  padding-bottom: 0%;
  top: 0;
}

.opacity-87 {
  opacity: .6;
}

.heading-11 {
  font-size: 5rem;
  font-weight: 300;
  line-height: 1;
}

.heading-11.text-weight-bold {
  font-size: 4rem;
}

.container-16 {
  width: 100%;
  max-width: 100rem;
  margin-top: -153px;
  margin-left: auto;
  margin-right: auto;
}

.opacity-88 {
  opacity: .5;
}

.section-24 {
  z-index: 200;
  background-color: #000;
  padding: 150px 3%;
  position: relative;
}

.section-24.for-work {
  padding-top: 3%;
  padding-bottom: 3%;
  top: 0;
}

.padding-global-12 {
  margin-top: 170px;
  padding-bottom: 39px;
  padding-left: 2.5rem;
  padding-right: 2.5rem;
}

.industries-content-wrapper {
  margin-top: 60px;
  position: relative;
}

.industry-text-wrapper {
  cursor: default;
  margin-bottom: 60px;
}

.industries-image-wrapper {
  border-radius: 12px;
  width: 378px;
  height: 480px;
  position: absolute;
  inset: 10% 0% auto auto;
  overflow: hidden;
}

.industry-image {
  z-index: 1;
  background-image: url('../images/pexels-life-of-pix-8159.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  inset: 0%;
}

.industry-image._4 {
  background-image: url('../images/pexels-troy-squillaci-1303476-2516588.avif');
}

.industry-image._3 {
  background-image: url('../images/pexels-edward-jenner-4033148.jpg');
}

.industry-image._2 {
  background-image: url('../images/pexels-pixabay-73833.avif');
}

.industry-image._6 {
  background-image: url('../images/pexels-mikhail-nilov-7988115.avif');
}

.industry-image._5 {
  background-image: url('../images/pexels-tiger-lily-4487422.jpg');
}

.vision_image-wrapper {
  border-radius: 16px;
  flex: none;
  position: relative;
  overflow: hidden;
}

.vision_image-wrapper.is-image-large {
  border-radius: 16px;
  width: 36vw;
  height: 80vh;
}

.vision_image-wrapper.is-image-small {
  width: 20vw;
}

.vision_small-image-group {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-direction: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  width: 18vw;
  display: grid;
  position: relative;
}

.vision_content-bottom {
  align-items: center;
  width: 100%;
  height: 100vh;
  display: flex;
  position: sticky;
  top: 0;
  overflow: hidden;
}

.text-overlay-wrap {
  justify-content: flex-end;
  align-items: flex-end;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 8rem;
  padding-left: 2vw;
  padding-right: 2vw;
  display: flex;
  position: absolute;
  inset: 0%;
}

.padding-global-13 {
  flex: 1;
  padding-left: 2rem;
  padding-right: 2rem;
}

.vision_image2 {
  aspect-ratio: 1;
  object-fit: cover;
  width: 100%;
}

.vision_image3 {
  aspect-ratio: 3 / 4;
  object-fit: cover;
  width: 100%;
}

.vision_image6 {
  aspect-ratio: 1;
  object-fit: cover;
  width: 100%;
}

.vision_image1 {
  aspect-ratio: 2 / 3;
  object-fit: cover;
  width: 100%;
}

.vision_image5 {
  aspect-ratio: 3 / 4;
  object-fit: cover;
  width: 100%;
}

.dark_gradient {
  z-index: 1;
  background-image: linear-gradient(#153a4300 65%, #000c);
  position: absolute;
  inset: 0%;
}

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

.vision_overlay-text {
  z-index: 2;
  text-align: right;
  font-size: 3.5rem;
  font-weight: 900;
  position: relative;
}

.vision_image-list {
  z-index: 1;
  grid-template-rows: auto;
  grid-template-columns: 32% 36% 32%;
  grid-auto-columns: 1fr;
  grid-auto-flow: column;
  place-content: center;
  align-items: center;
  width: 100%;
  height: 80vh;
  display: grid;
}

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

.vision_image-group-left, .vision_image-group-right {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: column;
  place-items: center end;
  padding-left: 1rem;
  padding-right: 1rem;
  display: grid;
}

.vision_image7 {
  aspect-ratio: 2 / 3;
  object-fit: cover;
  width: 100%;
}

.stats_content {
  grid-column-gap: 5rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: start;
  padding-top: 149px;
  padding-left: 25px;
  padding-right: 24px;
  display: grid;
}

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

.services__item {
  padding: 2.5rem .75rem;
  position: relative;
}

.services__item.grid-main {
  grid-template-columns: subgrid;
  align-items: center;
}

.services__list.grid-main {
  grid-row-gap: 0rem;
  grid-template-columns: subgrid;
  grid-column: 1 / -1;
}

.services__layout {
  grid-column-gap: 7.5rem;
  grid-row-gap: 7.5rem;
  flex-flow: column;
  display: flex;
}

.services__container.container {
  padding-top: 20rem;
  padding-bottom: 7.5rem;
}

.services__header {
  grid-column: 2 / span 10;
  align-self: center;
}

.services__title.h2 {
  text-align: center;
  max-width: 23ch;
}

.services__wrapper.grid-main {
  grid-template-columns: subgrid;
  grid-column: 2 / -2;
}

.services__divider {
  background-color: #fff;
  width: 100%;
  height: .0625rem;
}

.services__content.grid-main {
  grid-row-gap: 0rem;
}

.services__btn-list {
  margin-top: 7.5rem;
}

.services__background {
  pointer-events: none;
  will-change: background-color;
  background-color: #000;
  position: absolute;
  inset: 0%;
}

._2-column-grid-image {
  aspect-ratio: 6 / 7;
  object-fit: cover;
  border-radius: 1.5rem;
  width: 100%;
  position: relative;
}

.feature-list-grey-card {
  color: #000;
  background-color: #000;
  border-radius: 1rem;
  margin-top: 0;
  padding: 0 1.5rem 1.5rem;
}

.feature-list-item-wrapper {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex: 0 auto;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

._2-column-grid-image-wrapper {
  justify-content: center;
  align-items: center;
  display: flex;
}

.heading-h2 {
  margin-bottom: 1.5rem;
  font-size: 2.5rem;
  font-weight: 500;
  line-height: 1.3em;
}

.heading-h2.margin-bottom-1rem {
  letter-spacing: -.01em;
  margin-bottom: 0;
  font-size: 2.8rem;
}

.button-tertiary {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  color: #333;
  background-color: #fff0;
  justify-content: flex-start;
  align-items: center;
  padding-top: .5rem;
  padding-bottom: .5rem;
  padding-right: .5rem;
  font-size: 1rem;
  font-weight: 500;
  text-decoration: underline;
  display: flex;
}

.heading-h5 {
  margin-bottom: .75rem;
  font-size: 1.125rem;
  font-weight: 600;
  line-height: 1.4em;
}

.feature-list-wrapper {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  flex-flow: column;
  width: 100%;
  display: flex;
}

.feature-list-content-wrapper {
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  margin-top: 0;
  margin-bottom: 10px;
  margin-left: -35px;
  line-height: 178%;
  display: flex;
}

._2-column-text-wrapper {
  grid-column-gap: 1.25rem;
  grid-row-gap: 1.25rem;
  flex-direction: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  margin-top: 0;
  display: flex;
}

.feature-list-icon-image {
  width: 1.25rem;
  margin-top: 4px;
}

.feature-list-icon-wrapper {
  flex: none;
  width: 20px;
  height: 20px;
}

.inline-link-image {
  width: .75rem;
}

.paragraph-16 {
  color: gray;
  margin-top: 1px;
  margin-left: 0;
  font-size: 1rem;
  line-height: 1.5rem;
}

.paragraph-16.paragraph-16-subdued {
  outline-offset: 0px;
  color: #666;
  outline: 3px #666;
  font-size: 1.3rem;
  line-height: 1.5rem;
}

.label-heading {
  color: #666;
  letter-spacing: .04em;
  margin-bottom: .5rem;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.4em;
}

.section-25 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding: 9rem 30px 0;
  position: relative;
}

._2-column-feature-grid {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  place-items: stretch stretch;
}

.heading-small-max-width-wrapper {
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  max-width: 30rem;
  display: flex;
}

.container-17, .container-18 {
  width: 100%;
  max-width: 84rem;
  margin-left: auto;
  margin-right: auto;
  padding-left: 2rem;
  padding-right: 2rem;
}

.text-block-19 {
  margin-left: 11px;
  padding-top: 0;
  padding-left: 10px;
}

.text-block-20 {
  color: gray;
  font-size: 1.3rem;
  line-height: 150%;
}

.text-block-21 {
  color: gray;
  width: 594px;
}

.heading-12 {
  font-size: 55px;
}

.bold-text-2, .bold-text-3, .bold-text-4, .bold-text-5 {
  font-size: 2rem;
}

.bold-text-6 {
  width: 760px;
  font-size: 3rem;
}

.bold-text-7, .bold-text-8 {
  font-size: 1.4rem;
}

.approach__title.h2 {
  margin-bottom: 3rem;
  padding-left: 30px;
  padding-right: 30px;
}

.approach__layout.grid-main {
  grid-row-gap: 5rem;
}

.approach__item {
  grid-column-gap: 2.5rem;
  grid-row-gap: 2.5rem;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.approach__content {
  grid-column-gap: 2rem;
  grid-row-gap: 5rem;
  grid-auto-columns: 1fr;
  grid-template-columns: subgrid;
  grid-column: 5 / span 8;
  display: grid;
}

.approach__item-paragraph.text-size-small {
  text-wrap: balance;
  max-width: 45ch;
}

.image-5 {
  border-radius: 10px;
  margin-top: 0;
}

.text-span-10, .text-span-11, .text-span-12 {
  color: var(--brand-color);
}

.heading-13 {
  font-size: 50px;
}

.contact-hero__title.h1 {
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 60px;
  padding-right: 60px;
  font-size: 90px;
}

.contact-hero__infos {
  grid-column-gap: 2.5rem;
  grid-row-gap: 2.5rem;
  flex-flow: column;
  padding-top: 5rem;
  display: flex;
}

.contact-hero__header {
  grid-column-gap: 2.5rem;
  grid-row-gap: 2.5rem;
  text-align: center;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.contact-hero__subtitle {
  max-width: 59ch;
}

.contact-hero__subtitle.text-size-small {
  max-width: 69ch;
}

.contact-hero__visual {
  aspect-ratio: 7.89 / 4.36;
  border-radius: .25rem;
  position: relative;
  overflow: hidden;
}

.contact-hero__layout.grid-main {
  grid-row-gap: 7.5rem;
  margin-top: 150px;
}

.contact-hero__subcontent {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-auto-columns: 1fr;
  grid-template-columns: subgrid;
  display: grid;
}

.contact-hero__img {
  height: 100%;
  position: absolute;
  inset: 0%;
}

.reviews-arrow {
  text-align: center;
  border: 1px solid #b3b3b3;
  border-radius: 1000px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 2.2vw;
  height: 2.2vw;
  transition: border-color .25s, color .25s;
  display: flex;
  position: relative;
  inset: auto 0% 32px;
}

.reviews-arrow:hover {
  color: #64dcdd;
  border-color: #64dcdd;
}

.reviews-arrow.left {
  bottom: 6.67vw;
  left: -1.44vw;
  right: 0%;
}

.reviews-arrow.right {
  bottom: 8.89vw;
  left: 1.44vw;
  right: 0%;
}

.reviews-icon {
  font-size: 1vw;
}

.mask-2 {
  background-color: #1c1c1c;
  border-radius: 24px;
  max-width: 100%;
}

.container-19 {
  width: 100%;
  max-width: none;
  margin-left: auto;
  margin-right: auto;
  overflow: hidden;
}

.container-19.padding-9rem {
  padding-left: 9rem;
  padding-right: 9rem;
}

.font-primary {
  color: #f5f5f5;
  margin-top: -10px;
  font-size: 20px;
}

.reviews-image {
  border-radius: 100%;
  min-width: 4.4vw;
  max-width: 4.4vw;
  min-height: 4.4vw;
  max-height: 4.4vw;
}

.slide-nav {
  display: none;
}

.reviews-slider {
  background-color: #0000;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  min-width: 66.66vw;
  max-width: 66.66vw;
  height: auto;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.reviews-slide {
  grid-column-gap: 1.11vw;
  grid-row-gap: 1.11vw;
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 4.4vw 4.4vw 8.8vw;
  display: flex;
}

.div-block-4 {
  margin-left: -20px;
}

.collage-small-image {
  aspect-ratio: 3.25 / 4;
  object-fit: cover;
  border-radius: .75rem;
  width: 100%;
  height: 100%;
}

.collage-wrapper {
  flex: 1;
  justify-content: center;
  align-items: flex-start;
  height: 100%;
  display: flex;
  position: relative;
}

.display-heading-2 {
  text-transform: uppercase;
  margin-bottom: 1.5rem;
  font-size: 4.5rem;
  font-weight: 300;
  line-height: 1.2em;
}

.display-heading-2.display-heading-2-inverse {
  color: #fff;
}

.display-heading-2.display-heading-2-inverse.collage {
  color: #fff;
  text-align: center;
  position: absolute;
  inset: auto auto 2rem;
}

.collage-center-image-wrapper {
  border-radius: 1.25rem;
  justify-content: center;
  align-items: center;
  width: 85%;
  max-height: 60svh;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: sticky;
  top: 20vh;
  overflow: hidden;
}

.section-26 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding-top: 8rem;
  padding-bottom: 8rem;
  position: relative;
}

.section-26.section--collage {
  background-color: #050403;
  flex: 1;
  justify-content: space-between;
  align-items: center;
  min-height: 250svh;
  padding-top: 8rem;
  padding-bottom: 8rem;
  display: flex;
}

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

.container-20 {
  width: 100%;
  max-width: 84rem;
  margin-left: auto;
  margin-right: auto;
  padding-left: 2rem;
  padding-right: 2rem;
}

.container-20.container-collage {
  flex-flow: column;
  flex: 1;
  justify-content: space-between;
  align-self: stretch;
  align-items: center;
  height: 100%;
  display: flex;
}

.collage-small-image-wrapper {
  justify-content: center;
  align-items: center;
  width: 25%;
  display: flex;
  position: absolute;
  top: 0%;
}

.collage-small-image-wrapper.image-3 {
  top: 75%;
  left: 10%;
}

.collage-small-image-wrapper.image-2 {
  top: 15%;
  right: 0%;
}

.collage-small-image-wrapper.image-4 {
  top: 55%;
  right: 5%;
}

.collage-small-image-wrapper.image-1 {
  top: 35%;
  left: 0;
}

.back-to-home-btn {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  color: #fff;
  background-color: #1b1d1e;
  border: 1px solid #fff;
  border-radius: 45px;
  justify-content: center;
  align-items: center;
  padding: 9px 8px 9px 20px;
  font-size: 16px;
  font-weight: 500;
  line-height: 16px;
  text-decoration: none;
  display: flex;
}

.title-2 {
  color: #fff;
  letter-spacing: normal;
  margin-top: 2px;
  margin-bottom: 0;
  font-size: 24px;
  font-weight: 500;
  line-height: 24px;
}

.let-s-collaborate {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  color: #1b1d1e;
  text-align: center;
  background-color: #fff;
  border: 1px solid #fff;
  border-radius: 45px;
  justify-content: center;
  align-items: center;
  height: 48px;
  padding-left: 20px;
  padding-right: 8px;
  font-size: 16px;
  font-weight: 500;
  line-height: 16px;
  text-decoration: none;
  display: inline-flex;
}

.let-s-collaborate:hover {
  border: 1px solid #fff;
}

.innovation-item {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  background-color: #31333033;
  border-radius: 16px;
  flex-flow: column;
  justify-content: space-between;
  align-items: stretch;
  padding: 32px;
  display: flex;
}

.title-1 {
  color: #fff;
  margin-bottom: 0;
  font-size: 25px;
  font-weight: 500;
  line-height: 24px;
}

.call-to-action {
  background-color: #1b1d1e;
  border-radius: 24px;
  margin-top: 48px;
  margin-left: 80px;
  margin-right: 80px;
  padding: 32px 80px;
}

.collabrator-btn-div {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  justify-content: center;
  align-items: center;
  display: flex;
}

.collabrator-wrapper {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: wrap;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.div-block-21 {
  background-color: #1b1d1e;
  border-radius: 40px;
  justify-content: center;
  align-items: center;
  width: 32px;
  height: 32px;
  display: flex;
}

.innovation-grid {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: stretch;
  max-width: 1272px;
  margin-top: 64px;
  display: grid;
}

.div-block-23 {
  background-color: #fff;
  border-radius: 40px;
  justify-content: center;
  align-items: center;
  width: 32px;
  height: 32px;
  display: flex;
}

.text-block-22 {
  text-decoration: none;
}

.innovation-heading-div {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-flow: row;
  place-content: center;
  place-items: center;
  max-width: 1272px;
  display: flex;
}

.container-21 {
  max-width: 1272px;
  padding: 20px 20px 0;
}

.home-heading-h2 {
  text-align: center;
  max-width: 425px;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 48px;
  font-weight: 500;
  line-height: 120%;
}

.span-txt {
  letter-spacing: -1px;
  font-style: italic;
}

.creativity-bedge {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  cursor: pointer;
  background-color: #ba81ee33;
  border-radius: 999px;
  justify-content: center;
  align-items: center;
  padding: 4px 24px;
  display: inline-flex;
}

.strategy-bedge {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  background-color: #ffaf6833;
  border-radius: 999px;
  padding: 4px 24px;
  display: flex;
}

.innovation-bedge {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  background-color: #70b5ff33;
  border-radius: 999px;
  justify-content: center;
  align-items: center;
  padding: 4px 24px;
  display: inline-flex;
}

.creativity-img {
  display: block;
}

.innovation-txt {
  color: #70b5ff;
  letter-spacing: -1px;
  margin-bottom: 0;
  font-size: 48px;
  font-style: italic;
  font-weight: 400;
  line-height: 120%;
}

.heading-txt {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-flow: column;
  display: flex;
}

.strategy-txt {
  color: #ffaf68;
  letter-spacing: normal;
  margin-bottom: 0;
  font-size: 48px;
  font-style: italic;
  font-weight: 400;
  line-height: 120%;
}

.crafting-heading {
  color: #1b1d1e;
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 48px;
  font-weight: 500;
  line-height: 120%;
}

.creativity-txt {
  color: #ba81ee;
  letter-spacing: -1px;
  margin-bottom: 0;
  font-size: 48px;
  font-style: italic;
  font-weight: 400;
  line-height: 120%;
}

.bedges-wrapper {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  flex-flow: wrap;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.home-hero-image-card-03-headine-text {
  color: #5d5b33;
  letter-spacing: -1.2px;
  max-width: 178px;
  font-size: 38px;
  font-weight: 700;
  line-height: 48px;
}

.home-hero-images-wrapper {
  max-width: 1063px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.home-hero-image-card-wrapper-02 {
  background-color: #080705;
  border: 1px solid #5f5f5f;
  border-radius: 28px;
  flex-flow: column;
  align-items: center;
  max-width: 356px;
  padding-bottom: 12px;
  display: flex;
  transform: rotate(10deg);
}

.home-hero-image-card-wrapper-01 {
  background-color: #59330e;
  border-radius: 28px;
  flex-flow: column;
  align-items: center;
  max-width: 356px;
  padding-bottom: 12px;
  display: flex;
  transform: rotate(-10deg);
}

.home-hero-image-card-02-headine-text {
  color: #fff;
  letter-spacing: -1.2px;
  max-width: 100%;
  font-size: 38px;
  font-weight: 700;
  line-height: 48px;
}

.hi-emoji {
  width: 80px;
  height: 80px;
}

.home-hero-image-card-headline-block {
  width: 100%;
  padding-top: 40px;
  padding-bottom: 32px;
  padding-left: 40px;
}

.home-hero-headline-text {
  color: #0c0407;
  letter-spacing: -7.68px;
  font-size: 128px;
  font-weight: 500;
  line-height: 120px;
}

.home-hero-wrapper {
  margin-top: 30px;
  margin-bottom: 50px;
}

.home-hero-headline-wrapper {
  grid-column-gap: 20px;
  align-items: center;
  max-width: 733px;
  margin-bottom: 60px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.home-hero-image-card-wrapper-03 {
  background-color: #b4b186;
  border-radius: 28px;
  flex-flow: column;
  align-items: center;
  max-width: 356px;
  padding-bottom: 12px;
  display: flex;
}

.home-hero-card-image {
  border-radius: 20px;
  width: 332px;
  height: 378px;
}

.home-hero-image-card-01-headine-text {
  color: #ede3d9;
  letter-spacing: -1.2px;
  max-width: 220px;
  font-size: 38px;
  font-weight: 700;
  line-height: 48px;
}

.home-hero-card-image-block {
  height: 378px;
  margin-left: 12px;
  margin-right: 12px;
  overflow: hidden;
}

.button-normal-white-text-2.text-sm.text-weight-medium.text-style-no_wrap.text-color-black-900, .home-services-card-type-text.text-sm.text-color-black-700.text-style-no_wrap {
  color: var(--white);
}

.home-services-card-type-text.text-sm.text-color-black-700.text-style-no_wrap {
  font-size: 1.1rem;
}

.home-services-wrapper {
  padding-left: 34px;
  padding-right: 34px;
}

.home-services-headline {
  display: inline-block;
}

.button-normal-white-wrapper-2 {
  grid-column-gap: 4px;
  color: var(--white);
  border: 1px solid #e5e5e5;
  border-radius: 6px;
  align-items: center;
  padding: 10px 12px;
  text-decoration: none;
  display: inline-flex;
}

.vertical-line-2 {
  background-color: #4c4c4c;
  width: 1px;
  height: 11px;
}

.button-white-arrow-image-white-2 {
  object-fit: cover;
  width: 12px;
  height: 12px;
  display: none;
  position: absolute;
  inset: 2.81px auto auto 2.67px;
}

.section-headline-text {
  display: inline-block;
}

.section-headline-text.text-3xl.text-weight-semibold {
  font-weight: 600;
}

.section-headline-text.text-3xl.text-weight-semibold.text-color-black-900 {
  letter-spacing: 0;
  padding-bottom: 0;
  font-size: 50px;
}

.home-services-card-headline-text.text-lg.text-weight-semibold.text-color-black-900.display-none-services-pc {
  color: var(--white);
  text-transform: uppercase;
}

.home-services-card-headline-text.text-lg.text-weight-semibold.text-color-black-900.display-none-services-m {
  display: none;
}

.home-services-card-headline-text.text-lg.text-weight-semibold.text-color-black-900.display-none-services-pc {
  text-align: left;
  flex: 0 auto;
  align-self: flex-start;
  width: 450px;
  padding-top: 10px;
  font-size: 17px;
}

.home-services-card-text-block {
  grid-column-gap: 2rem;
  flex: 1;
  justify-content: space-between;
  align-items: center;
  max-width: 62.5%;
  font-size: 15px;
  display: flex;
}

.button-white-arrow-image-black-2 {
  color: var(--white);
  object-fit: cover;
  width: 12px;
  height: 12px;
  position: absolute;
  inset: 2.81px auto auto 2.67px;
}

.table-card-content-wrapper {
  grid-row-gap: 24px;
  flex-flow: column;
  display: flex;
}

.home-services-headlne-content-wrapper {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.home-services-headlne-content-wrapper.section-headline-margin {
  letter-spacing: 7px;
  padding-bottom: 70px;
}

.home-services-card-number-text.text-sm.text-color-black-700 {
  color: var(--brand-color);
  font-size: 1rem;
}

.button-normal-white-arrow-block-2 {
  color: var(--white);
  -webkit-text-stroke-color: var(--white);
  background-color: #fffcfc;
  border-radius: 0;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 16px;
  height: 16px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.home-section-contact-button {
  display: inline-block;
}

.black-border {
  -webkit-text-stroke-color: var(--white);
  background-color: #fff;
  width: 100%;
  height: 1px;
  margin-top: -1px;
}

.home-services-card-wrapper {
  cursor: default;
  width: 100%;
  text-decoration: none;
  overflow: hidden;
}

.home-services-card-wrapper.w--current {
  cursor: default;
  width: 100%;
}

.home-services-type-wrapper {
  grid-column-gap: 12px;
  align-items: center;
  font-size: 15px;
  display: flex;
}

.home-services-card-content-wrapper {
  border-bottom: 1px solid #e5e5e5;
  justify-content: space-between;
  align-items: center;
  padding-top: 0;
  padding-bottom: 29px;
  display: flex;
}

.section-27 {
  padding-top: 154px;
  padding-left: 50px;
  padding-right: 50px;
}

.working-process-step-card {
  width: 740px;
  max-width: 690px;
}

.experience-section-contact-button {
  display: inline-block;
}

.section-headlne-content-wrapper {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.section-headlne-content-wrapper.section-headline-margin {
  text-align: left;
  flex-flow: row;
  justify-content: space-between;
  align-items: center;
  margin-left: 0;
  padding-top: 40px;
  padding-bottom: 40px;
  padding-right: 30px;
}

.working-process-underline {
  background-color: #0c0407;
  width: 100%;
  height: 1px;
  margin-top: -1px;
}

.global-wrapper {
  width: 100%;
  max-width: 1240px;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
}

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

.working-process-content-wrapper {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  grid-template-rows: auto auto;
  grid-template-columns: 20fr;
  grid-auto-columns: 1fr;
  place-items: center;
  margin-top: 0;
  display: grid;
}

.working-proces-step-wrapper {
  cursor: default;
  width: 100%;
  text-decoration: none;
  overflow: hidden;
}

.working-process-text-content-block {
  grid-row-gap: 4px;
  flex-flow: column;
  width: 100%;
  max-width: 361px;
  display: flex;
}

.working-process-step-headline-text.text-lg.text-weight-semibold.text-color-black-900 {
  color: var(--brand-color);
}

.working-process-step-card-text.text-sm.text-color-black-700 {
  color: var(--white);
  width: 800px;
  font-size: 1.2rem;
  overflow: visible;
}

.working-process-step-card-wrapper {
  border-bottom: 0 solid #e5e5e5;
  justify-content: space-between;
  width: 690px;
  padding-bottom: 40px;
  text-decoration: none;
  display: flex;
}

.working-process-step-text.text-sm.text-color-black-700 {
  color: var(--white);
  font-size: 20px;
}

.text-block-23 {
  color: var(--brand-color);
  font-family: Openinghourssans, sans-serif;
  font-size: 18px;
  font-weight: 400;
}

.text-block-24, .text-block-25, .text-block-26, .text-block-27, .text-block-28, .text-block-29 {
  color: var(--brand-color);
}

.home-services-card-text-block-2 {
  grid-column-gap: 2rem;
  color: var(--brand-color);
  flex: 1;
  justify-content: space-between;
  align-items: center;
  max-width: 62.5%;
  display: flex;
}

.black-border-2 {
  background-color: #0c0407;
  width: 100%;
  height: 1px;
  margin-top: -1px;
}

.home-services-type-wrapper-2 {
  grid-column-gap: 12px;
  align-items: center;
  font-size: 18px;
  display: flex;
}

.home-services-card-content-wrapper-2 {
  border-bottom: 0 solid #e5e5e5;
  justify-content: space-between;
  align-items: center;
  padding-bottom: 29px;
  text-decoration: none;
  display: flex;
}

.button-normal-white-wrapper-3 {
  grid-column-gap: 4px;
  border: 1px solid #e5e5e5;
  border-radius: 6px;
  align-items: center;
  padding: 10px 12px;
  text-decoration: none;
  display: inline-flex;
}

.button-white-arrow-image-black-3 {
  object-fit: cover;
  width: 12px;
  height: 12px;
  position: absolute;
  inset: 2.81px auto auto 2.67px;
}

.button-normal-white-arrow-block-3 {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 16px;
  height: 16px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.about-section-wrapper {
  justify-content: space-between;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

.about-headline-block {
  margin-left: -60px;
  display: inline-block;
}

.about-text-block {
  width: 100%;
  max-width: 754px;
}

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

.about-text.text-xl.text-weight-medium.text-color-black-900 {
  color: var(--white);
  text-align: left;
  letter-spacing: 0;
  margin-right: -60px;
  padding-left: 50px;
  font-size: 1.6rem;
}

.bold-text-9 {
  font-size: 21px;
}

.text-block-31, .text-block-32 {
  font-family: Openinghourssans, sans-serif;
  font-size: 18px;
  font-weight: 400;
}

.bg_video {
  z-index: 0;
  pointer-events: none;
  position: absolute;
  inset: 0%;
}

.big-text-h2 {
  font-size: 10vw;
}

.tab_wrapper {
  max-width: 25rem;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.pricing_layout {
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  grid-template-rows: auto;
  position: relative;
}

.tab_menu {
  flex-flow: column;
  justify-content: flex-end;
  align-items: stretch;
  display: flex;
}

.button-content {
  position: relative;
  overflow: clip;
}

.tick_icon {
  width: 1rem;
  height: 1rem;
  position: relative;
}

.plan_benefits {
  grid-column-gap: 1.25rem;
  grid-row-gap: 1.25rem;
  flex-flow: column;
  display: flex;
}

.pricing_bg {
  pointer-events: none;
  border-radius: .5rem;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  min-height: 42.2rem;
  padding: 3rem 2rem;
  display: flex;
  position: relative;
  overflow: clip;
}

.plan_header {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  flex-flow: column;
  display: flex;
}

.tab_content {
  overflow: visible;
}

.card_icon {
  width: 3.5rem;
  height: 3.5rem;
  position: relative;
}

.text-base {
  letter-spacing: 0;
  font-size: 1rem;
  line-height: 1.5;
}

.padding-global-14 {
  background-color: #f3f3f3;
  margin-top: 0;
  padding: 60px 2.5rem 150px;
}

.plan_benefit {
  text-align: left;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.padding-section-medium-2 {
  padding: 2rem 40px 0;
  line-height: 150%;
}

.section_pricing {
  background-color: #000;
  line-height: 150%;
}

.pricing_spacer {
  opacity: 0;
  pointer-events: none;
  flex: 1;
}

.text-sm {
  letter-spacing: 0;
  font-size: .875rem;
  line-height: 1.5;
}

.tab {
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  color: var(--black);
  border: 1px solid #000;
  grid-template: "Area"
  / 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  display: grid;
}

.img {
  background-color: var(--brand-color);
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.plan_title {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.h2-wrap {
  flex-flow: column;
  margin-bottom: 0;
  padding-top: 0;
  display: flex;
}

.pricing_left {
  flex-flow: column;
  display: flex;
}

.tab-link-2 {
  grid-column-gap: .625rem;
  grid-row-gap: .625rem;
  opacity: .4;
  cursor: pointer;
  background-color: #0000;
  border-bottom: .06rem solid #0a0a0a;
  flex-flow: column;
  margin-top: 20px;
  padding: 0 0 .6rem;
  transition: border-color .2s, opacity .2s ease-out;
  display: flex;
}

.tab-link-2:hover {
  border-bottom-color: #171717;
}

.tab-link-2.w--current {
  opacity: 1;
  color: var(--black);
  background-color: #0000;
  border-left-color: #ff6161;
  padding-bottom: .6rem;
}

.button-9 {
  grid-column-gap: 1.25rem;
  grid-row-gap: 1.25rem;
  color: #fff;
  letter-spacing: 0;
  white-space: nowrap;
  background-color: #0061fb;
  justify-content: center;
  align-items: center;
  padding: 2rem;
  font-size: 1.5rem;
  font-weight: 600;
  line-height: 1.33;
  transition: background-color .3s cubic-bezier(.25, .46, .45, .94);
  display: flex;
}

.button-9.is-small {
  border-radius: 3.75rem;
  padding: .5rem 1rem;
  font-size: 1rem;
  transition: transform .35s cubic-bezier(.25, .46, .45, .94), background-color .35s cubic-bezier(.25, .46, .45, .94);
}

.button-9.is-small:hover {
  transform: scale(.96);
}

.hero_heading {
  perspective: 1000px;
  position: relative;
}

.hero_heading-back {
  backface-visibility: hidden;
  transform-origin: 50% 0;
  transform-style: preserve-3d;
  position: absolute;
  inset: 0%;
  overflow: clip;
  transform: translate(0, 100%)rotateX(-90deg)rotateY(0)rotateZ(0);
}

.card_price {
  letter-spacing: -.05em;
  font-family: Lato, sans-serif;
  font-size: 3.5rem;
  font-weight: 600;
  line-height: 1;
}

.button-text-2.is-two {
  color: var(--white);
  text-decoration: underline;
  position: absolute;
  top: 0%;
  left: 0%;
  right: 0%;
}

.container-full {
  flex-flow: column;
  justify-content: flex-start;
  align-items: stretch;
  width: 100%;
  max-width: none;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.text-xl {
  color: var(--black);
  text-align: center;
  letter-spacing: -.05em;
  margin-bottom: 0;
  font-size: 3rem;
  font-weight: 500;
  line-height: 1.5;
}

.text-color-secondary {
  text-align: center;
  color: gray;
  font-size: 18px;
}

.tab_text-wrapper {
  overflow: hidden;
}

.hero_heading-front {
  backface-visibility: hidden;
  transform-origin: 50% 100%;
  overflow: clip;
}

.tab_pane {
  overflow: visible;
}

.icon_list {
  justify-content: flex-start;
  align-items: flex-start;
  padding: .25rem .5rem;
  display: flex;
}

.price_plan {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  justify-content: flex-start;
  align-items: flex-end;
  display: flex;
}

.pricing_card {
  grid-column-gap: 2.5rem;
  grid-row-gap: 2.5rem;
  background-color: #fff;
  border-radius: 1rem;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 1rem;
  display: flex;
  position: relative;
  overflow: clip;
}

.button-10 {
  grid-column-gap: 1.25rem;
  grid-row-gap: 1.25rem;
  color: #fff;
  letter-spacing: 0;
  white-space: nowrap;
  background-color: #0061fb;
  justify-content: center;
  align-items: center;
  padding: 2rem;
  font-size: 1.5rem;
  font-weight: 600;
  line-height: 1.33;
  transition: background-color .3s cubic-bezier(.25, .46, .45, .94);
  display: flex;
}

.button-10.is-small {
  background-color: var(--brand-color);
  border-radius: 3.75rem;
  padding: .5rem 1rem;
  font-size: 1rem;
  transition: transform .35s cubic-bezier(.25, .46, .45, .94), background-color .35s cubic-bezier(.25, .46, .45, .94);
}

.button-10.is-small:hover {
  transform: scale(.96);
}

.spacer-mobile {
  display: none;
}

.faq_layout {
  grid-column-gap: 3.875rem;
  grid-row-gap: 3.875rem;
  justify-content: space-between;
  align-items: flex-end;
  margin-top: 60px;
  margin-bottom: 40px;
  padding-right: 60px;
  display: flex;
}

.accordion {
  border-bottom: .0625rem solid #b8b8b8;
  width: 100%;
  height: -moz-fit-content;
  height: fit-content;
  transition-property: border-color;
  transition-duration: .3s;
  transition-timing-function: cubic-bezier(.25, .46, .45, .94);
}

.accordion:hover {
  color: #2b2b2b;
  border-bottom-color: #2b2b2b;
}

.spacer {
  opacity: 0;
}

.accordion-toggle {
  width: 100%;
  padding: 0;
  overflow: hidden;
}

.accordion-content {
  background-color: #0000;
  display: block;
  position: static;
  overflow: hidden;
}

.content-wrap {
  overflow: clip;
}

.spacer-tablet {
  display: none;
}

.text-3xl {
  letter-spacing: -.05em;
  text-transform: none;
  font-size: 2.5rem;
  font-weight: 500;
  line-height: 1.2;
}

.spacer-desktop {
  height: 40px;
  padding-bottom: 30px;
}

.spacer-xlarge {
  width: 100%;
  padding-top: 2.8rem;
}

.section-content {
  color: #585858;
  margin-top: 0;
  margin-bottom: 10px;
  font-size: 18px;
  font-weight: 400;
  line-height: 162.5%;
}

.invert-wrap {
  width: 80%;
  position: absolute;
  inset: 0%;
  overflow: hidden;
}

.breadcrumbs {
  background-color: var(--brand-color);
  border: 1px solid #000;
  border-radius: 100px;
  padding: 8px 16px;
  font-size: 15px;
  display: inline-block;
}

.brand-item {
  background-color: #f5f5f5;
  border-radius: 10px;
  flex: none;
  align-items: center;
  padding: 37px 30px;
  display: flex;
}

.about-wrap {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  background-color: #000;
  border-radius: 16px;
  grid-template-rows: auto;
  grid-template-columns: 229px 1.25fr;
  grid-auto-columns: 1fr;
  padding: 20px;
  display: grid;
}

.about-right {
  width: 1100px;
}

.brand-inner {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-flow: row;
  align-items: stretch;
  display: flex;
}

.container-22 {
  max-width: 1312px;
  margin-bottom: 20px;
  padding-left: 16px;
  padding-right: 16px;
}

.about-left {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-flow: row;
  grid-template-rows: auto;
  grid-template-columns: .75fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  place-items: center start;
  display: grid;
}

.brand-wrap {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: stretch;
  padding-top: 80px;
  overflow: hidden;
}

.invert-line {
  background-color: #ffffffad;
  width: 100%;
  height: 54px;
}

.invert-line._3rd, .invert-line._4rd, .invert-line._2nd, .invert-line._1st, .invert-line._5th {
  background-color: #000000ad;
}

.invert-line._6th {
  background-color: #000000ad;
  padding-bottom: 0;
}

.about-content-main {
  background-color: #000;
  margin-top: 30px;
  position: relative;
}

.about-content {
  color: #fff;
  width: 880px;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 0;
  font-size: 32px;
  line-height: 140%;
}

.story-img {
  border: 1px solid #fff;
  border-radius: 100%;
}

.story-img._3rd {
  margin-left: -17px;
  padding-left: 0;
}

.story-img._2nd {
  margin-left: -17px;
}

.process-sticky-right, .process-sticky-left {
  justify-content: center;
  align-items: flex-start;
  padding-bottom: 70px;
}

.process-details {
  padding-left: 18px;
  padding-right: 18px;
}

.process-text {
  color: #bbb;
  margin-bottom: 0;
  font-size: 16px;
  font-weight: 400;
  line-height: 162.5%;
}

.process-title {
  color: #fff;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 20px;
  padding-bottom: 16px;
  font-size: 24px;
  font-weight: 600;
  line-height: 120%;
}

.process-right {
  max-width: 460px;
  margin-left: auto;
  margin-right: auto;
}

.process-item {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  background-color: #161616;
  border-radius: 20px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-bottom: 30px;
  padding: 6px 6px 25px;
}

.heading-five {
  color: #010101;
  letter-spacing: -.8px;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 40px;
  font-weight: 500;
  line-height: 132%;
}

.heading-five.text-white {
  color: var(--black);
  letter-spacing: 0;
}

.container-23 {
  max-width: 1312px;
  padding-left: 16px;
  padding-right: 16px;
}

.process-area {
  background-color: #fff;
  border-radius: 20px;
  margin-left: 10px;
  margin-right: 10px;
  padding-top: 42px;
  padding-bottom: 42px;
}

.process-sticky {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  justify-content: center;
  align-items: flex-start;
  max-width: 495px;
  height: 250px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: sticky;
  top: 200px;
}

.process-img {
  border-radius: 10px;
}

.about-hero-wrap {
  text-align: center;
  max-width: 860px;
  margin-left: auto;
  margin-right: auto;
}

.breadcrumbs-2 {
  border: 1px solid #000;
  border-radius: 100px;
  padding: 8px 16px;
  display: inline-block;
}

.heading-three {
  color: #010101;
  letter-spacing: -.96px;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 52px;
  font-weight: 500;
  line-height: 132%;
}

.about-video {
  z-index: 9;
  border-radius: 20px;
  height: 450px;
  margin-top: 30px;
}

.d-none {
  display: none;
}

.step-area {
  background-color: #f5f5f5;
  border-radius: 20px;
  margin-left: 10px;
  margin-right: 10px;
  padding-top: 0;
  padding-bottom: 0;
}

.step-right {
  border-bottom-color: #fff;
  border-right-color: #fff;
}

.section-content-2 {
  color: #4a4a4a;
  margin-bottom: 0;
  font-size: 16px;
  font-weight: 400;
  line-height: 162.5%;
}

.step-line-wrap {
  grid-column-gap: 56px;
  grid-row-gap: 56px;
  flex-flow: column;
  align-items: center;
  height: 100%;
  display: flex;
  position: relative;
}

.step-left {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
}

.step-wrap {
  grid-column-gap: 80px;
  grid-row-gap: 80px;
  grid-template-rows: auto;
  grid-template-columns: 1fr .25fr 1fr;
  grid-auto-columns: 1fr;
  display: flex;
}

.btn-secondary {
  color: #fff;
  text-align: center;
  background-color: #010101;
  border-radius: 100px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 12px 26px 14px;
  line-height: 162.5%;
  text-decoration: none;
  transition: letter-spacing .4s, background-color .4s;
}

.btn-secondary:hover {
  letter-spacing: 1px;
  background-color: #4a4a4a;
}

.step-content {
  color: #505050b3;
  margin-bottom: 0;
}

.step-title {
  color: #010101;
  letter-spacing: -.48px;
  margin-top: 0;
  margin-bottom: 0;
  padding-bottom: 16px;
  font-size: 24px;
  font-weight: 500;
  line-height: 120%;
}

.step-point {
  z-index: 99;
  color: #6a6a6a;
  background-color: #eaeaea;
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  display: flex;
  position: relative;
}

.heading-four {
  color: #010101;
  letter-spacing: -.96px;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 48px;
  line-height: 132%;
}

.step-number {
  color: #000000f2;
  padding-bottom: 20px;
  font-size: 64px;
  font-weight: 600;
  line-height: 128%;
}

.container-24 {
  max-width: 1312px;
  padding-left: 16px;
  padding-right: 16px;
}

.step-line-bar {
  background-color: #010101;
  width: 1px;
  height: 100%;
}

.step-card {
  background-color: #fff;
  border-bottom: 3px solid #fff;
  border-right: 3px solid #fff;
  border-radius: 16px;
  margin-bottom: 24px;
  padding: 30px;
}

.sticky-wrap {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  display: flex;
  position: sticky;
  top: 50px;
}

.step-line {
  background-color: #6a6a6a1a;
  width: 1px;
  height: 100%;
  position: absolute;
  overflow: hidden;
}

.sticky-inner {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.text-block-34 {
  border: 0 solid #6e4e4e;
  font-size: 55px;
  line-height: 80%;
}

.icon-2 {
  color: #fff;
  margin-right: 12px;
  font-size: 25px;
}

.bold-text-10 {
  color: #fff;
  font-size: 48px;
  font-weight: 700;
}

.text-block-35 {
  color: var(--white);
  text-align: center;
  text-transform: uppercase;
  align-self: flex-end;
  width: 270px;
  text-decoration: none;
}

.heading-14 {
  align-self: center;
  width: 340px;
}

.submit-button-2 {
  background-color: var(--brand-color);
}

.link-7 {
  color: #fffffff2;
}

.heading-15 {
  font-size: 46px;
}

.heading-16 {
  font-size: 30px;
  line-height: 130%;
}

.heading-17, .heading-18 {
  font-size: 55px;
}

.heading-21 {
  color: var(--white);
  font-size: 50px;
}

.heading-22 {
  color: var(--white);
  width: 300px;
  font-size: 30px;
  line-height: 100%;
}

.bold-text-14 {
  font-size: 55px;
}

.paragraph-17, .paragraph-18, .paragraph-19 {
  font-size: 32px;
  line-height: 120%;
}

.bold-text-15 {
  color: #fff;
}

.paragraph-20 {
  color: #000000b3;
}

.heading-23 {
  font-size: 30px;
}

.heading-24 {
  letter-spacing: 0;
  text-transform: uppercase;
  font-size: 17px;
}

.text-span-16 {
  color: #b3b3b3;
}

.text-span-17 {
  color: var(--brand-color);
}

.link-8, .link-9, .link-10, .link-11, .link-12, .link-13 {
  color: var(--white);
}

.bold-text-16 {
  font-size: 18px;
}

.button-line-first {
  background-color: #ffffff80;
  width: 100%;
  height: 1px;
  margin-top: 3px;
  position: relative;
}

.button-text-wrapper-2 {
  height: 22px;
  overflow: hidden;
}

.awards-list {
  grid-row-gap: 0px;
  flex-flow: column;
  display: flex;
}

.page-title {
  letter-spacing: -1px;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 7rem;
  font-weight: 600;
  line-height: 1.1;
}

.page-title.flex {
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.page-title.flex.second {
  font-size: 3.6rem;
}

.page-title.flex.third {
  opacity: .7;
  letter-spacing: -.2px;
  margin: 0;
  font-size: 1rem;
  font-weight: 500;
}

.item-wrapper {
  flex-flow: column;
  width: 100%;
  margin-bottom: 12px;
  text-decoration: none;
  display: flex;
}

.button-with-line {
  color: #fff;
  text-transform: capitalize;
  font-size: 17px;
  font-weight: 600;
  line-height: 22px;
  text-decoration: none;
  position: relative;
}

.text-flex {
  grid-column-gap: 230px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: stretch;
  display: grid;
}

.container-25 {
  z-index: 30;
  mix-blend-mode: normal;
  width: 100%;
  max-width: 1300px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.about-grid {
  grid-column-gap: 70px;
  grid-row-gap: 70px;
  grid-template-rows: auto;
  grid-template-columns: .6fr 2fr;
  grid-auto-columns: 1fr;
  padding-top: 20px;
  padding-bottom: 20px;
  padding-right: 20px;
  display: grid;
}

.about-grid.reverse {
  grid-column-gap: 70px;
}

.display-2 {
  opacity: 100;
  letter-spacing: -.15rem;
  margin-top: 0;
  margin-bottom: 0;
  font-weight: 500;
}

.display-2.second {
  font-size: 5.6rem;
}

.display-2.second._1-4-rem {
  color: #fff;
  letter-spacing: -.05rem;
  width: 360px;
  font-size: 1.3rem;
}

.button-line-overlay {
  z-index: 1;
  background-color: #fff;
  width: 100%;
  height: 1px;
  position: absolute;
}

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

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

.line-divider-award {
  background-color: #ffffff40;
  width: 100%;
  height: 1px;
  margin-top: 12px;
  position: relative;
  overflow: hidden;
}

.button-text-3 {
  color: var(--brand-color);
  height: 20px;
}

.section-28 {
  z-index: 10;
  background-color: #000;
  padding: 150px 5%;
  position: relative;
}

.section-28.gray {
  background-color: #000;
}

.margin-80 {
  margin-top: 80px;
}

.bold-text-17 {
  letter-spacing: 0;
  text-transform: capitalize;
}

.bold-text-18 {
  width: 980px;
}

.text-span-18 {
  color: var(--brand-color);
}

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

.text-style-tagline {
  color: #fff;
  border: 1px solid #e4e4e4;
  border-radius: .25rem;
  justify-content: center;
  align-items: center;
  padding: .2rem .7rem;
  font-size: .875rem;
  font-weight: 600;
  line-height: 1.5em;
  text-decoration: none;
  display: inline-block;
}

.blurred-color {
  z-index: 10;
  opacity: 0;
  filter: blur(30px);
  background-color: #53db78;
  border-radius: 100%;
  width: 80%;
  height: 80%;
  margin: auto;
  position: absolute;
  inset: 0%;
}

.how_it_works_content-left {
  margin-bottom: 10rem;
  position: sticky;
  top: 30%;
}

.how_it_works_card {
  background-color: #242424;
  border-radius: .5rem;
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
  height: 34rem;
  margin-bottom: 2rem;
  padding: 1px;
  display: flex;
  position: sticky;
  overflow: hidden;
}

.how_it_works_card.content-item-2 {
  top: 32%;
}

.how_it_works_card.content-item-3 {
  top: 34%;
}

.how_it_works_card.content-item-1 {
  top: 30%;
}

.how_it_works_component {
  grid-column-gap: 10rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: start;
  display: grid;
}

.button-11 {
  color: #fff;
  text-align: center;
  background-color: #53db784d;
  border: 1px solid #53db78;
  border-radius: .25rem;
  padding: .75rem 1.5rem;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.5em;
  transition: border-color .25s, background-color .35s cubic-bezier(.165, .84, .44, 1);
}

.button-11:hover {
  background-color: #53db7880;
  border-color: #53db78;
}

.button-11.max-width-full-mobile-portrait {
  color: #1c9e97;
  border-color: #1797ce;
}

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

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

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

.margin-bottom-2.margin-xsmall {
  margin: 0 0 25px;
}

.how_it_works_image {
  aspect-ratio: auto;
  object-fit: cover;
  width: 100%;
  height: 100%;
  overflow: clip;
}

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

.how_it_works_card_content {
  z-index: 10;
  -webkit-backdrop-filter: blur(100px);
  backdrop-filter: blur(100px);
  background-color: #080808e6;
  border: 1px solid #575757;
  border-radius: .5rem;
  flex: 1;
  padding-top: 3rem;
  padding-left: 3rem;
  padding-right: 3rem;
  position: relative;
  overflow: hidden;
}

.heading-style-h5 {
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 1.5em;
}

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

.how_it_works_image-wrapper {
  display: inline-block;
}

.padding-global-15 {
  padding-left: 0;
  padding-right: 0;
}

.text-size-medium-4 {
  font-size: 1.25rem;
  font-weight: 400;
  line-height: 1.5em;
}

.paragraph-22, .paragraph-23, .paragraph-24 {
  font-size: 18px;
}

.bold-text-20 {
  font-size: 1.4rem;
}

.text-mono-small {
  text-transform: uppercase;
  font-size: .875rem;
  font-weight: 500;
  line-height: 125%;
}

.container-26 {
  color: var(--black);
  background-color: #000;
  width: 100%;
  max-width: 90rem;
  margin-left: auto;
  margin-right: auto;
  padding-left: 2rem;
  padding-right: 2rem;
}

.hero__label {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  text-align: center;
  background-image: url('../images/stuff.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 20rem;
  height: 20rem;
  display: flex;
  position: relative;
}

.text-small {
  font-size: .875rem;
  line-height: 140%;
}

.text-mono-regular {
  text-transform: uppercase;
  font-size: 1rem;
  font-weight: 400;
  line-height: 125%;
}

.text-mono-regular.c2-60 {
  color: #fff9;
}

.heading-medium {
  letter-spacing: -.5px;
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 135%;
}

.empty-state-4 {
  background-color: #0000000a;
  justify-content: center;
  align-items: center;
  height: 3.5rem;
  padding: 1rem;
  display: flex;
}

.max-width-regular {
  background-color: var(--white);
  width: 100%;
  max-width: 74rem;
  margin-left: auto;
  margin-right: auto;
}

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

.text-huge {
  letter-spacing: -1.5px;
  font-size: 3rem;
  line-height: 134%;
}

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

.hero__content {
  background-image: url('../images/hero__img-new_1hero__img-new.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 0 0 40px 40px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-end;
  width: 105%;
  height: 50vw;
  max-height: 45rem;
  margin-left: -30px;
  padding: 2rem;
  display: flex;
  position: relative;
}

.title-section {
  border-bottom: 1px solid #000;
  width: 100%;
  margin-bottom: 2rem;
  padding-bottom: .5rem;
}

.events__item {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  background-color: #0000000a;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 2rem;
  display: flex;
}

.spacer-regular {
  width: 100%;
  height: 6rem;
}

.events__list-wrapper {
  margin-bottom: 2rem;
}

.youtube.for-why-unima {
  margin-top: 3rem;
}

.sections {
  flex: 1;
}

.cta {
  background-image: url('../images/milad-fakurian-seA-FPPXL-M-unsplash-2-1_1milad-fakurian-seA-FPPXL-M-unsplash-2 1.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-top: 8rem;
  padding-bottom: 8rem;
}

.news__item {
  width: 100%;
}

.fields__item {
  background-color: #fff;
  justify-content: flex-start;
  align-items: center;
  height: 3.5rem;
  display: flex;
}

.fields__list {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  flex-flow: wrap;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.button-12 {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  color: #fff;
  background-color: #000;
  flex: none;
  justify-content: flex-start;
  align-items: center;
  height: 3.5rem;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  transition: background-color .15s cubic-bezier(.39, .575, .565, 1);
  display: inline-flex;
}

.button-12:hover {
  background-color: #cc0130;
}

.cta__content {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  background-color: #fff;
  justify-content: space-between;
  align-items: center;
  min-height: 12rem;
  padding: 4rem;
  display: flex;
}

.news__list-wrapper {
  margin-bottom: 2rem;
}

.hero__video {
  width: 100%;
  height: 100%;
  display: none;
  position: absolute;
  inset: 0%;
}

.fields__box {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  background-color: #0000000a;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 3rem;
  display: flex;
}

.heading-large {
  letter-spacing: -1.5px;
  font-size: 2rem;
  font-weight: 500;
  line-height: 125%;
}

.heading-xlarge {
  letter-spacing: -1.5px;
  font-size: 2.5rem;
  font-weight: 500;
  line-height: 110%;
}

.heading-xlarge.c2 {
  color: #fff;
}

.intro__title {
  color: #fff;
  background-color: #018ccc;
  justify-content: flex-start;
  align-items: center;
  padding: 2rem;
  display: flex;
  position: relative;
}

.container-27 {
  border-radius: 0;
  width: 100%;
  max-width: 90rem;
  margin-left: auto;
  margin-right: auto;
  padding: 100px 2rem;
}

.hero__content-2 {
  background-image: url('../images/asdfghj.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 20px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  height: 50vw;
  max-height: 45rem;
  padding: 2rem;
  display: flex;
  position: relative;
}

.container-28 {
  width: 100%;
  max-width: 90rem;
  margin-left: auto;
  margin-right: auto;
  padding-left: 2rem;
  padding-right: 2rem;
}

.max-width-regular-2 {
  width: 100%;
  max-width: 74rem;
  margin-left: auto;
  margin-right: auto;
}

.container-29 {
  width: 100%;
  max-width: 90rem;
  margin-left: auto;
  margin-right: auto;
  padding-left: 2rem;
  padding-right: 2rem;
}

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

.container-30 {
  width: 100%;
  max-width: 90rem;
  margin-left: auto;
  margin-right: auto;
  padding-left: 2rem;
  padding-right: 2rem;
}

.intro__title-bar {
  border-bottom: 1px solid #000;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  margin-bottom: 0;
  padding-top: 80px;
  padding-bottom: 1rem;
  display: flex;
  position: relative;
}

.heading-huge {
  letter-spacing: -2px;
  font-size: 3rem;
  font-weight: 400;
  line-height: 110%;
}

.text-huge-2 {
  letter-spacing: -1.5px;
  margin-bottom: 0;
  font-size: 2.3rem;
  line-height: 134%;
}

.our-ecosystem-card {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-flow: column;
  display: flex;
}

.our-ecosystem-count-div {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.sub-heading {
  color: #979797;
  letter-spacing: 1px;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 800;
  line-height: 120%;
}

.h3-heading-2 {
  color: #3d3d3d;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 32px;
  font-weight: 500;
  line-height: 120%;
}

.h3-heading-2.our-ecosystem-heading-text {
  color: #fff;
  max-width: 880px;
  margin-top: 18px;
}

.our-ecosystem-icon-div {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.our-ecosystem-grid {
  grid-column-gap: 60px;
  grid-row-gap: 60px;
  grid-template-rows: auto;
  margin-top: 40px;
}

.paragraph-25 {
  color: #4f4f4f;
  margin-bottom: 0;
  font-size: 16px;
  font-weight: 500;
  line-height: 140%;
}

.paragraph-25.our-ecosystem-paragraph {
  color: #fff;
  max-width: 410px;
}

.text-link {
  color: var(--brand-color);
  font-size: 18px;
  font-weight: 500;
  line-height: 120%;
  text-decoration: none;
}

.section-29 {
  border-radius: 8px;
  margin-top: 10px;
  margin-bottom: 10px;
  padding-top: 80px;
  padding-bottom: 80px;
}

.our-ecosystem-icon {
  border-radius: 12px;
  box-shadow: 0 3px 4px -1px #2a2a2a24, 0 1px 1px #2a2a2a14;
}

.gray-200-line {
  background-color: #d1d1d1;
  width: 100%;
  height: 1px;
}

.our-ecosystem-wrapper {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  color: var(--white);
  flex-flow: wrap;
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.large-text-3 {
  color: #262626;
  font-size: 20px;
  font-weight: 600;
  line-height: 120%;
}

.large-text-3.our-ecosystem-count-text {
  color: var(--brand-color);
  width: 290px;
  max-width: 300px;
  margin-bottom: 0;
}

.container-31 {
  width: 100%;
  max-width: 1320px;
  padding-left: 20px;
  padding-right: 20px;
}

.project-hero-wrapper {
  grid-column-gap: 80px;
  grid-row-gap: 80px;
  text-align: center;
  flex-flow: column;
  display: flex;
}

.client-image-div {
  display: flex;
}

.common-hero-section {
  background-color: #f6f6f6;
  border-radius: 8px;
  padding-top: 180px;
  padding-bottom: 60px;
  position: relative;
  overflow: hidden;
}

.client-count-div {
  background-color: #262626;
  border: 4px solid #f6f6f6;
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  width: 44px;
  height: 44px;
  margin-left: -14px;
  display: flex;
}

.sub-heading-2 {
  color: #4f4f4f;
  letter-spacing: 1px;
  text-transform: uppercase;
  padding-bottom: 10px;
  font-size: 14px;
  font-weight: 800;
  line-height: 120%;
}

.sub-heading-2.client-review-text {
  color: #262626;
}

.client-review-div {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.project-hero-image-01 {
  border-radius: 14px;
  position: absolute;
  inset: -25% auto auto 0;
}

.h1-heading {
  color: #262626;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 64px;
  font-weight: 600;
  line-height: 100%;
}

.h1-heading.project-hero-heading-text {
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
}

.h1-heading.project-hero-heading {
  max-width: 600px;
}

.project-client-detail-div {
  z-index: 1;
  grid-column-gap: 12px;
  grid-row-gap: 24px;
  flex-flow: wrap;
  justify-content: center;
  align-items: flex-start;
  display: flex;
  position: relative;
}

.client-image {
  border: 4px solid #f6f6f6;
  border-radius: 100px;
  width: 44px;
  height: 44px;
}

.client-image.margin {
  margin-left: -14px;
}

.project-hero-image-02 {
  z-index: 0;
  border-radius: 14px;
  position: absolute;
  top: auto;
  left: auto;
  right: -2%;
}

.project-hero-image-03 {
  border-radius: 16px;
  position: absolute;
  inset: auto auto -15% 30px;
}

.project-hero-image-04 {
  border-radius: 16px;
  position: absolute;
  inset: auto 5% -8% auto;
}

.project-hero-heading-div {
  z-index: 1;
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
  position: relative;
}

.container-32 {
  width: 100%;
  max-width: 1320px;
  padding-left: 20px;
  padding-right: 20px;
}

.large-paragraph {
  color: #4f4f4f;
  width: 640px;
  margin-bottom: 0;
  font-size: 17px;
  font-weight: 500;
  line-height: 120%;
}

.project-label {
  background-color: #fff;
  border: .5px solid #e7e7e7;
  border-radius: 8px;
  padding: 8px 16px;
}

.project-label-div {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.project-info {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  border-top: 1px solid #e7e7e7;
  flex-flow: wrap;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding-top: 24px;
  padding-bottom: 24px;
  display: flex;
}

.project-info.line-bottom {
  border-bottom: 1px solid #e7e7e7;
}

.project-info-wrapper {
  margin-top: 60px;
}

.project-detail-heading-div {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-flow: column;
  display: flex;
}

.paragraph-26 {
  color: #4f4f4f;
  margin-bottom: 0;
  font-size: 16px;
  font-weight: 500;
  line-height: 140%;
}

.paragraph-26.bold-text {
  color: #262626;
  font-weight: 600;
}

.paragraph-26.project-detail-hero-paragraph {
  max-width: 600px;
  margin-bottom: 24px;
}

.project-detail-hero-wrapper {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-flow: wrap;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.container-33 {
  width: 100%;
  max-width: 1320px;
  padding-left: 20px;
  padding-right: 20px;
}

.project-heading-detail-div {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-flow: wrap;
  justify-content: space-between;
  align-items: flex-start;
  padding-top: 80px;
  padding-left: 40px;
  padding-right: 40px;
  display: flex;
}

.h2-heading-2 {
  color: var(--white);
  margin-top: 0;
  margin-bottom: 0;
  font-size: 44px;
  font-weight: 500;
  line-height: 120%;
}

.projects-detail-div {
  width: 650px;
}

.paragraph-27 {
  color: #4f4f4f;
  margin-bottom: 0;
  font-size: 16px;
  font-weight: 500;
  line-height: 140%;
}

.paragraph-27.project-text {
  color: var(--white);
  max-width: 630px;
  margin-bottom: 24px;
  font-size: 18px;
}

.button-div {
  padding-top: 20px;
  font-size: 0;
}

.heading-26 {
  font-size: 28px;
}

.project-heading-div {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-flow: wrap;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.h2-heading-3 {
  color: #262626;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 44px;
  font-weight: 500;
  line-height: 120%;
}

.paragraph-28 {
  color: #4f4f4f;
  margin-bottom: 0;
  font-size: 16px;
  font-weight: 500;
  line-height: 140%;
}

.paragraph-28.project-paragraph {
  max-width: 630px;
}

.heading-27, .heading-28, .heading-29 {
  color: var(--brand-color);
  font-size: 32px;
}

.heading-30 {
  color: var(--black);
  text-align: center;
  font-size: 40px;
}

.bold-text-22 {
  color: #fff;
  font-size: 48px;
  font-weight: 700;
}

.icon-3 {
  color: #fff;
  margin-right: 12px;
  font-size: 25px;
}

.text-block-37 {
  border: 0 solid #6e4e4e;
  font-size: 55px;
  line-height: 80%;
}

.button-13 {
  grid-column-gap: .5rem;
  color: #fff;
  text-align: center;
  text-transform: none;
  background-color: #131313;
  border: 1px solid #131313;
  border-radius: 100rem;
  align-items: center;
  padding: .25rem .25rem .25rem 1.25rem;
  font-size: 1rem;
  transition: transform .3s;
  display: flex;
}

.button-13:active {
  transform: scale(.95);
}

.button-13.w--current {
  border-radius: 100rem;
}

.button-13.is-alternate {
  color: #000;
  background-color: #fff;
  border-style: solid;
  border-color: #fff;
}

.template-popup-wrapper {
  z-index: 99;
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  flex-flow: column;
  display: flex;
  position: fixed;
  inset: auto 30px 30px auto;
}

.buy-template-link {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  filter: drop-shadow(0 0 2px #0003);
  background-color: #fff;
  border: 1px solid #fff;
  border-radius: 6px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 12px;
  text-decoration: none;
  transition: all .4s;
  display: flex;
}

.buy-template-link:hover {
  background-color: #f0f9ff;
  border-color: #0079ff;
}

.marketing-template-icon-div {
  grid-column-gap: 2px;
  grid-row-gap: 2px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.marketing-icon {
  border-radius: 5px;
}

.marketing-template-heading {
  color: #2e2e38;
  width: 136px;
  font-size: 12px;
  font-weight: 600;
  line-height: 120%;
}

.marketing-template-text {
  color: var(--black);
  font-size: 14px;
  font-weight: 600;
  line-height: 120%;
}

.marketing-template-text-2 {
  color: #175cd3;
  font-size: 14px;
  font-weight: 600;
  line-height: 120%;
}

.common-hero-section-2 {
  background-color: #f6f6f6;
  border-radius: 8px;
  padding-top: 180px;
  padding-bottom: 60px;
  position: relative;
  overflow: hidden;
}

.sub-heading-3 {
  color: #4f4f4f;
  letter-spacing: 1px;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 800;
  line-height: 120%;
}

.sub-heading-3.client-review-text {
  color: #262626;
}

.project-hero-image-5 {
  z-index: 0;
  border-radius: 14px;
  position: absolute;
  top: auto;
  left: auto;
  right: -2%;
}

.project-hero-image-6 {
  border-radius: 16px;
  position: absolute;
  inset: auto auto -15% 30px;
}

.project-hero-image-7 {
  border-radius: 16px;
  position: absolute;
  inset: auto 5% -8% auto;
}

.container-34 {
  width: 100%;
  max-width: 1320px;
  padding-left: 20px;
  padding-right: 20px;
}

.large-paragraph-2 {
  color: #4f4f4f;
  margin-bottom: 0;
  font-size: 18px;
  font-weight: 500;
  line-height: 120%;
}

.common-hero-section-3 {
  background-color: #f6f6f6;
  border-radius: 8px;
  padding-top: 180px;
  padding-bottom: 60px;
  position: relative;
  overflow: hidden;
}

.sub-heading-4 {
  color: #4f4f4f;
  letter-spacing: 1px;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 800;
  line-height: 120%;
}

.sub-heading-4.client-review-text {
  color: #262626;
}

.project-hero-image-8 {
  z-index: 0;
  border-radius: 14px;
  position: absolute;
  top: auto;
  left: auto;
  right: -2%;
}

.project-hero-image-9 {
  border-radius: 16px;
  position: absolute;
  inset: auto auto -15% 30px;
}

.project-hero-image-10 {
  border-radius: 16px;
  position: absolute;
  inset: auto 5% -8% auto;
}

.container-35 {
  width: 100%;
  max-width: 1320px;
  padding-left: 20px;
  padding-right: 20px;
}

.large-paragraph-3 {
  color: #4f4f4f;
  margin-bottom: 0;
  font-size: 18px;
  font-weight: 500;
  line-height: 120%;
}

.hero__content-2-copy {
  background-image: url('../images/asdfghj.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 20px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  height: 50vw;
  max-height: 45rem;
  padding: 2rem;
  display: flex;
  position: relative;
}

.container-27-copy {
  border-radius: 0;
  width: 100%;
  max-width: 90rem;
  margin-left: auto;
  margin-right: auto;
  padding: 100px 2rem;
}

.section-copy {
  margin-top: 200px;
  margin-bottom: 100px;
  padding: 0 30px;
  position: relative;
  top: -41px;
  bottom: 117px;
}

.section-copy.no-padding-bottom {
  margin-top: 250px;
  padding-top: 0;
  padding-bottom: 0;
}

.section-copy.sign-up-cta {
  background-image: url('../images/sign-up-image-1.avif');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 10px;
  padding-bottom: 10px;
  top: -100px;
  bottom: 106px;
}

.section-copy.template {
  min-height: 80vh;
}

@media screen and (min-width: 1440px) {
  .navbar {
    z-index: 1;
  }

  .split {
    margin-top: 50px;
    margin-bottom: 150px;
  }

  .container {
    justify-content: center;
    align-items: center;
    max-width: 1200px;
    margin-bottom: 0;
    padding-left: 0;
    padding-right: 0;
    display: block;
  }

  .limit-medium {
    width: 680px;
    max-width: 840px;
  }

  .title {
    letter-spacing: .1em;
    column-count: 0;
    font-size: 20px;
    position: sticky;
  }

  .title.in-tabs {
    color: #00c0c0;
  }

  .medium-text {
    color: #fff;
    width: 570px;
    font-size: 23px;
  }

  .blue-button, .blue-button.full-width {
    background-color: var(--brand-color);
  }

  .section {
    margin-top: 255px;
    padding: 0;
    top: -65px;
    bottom: 0;
  }

  .section.no-padding-bottom {
    margin-top: 0;
    padding-top: 92px;
    top: -31px;
  }

  .section.sign-up-cta {
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 10px;
    padding-bottom: 10px;
    top: -105px;
    bottom: -2px;
  }

  .previous-conference-thumb {
    margin-top: 0;
  }

  .previous-conference-video {
    margin-top: 40px;
    margin-bottom: 0;
    padding-top: 0;
  }

  .previous-conf-overlay {
    z-index: 15;
    margin-right: 0;
  }

  .top-tag {
    background-color: var(--brand-color);
  }

  .footer {
    margin-top: 0;
  }

  .page-wrap {
    margin-top: -30px;
    overflow: visible;
  }

  .services_desc {
    font-size: 1.3rem;
  }

  .services_content {
    z-index: auto;
    clear: left;
    position: sticky;
    top: 76px;
  }

  .heading-style-h3 {
    width: 660px;
    font-size: 3.2rem;
  }

  .services_component {
    position: static;
  }

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

  .label_wrap {
    position: static;
    top: 10px;
  }

  .section_intro {
    margin-top: 57px;
  }

  .padding-global-6 {
    margin-top: 0;
    padding-top: 40px;
  }

  .text-color-grey {
    font-size: 54px;
  }

  .display-inline {
    font-size: 58px;
  }

  .button-4.is-grey.is-large {
    color: var(--white);
    -webkit-text-stroke-color: var(--white);
    background-color: #00804d;
    background-image: linear-gradient(#00000080, #00000080);
    border: 1px solid #9fd26921;
    font-size: 1.5rem;
  }

  .padding-section-xxlarge-2.hide-mobile-landscape {
    padding-top: 14rem;
  }

  .container-medium-3 {
    position: static;
  }

  .navbar-component {
    z-index: 10;
  }

  .text-size-small.text-weight-medium.caps {
    margin-top: 12px;
  }

  .text-size-small.text-weight-bold {
    color: #fff;
  }

  .footer-bottom-2 {
    margin-top: 22px;
  }

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

  .div-block {
    margin-top: 172px;
  }

  .h3-heading.white-text {
    color: #000;
  }

  .paragraph.white-800-color.process-paragraph {
    width: 410px;
    max-width: 440px;
    font-size: 18px;
  }

  .paragraph.white-800-color.how-we-work-paragraph {
    width: 1000px;
    max-width: 550px;
    font-size: 24px;
  }

  .classname {
    color: #fff;
  }

  .classname.white-text {
    color: #7d7d7d;
  }

  .section-3.bg-blue {
    padding-top: 0;
  }

  .text-size-large.text-weight-medium {
    width: 360px;
    margin-top: 10px;
    font-size: 2.5rem;
    line-height: 100%;
  }

  .read-more-tag {
    color: #154a33;
  }

  .heading-1.text-weight-regular {
    color: #fbfbfb61;
    margin-top: -110px;
  }

  .team-wrapper {
    margin-top: 13rem;
    margin-bottom: 0;
    padding-left: 35px;
    padding-right: 35px;
  }

  .team-content {
    margin-left: -.05rem;
  }

  .team-grid {
    place-items: center;
  }

  .text-block {
    width: 1000px;
    margin-bottom: 66px;
    margin-left: -300px;
  }

  .text-block-3 {
    width: 360px;
  }

  .text-block-4, .text-block-5 {
    width: 370px;
  }

  .trusted-by-component {
    margin-top: 2.8rem;
    margin-bottom: 4px;
  }

  .heading-2.text-weight-bold {
    width: 1100px;
    margin-left: -200px;
    font-size: 4rem;
  }

  .hero-component {
    justify-content: flex-start;
    align-self: center;
    align-items: center;
    margin-top: 180px;
    display: flex;
  }

  .hero-wrapper {
    text-align: center;
    justify-content: flex-start;
    align-items: center;
    margin-top: 0;
  }

  .padding-global-10 {
    margin-top: -111px;
    padding-top: 0;
    padding-bottom: 42px;
  }

  .testimonial-wrapper {
    margin-top: 7rem;
  }

  .service-title {
    width: 555px;
    font-size: 5.7rem;
  }

  .section-5.for-work {
    padding-top: 2%;
    padding-bottom: 2%;
    top: 13px;
    bottom: 17px;
  }

  .home-services-item {
    position: relative;
  }

  .home-services-item.sticky.reverse {
    margin-top: -32px;
  }

  .hero-inner {
    padding: 156px 0% 64px;
  }

  .small-number-2 {
    color: var(--brand-color);
    font-size: 23px;
  }

  .button-5.full {
    background-color: #0a8766;
  }

  .section-6._50px-top {
    margin-bottom: 70px;
    padding-top: 100px;
    padding-bottom: 0;
  }

  .projects-wrapper {
    grid-column-gap: 4em;
    grid-row-gap: 4em;
  }

  .section-spacing {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
  }

  .container-11 {
    max-width: 1300px;
    padding-top: 0;
  }

  .project-grid-holder {
    padding-left: 4em;
  }

  .portfolio-brands {
    margin-top: 87px;
  }

  .heading-7 {
    font-size: 48px;
  }

  .bold-text {
    letter-spacing: 0;
    font-size: 1.9rem;
  }

  .heading-8 {
    width: 680px;
    font-size: 60px;
  }

  .text-block-7 {
    width: 560px;
    margin-left: -80px;
    padding-left: 0;
    font-size: 19px;
  }

  .text-block-8 {
    font-size: 20px;
  }

  .heading-9 {
    font-size: 36px;
  }

  .body {
    margin-top: 0;
  }

  .contact-content {
    padding-bottom: 0;
  }

  .text-span-7 {
    color: var(--brand-color);
  }

  .section-13 {
    margin-top: -162px;
    margin-bottom: 132px;
  }

  .section-14 {
    margin-top: 100px;
    margin-bottom: -60px;
    padding-top: 0;
    padding-bottom: 0;
  }

  .text-block-9 {
    color: var(--white);
    text-align: center;
    mix-blend-mode: normal;
  }

  .utility-page-wrap {
    margin-top: 50px;
    margin-bottom: 100px;
  }

  .single-title-home {
    margin-bottom: 30px;
  }

  .hide {
    width: 1300px;
  }

  .heading-3 {
    color: #818181;
  }

  .overlay-image-general {
    margin-left: 41px;
    margin-right: 0;
  }

  .master-title-home {
    max-width: 1500px;
    margin-top: 100px;
    margin-bottom: 50px;
    padding-left: 80px;
    padding-right: 40px;
  }

  .main-container {
    padding-top: 120px;
  }

  .flex-heading-left.mg-bottom-80.center-phone {
    justify-content: center;
    align-items: center;
    margin-top: 87px;
  }

  .flex-heading-left.mg-bottom-100.center-landscape {
    margin-top: 0;
    padding-bottom: 72px;
  }

  .container-medium-4 {
    text-align: center;
    text-decoration: none;
  }

  .icon-slider {
    margin-top: 0;
    margin-bottom: 90px;
  }

  .text-subname, .text-testimonial {
    color: var(--black);
  }

  .section-16 {
    padding-top: 46px;
  }

  .carousel-button.testimonial-right {
    margin-top: -51px;
  }

  .grid-testimonials {
    padding-top: 27px;
    padding-bottom: 28px;
  }

  .testimonial-slide {
    background-color: #eaeaea;
    margin-left: -1px;
    padding-left: 0;
  }

  .text-size-small-2.text-weight-bold {
    color: #fff;
  }

  .main-container-2 {
    padding-top: 0;
    padding-bottom: 0;
  }

  .grid-more-templates {
    background-color: #8e8e8e;
    margin-top: 0;
    padding-top: 52px;
  }

  .text-block-11 {
    color: var(--black);
  }

  .master-moving-studio-hero {
    color: var(--black);
    background-color: #000;
  }

  .moving-images-top-fill {
    background-color: #0000;
    margin-top: -8px;
    margin-bottom: 0;
    top: 0%;
  }

  .moving-images-bottom-fill {
    mix-blend-mode: multiply;
    background-color: #0000;
  }

  .main-container-3 {
    padding-top: 0;
  }

  .no-margins-2 {
    text-align: center;
    font-size: 45px;
  }

  .text-expanabdle-botton {
    color: #0d7d42b3;
  }

  .section-19 {
    padding-top: 69px;
    padding-bottom: 69px;
  }

  .main-container-4 {
    color: var(--black);
    background-color: #fff;
    padding-top: 77px;
    padding-bottom: 24px;
  }

  .section-20.dark {
    padding: 100px 0 200px;
  }

  .cell {
    text-align: right;
    justify-content: flex-start;
    align-items: center;
  }

  .main-container-5 {
    padding-top: 0;
    padding-bottom: 0;
  }

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

  .image-4 {
    vertical-align: text-bottom;
    order: -9999;
  }

  .body-3 {
    color: var(--white);
  }

  .space-4rem {
    min-height: 4vw;
    line-height: 154%;
  }

  .section-22.for-logo {
    padding-top: 140px;
  }

  .hv-heading-wrapper {
    flex: 1;
  }

  .hv-content-header {
    text-align: center;
    flex: 1;
    justify-content: space-between;
    align-self: center;
    align-items: flex-start;
    font-size: 15px;
  }

  .hv-heading {
    text-align: center;
    flex: 1;
    justify-content: center;
    align-items: center;
    font-size: 55px;
    display: flex;
  }

  .hp-inner-heading {
    letter-spacing: .1em;
    font-size: 67px;
  }

  .hp-inner-heading-3 {
    text-align: center;
    align-self: center;
  }

  .service-title-2 {
    font-size: 8rem;
  }

  .heading-11.text-weight-bold {
    font-size: 4.5rem;
  }

  .padding-global-12 {
    margin-top: -111px;
    padding-top: 0;
    padding-bottom: 42px;
  }

  .paragraph-16 {
    font-size: 1.2rem;
  }

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

  .approach__title.h2 {
    width: 1410px;
    padding-left: 100px;
    padding-right: 50px;
  }

  .contact-hero__subtitle.text-size-small {
    color: gray;
    width: 980px;
    max-width: 120ch;
  }

  .text-span-13 {
    color: var(--brand-color);
  }

  .mask-2 {
    width: 1360px;
    max-width: 400%;
  }

  .home-hero-image-card-03-headine-text {
    color: #f5f5f5;
    width: 270px;
  }

  .home-hero-image-card-wrapper-01 {
    background-color: #2e2e2e;
  }

  .home-hero-image-card-wrapper-03 {
    background-color: #6a6a6a;
  }

  .home-services-card-type-text.text-sm.text-color-black-700.text-style-no_wrap {
    font-size: 1.6rem;
  }

  .section-headline-text.text-3xl.text-weight-semibold.text-color-black-900 {
    padding-left: 60px;
    padding-right: 60px;
  }

  .home-services-card-headline-text.text-lg.text-weight-semibold.text-color-black-900.display-none-services-pc {
    font-size: 23px;
  }

  .table-card-content-wrapper {
    font-size: 16px;
  }

  .home-services-card-number-text.text-sm.text-color-black-700 {
    font-size: 1.3rem;
  }

  .home-services-card-content-wrapper {
    padding-bottom: 20px;
  }

  .global-wrapper {
    max-width: 1440px;
  }

  .global-padding {
    mix-blend-mode: normal;
    padding-left: 8.05rem;
    padding-right: 8.05rem;
  }

  .working-process-content-wrapper {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    margin-bottom: 170px;
  }

  .about-text.text-xl.text-weight-medium.text-color-black-900 {
    color: var(--white);
    text-align: left;
    letter-spacing: 0;
    justify-content: center;
    align-items: center;
    margin-left: 60px;
    padding-left: 0;
    font-size: 1.8rem;
    display: flex;
  }

  .padding-global-14 {
    margin-bottom: 60px;
    padding-bottom: 60px;
  }

  .padding-section-medium-2 {
    padding-bottom: 10px;
    padding-left: 50px;
    padding-right: 40px;
  }

  .tab {
    border-width: 0;
  }

  .section-content {
    width: 1200px;
    margin-bottom: -136px;
  }

  .breadcrumbs {
    font-size: 18px;
  }

  .brand-item {
    padding-left: 50px;
    padding-right: 50px;
  }

  .about-wrap {
    grid-column-gap: 130px;
    grid-row-gap: 130px;
    grid-template-columns: 220px;
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .about-right {
    width: 1230px;
  }

  .about-left {
    grid-template-columns: 2fr;
    grid-auto-columns: .25fr;
  }

  .about-content {
    width: 990px;
    font-size: 36px;
    font-weight: 400;
  }

  .step-wrap {
    grid-template-columns: 1fr 1.25fr;
  }

  .bold-text-12 {
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
    display: flex;
  }

  .heading-15 {
    font-size: 55px;
  }

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

  .heading-17, .heading-18, .heading-19 {
    font-size: 55px;
  }

  .bold-text-13 {
    font-size: 55px;
    line-height: 74%;
  }

  .heading-20 {
    line-height: 80%;
  }

  .image-6 {
    padding-bottom: 30px;
  }

  .text-span-15 {
    color: var(--brand-color);
  }

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

  .text-span-16 {
    color: #666;
  }

  .text-span-17 {
    color: var(--brand-color);
  }

  .link-8, .link-9, .link-10, .link-11, .link-12, .link-13 {
    color: var(--white);
  }

  .image-7 {
    align-self: center;
    margin-top: -80px;
    padding-bottom: 0;
  }

  .image-8 {
    margin-top: 0;
  }

  .div-block-24 {
    margin-top: 24px;
  }

  .paragraph-21 {
    width: 1300px;
  }

  .text-block-36 {
    padding-left: 60px;
    padding-right: 60px;
    font-size: 20px;
  }

  .page-title.flex.second {
    color: #666;
  }

  .page-title.flex.third {
    color: var(--brand-color);
    justify-content: flex-start;
    align-items: flex-start;
    width: 1300px;
    margin-top: 20px;
    margin-left: 20px;
    margin-right: 0;
    font-size: 1.2rem;
  }

  .about-grid {
    grid-row-gap: 0px;
    color: var(--black);
    background-color: #fff;
    grid-template-columns: 2fr;
    padding: 60px;
  }

  .about-grid.reverse {
    background-color: #000;
    padding-left: 60px;
  }

  .heading-25 {
    color: #000;
    text-align: center;
    background-color: #fffefe;
    border-radius: 50px;
    margin-bottom: 0;
    padding-top: 20px;
    padding-bottom: 20px;
    font-size: 50px;
  }

  .text-span-18 {
    color: var(--brand-color);
  }

  .how_it_works_component {
    place-items: start stretch;
    margin-top: -50px;
  }

  .bold-text-21 {
    -webkit-text-stroke-color: #999;
    padding-left: 20px;
    padding-right: 20px;
    font-size: 3rem;
  }

  .text-huge {
    object-fit: fill;
    width: 1200px;
    margin-bottom: 0;
    margin-left: auto;
    margin-right: auto;
    padding-top: 40px;
    font-size: 2.6rem;
  }

  .container-27 {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .hero__content-2 {
    background-image: url('../images/photo-1633938312695-e7b9a9cf50c6.avif');
    border-radius: 20px;
  }

  .container-28 {
    float: none;
    clear: none;
  }

  .container-29 {
    padding-top: 80px;
    position: static;
  }

  .container-30 {
    padding-top: 80px;
    padding-bottom: 20px;
  }

  .intro__title-bar {
    border: 1px #f7f5f5;
    border-bottom: 2px solid #f7f5f5;
    border-radius: 1px;
  }

  .text-huge-2 {
    font-size: 2.6rem;
  }

  .sub-heading {
    color: var(--brand-color);
  }

  .h3-heading-2.our-ecosystem-heading-text {
    color: #d0d0d0;
  }

  .paragraph-25.our-ecosystem-paragraph {
    color: #dadada;
  }

  .text-link {
    color: var(--brand-color);
  }

  .large-text-3.our-ecosystem-count-text {
    color: #dadada;
    margin-bottom: 0;
  }

  .common-hero-section {
    padding-top: 120px;
    padding-bottom: 80px;
  }

  .sub-heading-2 {
    color: #9f9f9f;
    padding-bottom: 50px;
  }

  .h1-heading.project-hero-heading {
    color: #cdc4c4;
    width: 800px;
    max-width: 800px;
  }

  .project-label-div {
    padding-bottom: 20px;
  }

  .project-detail-heading-div {
    width: 800px;
  }

  .paragraph-26.project-detail-hero-paragraph {
    color: var(--white);
    width: 900px;
    max-width: 900px;
    font-size: 22px;
  }

  .project-detail-hero-wrapper {
    padding-left: 0;
  }

  .project-hero-detail-div {
    width: 800px;
  }

  .project-heading-detail-div {
    padding-top: 40px;
    padding-left: 94px;
    padding-right: 90px;
  }

  .paragraph-27.project-text {
    font-size: 19px;
  }

  .button-div {
    padding-top: 0;
  }

  .heading-26 {
    margin-top: 20px;
    margin-bottom: 50px;
    font-size: 30px;
  }

  .project-heading-div {
    margin-bottom: -70px;
    padding-bottom: 0;
  }

  .h2-heading-3 {
    color: #eee;
  }

  .paragraph-28.project-paragraph {
    color: #c4c4c4;
  }

  .heading-27 {
    color: var(--brand-color);
    margin-top: 10px;
  }

  .heading-28, .heading-29 {
    color: var(--brand-color);
  }

  .heading-30 {
    color: var(--black);
    text-align: center;
    font-size: 50px;
  }

  .hero__content-2-copy {
    background-image: url('../images/bab-e-khyber-pakistan-landmark-end-pass-near-peshawar-66489249.webp');
    border-radius: 20px;
  }

  .container-27-copy {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .section-copy {
    margin-top: 255px;
    padding: 0;
    top: -65px;
    bottom: 0;
  }

  .section-copy.no-padding-bottom {
    margin-top: 0;
    padding-top: 92px;
    top: -31px;
  }

  .section-copy.sign-up-cta {
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 10px;
    padding-bottom: 10px;
    top: -105px;
    bottom: -2px;
  }
}

@media screen and (min-width: 1920px) {
  .section {
    margin-top: 302px;
  }

  .section.no-padding-bottom {
    padding-top: 249px;
    padding-bottom: 101px;
    top: -117px;
  }

  .section.sign-up-cta {
    margin-top: 150px;
  }

  .footer {
    margin-top: -125px;
  }

  .section-3.bg-blue {
    margin-top: 150px;
    margin-bottom: 0;
  }

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

  .team-wrapper {
    margin-bottom: -7.4rem;
  }

  .heading-2.text-weight-bold {
    text-align: center;
    width: 800px;
  }

  .padding-global-10 {
    margin-top: 60px;
  }

  .big-text {
    font-size: 23vw;
  }

  .button-text-wrapper {
    height: 37px;
  }

  .navigation-link {
    font-size: 27px;
  }

  .heading-style-h1.text-weight-black.line-height_88 {
    width: 800px;
    font-size: 14.9em;
  }

  .hero-heading {
    width: 790px;
  }

  .project-text-container {
    grid-column-gap: 22px;
    grid-row-gap: 22px;
    justify-content: flex-start;
    align-items: flex-start;
    width: 730px;
  }

  .projects-wrapper {
    grid-column-gap: 9.7em;
  }

  .portfolio-brands {
    padding-left: 16px;
    padding-right: 16px;
  }

  .paragraph-4 {
    width: 700px;
    font-size: 19px;
  }

  .image {
    max-width: 100%;
  }

  .cc-text-wrapper {
    width: 510px;
    max-width: 510px;
  }

  .map {
    width: 1200px;
  }

  .heading-3 {
    font-size: 75px;
  }

  .heading-11.text-weight-bold {
    text-align: center;
    width: 800px;
  }

  .padding-global-12 {
    margin-top: 60px;
  }

  .contact-hero__title.h1 {
    font-size: 122px;
  }

  .heading-five {
    color: #010101;
    letter-spacing: -.8px;
    font-size: 40px;
    line-height: 132%;
  }

  .heading-three {
    font-weight: 700;
  }

  .bold-text-11 {
    font-size: 77px;
  }

  .section-copy {
    margin-top: 302px;
  }

  .section-copy.no-padding-bottom {
    padding-top: 249px;
    padding-bottom: 101px;
    top: -117px;
  }

  .section-copy.sign-up-cta {
    margin-top: 150px;
  }
}

@media screen and (max-width: 991px) {
  body {
    font-size: 15px;
    line-height: 150%;
  }

  h1 {
    font-size: 60px;
  }

  h2 {
    font-size: 40px;
  }

  h3 {
    font-size: 36px;
  }

  h4 {
    font-size: 28px;
  }

  h5 {
    font-size: 22px;
  }

  h6 {
    font-size: 18px;
  }

  .nav-link {
    padding-left: 0;
    padding-right: 0;
    display: block;
  }

  .brand {
    border-right-style: none;
    margin-right: 0;
    padding-right: 0;
  }

  .navbar {
    padding-top: 24px;
    padding-bottom: 24px;
  }

  .nav-menu {
    text-align: left;
    background-color: #000;
    flex-direction: column;
    width: 100vw;
    padding: 32px;
    display: flex;
    box-shadow: 0 40px 40px #004cda4d;
  }

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

  .navbar-contents {
    justify-content: space-between;
    align-items: center;
    padding-left: 24px;
    padding-right: 24px;
    display: flex;
  }

  .nav-right-content.mobile {
    flex-direction: column;
    margin-top: 24px;
    display: flex;
  }

  .nav-right-content.desktop {
    display: none;
  }

  .hero-ribbon-section {
    height: 60vw;
  }

  .ribbon-image {
    top: 8%;
  }

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

  .space-top-medium {
    margin-top: 52px;
  }

  .space-top-small {
    margin-top: 22px;
  }

  .container {
    padding-left: 32px;
    padding-right: 32px;
  }

  .space-top-large {
    margin-top: 72px;
  }

  .space-top {
    margin-top: 36px;
  }

  .space-top-tiny {
    margin-top: 14px;
  }

  .large-heading {
    font-size: 13vw;
  }

  .medium-text {
    font-size: 16px;
  }

  .section {
    padding-top: 120px;
    padding-bottom: 120px;
  }

  .section.sign-up-cta {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .section.template {
    padding-top: 160px;
  }

  .accordion-item-trigger {
    font-size: 19px;
  }

  .three-column-grid {
    grid-template-columns: 1fr 1fr;
  }

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

  .large-text {
    font-size: 19px;
  }

  .footer-content {
    grid-row-gap: 60px;
    flex-direction: column;
    justify-content: flex-end;
    align-items: flex-start;
  }

  .footer-1-links {
    grid-row-gap: 30px;
    flex-direction: column;
  }

  .template-page-wrap {
    grid-template-columns: 1fr;
  }

  .services_content {
    position: relative;
    top: auto;
  }

  .heading-style-h3 {
    -webkit-text-stroke-width: 0px;
  }

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

  .container-medium {
    max-width: none;
  }

  .services_component {
    grid-column-gap: 2.5rem;
    grid-row-gap: 2.5rem;
    flex-flow: column;
    display: flex;
  }

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

  .intro_image-3 {
    border-radius: .75rem;
    width: 6rem;
    margin-top: 5.6rem;
  }

  .intro_content {
    grid-column-gap: 3rem;
    grid-row-gap: 3rem;
    width: 90%;
  }

  .intro_image-1 {
    border-radius: .75rem;
    width: 6rem;
  }

  .intro_component {
    width: 80%;
    margin-left: auto;
    margin-right: auto;
  }

  .intro_image-2 {
    border-radius: .75rem;
    width: 6rem;
  }

  .intro_image-min {
    border-radius: .2535rem;
    width: 2.2rem;
  }

  .button-4:hover {
    background-color: #7f2bff;
  }

  .button-4.is-grey:hover {
    background-image: linear-gradient(#2b2b2b, #1b1b1b);
    box-shadow: inset 0 1px #ffffff14;
  }

  .padding-section-xxlarge-2 {
    padding-top: 10rem;
  }

  .container-medium-3 {
    max-width: none;
  }

  .padding-global-7 {
    padding-left: 2.25rem;
    padding-right: 2.25rem;
  }

  .nav__button {
    transition-property: none;
  }

  .nav__button:hover {
    background-color: #000;
  }

  .top-bar {
    padding-left: .5rem;
  }

  .nav-head__button {
    transition-property: none;
  }

  .nav-head__button:hover {
    color: #fff;
    background-color: #000;
  }

  .close-nav {
    transition-property: none;
  }

  .close-nav:hover {
    opacity: 1;
  }

  .nav__button-2 {
    transition-property: none;
  }

  .nav__button-2:hover {
    background-color: #000;
  }

  .top-bar-2 {
    padding-left: .5rem;
  }

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

  .footer__contact-item.align-right {
    justify-content: flex-start;
    align-items: flex-start;
  }

  .menu-icon-line-top {
    width: 24px;
    height: 2px;
    padding-bottom: 0;
    padding-right: 0;
  }

  .navbar-menu {
    flex-direction: column;
    justify-content: center;
    position: absolute;
  }

  .navbar-container {
    grid-auto-columns: 1fr;
  }

  .navbar-links-wrapper {
    flex: 1;
    padding-top: 2rem;
    padding-bottom: 2rem;
  }

  .menu-icon-line-bottom {
    width: 24px;
    height: 2px;
    padding-bottom: 0;
    padding-right: 0;
  }

  .menu-icon-line-middle-top {
    z-index: 2;
    width: 24px;
    height: 2px;
    padding-bottom: 0;
    padding-right: 0;
    position: absolute;
    inset: 0;
  }

  .navbar-link {
    margin-top: 0;
    margin-bottom: 0;
    padding: 1rem 0;
    position: static;
  }

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

  .menu-icon-line-middle {
    justify-content: center;
    align-items: center;
    width: 24px;
    height: 2px;
    margin-top: 6px;
    margin-bottom: 6px;
    padding-bottom: 0;
    padding-right: 0;
    display: flex;
    position: static;
  }

  .menu-icon-line-middle-base {
    justify-content: center;
    align-items: center;
    width: 24px;
    height: 2px;
    padding-bottom: 0;
    padding-right: 0;
    display: flex;
    position: absolute;
  }

  .navbar-bottom {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }

  .menu-icon-wrapper {
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    display: flex;
  }

  .navbar-menu-button {
    margin-left: -.5rem;
    padding: 0;
  }

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

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

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

  .footer-top-wrapper {
    grid-row-gap: 2rem;
    grid-template-columns: 1fr;
  }

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

  .footer-bottom-logo {
    padding-top: 2rem;
  }

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

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

  .classname {
    font-size: 36px;
  }

  .small-paragraph.project-label-text {
    font-size: 12px;
  }

  .section-3 {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .common-heading-div {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

  .how-we-work-grid {
    grid-row-gap: 30px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
  }

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

  .phase-cards-wrapper {
    grid-column-gap: 4rem;
    grid-row-gap: 4rem;
    margin-top: 8rem;
  }

  .phase-cards-header {
    max-width: none;
  }

  .heading-1 {
    font-size: 8rem;
    line-height: 1.15;
  }

  .phase-cards-grid {
    grid-template-columns: 1fr 1fr;
  }

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

  .phase-cards {
    height: auto;
    padding: 3rem 2.5rem;
  }

  .header-2 {
    max-width: 70vw;
  }

  .team-wrapper {
    margin-top: 8rem;
    margin-bottom: 8rem;
  }

  .team-header {
    max-width: none;
  }

  .team-image {
    height: auto;
  }

  .team-grid {
    flex-flow: column;
    display: flex;
  }

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

  .text-block {
    width: 700px;
    margin-left: -160px;
  }

  .heading-2 {
    font-size: 4.5rem;
  }

  .trusted-by-hero-logos {
    flex-flow: wrap;
  }

  .container-5 {
    padding-left: 32px;
    padding-right: 32px;
  }

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

  .testimonial-card-2 {
    justify-content: space-between;
  }

  .testimonial-wrapper {
    margin-top: 8rem;
  }

  .testimonial-component {
    max-width: none;
  }

  .heading-6 {
    font-size: 2.75rem;
  }

  .container-6.small {
    max-width: none;
    padding-left: 0;
    padding-right: 0;
  }

  .faq-component {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    margin-top: 4rem;
    margin-bottom: 4rem;
  }

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

  .works__container.container {
    height: auto;
    padding-top: 2.5rem;
    padding-bottom: 7.5rem;
  }

  .works__item {
    width: 100%;
  }

  .works__title.text-size-display {
    text-align: left;
    max-width: 6ch;
  }

  .works__layout.grid-main {
    grid-column-gap: 2rem;
    grid-row-gap: 5rem;
    flex-flow: column;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
    position: relative;
  }

  .works__wrapper {
    width: 100%;
  }

  .works__list {
    flex-flow: column;
    width: 100%;
  }

  .works__btn--list {
    align-self: flex-start;
    width: 100%;
  }

  .services-left-content {
    height: auto;
  }

  .service-title {
    font-size: 12vw;
  }

  .subhead-main {
    font-size: 29px;
  }

  .subhead-main._80 {
    max-width: 100%;
  }

  .image-wrap {
    height: 60vh;
  }

  .image-wrap.mobile-auto {
    aspect-ratio: 1;
    height: auto;
  }

  .image-wrap.square {
    width: 29vw;
    height: 150px;
    margin-left: 10px;
  }

  .image-wrap.for-about {
    height: 45vh;
  }

  .home-services-item {
    display: flex;
  }

  .home-services-item.sticky {
    position: relative;
  }

  .home-services-item.sticky.reverse {
    flex-flow: column-reverse;
  }

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

  .testimonials-text {
    max-width: 100%;
    font-size: 70px;
    line-height: 1.1;
  }

  .main-grid {
    grid-column-gap: 70px;
    grid-row-gap: 70px;
    flex-flow: column;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
    display: flex;
  }

  .hero-inner {
    padding-top: 101px;
    padding-bottom: 53px;
  }

  .main-image {
    width: 30vw;
    height: 30vw;
    min-height: 30vw;
  }

  .main-image.second {
    width: 20vw;
  }

  .main-image.second.absolute {
    top: 11.7vh;
  }

  .contact-wrapper {
    width: 100%;
  }

  .main-grid-2 {
    grid-column-gap: 70px;
    grid-row-gap: 70px;
    flex-flow: column;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
    display: flex;
  }

  .navigation-link {
    color: #fff;
    padding-top: 2px;
    padding-bottom: 8px;
    padding-left: 3%;
  }

  .navigation-link.for-contact {
    padding-left: 0%;
  }

  .form-block-2 {
    max-width: 100%;
  }

  .section-6._50px-top {
    padding-top: 50px;
  }

  .line-below {
    display: none;
  }

  .input-flex {
    grid-column-gap: 15px;
    grid-row-gap: 10px;
    flex-flow: row;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: space-between;
    display: grid;
  }

  .bottom-content {
    grid-column-gap: 1.5em;
    grid-row-gap: 1.5em;
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
    display: flex;
    position: absolute;
    bottom: 2.8em;
  }

  .drag-images-button {
    color: #2e2f3b;
    background-color: #efeeec;
    border-radius: .5em;
    padding: .5em 1em .5em .75em;
  }

  .copyright-wrapper {
    position: relative;
    bottom: auto;
  }

  .copyright-wrapper.opacity_100 {
    opacity: 100;
  }

  .copyright-wrapper.opacity_100.hide-desktop {
    display: block;
  }

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

  .portfolio-brands {
    grid-column-gap: 70px;
    grid-row-gap: 70px;
  }

  .pb-image-wrapper, .pb-wrapper.tablet {
    display: none;
  }

  .pb-imge {
    width: 160px;
    height: 100px;
  }

  .social-media-grid-top.right {
    grid-column-gap: 10px;
  }

  .heading-h3-size {
    font-size: 22px;
    line-height: 32px;
  }

  .grid-2-columns.sidebar-content {
    grid-row-gap: 60px;
    grid-template-columns: 1fr;
  }

  .grid-2-columns.sidebar-content.left {
    grid-template-columns: 1fr;
  }

  .sidebar {
    border-top: 1px solid #f0f0f0;
    padding-top: 60px;
  }

  .divider {
    margin-top: 64px;
    margin-bottom: 64px;
  }

  .section-9 {
    padding-top: 118px;
    padding-bottom: 118px;
  }

  .section-9.main-posts {
    padding-top: 0;
    padding-bottom: 106px;
  }

  .heading-h2-size {
    font-size: 30px;
    line-height: 46px;
  }

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

  .flex-bottom-hero-home {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    flex-flow: column;
    justify-content: space-between;
    align-items: flex-start;
  }

  .icon-play {
    width: 100px;
    height: 100px;
  }

  .subtitle-home.scroll-text {
    font-size: 16px;
  }

  .video-home {
    height: 60vw;
    min-height: 0;
    max-height: none;
    margin-top: 40px;
    margin-bottom: 40px;
  }

  .list-services-animated {
    margin-bottom: 0;
  }

  .image-service-animated {
    display: none;
  }

  .big-text-2 {
    font-size: 24px;
  }

  .big-text-service-animated {
    font-size: 56px;
  }

  .block-testimonial {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
  }

  .image-wrap-testimonials-4 {
    width: 100%;
  }

  .carousel-button.testimonial-left {
    left: 52%;
  }

  .carousel-button.testimonial-right {
    left: 62%;
  }

  .grid-testimonials {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    flex-direction: row;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .right-more-templates {
    width: 90%;
  }

  .grid-more-templates {
    grid-column-gap: 48px;
    grid-row-gap: 48px;
    grid-template-columns: 1fr;
    padding-bottom: 48px;
    padding-right: 0;
  }

  .link-cta {
    height: 48px;
  }

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

  .inside-moving-hero-studio {
    width: 180vw;
  }

  .master-quote-center {
    max-width: 730px;
  }

  .text-manifesto-big {
    font-size: 45px;
  }

  .grid-numbers-thirds {
    grid-column-gap: 100px;
    grid-row-gap: 100px;
    grid-template-columns: 1fr;
  }

  .grid-master-values {
    grid-column-gap: 52px;
    grid-row-gap: 52px;
    grid-template-columns: 1fr;
  }

  .text-block-13 {
    color: #83a14a;
  }

  .numbers-wrapper {
    grid-row-gap: 33px;
    grid-template-columns: 1fr 1fr;
  }

  .features-grid-image-wrapper {
    height: 220px;
  }

  .page-hero-section {
    padding-top: 220px;
    padding-bottom: 40px;
  }

  .spacer-40px-height {
    grid-row-gap: 40px;
    grid-template-columns: 1fr 1fr;
  }

  .spline {
    height: 60vh;
    position: relative;
  }

  .space-4rem {
    min-height: 4rem;
  }

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

  .works-block {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    flex-wrap: wrap;
    position: static;
  }

  .hv-column {
    width: 100%;
  }

  .hv-grid {
    grid-column-gap: 100px;
    grid-row-gap: 100px;
    flex-flow: column;
  }

  .hv-column-header {
    max-width: none;
  }

  .paragraph-30px {
    font-size: 25px;
  }

  .hp-inner-heading, .hp-inner-heading-2, .hp-inner-heading-3, .hp-inner-heading-4 {
    padding-top: 30px;
  }

  .services-left-content-2 {
    height: auto;
  }

  .service-title-2 {
    font-size: 12vw;
  }

  .heading-11 {
    font-size: 4.5rem;
  }

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

  .vision_image-wrapper.is-image-small {
    width: 25vw;
  }

  .vision_image-list {
    height: 70vh;
  }

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

  .services__container.container {
    padding-top: 7.5rem;
  }

  .services__wrapper.grid-main {
    grid-column: 1 / -1;
  }

  .services__content.grid-main {
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
  }

  ._2-column-grid-image {
    border-radius: 1rem;
    justify-content: center;
    align-items: center;
  }

  ._2-column-grid-image-wrapper {
    border-radius: 1rem;
  }

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

  ._2-column-text-wrapper {
    max-width: none;
    padding-top: 0;
    padding-bottom: 0;
  }

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

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

  .container-17, .container-18 {
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .approach__title.h2 {
    text-wrap: balance;
    margin-bottom: 0;
  }

  .approach__layout.grid-main {
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
  }

  .approach__content {
    grid-column: 1 / span 6;
  }

  .contact-hero__layout.grid-main {
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
  }

  .reviews-arrow {
    width: 2rem;
    height: 2rem;
    position: relative;
  }

  .reviews-arrow.left {
    bottom: 6rem;
    left: -1.3rem;
  }

  .reviews-arrow.right {
    bottom: 8rem;
    left: 1.3rem;
  }

  .reviews-icon {
    font-size: .9rem;
  }

  .container-19.padding-9rem {
    padding-left: 10%;
    padding-right: 10%;
  }

  .reviews-image {
    min-width: 4rem;
    max-width: 4rem;
    min-height: 4rem;
    max-height: 4rem;
  }

  .reviews-slider {
    flex-direction: column;
    min-width: 100%;
    max-width: 100%;
  }

  .reviews-slide {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    padding: 4rem 4rem 8rem;
  }

  .collage-small-image {
    border-radius: .5rem;
  }

  .display-heading-2 {
    font-size: 3.5rem;
  }

  .collage-center-image-wrapper {
    width: 60%;
  }

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

  .container-20 {
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .collage-small-image-wrapper {
    width: 20%;
  }

  .collage-small-image-wrapper.image-2 {
    right: 0%;
  }

  .collabrator-btn-div {
    flex-flow: wrap;
    justify-content: center;
  }

  .collabrator-wrapper {
    text-align: center;
    justify-content: center;
  }

  .innovation-grid {
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-flow: row;
    margin-top: 44px;
  }

  .container-21 {
    padding: 40px 25px;
  }

  .home-heading-h2, .crafting-heading {
    font-size: 36px;
  }

  .creativity-txt {
    font-size: 48px;
  }

  .home-hero-image-card-03-headine-text {
    font-size: 30px;
    line-height: 38px;
  }

  .home-hero-images-wrapper {
    grid-row-gap: 40px;
    flex-flow: column;
    align-items: center;
  }

  .home-hero-images-wrapper.section-margin {
    flex-flow: row;
    justify-content: center;
  }

  .home-hero-image-card-wrapper-02 {
    z-index: 1;
    max-width: 226px;
    position: relative;
    transform: translate(0, -25px)rotate(0);
  }

  .home-hero-image-card-wrapper-01 {
    max-width: 226px;
  }

  .home-hero-image-card-02-headine-text {
    font-size: 30px;
    line-height: 38px;
  }

  .home-hero-image-card-headline-block {
    padding-top: 20px;
    padding-bottom: 20px;
    padding-left: 20px;
  }

  .home-hero-headline-text {
    font-size: 100px;
    line-height: 106px;
  }

  .home-hero-wrapper {
    margin-top: 80px;
    margin-bottom: 20px;
    padding-bottom: 0;
  }

  .home-hero-headline-wrapper {
    justify-content: center;
    margin-bottom: 80px;
  }

  .home-hero-image-card-wrapper-03 {
    max-width: 226px;
    transform: rotate(10deg);
  }

  .home-hero-card-image {
    object-fit: cover;
    width: 312px;
    height: 200px;
  }

  .home-hero-image-card-01-headine-text {
    font-size: 30px;
    line-height: 38px;
  }

  .home-hero-card-image-block {
    height: 100%;
  }

  .home-services-card-headline-text.text-lg.text-weight-semibold.text-color-black-900.display-none-services-m {
    display: block;
  }

  .home-services-card-headline-text.text-lg.text-weight-semibold.text-color-black-900.display-none-services-pc {
    display: none;
  }

  .table-card-content-wrapper {
    grid-row-gap: 38px;
  }

  .home-services-card-number-block {
    grid-column-gap: 48px;
    align-items: center;
    display: flex;
  }

  .home-services-card-content-wrapper {
    grid-row-gap: 16px;
    flex-flow: column;
    align-items: flex-start;
  }

  .working-process-step-card {
    max-width: 100%;
  }

  .section-headlne-content-wrapper {
    width: 100%;
  }

  .global-padding {
    padding-bottom: 0;
    padding-left: 20px;
    padding-right: 20px;
  }

  .working-process-content-wrapper {
    flex-flow: column;
    grid-template-columns: 1fr;
    justify-items: center;
    display: flex;
  }

  .working-proces-step-wrapper.w--current {
    display: block;
  }

  .working-process-step-card-wrapper {
    width: 100%;
  }

  .home-services-card-content-wrapper-2 {
    grid-row-gap: 16px;
    flex-flow: column;
    align-items: flex-start;
  }

  .about-section-wrapper {
    grid-row-gap: 32px;
    flex-flow: column;
  }

  .big-text-h2 {
    font-size: clamp(5rem, 14vw, 9rem);
  }

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

  .pricing_layout {
    grid-column-gap: 0rem;
    grid-row-gap: 0rem;
    flex-flow: column;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    display: flex;
  }

  .tab_menu {
    width: 100%;
  }

  .plan_benefits {
    grid-column-gap: .5rem;
    grid-row-gap: .5rem;
  }

  .pricing_bg {
    min-height: 31rem;
  }

  .plan_header {
    grid-column-gap: .5rem;
    grid-row-gap: .5rem;
  }

  .tab_content {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    margin-top: 3rem;
  }

  .card_icon {
    width: 2rem;
    height: 2rem;
  }

  .padding-global-14 {
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .pricing_spacer {
    flex: 0 auto;
    min-height: 20.3rem;
  }

  .tab {
    grid-column-gap: 0rem;
    grid-row-gap: 0rem;
    flex-flow: column;
    justify-content: flex-start;
    align-items: stretch;
    width: 100%;
    padding-top: 15%;
    display: flex;
    position: absolute;
  }

  .tab-link-2 {
    padding-right: 0%;
  }

  .button-9.is-small {
    padding: .75rem 1.5rem;
  }

  .card_price {
    font-size: 2.5rem;
  }

  .container-full {
    position: relative;
  }

  .tab_pane {
    flex: 1;
    width: 100%;
    min-height: 31rem;
    position: relative;
  }

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

  .button-10.is-small {
    padding: .75rem 1.5rem;
  }

  .faq_layout {
    grid-column-gap: 2.5rem;
    grid-row-gap: 2.5rem;
    flex-flow: column;
    justify-content: space-between;
    align-items: flex-start;
  }

  .spacer-tablet {
    display: block;
  }

  .spacer-desktop {
    display: none;
  }

  .brand-item {
    flex: none;
  }

  .about-wrap {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    flex-flow: column-reverse;
    grid-template-columns: 1.25fr;
    justify-content: flex-start;
    align-items: flex-start;
    display: flex;
  }

  .about-left {
    grid-template-columns: 1fr 1fr;
    padding-right: 352px;
  }

  .brand-wrap {
    display: flex;
  }

  .process-sticky-right {
    padding-bottom: 33px;
  }

  .process-sticky-left {
    padding-bottom: 0;
    padding-right: 0;
  }

  .process-sticky {
    text-align: center;
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
    height: auto;
    position: static;
  }

  .about-grid {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    flex-flow: column-reverse;
    justify-content: flex-start;
    display: flex;
  }

  .about-grid.reverse {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-flow: column;
  }

  .display-2, .display-2.second {
    letter-spacing: -.05rem;
  }

  .section-28 {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .how_it_works_content-left {
    margin-bottom: 0;
    position: relative;
    top: auto;
  }

  .how_it_works_card {
    height: auto;
  }

  .how_it_works_card.content-item-2, .how_it_works_card.content-item-3, .how_it_works_card.content-item-1 {
    position: relative;
    top: auto;
  }

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

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

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

  .how_it_works_image {
    object-fit: contain;
    width: 75%;
  }

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

  .how_it_works_card_content {
    flex-flow: column;
    justify-content: space-between;
    display: flex;
  }

  .how_it_works_image-wrapper {
    flex-flow: column;
    justify-content: flex-end;
    align-items: center;
    display: flex;
  }

  .container-26 {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .hero__label {
    position: static;
    left: auto;
  }

  .text-mono-regular {
    font-size: .875rem;
  }

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

  .hero__content {
    height: auto;
    min-height: 100vw;
    max-height: none;
    padding: 1.5rem;
  }

  .title-section {
    margin-bottom: 1rem;
    padding-bottom: .5rem;
  }

  .events__item {
    padding: 1.5rem;
  }

  .events__list-wrapper {
    margin-bottom: 1.5rem;
  }

  .cta {
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
  }

  .button-12 {
    transition-property: none;
  }

  .button-12:hover {
    background-color: #000;
  }

  .cta__content {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
    min-height: auto;
    padding: 3rem 2rem;
  }

  .fields__box, .intro__title {
    padding: 1.5rem;
  }

  .container-27 {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .hero__content-2 {
    height: auto;
    min-height: 100vw;
    max-height: none;
    padding: 1.5rem;
  }

  .container-28, .container-29, .container-30 {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .our-ecosystem-card {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

  .our-ecosystem-count-div {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .h3-heading-2 {
    font-size: 28px;
  }

  .our-ecosystem-grid {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    margin-top: 50px;
  }

  .section-29 {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .project-hero-wrapper {
    grid-column-gap: 50px;
    grid-row-gap: 50px;
  }

  .project-hero-image-01 {
    display: none;
  }

  .h1-heading {
    font-size: 50px;
  }

  .h1-heading.project-hero-heading-text {
    max-width: 500px;
  }

  .project-hero-image-02, .project-hero-image-03, .project-hero-image-04 {
    display: none;
  }

  .project-hero-heading-div {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

  .project-label {
    padding-left: 12px;
    padding-right: 12px;
  }

  .project-info {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .project-detail-hero-wrapper, .project-heading-detail-div {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

  .h2-heading-2 {
    font-size: 36px;
  }

  .project-heading-div {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

  .h2-heading-3 {
    font-size: 36px;
  }

  .project-hero-image-5, .project-hero-image-6, .project-hero-image-7, .project-hero-image-8, .project-hero-image-9, .project-hero-image-10 {
    display: none;
  }

  .hero__content-2-copy {
    height: auto;
    min-height: 100vw;
    max-height: none;
    padding: 1.5rem;
  }

  .container-27-copy {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .section-copy {
    padding-top: 120px;
    padding-bottom: 120px;
  }

  .section-copy.sign-up-cta {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .section-copy.template {
    padding-top: 160px;
  }
}

@media screen and (max-width: 767px) {
  body {
    font-size: 14px;
    line-height: 150%;
  }

  h1 {
    font-size: 50px;
  }

  h3 {
    font-size: 32px;
  }

  h4 {
    font-size: 24px;
  }

  h5 {
    font-size: 20px;
  }

  h6 {
    font-size: 16px;
  }

  .navbar {
    padding-top: 24px;
    padding-bottom: 24px;
  }

  .nav-menu {
    padding: 24px;
  }

  .navbar-contents {
    padding-left: 16px;
    padding-right: 16px;
  }

  .hero-ribbon-section {
    height: 90vw;
  }

  .space-top-medium {
    margin-top: 48px;
  }

  .space-top-small {
    margin-top: 20px;
  }

  .container {
    padding-left: 24px;
    padding-right: 24px;
  }

  .space-top-large {
    margin-top: 64px;
  }

  .space-top {
    margin-top: 32px;
  }

  .space-top-tiny {
    margin-top: 12px;
  }

  .large-heading {
    font-size: 15vw;
  }

  .medium-text {
    font-size: 15px;
  }

  .section {
    padding-top: 100px;
    padding-bottom: 100px;
  }

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

  .accordion-item-trigger {
    font-size: 18px;
  }

  .answer {
    margin-bottom: 0;
  }

  .single-step-wrapper {
    grid-template-columns: 2fr;
  }

  .three-column-grid {
    grid-template-columns: 1fr;
  }

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

  .large-text {
    font-size: 18px;
  }

  .pricing-card-button {
    font-size: 16px;
  }

  .faq-split {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    grid-template-columns: 1fr;
  }

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

  .footer-1-links {
    grid-column-gap: 16px;
    grid-row-gap: 24px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .footer-bottom {
    grid-row-gap: 20px;
    flex-direction: column;
    align-items: center;
  }

  .template-page-content {
    padding: 32px;
  }

  .text-style-label {
    letter-spacing: .05em;
  }

  .heading-style-h3 {
    -webkit-text-stroke-width: 0px;
  }

  .services_items {
    grid-column-gap: 1.125rem;
    grid-row-gap: 1.125rem;
  }

  .services_component {
    grid-column-gap: 1.75rem;
    grid-row-gap: 1.75rem;
  }

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

  .label_line {
    width: 1.75rem;
  }

  .intro_image-3 {
    display: none;
  }

  .intro_content {
    width: 100%;
  }

  .intro_image-1 {
    display: none;
  }

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

  .intro_component {
    width: 100%;
  }

  .intro_image-2 {
    display: none;
  }

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

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

  .padding-global-7 {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .open-nav {
    height: 5rem;
    padding-left: 1rem;
  }

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

  .top-bar {
    justify-content: flex-end;
    align-items: center;
    height: 5rem;
    margin-top: 23px;
    margin-left: 4rem;
  }

  .brand__asset {
    height: 1.75rem;
  }

  .nav {
    padding: .5rem 1rem 1rem;
  }

  .container-2 {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .text-regular.hidden-phone {
    display: none;
  }

  .nav__content {
    width: 100%;
    min-width: 0;
  }

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

  .open-nav-2 {
    height: 5rem;
    padding-left: 1rem;
  }

  .nav__button-2 {
    width: 3rem;
    height: 3rem;
  }

  .top-bar-2 {
    justify-content: flex-end;
    align-items: center;
    height: 5rem;
    margin-left: 4rem;
  }

  .footer__contact {
    grid-row-gap: 1.5rem;
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
    display: flex;
  }

  .button {
    padding: .25rem 1rem;
  }

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

  .navbar-menu-wrapper {
    padding-top: 4rem;
  }

  .navbar-component {
    min-height: 4rem;
  }

  .navbar-link {
    font-size: 3rem;
  }

  .navbar-bottom {
    height: 4rem;
  }

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

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

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

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

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

  .footer-credit-text {
    margin-top: 2rem;
  }

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

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

  .company-logo {
    max-height: 3rem;
  }

  .logo-wrapper {
    padding: .75rem 1rem;
  }

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

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

  .logo-list {
    grid-column-gap: 1rem;
    grid-template-columns: 10rem 10rem 10rem 10rem 10rem 10rem 10rem 10rem;
    padding-top: 1rem;
  }

  .h3-heading {
    font-size: 22px;
  }

  .process-line {
    height: 67%;
    top: 36%;
    left: 14px;
  }

  .process-detail-div {
    grid-column-gap: 6px;
    grid-row-gap: 6px;
  }

  .process-image {
    width: 100%;
    transform: none;
  }

  .process-count-div {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
  }

  .classname {
    font-size: 32px;
  }

  .small-paragraph.process-number {
    font-size: 10px;
  }

  .small-paragraph.project-label-text {
    font-size: 14px;
  }

  .section-3 {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .process-heading-div {
    flex-flow: column;
  }

  .common-heading-div {
    grid-column-gap: 18px;
    grid-row-gap: 18px;
  }

  .process-count-box {
    width: 30px;
    min-width: 30px;
    height: 30px;
    min-height: 30px;
  }

  .process-image-div {
    width: auto;
    height: 100%;
    margin-top: 18px;
    margin-left: 40px;
  }

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

  .phase-cards-wrapper {
    margin-top: 6rem;
  }

  .heading-1 {
    font-size: 6.5rem;
  }

  .phase-cards-grid {
    grid-template-columns: 1fr;
  }

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

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

  .phase-cards {
    padding: 2.5rem 2rem;
  }

  .header-2 {
    max-width: none;
  }

  .team-wrapper {
    margin-top: 6rem;
    margin-bottom: 6rem;
  }

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

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

  .pop-up {
    left: 1.5rem;
  }

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

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

  .container-5 {
    padding-left: 24px;
    padding-right: 24px;
  }

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

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

  .testimonial-card-2.hide-landscape {
    display: none;
  }

  .testimonial-wrapper {
    margin-top: 6rem;
  }

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

  .container-6.small {
    padding-left: 0;
    padding-right: 0;
  }

  .works__title.text-size-display {
    max-width: 6ch;
  }

  .works__header {
    padding-right: 0;
  }

  .works__layout.grid-main {
    grid-row-gap: 2.5rem;
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }

  .works__wrapper {
    margin-top: 2.5rem;
  }

  .services-left-content {
    padding: 40px 35px;
  }

  .service-content {
    border-width: 1px;
  }

  .service-title {
    font-size: 16vw;
  }

  .subhead-main {
    font-size: 22px;
  }

  .image-wrap {
    height: 55vh;
  }

  .image-wrap.for-about {
    aspect-ratio: 1;
    height: auto;
  }

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

  .testimonials-text {
    font-size: 57px;
  }

  .fun-facts-grid._3-column {
    grid-row-gap: 30px;
    grid-template-columns: 1fr 1fr;
  }

  .fun-number {
    margin-bottom: 15px;
  }

  .main-grid {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    justify-content: flex-start;
    align-items: stretch;
  }

  .logo-client {
    max-height: 3rem;
  }

  .logo-grid-wrapper {
    padding-bottom: 1rem;
    padding-left: 1rem;
    padding-right: 1rem;
  }

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

  .main-image.second.absolute {
    width: 15vw;
    top: 8.3vh;
    right: 8.3vw;
  }

  .main-grid-2 {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    justify-content: flex-start;
    align-items: stretch;
  }

  .navigation-link {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .section-6._50px-top {
    padding-bottom: 100px;
  }

  .input-flex {
    grid-row-gap: 10px;
  }

  .about-image-section {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
    grid-template-columns: 1fr 1fr;
  }

  .draggable-card {
    width: 14em;
    height: 15em;
  }

  .title-caps {
    font-size: 40px;
  }

  .projects-wrapper {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    flex-flow: column;
    display: flex;
  }

  .project-grid-holder {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    padding-top: 0;
    padding-left: 0;
  }

  .portfolio-brands {
    grid-column-gap: 60px;
    grid-row-gap: 60px;
  }

  .mg-bottom-64px {
    margin-bottom: 48px;
  }

  .text-200 {
    font-size: 16px;
    line-height: 18px;
  }

  .grid-2-columns, .grid-2-columns.sidebar-content.left {
    grid-template-columns: 1fr;
  }

  .input {
    border-radius: 6px;
    min-height: 60px;
    padding-top: 16px;
    padding-bottom: 16px;
  }

  .grid-1-column.gap-row-22px {
    grid-row-gap: 15px;
  }

  .divider {
    margin-top: 48px;
    margin-bottom: 48px;
  }

  .section-9 {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .heading-h2-size {
    font-size: 26px;
    line-height: 38px;
  }

  .paragraph-25px {
    font-size: 18px;
  }

  .flex-bottom-hero-home {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    text-align: center;
    justify-content: space-between;
    align-items: center;
    max-width: 420px;
    margin-left: auto;
    margin-right: auto;
  }

  .master-title-home {
    text-align: center;
    justify-content: center;
    align-items: flex-start;
  }

  .flex-heading-left.mg-bottom-100 {
    margin-bottom: 72px;
  }

  .flex-heading-left.mg-bottom-100.center-landscape {
    flex-flow: column;
    margin-bottom: 72px;
  }

  .section-15 {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .single-service-animated {
    padding-top: 44px;
    padding-bottom: 44px;
  }

  .abstract-heading {
    width: 48px;
    height: 48px;
  }

  .big-text-service-animated {
    font-size: 52px;
  }

  .block-testimonial {
    text-align: center;
    align-items: center;
  }

  .section-16 {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .image-wrap-testimonials-4 {
    width: 60%;
    height: 450px;
    margin-left: auto;
    margin-right: auto;
  }

  .carousel-button.testimonial-left {
    inset: 30% auto auto 0%;
  }

  .carousel-button.testimonial-right {
    inset: 30% 0% auto auto;
  }

  .grid-testimonials {
    text-align: center;
    flex-direction: column;
    display: flex;
  }

  .right-person-small.no-image-person {
    justify-content: flex-start;
    align-items: center;
  }

  .section-17 {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .grid-process-thirds {
    grid-column-gap: 100px;
    grid-row-gap: 100px;
    grid-template-columns: 1fr;
  }

  .link-big-email-footer {
    font-size: 9vw;
  }

  .button-8 {
    padding: .25rem 1rem;
  }

  .section-18 {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .master-moving-studio-hero {
    margin-top: 64px;
  }

  .inside-moving-hero-studio {
    width: 1280px;
  }

  .master-quote-center {
    max-width: 510px;
  }

  .text-manifesto-big {
    font-size: 37px;
  }

  .text-big-number {
    font-size: 100px;
  }

  .text-sub-number {
    font-size: 20px;
  }

  .text-expanabdle-botton {
    font-size: 16px;
    line-height: 140%;
  }

  .section-19, .section-20 {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .cell {
    text-align: left;
    font-size: 16px;
  }

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

  .page-hero-section {
    padding-top: 140px;
    padding-bottom: 40px;
  }

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

  .spacer-40px-height {
    background-color: #fff0;
  }

  .spline {
    height: 65vh;
  }

  .works-wrapper {
    grid-row-gap: 2rem;
  }

  .hv-column {
    grid-row-gap: 70px;
  }

  .hv-header {
    grid-column-gap: 50px;
    grid-row-gap: 50px;
    flex-flow: column;
  }

  .hv-content-header {
    grid-column-gap: 25px;
    grid-row-gap: 25px;
    flex-flow: column;
  }

  .hv-grid {
    grid-column-gap: 70px;
    grid-row-gap: 70px;
  }

  .hv-column-header {
    grid-row-gap: 30px;
  }

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

  .hp-inner-heading, .hp-inner-heading-2, .hp-inner-heading-3, .hp-inner-heading-4 {
    padding-top: 20px;
  }

  .services-left-content-2 {
    padding: 40px 35px;
  }

  .service-title-2 {
    font-size: 16vw;
  }

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

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

  .vision_image-wrapper.is-image-large {
    width: 50vw;
    height: 60vh;
  }

  .vision_image-wrapper.is-image-small {
    display: none;
  }

  .vision_small-image-group {
    width: 40vw;
  }

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

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

  .vision_image-list {
    grid-template-columns: 25% 50% 25%;
    height: 60vh;
  }

  .stats_content {
    grid-column-gap: 1.25rem;
    grid-row-gap: 1.25rem;
    grid-template-columns: 1fr;
  }

  .services__item.grid-main {
    place-items: start stretch;
  }

  .services__wrapper.grid-main {
    display: flex;
  }

  .services__content.grid-main {
    flex-flow: column;
    display: flex;
  }

  ._2-column-grid-image {
    aspect-ratio: 3 / 2;
    border-radius: .75rem;
  }

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

  .paragraph-16 {
    font-size: .875rem;
    line-height: 1.375rem;
  }

  ._2-column-feature-grid {
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
    grid-template-columns: 1fr;
  }

  .container-17, .container-18 {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .contact-hero__infos {
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
    justify-content: flex-start;
    align-items: center;
    padding-top: 2rem;
  }

  .contact-hero__layout.grid-main {
    grid-row-gap: 1.5rem;
    flex-flow: column;
    display: flex;
  }

  .contact-hero__subcontent {
    flex-flow: column;
    display: flex;
  }

  .reviews-image {
    min-width: 4rem;
    max-width: 4rem;
    min-height: 4rem;
    max-height: 4rem;
  }

  .reviews-slider {
    border-radius: 20px;
  }

  .display-heading-2 {
    font-size: 2.5rem;
  }

  .container-20 {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .collage-small-image-wrapper {
    width: 25%;
  }

  .home-hero-image-card-03-headine-text {
    font-size: 40px;
    line-height: 48px;
  }

  .home-hero-images-wrapper.section-margin {
    flex-flow: column;
  }

  .home-hero-image-card-wrapper-02 {
    order: -1;
    max-width: 356px;
    position: static;
    transform: none;
  }

  .home-hero-image-card-wrapper-01 {
    order: 1;
    max-width: 356px;
    transform: none;
  }

  .home-hero-image-card-02-headine-text {
    font-size: 40px;
    line-height: 48px;
  }

  .hi-emoji {
    width: 80px;
    height: 80px;
  }

  .home-hero-image-card-headline-block {
    padding-top: 40px;
    padding-bottom: 32px;
    padding-left: 40px;
  }

  .home-hero-headline-text {
    letter-spacing: -6px;
    font-size: 80px;
    line-height: 86px;
  }

  .home-hero-wrapper {
    margin-top: 80px;
    margin-bottom: 0;
  }

  .home-hero-headline-wrapper {
    margin-bottom: 40px;
  }

  .home-hero-image-card-wrapper-03 {
    max-width: 356px;
    transform: none;
  }

  .home-hero-card-image {
    object-fit: cover;
    height: 350px;
  }

  .home-hero-image-card-01-headine-text {
    font-size: 40px;
    line-height: 48px;
  }

  .button-normal-white-wrapper-2 {
    display: inline-flex;
  }

  .section-headline-text.text-3xl {
    font-size: 40px;
    font-weight: 400;
  }

  .section-headline-text.text-3xl.text-weight-semibold {
    font-weight: 600;
  }

  .home-section-contact-button {
    display: none;
  }

  .home-services-card-number-block {
    grid-column-gap: 20px;
  }

  .experience-section-contact-button {
    display: none;
  }

  .global-wrapper {
    max-width: 100%;
  }

  .global-padding {
    padding-left: 14px;
    padding-right: 14px;
  }

  .working-process-content-wrapper {
    grid-row-gap: 40px;
  }

  .working-process-step-card-wrapper {
    grid-row-gap: 20px;
    flex-flow: column;
  }

  .button-normal-white-wrapper-3 {
    display: inline-flex;
  }

  .about-section-wrapper {
    grid-row-gap: 20px;
  }

  .big-text-h2 {
    font-size: clamp(1rem, 16vw, 6.5rem);
  }

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

  .pricing_bg {
    padding: 1rem;
  }

  .padding-global-14 {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .pricing_spacer {
    min-height: 19.2rem;
  }

  .spacer-mobile {
    display: block;
  }

  .accordion-toggle {
    white-space: normal;
    justify-content: space-between;
    align-items: center;
  }

  .spacer-tablet, .invert-wrap {
    display: none;
  }

  .brand-item {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .about-left {
    grid-template-columns: 1fr 2fr;
    padding-right: 0;
  }

  .about-content {
    font-size: 20px;
  }

  .step-line-wrap {
    display: none;
  }

  .step-wrap {
    flex-flow: column;
  }

  .about-grid {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
  }

  .section-28 {
    padding-left: 2%;
    padding-right: 2%;
  }

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

  .how_it_works_content-left {
    position: static;
  }

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

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

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

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

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

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

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

  .text-mono-small {
    font-size: .75rem;
  }

  .container-26 {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .hero__label {
    width: 14rem;
    height: 14rem;
  }

  .heading-medium {
    letter-spacing: 0;
    font-size: 1.25rem;
  }

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

  .text-huge {
    font-size: 2rem;
  }

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

  .hero__content {
    padding: 1rem;
  }

  .events__item {
    padding: 1.5rem;
  }

  .spacer-regular {
    height: 5rem;
  }

  .events__list-wrapper {
    margin-bottom: 1rem;
  }

  .youtube.for-why-unima {
    margin-top: 2rem;
  }

  .cta__content {
    min-height: 0;
    padding: 2rem 1.5rem;
  }

  .news__list-wrapper {
    margin-bottom: 1.5rem;
  }

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

  .heading-large {
    letter-spacing: -1px;
    font-size: 1.75rem;
  }

  .heading-xlarge {
    letter-spacing: -1px;
    font-size: 2rem;
  }

  .intro__title {
    padding: 1rem;
  }

  .container-27 {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .hero__content-2 {
    padding: 1rem;
  }

  .container-28, .container-29, .container-30 {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .intro__title-bar {
    margin-bottom: 1rem;
  }

  .heading-huge {
    letter-spacing: -1.5px;
    font-size: 2.5rem;
  }

  .text-huge-2 {
    font-size: 2rem;
  }

  .our-ecosystem-card {
    grid-column-gap: 18px;
    grid-row-gap: 18px;
  }

  .our-ecosystem-count-div {
    grid-column-gap: 18px;
    grid-row-gap: 18px;
    flex-flow: row;
    justify-content: flex-start;
    align-items: center;
  }

  .h3-heading-2 {
    font-size: 24px;
  }

  .our-ecosystem-grid {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    margin-top: 40px;
  }

  .section-29 {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .large-text-3 {
    margin-bottom: 0;
  }

  .project-hero-wrapper {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
  }

  .h1-heading {
    font-size: 40px;
  }

  .h1-heading.project-hero-heading-text {
    max-width: 400px;
  }

  .project-hero-heading-div {
    grid-column-gap: 18px;
    grid-row-gap: 18px;
  }

  .project-label {
    padding-left: 14px;
    padding-right: 14px;
  }

  .project-info {
    padding-top: 18px;
    padding-bottom: 18px;
  }

  .project-detail-hero-wrapper, .project-heading-detail-div {
    grid-column-gap: 18px;
    grid-row-gap: 18px;
  }

  .h2-heading-2 {
    font-size: 32px;
  }

  .project-heading-div {
    grid-column-gap: 18px;
    grid-row-gap: 18px;
  }

  .h2-heading-3 {
    font-size: 32px;
  }

  .button-13 {
    padding: .25rem 1rem;
  }

  .template-popup-wrapper {
    display: none;
  }

  .hero__content-2-copy {
    padding: 1rem;
  }

  .container-27-copy {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .section-copy {
    padding-top: 100px;
    padding-bottom: 100px;
  }
}

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

  .navbar {
    padding-top: 16px;
    padding-bottom: 16px;
  }

  .nav-menu {
    padding: 16px;
  }

  .menu-button {
    padding-right: 0;
  }

  .hero-ribbon-section {
    max-width: 100vw;
    height: 140vw;
    padding-top: 30vw;
    overflow: hidden;
  }

  .ribbon-image {
    object-fit: cover;
    height: 90vw;
    top: 26vw;
  }

  .split {
    grid-column-gap: 19px;
    grid-row-gap: 0px;
    padding-left: 15px;
  }

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

  .large-heading {
    font-size: 16vw;
  }

  .title {
    margin-bottom: 16px;
    padding-left: 15px;
    padding-right: 15px;
  }

  .title.blue-text.no-space-bottom {
    margin-bottom: 0;
  }

  .tag-flex {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

  .tag-flex.vertical {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
  }

  .medium-text {
    margin-top: 35px;
    margin-bottom: 36px;
    padding-left: 0;
  }

  .blue-button {
    width: 100%;
  }

  .section {
    padding-top: 0;
    padding-bottom: 0;
    padding-left: 30px;
    bottom: 54px;
  }

  .section.no-padding-bottom {
    top: -40px;
    overflow: visible;
  }

  .section.sign-up-cta {
    margin-top: 103px;
    padding-top: 60px;
    padding-bottom: 6px;
  }

  .slider-foot {
    width: 72%;
    font-size: 16px;
  }

  .right-arrow, .left-arrow {
    width: 32px;
    height: 32px;
    bottom: -13px;
  }

  .previous-conference-video {
    margin-top: -18px;
  }

  .previous-conf-overlay {
    max-width: 40%;
    bottom: 16px;
    left: 16px;
  }

  .accordion-item-trigger {
    font-size: 16px;
  }

  .single-step-wrapper {
    grid-column-gap: 16px;
    grid-row-gap: 24px;
    text-align: left;
    flex-direction: column;
    grid-template-rows: auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    align-items: flex-start;
    padding-top: 32px;
    padding-bottom: 32px;
    display: grid;
  }

  .tag {
    font-size: 12px;
  }

  .three-column-grid {
    margin-top: 30px;
  }

  .logo-wrap {
    padding-left: 24px;
    padding-right: 24px;
  }

  .testimonial-card {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    margin-top: 20px;
  }

  .pricing-top {
    padding-left: 24px;
    padding-right: 24px;
  }

  .pricing-card-content {
    grid-column-gap: 80px;
    grid-row-gap: 80px;
    padding-top: 24px;
  }

  .pricing-card-button {
    padding-left: 24px;
    padding-right: 24px;
  }

  .spread-vertical {
    grid-column-gap: 60px;
    grid-row-gap: 60px;
  }

  .tiny-text-widget {
    margin-top: 21px;
    padding-bottom: 17px;
  }

  .form-block {
    padding: 24px;
  }

  .text-field {
    height: 48px;
  }

  .split-fields {
    grid-column-gap: 32px;
    grid-row-gap: 32px;
    grid-template-columns: 1fr;
  }

  .footer {
    margin-top: 41px;
  }

  .footer-content {
    grid-row-gap: 30px;
    text-align: center;
    flex-direction: column;
    align-items: center;
  }

  .footer-1-links {
    grid-row-gap: 16px;
  }

  .footer-bottom {
    text-align: center;
    flex-direction: column;
    align-items: center;
  }

  .footer-bottom-content {
    flex-direction: column;
    align-items: center;
    margin-bottom: 20px;
  }

  .webflow-link {
    margin: 12px 0;
  }

  .footer-top {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .page-wrap {
    width: 100vw;
    max-width: none;
    overflow: hidden;
  }

  .services_desc {
    width: 300px;
  }

  .text-style-label {
    width: 280px;
    margin-bottom: 0;
  }

  .services_content {
    box-sizing: border-box;
    text-overflow: clip;
    overflow-wrap: normal;
    width: 300px;
    overflow: auto;
  }

  .services_item {
    width: 96%;
  }

  .heading-style-h3 {
    width: 290px;
    padding-right: 0;
    font-size: 1.9rem;
    overflow: visible;
  }

  .services_items {
    flex-flow: column;
    width: 105%;
    display: flex;
  }

  .services_img-wrap {
    width: 95%;
  }

  .services_item-infos {
    width: 320px;
  }

  .heading-style-h6 {
    width: 300px;
  }

  .services_img {
    width: 100%;
  }

  .label_wrap {
    width: 290px;
    padding-bottom: 20px;
  }

  .spacer-large {
    width: 130%;
  }

  .section_intro {
    margin-top: -100px;
    margin-bottom: 80px;
  }

  .padding-global-6 {
    border-radius: 17px;
    width: 320px;
    margin-left: 0;
    padding: 65px 0 50px;
  }

  .text-color-grey {
    font-size: 29px;
  }

  .button-4 {
    border-radius: .5rem;
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .padding-section-xxlarge-2.hide-mobile-landscape {
    padding-top: 0;
  }

  .social-icon {
    width: 1.25rem;
  }

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

  .nav__link {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .nav__head {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .button {
    padding-top: .25rem;
    padding-bottom: .25rem;
    padding-right: .25rem;
  }

  .navbar-logo {
    width: 6rem;
  }

  .button-arrow {
    width: 1.5rem;
  }

  .navbar-component {
    min-height: auto;
  }

  .navbar-link {
    padding-top: .5rem;
    padding-bottom: .5rem;
    font-size: 3rem;
  }

  .menu-icon {
    width: 32px;
    height: 32px;
  }

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

  .footer-left-wrapper {
    flex-flow: column;
    justify-content: space-between;
    align-items: center;
    display: flex;
  }

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

  .footer-link-list {
    justify-content: center;
    align-items: center;
  }

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

  .footer-top-wrapper {
    grid-row-gap: 1.5rem;
  }

  .footer-menu-wrapper {
    grid-row-gap: 2rem;
    text-align: center;
    grid-template-columns: 1fr;
    place-items: center;
  }

  .footer-details-wrapper {
    text-align: center;
  }

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

  .text-size-small {
    color: var(--brand-color);
  }

  .text-size-small.text-weight-bold {
    font-size: 17px;
  }

  .footer-bottom-logo {
    padding-top: 0;
  }

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

  .footer-bottom-2 {
    text-align: center;
    justify-content: space-between;
    align-items: center;
  }

  .heading {
    height: 100px;
    padding-left: 0;
    line-height: 100%;
  }

  .logo-wrapper {
    justify-content: center;
    align-items: flex-start;
  }

  .logo-list {
    justify-content: center;
  }

  .h3-heading {
    font-size: 20px;
  }

  .common-button {
    padding: 12px 46px 12px 20px;
    font-size: 14px;
  }

  .process-line {
    height: 68%;
    top: 37%;
  }

  .process-image {
    width: 100%;
    height: 100%;
    transform: none;
  }

  .paragraph {
    font-size: 14px;
  }

  .classname {
    font-size: 28px;
    line-height: 110%;
  }

  .small-paragraph, .small-paragraph.project-label-text {
    font-size: 12px;
  }

  .section-3 {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .section-3.bg-blue {
    margin-left: 13px;
    margin-right: 14px;
  }

  .process-heading-div {
    flex-flow: wrap;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .common-heading-div {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    padding-left: 8px;
  }

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

  .process-image-div {
    margin-top: 14px;
    margin-left: 40px;
  }

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

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

  .read-more-tag {
    grid-column-gap: .75rem;
    grid-row-gap: .75rem;
    border-radius: 1rem;
    flex-flow: row;
    width: auto;
    padding-top: .75rem;
    padding-bottom: 0;
    font-size: 12px;
  }

  .phase-cards-wrapper {
    margin-top: 8rem;
  }

  .max-width-40ch {
    width: 320px;
    max-width: 40ch;
    overflow: hidden;
  }

  .phase-cards-header {
    margin-top: -17px;
  }

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

  .heading-1.text-weight-regular {
    margin-top: -45px;
  }

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

  .padding-global-9 {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .phase-cards {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .header-2 {
    width: 320px;
    max-width: none;
    overflow: auto;
  }

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

  .text-block {
    width: 300px;
    margin-left: -8px;
  }

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

  .button-elipse {
    width: 20rem;
    height: 20rem;
  }

  .button-wrapper {
    justify-content: space-between;
    width: 100%;
  }

  .trusted-by-component {
    margin-top: 4rem;
  }

  .secondary-button {
    width: 100%;
    padding-top: .4rem;
    padding-bottom: .4rem;
  }

  .heading-2 {
    font-size: 3.5rem;
    line-height: 1.1;
  }

  .heading-2.text-weight-bold {
    width: 350px;
    margin-left: 0;
    font-size: 3rem;
  }

  .hero-wrapper {
    margin-top: -6vh;
  }

  .trusted-by-hero-logos {
    grid-column-gap: 4rem;
    grid-row-gap: 4rem;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-items: center;
    display: grid;
  }

  .primary-button {
    width: 100%;
  }

  .logos {
    height: auto;
  }

  .padding-global-10 {
    margin-top: 210px;
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .double-button-component {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    flex-flow: column;
    align-items: center;
    width: 100%;
  }

  .double-button-component.margin-top-button-hero {
    margin-top: 0;
  }

  .secondary-button-text {
    justify-content: center;
    align-items: center;
    width: 100%;
    margin-left: 2.5rem;
    display: flex;
  }

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

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

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

  .testimonial-wrapper {
    overflow: auto;
  }

  .opacity-85 {
    overflow: hidden;
  }

  .testimonial-component {
    overflow: auto;
  }

  .heading-6 {
    font-size: 2.25rem;
  }

  .heading-6.text-weight-medium {
    height: 124px;
    line-height: 1;
  }

  .section-4 {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .button-face.static {
    background-color: var(--brand-color);
  }

  .services-left-content {
    width: 340px;
    padding-left: 6%;
    padding-right: 6%;
  }

  .service-content {
    font-size: 16px;
  }

  .service-flex {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
  }

  .service-title {
    font-size: 14vw;
  }

  .subhead-main {
    font-size: 20px;
  }

  .image-wrap {
    height: auto;
    min-height: 450px;
  }

  .image-wrap.mobile-auto {
    aspect-ratio: 1;
    min-height: auto;
  }

  .image-wrap.square {
    height: 80px;
    min-height: 80px;
    margin-left: -6px;
  }

  .image-wrap.cricle {
    min-height: 180px;
  }

  .image-wrap.auto, .image-wrap.for-about {
    min-height: auto;
  }

  .section-5 {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .section-5.for-work {
    padding-top: 3%;
  }

  .home-services-item.sticky.reverse {
    grid-column-gap: 0rem;
    grid-row-gap: 0rem;
    margin-top: 32px;
  }

  .big-text {
    margin-top: 4px;
    margin-bottom: 4px;
  }

  .margin-250px {
    margin-top: 150px;
  }

  .fun-facts-grid._3-column {
    grid-template-columns: 1fr;
  }

  .fun-number {
    font-size: 150px;
  }

  .fun-number.second {
    font-size: 120px;
  }

  .small-number {
    font-size: 16px;
  }

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

  .plus {
    margin-top: 1px;
    margin-left: 6px;
    font-size: 40px;
    top: 4px;
  }

  .hero-inner {
    padding-top: 84px;
    padding-bottom: 0;
  }

  .main-image {
    width: 40vw;
    height: 40vw;
    min-height: 40vw;
  }

  .main-image.second {
    width: 25vw;
    min-height: 40vw;
    top: -8vh;
  }

  .main-image.second.absolute {
    width: 29vw;
    display: none;
    top: 7.3vh;
    right: -1.6vw;
  }

  .hero-main-title {
    font-size: 38vw;
  }

  .small-number-2 {
    font-size: 16px;
  }

  .checkbox {
    flex: none;
  }

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

  .button-text {
    font-size: 16px;
  }

  .button-5.full {
    background-color: var(--brand-color);
  }

  .section-6 {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .section-6._50px-top {
    padding-top: 100px;
    padding-bottom: 0;
  }

  .input-flex {
    grid-template-columns: 1fr;
  }

  .title-caps {
    font-size: 30px;
  }

  .project-grid {
    grid-row-gap: 30px;
    flex-flow: column;
    display: flex;
  }

  .container-11 {
    padding: 2em 1em;
  }

  .container-12 {
    padding-top: 75px;
    padding-bottom: 75px;
  }

  .container-12.no-top-padding {
    padding-left: 10px;
  }

  .pb-block {
    grid-column-gap: 25px;
    grid-row-gap: 25px;
  }

  .portfolio-brands {
    grid-column-gap: 50px;
    grid-row-gap: 50px;
    margin-top: 60px;
  }

  .pb-wrapper.mb {
    display: none;
  }

  .pb-image {
    flex: none;
    width: 80px;
    height: 80px;
  }

  .social-media-grid-top {
    grid-template-columns: repeat(auto-fit, 30px);
  }

  .mg-bottom-64px {
    margin-bottom: 40px;
  }

  .social-icon-square {
    border-radius: 6px;
    width: 30px;
    min-width: 30px;
    height: 30px;
    min-height: 30px;
    font-size: 14px;
  }

  .grid-2-columns.sidebar-content {
    grid-row-gap: 80px;
  }

  .input {
    font-size: 16px;
    line-height: 18px;
  }

  .input::placeholder {
    font-size: 16px;
    line-height: 16px;
  }

  .mg-bottom-24px {
    margin-bottom: 16px;
  }

  .grid-1-column.gap-row-22px {
    grid-row-gap: 12px;
  }

  .divider {
    margin-top: 32px;
    margin-bottom: 32px;
  }

  .section-9 {
    padding-top: 96px;
    padding-bottom: 96px;
  }

  .section-9.main-posts {
    padding-top: 55px;
  }

  .container-default {
    padding-left: 20px;
    padding-right: 20px;
  }

  .heading-h2-size {
    font-size: 26px;
    line-height: 34px;
  }

  .text-block-7 {
    width: 320px;
    margin-left: 0;
    overflow: auto;
  }

  .section-12 {
    padding-top: 102px;
  }

  .cc-heading {
    width: 360px;
  }

  .contact-content {
    flex-flow: column;
    width: 355px;
    padding-left: 10px;
    padding-right: 10px;
  }

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

  .cc-text-wrapper {
    grid-column-gap: 25px;
    grid-row-gap: 25px;
    width: 340px;
  }

  .div-block-2, .div-block-3 {
    width: 300px;
  }

  .body-2 {
    margin-bottom: 0;
  }

  .text-block-9 {
    margin-bottom: 0;
    padding-bottom: 0;
  }

  .text-block-10 {
    padding-top: 0;
    font-size: 50px;
    line-height: 100%;
  }

  .single-title-home {
    justify-content: center;
    align-items: center;
    overflow: visible;
  }

  .hide {
    text-align: left;
    width: 280px;
    overflow: clip;
  }

  .flex-bottom-hero-home {
    overflow: auto;
  }

  .icon-play {
    width: 60px;
    height: 60px;
  }

  .heading-3 {
    text-align: left;
    width: 270px;
    padding-left: 0;
    font-size: 55px;
    overflow: auto;
  }

  .subtitle-home {
    text-align: left;
    width: 280px;
    overflow: auto;
  }

  .master-title-home {
    justify-content: center;
    align-items: flex-start;
    max-width: 1200px;
    overflow: auto;
  }

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

  .list-services-animated {
    margin-bottom: 0;
  }

  .image-service-animated {
    display: none;
  }

  .flex-heading-left {
    flex-direction: column;
    align-items: flex-start;
  }

  .flex-heading-left.mg-bottom-80.center-phone, .flex-heading-left.mg-bottom-100.center-landscape {
    text-align: center;
    justify-content: flex-start;
    align-items: center;
  }

  .flex-under-animated-services {
    margin-top: 52px;
  }

  .single-service-animated {
    justify-content: flex-start;
    align-items: center;
  }

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

  .big-text-2 {
    font-size: 22px;
  }

  .big-text-service-animated {
    font-size: 9.5vw;
    line-height: 100%;
  }

  .number-service-animated {
    width: 12vw;
    margin-bottom: 0;
  }

  .slider-testimonials {
    margin-top: 40px;
  }

  .text-testimonial {
    font-size: 26px;
  }

  .image-wrap-testimonials-4 {
    height: 250px;
  }

  .carousel-button.testimonial-left, .carousel-button.testimonial-right {
    width: 48px;
    height: 48px;
  }

  .link-big-email-footer {
    height: 110px;
    margin-bottom: 100px;
    font-size: 8.2vw;
  }

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

  .button-8 {
    padding-top: .25rem;
    padding-bottom: .25rem;
    padding-right: .25rem;
  }

  .right-more-templates {
    width: 100%;
    padding-left: 24px;
    padding-right: 24px;
  }

  .grid-more-templates {
    grid-column-gap: 32px;
    grid-row-gap: 32px;
    padding-bottom: 32px;
  }

  .inside-moving-hero-studio {
    width: 1070px;
  }

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

  .icon-quote {
    height: 44px;
  }

  .text-manifesto-big {
    font-size: 9.5vw;
  }

  .text-big-number {
    font-size: 24vw;
  }

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

  .expandable-single-big {
    padding: 16px 0;
  }

  .grid-thirds-awards-table {
    grid-column-gap: 0px;
    grid-row-gap: 20px;
    grid-template-rows: auto minmax(auto, 1fr);
  }

  .cell {
    padding-right: 8px;
    font-size: 14px;
    line-height: 150%;
  }

  .cell.top {
    font-size: 18px;
  }

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

  .text-block-13 {
    color: var(--brand-color);
  }

  .numbers-text {
    font-size: 80px;
  }

  .light-pink-container {
    padding-left: 20px;
    padding-right: 20px;
  }

  .page-hero-section {
    padding: 140px 10px 20px;
  }

  .download-links-wrapper {
    margin-top: 40px;
  }

  .yellow-container, .light-purple-container {
    padding-left: 20px;
    padding-right: 20px;
  }

  .spline {
    height: 70vh;
  }

  .section-22 {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .hv-column-content {
    grid-row-gap: 5px;
  }

  .container-15 {
    padding-top: 75px;
    padding-bottom: 75px;
  }

  .home-venture {
    grid-column-gap: 100px;
    grid-row-gap: 100px;
  }

  .hv-column {
    grid-row-gap: 50px;
  }

  .hv-header {
    grid-column-gap: 25px;
    grid-row-gap: 25px;
  }

  .hv-wrapper {
    grid-row-gap: 100px;
  }

  .hv-column-text {
    font-size: 25px;
  }

  .paragraph-30px {
    font-size: 18px;
  }

  .hp-inner-heading, .hp-inner-heading-2, .hp-inner-heading-3, .hp-inner-heading-4 {
    font-size: 90px;
  }

  .services-left-content-2 {
    padding-left: 6%;
    padding-right: 6%;
  }

  .section-23 {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .heading-11 {
    font-size: 3.5rem;
    line-height: 1.1;
  }

  .section-24 {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .padding-global-12 {
    margin-top: 210px;
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .vision_image-wrapper {
    width: 40vw;
  }

  .stats_content {
    grid-row-gap: 1.5rem;
    grid-template-columns: 1fr;
  }

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

  .section-25 {
    padding: 0 0 3rem;
  }

  .container-17 {
    flex-wrap: nowrap;
  }

  .container-18 {
    flex-wrap: nowrap;
    padding-left: .6rem;
    padding-right: .8rem;
  }

  .approach__title.h2 {
    margin-top: 75px;
    margin-bottom: 2.6rem;
    padding-left: 10px;
    padding-right: 10px;
    font-size: 38px;
  }

  .approach__layout.grid-main {
    grid-row-gap: 2.5rem;
    flex-flow: column;
    display: flex;
  }

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

  .approach__content {
    grid-row-gap: 2.5rem;
    flex-flow: column;
    display: flex;
  }

  .image-5 {
    width: 340px;
    max-width: 110%;
    margin-top: 0;
  }

  .heading-13 {
    margin-top: 20px;
    margin-bottom: 30px;
    font-size: 31px;
  }

  .contact-hero__title.h1 {
    text-align: left;
    width: 300px;
    padding-left: 24px;
    font-size: 60px;
    overflow: hidden;
  }

  .contact-hero__subtitle.text-size-small {
    color: @var_variable-30bf0ee7-0f2c-0c4d-5adc-edf0ab227add;
    padding-left: 24px;
    padding-right: 24px;
  }

  .slide-2 {
    height: 100%;
  }

  .reviews-image {
    min-width: 4rem;
    max-width: 4rem;
    min-height: 4rem;
    max-height: 4rem;
  }

  .slide-nav {
    position: static;
    inset: auto 0% 0%;
  }

  .reviews-slider {
    flex-direction: column;
  }

  .reviews-slide {
    justify-content: space-around;
    padding-bottom: 0;
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .collage-center-image-wrapper {
    width: 90%;
    top: 20vh;
  }

  .section-26.section--collage {
    min-height: 300svh;
  }

  .container-20 {
    flex-wrap: nowrap;
  }

  .collage-small-image-wrapper {
    width: 50%;
  }

  .call-to-action {
    margin-left: 0;
    margin-right: 0;
    padding: 20px;
  }

  .collabrator-btn-div {
    justify-content: center;
    align-items: stretch;
  }

  .innovation-grid {
    grid-column-gap: 18px;
    grid-row-gap: 18px;
    grid-template-columns: 1fr 1fr 1fr;
    margin-top: 40px;
  }

  .container-21 {
    padding: 60px 20px 0;
  }

  .innovation-txt, .strategy-txt, .crafting-heading, .creativity-txt {
    font-size: 32px;
  }

  .home-hero-image-card-wrapper-01 {
    max-height: 539px;
  }

  .hi-emoji {
    width: 50px;
    height: 50px;
  }

  .home-hero-headline-text {
    letter-spacing: -3px;
    font-size: 48px;
    line-height: 56px;
  }

  .home-hero-headline-wrapper {
    grid-column-gap: 8px;
    margin-bottom: 40px;
  }

  .home-hero-card-image {
    object-fit: cover;
    height: 100%;
  }

  .home-services-card-type-text.text-sm {
    font-size: 13px;
  }

  .home-services-card-type-text.text-sm.text-color-black-700.text-style-no_wrap {
    font-size: 1.4rem;
  }

  .home-services-wrapper {
    padding-left: 0;
    padding-right: 9px;
  }

  .section-headline-text.text-3xl.text-weight-semibold.text-color-black-900 {
    text-align: center;
    width: 340px;
    margin-top: -10px;
    padding-left: 16px;
    padding-right: 16px;
    line-height: 100%;
  }

  .home-services-card-headline-text.text-lg.text-weight-semibold.text-color-black-900.display-none-services-m {
    color: var(--white);
    font-size: 18px;
  }

  .home-services-card-text-block {
    max-width: 100%;
  }

  .home-services-type-wrapper {
    grid-column-gap: .35rem;
    flex-flow: wrap;
  }

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

  .wokring-process-card-step-text-block {
    margin-top: 0;
  }

  .global-padding {
    padding-top: 0;
    padding-left: 10px;
    padding-right: 10px;
  }

  .working-process-content-wrapper {
    margin-top: -50px;
  }

  .working-process-step-card-text.text-sm.text-color-black-700 {
    width: 340px;
  }

  .working-process-step-card-wrapper {
    margin-top: 29px;
  }

  .working-process-step-text.text-sm.text-color-black-700 {
    margin-top: 10px;
  }

  .text-block-23 {
    font-size: 14px;
  }

  .text-block-27, .text-block-28, .text-block-29 {
    color: var(--brand-color);
  }

  .text-block-30 {
    margin-top: -20px;
  }

  .home-services-card-text-block-2 {
    max-width: 100%;
  }

  .home-services-type-wrapper-2 {
    grid-column-gap: .35rem;
    flex-flow: wrap;
  }

  .home-services-card-content-wrapper-2 {
    width: 380px;
    margin-left: 0;
    padding-bottom: 30px;
  }

  .about-section-wrapper {
    margin-bottom: 60px;
    padding-left: 20px;
    padding-right: 18px;
  }

  .about-headline-block {
    margin-left: 0;
  }

  .about-text.text-xl.text-weight-medium.text-color-black-900 {
    margin-right: 0;
    padding-left: 16px;
    padding-right: 16px;
    font-size: 1rem;
    line-height: 1.2;
  }

  .bold-text-9 {
    color: var(--brand-color);
  }

  .text-block-31, .text-block-32 {
    font-size: 14px;
  }

  .text-block-33 {
    overflow: visible;
  }

  .tab_wrapper {
    min-width: 17rem;
    max-width: 85%;
  }

  .tab_menu {
    margin-top: -71px;
  }

  .pricing_bg, .tab_content {
    min-height: 32rem;
  }

  .padding-global-14 {
    padding-bottom: 60px;
  }

  .padding-section-medium-2 {
    height: 450px;
    padding-bottom: 0;
    padding-left: 10px;
    padding-right: 10px;
    overflow: auto;
  }

  .section_pricing {
    height: 2000px;
  }

  .pricing_spacer {
    min-height: 19.3rem;
  }

  .tab {
    border-style: none;
    border-width: 0;
    justify-content: flex-start;
    align-items: stretch;
    margin-left: 0;
    margin-right: 0;
  }

  .tab-link-2 {
    border: 1px #000;
    margin-bottom: -34px;
    padding-bottom: 0;
  }

  .tab-link-2.w--current {
    border: 1px #000;
  }

  .button-9.is-small {
    width: 100%;
  }

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

  .text-xl {
    line-height: 1;
  }

  .text-color-secondary {
    text-align: center;
    color: #a9a9a9;
  }

  .button-10.is-small {
    width: 100%;
  }

  .faq_layout {
    padding-right: 0;
  }

  .accordion-toggle {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
  }

  .content-wrap {
    padding-right: 0;
  }

  .breadcrumbs {
    width: 260px;
    overflow: visible;
  }

  .about-wrap {
    padding-top: 0;
    padding-bottom: 0;
    padding-left: 0;
  }

  .about-right {
    width: 280px;
    overflow: auto;
  }

  .container-22 {
    margin-top: 50px;
    margin-bottom: 0;
    padding-top: 0;
  }

  .about-left {
    grid-template-columns: 1fr 1.25fr;
    display: none;
  }

  .about-content {
    width: 280px;
    padding-top: 15px;
    font-size: 18px;
    overflow: auto;
  }

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

  .heading-five.text-white {
    text-align: left;
    font-size: 36px;
  }

  .process-sticky {
    max-width: 100%;
  }

  .heading-three.pt-20 {
    line-height: 100%;
  }

  .step-wrap {
    flex-flow: column;
    display: flex;
  }

  .bold-text-11 {
    margin-left: 0;
    padding-left: 0;
    font-size: 59px;
    line-height: 62%;
  }

  .text-block-35 {
    text-align: left;
    font-size: 18px;
  }

  .text-span-14 {
    color: var(--brand-color);
  }

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

  .text-block-36 {
    width: 340px;
    margin-bottom: 32px;
  }

  .text-flex {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-flow: column;
    display: flex;
  }

  .about-grid.reverse {
    width: 340px;
  }

  .display-2.second._1-4-rem {
    letter-spacing: -.01rem;
    width: 340px;
  }

  .section-28 {
    padding-bottom: 20px;
  }

  .section-28.gray {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .bold-text-19 {
    margin-left: 0;
  }

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

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

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

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

  .news__list {
    flex-flow: column;
    display: flex;
  }

  .hero__content {
    height: 140vw;
  }

  .container-27 {
    padding-top: 80px;
  }

  .hero__content-2 {
    background-image: url('../images/photo-1633938312695-e7b9a9cf50c6.avif');
    border-radius: 20px;
    height: 140vw;
  }

  .container-28 {
    padding-top: 40px;
  }

  .our-ecosystem-card {
    grid-column-gap: 14px;
    grid-row-gap: 14px;
  }

  .our-ecosystem-count-div {
    grid-column-gap: 14px;
    grid-row-gap: 14px;
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .sub-heading {
    width: 270px;
    font-size: 12px;
  }

  .h3-heading-2 {
    font-size: 22px;
  }

  .h3-heading-2.our-ecosystem-heading-text {
    width: 260px;
  }

  .our-ecosystem-detail-div {
    width: 270px;
  }

  .our-ecosystem-grid {
    margin-top: 30px;
  }

  .paragraph-25 {
    font-size: 14px;
  }

  .text-link {
    font-size: 16px;
  }

  .section-29 {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .large-text-3 {
    font-size: 18px;
  }

  .large-text-3.our-ecosystem-count-text {
    width: 270px;
  }

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

  .project-hero-wrapper {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
  }

  .common-hero-section {
    height: 660px;
    padding-top: 150px;
  }

  .sub-heading-2 {
    padding-bottom: 20px;
    font-size: 12px;
  }

  .client-review-div {
    justify-content: flex-start;
    align-items: center;
  }

  .h1-heading {
    font-size: 30px;
  }

  .project-client-detail-div {
    grid-row-gap: 14px;
  }

  .project-hero-heading-div {
    grid-column-gap: 14px;
    grid-row-gap: 14px;
  }

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

  .large-paragraph {
    width: 280px;
    font-size: 16px;
  }

  .project-label {
    padding: 6px 12px;
  }

  .project-label-div {
    flex-flow: wrap;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .project-info {
    flex-flow: column;
    justify-content: space-between;
    align-items: flex-start;
    padding-top: 14px;
    padding-bottom: 14px;
  }

  .paragraph-26 {
    font-size: 14px;
  }

  .project-detail-hero-wrapper {
    grid-column-gap: 14px;
    grid-row-gap: 14px;
  }

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

  .project-heading-detail-div {
    grid-column-gap: 14px;
    grid-row-gap: 14px;
    padding-left: 0;
    padding-right: 0;
  }

  .h2-heading-2 {
    font-size: 28px;
    line-height: 110%;
  }

  .paragraph-27 {
    font-size: 14px;
  }

  .heading-26 {
    margin-top: 20px;
    font-size: 18px;
  }

  .project-heading-div {
    grid-column-gap: 14px;
    grid-row-gap: 14px;
  }

  .h2-heading-3 {
    font-size: 28px;
    line-height: 110%;
  }

  .paragraph-28 {
    font-size: 14px;
  }

  .heading-30 {
    margin-bottom: 40px;
    font-size: 30px;
  }

  .button-13 {
    padding-top: .25rem;
    padding-bottom: .25rem;
    padding-right: .25rem;
  }

  .buy-template-link {
    display: flex;
  }

  .common-hero-section-2 {
    padding-top: 150px;
  }

  .sub-heading-3 {
    font-size: 12px;
  }

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

  .large-paragraph-2 {
    font-size: 16px;
  }

  .common-hero-section-3 {
    padding-top: 150px;
  }

  .sub-heading-4 {
    font-size: 12px;
  }

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

  .large-paragraph-3 {
    font-size: 16px;
  }

  .hero__content-2-copy {
    background-image: url('../images/bab-e-khyber-pakistan-landmark-end-pass-near-peshawar-66489249.webp');
    border-radius: 20px;
    height: 140vw;
  }

  .container-27-copy {
    padding-top: 80px;
  }

  .section-copy {
    padding: 0;
    bottom: 54px;
  }

  .section-copy.sign-up-cta {
    margin-top: 103px;
    padding-top: 60px;
    padding-bottom: 6px;
  }

  .div-block-25 {
    padding-left: 15px;
    padding-right: 15px;
  }

  .body-4 {
    max-width: 400px;
    overflow: hidden;
  }
}

#w-node-_3447cdf3-6003-6a5e-7fb7-c3ff960e5ef0-955b716c, #w-node-_48d76b31-3345-e914-1eee-775997561d06-955b716c, #w-node-_48d76b31-3345-e914-1eee-775997561d24-955b716c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_7ae5a19e-99b7-6cc7-c3f9-2ef453629218-955b716c, #w-node-_6d6b0409-5d04-c82b-2485-29aba6f2f62a-955b716c {
  justify-self: center;
}

#w-node-_85d373bd-4079-5cac-c141-57d0127fd6f3-e9651479, #w-node-_85d373bd-4079-5cac-c141-57d0127fd6fe-e9651479 {
  justify-self: end;
}

#w-node-d4699e37-38c3-0818-e75c-f15e8595ec3c-68a2bb2d, #w-node-_470b28dd-4538-e9cd-7c85-7eaf05d714cd-91a39f85, #w-node-_470b28dd-4538-e9cd-7c85-7eaf05d714ea-91a39f85 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_687eb414-7e33-23c7-37e2-a60f554e5649-81749eca {
  grid-area: 1 / 2 / 2 / 12;
}

#w-node-_3fed3a68-f925-15f0-2feb-f6abe82bbfd1-81749eca, #w-node-_3fed3a68-f925-15f0-2feb-f6abe82bbfd2-81749eca {
  grid-area: 1 / 1 / 2 / 3;
}

#w-node-_3fed3a68-f925-15f0-2feb-f6abe82bbfed-81749eca {
  grid-area: 1 / 4 / 2 / 12;
}

#w-node-_3b9e6c3c-0c25-e9f6-8d99-dfceea02ddb0-81749eca, #w-node-b6314f47-3006-31c9-d3c3-573e4d407e4e-81749eca {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-e2cace1d-e5ba-7efb-2cf8-3eaceb07ce32-193c52bc {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: end;
}

#w-node-_72e811ee-1629-4e90-6681-ebdcac903959-193c52bc {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_72e811ee-1629-4e90-6681-ebdcac90395b-193c52bc, #w-node-_72e811ee-1629-4e90-6681-ebdcac903965-193c52bc, #w-node-_72e811ee-1629-4e90-6681-ebdcac90396f-193c52bc, #w-node-_72e811ee-1629-4e90-6681-ebdcac903979-193c52bc, #w-node-c24db0dc-92de-ec72-13c2-afaeb81a2a88-193c52bc, #w-node-d289dd68-6f0c-fb8d-5bd4-f17d1afc9400-193c52bc, #w-node-d289dd68-6f0c-fb8d-5bd4-f17d1afc9408-193c52bc, #w-node-d289dd68-6f0c-fb8d-5bd4-f17d1afc9410-193c52bc, #w-node-d289dd68-6f0c-fb8d-5bd4-f17d1afc9418-193c52bc, #w-node-_954177cb-7dbd-6ca1-39ff-3fec7efce379-193c52bc, #w-node-_954177cb-7dbd-6ca1-39ff-3fec7efce381-193c52bc, #w-node-_954177cb-7dbd-6ca1-39ff-3fec7efce389-193c52bc, #w-node-_954177cb-7dbd-6ca1-39ff-3fec7efce391-193c52bc, #w-node-bce1fe5c-8339-5144-427f-544dd37ac493-193c52bc, #w-node-bce1fe5c-8339-5144-427f-544dd37ac49c-193c52bc, #w-node-bce1fe5c-8339-5144-427f-544dd37ac4a5-193c52bc, #w-node-bce1fe5c-8339-5144-427f-544dd37ac4ae-193c52bc, #w-node-d3bfc2ef-332e-dc7d-f7cf-9968cfbdf724-193c52bc {
  grid-area: span 1 / span 2 / span 1 / span 2;
  justify-self: start;
}

#w-node-_18d58cdb-8390-4d37-7979-363dd837cf91-193c52bc, #w-node-_18d58cdb-8390-4d37-7979-363dd837cf94-193c52bc, #w-node-_18d58cdb-8390-4d37-7979-363dd837cf97-193c52bc, #w-node-_18d58cdb-8390-4d37-7979-363dd837cf9a-193c52bc, #w-node-_18d58cdb-8390-4d37-7979-363dd837cf9d-193c52bc, #w-node-_18d58cdb-8390-4d37-7979-363dd837cfa0-193c52bc, #w-node-_18d58cdb-8390-4d37-7979-363dd837cfa3-193c52bc, #w-node-_18d58cdb-8390-4d37-7979-363dd837cfa6-193c52bc, #w-node-_18d58cdb-8390-4d37-7979-363dd837cfa9-193c52bc, #w-node-_18d58cdb-8390-4d37-7979-363dd837cfbb-193c52bc, #w-node-_18d58cdb-8390-4d37-7979-363dd837cfbe-193c52bc, #w-node-_18d58cdb-8390-4d37-7979-363dd837cfc1-193c52bc, #w-node-_18d58cdb-8390-4d37-7979-363dd837cfc4-193c52bc, #w-node-_18d58cdb-8390-4d37-7979-363dd837cfc7-193c52bc, #w-node-_18d58cdb-8390-4d37-7979-363dd837cfca-193c52bc, #w-node-_40d707e9-161f-a1b9-6a7f-576ded189ec5-193c52bc, #w-node-_40d707e9-161f-a1b9-6a7f-576ded189ec8-193c52bc, #w-node-_40d707e9-161f-a1b9-6a7f-576ded189ecb-193c52bc, #w-node-a4ecfaec-fe76-ee0c-10c8-e21674238472-193c52bc, #w-node-a4ecfaec-fe76-ee0c-10c8-e21674238475-193c52bc, #w-node-a4ecfaec-fe76-ee0c-10c8-e21674238478-193c52bc, #w-node-a4ecfaec-fe76-ee0c-10c8-e2167423847b-193c52bc, #w-node-a4ecfaec-fe76-ee0c-10c8-e2167423847e-193c52bc, #w-node-a4ecfaec-fe76-ee0c-10c8-e21674238481-193c52bc, #w-node-a4ecfaec-fe76-ee0c-10c8-e2167423848d-193c52bc, #w-node-a4ecfaec-fe76-ee0c-10c8-e21674238490-193c52bc, #w-node-a4ecfaec-fe76-ee0c-10c8-e21674238493-193c52bc, #w-node-a4ecfaec-fe76-ee0c-10c8-e21674238496-193c52bc, #w-node-a4ecfaec-fe76-ee0c-10c8-e21674238499-193c52bc, #w-node-a4ecfaec-fe76-ee0c-10c8-e2167423849c-193c52bc, #w-node-ecf3c4fb-bd47-ba68-4839-bc9618a41cb5-193c52bc, #w-node-ecf3c4fb-bd47-ba68-4839-bc9618a41cb8-193c52bc, #w-node-ecf3c4fb-bd47-ba68-4839-bc9618a41cbb-193c52bc, #w-node-ecf3c4fb-bd47-ba68-4839-bc9618a41cbe-193c52bc, #w-node-ecf3c4fb-bd47-ba68-4839-bc9618a41cc1-193c52bc, #w-node-ecf3c4fb-bd47-ba68-4839-bc9618a41cc4-193c52bc, #w-node-ecf3c4fb-bd47-ba68-4839-bc9618a41cc7-193c52bc, #w-node-ecf3c4fb-bd47-ba68-4839-bc9618a41cca-193c52bc, #w-node-ecf3c4fb-bd47-ba68-4839-bc9618a41ccd-193c52bc, #w-node-ecf3c4fb-bd47-ba68-4839-bc9618a41cd0-193c52bc, #w-node-ecf3c4fb-bd47-ba68-4839-bc9618a41cd3-193c52bc, #w-node-ecf3c4fb-bd47-ba68-4839-bc9618a41cd6-193c52bc, #w-node-_764d9306-f33f-abdb-b8c7-f4d71ad28478-304a0aab {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-dad74be2-ec5c-8227-6871-613983e3d11e-60e6f9fe {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-dad74be2-ec5c-8227-6871-613983e3d128-60e6f9fe {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-dad74be2-ec5c-8227-6871-613983e3d12a-60e6f9fe {
  grid-area: 1 / 1 / 2 / 3;
}

#w-node-dad74be2-ec5c-8227-6871-613983e3d12b-60e6f9fe {
  grid-area: 1 / 1 / 2 / 2;
  align-self: end;
}

#w-node-b0f89899-65e7-43cf-41c3-48b8b0e16ec3-b5169cac {
  align-self: end;
}

#w-node-b0f89899-65e7-43cf-41c3-48b8b0e16ec8-b5169cac {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-dad74be2-ec5c-8227-6871-613983e3d11e-b5169cac {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-dad74be2-ec5c-8227-6871-613983e3d128-b5169cac {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-dad74be2-ec5c-8227-6871-613983e3d12a-b5169cac {
  grid-area: 1 / 1 / 2 / 3;
}

#w-node-dad74be2-ec5c-8227-6871-613983e3d12b-b5169cac {
  grid-area: 1 / 1 / 2 / 2;
  align-self: end;
}

#w-node-b0f89899-65e7-43cf-41c3-48b8b0e16ec3-931eabc4 {
  align-self: end;
}

#w-node-b0f89899-65e7-43cf-41c3-48b8b0e16ec8-931eabc4 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-dad74be2-ec5c-8227-6871-613983e3d11e-931eabc4 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-dad74be2-ec5c-8227-6871-613983e3d128-931eabc4 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-dad74be2-ec5c-8227-6871-613983e3d12a-931eabc4 {
  grid-area: 1 / 1 / 2 / 3;
}

#w-node-dad74be2-ec5c-8227-6871-613983e3d12b-931eabc4 {
  grid-area: 1 / 1 / 2 / 2;
  align-self: end;
}

#w-node-b0f89899-65e7-43cf-41c3-48b8b0e16ec3-ebf4d7f4 {
  align-self: end;
}

#w-node-b0f89899-65e7-43cf-41c3-48b8b0e16ec8-ebf4d7f4 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-dad74be2-ec5c-8227-6871-613983e3d11e-ebf4d7f4 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-dad74be2-ec5c-8227-6871-613983e3d128-ebf4d7f4 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-dad74be2-ec5c-8227-6871-613983e3d12a-ebf4d7f4 {
  grid-area: 1 / 1 / 2 / 3;
}

#w-node-dad74be2-ec5c-8227-6871-613983e3d12b-ebf4d7f4 {
  grid-area: 1 / 1 / 2 / 2;
  align-self: end;
}

#w-node-_8a7083d8-1a51-8a2a-b339-fefcefc22aa6-ebf4d7f4, #w-node-b0f89899-65e7-43cf-41c3-48b8b0e16ec3-dac27717 {
  align-self: end;
}

#w-node-b0f89899-65e7-43cf-41c3-48b8b0e16ec8-dac27717 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-dad74be2-ec5c-8227-6871-613983e3d11e-dac27717 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-dad74be2-ec5c-8227-6871-613983e3d128-dac27717 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-dad74be2-ec5c-8227-6871-613983e3d12a-dac27717 {
  grid-area: 1 / 1 / 2 / 3;
}

#w-node-dad74be2-ec5c-8227-6871-613983e3d12b-dac27717 {
  grid-area: 1 / 1 / 2 / 2;
  align-self: end;
}

#w-node-b0f89899-65e7-43cf-41c3-48b8b0e16ec3-f4536ee2 {
  align-self: end;
}

#w-node-b0f89899-65e7-43cf-41c3-48b8b0e16ec8-f4536ee2 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-dad74be2-ec5c-8227-6871-613983e3d11e-f4536ee2 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-dad74be2-ec5c-8227-6871-613983e3d128-f4536ee2 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-dad74be2-ec5c-8227-6871-613983e3d12a-f4536ee2 {
  grid-area: 1 / 1 / 2 / 3;
}

#w-node-dad74be2-ec5c-8227-6871-613983e3d12b-f4536ee2 {
  grid-area: 1 / 1 / 2 / 2;
  align-self: end;
}

#w-node-b0f89899-65e7-43cf-41c3-48b8b0e16ec3-88d9ab22 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: end;
}

#w-node-b0f89899-65e7-43cf-41c3-48b8b0e16ec8-88d9ab22 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-dad74be2-ec5c-8227-6871-613983e3d11e-88d9ab22 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-dad74be2-ec5c-8227-6871-613983e3d128-88d9ab22 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-dad74be2-ec5c-8227-6871-613983e3d12a-88d9ab22 {
  grid-area: 1 / 1 / 2 / 3;
  align-self: center;
}

#w-node-dad74be2-ec5c-8227-6871-613983e3d12b-88d9ab22 {
  grid-area: 1 / 1 / 2 / 2;
  align-self: end;
}

#w-node-b0f89899-65e7-43cf-41c3-48b8b0e16ec3-4e5986f2 {
  align-self: end;
}

#w-node-b0f89899-65e7-43cf-41c3-48b8b0e16ec8-4e5986f2 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-dad74be2-ec5c-8227-6871-613983e3d11e-4e5986f2 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-dad74be2-ec5c-8227-6871-613983e3d128-4e5986f2 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-dad74be2-ec5c-8227-6871-613983e3d12a-4e5986f2 {
  grid-area: 1 / 1 / 2 / 3;
}

#w-node-dad74be2-ec5c-8227-6871-613983e3d12b-4e5986f2 {
  grid-area: 1 / 1 / 2 / 2;
  align-self: end;
}

#w-node-_8a7083d8-1a51-8a2a-b339-fefcefc22aa6-4e5986f2 {
  align-self: end;
}

#w-node-_2099b84f-334b-9027-6d74-692d264cdcc8-4e5986f2 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-dad74be2-ec5c-8227-6871-613983e3d11e-cafe1491 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-dad74be2-ec5c-8227-6871-613983e3d128-cafe1491 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-dad74be2-ec5c-8227-6871-613983e3d12a-cafe1491 {
  grid-area: 1 / 1 / 2 / 3;
}

#w-node-dad74be2-ec5c-8227-6871-613983e3d12b-cafe1491 {
  grid-area: 1 / 1 / 2 / 2;
  align-self: end;
}

#w-node-bc25b390-ffb0-0649-e807-a5067f116aeb-d9d54637 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_20cc8495-b41d-de79-22f2-1e908ab919bc-d9d54637, #w-node-_20cc8495-b41d-de79-22f2-1e908ab919ed-d9d54637 {
  justify-self: center;
}

#w-node-bc25b390-ffb0-0649-e807-a5067f116aeb-2e104119 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_20cc8495-b41d-de79-22f2-1e908ab919bc-2e104119, #w-node-_20cc8495-b41d-de79-22f2-1e908ab919ed-2e104119 {
  justify-self: center;
}

@media screen and (min-width: 1440px) {
  #w-node-b0f89899-65e7-43cf-41c3-48b8b0e16ec3-88d9ab22 {
    grid-area: span 1 / span 1 / span 1 / span 1;
    align-self: end;
  }

  #w-node-b0f89899-65e7-43cf-41c3-48b8b0e16ec8-88d9ab22 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-b0f89899-65e7-43cf-41c3-48b8b0e16eca-88d9ab22 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}

@media screen and (max-width: 991px) {
  #w-node-_7a567462-dc28-2646-76b0-832c2ed783ce-955b716c {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_85d373bd-4079-5cac-c141-57d0127fd6f3-e9651479, #w-node-_85d373bd-4079-5cac-c141-57d0127fd6fe-e9651479 {
    justify-self: auto;
  }

  #w-node-_470b28dd-4538-e9cd-7c85-7eaf05d714ea-91a39f85 {
    order: -9999;
  }

  #w-node-_687eb414-7e33-23c7-37e2-a60f554e5649-81749eca {
    grid-area: span 1 / span 6 / span 1 / span 6;
  }

  #w-node-_3b9e6c3c-0c25-e9f6-8d99-dfceea02ddb0-81749eca {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-dad74be2-ec5c-8227-6871-613983e3d128-60e6f9fe {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-dad74be2-ec5c-8227-6871-613983e3d12a-60e6f9fe {
    grid-area: 1 / 1 / 3 / 2;
  }

  #w-node-dad74be2-ec5c-8227-6871-613983e3d128-b5169cac {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-dad74be2-ec5c-8227-6871-613983e3d12a-b5169cac {
    grid-area: 1 / 1 / 3 / 2;
  }

  #w-node-dad74be2-ec5c-8227-6871-613983e3d128-931eabc4 {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-dad74be2-ec5c-8227-6871-613983e3d12a-931eabc4 {
    grid-area: 1 / 1 / 3 / 2;
  }

  #w-node-dad74be2-ec5c-8227-6871-613983e3d128-ebf4d7f4 {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-dad74be2-ec5c-8227-6871-613983e3d12a-ebf4d7f4 {
    grid-area: 1 / 1 / 3 / 2;
  }

  #w-node-dad74be2-ec5c-8227-6871-613983e3d128-dac27717 {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-dad74be2-ec5c-8227-6871-613983e3d12a-dac27717 {
    grid-area: 1 / 1 / 3 / 2;
  }

  #w-node-dad74be2-ec5c-8227-6871-613983e3d128-f4536ee2 {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-dad74be2-ec5c-8227-6871-613983e3d12a-f4536ee2 {
    grid-area: 1 / 1 / 3 / 2;
  }

  #w-node-dad74be2-ec5c-8227-6871-613983e3d128-88d9ab22 {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-dad74be2-ec5c-8227-6871-613983e3d12a-88d9ab22 {
    grid-area: 1 / 1 / 3 / 2;
  }

  #w-node-dad74be2-ec5c-8227-6871-613983e3d128-4e5986f2 {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-dad74be2-ec5c-8227-6871-613983e3d12a-4e5986f2 {
    grid-area: 1 / 1 / 3 / 2;
  }

  #w-node-dad74be2-ec5c-8227-6871-613983e3d128-cafe1491 {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-dad74be2-ec5c-8227-6871-613983e3d12a-cafe1491 {
    grid-area: 1 / 1 / 3 / 2;
  }
}


@font-face {
  font-family: 'Openinghourssans';
  src: url('../fonts/OpeningHoursSans-Regular.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}